@charset "utf-8";
/*初始样式*/



body {
	color: #333;
	font-size: 14px;
	font-family: Noto Sans SC , "Microsoft Yahei";
} 


/*网站字体颜色*/
body, ul, ol, li, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, img, span, input {
	margin: 0;
	padding: 0;
	list-style: none;
}






.banner .supertit {
    top: 23%;
    left: 10%;
    color: #fff;
    width: 40%;
    position: absolute;
    display: flex;
    font-size: 24px;
}


.banner .super {
    top: 28%;
    left: 10%;
    color: #fff;
    width: 400px;
    position: absolute;
    display: flex;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
	font-weight:700;
}


.banner .link-button__male {
	top: 42%;
    left: 10%;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: transparent;
    color: #fff;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
	
	position: absolute;
    display: block;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 2px;
	
	
}










a {
	color: #333;
	text-decoration: none;
	font-family: Noto Sans SC , "Microsoft Yahei";
}  /*for ie f6n.net*/
a:focus {
	outline: 0;
} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/



img {
	border: none;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: 0;
	font-family: Noto Sans SC , "Microsoft Yahei";
}
h1, h2, h3, h4, h5, h6 {
	font-family: Noto Sans SC, "Microsoft Yahei";
}
i, em {
	font-style: normal;
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pa {
	position: absolute;
}
.pr {
	position: relative
}
.clearfix:after {
	content: "";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/* -- 页面整体布局 -- */



.pic img, .picl img, .pics img {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
}
.pic img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.picl img:hover {
	-moz-transform: translate(0, 5px);
	-webkit-transform: translate(0, 5px);
	-ms-transform: translate(0, 5px);
	-o-transform: translate(0, 5px);
}
.pics img:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
body {
	min-width: 1200px;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
i, em {
	font-style: normal;
}
.content {
	margin: 0 auto;
	font-family: Noto Sans SC , "Microsoft Yahei";
	width: 1200px;
}
.contents {
	margin: 0 auto;
	font-family: Noto Sans SC , "Microsoft Yahei";
	box-sizing: border-box;
}
/*banner*/



.banner {
	height: auto;
	max-width: 1920px;
	margin: 0 auto!important;
}
.banner .bd {
	width: 100% !important;
}
.banner .bd li {
	float: left;
	width: 100% !important;
}
.banner .bd li img {
	width: 100%;
}
.banner .bd li a {
	display: block;
}
/*.banner .content{position:relative;}*/



.banner .zx {
	position: absolute;
	left: 0;
	top: 485px;
	width: 202px;
	height: 51px;
	line-height: 51px;
	padding-left: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	z-index: 10;
}
.banner .prev {
	position: absolute;
	top: 50%;
	left: 2%;
	z-index: 10;
	cursor: pointer;
}
.banner .next {
	position: absolute;
	top: 50%;
	right: 2%;
	z-index: 10;
	cursor: pointer;
}



.banner .prev img{
	width:21px;
	height:40px;
}

.banner .next img{
	width:21px;
	height:40px;
}


.banner .hd {
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 8%;
}
.banner .hd li {
	width: 40px;
	height: 8px;
	background: #fff;
	margin: 0 5px;
	display: inline-block;
}
.banner .hd li.on {
	background: #0086f9;
}
/*搜索*/



.search {
	height: 101px;
}
.keyword {
	font-size: 14px;
	color: #888;
	padding-left: 0px;
	line-height: 100px;
	opacity: 0.74
}
.keyword b {
	font-weight: normal;
	color: #202020;
}
.keyword a {
	color: #808080;
	display: inline-block;
	margin-right: 2px;
}
.sou {
	margin-top: 30px;
	position: relative;
}
.sou .ipt1 {
	border: none;
	border-right: 1px solid #d3d3d3;
	padding-left: 22px;
	font-size: 14px;
	line-height: 37px;
	width: 160px;
	opacity: 0.5;
	color: #202020;
	margin-right: 22px;
	position: relative;
}
.sou:before {
	content: "|";
	left: 0;
	top: 7px;
	position: absolute;
	color: #d8d8d8;
}
.sou .ipt2 {
	background: url(../img/search.png) no-repeat left center;
	display: block;
	width: 22px;
	height: 22px;
	border: none;
	float: right;
	margin-top: 7px;
}
/*引子*/



.yinzi {
	background: #f6f6f6;
	height:800px;
}
.yinzi dt {
	float: left;
	width: 511px;
	margin-top: 0px;
}
.yinzi dt h2 {
	font-size: 24px;
	color: #282828;
	line-height: 140%;
	white-space: nowrap;
	padding-bottom: 45px;
}
.yinzi dt h2 b {
	display: block;
	font-size: 24px;
	font-family: SourceHanSansCN-Bold;
}
.yinzi dt p {
	width: 439px;
	color: #2a2a2a;
	line-height: 24px;
	font-size: 14px;
}
.yinzi dt p.tb {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 30px;
}

.yinzi dt p.tb span {
	float: left;
	margin-right: 28px;
	text-align: left;
	display: block;
	font-size: 15px;
	color: #333333;
	width:220px;
	
	white-space: nowrap;
    padding-bottom: 20px;
	margin-bottom: 20px;
	width: 220px;
	border-bottom: 1px solid #999;
}


.yinzi dt p.tb span.none {
	margin-right: 0;
}
.yinzi dt p.tb span img {
	display: block;
	margin-bottom: 12px;
}
.yinzi dt a.more {
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f8bd01;
	color: #fff;
	font-size: 14px;
}
.yinzi dd {
	width: 569px;
	float: left;
	background: url(../img/yz_bg.jpg) no-repeat left top;
	height: 573px;
	padding-left: 0px;
	padding-top: 0px;
	position: relative;
}
.yinzi dd:after {
	/*	
	content: "";
	position: absolute;
	right: 0px;
	bottom: 88px;
	height: 4px;
	width: 100px;
	background: #0187f9;
	*/
}
.yinzi dd p {
	position: absolute;
	right: 0;
	top: 113px;
	text-align: right;
	font-size: 40px;
	color: #282828;
}
.yinzi dd p b {
	display: block;
	color: #282828;
	font-size: 40px;
	font-family: PangMenZhengDao, "arial";
	font-size: 23px;
	margin-top: 5px;
	line-height: 110%;
	margin-bottom: 8px;
}
.yinzi dd p em {
	display: block;
	font-size: 13px;
	color: #666;
}
.yinzi dd p i {
	display: block;
	font-size: 50px;
	color: #008AFF;
	line-height: 60px;
}
/*韩国原装进口*/



.jk {
	margin-top: 30px;
	background:#f6f6f6;
	padding-top:80px;
}
.jk h2 {
	font-size: 55px;
	text-align: center;
	font-weight: normal;
	padding-top: 100px;
	margin-bottom: 40px;
}
.jk h2 b {
	font-family: MHeiPRC-Xbold;
	font-size: 58px;
	margin-right: 20px;
}
.jk h2 em {
	font-size: 22px;
	display: block;
	margin-top: 13px;
	line-height: 24px;
	color: #666;
	letter-spacing: 10px;
}
.jk .tit {
	padding-top: 10px;
	margin-bottom: 80px;
	margin-top: 30px;
}
.jk .tit li {
	float: left;
	text-align: center;
	color: #282828;
	font-size: 24px;
}
.jk .tit li:nth-child(1) {
	width:33.333%
}
.jk .tit li:nth-child(2) {
	position: relative;
	padding-top: 0px;
	width:33.333%
}


/*
.jk .tit li:nth-child(2):before {
	position: absolute;
	left: 0;
	top: 0px;
	content: "";
	width: 1px;
	height: 81px;
	background: #ddd;
}
*/


/*.jk .tit li:nth-child(2):after {
	position: absolute;
	right: 0;
	top: 0px;
	content: "";
	width: 1px;
	height: 81px;
	background: #ddd;
}*/




.jk .tit li:nth-child(3) {
	width:33.333%
}


/*.jk .tit li:nth-child(3) b {
    font-size: 46px;
    height: 58px;
    display: inline-block;
}*/



.jk .tit li b {
	font-size: 46px;
	height: 58px;
	display: inline-block;
}
.jk .tit li em {
	display: inline-block;
	font-size: 16px;
	clear: both;
	text-align:left;
	margin-left:20px;
	color:#777;
}



.jk .tit li em  b{
	display: block;
	width:100%;
	font-size: 24px;
	padding-bottom:0px;
	color:#333;
	height:45px;
}


.jk .tit li:hover, .jk .tit li:hover b, .jk .tit li:hover em {
	color: #2c79cb;
}
.jk .con {
	max-width: 1920px;
	margin: 0 auto;
}
.jk .con li {
	float: left;
	width: 33.33%;
	position: relative;
	overflow: hidden;
	line-height: 0;
}
.jk .con li:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.50);
	z-index: 1;
	content: "";
}
.jk .con li:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 2;
	content: "";
	display: none;
}
.jk .con li p {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 110%;
}
.jk .con li p em {
	width: 4.56rem;
	height: 0rem;
	background: #fff;
	display: block;
	margin: 0 auto;
	margin-top: 40%;
	margin-bottom: 7.06%;
	line-height: 110%;
}
.jk .con li p b {
	display: block;
	font-size: 1.4rem;
	color: #fff;
	line-height: 110%;
}
.jk .con li p span {
	display: block;
	font-weight: lighter;
	color: #fff;
	font-size: 0.95rem;
	line-height: 1.2rem;
	padding: 0 15%;
	margin-top: 11.28%;
}
.jk .con li p a {
	display: block;
	background: url(../img/jk_more.png) no-repeat center;
	width: 2rem;
	height: 2rem;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #fff;
	background-size: 4rem auto;
	margin-top: 10.45%;
	border-radius:4rem;
}
.jk .con li img {
	width: 100%;
	height: 100%;
}
.jk .con li:hover:after {
	display: block;
}
.jk .con li:hover:before {
	display: block;
}
.jk .con li:hover p em {
	background: #008aff;
}
.jk .con li:hover p b {
	color: #008aff;
}
.jk .con li:hover p a {
	background: #008aff url(../img/jk_more.png) no-repeat center;
	border: 1px solid #008aff;
}
.jk .con li.l1 {
	width: 20%;
}
.jk .con li.l2 {
	width: 20%;
}
.jk .con li.l3 {
	width: 20%;
}

.jk .con li.l4 {
	width: 20%;
}
.jk .con li.l5 {
	width: 20%;
}




/*应用案例一览*/



.case {
	overflow: hidden;
	margin-top: 80px;
}
.case h2 {
	font-size: 55px;
	text-align: center;
	font-weight: normal;
	padding-top: 100px;
	margin-bottom: 40px;
}
.case h2 b {
	font-family: MHeiPRC-Xbold;
	font-size: 58px;
	margin-right: 20px;
}
.case h2 em {
	font-size: 22px;
	display: block;
	margin-top: 13px;
	line-height: 24px;
	color: #666;
	letter-spacing: 10px;
}
.case .tit {
	margin-top: 50px;
	margin-bottom: 40px;
}
.case .tit li {
	float: left;
	font-size: 17px;
	/*position: relative;*/
	padding-left: 18px;
	line-height: 20px;
	margin-right: 118px;
	display: inline;
}
.case .tit li:last-child {
	margin-right: 0;
}
.case .tit li:hover a {
	color: #0187f9;
}
.case .tit li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	display: block;
	background: #282828;
}

.case .tit li:hover:before {
	background: #0187f9;
}

.case .con {
	position: relative;
}

.case .con dl {
	width: 100%;
	height: 490px;
}

.case .con dl dt {
	line-height: 0;
	width: 100%;
	height: 490px;
	overflow: hidden;
}

.case .con dl dt img {
	width: 100%;
	height: 490px;
}


















.company {

}
.company h2 {

}
.company h2 b {

}
.company h2 em {

}
.company .tit {
	margin-top: 50px;
	margin-bottom: 40px;
}
.company .tit li {
	float: left;
	font-size: 17px;
	/*position: relative;*/
	padding-left: 18px;
	line-height: 20px;
	margin-right: 118px;
	display: inline;
}
.company .tit li:last-child {
	margin-right: 0;
}
.company .tit li:hover a {
	color: #0187f9;
}
.company .tit li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 4px;
	height: 4px;
	display: block;
	background: #282828;
}

.company .tit li:hover:before {
	background: #0187f9;
}

.company .cons {
	position: relative;
}

.company .cons dl {
	width: 100%;
	height: 490px;
}

.company .cons dl dt {
	width: 511px;
	overflow: hidden;
}

.company .cons dl dt img {

}

.company .cons .qh {
	position: absolute;
	left: calc( 50% + 493px );
	top:160px;
	bottom: 0;
	z-index: 1;
}
.company .cons .qh i {
	width: 4rem;
	text-align: center;
	height: 1.5rem;
}
.company .cons .qh i:hover {
	background: #008aff;
	cursor: pointer;
}
.company .cons .qh .prev {
	display: block;
	margin: 0 auto;
	background: #e5ae00;
	float: left;
	padding-top: 0.8em;
	margin-right:1px;
}
.company .cons .qh .next {
	display: block;
	margin: 0 auto;
	background: #e5ae00;
	float: left;
	padding-top: 0.8em;
}
.company .cons .sz {
	position: absolute;
	left: 470px;
	top: 50px;
	z-index: 1;
	color:#CCC;
	
}
.company .cons .sz i {
	font-size: 52px;
	font-weight: bold;
	display: none;
}
.company .cons .sz i.cur {
	display: block;
}
.company .con2 {
	margin-top: 42px;
	overflow: hidden;
}


































.case .con dl dd {
	position: absolute;
	float:left;
	margin:0 auto;
	bottom: 0px;
	width: 100%;
	display: inline;

}

.case .con dl dd b {
	font-size: 18px;
	color: #282828;
	font-weight: normal;
	width: 62px;
	border-bottom: 2px solid #999;
	display: block;
	white-space: nowrap;
	padding-bottom: 20px;
	margin-bottom: 22px;
}

.case .con dl dd p {
	font-size: 14px;
	color: #282828;
	line-height: 27px;
}
.case .con .qh {
	position: absolute;
	left: calc( 50% + 517px );
	top:267px;
	bottom: 0;
	z-index: 1;
}
.case .con .qh i {
	width: 4rem;
	text-align: center;
	height: 1.5rem;
}
.case .con .qh i:hover {
	background: #008aff;
	cursor: pointer;
}
.case .con .qh .prev {
	display: block;
	margin: 0 auto;
	background: #e5ae00;
	float: left;
	padding-top: 0.8em;
	margin-right:1px;
}
.case .con .qh .next {
	display: block;
	margin: 0 auto;
	background: #e5ae00;
	float: left;
	padding-top: 0.8em;
}
.case .con .sz {
	position: absolute;
	left: calc( 50% + 550px );
	bottom: 80px;
	z-index: 1;
	color:#CCC;
	top: 360px;
	
}
.case .con .sz i {
	font-size: 52px;
	font-weight: bold;
	display: none;
}
.case .con .sz i.cur {
	display: block;
}
.case .con2 {
	margin-top: 42px;
	overflow: hidden;
}
/*.case .con2 .tempWrap{width: 100%!;}*/



.case .con2 li {
	float: left;
	text-align: center;
	margin-right: 38px;
	width: auto;
}
.case .con2 li:last-child {
	margin-right: 0;
}
.case .con2 li img {
	width: 165px;
	height: 85px;
	/*border: 1px solid #d3d3d3;*/
}
.case .con2 li span {
	display: block;
	line-height: 160%;
	margin-top: 10px;
}
.indexthree {
	padding-top: 80px;
	padding-bottom: 77px;
	width: 1200px;
	margin: 0 auto;
}
.title {
	text-align: center;
}
.title h3 {
	font-size: 36px;
	color: #333;
	line-height: 36px;
	padding-bottom: 15px;
	font-weight: bold;
}
.title p {
	text-transform: uppercase;
	font-size: 16px;
	color: #949494;
}
.threetit {
	padding-top: 35px;
	margin-bottom: 75px;
}
.threetit li {
	float: left;
	width: 20%;
	position: relative;
}
.threetit li h4 {
	background: #333333 url(../img/b5.png) no-repeat 267px center;
	height: 50px;
	line-height: 50px;
	color: #858585;
	font-size: 20px;
	border-right: 1px #fff solid;
}
.threetit li h4 span {
	margin-left: 20px;
	vertical-align: -4px;
	margin-right: 8px;
}
.threetit li h4 a {
	display: block;
}
.threetit li:hover h4, .threetit li.cur h4 {
	background: #008AFF url(../img/b5s.png) no-repeat 267px center;
	;
}
.threetit li:hover h4 a, .threetit li.cur h4 a {
	color: #fff;
}
.threetit li:nth-child(1) h4 span {
	background: url(../img/b1.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 21px;
}
.threetit li:nth-child(2) h4 span {
	background: url(../img/b2.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 21px;
}
.threetit li:nth-child(3) h4 span {
	background: url(../img/b3.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 21px;
}
.threetit li:nth-child(4) h4 span {
	background: url(../img/b4.png) no-repeat;
	display: inline-block;
	width: 22px;
	height: 21px;
}
.threetit li:hover:nth-child(1) h4 span, .threetit li.cur:nth-child(1) h4 span {
	background: url(../img/b1s.png) no-repeat;
}
.threetit li:hover:nth-child(2) h4 span, .threetit li.cur:nth-child(2) h4 span {
	background: url(../img/b2s.png) no-repeat;
}
.threetit li:hover:nth-child(3) h4 span, .threetit li.cur:nth-child(3) h4 span {
	background: url(../img/b3s.png) no-repeat;
}
.threetit li:hover:nth-child(4) h4 span, .threetit li.cur:nth-child(4) h4 span {
	background: url(../img/b4s.png) no-repeat;
}
.threetit li h4 em {
	width: 12px;
	height: 7px;
	display: inline-block;
}
.titlist {
	display: none;
}
.threetit li.cur .titlist {
	display: block;
}
.threetit li .titlist {
	line-height: 50px;
	position: absolute;
	top: 50px;
	left: 0;
	background: #f2f2f2;
	width: 900px;
}
.threetit li .titlist p {
	float: left;
	padding-left: 17px;
	font-size: 16px;
	color: #888888;
	background: url(../img/b6.png) no-repeat left center;
	margin-left: 20px;
	width: 200px;
}
.threetit li .titlist p a:hover {
	color: #f8bd01;
}
.threetit li:hover .titlist {
	display: block;
}
.threetit li:nth-child(3) .titlist {
	left: -480px;
}
.threetit li:nth-child(4) .titlist {
	left: -601px;
}
.threenr dl {
	background: #f2f2f2;
}
.threenr dt {
	float: left;
}
.threenr dt img {
	display: block;
	width: 741px;
	height: 435px;
}
.threenr dd {
	padding-left: 34px;
	float: left;
	padding-top: 60px;
	padding-right: 50px;
	width: 458px;
}
.threenr dd h4 {
	font-size: 30px;
	font-weight: bold;
	color: #222222;
	padding-bottom: 25px;
}
.threenr dd h4 span {
	display: block;
	font-size: 15px;
	color: #008AFF;
	font-weight: normal;
	padding-top: 6px;
}
.threenr dd p {
	font-size: 15px;
	color: #666666;
	padding-bottom: 15px;
}
.threenr dd p b {
	font-weight: bold;
	color: #222222;
	display: block;
	padding-bottom: 3px;
}
.threebtn {
	padding-top: 40px;
}
.threebtn a {
	width: 160px;
	height: 40px;
	background: #008AFF;
	display: inline-block;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.threebtn a:nth-child(2) {
	background: #f8bd01;
	margin-left: 20px;
}
.threenr ul {
	margin-top: 16px;
}
.threenr li {
	float: left;
	width: 289px;
	height: 170px;
	margin-right: 14px;
	position: relative;
}
.threenr li:last-child {
	margin-right: 0;
}
.threenr li img {
	display: block;
	width: 289px;
	height: 170px;
}
.threenr li .theul {
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	background: rgba(72,113,211,0.8);
	display: none;
}
.threenr li:hover .theul {
	display: block;
}
.threenr li .theul img {
	width: 36px;
	height: 36px;
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}
.threenr li .theul p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	padding-top: 10px;
}
.indexfive {
	padding-top: 75px;
	padding-bottom: 40px;
	overflow: hidden;
}
.indexfive .title p {

}



.fivetit {
	margin-top: 45px;
	box-shadow: 1px 1px 1px 1px #ccc;
	height: 60px;
	line-height: 60px;
	margin-bottom: 10px;
	background:#f6f6f6;
}
.fivetit a {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #666;
	background: url(../img/t2.png) no-repeat right center;
	display: block;
	line-height: 58px;
}
.fivetit a:last-child {
	background: none;
}
.fivetit a:hover, .fivetit a.cur {
	font-weight: bold;
	color: #fff;
	background:#f8bd01;
	border-bottom: 2px #f8bd01 solid;
}
.fivenr dt {
	float: left;
	width: 595px;
	margin-right:10px;
}
.fivenr dt img {
	width: 595px;
	height: 327px;
	display: block;
}
.fivenr dd {
	float: right;
	width: 310px;
	background: #2c78ca;
	padding-top: 50px;
	padding-left: 40px;
	padding-right: 40px;
	height: 395px;
}
.fivenr dd h4 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 12px;
	border-bottom: 1px #6179c7 dashed;
	margin-bottom: 28px;
}
.fivenr dd p {
	color: #fff;
	padding-bottom: 20px;
}
.fivenr dd p b {
	display: block;
	font-size: 18px;
	padding-bottom: 5px;
}
.fivenr dd p span {
	font-size: 24px;
	font-family: Verdana, Arial, Geneva, sans-serif
}
.fivenr dd p em {
	display: block;
	padding: 10px 0;
}
.commonweb {
	margin: 0px auto;
	padding: 0;
	width: 1200px;
}
.fivebtn {
	margin-top: 30px;
}
.fivebtn a {
	font-size: 15px;
	color: #fff;
	background: #f8bd01;
	width: 134px;
	height: 43px;
	line-height: 43px;
	display: inline-block;
	text-align: center;
}
.fivebtn a:nth-child(2) {
	margin-left: 20px;
	background: none;
	border: 1px #fff solid;
}
.fivenr ul {
	margin-top: 10px;
}
.fivenr li {
	float: left;
	width: 292.5px;
	margin-right: 10px;
	background: #f6f6f6;
	padding-bottom: 15px;
}
.fivenr li img {
	width: 292.5px;
	height: 195px;
	display: block;
}
.fivenr li:last-child {
	margin-right: 0;
}
.fivenr li h4 {
	padding: 20px 30px 15px;
	font-weight: 400;
	color: #333;
	font-size: 16px;
}
.fivenr li p {
	font-size: 14px;
	color: #888888;
	padding: 0 30px;
	overflow: hidden;
	height: 58px;
	line-height: 18px;
}
/*质得信赖*/



.xl {
	background: #f6f6f6;
	overflow: hidden;
	padding-bottom: 50px;
}
.xl h2 {
	font-size: 55px;
	text-align: center;
	font-weight: normal;
	padding-top: 100px;
	margin-bottom: 40px;
}
.xl h2 b {
	font-family: MHeiPRC-Xbold;
	font-size: 58px;
	margin-right: 20px;
}
.xl h2 em {
	font-size: 22px;
	display: block;
	margin-top: 13px;
	line-height: 24px;
	color: #666;
	letter-spacing: 10px;
}
.xl dl {
	margin-top: 50px;
}
.xl dl dt {
	float: right;
	width: 757px;
}
.xl dl dt img {
	width: 757px;
	height: 445px;
}
.xl dl dd {
	float: left;
	background: #ffffff;
	width: 530px;
	height: 445px;
	margin-right: -88px;
	padding-left: 60px;
	padding-top: 60px;
	padding-right: 88px;
	position: relative;
	box-sizing:border-box;
}
.xl dl dd h3 {
	font-size: 30px;
	color: #26292e;
	width: 38px;
	display: block;
	white-space: nowrap;
	border-bottom: 2px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 22px;
}
.xl dl dd h3 span {
	font-weight: normal;
	margin-left: 10px;
}
.xl dl dd p {
	font-size: 15px;
	color: #4a4a4a;
	margin-bottom: 22px;
	line-height: 22px;
}
.xl dl dd em {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 87px;
	height: 38px;
	background: #2c78ca;
	text-align: center;
	padding-top: 82px;
	overflow: hidden;
}
.xl dl:hover dd em {
	background: #f8bd02;
}
.xl dl.for dt {
	float: left;
	width: 866px;
	height: 445px;
}
.xl dl.for dt img {
	width: 757px;
	height: 445px;
}
.xl dl.for dd {
	width: 530px;
	height: 445px;
	margin-left: -196px;
	margin-top: 0px;
}
.xl dl.for dd em {
	top: 0px;
}
/*服务保障*/



.xl2 {
	background: url(../../images/customerbg.jpg) no-repeat center top;
	background-size: 100% 90%;
	min-height: 39rem;
}
.xl2 dt {
	float: left;
	padding-top: 5.5rem;
	width: 100%;
}
.xl2 dt h3 {
	font-size: 1.875rem;
	color: #fff;
	line-height: 110%;
}
.xl2 dt h3 span {
	margin-left: 0.625rem;
	font-weight: normal;
}
.xl2 dt h3 em {
	display: block;
	font-size: 1.5rem;
	font-weight: normal;
	margin-top: 0.3125rem;
}
.xl2 dt p.ms {
	font-size: 1rem;
	line-height: 1.125rem;
	color: #fff;
	margin-top: 2.5rem;
letter-spacing:0.0.125rem;
}
.xl2 dt ul {
	margin-top: 2.7rem;
}




.xl2 dt li {
	float: left;
	width: 10.75%;
	margin-right: 2%;
	border: 1px solid  rgba(255,255,255,0.0);
	box-sizing: border-box;
	border-radius: 5px;
	color: #fff;
	position: relative;
	height: 6rem;
	margin-bottom: 1.7rem;
	padding: 1rem 1%;
	line-height: 110%;
	padding-top: 0.6rem;
}



.xl2 dt li:nth-child(8n) {
	margin-right: 0;
}
.xl2 dt li b {
	font-size: 1rem;
	display: block;
	margin-bottom: 0.5rem;
	padding-top:10px;
}
.xl2 dt li p {
	font-size: 0.875rem;
	line-height: 1rem;
}
.xl2 dt li em {
	position: absolute;
	right: 3.2rem;
	top: 1rem;
	display: block;
	max-width: 15%;

}
.xl2 dt li em img {
	max-width: 100%;
	
}
.xl2 dt li:hover {
	background: #0084f3;
	border: 1px solid #0084f3;
}
.xl2 dt li.tel {
	border: none;
	padding: 0;
	width: 30%;
	margin-right: -5%;
}
.xl2 dt li.tel:hover {
	background: none;
}
.xl2 dt li.tel b {
	font-weight: normal;
	font-size: 0.875rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.xl2 dt li.tel p {
	font-size: 1.7rem;
	font-weight: bold;
	white-space: nowrap;
	line-height: 90%;
	display: inline-block;
}
.xl2 dd {
	float: left;
	padding-top: 2.3rem;
	width: 100%;
	position: relative;
}
.xl2 dd img {
	position:relative;
	top:-520px;
	left: calc( 50% - 300px );
	z-index:55;
}
.xl2 dd em {
	position: absolute;
	right: 22.6%;
	top: 0;
	display: block;
	width: 15.8%;
	height: 7rem;
	background: #2c79cb;
}
.xl2 dd em img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
/*新闻资讯*/



.nswsbj {
	box-sizing: border-box;
	padding-top: 15px;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	padding-bottom:60px;
}
.nswsbj .tit01 {
	margin-bottom: 30px;
}
.news {
	width: 511px;
	float: left;
	margin-top: 30px;
}
.news h2 {
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	position: relative;
	font-size: 20px;
	color: #0187f9;
	font-weight: normal;
	border-bottom:#CCC 1px solid;
}
.news h2 i {
	color: #0187f9;
}
.news h2 span {
	float: right;
	color: #333;
	font-size: 14px;
}
.news dl {
	width: 511px;
	border-bottom: 1px solid #f5f5f5;
}
.news dl dt {
	width: 511px;
	overflow: hidden;
	position: relative;
}
.news dl dt img {
	width: 511px;
	height: 283px;
	display: block;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
.news dl dt img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.news dl dd {
	padding-top: 15px;
}
.news dl dd h3 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
}
.news dl dd h3 a {
	color: #333333;
}
.news dl dd p {
	font-size: 14px;
	text-align: justify;
	color: #666666;
	line-height: 24px;
	padding: 10px 0;
}
.news ul {
	padding-top: 20px;
	height: 191px;
}
.news li {
	padding-left: 15px;
	background: url(../img/wtico1.png) no-repeat left center;
	font-size: 14px;
	color: #666666;
	height: 35px;
	line-height: 35px;
	display: block;
}
.news li a {
	color: #666666;
}
.news li span {
	font-size: 12px;
	color: #666666;
	float: right;
	font-weight: normal;
}
.news .news2 {
	padding-top: 0px;
}
.news em {
	font-size: 14px;
	color: #666666;
	height: 35px;
	line-height: 35px;
	display: block;
}
.news em a {
	color: #666666;
}
.news em i {
	font-size: 14px;
	color: #fff;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background: #424242;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	margin-right: 10px;
}
.news em span {
	font-size: 12px;
	color: #666666;
	float: right;
	font-weight: normal;
}
.wt {
	width: 607px;
	overflow: hidden;
	font-family: "Microsoft Yahei";
	float: right;
	margin-top: 30px;
}
.wt h2 {
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	position: relative;
	font-size: 20px;
	color: #0187f9;
	font-weight: normal;
	border-bottom:#CCC 1px solid;
}
.wt h2 i {
	color: #0187f9;
}
.wt h2 span {
	float: right;
	color: #333;
	font-size: 14px;
}
.wt_c dl {
	padding-bottom: 20px;
	border-bottom: 1px solid #d6d6d6;
}
.wt_c dt {
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.wt_c dt em {
	width: 81px;
	height: 28px;
	line-height: 28px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	border-radius: 30px;
	background: #e8bd15;
	margin-right: 10px;
}
.wt_c dt a {
	color: #333333;
}
.wt_c dd {
	line-height: 26px;
	font-size: 14px;
	margin-top: 10px;
}
.wt_c ul {
	padding-top: 20px;
	height: 263px;
}
.wt_c li {
	padding-left: 15px;
	background: url(../img/wtico1.png) no-repeat left center;
	font-size: 14px;
	color: #666666;
	height: 35px;
	line-height: 35px;
	display: block;
}
.wt_c li a {
	color: #666666;
}
.wt_c li span {
	font-size: 12px;
	color: #666666;
	float: right;
	font-weight: normal;
}
.mores {
	width: 607px;
}
.mores img {
	width: 461px;
	height: 130px;
	float: left;
}
.mores em {
	width: 143px;
	height: 130px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: url(../img/wtmore.jpg) no-repeat;
	padding-top: 35px;
	box-sizing: border-box;
}
/*关于*/



.about {
	background: #2c78ca url(../../images/bottbg.jpg) no-repeat center top;
	height: 250px;
	padding-top: 80px;
}
.about h2 {
	font-size: 55px;
	text-align: center;
	font-weight: normal;
	padding-top: 100px;
	margin-bottom: 40px;
	color: #fff;
}
.about h2 b {
	font-family: MHeiPRC-Xbold;
	font-size: 58px;
	margin-right: 20px;
}
.about h2 em {
	font-size: 22px;
	display: block;
	margin-top: 13px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 10px;
}
.about .flash {
	line-height: 28px;
	color: #fff;
	font-size: 16px;
	padding: 0 70px;
	text-align: center;
	position: relative;
	margin-top: 60px;
	letter-spacing: 0.2px;
}
.about a {
	color: #fff;
}
.about .title h3 {
	font-size: 48px;
	line-height: 48px;
	padding-bottom: 8px;
	font-weight: bold;
	color: #fff;
}
.about a.more {
	display: block;
	width: 10rem;
	height: 2.5rem;
	line-height: 2.5rem;
	font-weight:bold;
	font-size:14px;
	text-align: center;
	float:right;
	background-size: 4rem auto;
	margin-top: 40px;
	border:#FFF 2px solid;
}
/*link*/



.link {
	background: #212121;
	height: 40px;
	overflow: hidden;
}
.link_l {
	float: left;
}
.link_l b {
	display: inline-block;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	margin-right: 30px;
}
.link_l a {
	line-height: 40px;
	display: inline-block;
	color: #444;
	position: relative;
	padding-right: 18px;
	font-size: 14px;
}
.link_l a:last-child {
	padding-right: 0;
}
.link_r {
	float: right;
}
.link_r a {
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	color: #444;
}
