body {
	background: #ffffff;
	min-height: 100vh;
}

.container:before {
	display: none;
}

header {
	position: relative;
}

header .navbar {
	width: 100%;
	background: #ffffff;
	padding-bottom: 1px;
	position: fixed;
	top: 0;
	margin: 0;
	border: none;
	z-index: 2000;
	overflow: hidden;
	border-radius: 0;
	box-shadow: inset 0 -1px 0 0 #efeff0;
}

header .navbar .row {
	min-width: 750px;
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	padding: 0;
	margin: 0 auto;
	color: #1b1c1d;
	text-align: center;
	background: #ffffff;
}


/*@media screen and (min-width:1200px){
			.header>.navbar>.row>div{
				min-width: 160px;
			}
		}*/

header .navbar .row a {
	color: #1b1c1d;
}

header .navbar .row .on {
	color: #125ad4;
	position: relative;
}

header .navbar .row .on a {
	color: #125ad4;
}

header .navbar .row .on:after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 2px;
	background: #125ad4;
	position: absolute;
	bottom: 16px;
	left: calc(50% - 8px);
}

header .navbar .row img {
	width: 100px;
	margin: -4px 0 0 0;
	display: inline-block;
}
header .navbar .row ul{
	text-align: right;
}
header .navbar .row li {
	/*float: left;*/
	display: inline-block;
	padding: 0 12px;
}
header .navbar .row li a{
	display: inline-block;
}
header .navbar .row li .IPv6{
	color:#125ad4;
	border: 1px solid #125ad4;
	padding: 2px 8px;
	
}

footer {
	width: 100%;
	background: #081a3f;
	min-height: 70px;
	padding: 12px 0;
}

footer .container>div {
	width: 100%;
	text-align: center;
	color: #ffffff;
	opacity: 0.4;
}

footer .container>.row {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	opacity: 1;
	margin: 0;
	margin-bottom: 6px;
}

footer .container>.row ul {
	display: inline-block;
}

footer .container>.row li {
	float: left;
	padding-right: 60px;
}

footer .container>.row li a {
	color: #ffffff;
}

#index {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: inline-block;
	min-height: calc(100% - 130px);
}

#index .top {
	position: relative;
}

#index .top img {
	width: 100%;
}

#index .top div {
	width: 100%;
	height: 200px;
	position: absolute;
	top: 40%;
	text-align: center;
}

#index .top div>h2 {
	width: 100%;
	font-size: 44px;
	color: #ffffff;
	letter-spacing: 1px;
	vertical-align: middle;
	line-height: 70px;
	position: relative;
}

#index .top div>p {
	margin-top: 12px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
}

#index .profile {
	width: 100%;
	text-align: center;
	color: #333333;
	padding: 85px 40px 100px 40px;
	background: #ffffff;
}

#index .profile .container {
	margin: 0 auto;
}

#index .profile .container>h2 {
	font-size: 26px;
	line-height: 70px;
	color: #333333;
	position: relative;
	z-index: 0;
}

#index .profile .container>h2:after {
	content: 'COMPANY PROFILE';
	color: #F7F9FB;
	font-size: 50px;
	font-weight: bold;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	bottom: 6px;
	z-index: -1;
}

#index .profile p {
	max-width: 700px;
	margin: 0 auto;
}

#index .profile .row {
	max-width: 700px;
	margin: 42px auto 0 auto;
}

#index .profile .row img {
	width: 60%;
}

#index .profile p {
	color: #828487;
}

#index .profile .row h2 {
	font-size: 14px;
	color: #1b1c1d;
	/*margin-top: 12px;*/
}

#index .products {
	text-align: center;
	width: 100%;
	padding-top: 85px;
	padding-bottom: 40px;
	background: #F9FAFB;
}

#index .products .container {
	margin: 0 auto;
}

#index .products h2 {
	width: 100%;
	line-height: 70px;
	display: inline-block;
	font-size: 26px;
	color: #333333;
	position: relative;
	z-index: 1;
}

#index .products .container>h2:after {
	content: 'PRODUCTS';
	font-size: 50px;
	font-weight: bold;
	color: #EEF2F5;
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0.8;
	left: 0px;
	bottom: 6px;
	z-index: -1;
}

#index .products .row {
	max-width: 1200px;
	margin: 42px auto 0 auto;
	padding: 0 40px;
}

#index .products .row>div {
	width: calc(33.3333% - 13.3333px);
	padding: 0 0 20px 0;
	margin-right: 20px;
	background: #FFFFFF;
}

#index .products .row div:hover {
	box-shadow: 0 10px 16px 0 rgba(100, 103, 115, 0.08);
}

#index .products .row>div:last-child {
	margin-right: 0;
}

#index .products .row img {
	width: 100%;
}

#index .products .row h2 {
	font-size: 18px;
	color: #2c2d2f;
	letter-spacing: 0;
	text-align: left;
	margin-top: 8px;
	padding: 0 12px;
	line-height: 24px;
}

#index .products .row p {
	font-size: 14px;
	color: #828487;
	letter-spacing: 0;
	line-height: 20px;
	text-align: left;
	margin-top: 4px;
	min-height: 40px;
	padding: 0 12px;
}

#index .products a {
	display: inline-block;
	padding: 10px 30px;
	font-size: 14px;
	color: #125ad4;
	border: 1px solid #125ad4;
	border-radius: 100px;
	margin-top: 40px;
	cursor: pointer;
}

#index .products a:hover {
	border: 1px solid #125ad4;
	color: #FFFFFF;
	background: #125ad4;
}

#index .partner {
	text-align: center;
	width: 100%;
	padding-top: 85px;
	padding-bottom: 40px;
	background: #ffffff;
}

#index .partner .container {
	margin: 0 auto;
}

#index .partner .container>h2 {
	width: 100%;
	display: inline-block;
	line-height: 70px;
	font-size: 26px;
	color: #333333;
	position: relative;
	z-index: 0;
}

#index .partner .container>h2:after {
	content: 'PARTNERS';
	font-size: 50px;
	font-weight: bold;
	color: #F7F9FB;
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0px;
	bottom: 6px;
	z-index: -1;
}

#index .partner ul {
	max-width: 1200px;
	margin: 42px auto 0 auto;
	display: inline-block;
}

#index .partner ul li {
	width: calc(20% - 20px);
	margin-right: 20px;
	margin-bottom: 25px;
	float: left;
}

#index .partner ul li:nth-child(5),
#index .partner ul li:nth-child(10),
#index .partner ul li:nth-child(15),
#index .partner ul li:nth-child(20) {
	margin-right: 0;
}

#index .partner ul li a {
	cursor: pointer;
	display: inline-block;
}

#index .partner ul li img {
	width: 100%;
}


/*关于我们页面*/

#aboutUs {
	min-height: calc(100% - 130px);
	margin: 0 auto;
	margin-top: 60px;
}

#aboutUs .top {
	position: relative;
}

#aboutUs .top img {
	display: inline-block;
	width: 100%;
}

#aboutUs .top h2 {
	position: absolute;
	top: calc(50% - 14px);
	left: 64px;
	font-size: 26px;
	color: #ffffff;
	display: inline-block;
}

#aboutUs .contg {
	max-width: 700px;
	padding-bottom: 55px;
	margin: 0 auto;
}

#aboutUs .contg .title {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #124bd4;
	padding-left: 54px;
	margin: 43px 0 16px 0;
}

#aboutUs .contg p {
	font-size: 14px;
	color: #828487;
	letter-spacing: 0;
	line-height: 28px;
}

#aboutUs .contg h3 {
	font-size: 14px;
	color: #1b1c1d;
	font-weight: bold;
	line-height: 28px;
	margin-top: 14px;
}

#aboutUs .contg li:nth-child(1) .title {
	background: url(../images/icon05.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
}

#aboutUs .contg li:nth-child(2) .title {
	background: url(../images/icon06.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
}

#aboutUs .contg li:nth-child(3) .title {
	background: url(../images/icon07.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 40px;
}

#product {
	margin: 0 auto;
	text-align: center;
}

#product>div {
	max-width: 970px;
	padding: 40px 115px;
	display: inline-block;
	margin: 60px auto 0 auto;
	min-height: calc(100vh - 130px);
	text-align: left;
}

@media (min-width: 992px) {}

@media (min-width: 768px) {
	#product>div {
		width: 100%;
		padding: 40px 0;
		display: inline-block;
		margin: 60px auto 0 auto;
		min-height: calc(100vh - 130px);
		text-align: left;
	}
}

#product .fLeft {
	width: 24%;
	padding-right: 40px;
	float: left;
}

#product .fLeft li {
	height: 44px;
	line-height: 44px;
	padding: 0 0 0 20px;
	background: #ffffff;
	font-size: 14px;
	color: #828487;
	border-bottom: 1px solid #efeff0;
	cursor: pointer;
}

#product .fLeft li:last-child {
	border-bottom: none;
}

#product .fLeft li.on {
	background: #4fb4f1;
	color: #ffffff;
	position: relative;
}

#product .fLeft li.on:after {
	content: "";
	border: 8px rgba(0, 0, 0, 0) solid;
	border-right-color: #ffffff;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
}

#product .fLeft li span {
	padding-left: 20px;
}

#product .fLeft li:nth-child(1) span {
	background: url(../images/icon08.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}


/*#product .fLeft li:nth-child(2) span{
	background: url(../images/icon09.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}*/

#product .fLeft li:nth-child(2) span {
	background: url(../images/icon10.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}


/*#product .fLeft li:nth-child(4) span{
	background: url(../images/icon11.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}*/

#product .fLeft li:nth-child(3) span {
	background: url(../images/icon18.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}

#product .fLeft li:nth-child(4) span {
	background: url(../images/icon20.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}
#product .fLeft li:nth-child(5) span {
	background: url(../images/icon23.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}

#product .fLeft li:nth-child(6) span {
	background: url(../images/icon12.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}

#product .fLeft li.on:nth-child(1) span {
	background: url(../images/icon13.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}


/*#product .fLeft li.on:nth-child(2) span{
	background: url(../images/icon14.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}*/

#product .fLeft li.on:nth-child(2) span {
	background: url(../images/icon15.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}


/*#product .fLeft li.on:nth-child(4) span{
	background: url(../images/icon16.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}*/

#product .fLeft li.on:nth-child(3) span {
	background: url(../images/icon19.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}

#product .fLeft li.on:nth-child(4) span {
	background: url(../images/icon21.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}
#product .fLeft li.on:nth-child(5) span {
	background: url(../images/icon22.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}

#product .fLeft li.on:nth-child(6) span {
	background: url(../images/icon17.png);
	background-repeat: no-repeat;
	background-size: 14px;
	background-position: left center;
}

#product .fRight {
	width: 76%;
	/*min-height: 700px;*/
	float: right;
}

#product .fRight li {
	width: 100%;
	height: 150px;
	/*display: inline-block;*/
	background: #FFFFFF;
	margin-bottom: 40px;
	overflow: hidden;
}

#product .fRight li:hover {
	box-shadow: 0 10px 16px 0 rgba(100, 103, 115, 0.08);
}

#product .fRight li.none {
	display: none;
	padding: 0 40px;
	line-height: 150px;
	color: #828487;
}

#product .fRight li img {
	/*width: 24%;*/
	height: 100%;
	float: left
}

#product .fRight li a>div {
	/*width: 76%;*/
	height: 100%;
	padding: 12px 40px 12px 12px;
	position: relative;
	overflow: hidden;
}

#product .fRight li a>div h2 {
	width: 100%;
	font-size: 18px;
	color: #2c2d2f;
	line-height: 20px;
	margin-bottom: 6px;
}

#product .fRight li a>div p {
	width: 100%;
	margin-top: 8px;
	font-size: 14px;
	color: #828487;
	line-height: 20px;
}

#product .fRight li a>div .tip {
	color: #bfc0c3;
	padding-left: 24px;
	background: url(../images/tip.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px;
	position: absolute;
	bottom: 12px;
	left: 12px;
}

#connectUs {
	width: 100%;
	min-width: 980px;
	display: inline-block;
	margin-top: 60px;
	min-height: calc(100vh - 130px);
}

#connectUs .topBoard {
	padding: 60px 0 60px 70px;
	background-image: linear-gradient(90deg, #6d5df0 0%, #476eec 57%, #4f99ea 100%);
	position: relative;
}

#connectUs .topBoard:after {
	content: '';
	display: inline-block;
	width: 270px;
	height: 270px;
	background: url(../images/logo02.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 270px;
	position: absolute;
	right: 0;
	top: -60px;
}

#connectUs .topBoard h2 {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 12px;
}

#connectUs .topBoard p {
	padding-left: 24px;
	font-size: 14px;
	color: #ffffff;
	opacity: 0.8;
	text-align: left;
	line-height: 30px;
}

#connectUs .topBoard p:nth-child(2) {
	background: url(../images/tel.png);
	background-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
}

#connectUs .topBoard p:nth-child(3) {
	background: url(../images/fax.png);
	background-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
}

#connectUs .topBoard p:nth-child(4) {
	background: url(../images/email.png);
	background-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
}

#connectUs .topBoard p:nth-child(5) {
	background: url(../images/address.png);
	background-size: 14px;
	background-position: left center;
	background-repeat: no-repeat;
}

#connectUs .topBoard .mailto {
	background: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(100, 103, 115, 0.08);
	border-radius: 100px;
	width: 500px;
	height: 50px;
	position: absolute;
	bottom: -25px;
	left: calc(50% - 250px);
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #125ad4;
	overflow: hidden;
}

#connectUs .topBoard .mailto a {
	color: #828487;
}

#connectUs .topBoard .mailto .default {
	display: inline-block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

#connectUs .topBoard .mailto .hover {
	display: inline-block;
	width: 100%;
	height: 100%;
	background: #F9BD54;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

#connectUs .topBoard .mailto .hover:hover {
	opacity: 1;
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

#connectUs .topBoard .mailto .hover span {
	padding-left: 24px;
	background: url(../images/mailto.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
	color: #FFFFFF;
	font-size: 16px;
}

#connectUs .map {
	background: #ffffff;
	padding: 70px 120px 45px 120px;
	/*height: 600px;*/
}

#connectUs .map img {
	width: 100%;
}

#connectUs .map #allmap {
	height: 100%;
}

#announce {
	width: 100%;
	min-width: 980px;
	display: inline-block;
	margin-top: 60px;
	padding-bottom: 60px;
	min-height: calc(100vh - 150px);
	
}

#announce img {
	width: 80%;
	margin: 20px auto;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
}

#announce>div {
	width: 720px;
	margin: 0 auto;
	text-align: center;
}

#announce>div .tit {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #2c2d2f;
	text-align: center;
	border-bottom: 1px dashed #cbcbcb;
}

#announce>div>ul {
	font-size: 14px;
	color: #2c2d2f;
	letter-spacing: 0;
	line-height: 28px;
	margin-top: 20px;
}
#announce>div>ul li{
	text-align: left;
}

#announce>div .tableTit {
	font-size: 14px;
	color: #2c2d2f;
	letter-spacing: 0;
	line-height: 28px;
	margin-top: 30px;
}

#announce>div table {
	font-size: 14px;
	color: #333333;
	border: 1px solid;
	border-color: #e8e8e8;
	border-collapse: collapse;
}

#announce>div table tr {
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}

#announce>div table th {
	padding: 10px;
	background: #cccccc;
	font-weight: 400;
	border-left:1px solid #e8e8e8;
	color: #fff;
}

#announce>div table th:nth-child(2){
	width: 100px;
}
#announce>div table th:nth-child(4),
#announce>div table th:nth-child(7),
#announce>div table th:nth-child(8){
	width: 60px;
}

#announce>div table td {
	padding: 10px;
	border-left: 1px solid #e8e8e8;
}
#announce>div button{
	display: inline-block;
	background:#125ad4;
	border-radius:100px;
	width:120px;
	height:36px;
	font-size:12px;
	color:#ffffff;
	text-align: center;
	border: none;
	margin: 40px auto 0 auto;
	outline: none;
}

#customsIns {
	margin: 0 auto;
	text-align: center;
}

#customsIns>div {
	max-width: 970px;
	padding: 40px 115px;
	display: inline-block;
	margin: 60px auto 0 auto;
	min-height: calc(100vh - 130px);
	text-align: left;
}

@media (min-width: 992px) {}

@media (min-width: 768px) {
	#customsIns>div {
		width: 100%;
		padding: 40px 0 64px 0;
		display: inline-block;
		margin: 60px auto 0 auto;
		min-height: calc(100vh - 130px);
		text-align: left;
	}
}
#customsIns .topBar{
	padding: 34px;
	background: #ffffff;
	overflow: hidden;
	box-shadow:0 6px 9px 0 rgba(233,233,233,0.50);
}
#customsIns .topBar img{
	width: 210px;
	margin-right: 23px;
}
#customsIns .topBar div{
	width: calc(100% - 233px);
	float: right;
}
#customsIns .topBar div h2{
	width: 100%;
	padding-bottom: 12px;
	border-bottom: 1px dashed #cbcbcb;
}
#customsIns .tit{
	font-size:18px;
	color:#125ad4;
	margin-bottom: 8px;
}
#customsIns .topBar div p{
	width: calc(50% - 25px);
	float: left;
	margin-right: 50px;
}
#customsIns .topBar div p:nth-child(2){
	width: 100%;
}
#customsIns .topBar div p:nth-child(4),
#customsIns .topBar div p:nth-child(6){
	margin-right: 0;
}

#customsIns .topBar div p span:nth-child(1){
	display: inline-block;
	width: 100%;
	font-size:14px;
	color:#2c2d2f;
	margin-top: 10px;
	font-weight: bold;
	/*margin-bottom: 7px;*/
}
#customsIns .topBar div p span:nth-child(2){
	color:#666666;
	margin-top: 15px;
}
#customsIns .topBar div a{
	width: 120px;
	height: 36px;
	line-height: 36px;
	color: #ffffff;
	text-align: center;
	display: inline-block;
	background:#125ad4;
	border-radius:100px;
	margin-top: 21px;
	float: left;
}

#customsIns .contBar{
	text-align: center;
	background: #ffffff;
	margin-top: 20px;
	padding: 23px 0 50px 0;
	box-shadow:0 6px 9px 0 rgba(233,233,233,0.50);
}
#customsIns .contBar>p{
	width: 480px;
	margin: 0 auto;
	font-size:14px;
	color:#666666;
}
#customsIns .contBar .ul01{
	width: 600px;
	margin: 16px auto 42px auto;
	overflow: hidden;
}
#customsIns .contBar .ul01 li{
	background: #FFEDD9;
	font-size:14px;
	color:#333333;	
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}

#customsIns .contBar .ul01 li:nth-child(1){
	background: #FDAC50;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 16px;
}
#customsIns .contBar .ul01 li p{
	border-right: 1px solid #ffffff;
	height: 100%;
	float: left;
}
#customsIns .contBar .ul01 li p:nth-child(3){
	border-right: 0;
}
#customsIns .contBar .ul01 li p:nth-child(1){
	width: 120px;
}
#customsIns .contBar .ul01 li p:nth-child(2),
#customsIns .contBar .ul01 li p:nth-child(3){
	width: calc(50% - 61px);
}
#customsIns .contBar .ul01 li p:nth-child(2){
	color: #fb9b2e;
}
#customsIns .contBar .ul01 li:nth-child(1) p:nth-child(2){
	color: #ffffff;
}
#customsIns .contBar .ul02{
	width: 480px;
	margin: 25px auto 57px auto;
	/*padding: 0 160px;*/
	overflow: hidden;
}
#customsIns .contBar .ul02 li{
	width: 120px;
	height: 120px;
	margin-right: 60px;
	float: left;
	margin-bottom: 30px ;
}
#customsIns .contBar .ul02 li:nth-child(3),
#customsIns .contBar .ul02 li:nth-child(6){
	margin-right: 0;
}
#customsIns .contBar .ul02 li p{
	width: 120px;
	height: 120px;
	border-radius: 100px;
	background:#ffedd9;
	font-size:14px;
	color:#fb9b2e;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
#customsIns .contBar .ul03{
	margin: 25px auto 0 auto;
	overflow: hidden;
}
#customsIns .contBar .ul03 li{
	display: inline-block;
	margin-right: 40px;
	position: relative;
}
#customsIns .contBar .ul03 li:after{
	content: '';
	display: inline-block;
	width: 36px;
	height: 20px;
	background:url(../images/angleRt.png);
	background-size:100% ;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: calc(50% - 10px);
	right: -40px;
}
#customsIns .contBar .ul03 li:last-child:after{
	display: none;
}
#customsIns .contBar .ul03 li:last-child{
	margin-right: 0;
}
#customsIns .contBar .ul03 li p{
	background:#ffedd9;
	border-radius:10px;
	width:100px;
	height:140px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 15px;
	font-size:14px;
	color:#fb9b2e;
}
#customsIns .contBar .ul03 li:nth-child(2) p{
	width: 150px;
}


