.container-fluid{
	max-width:1230px;
	width:100%;
	margin:0 auto;
}

/*导航*/
.wrap-topad{
    background:url(../image/fdc021406affe69c19daac37e7b4f81dad6d4d6a.jpg) no-repeat top center;
    padding: 60px 0 40px 0;
    margin-bottom: 50px;
}
.wrap-pro{
	background-color: #1a57a9;
	line-height: 70px;
}
.toplink{
    background-color: #38404b;
    line-height: 34px;
    margin-bottom:20px;
    color:#fff;
    font-size: 13px;
    
}
.seo,
.seo a{
    color:#fff;
    opacity: .8;
}
.seo a:hover{
    opacity: 1;
}
/*搜索*/
.wrap-search{
	border-bottom: #dedede 1px solid;
	height: 85px;
	/*margin-bottom: 60px;*/
}
.worldkey{
	font-size: 14px;
    color: #333;
    line-height: 85px;
}
.worldkey a{
	font-size: 14px;
    color: #666;
    padding: 0 10px 0 0;
}
.worldkey a:hover{
	color:#1a57a9;
}

.left-ser{
	width:310px;
	line-height: 50px;
	background-color: #f2f2f2;
	border-radius: 50px;
	margin-top: 16px;
}
.left-ser #keyword{
	line-height: 50px;
	border:none;
	background: none;
	padding-left:30px;
	width:246px;
	outline: none;
}
.left-ser #s_btn{
	background:url(../image/a3f7a0a7f33baa196637651307cda1806f66491f.jpg) no-repeat;
	width:58px;
	border:none;
	text-indent: -100px;
	overflow: hidden;
	outline: none;
}

/*品牌实力*/
.topabout{
    font-size: 18px;
    text-align: center;
    color:#666;
    padding: 40px 0;
}

.Ybrand li{
	float: left;
	text-align: center;
	cursor: pointer;
	margin:0 22px;
	
}
.Ybrand li .brandli{
	transition: all .5s linear;
	/*background: url(//cdn.myxypt.com/015b223b/21/04/401fa963a08293710258610b27ea82cf63169640.png) no-repeat;*/
	position: relative;
	width:156px;
	height: 210px;
	padding-top:50px;
}
.Ybrand li .brandli:after {
	position: absolute;
	left: 28px;
    bottom: 0;
	content: '';
	width:100px;
	height: 30px;
	background: url(../image/251bf7b7aee36b9d2ee75ca5827c0ff3f39e6ef6.png) no-repeat;
}
.Ybrand li .brandli h3{
	font-size: 20px;
	line-height: 38px;
}
.Ybrand li .brandli .img{
	width:40px;
	height: 40px;
	overflow: hidden;
	margin:0  auto;
}
.Ybrand li:hover .brandli{
	background: url(../image/b5ae0319c2b0cc1cdd50f67274559365af63c273.png) no-repeat;
	transform:rotateY(180deg);
}
.Ybrand li:hover .brandli h3{
	color:#fff;
	transform:rotateY(-180deg);
}
.Ybrand li:hover .brandli .img{
	background-position:-40px  0 !important;
	transform:rotateY(-180deg);
}

/*产品*/
.webTitle{
	font-size: 36px;
    color: #333;
    font-weight: 600;
    text-align: center;
    background: url(../image/ff7e6c8a3caabf60896840892cd105e05cd93452.png) no-repeat bottom center;
    padding-bottom: 40px;
}
.webTitle span{
	color:#1a57a9;
}
.wrap-proLst{
	background: url(../image/07a47e71bb351c06f9485cf41d832513484e6efa.jpg) no-repeat center;
	margin-top:38px;
	padding:38px 0;
}

.slideTxtBox{}
.slideTxtBox .hd{ 
	width:320px;
 }
.slideTxtBox .hd ul{}
.slideTxtBox .hd ul li{
	background: #fff;
	width:174px;
	line-height: 48px;
	margin-bottom: 10px;
	text-align: center;
}
.slideTxtBox .hd ul li a{
	display: block;
	font-size: 16px;
	font-weight: 600;
	color:#333;
}
.slideTxtBox .hd ul li.on a{ 
	background:#fa7a3a; 
	color:#fff;
	position: relative;
}
.slideTxtBox .hd ul li.on a:after{
	content: '';
	width:30px;
	height: 26px;
	background: url(../image/d00931bcd36f4151673d2f5880fc1c9ebe1b710f.png) no-repeat;
	position: absolute;
	top: 10px;
    right: -14px;
}
.slideTxtBox .bd ul{
	zoom:1;  
	width:814px;
}
.slideTxtBox .bd li .wz{
	width:265px;
	padding-top:28px;
}
.slideTxtBox .bd li .wz .span01{
	font-size: 24px;
    color: #fff;
    font-weight: bold;
    border-bottom:1px solid rgba(255,255,255,.3);
    padding-bottom:16px;
    margin-bottom: 16px;
    position: relative;
}
.slideTxtBox .bd li .wz .span01 p{
	font-size: 16px;
	font-weight: 400;
}
.slideTxtBox .bd li .wz .span03:before,
.slideTxtBox .bd li .wz .span02:before,
.slideTxtBox .bd li .wz .span01:before{
	content:'01';
	position: absolute;
	left:-80px;
	top:-10px;
	font-family: "Arial";
    font-size: 60px;
    color: rgba(255,255,255,0.2);
}

.slideTxtBox .bd li .wz .span02:before{
	content:'02';
}
.slideTxtBox .bd li .wz .span03:before{
	content:'03';
}

/*产品滚动*/
.picMarquee-left{
	position:relative;
	margin:40px 0;
}
.picMarquee-left .hd{}
.picMarquee-left .hd .prev,
.picMarquee-left .hd .next{ 
	position: absolute;
	top:30%;
	display:block;  
	width:62px; 
	height:62px; 
	cursor:pointer; 
	z-index: 999;
	transition:all .3s;
	border-radius: 50%;
}
.picMarquee-left .hd .prev{
	left:-100px;
	background: url(../image/295ece0f418a68e025ac1e2c171e8eaa3fb294c4.png) no-repeat;
}
.picMarquee-left .hd .next{
	right:-100px;
	background: url(../image/2f2a3a58977dedd0ec111c721c3c898674faf7f7.png) no-repeat;
}
.picMarquee-left .hd .next:hover,
.picMarquee-left .hd .prev:hover{
	box-shadow:0 8px 15px 0 #999;
	border-radius: 50%;
}
.picMarquee-left .bd{overflow:hidden;}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{
	float:left; 
	_display:inline; 
	overflow:hidden;
	margin:0 20px;
	text-align:center;  
	cursor: pointer;
}
.picMarquee-left .bd ul li .img{
	width:266px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.picMarquee-left .bd ul li .img:after{
	content:'';
	position: absolute;
	left:0;
	bottom:0;
	width:0;
	height: 3px;
	background: #1a57a9;
	transition: all .5s;
}
.picMarquee-left .bd ul li:hover .img:after{
	width:100%;
}
.picMarquee-left .bd ul li .img img{
	width:100%;
	height: auto;
	transition: all .5s;
}
.picMarquee-left .bd ul li:hover .img img{
	transform: scale(1.1);
}
.picMarquee-left .bd ul li h2{
	font-size: 14px;
	color:#333;
	line-height: 50px;
}
.picMarquee-left .bd ul li:hover h2{
	color:#1a57a9;
}

/*产品优势*/
.wrap-adPro{
	background: url(../image/8d4217034c139cabcae41459edce30c9393c74b5.jpg) no-repeat top center;
	padding:55px 0;
	height: 690px;
}
.proSix{
	padding-top:20px;
}
.proSix li{
	width:330px;
	height: 140px;
	cursor: pointer;
}
.proSix li .img{
	width:50px;
	height: 60px;
	overflow: hidden;
	transition: all .3s;
}
.proSix li:hover .img{
	background-position: 0 -60px !important; 
}
.proSix li .wz{
	width: 260px;
}
.proSix li .wz h3{
	font-size: 20px;
    color: #333;
    font-weight: 600;
    padding-bottom:10px;
}
.proSix li .wz p{
	font-size: 14px;
	color:#666;
}
.proSix6 li:nth-child(3) .wz{
	padding-top:10px;
}
.proSix6 li:nth-child(3) .wz h3{
	font-size: 14px;
	font-weight: 400;
	padding-bottom:0;
}
.proSix6 li:nth-child(3) .wz p{
	font-size: 26px;
	font-weight: 600;
	color:#333; 
}



.slideTBox{
	position: relative;
	margin-top: 50px;
	height: 630px;
	background: url(../image/fd5e67e5fef6f683bcd268d0c78b745cdbd467ea.jpg) no-repeat -20px 70px;
}



@media (max-width: 1440px) {
    .slideTBox{
        background: url(../image/fd5e67e5fef6f683bcd268d0c78b745cdbd467ea.jpg) no-repeat -450px 70px;
    }
}

@media (max-width: 1500px) {
    .slideTBox{
        background: url(../image/fd5e67e5fef6f683bcd268d0c78b745cdbd467ea.jpg) no-repeat -216px 70px;
    }
}

@media (max-width: 1600px) {
    .slideTBox{
        background: url(../image/fd5e67e5fef6f683bcd268d0c78b745cdbd467ea.jpg) no-repeat -180px 70px;
    }
}


.slideTBox .hd{
	position: absolute;
    left: 30.44%;
    top: 0;
	z-index: 9999;
}
.slideTBox .hd ul .libg{
    display: inline-block;
    margin: 0 30px;
}
.slideTBox .hd ul li{
	background: #fff;
	width:120px;
	height: 120px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 50%;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	color:#333;
	cursor: pointer;
	padding-top:24px;
	background: #f9f9f9;
	
}

.slideTBox .hd ul li .img01{
	display: block;
	margin:0 auto;
	width:40px;
	height: 40px;
	overflow: hidden;
	background: url(../image/67cc327002573e6132d461bb5290d2dcd4e81ed2.png) no-repeat;
}
.slideTBox .hd ul li .img02{
	background: url(../image/53efd155ffe9d2740067b40e70889125dd4c36c5.png) no-repeat;
}
.slideTBox .hd ul li .img04{
	background: url(../image/20dbbcf86d7dc1e1ff5c9ea6c666e8de995852f9.png) no-repeat;
}
.slideTBox .hd ul li .img03{
	background: url(../image/4040c7eb544f2bd0f018855b9203eb2b1b9e6e33.png) no-repeat;
}
.slideTBox .hd ul li.on .img04,
.slideTBox .hd ul li.on .img03,
.slideTBox .hd ul li.on .img02,
.slideTBox .hd ul li.on .img01{
	background-position: 0 -40px !important;
}
.slideTBox .hd ul li.on{ 
	background-color: #1a57a9; 
	color:#fff;
	position: relative;
}

.slideTBox .bd ul{
	zoom:1;  
}
.slideTBox .bd li .img{
	width: 960px;
    height: 660px;
    position: absolute;
    bottom: -100px;
    right: 50%;
    margin-right: -1px;
}

.slideTBox .bd li .wz{
	width:460px;
	position: absolute;
	left:55%;
	top: 180px;
	color:#fff;
}
.slideTBox .bd li .wz h3{
	font-size: 34px;
	font-weight: 600;
	padding-bottom:30px;
	line-height: 70px;
}
.slideTBox .bd li .wz h3 span{
	font-size: 40px;
	opacity: .5;
	margin-right:10px;
}
.slideTBox .bd li .wz p{
	font-size: 16px;
	line-height: 28px;
}

.slideTBox .bd li .wz .contacts{
	font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    margin-top:60px;
}
.slideTBox .bd li .wz .contacts a{
	display: block;
    font-size: 14px;
    color: #333;
    width: 102px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    font-family: '微软雅黑';
    margin-top:10px;
    margin-left:40px;
}

/*案例*/
.wrap-case{
	/*background: #e3e3e3;*/
	padding-top:55px;
	/*margin-bottom:20px;*/
}

.caseCate{
	border-bottom: #d5d5d5 1px solid;
	margin:50px 0;
	position: relative;
}
.caseCate li{
	display: block;
    float: left;
    padding:0 20px;
    text-align: center;
    overflow: hidden;  
    margin-right:30px;
}
.caseCate li a{
	font-size: 16px;
    color: #333;
    line-height: 50px;
}
.caseCate li:nth-child(1){
	background: #1a57a9;
}
.caseCate li:hover a,
.caseCate li:nth-child(1) a{
	color:#fff;
	font-weight: 600;
}

.caseCate li:hover{
	background: #1a57a9;
}

.caseCate a.casemore{
	display: block;
	font-size: 16px;
    color: #333;
    position: absolute;
    right:0;
    top:14px;
    font-family: 'Arial';
}
.caseCate a.casemore:hover{
	color:#1a57a9;
}


/*合作伙伴*/
.wrap-parter{
    background: #f8f8f8;
}
.picQuee-left{
	position:relative;
	margin:40px 0 20px 0;
}
.picQuee-left .hd{}
.picQuee-left .hd .prev,
.picQuee-left .hd .next{ 
	position: absolute;
	top:18%;
	display:block;  
	width:62px; 
	height:62px; 
	cursor:pointer; 
	z-index: 999;
	transition:all .3s;
	border-radius: 50%;
}
.picQuee-left .hd .prev{
	left:-80px;
	background: url(../image/295ece0f418a68e025ac1e2c171e8eaa3fb294c4.png) no-repeat;
}
.picQuee-left .hd .next{
	right:-80px;
	background: url(../image/2f2a3a58977dedd0ec111c721c3c898674faf7f7.png) no-repeat;
}
.picQuee-left .hd .next:hover,
.picQuee-left .hd .prev:hover{
	box-shadow:0 8px 15px 0 #999;
	border-radius: 50%;
}
.picQuee-left .bd{overflow:hidden;}
.picQuee-left .bd ul{ overflow:hidden; zoom:1; }
.picQuee-left .bd ul li{
	float:left; 
	_display:inline; 
	overflow:hidden;
	margin:0 20px;
	text-align:center;  
	cursor: pointer;
	
}
.picQuee-left .bd ul li .img{
	position: relative;
	transition: all .5s;
	border:1px solid #eee;
	overflow: hidden;
}

.picQuee-left .bd ul li .img img{
	width:202px;
	height: 112px;
}

.picQuee-left .bd ul li h2{
	font-size: 14px;
	color:#333;
	line-height: 50px;
}
.picQuee-left .bd ul li:hover h2{
	color:#1a57a9;
}
.picQuee-left .bd ul li:hover .img{
	border-color:#1a57a9;
}
/*新闻*/
.wrap-news{
    padding: 60px 0;
}
.x-news-box{
	padding-top:50px;
}
.x-news-img {
	width:580px;
}
.x-news-img .img{
	width:580px;
	height: 226px;
	overflow: hidden;
}

.x-news-img .img img{
	width:580px;
	height: 226px;
}

.x-news-img h3{
	background: #1170d3;
	color:#fff;
	font-size: 18px;
	padding:30px 30px 20px 30px;
}
.x-news-img h3 p{
	font-size: 14px;
	opacity: .8;
	padding-top: 16px;
}
.x-news-right{
	width:560px;
}

.x-news-right a{
	display: block;
    line-height: 52px;
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    border-bottom: 1px dashed #cecece;
    padding-left: 32px;
}
.x-news-right a:hover{
	color:#1170d3;
}

.txtScroll-left{
	margin-top:34px;
}
.txtScroll-left .hd{ 
	overflow:hidden;
	width:195px;
	position: relative;
	height: 86px;
}
.txtScroll-left .hd h2{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    line-height: 24px;
}
.txtScroll-left .hd h2 p{
	font-size: 14px;
    color: #000000;
    opacity: 0.5;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 400;
}
.txtScroll-left .hd .prev,
.txtScroll-left .hd .next{ 
	display:block;  
	position: absolute;
	bottom:0;
	cursor:pointer; 
	width:61px;
	height: 26px;
}
.txtScroll-left .hd .prev{
	background: url(../image/88ac183c5e7ae713b5bd7088c5d899e3f4da55f8.png) no-repeat;
	left:0;
}
.txtScroll-left .hd .next{
	background: url(../image/d47d10fae08638c1e9044bf638e12ba05e7549d8.png) no-repeat;
	left:61px;
}

.txtScroll-left .bd{
	width:1000px; 
	overflow:hidden;    
}
.txtScroll-left .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-left .bd ul li{
	width:460px;
	float: left;
	margin-right:74px;
}
.txtScroll-left .bd ul li h3{ 
	background: url(../image/00a576c12a554152de73009106b79de24522fa57.png) no-repeat;
	display: block;
	font-size: 16px;
	color:#333;
	line-height: 26px;
	padding-left: 40px;
	margin-bottom:15px;
}
.txtScroll-left .bd ul li span{ 
	background: url(../image/08cc9e0f5f2ed7bfbdf5e49862e74e3eb446927f.png) no-repeat;
	display: block;
	color:#777;
	font-size: 16px;
	padding-left: 40px;
	line-height: 24px;
}
.txtScroll-left .bd ul li:hover h3{
	color: #1170d3;
}

/*公司简介*/
.wrap-about{
	background: url(../image/3b7555063ee22b8b27c872aac1f7bdac24f68599.jpg) no-repeat center;
	padding:70px 0;
	margin-top: 50px;
}
.aboutT{
	color:#fff;
}
.abutCon{
	width:980px;
	margin:0 auto;
	color:#fff;
	text-align: center;
	line-height: 28px;
	padding-top:60px;
}

.abutCon a{
	display: inline-block;
	font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    margin-top:30px;
}
.aboutNo{
	width:750px;
	margin:0 auto;
	padding-top:40px;
}
.aboutNo li{
	float: left;
	width:250px;
	color:#fff;
	font-size: 64px;
	font-weight: 600;
	text-align: center;
}
.aboutNo li span{
	font-size: 30px;
}
.aboutNo li p{
	font-size: 20px;
}
.ab_btn{
	width:580px;
	margin:0 auto;
	padding-top:50px;
}
.ab_btn li{
	float: left;
    margin:0 10px;
    transition: all .3s;
    cursor: pointer;
}
.ab_btn li a{
	display: block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    width: 172px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    border-radius: 40px;
    background: #fff;
    text-align: center;
}
.ab_btn li img{
	padding-right:10px;
}

.ab_btn li:hover{
	margin-top:-10px;
}

/*底部*/
.wrap-foot{
	background: url(../image/75de921046db6cbf5e6a624c0c1204ed81bae186.jpg) no-repeat center;
	padding:30px 0;
}
.footCont{
	padding-top:50px;
}
.footnav{
	text-align: center;
}
.footnav a{
	display: inline-block;
	font-size: 14px;
    color: #333;
    background: url(../image/c28d47c9ee07acad92af615e1dbb59eae27f29b3.png) no-repeat left center;
    padding:0 18px;
}
.footnav a:hover{
	color:#1856a9;
}
.footCode{
	width:300px;
	text-align: center;
	line-height: 34px;
}
.footContact{
	margin-left:80px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:0 80px;
	color:#444;
}
.footlogo{
	width:250px;
	font-size:18px;
	font-weight: 600;
	text-align: center;
	color:#1a57a9;
}


/*关于我们内页*/

.about-nav{
    text-align: center;
    margin-bottom:30px;
}
.about-nav li{
    float: left;
    width: 16.666%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    float: left;
    box-sizing:border-box;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.about-nav li+li{
    border-left: 1px solid #d8d8d8;  
}

.about-nav li a{
    display: block;
    padding:0;
    background: #f4f4f4;
    line-height: 55px;
    font-size: 18px;
}

.about-nav > li.clicked > a{
    color:#fff;
    background: url(../image/34a8309ca8a59fb3efe3e2ae8ff7d6939f25592d.png) no-repeat bottom center #1856a9;
}

.about-title{
    text-align: center;
    font-weight: bold;
    font-size: 32px;
}
.about-title span{
    color: #1856a9;
}
.aboutline{
    height: 2px;
    width: 30px;
    margin: 0 auto;
    background: #949393;
    margin-top:20px;
}

.wrap-about-ny{
    background: #f5f5f5;
    margin: 86px 0 114px 0;
    height: 430px;
    padding-top: 20px;
}

.leftabout{
    width:576px;
    float: left;
}
.leftabout .wz{
    position: relative;
    height: 66px;
}
.leftabout .wz h3{
    font-size: 36px;
    color: #000;
    position: absolute;
    left:50px;
    top:36px;
    z-index: 99;
}
.leftabout .wz i{
    font-size: 54px;
    color: #e8e8e8;
    text-transform: uppercase;
    font-family: Arial;
    display: block;
    font-style: normal;
    position: absolute;
    left:0;
    top:0;
    z-index: 9;
}
.nyaboutcon{
    color: #666;
    font-size: 15px;
    line-height: 32px;
    padding-top:30px;
}


.nyaboutimg{
    float: right;
    width:569px;
    position: relative;
    margin-top:-60px;
}

.serviceT{
    width:510px;
}
.serviceT a{
    width: 120px;
    height: 42px;
    background: #1856a9;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
    line-height: 42px;
    margin-top: 30px;
    font-weight: 600;
}

.serviceT .nyaboutcon{
    line-height: 36px;
}
.serviceImg{
    width:660px;
    margin-top:-146px;
}


/*产品内页详情*/
.showpro{
    border:1px solid  #eee;
    padding:20px;
}
.main-proimg{
    float: left;
    width:356px;
}

.xypt-prowz{
    float: right;
    width:460px;
}
.xypt-prowz .xypg-detail-title{
    font-size: 24px;
    line-height: 50px;
    color: #454545;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: #ccc 1px solid;
    padding: 0 0 10px;
    font-weight: 400;
}
.xypg-pro{
    color:#666;
    line-height: 30px;
}
.xypg-pro p{
    margin:0;
}
.procon{
    margin-top:50px;
    padding-top:20px;
    border-top:2px solid #e6e6e6;
    position: relative;
    font-size: 18px;
    line-height: 24px;
    color: #454545;
    padding-left: 58px;
    background: url(../image/3fd30ea359ffd316407c1f5bc7cb3cb04fca8b31.png) no-repeat 0 22px;
}
.procon span{
    display: block;
    font-size: 16px;
}
.procon a{
    position: absolute;
    right:0;
    bottom:0;
    width: 114px;
    height: 44px;
    background: #1856a9;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    color:#fff;
}
.pro-conh2{
    border-bottom: 2px solid #d4d4d4;
    height: 40px;
    margin-bottom:30px;
}
.pro-conh2 span{
    background: url(../image/46c1314afa9473dfe1329acd9e25da93fe000e3f.png) no-repeat 2px center;
    display: inline-block;
    height: 40px;
    color: #464646;
    border-bottom: 2px solid  #fa7a39;
    padding-left: 34px;
    font-size: 24px;
}

.pro-conh2 em{
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    font-style: normal;
    color: #c2c2c1;
}





