/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;user-select: none;-ms-user-select: none;-moz-user-select: none;-khtml-user-select: none;-webkit-user-select: none;-webkit-touch-callout: none;}
html,body,p{ padding: 0; margin: 0; font-family: "微软雅黑","Microsoft YaHei", Arial; font-size: 12px;line-height: 1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;padding: 0;border: 0 none;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #999;
}



/*css common*/
.f-left {float: left;}
.f-right {float: right;}
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
.nodisplay{display: none;}
html{margin: 0 auto;max-width: 1920px;}
html, body{height: 100%;}
.inner{width: 1400px;margin: 0 auto;max-width: 92%;}
.mobile{
	display: none!important;
}
.web{
	display: block!important;
}
#totop{
	position: fixed;
	right: 2%;
	bottom: 1%;
	cursor: pointer;
	z-index: 51;
}
#totop.hide{
	display: none;
}
#main{
	padding-top: 120px;
}
/*底部*/
#footer .top{
	background-color: #3a4450;
	padding: 42px 0;
}
#footer .top .left{
	float: left;
}
#footer .top .left h3{
	font-size: 20px;
	font-weight: normal;
	color: rgba(255,255,255,0.5);
	margin-bottom: 37px;
}
#footer .top .left .line{
	width: 12px;
	height: 4px;
	background-color: rgba(255,255,255,0.2);
	margin-bottom: 30px;
}
#footer .top .left .link-box a{
	display: inline-block;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	width: 32px;
	border-radius: 50%;
	position: relative;
}
#footer .top .left .link-box a .icon{
	vertical-align: top;
	width: 100%;
	opacity: 0.6;
}
#footer .top .left .link-box a:hover .icon{
	opacity: 1;
}
#footer .top .left .link-box a:nth-child(1):hover{
	background-color: #00bc05;
}
#footer .top .left .link-box a:nth-child(2):hover{
	background-color: #e6162d;
}
#footer .top .left .link-box a:nth-child(3):hover{
	background-color: #71e2fa;
}
#footer .top .left .link-box a:nth-child(4):hover{
	background-color: #849cc8;
}
#footer .top .left .link-box a:nth-child(5):hover{
	background-color: #d48089;
}
#footer .top .left .link-box a .qr{
	position: absolute;
	left: 50%;
	top: 100%;
	margin-top: 10px;
	margin-left: -65px;
	background-repeat: no-repeat;
	background-image: url(../images/footer_qr_bg.png);
	background-size: 100% 100%;
	width: 130px;
	height: 137px;
	line-height: 130px;
	padding-top: 7px;
	display: none;
	text-align: center;
}
#footer .top .left .link-box a:hover .qr{
	display: block;
}
#footer .top .left .link-box a .qr img{
	width: 96%;
	vertical-align: middle;
}
#footer .top .right{
	float: right;
}
#footer .top .right ul{
	font-size: 0;
	text-align: center;
}
#footer .top .right ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 70px;
}
#footer .top .right ul li:last-child{
	margin-right: 0;
}
#footer .top .right ul li a{
	font-size: 12px;
	color: #808080;
	/*font-weight: lighter;*/
	margin-bottom: 14px;
	display: block;
}
#footer .top .right ul li a.first{
	font-size: 14px;
	color: #999;
	font-weight: normal;
	margin-bottom: 26px;
}
#footer .top .right ul li a:last-child{
	margin-bottom: 0;
}
#footer .bottom{
	text-align: center;
	background-color: #222830;
	padding: 28px 0;
	font-size: 0;
}
#footer .bottom .copyright{
	font-size: 14px;
	color: #fff;
	/*font-weight: lighter;*/
	display: inline;
}
#footer .bottom .link-box{
	font-size: 14px;
	color: #6f7277;
	/*font-weight: lighter;*/
	display: inline;
	margin-left: 12px;
}
#footer .bottom .link-box span{
	margin: 0 3px;
}
#footer .bottom .link-box a{
	color: #999;
}

/*侧导航*/
#sidenav{
	display: none;
}
/*头部*/
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 61;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
#header .inner{
	position: relative;
}
#header .left{
	float: left;
	height: 120px;
	line-height: 120px;
	width: 11.1%;
}
#header .left img{
	vertical-align: middle;
	width: 100%;
}
#header .right{
	height: 120px;
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
}
#header .right .search-box{
	float: right;
	margin-top: 43px;
	background-color: #277bd1;
	border-radius: 5px;
	overflow: hidden;
}
#header .right .search-box a{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	vertical-align: top;
}
#header .right .search-box a img{
	vertical-align: middle;
}
#header .right .search-box input{
	height: 30px;
	font-size: 12px;
	color: #fff;
	width: 0;
	background-color: transparent;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
}
#header .right .search-box.active input{
	width: 188px;
	padding: 0 12px;
}
#header .right .search-box input::-webkit-input-placeholder{ 
    color:    #fff;
}
#header .right .search-box input:-moz-placeholder {
   color:    #fff;
   opacity:  1;
}
#header .right .search-box input::-moz-placeholder { 
   color:    #fff;
   opacity:  1;
}
#header .right .search-box input:-ms-input-placeholder {
   color:    #fff;
}
#header .right .lang-box{
	border: 1px solid transparent;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	text-align: center;
	margin-top: 43px;
	float: right;
	overflow: hidden;
	cursor: pointer;
}
#header .right .lang-box.active{
	border-color: #bbbbbb;
	height: auto;
}
#header .right .lang-box img{
	margin: 6px 0;
}
#header .right .lang-box a{
	font-size: 12px;
	color: #bbbbbb;
	margin: 0 4px;
	border-top: 1px solid #dddddd;
	padding: 4px 0;
	display: none;
}
#header .right .lang-box.active a{
	display: block;
}
#header .right .lang-box a.active{
	color: #333;
}
#header .nav-box{
	float: left;
	margin-left: 7%;
	font-size: 0;
}
#header .nav-box li{
	height: 120px;
	line-height: 120px;
	display: inline-block;
	vertical-align: top;
	background-repeat: no-repeat;
	background-image: url(../images/header_navbox_line.png);
	background-position: right center;
}
#header .nav-box li:last-child{
	background-image: none;
}
#header .nav-box li.active{
	border-bottom: 2px solid #277bd1;
}
#header .nav-box li a{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size: 14px;
	color: #666;
	/*font-weight: lighter;*/
	padding: 0 32px;
}
#header .sub-nav{
	position: absolute;
	left: 0;
	width: 100%;
	top: 100%;
	display: none;
	background-color: #f5f5f5;
	padding: 2.857% 0;
	text-align: center;
	font-size: 0;
}
#header .sub-nav .sub{
	display: none;
	width: 100%;
}
#header .sub-nav .sub.active{
	display: inline-block;
}
#header .sub-nav .sub.about a{
	display: inline-block;
	vertical-align: top;
	width: 12.86%;
	margin-right: 1.43%;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}
#header .sub-nav .sub.about a:last-child{
	margin-right: 0;
}
#header .sub-nav .sub.about a img{
	width: 100%;
}
#header .sub-nav .sub.about a .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(39,123,209,0.5);
}
#header .sub-nav .sub.about a:hover .cover{
	background-color: transparent;
}
#header .sub-nav .sub.about a .cover p{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 17.8%;
	padding-bottom: 5px;
}
#header .sub-nav .sub.about a:hover .cover p{
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,170,217,1)), to(rgba(16,109,204,1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#header .sub-nav .sub.ability .part1{
	border-right: 1px solid #e9e9e9;
	display: inline-block;
	vertical-align: top;
	padding-right: 1.7857%;
	width: 38.57%;
	text-align: right;
}
#header .sub-nav .sub.ability .part1 .text-box{
	float: left;
	text-align: left;
}
#header .sub-nav .sub.ability .part1 .text-box h5{
	font-size: 24px;
	color: #106dcc;
	font-weight: normal;
	margin-bottom: 16.67%;
}
#header .sub-nav .sub.ability .part1 .text-box a{
	font-size: 18px;
	color: #999;
	display: inline-block;
	margin-bottom: 12.5%;
}
#header .sub-nav .sub.ability .part1 .text-box a:last-child{
	margin-bottom: 0;
}
#header .sub-nav .sub.ability .part1 .text-box a:hover{
	color: #333;
}
#header .sub-nav .sub.ability .part1 img{
	width: 70%;
	float: right;
}
#header .sub-nav .sub.ability .part2{
	display: inline-block;
	vertical-align: top;
	width: 52.5%;
	margin-left: 1.7857%;
}
#header .sub-nav .sub.ability .part2 a{
	display: inline-block;
	vertical-align: top;
	width: 24.55%;
	margin-right: 0.6%;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}
#header .sub-nav .sub.ability .part2 a:last-child{
	margin-right: 0;
}
#header .sub-nav .sub.ability .part2 a img{
	width: 100%;
}
#header .sub-nav .sub.ability .part2 a .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(39,123,209,0.5);
}
#header .sub-nav .sub.ability .part2 a:hover .cover{
	background-color: transparent;
}
#header .sub-nav .sub.ability .part2 a .cover p{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 17.8%;
	padding-bottom: 5px;
}
#header .sub-nav .sub.ability .part2 a:hover .cover p{
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,170,217,1)), to(rgba(16,109,204,1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#header .sub-nav .sub.product .part1{
	border-right: 1px solid #e9e9e9;
	display: inline-block;
	vertical-align: top;
	padding-right: 1.71%;
	width: 28.86%;
	text-align: right;
}
#header .sub-nav .sub.product .part1 .text-box{
	text-align: left;
	margin-right: 5.3%;
	display: inline-block;
	vertical-align: top;
}
#header .sub-nav .sub.product .part1 .text-box h5{
	font-size: 24px;
	color: #106dcc;
	font-weight: normal;
	margin-bottom: 16.67%;
}
#header .sub-nav .sub.product .part1 .text-box a{
	font-size: 18px;
	color: #999;
	display: inline-block;
	margin-bottom: 12.5%;
}
#header .sub-nav .sub.product .part1 .text-box a:last-child{
	margin-bottom: 0;
}
#header .sub-nav .sub.product .part1 .text-box a:hover{
	color: #333;
}
#header .sub-nav .sub.product .part1 img{
	width: 58%;
	vertical-align: top;
}
#header .sub-nav .sub.product .part2{
	display: inline-block;
	vertical-align: top;
	width: 65.7%;
	margin-left: 1.86%;
}
#header .sub-nav .sub.product .part2 a{
	display: inline-block;
	vertical-align: top;
	width: 19.56%;
	margin-right: 0.55%;
	position: relative;
	border-radius: 2px;
	overflow: hidden;
}
#header .sub-nav .sub.product .part2 a:last-child{
	margin-right: 0;
}
#header .sub-nav .sub.product .part2 a img{
	width: 100%;
}
#header .sub-nav .sub.product .part2 a .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(39,123,209,0.5);
}
#header .sub-nav .sub.product .part2 a:hover .cover{
	background-color: transparent;
}
#header .sub-nav .sub.product .part2 a .cover p{
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 17.8%;
	padding-bottom: 5px;
}
#header .sub-nav .sub.product .part2 a:hover .cover p{
	background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(0,170,217,1)), to(rgba(16,109,204,1)));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#header .sub-nav .sub.normal .line{
	vertical-align: middle;
	margin: 0 4.2%;
}
#header .sub-nav .sub.normal a{
	display: inline-block;
	vertical-align: middle;
	width: 38.57%;
}
#header .sub-nav .sub.normal a:nth-child(1){
	text-align: right;
}
#header .sub-nav .sub.normal a:nth-child(3){
	text-align: left;
}
#header .sub-nav .sub.normal a p{
	font-size: 24px;
	color: #106dcc;
	float: left;
}
#header .sub-nav .sub.normal a img{
	width: 66.67%;
	float: right;
}
#header .menu img{
	display: none;
}
@media only screen and (max-width:1400px){
	
}
@media only screen and (max-width:1310px){
	#header .nav-box li a{
		padding: 0 16px;
	}
}
@media only screen and (max-width:1200px){
	#header .sub-nav .sub.ability .part1 .text-box h5{
		font-size: 20px;
	}
	#header .sub-nav .sub.ability .part1 .text-box a{
		font-size: 14px;
	}
	#header .sub-nav .sub.ability .part2 a .cover p{
		font-size: 20px;
	}
	#header .sub-nav .sub.about a .cover p{
		font-size: 20px;
	}
	#header .sub-nav .sub.normal a p{
		font-size: 20px;
	}
}
@media only screen and (max-width:1110px){
}
@media only screen and (max-width:1100px){
	#footer .top .right ul li{
		margin-right: 50px;
	}
}
@media only screen and (max-width:1024px){
	html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;font-size: 16px;}
	body{
		 font-size: 62.5%;
	}
	.mobile{
		display: block!important;
	}
	.web{
		display: none!important;
	}
	#totop{
		display: none;
	}
	#main{
		padding-top: 4.6875rem;
	}
	/*底部*/
	#footer .top{
		display: none;
	}
	#footer .bottom{
		padding: 0.875rem 0 0.75rem;
	}
	#footer .bottom .copyright{
		font-size: 0.5625rem;
		margin-bottom: 0.4375rem;
		display: block;
	}
	#footer .bottom .link-box{
		font-size: 0.5625rem;
		margin-left: 0;
	}
	/*头部*/
	#header .left{
		height: 4.6875rem;
		line-height: 4.6875rem;
		width: 5.875rem;
		margin-left: 0.3125rem;
	}
	#header .left img{
		width: 100%;
	}
	#header .right{
		display: none;
	}
	#header .nav-box{
		display: none;
	}
	#header .sub-nav .sub.active{
		display: none;
	}
	#header .menu img{
		display: block;
		float: right;
		margin-right: 0.3125rem;
		height: 0.9375rem;
		margin-top: 1.875rem;
	}
	/*侧导航*/
	#sidenav{
		position: fixed;
		left: -100%;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 60;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
		display: block;
	}
	#sidenav.active{
		left: 0;
	}
	#sidenav .top{
		border-bottom: 1px solid #d3d3d3;
		background-color: #f8f8f8;
		height: 4.75rem;
		padding: 0 1.125rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: space-between;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 1;
	}
	#sidenav .top .logo{
		width: 5.8125rem;
	}
	#sidenav .top .menu img{
		width: 1.5625rem;
	}
	#sidenav .search-part{
		padding: 1.5625rem 1.125rem;
		position: absolute;
		left: 0;
		top: 4.75rem;
		width: 100%;
		z-index: 1;
		background-color: #fff;
	}
	#sidenav .search-part input{
		background-color: #f8f8f8;
		height: 2.75rem;
		width: 100%;
		border-radius: 1.375rem;
		font-size: 0.8125rem;
		color: #666;
		padding: 0 3.75rem;
		background-repeat: no-repeat;
		background-image: url(../images/sidenav_search.png);
		background-position: 1.5rem center;
		background-size: 0.9375rem 0.9375rem;
	}
	#sidenav .nav-box{
		position: relative;
		height: 100%;
		padding-top: 10.625rem;
		overflow-y: auto;
	}
	#sidenav .nav-box > div a.first{
		height: 3.75rem;
		margin: 0 auto;
		padding: 0 1.75rem;
		font-size: 1rem;
		color: #666;
		display: flex;
		align-items: center;
		justify-content: space-between;
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: space-between;
		background-repeat: no-repeat;
		background-image: url(../images/sidenav_line.png);
		background-size: 90.4% 1px;
		background-position: center bottom;
	}
	#sidenav .nav-box > div:nth-last-child(2) a.first{
		background-image: none;
	}
	#sidenav .nav-box > div.active a.first{
		background-color: #277bd1;
		color: #fff;
		background-image: none;
	}
	#sidenav .nav-box > div a.first .icon{
		width: 0.75rem;
		height: 0.75rem;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-image: url(../images/sidenav_icon1.png);
		background-position: center top;
	}
	#sidenav .nav-box > div.active a.first .icon{
		background-position: center bottom;
	}
	#sidenav .nav-box > div .sub{
		text-align: center;
		padding: 1.375rem 3.5rem;
		display: none;
		background-color: #f8f8f8;
	}
	#sidenav .nav-box > div .sub a{
		display: block;
		border-bottom: 1px solid rgba(176,180,185,0.3);
		padding: 0.9375rem 0;
		font-size: 0.8125rem;
		color: #808080;
	}
	#sidenav .nav-box > div .sub a:last-child{
		border-bottom: 0 none;
	}
	#sidenav .link-box{
		background-color: #3a4450;
		padding: 0 1.75rem;
		height: 3.4375rem;
		line-height: 3.4375rem;
		position: relative;
	}
	#sidenav .link-box .left{
		display: inline-block;
		vertical-align: middle;
		line-height: 1;
	}
	#sidenav .link-box .left a{
		display: inline-block;
		vertical-align: middle;
		margin-right: 0.625rem;
	}
	#sidenav .link-box .left a:last-child{
		margin-right: 0;
	}
	#sidenav .link-box .left .icon{
		width: 1.375rem;
		vertical-align: middle;
	}
	#sidenav .link-box .left .wechat .icon{
		height: 1.375rem;
		background-repeat: no-repeat;
		background-image: url(../images/sidenav_icon2.png);
		background-size: 100% auto;
		background-position: center top;
	}
	#sidenav .link-box .left .wechat.active .icon{
		background-position: center bottom;
	}
	#sidenav .link-box .left .wechat .qr{
		position: absolute;
		left: 1.125rem;
		bottom: 3.75rem;
		width: 10.625rem;
		background-repeat: no-repeat;
		background-image: url(../images/sidenav_qrbg.png);
		background-size: 100% auto;
		padding: 0.25rem 0.25rem 0.75rem;
		display: none;
	}
	#sidenav .link-box .left .wechat.active .qr{
		display: block;
	}
	#sidenav .link-box .left .wechat .qr img{
		width: 100%;
	}
	#sidenav .link-box .right{
		font-size: 0.6875rem;
		text-align: center;
		background-color: #b0b4b9;
		border-radius: 0.90625rem;
		overflow: hidden;
		position: absolute;
		right: 1.75rem;
		bottom: 0.8125rem;
		line-height: 1;
	}
	#sidenav .link-box .right.active{
		background-color: #212830;
	}
	#sidenav .link-box .right a{
		width: 5rem;
		height: 1.8125rem;
		line-height: 1.8125rem;
		color: #fff;
		border-radius: 0.90625rem;
	}
	#sidenav .link-box .right .now{
		display: block;
	}
	#sidenav .link-box .right .now .tri{
		display: inline-block;
		vertical-align: middle;
		margin-left: 0.9375rem;
		border-style: solid;
		border-width: 0.3125rem 0.3125rem 0 0.3125rem;
		border-color: #fff transparent transparent transparent;
	}
	#sidenav .link-box .right.active .now .tri{
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}
	#sidenav .link-box .right .other{
		display: none;
		background-color: #3a4450;
	}
	#sidenav .link-box .right.active .other{
		display: block;
	}
	
}
@media only screen and (max-width:767px){
	
}
@media only screen and (max-width:414px){
	
}
@media only screen and (max-width:320px){
	
}