@charset "utf-8";



html, body {
   height: 100%; 
}
*{box-sizing:border-box; margin:0px; padding:0px;   
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
body{
	margin:0;
	    margin: 0;
    font-size: 16px;
    font-family:  "century gothic", "century gothic","century gothic","微软雅黑", "Microsoft Yahei";
    line-height: 1.5; color: #333;
background: #FFFFFF;
}

a, a:hover, a:focus {
    color: #333333;
    text-decoration: none;
}
html,body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,table,th,td,fieldset,form,input,select,textarea,hr,blockquote,pre{margin:0;padding:0;}
ul,ol,dl{list-style:none;}
h1, h2, h3, h4, h5, h6,{margin:0px !important; padding:0px !important;   line-height: 1 !important;font-style: normal;}

img{border:0;margin: 0;}

input{-webkit-appearance:none ;border-radius: 0;}
form input{-webkit-appearance: none;}

.clear{clear:both;}


.w90{width: 90%;max-width: 1400px; margin: 0 auto;height: auto;}


.pc-nav{transition: all 0.3s ease; width: 100%; height: 106px;background: rgba(0,0,0,0.6);position: fixed;top: 0;left: 0;z-index: 999;}
.pc-nav .pc-nav-c{height: 100px;position: relative;}
.pc-nav .logo{width: 150px;display: block;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.pc-nav .logo img{display: block;width: 100%;height: auto;}

.pc-nav .nav{line-height: 100px;  padding-left: 150px;width:calc(100% - 120px);float:left; font-size: 0; text-align: right;}
.pc-nav .nav li{font-size: 18px;font-family: "century gothic";display: inline-block;padding: 0 2%;}
.pc-nav .nav li a{color:#FFFFFF;}



.pc-nav .lang {padding-left: 25px; position: absolute;color: #FFFFFF;font-size: 18px;line-height: 30px; right: 0;top: 50%;transform: translateY(-50%); font-size: 16px;overflow: hidden;width: 115px;color: #FFFFFF; }
.pc-nav .lang:before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 20px;height: 20px;background:url(../img/a003.png) center no-repeat;background-size: cover;}
.pc-nav .lang a{color: #FFFFFF;margin: 0 3px;}



.pc-nav2{background: #FFFFFF;border-bottom: 1px solid #eee;height: 73px;}
.pc-nav2 .pc-nav-c{height:65px;}
.pc-nav2 .nav{line-height: 65px;}
.pc-nav2 .nav li a{color: #000000;}
.pc-nav2 .lang {color: #000000;}
.pc-nav2 .lang a{color: #000000;}
.pc-nav2 .lang:before{background:url(../img/a003s.png)center no-repeat;background-size: cover;}
#dl-menu{display: none;}

@media only screen and (max-width:1000px) {
.pc-nav{display: none;}
#dl-menu{display: inherit;}

}








.banner{width: 100%;height: 100%;position: relative;overflow: hidden;}
.banner  .banner-txt{text-align: center; font-size: 60px;color: #FFFFFF;font-weight: bold; font-family: "century gothic";z-index: 22; width: 90%;height: auto; position: absolute;max-width: 1400px;top: 50%;left: 50%;transform: translateX(-50%)translateY(-50%);}

.banner .banner-js{width: 100%;height: 100%;position: absolute;z-index: 11;}
.banner .banner-js .pic{width: 100%;height: 100%;position: absolute; background-size: cover;background-repeat: no-repeat;background-position: center;}
.banner .banner-js .pic .bk{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.00);}


.mouse{display: block; width: 35px;height: 50px;right: 5%; top:73%;  z-index: 66;-webkit-animation: rotate 3.5s 0.1s infinite;animation: rotate 1.8s 0.2s infinite;animation-name:rotate ;position: absolute;}
@keyframes rotate{
      0%{transform: translateY(-15px);}
    50%{transform: translateY(15px);}
  100%{transform: translateY(-15px);}
}
 .mouse img{display: block;width: 100%;height: auto;}



.banner  .swiper-container-horizontal >.swiper-pagination-bullets {
    bottom: 5%;
    left: 0;
    width: 100%;
}


.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border:1px solid #FFFFFF;
    border-radius: 100%;
    background: none;
    opacity: 1;
}


.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;

}


.banner  .swiper-pagination-fraction{color: #FFFFFF;font-size:34px; font-family: "century gothic";}
.banner .swiper-pagination-total{color: #FFFFFF;font-size: 20px;}
.banner .banner-js2{display: none;}
.banner .banner-js2 .pic{display: block;width: 100%;height: auto;position: relative;}
.banner .banner-js2 .pic .bk{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.00);}
.banner .banner-js2 .pic img{display: block;width: 100%;height: auto;}
@media only screen and (max-width:1400px ) {
	.banner  .banner-txt{font-size: 50px;}
	.mouse{width: 30px;height: auto;}
	.banner  .swiper-pagination-fraction{font-size: 26px;}
	.banner  .swiper-pagination-total{font-size: 18px;}
}


@media only screen and (max-width:1200px ) {
		.banner  .banner-txt{font-size:42px;}
	.mouse{width: 26px;height: auto;top: 65%;}
	.banner  .swiper-pagination{bottom: 18%;}
	.banner  .swiper-pagination-fraction{font-size: 24px;}
	.banner  .swiper-pagination-total{font-size: 16px;}
	
}
@media only screen and (max-width:1000px ) {
		.banner  .banner-txt{font-size:34px;}
	.mouse{width: 26px;height: auto;top: 60%;}
	.banner{margin-top: 60px;height: auto;}
	.banner .banner-js{display: none;}
	.banner .banner-js2{display: inherit;}
	.banner  .swiper-pagination{bottom: 18%;}
	.banner  .swiper-pagination-fraction{font-size: 24px;}
	.banner  .swiper-pagination-total{font-size: 16px;}
	
}


@media only screen and (max-width:720px ) {
	.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;}
			.banner  .banner-txt{font-size:24px;}
	.mouse{width: 22px;height: auto;top:45%;}
	.banner  .swiper-pagination{bottom: 30%;}
	.banner  .swiper-pagination-fraction{font-size: 20px;}
	.banner  .swiper-pagination-total{font-size: 14px;}
}


.title{width: 100%;height: auto;text-align: left;}
.title h5{color: #FFFFFF;font-size: 55px;font-family: "century gothic";}
.title2 h5{color: #000000;}

.title .line{width: 60px;height: 5px;background: #FFFFFF;display: block;}
.title2 .line{background: #002d65;}
@media only screen and (max-width:1400px ) {
	.title h5{font-size: 50px;}
	.title .line{width: 55px;}
}
@media only screen and (max-width:1200px ) {
	.title h5{font-size: 45px;}
	.title .line{width: 50px;}
}
@media only screen and (max-width:1000px ) {
	.title h5{font-size: 40px;}
	.title .line{width: 40px;}
}

@media only screen and (max-width:720px ) {
	.title h5{font-size: 32px;}
	.title .line{width: 28px;}
}



.h100{width: 100%;height: 100px;overflow: hidden;}
.h65{width: 100%;height: 65px;overflow: hidden;}
@media only screen and (max-width:1400px ) {
	.h100{width: 100%;height: 80px;overflow: hidden;}
.h65{width: 100%;height: 55px;overflow: hidden;}
}
@media only screen and (max-width:1200px ) {
	.h100{width: 100%;height: 65px;overflow: hidden;}
.h65{width: 100%;height: 45px;overflow: hidden;}
}
@media only screen and (max-width:1000px ) {
	.h100{width: 100%;height: 55px;overflow: hidden;}
.h65{width: 100%;height: 40px;overflow: hidden;}
}
@media only screen and (max-width:720px ) {
	.h100{width: 100%;height: 45px;overflow: hidden;}
.h65{width: 100%;height: 35px;overflow: hidden;}
}




.more{width: ;border: 1px solid #FFFFFF;text-align: center; color: #FFFFFF;line-height: 50px;border-radius: 3px;display: block;width: 160px;}
.more span{font-size: 16px;font-weight: bolder; position: relative;display: inline-block; color: #FFFFFF;padding-right: 20px;}
.more span:before{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 10px;height: 15px;background-size: cover;background: url(../img/a005.png)center no-repeat;}
.more:hover span{color:#002D65;}
.more:hover{background: #FFFFFF;}
.more:hover span:before{background: url(../img/a005s.png);}

@media only screen and (max-width:1400px ) {
	.more {line-height: 45px;width: 140px;}
	.more span{font-size: 15px;}
}
@media only screen and (max-width:1200px ) {
	.more {line-height: 40px;width: 130px;}
	.more span{font-size: 15px;font-weight: normal;}
}




.in-ab{position: relative; width: 100%;height: auto;background: #002d65;overflow: hidden;}
.in-ab .in-ab-l{width: 40%;float: left;padding-right: 10%;}
.in-ab .in-ab-l .txt{width: 100%;height: 168px;margin-bottom: 120px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 7;-webkit-box-orient: vertical;word-wrap: break-word;}
.in-ab .in-ab-l .txt p{color: #FFFFFF; font-size: 16px;}
.in-ab .in-ab-r{width:60%;position: absolute;top: 0;right: 0;height: 100%;}
.in-ab .in-ab-r li{width: 33.33%;height: 100%;position: relative;z-index: 1; float: left; background-position: center;background-size: cover;background-repeat: no-repeat;}
.in-ab .in-ab-r li .bk{transition: all 1s ease;z-index: 1; position:absolute;top: 50%;z-index: 1; left: 50%;background:rgba(0,0,0,0.6);width: 0%;height: 0%;transform: translateX(-50%) translateY(-50%);}

.in-ab .in-ab-r li:before{content: "";position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.6);}

.in-ab .in-ab-r li .con{transition: all 1s ease; width:80%; height: auto;display: block; position: absolute;top: 50%;left: 50%;text-align: center; transform: translateX(-50%) translateY(-50%);}
.in-ab .in-ab-r li .con .ico{ width: 80px;height: auto;margin: 0 auto;}
.in-ab .in-ab-r li .con .ico img{display: block;width: 100%;height: auto;}
.in-ab .in-ab-r li .con h5{width: 100%;margin-top: 20px; color: #FFFFFF;text-align: center;font-size: 22px;}
.in-ab .in-ab-r li .con .line{transition: all 1s ease;transition-delay: 0.2s;  margin: 20px auto; width: 15%;max-width: 60px; display: block;height: 3px;background: #FFFFFF;display: none;}
.in-ab .in-ab-r li .con .txt{transition: all 1s ease;transition-delay: 0.2s; width: 100%;height:54px;margin-bottom: 50px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-wrap: break-word;display: none;}
.in-ab .in-ab-r li .con .txt p{font-size: 18px;color:#FFFFFF;}
.in-ab .in-ab-r li .con .lj{transition: all 1s ease;transition-delay: 0.2s; width: 45px;display: block; height: 45px;margin: 0 auto;display: none;}
.in-ab .in-ab-r li .con .lj img{display: block;width: 100%;height: auto;}
.in-ab .in-ab-r li:hover .bk{width: 85%;height:70%;top: 50%;transition: all 1s ease;transition-delay: 0.2s; background: rgba(0,0,0,0.8); left: 50%;transform: translateX(-50%)translateY(-50%);}
.in-ab .in-ab-r li:hover:before{background: rgba(0,0,0,0);}

.in-ab .in-ab-r li:hover .con{width:80%;z-index: 2; height: auto;}
.in-ab .in-ab-r li:hover .con .line{display: inherit;}
.in-ab .in-ab-r li:hover .con .txt{display: inherit;}
.in-ab .in-ab-r li:hover .con .lj{display: inherit;}

@media only screen and (max-width:1600px ) {
.in-ab .in-ab-l{width: 35%;}
.in-ab .in-ab-l .txt{margin-bottom: 80px;}
.in-ab .in-ab-r{width: 65%;}
.in-ab .in-ab-r li .con .ico{width: 70px;height: 70px;}	
	
}
@media only screen and (max-width:1400px ) {
.in-ab .in-ab-l{width: 35%;}
.in-ab .in-ab-l .txt{margin-bottom: 60px;}
.in-ab .in-ab-l .txt p{font-size: 16px;}
.in-ab .in-ab-r{width: 65%;}
.in-ab .in-ab-r li .con .ico{width: 60px;height: 60px;}	
.in-ab .in-ab-r li .con h5{font-size: 20px;}
.in-ab .in-ab-r li .con .txt{height: 48px;margin-bottom: 35px;}
.in-ab .in-ab-r li .con .txt p{font-size: 16px;}
.in-ab .in-ab-r li .con .lj{width: 40px;height: 40px;}
	
}
@media only screen and (max-width:1200px ) {
.in-ab .in-ab-l{width: 35%;}
.in-ab .in-ab-l .txt{margin-bottom: 45px;height: 154px;}
.in-ab .in-ab-l .txt p{font-size: 15px;}
.in-ab .in-ab-r{width: 65%;}
.in-ab .in-ab-r li .con .ico{width: 55px;height:55px;}	
.in-ab .in-ab-r li .con h5{font-size:18px;}
.in-ab .in-ab-r li .con .line{margin: 15px auto;}
.in-ab .in-ab-r li .con .txt{height: 48px;margin-bottom: 25px;}
.in-ab .in-ab-r li .con .txt p{font-size: 15px;}
.in-ab .in-ab-r li .con .lj{width: 35px;height: 35px;}
}
	
@media only screen and (max-width:850px) {
	.in-ab .in-ab-r li.cut .bk{height: 80%;}
.in-ab .in-ab-l{width: 100%;height: auto;padding-right: 0;}
.in-ab .in-ab-l .txt{overflow: hidden;height: 66px; text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;word-wrap: break-word;}
.in-ab .in-ab-r{position: static;width: 100%;height: 400px;}	
}
@media only screen and (max-width:600px) {
.in-ab .in-ab-r li{width: 50%;height:220px;}
.in-ab .in-ab-r li:last-child{width: 100%;height:220px;}	
.in-ab .in-ab-r li .bk{height: 85%;}
.in-ab .in-ab-r li:hover .con .txt{display: none;}
.in-ab .in-ab-r li .con h5{font-size: 16px;margin-top: 10px;}
.in-ab .in-ab-r li .con .line{margin: 10px auto;min-width: 30px;}
.in-ab .in-ab-r li .con .ico{width: 40px;height: 40px;}
.in-ab .in-ab-r li:hover .con .lj{display: none;}	
}







.in-pro{width: 100%;height: auto;background: #F8f8f8;}

.in-pro .more2{background: #000000;margin-top: 12%;}
.in-pro .in-pro-con{display: none; width: 100%;height: auto;}
.in-pro-js{overflow: hidden;width:100%;height: auto;padding-right: 20px;}

.in-pro-js .num-r{width: 20px;position: absolute;height: 100%; right: 0;bottom: 0;padding-bottom: 40%;}

.in-pro-js .num-r .swiper-pagination{height: 100%;width: 100%;    writing-mode: vertical-lr;
    writing-mode: tb-lr;font-size: 14px;}
.in-pro-js .num-r:before{content: "";width: 7px;height: 7px;background: #000000;position: absolute;left: 50%;transform: translateX(-50%); bottom: 0;}
.in-pro-js .num-r:after{width: 1px;content: "";left: 50%;bottom: 0; height: 40%;background: #000000;position: absolute;}

.in-pro-js .in-pro-c{width: 100%;height: auto;overflow: hidden;}
.in-pro-js .in-pro-c .pic{width: 45%;max-width: 550px; float: left;height: auto;}
.in-pro-js .in-pro-c .pic img{display: block;width: 100%;height: auto;}
.in-pro-js .in-pro-c .con{width: 50%;float: right;padding:5% 5% 0 5%;}
.in-pro-js .in-pro-c .con h5{color: #000000;font-size: 48px;}
.in-pro-js .in-pro-c .con .txt{width: 100%;height: auto;margin-top: 35px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;word-wrap: break-word;}

.in-pro-js .in-pro-c .con .txt p{font-size: 18px;color: #000000;}

.in-pro-sort-js{margin-top: 60px; padding: 20px 0; width: 100%;height: auto;font-size: 0;}
.in-pro-sort-js .sort{ width: 100%;height: auto;background: #FFFFFF;padding:10px;overflow: hidden;}


.in-pro-sort-js .sort .pic{width:120px;height: auto;float: left; border-top-left-radius: 8px;border-bottom-right-radius: 8px;}
.in-pro-sort-js .sort .pic img{display: block;width: 100%;height: auto;border-top-left-radius: 8px;border-bottom-right-radius: 8px;}

.in-pro-sort-js .sort .con{width: calc(100% - 120px);padding-left: 5%;float: left;}
.in-pro-sort-js .sort .con h5{text-transform: capitalize; font-size: 20px;color:#000000; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in-pro-sort-js .sort .con .txt{width: 100%;height: auto;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-wrap: break-word;}
.in-pro-sort-js .sort .con .txt p{font-size: 18px;color: #000000;}
.in-pro-sort-js .sort .con .jt{width: 28px;display: block;height: auto;margin-top: 10px;}
.in-pro-sort-js .sort .con .jt img{display: block;width: 100%;height: auto;}
.in-pro-sort-js .swiper-slide-thumb-active .sort{transform: translateY(-15px);box-shadow: 0px 4px 5px rgba(0,0,0,0.4);}



.in-pro .in-pro-con1{ width: 100%;height: auto;}


.in-pro .in-pro-con1 .in-pro-c{display: none; width: 100%;height: auto;overflow: hidden;padding-right: 20px;position: relative;}
.in-pro .in-pro-con1 .in-pro-c .pic{width:35%;max-width:400px; float: left;height: auto;}
.in-pro .in-pro-con1 .in-pro-c .pic img{display: block;width: 100%;height: auto;}
.in-pro .in-pro-con1 .in-pro-c .con{width: 60%;float: right;padding:5% 5% 0 5%;}
.in-pro .in-pro-con1 .in-pro-c .con h5{color: #000000;font-size: 48px;}
.in-pro .in-pro-con1 .in-pro-c .con .txt{width: 100%;height: auto;margin-top: 35px;}
.in-pro .in-pro-con1 .in-pro-c .con .txt p{font-size: 17px;color: #000000;}
.in-pro .in-pro-con1 .in-pro-c .num-r{width: 20px;position: absolute;height: 100%; right: 0;bottom: 0;padding-bottom:40%;}
.in-pro .in-pro-con1 .in-pro-c .num-r:before{content: "";width: 7px;height: 7px;background: #000000;position: absolute;left: 50%;transform: translateX(-50%); bottom: 0;}
.in-pro .in-pro-con1 .in-pro-c .num-r:after{width: 1px;content: "";left: 50%;bottom: 0; height: 40%;background: #000000;position: absolute;}
.in-pro .in-pro-con1 .in-pro-c .num-r span{display: block;height: auto;width: 100%;position: absolute;bottom: 45%;   writing-mode: vertical-lr; writing-mode: tb-lr;font-size: 14px;}

.in-pro .in-pro-con1 .sort{padding-top: 35px; width: 100%;height: auto;font-size: 0;}
.in-pro .in-pro-con1 .sort li{width: calc(33.3% - 20px);background: #FFFFFF;margin-right: 30px;padding: 10px;display: inline-block;margin-bottom:20px;}
.in-pro .in-pro-con1 .sort li:nth-child(3n){margin-right: 0;}
.in-pro .in-pro-con1 .sort li .pic{width:80px;height: auto;float: left; border-top-left-radius: 8px;border-bottom-right-radius: 8px;}
.in-pro .in-pro-con1 .sort li .pic img{display: block;width: 100%;height: auto;border-top-left-radius: 8px;border-bottom-right-radius: 8px;}
.in-pro .in-pro-con1 .sort li .con{padding-top: 2%; width: calc(100% - 80px);padding-left: 5%;float: left;}
.in-pro .in-pro-con1 .sort li .con h5{text-transform: capitalize; font-size: 20px;color:#000000; overflow: hidden;text-overflow: ellipsis;}
.in-pro .in-pro-con1 .sort li .con .txt{ width: 100%;height: auto;margin-top: 0px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-wrap: break-word;display: none;}
.in-pro .in-pro-con1 .sort li .con .txt p{line-height: 1; font-size: 16px;color: #000000;}
.in-pro .in-pro-con1 .sort li .con .jt{width: 28px;display: block;height: auto;margin-top: 5px;}
.in-pro .in-pro-con1 .sort li .con .jt img{display: block;width: 100%;height: auto;}
.in-pro .in-pro-con1 .sort li.cut{transform: translateY(-15px);box-shadow: 0px 4px 5px rgba(0,0,0,0.4);}
.in-pro .in-pro-con1 .sort li:hover{transform: translateY(-15px);transition: all 0.5s ease; box-shadow: 0px 4px 5px rgba(0,0,0,0.4);}


.in-pro .in-pro-con2{display: none;}
 
@media only screen and (max-width:1600px) {
.in-pro .in-pro-con1 .sort li .pic{width: 80px;}
.in-pro .in-pro-con1 .sort li .con{width: calc(100% - 80px);}
.in-pro .in-pro-con1 .sort li .con h5{font-size: 19px;}	
.in-pro .in-pro-con1 .in-pro-c .con{padding: 4% 5% 0 5%;}
}











@media only screen and (max-width:1500px) {
	.in-pro-js .in-pro-c .con h5{font-size: 40px;}
	.in-pro .in-pro-con1 .in-pro-c .con h5{font-size: 40px;}
}
@media only screen and (max-width:1400px) {
	.in-pro .in-pro-con1 .in-pro-c .pic{width:33%;max-width:380px;}
	.in-pro-sort-js .sort .con h5{font-size: 18px;}
	.in-pro-js .in-pro-c .con h5{font-size: 36px;}
	.in-pro-sort-js .sort .con .txt p{font-size: 16px;}
	.in-pro .in-pro-con1 .in-pro-c .con h5{font-size: 36px;}
	.in-pro .in-pro-con1 .sort li .con .txt p{font-size: 16px;}
	.in-pro .in-pro-con1 .sort li .con h5{font-size: 18px;}
		.in-pro-sort-js .sort .pic{width:75px;}
	.in-pro-sort-js .sort .con{width: calc(100% - 75px);}

}
@media only screen and (max-width:1300px) {
	.in-pro-sort-js .sort{padding: 6px;}
	.in-pro-js .in-pro-c .con h5{font-size: 32px;}
	.in-pro-sort-js .sort .pic{width: 70px;}
	.in-pro-sort-js .sort .con{width: calc(100% - 70px);}
	.in-pro-sort-js .sort .con .txt{margin-top: 0px;}
	.in-pro .in-pro-con1 .sort li{padding: 5px;}
	.in-pro .in-pro-con1 .in-pro-c .con h5{font-size: 32px;}
	.in-pro .in-pro-con1 .sort li .con .txt p{font-size: 16px;}
	.in-pro .in-pro-con1 .sort li .con h5{font-size: 18px;}
	.in-pro .in-pro-con1 .sort li .con .txt{margin-top: 5px;}
}

	
@media only screen and (max-width:1200px) {
.in-pro-js .in-pro-c .con h5{font-size: 28px;}
.in-pro .in-pro-con1 .in-pro-c .con h5 {font-size: 28px;}
.in-pro-js .in-pro-c .con .txt p{font-size: 16px;}
.in-pro .in-pro-con1 .sort li{width: calc(33.3% - 10px);margin-right: 15px;}
.in-pro .in-pro-con1 .sort li .pic{width: 65px;}
.in-pro .in-pro-con1 .sort li .con{width: calc(100% - 65px);}
.in-pro .in-pro-con1 .sort li .con .jt{display: none;}
.in-pro .in-pro-con1 .sort li .con .txt{margin-top: 0;}
.in-pro .in-pro-con1 .sort li .con .txt p{font-size: 15px;}
}

	
@media only screen and (max-width:1100px) {
.in-pro .in-pro-con1 .sort li{width: calc(50% - 10px);margin-right: 20px;margin-bottom:20px;padding: 5px;}
.in-pro .in-pro-con1 .sort li:nth-child(3n){margin-right: 20px;}
.in-pro .in-pro-con1 .sort li:nth-child(2n){margin-right: 0;}
.in-pro .in-pro-con1 .in-pro-c .pic {width: 45%;}
.in-pro .in-pro-con1 .in-pro-c  .con{width: 50%;}
.in-pro .in-pro-con1 .in-pro-c  .con h5{font-size: 24px;}
.in-pro .in-pro-con1 .sort li .pic{width: 65px;}
.in-pro .in-pro-con1 .sort li .con{width: calc(100% - 65px);}
.in-pro-sort-js .sort .con .jt{display: none;}
.in-pro-js .in-pro-c .con .txt p{font-size: 15px;}
	
	
	
}
@media only screen and (max-width:720px ) {
	.in-pro .in-pro-con{display: none;}
	.in-pro .in-pro-con1{display: none;}
	.in-pro .in-pro-con2{display: inherit;}
	.in-pro .in-pro-con2 .in-pro-c{width: 100%;height: auto;z-index: 0;}
	.in-pro .in-pro-con2 .in-pro-c .pic{display: block;width: 100%;margin: 0 auto; height: auto;}
	.in-pro .in-pro-con2 .in-pro-c .pic img{display: block;width: 100%;height: auto;}
.in-pro .in-pro-con2 .in-pro-c .con{width: 100%;float: right;padding:0;margin-top: 30px;}
.in-pro .in-pro-con2 .in-pro-c .con h5{color: #000000;font-size: 24px;}
.in-pro .in-pro-con2 .in-pro-c .con .txt{width: 100%;height: auto;margin-top:25px;}
.in-pro .in-pro-con2 .in-pro-c .con .txt p{font-size: 15px;color: #000000;}
.in-pro .in-pro-con2 .in-pro-c .con .more2{margin-top: 30px;}
.in-pro .in-pro-con2 .swiper-pagination{text-align: right;z-index: -1;}
.in-pro .in-pro-con2 .swiper-pagination-bullet{border-radius: 0;}

.in-pro .in-pro-con2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #002D65;
}

}












.in-adv{width: 100%;height: auto;background:#002D65;position: relative;}
.in-adv .in-adv-l{padding-left:60px;padding-bottom: 20px;  width:calc(40% - 60px);float: right;height: auto;}
.in-adv .in-adv-l .txt{width: 100%;height: auto;margin-bottom: 125px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;word-wrap: break-word;}
.in-adv .in-adv-l .txt p{font-size: 18px;color:#FFFFFF;}
.in-adv .in-adv-c{position: relative;}
.in-adv .in-adv-l .logo-sy{width: 90%;height: auto;}
.in-adv .in-adv-l .logo-sy img{display: block;width: 100%;height: auto;}
.in-adv .in-adv-bk{width: calc(60% - 60px);height:100%;position: absolute;left: 0; top:0;background-position: left  center;background-size: cover;background-repeat: no-repeat;}
.in-adv .in-adv-r{ background:url(../img/a011.png)center no-repeat #FFFFFF;background-size: cover;padding:2%; height: auto;  width:calc(60% + 60px);position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.in-adv .in-adv-r ul{width: 100%;height: auto;overflow: hidden;}
.in-adv .in-adv-r ul li{vertical-align: top; width: 50%;padding:25px 5%;float: left;}
.in-adv .in-adv-r ul li .ico{width: 50px;height: 50px;}
.in-adv .in-adv-r ul li .ico img{display: block;width: 100%;height: auto;}
.in-adv .in-adv-r ul li h5{line-height: 1.2; font-size: 20px;height: 48px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; word-wrap: break-word; color:#000;margin:15px 0;width:80% ;}
.in-adv .in-adv-r ul li .line{display: block;width:40px;height: 3px;background: #002d65;}
.in-adv .in-adv-r ul li .txt{width: 100%;height:54px;margin-top: 20px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-wrap: break-word;}
.in-adv .in-adv-r ul li .txt p{font-size: 18px;color:#000000;}
.in-adv .in-adv-r ul li:hover h5{color: #002d65;}



@media only screen and (max-width:1400px) {
	
	.in-adv .in-adv-l .txt{height: 162px; margin-bottom: 80px;}
	.in-adv .in-adv-r ul li .ico{width: 45px;height: 45px;}
	.in-adv .in-adv-r ul li .line{width: 35px;}
	.in-adv .in-adv-r ul li .txt{height: 48px;margin-top: 10px;}
	.in-adv .in-adv-r ul li  .txt p{font-size: 16px}
}

@media only screen and (max-width:1200px) {
	.in-adv .in-adv-l{width: calc(35% - 00px);padding-left: 45px;}
	.in-adv .in-adv-bk{width: calc(65% - 45px);}
	.in-adv .in-adv-r{width: calc(65% + 00px);}
	.in-adv .in-adv-l .txt{height: 132px; margin-bottom: 60px;}
	.in-adv .in-adv-l .txt p{font-size: 15px;}
	.in-adv .in-adv-r ul li .ico{width: 40px;height: 40px;}
	.in-adv .in-adv-r ul li .line{width: 30px;}
	.in-adv .in-adv-r ul li h5{font-size: 18px;height: 42px;width: 100%;}
	.in-adv .in-adv-r ul li .txt{height: 22px;margin-top: 10px;overflow: hidden;text-overflow: ellipsis;}
	.in-adv .in-adv-r ul li  .txt p{font-size: 15px}
}





@media only screen and (max-width: 850px) {
	.in-adv .in-adv-c{width:100%;height: auto;}
	.in-adv .in-adv-l .logo-sy{display: none;}
	.in-adv{background: none;background: url(../img/b005.jpg)bottom center no-repeat;padding-bottom: 30px;}
	.in-adv .in-adv-l{float: none;width: 100%; background:url(../img/a010.png)bottom 3% left 3% no-repeat  #002d65;background-size: 200px 55px;  padding: 0 5% 40px 5%;position:relative;}
	.in-adv .in-adv-bk{display: none;}
	.in-adv .in-adv-l .txt{margin-bottom: 45px;-webkit-line-clamp: 3;height: 66px;}
	.in-adv .in-adv-r{ transform: translateY(0); position: static;width: 90%;margin: 0 auto;margin-top: 30px;  height: auto;}
	.in-adv .in-adv-r ul li .txt {display: none;}
	.in-adv .in-adv-r ul li .ico{width: 35px; height: 35px;}
	.in-adv .in-adv-r ul li{padding: 15px;}
	.in-adv .in-adv-r ul li h5{font-size: 16px;height: 38px;margin: 10px 0;}
	
}


.footer{background: #111111; width: 100%;height: auto;}
.footer .foot-c{overflow: hidden; width: 100%;height: auto;}
.footer .foot-cl{float: left; width: 450px;height: auto;}
.footer .foot-cl .logo{width:200px;height: auto;display: block;}
.footer .foot-cl .logo img{display: block;width: 100%;height: auto;}

.footer .foot-cl-con {width: 100%;height: auto;text-align: left;}
.footer .foot-cl-con  .con{margin-top: 25px; width: 100%;height: auto;}
.footer .foot-cl-con  .con a{margin-bottom: 5px;font-size: 16px;color:#FFFFFF; display: block;width: 100%;height: auto;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.footer .foot-cl-con  .con p{margin-bottom: 5px; position: relative;padding-left: 30px;width: 100%;height: auto;font-size: 16px;color: #FFFFFF;word-wrap: break-word;background-repeat: no-repeat;}
.footer .foot-cl-con  .con p:before{content:"";position: absolute;left: 0;top: 3px;width: 20px;height: 25px;background-size: cover;background-repeat: no-repeat;background-position: center;}

.footer .foot-cl .share{width: 100%;height: auto;font-size: 0;margin-top: 20px;}
.footer .foot-cl .share a{display: inline-block;width: 25px;height: auto;margin-right: 10px;}
.footer .foot-cl .share a img{display: block;width: 100%;height: auto;}




.footer .form{width: calc(100% - 450px);float:right;padding-left:25%;}

.footer .form .c1{font-size: 16px; margin-right: 15px; margin-bottom: 10px; width: calc(50% - 10px);color:#FFFFFF; line-height: 35px; padding-left: 20px; border: 1px solid rgb(255,255,255,0.8);background: rgba(255,255,255,0.2);}
.footer .form .c2{margin-right: 0;}
.footer .form .c3{font-size: 16px; width: 100%;padding-left: 20px;line-height: 35px; height: 70px;border: 1px solid rgba(255,255,255,0.8);background: rgba(255,255,255,0.2);color: #fff;font-family: "century gothic","微软雅黑";}
.footer .form .yzm{width: 100%;margin-top: 10px; height: auto;overflow: hidden;}
.footer .form .yzm .yzm-c{color: #FFFFFF; width: 75px;line-height: 35px;float: left; border: 1px solid rgb(255,255,255,0.8);text-align: center;background: none;}
.footer .form .yzm span{overflow: hidden; width:100px;height: 37px;display: block;margin-left: 10px; float: left; border: 1px solid rgba(255,255,255,0.8);}
.footer .form .yzm span img{display: block;width: 100%;height: auto;}
.footer .form .tj{width: 130px;line-height: 40px;font-size: 16px; color: #FFFFFF;font-family: "century gothic";text-align: center;border: none;background: none;background: #002D65;margin-top: 20px;}

.footer .form input::-webkit-input-placeholder { color: #fff;font-family: "century gothic","微软雅黑";}
.footer .form input::-moz-placeholder {color: #fff;font-family: "century gothic","微软雅黑";}
.footer .form input::-ms-input-placeholder {color: #fff;font-family: "century gothic","微软雅黑";}

.footer .form textarea::-webkit-input-placeholder { color: #fff;font-family: "century gothic","微软雅黑";}
.footer .form textarea::-moz-placeholder {color: #fff;font-family: "century gothic","微软雅黑";}
.footer .form textarea::-ms-input-placeholder {color: #fff;font-family: "century gothic","微软雅黑";}





.footer .foot-d{width: 100%;height: auto;padding: 20px 0; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.4);}
.footer .foot-d .foot-dl{display: block; width: calc(100% - 100px);color: #FFFFFF; float: left;}
.footer .foot-d .foot-dl span{ font-size: 16px;color: #FFFFFF;padding-right: 20px;}
.footer .foot-d .foot-dl span a{color: #FFFFFF;}
.footer .foot-d .foot-dr{padding-right:25px;display: block;color:#FFFFFF; float: right;position: relative;}
.footer .foot-d .foot-dr:before{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);background: url(../img/a016.png)center no-repeat;background-size: cover; width: 20px;height: 20px;}

@media only screen and (max-width:1400px ) {
	.footer .form{padding-left: 20%;}
.footer .foot-cl-con  .con p{font-size: 16px;}
}
@media only screen and (max-width:1200px ) {
.footer .foot-cl{width: 350px;}
.footer .form{width: calc(100% - 350px);padding-left: 15%;}
.footer .form .c1{font-size: 15px;}
.footer .form .c3{font-size: 15px;}

	.footer .foot-d .foot-dl span{font-size: 15px;}
	.footer .foot-d .foot-dr{font-size: 15px;}
}

@media only screen and (max-width:1000px ) {
	.footer .foot-cl-con  .con p{font-size: 15px;}
     .footer .foot-cl{width: 260px;}
	.footer .form{width: calc(100% - 260px);padding-left: 5%;}

}
	
@media only screen and (max-width:850px ) {
	.footer .foot-d{text-align: left;}
	.footer .foot-d .foot-dl{width: 100%;text-align:left;float:none;margin-bottom: 20px;}
	.footer .foot-d span{width: 100%;display: block;}
	.footer .foot-d .foot-dr{width: 110px; float: none;display: none;}
}
@media only screen and (max-width:720px) {
	.footer .form{width: 100%;padding: 0;margin-top: 20px;}
	.footer .foot-cl{width: 100%;height: auto;}
	.footer .foot-cl .logo{width: 160px;}
 

}




.mbx{margin-top: 80px; width: 100%;height: auto;overflow: hidden;padding-top: 45px;}
.mbx-c{text-align: right;width: 100%;height: auto;}
.mbx-c a{display: inline-block;font-size: 18px;color: #000000;}
.mbx-c .sy{padding-left:30px;height: auto;position: relative;}
.mbx-c .sy:before{content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%); width: 25px;height: 25px;background-size: cover;background:url(../img/a025.png)center no-repeat;}

@media only screen and (max-width:1200px ) {
	.mbx-c a{font-size: 16px;}
}

@media only screen and (max-width:1000px ) {
	.mbx{margin-top: 60px;padding-top: 30px;}
}

.ab{width: 100%;height: auto;background:url(../img/a024.png) center no-repeat;background-size: cover;}
.ab .ab-c{position:relative; height: auto;}
.ab .ab-l{width: 50%;height: auto;}
.ab .ab-l .txt{width: 100%;height: auto;word-wrap:break-word;}
.ab .ab-l .txt p{font-size: 18px;color: #000000;}
.ab .ab-c .pic{width:35%;position: absolute;height: 100%;right: 0;top: 0; background-size: cover;background-repeat: no-repeat;background-position: center;}
.ab .ab-c .pic .num{color: #FFFFFF;width: 180px;position: absolute;right: 20px;top: 20px;height:auto; text-align: right;}
.ab .ab-c .pic .num li{width: 100%;height: auto;margin-bottom: 20px;}
.ab .ab-c .pic .num li .sz{font-family: "century gothic" color: #FFFFFF;font-size: 34px;}
.ab .ab-c .pic .num li h2{display: inline-block;font-size: 34px;font-family: "century gothic";font-weight: normal;}
.ab .ab-c .pic .num li h6{width: 100%;height: auto;font-size: 16px;font-weight: normal; font-family: "century gothic";margin-top: 5px;}

@media only screen and (max-width:1400px) {
	.ab .ab-l .txt p{font-size: 16px;}
	.ab .ab-c .pic .num li .sz{font-size: 30px;}
	.ab .ab-c .pic .num li h2{font-size: 30px;}
}
@media only screen and (max-width:1200px) {
	.ab .ab-l .txt p{font-size: 16px;}
	.ab .ab-l{width: 55%;height: auto;}
	.ab .ab-c .pic .num li .sz{font-size: 28px;}
	.ab .ab-c .pic .num li h2{font-size: 28px;}
	.ab .ab-c .pic .num li h6{font-size: 15px;}
}
@media only screen and (max-width:1000px ) {
	.ab .ab-l{width: 60%;}
}
	
@media only screen and (max-width: 720px) {
	.ab .ab-l{width: 100%;height: auto;}
	.ab .ab-c .pic{position: static;width: 100%;height: 200px;margin-top: 20px;position: relative;}
	.ab .ab-c .pic .num {width: 90%;height: auto;position: absolute;left: 50%;top: 50%; transform: translateY(-50%)translateX(-50%);}
	.ab .ab-c .pic .num li{width: 33.3%;height: auto;float: left;vertical-align: top;text-align: center;}
.ab .ab-c .pic .num li h6{font-size: 14px;}
}


.history{width: 100%;height: auto;}
.history .history-t{height: auto;}
.history .history-t .title{float: left;width:100%;}
.history .history-t .txt{width: calc(100% - 180px);padding-left: 15%;margin-top:20px; float: right;}
.history .history-t .txt p{font-size: 18px;color:#000000;}
.history-js{z-index: 66; width: 100%;height:auto;padding-bottom: 90px;}
.history-js .swiper-slide {width:20%;padding: 0 0px;height: 400px;}
.history-js .swiper-wrapper {margin-left: -20%;}

.history-js .swiper-slide-active {width:60%;}
.history-js .history-js-an{z-index: 88; width: 90%;max-width: 1400px; position:absolute;left: 50%;height: 100%;top: 0;transform: translateX(-50%);}

.history-js .history-js-c{position: relative; width: 100%;height:400px;background-size: cover;background-repeat: no-repeat;background-position: center;}
.history-js .history-js-c .bk{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
.history-js .history-js-c .con{ width: 400px;font-size: 0; box-shadow: 0 0 6px rgba(0,0,0,0.2);opacity: 0; position: absolute;left: 90px;top:80px;padding: 5% 4%; height: 0%; background: #FFFFFF;}
.history-js .history-js-c .con .logo-sy{width: 0;overflow: hidden;display: none;}
.history-js .history-js-c .con .logo-sy img{display: block;width: 100%;height: auto;}


.history-js .swiper-slide-active .history-js-c .con{height: auto; transition: all 0.8s ease;transition-delay: 0.3s; opacity: 1; left:90px;}

.history-js .swiper-slide-active .history-js-c .con h5{font-size: 24px;color: #000000;position: relative;}
.history-js .swiper-slide-active .history-js-c .con h5:before{content: "";position: absolute;left:-90px;top: 50%;transform: translateY(-50%);height: 5px;background: #002D65;width: 70px;}
.history-js .swiper-slide-active .history-js-c .con .txt{ width:100%; margin-top: 30px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;word-wrap: break-word;}
.history-js .swiper-slide-active .history-js-c .con .txt p{font-size: 18px;color: #000;}
.history-js .swiper-slide-active .history-js-c .con .logo-sy{width: 150px;height: auto;margin-top: 10px;}
.history-js .swiper-slide-active .history-js-c .con .logo-sy img{display: block;width: 100%;height: auto;}
.history-js .swiper-slide-active .history-js-c .bk {background:none;}

.history-js .history-js-an .swiper-button-prev{
    background-image: url(../img/a032.png);
    left:0%;
    right: auto;
}

.history-js .history-js-an .swiper-button-next{
    background-image: url(../img/a033.png);
    right: 0%;
    left: auto;
}

.history-js .history-js-an .swiper-button-prev,.history-js .history-js-an .swiper-button-next {
    position: absolute;
    top: calc(50% - 40px);
    width: 50px;
    height: 50px;
    margin-top: -25px;
    z-index: 10;
    cursor: pointer;
    background-size:50px 50px;
    background-position: center;
    background-repeat: no-repeat;
}

.history-js .history-js-an .swiper-pagination {
	width: 100%;
    position: absolute;
    text-align: right;
    bottom: 10px;}


.history-js .history-js-an .swiper-pagination-bullet {
    width: 20px;
    height:20px;
    display: inline-block;
    border-radius: 0%;
    background: #000;
    opacity: 0.2;
    margin: 0 5px;
}
.history-js .history-js-an .swiper-pagination-bullet-active {
    opacity: 1;
    background: #002D65;
}


@media only screen and (max-width:1450px ) {
	.history .history-t .txt{padding-left: 10%;}
	.history-js{padding-bottom: 80px;}
	.history-js .swiper-slide .history-js-c .con{top: 65px;}
	.history-js .swiper-slide {width:20%;padding: 0 0px;height: 350px;}
.history-js .swiper-wrapper {margin-left: -20%;}

.history-js .swiper-slide-active {width:60%;}

.history-js .history-js-c{height: 350px;}
.history-js .swiper-slide-active .history-js-c .con h5{font-size: 20px;}
.history-js .swiper-slide-active .history-js-c .con h5:before{left: -75px;width: 60px;height: 4px;}
.history-js .history-js-an .swiper-button-prev,.history-js .history-js-an .swiper-button-next {
    position: absolute;
    top: calc(50% - 40px);
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-size:40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}
	
	
.history-js .history-js-an .swiper-pagination-bullet {
 width:15px;
height:15px;

}
	
}


@media only screen and (max-width:1200px) {
	.history .history-t .txt p{font-size: 16px;}
	.history-js .swiper-slide-active .history-js-c .con{width:350px;left: 75px;}
	.history-js .swiper-slide-active .history-js-c .con .txt p{font-size: 16px;}
.history-js .swiper-slide-active .history-js-c .con h5{font-size: 19px;}
}

@media only screen and (max-width:1000px) {
.history-js .swiper-slide-active .history-js-c .con{width: 320px;}
.history-js .swiper-slide-active .history-js-c .con h5:before{width: 45px;left: -60px;}

.history-js .history-js-c .con{left: 60px;}
	.history-js .swiper-slide {width:20%;padding: 0 0px;height: 300px;}
.history-js .swiper-wrapper {margin-left: -20%;}

.history-js .swiper-slide-active {width:60%;}
.history-js .history-js-c{height: 300px;}

	
}

@media only screen and (max-width:720px ) {
		.history .history-t .title{width: 100%;float: none;}
		.history .history-t .txt{width: 100%;height: auto;margin-top: 20px;padding: 0;float: none;}
	.history .history-t .txt p{font-size: 15px;}
	.history-js .swiper-slide-active .history-js-c .bk{background: rgba(0,0,0,0.3);}
	.history-js .history-js-an .swiper-button-prev,.history-js .history-js-an .swiper-button-next {
    position: absolute;
    top: calc(50% - 40px);
    width:30px;
    height: 30px;
    margin-top: -15px;

    background-size:30px 30px;

}

.history-js .swiper-slide-active .history-js-c .con h5{font-size: 18px;}
.history-js .swiper-slide-active .history-js-c .con .txt p{font-size: 15px;}
	
.history-js .history-js-an .swiper-pagination {
	width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0px;}


.history-js .history-js-an .swiper-pagination-bullet {
    width: 10px;
    height:10px;
    display: inline-block;
    border-radius: 0%;
    background: #000;
    opacity: 0.2;
    margin: 0 5px;
}

.history-js .history-js-an .swiper-pagination-bullet-active {
    opacity: 1;
    background: #002D65;
}
.history-js{padding-bottom:80px;}
.history-js .swiper-slide .history-js-c .con{top: 25px;left:50%;transform: translateX(-50%); width: calc(80% - 40px);height: calc(100% + 30px);}
.history-js .swiper-slide-active .history-js-c .con h5:before{width: 25px;left: -35px;}
.history-js .swiper-slide {width:0%;height: 280px;}
.history-js .swiper-wrapper {margin-left: -0%;}
.history-js .swiper-slide-active {width:100%;}
.history-js .history-js-c{height: 280px;}


}






















.honor{position: relative; width: 100%;height: auto;background-size: cover;background-position: center;background-repeat: no-repeat;z-index: 0;}
.honor .bk{position: absolute;left: 0;top: 0;width: 100%;height: 100%; background:url(../img/a026.png)center repeat;z-index: -1;}
.honor .honor-c{position:relative;height: auto;}
.honor .honor-l{width:170px;height:100%; position: absolute;}
.honor .honor-r{ width: calc(100% - 170px);padding-left: 10%;float: right;}
.honor .honor-r-js{width: 100%;height: auto;padding-bottom: 30px;}
.honor .honor-r-js .pic{display: block;width: 100%;height: auto;}
.honor .honor-r-js .pic img{display: block;width: 100%;height: auto;}

.honor .honor-l .swiper-button-next{
    background-image: url(../img/a027s.png);
    left: 60px;
    right: auto;
}
.honor .honor-l .swiper-button-prev{
    background-image: url(../img/a027.png);
    left: 0px;
    right: auto;
}


 .honor .honor-l .swiper-button-prev,.honor .honor-l .swiper-button-next {
    position: absolute;
    top: 75%;
    width: 50px;
    height: 50px;
    margin-top: 0px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
     border: 1px solid #FFFFFF;
}
.honor .honor-l .swiper-button-next:hover{background: url(../img/a027s.png)center  rgba(255,255,255,0.2);background-size: cover;}
.honor .honor-l .swiper-button-prev:hover{background:url(../img/a027.png)center rgba(255,255,255,0.2);background-size: cover;}

.honor .honor-r .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.honor .honor-r .swiper-pagination{text-align: right;}

.honor .honor-r .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    display: inline-block;
    border-radius:0%;
    background: #000;
    opacity: 0.5;
}
.honor .honor-r .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}
@media only screen and (max-width: 1400px) {
	
 .honor .honor-l .swiper-button-prev,.honor .honor-l .swiper-button-next {
    width: 45px;
    height:45px;
    cursor: pointer;
    background-size: 45px 45px; 
}

.honor .honor-l .swiper-button-next{
    left: 55px;
    right: auto;
}
.honor .honor-l .swiper-button-prev{
    left: 0px;
    right: auto;
}
}
@media only screen and (max-width:1200px ) {
.honor .honor-r .swiper-pagination-bullet {
    width: 25px;
    height: 3px;
}	
 .honor .honor-l .swiper-button-prev,.honor .honor-l .swiper-button-next {
    width: 35px;
    height:35px;
    cursor: pointer;
    background-size: 35px 35px; 
}	

.honor .honor-l .swiper-button-next{
    left: 45px;
    right: auto;
}
.honor .honor-l .swiper-button-prev{
    left: 0px;
    right: auto;
}

}


	
@media only screen and (max-width:720px ) {
.honor .honor-l{position: static; width: 100%;height: auto;}
.honor .honor-r{float: none; width: 100%;height: auto;padding: 0;}
.honor .honor-r .swiper-pagination{text-align: center;}

.honor .honor-l .swiper-button-next{
    right: 0px;
    left: auto;
}
.honor .honor-l .swiper-button-prev{
    right: 40px;
    left: auto;
}

 .honor .honor-l .swiper-button-prev,.honor .honor-l .swiper-button-next {
    width: 30px;
    height:30px;
    top: 10px;
    cursor: pointer;
    background-size: 30px 30px; 
}

}


.project{width: 100%;height: auto;position: relative;z-index: 1;}
.project .bk{position: absolute;top: 0;width: 100%;height: 80%;z-index: -1; left:0;background: #f5f5f5;}

.project .project-t{position: relative;width: 100%;height: auto;padding-bottom: 50px;}
.project .project-c{width: 100%;height: auto;}
.project .project-c-js{width: 100%;height: auto;}
.project .project-c-js .con{padding-bottom: 30px; padding-left: 95px;position: relative;height: auto;width: 100%;}
.project .project-c-js .con:before{content: "";position: absolute;left: 0;top: 0;width: 70px;height: 70px;background: url(../img/a028.png)center no-repeat;background-size: cover;}
.project .project-c-js .con h5{font-family: "century gothic";font-size: 24px;}
.project .project-c-js .con .txt{width: 100%;height: auto;margin-top: 10px;}
.project .project-c-js .con .txt p{font-size: 18px;color:#000000;}

.project .project-t  .lj{width: 50px;height: 50px; display: block;position: absolute;right: 130px;bottom: 0px; background: url(../img/a029.png)center no-repeat #002D65;background-size: cover; }

.project .project-t .swiper-button-next{
    background: url(../img/a027s.png) #002D65;
    right: 0px;
    left: auto;
}
.project .project-t .swiper-button-prev{
    background: url(../img/a027.png) #002D65;
    right: 60px;
    left: auto;
}

.project .project-t .swiper-button-prev,.project .project-t .swiper-button-next {
    position: absolute;
   bottom: 0px;
   top: auto;
    width: 50px;
    height: 50px;
    margin-top: -0px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width:1400px ) {
	
	.project .project-t  .lj{width: 40px;height: 40px; right: 110px; background-size: cover; }

.project .project-t .swiper-button-next{

    right: 0px;
    left: auto;
}
.project .project-t .swiper-button-prev{

    right: 50px;
    left: auto;
}
	
	.project .project-t .swiper-button-prev,.project .project-t .swiper-button-next {

    width:40px;
    height: 40px;
    background-size:40px 40px;

}
	
	.project .project-c-js .con{padding-left: 80px;}
	.project .project-c-js .con:before{width: 60px;height: 60px;}
	.project .project-c-js .con h5{font-size: 22px;}
	.project .project-c-js .con .txt p{font-size: 16px;}
	
}


@media only screen and (max-width:1200px ) {
	
	
.project .project-t  .lj{width:35px;height: 35px; right: 95px;background-size: cover; }
.project .project-t .swiper-button-next{
    right: 0px;
    left: auto;
}
.project .project-t .swiper-button-prev{
    right:45px;
    left: auto;
}
	
	.project .project-t .swiper-button-prev,.project .project-t .swiper-button-next {

    width:35px;
    height:35px;
    background-size:35px 35px;

}
	
	.project .project-c-js .con{padding-left: 70px;}
	.project .project-c-js .con:before{width:50px;height: 50px;}
	.project .project-c-js .con h5{font-size: 20px;}
}

@media only screen and (max-width:1000px) {
.project .project-t  .lj{width:30px;height: 30px; right:85px;background-size: cover;  }
.project .project-t .swiper-button-next{
    right: 0px;
    left: auto;
}
.project .project-t .swiper-button-prev{
    right:40px;
    left: auto;
}
	
	.project .project-t .swiper-button-prev,.project .project-t .swiper-button-next {
    width:30px;
    height:30px;
    background-size:30px 30px;

}
}



.project-pic{width: 100%;height: auto;}

#certify {
	position: relative;
	width:1200px;
	margin: 0 auto
}
.project-pic-js2{display: none;width: 100%;height: auto;}
.project-pic-js2 img{display: block;width: 100%;height: auto;}

#certify .swiper-container {
	padding-bottom:0px;
}

#certify  .swiper-slide {
	width: 520px;
	height:auto;
	background: #fff;
	
}
#certify  .swiper-slide img{
	display:block; width: 100%;height: auto;
}



#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/a031.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}



#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../img/a030.png) no-repeat;
	background-position: 0 0px;
	background-size: 100%;
}

@media only screen and (max-width:1350px ) {
	 #certify {width: 900px;}
 #certify .swiper-slide {width: 450px;}
}

@media only screen and (max-width:1100px ) {
	 #certify {width: 700px;}
 #certify .swiper-slide {width: 450px;}
}

@media only screen and (max-width:900px ) {
 #certify {width: 600px;}
 #certify .swiper-slide {width: 450px;}
}

@media only screen and (max-width:720px ) {
#certify{display: none;}
.project-pic-js2{display: inherit;}
.project-pic-js2	.swiper-pagination-fraction{color: #FFFFFF;font-family: "century gothic";text-shadow: 1px 1px 5px rgba(0,0,0,0.2);}
}

.adv{width: 100%;height: auto;}

.adv .adv-list{width: 100%;height: auto;}
.adv .adv-list li{padding-top:75px;width: 100%;height: auto;}

.adv .adv-list li .li-c{position: relative; width: 100%;height: auto;background: #f5f5f5;margin-bottom: 50px;}


.adv .adv-list li .li-c:before {content: "";position: absolute;left: 0;top: 0;width: calc(50% - 700px); height: 100%;background: #FFFFFF;}
.adv .adv-list li .adv-c{height: auto;position: relative;overflow: hidden;}
.adv .adv-list li .adv-c .pic{width: 35%;height: 100%;position: absolute;left: 0;top: 0;background-size: cover;background-repeat: no-repeat;background-position: center;}
.adv .adv-list li .adv-c .con{width: 65%;float: right; height: auto;padding:5% 0 5% 5%;}
.adv .adv-list li .adv-c .con .ico{width: 50px;height: 50px;}
.adv .adv-list li .adv-c .con .ico img{display: block;width: 100%;height: auto;}
.adv .adv-list li .adv-c .con h5{margin-top: 10px; color: #000000;font-size: 36px;}
.adv .adv-list li .adv-c .con .txt{width: 100%;margin-top: 20px; height: auto;word-wrap: break-word;}
.adv .adv-list li .adv-c .con .txt p{font-size: 18px;color:#000000;}

.adv .adv-list li:nth-child(2n) .li-c:before{right: 0;top: 0;left:auto;}
.adv .adv-list li:nth-child(2n) .adv-c .pic{right: 0;left: auto;}
.adv .adv-list li:nth-child(2n) .adv-c .con{float: left;padding: 5% 5% 5% 0;}


@media only screen and (max-width:1560px ) {
		.adv .adv-list li .adv-c .con h5{font-size: 32px;}
	.adv .adv-list li .li-c:before{width: 5%;}
}
@media only screen and (max-width:1400px ) {
	.adv .adv-list li .adv-c .con .ico{width: 40px;height: 40px;}
	.adv .adv-list li .adv-c .con h5{font-size: 30px;}
}
@media only screen and (max-width:1300px ) {
	.adv .adv-list li .adv-c .con h5{font-size: 28px;}
}
@media only screen and (max-width:1200px ) {
	.adv .adv-list li .adv-c .con h5{font-size: 24px;}
	.adv .adv-list li .adv-c .con .txt p{font-size: 16px;}
	
}

@media only screen and (max-width:1000px ) {
	.adv .adv-list li{padding-top: 60px;}
		.adv .adv-list li{margin-bottom: 30px;}
			.adv .adv-list li .adv-c .con h5{font-size: 20px;}
	.adv .adv-list li .adv-c .con .txt p{font-size: 16px;}
		
}
	
@media only screen and (max-width:720px ) {
.adv .adv-list li .adv-c .con .txt p{font-size: 15px;}
	.adv .adv-list li{width: 90%;height: auto;margin: 0 auto;padding-top: 35px;}
	.adv .adv-list li  .li-c:before{display: none;}
	.adv .adv-list li .adv-c{width: 100%;padding-top: 150px;}
	.adv .adv-list li .adv-c .pic{top: 0;width: 100%;height:150px;left: 0;}
	.adv .adv-list li .adv-c .con{width: 100%;height: auto;padding: 5%;float:none;}
		.adv .adv-list li:nth-child(2n) .li-c:before{display: none;}
	.adv .adv-list li:nth-child(2n) .adv-c{width: 100%;padding-top: 150px;}
	.adv .adv-list li:nth-child(2n) .adv-c .pic{top: 0;width: 100%;height:150px;left: 0;}
	.adv .adv-list li:nth-child(2n) .adv-c .con{width: 100%;height: auto;padding: 5%;float:none;}

}


.contact{width: 100%;height: auto;background-size: cover;background-repeat: no-repeat;background-position:  center;}
.contact .title h5{font-size: 30px;}
.contact .title .line{width: 35px;}

.contact .h100{height:70px;}

.contact-c{height: auto;display: flex;}
.contact .cont-l{width: 58%;padding:3% 5%; position: relative;left: 0; background: #FFFFFF;border-radius: 10px;box-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
.contact .cont-l .txt{font-family: "century gothic";width: 80%; margin-top:30px;height: auto;font-size: 18px;color: #000000}
.contact .cont-l .address{width: 100%;height: auto;}

.contact .cont-l .address li:before{position: absolute;content: "";left: 0;top: 5px; background: url(../img/a035.png)center no-repeat; background-size: cover;  width: 38px;height: 38px;}
.contact .cont-l .address li{position: relative;margin-bottom: 25px ; width: 100%;height: auto;padding-left: 60px;}
.contact .cont-l .address li h6{font-size: 20px; color: #000000;}
.contact .cont-l .address li .text{width: 100%;height: auto;margin-top: 10px;}
.contact .cont-l .address li .text p{font-size: 16px;color: #000000;}
.contact .cont-r{width: 35%;height: auto;padding: 3%; position: relative;margin-left: 7%; border:1px solid #002D65;border-radius: 10px;}
.contact .cont-r .share{margin-top: 10%; width: 100%;height: auto;font-size: 0;}
.contact .cont-r .share a{margin: 0 10px; display: inline-block;width: 40px;height:40px;border-radius: 5px;background:#002D65;}
.contact .cont-r .share a img{display: block;width: 100%;height: auto;}
.contact .cont-r .lx{width: 100%;height: auto;}
.contact .cont-r .lx li{margin-bottom: 25px; padding-left: 60px;position: relative; width: 100%;height: auto;}
.contact .cont-r .lx li:before{content: "";position: absolute;left: 0;top: 0px;width:35px;height: 35px;background-size: cover;}
.contact .cont-r .lx li:first-child:before{background:url(../img/a036.png)center no-repeat;background-size: cover;}
.contact .cont-r .lx li:nth-child(2):before{background: url(../img/a037.png)center no-repeat;background-size: cover;}
.contact .cont-r .lx li:nth-child(3):before{background: url(../img/cz.png)center no-repeat;background-size: cover;}
.contact .cont-r .lx li h6{ font-size: 20px;color: #000000;text-transform: capitalize;}
.contact .cont-r .lx li p{margin-top: 10px; font-size: 16px;color: #000000;}

@media only screen and (max-width:1400px ) {
.contact .cont-r .share a{width: 40px;height:40px;}	
.contact .title h5{font-size: 30px;}
.contact .h100{height: 60px;}
}
@media only screen and (max-width:1200px ) {
	.contact .h100{height: 50px;}
	.contact .title h5{font-size: 28px;}
	.contact .cont-l .address li{padding-left: 50px;}
	.contact .cont-r .lx li{padding-left: 50px;}
	.contact .cont-r .lx li:before{content: "";width: 35px;height: 35px;}
	.contact .cont-r .lx li h6{font-size: 20px;}
	.contact .cont-r .lx li p{font-size: 16px;}
	
.contact .cont-l .address li:before{content: "";width: 35px;height: 35px;}
.contact .cont-l .address li h6{font-size: 20px;}
.contact .cont-l .address li .text p{font-size: 16px;}
.contact .cont-r .share a{width: 36px;height:36px;margin: 0 5px;}	
}
@media only screen and (max-width:1100px ) {
	.contact .h100{height: 50px;}
	.contact .cont-r .lx{margin-top: 6%;}
	.contact .cont-l .txt{font-size: 16px;}
		.contact .title h5{font-size: 26px;}
	
}
@media only screen and (max-width:900px) {
	.contact .contact-c{display: inherit;}
	.contact .cont-l{width: 100%;height: auto;position: static;}
	.contact .cont-r{position: static; height: auto;width: 100%;margin: 0;margin-top: 35px;}
	.contact .cont-r .share{margin-top: 0;}
	
	.contact .cont-r .lx li{padding-left: 40px;}
	.contact .cont-l .lx li:before{content: "";width: 25px;height: 25px;}
	.contact .cont-l .address li{padding-left: 40px;}
	.contact .cont-l .address li:before{content: "";width: 25px;height: 25px;}
	.contact .cont-l .address li h6{font-size: 18px;}
		.contact .cont-r .lx li h6{font-size: 18px;}
	.contact .cont-r .lx{margin-top: 0;}
	
	.contact .cont-r .h100{height: 0px;}
	}
	

@media only screen and (max-width:720px) {
		.contact .cont-l{border-radius: 5px; background: none;padding-top: 0; box-shadow: none;padding-bottom: 0;}
			.contact .cont-r{border-radius: 5px;border: none;padding-top: 0;}
					.contact .cont-l .txt{width: 100%;margin-top: 20px;}
						.contact .cont-l .h100{height: 25px;}
		.contact .cont-l .address li h6{font-size: 17px;}
			.contact .cont-r .lx li h6{font-size: 17px;}
			.contact .cont-l .address li{margin-bottom:20px;}
				.contact .cont-r .lx li{margin-bottom: 20px;}
			.contact .cont-l .address li .text p{font-size: 14px;}
			.contact .cont-r .share a{width: 30px;height:30px;margin: 0 5px;}	
}

.pro{width: 100%;height: auto;}
.pro-list{width: calc(100% - 280px);padding-left: 6%; float: right;height: auto;}
.pro-list ul{width: 100%;height: auto;overflow: hidden;font-size: 0;}
.pro-list ul li{width: calc(33.3% - 20px);vertical-align: top;margin-bottom: 30px;  margin-right: 30px;display: inline-block; height: auto;}
.pro-list ul li:nth-child(3n){margin-right: 0;}
.pro-list ul li .pic{width: 100%;height: auto; overflow: hidden;}
.pro-list ul li .pic img{display: block;width: 100%;height: auto;transition: all 0.5s ease;}
.pro-list ul li h5{margin-top: 20px;text-align: center;font-size: 24px; width: 100%;overflow: hidden;text-overflow: ellipsis;}
.pro-list ul li:hover .pic img{transform: scale(1.1);}
.pro-list .fy{margin-top: 45px; width: 100%;height: auto;text-align: center; font-size: 0;}
.pro-list .fy a{line-height: 30px;font-size: 16px;display: inline-block; color: #000000;font-family: "century gothic";padding: 0 10px;margin: 0 5px; }
.pro-list .fy a:hover{background: #002d65;color: #FFFFFF;}
.pro-list .fy a.cut{background: #002d65;color: #FFFFFF;}

.pro-sort{width: 280px;float: left; height: auto;}


.pro-sort li{width: 100%;height: auto;margin-bottom: 10px;}

.pro-sort .sub{ width: 100%;height: auto;border:1px solid #e2e2e2; cursor: pointer; font-family: "century gothic"; width: 100%;height: auto;position: relative;padding: 0 20px 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; line-height: 45px;}
.pro-sort .sub a{color: #000000;font-size: 15px;}
.pro-sort .sub:before{content: "";position: absolute;top: 50%; transform: translateY(-50%); right: 10px;width: 8px;height: 2px;background: #002d65;}
.pro-sort .sub:after{content: "";position: absolute;top: 50%; transform: translateY(-50%);height: 8px;right: 13px; width: 2px; background: #002d65;}



/*.pro-sort .sub:hover{background: #002d65;color: #FFFFFF;}
.pro-sort .sub:hover a{color: #FFFFFF;}
.pro-sort .sub:hover:before{background: #FFFFFF;}
.pro-sort .sub:hover:after{display: none;}*/


.pro-sort .item{border: 1px solid #e2e2e2;margin-bottom: 0px;background: #FFFFFF; border-top: none;  padding: 0 0px 0px 0; width: 100%;height: auto;}

.pro-sort .item li {margin-bottom: 0; width: 100%;height: auto;display: block;font-size: 14px;padding-left: 10px; color: #666666;font-family: "century gothic";border-bottom:1px solid #e2e2e2;}
.pro-sort .item li:last-child{border-bottom: none;}
.pro-sort .item li a{color: #000000;width: 100%;display: block;line-height: 36px;padding: 0 10px;}

.pro-sort .item li .three{display:inherit; width: 100%;height: auto;background: #F9f9f9;}

.pro-sort .item  li .three a {width: 100%;height: auto;line-height: 40px;border-bottom:1px solid #e2e2e2;display: block;font-size: 15px;color: #777;font-family: "century gothic";overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.pro-sort .item  li .three a:hover{color: #002D65;background: #F1F1F1;}
.pro-sort li .sub.cut{background: #f6f6f6; color:#002D65;margin-bottom: 0;}
.pro-sort li .sub.cut:before{background: #002D65;}
.pro-sort li  .sub.cut:after{display: none;}
.pro-sort li .sub.cut a{color:#002D65;}

.pro-sort li.cut .item{display: inherit;}











@media only screen and (max-width:1400px ) {
	.pro-list ul li{width: calc(33.3% - 14px);margin-right: 21px;}
	.pro-list ul li:nth-child(3n){margin-right: 0;}
	.pro-list ul li h5{font-size: 20px;}
}

@media only screen and (max-width:1200px ) {
	.pro-list ul li{width: calc(33.3% - 10px);margin-bottom: 20px; margin-right:15px;}
	.pro-list ul li:nth-child(3n){margin-right: 0;}
	.pro-list ul li h5{font-size:18px;margin-top: 10px;}
	.pro-list .fy a{font-family: "century gothic";}
	
}

@media only screen and (max-width:1100px ) {
	.pro-sort{width:260px;}
	.pro-sort .item a{font-size: 14px;}
	.pro-list{width: calc(100% - 260px);padding-left: 40px;}
	.pro-list ul li{width: calc(33.3% - 10px);margin-bottom: 20px; margin-right:15px;}
	.pro-list ul li:nth-child(3n){margin-right: 0;}
	.pro-list ul li h5{font-size:18px;margin-top: 10px;}
}
@media only screen and (max-width: 1000px) {
	.pro-sort{width:200px;}
	.pro-sort .item a{font-size: 14px;}
	.pro-list{width: calc(100% - 200px);padding-left: 40px;}
	.pro-list ul li{width: calc(50% - 10px);margin-right: 20px;}
	.pro-list ul li:nth-child(3n){margin-right: 20px;}
	.pro-list ul li:nth-child(2n){margin-right: 0;}
	.pro-list ul li h5{font-size: 17px;font-family: "century gothic";}
	.pro-list .fy{margin-top: 25px;}
	.pro-list .fy a{font-size: 15px;line-height: 24px;padding: 0 8px;margin: 0 2px;}
	
}
@media only screen and (max-width:720px) {
	
	.pro-sort .sub{font-size: 15px;margin-bottom: 5px; line-height: 35px;}
	.pro-sort .item{margin-bottom: 5px;}
	.pro-sort .item a{line-height: 35px;}
	.pro-sort{width: 100%;height: auto;}
	.pro-list {width: 100%;height: auto;padding: 0;margin-top: 20px;}
	.pro-list ul li h5{font-size: 16px;font-family: "century gothic";}
	/*.pro-list ul li:last-child{display: none;}*/
	
}
@media only screen and (max-width:520px) {
	.pro-sort{width: 100%;height: auto;}
	.pro-list {width: 100%;height: auto;padding: 0;margin-top: 20px;}
	.pro-list ul li h5{font-size: 15px;font-family: "century gothic";}
	.pro-list ul li{width: calc(50% - 5px);margin-right: 10px;}
	.pro-list ul li:nth-child(3n){margin-right: 10px;}
	.pro-list ul li:nth-child(2n){margin-right: 0;}
	
	
}


 .title3 h6{font-size: 48px; color:#000000;}
 
 	
 @media only screen and (max-width: 1400px) {
  .title3 h6{font-size: 42px; color:#000000;}
 }
@media only screen and (max-width: 1200px) {
  .title3 h6{font-size: 36px; color:#000000;}
 }
 @media only screen and (max-width: 1000px) {
  .title3 h6{font-size: 32px; color:#000000;}
 }
  @media only screen and (max-width: 720px) {
  .title3 h6{font-size:28px; color:#000000;}
 }





.pro-d{width: 100%;height: auto;}
.pro-d .con{width: 50%;padding-right: 6%;float: left;}

 
 
 
.pro-d .con .txt{ margin-top: 20px; width: 100%;height: auto;overflow: hidden;}
.pro-d .con .txt p{font-size: 18px;color:#000000;}


.pro-d .pic{width: 40%;float: right;height: auto;position: relative;}
.pro-d .pro-d-js{width: 100%;height: auto;}
.pro-d .pro-d-js img{display: block;width: 100%;height: auto;}



.pro-d .pic .swiper-button-next{
    background: url(../img/a042.png) #F5F5F5;
    left:0px;
    right: auto;
}

.pro-d .pic .swiper-button-prev{
    background: url(../img/a043.png) #002D65;
    right:100%;
    left: auto;
}
.pro-d .pic .swiper-button-prev,.pro-d .pic .swiper-button-next {
    position: absolute;
    top: auto;
    bottom: 0;
    width: 70px;
    height:50px;
    margin-top: -0px;
    z-index: 10;
    cursor: pointer;
    background-size:70px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width:1400px ) {

.pro-d .pic .swiper-button-prev,.pro-d .pic .swiper-button-next {

    bottom: 0;
    width: 63px;
    height:45px;
    margin-top: -0px;
    background-size:63px 45px;

}
}
@media only screen and (max-width: 1200px) {
	.pro-d .pic{width: 45%;}
	.pro-d .pic .swiper-button-prev,.pro-d .pic .swiper-button-next {

    bottom: 0;
    width: 56px;
    height:40px;
    margin-top: -0px;
    background-size:56px 40px;

}
.pro-d .con .txt p{font-size: 16px;}

}

@media only screen and (max-width: 1000px) {
	.pro-d .pic{width: 50%;}
	.pro-d .pic .swiper-button-prev,.pro-d .pic .swiper-button-next {
    bottom: 0;
    width: 49px;
    height:35px;
    margin-top: -0px;
    background-size:49px 35px;
}

.pro-d .con .txt p{font-size: 15px;}
}

@media only screen and (max-width:850px ) {
	.pro-d .pic{width:60%; margin: 0 auto;float: none;}
	.pro-d .pic .swiper-button-next{
    background: url(../img/a042s.png) #002D65;
    right:0px;
    left: auto;
}

.pro-d .pic .swiper-button-prev{
    background: url(../img/a043.png) #002D65;
    left:0%;
    right: auto;
}
	
	.pro-d .pic .pro-d-js{width: calc(100% - 49px);margin: 0 auto;}
	.pro-d .con{float: none;padding-right: 0; margin-top: 20px; width: 100%;height: auto;}
	
		.pro-d .pic .swiper-button-prev,.pro-d .pic .swiper-button-next {
    bottom: auto;
    top: 50%;
    width: 49px;
    height:35px;
    margin-top: -17.5px;
    background-size:49px 35px;
}
}

	
@media only screen and (max-width:600px ) {
	.pro-d .pic{width: 100%;}
	.pro-d .pic .pro-d-js{width: 100%;}
		.pro-d .pic .swiper-button-next{
    background: url(../img/a027s.png) #002D65;
    right:0px;
    left: auto;
}

.pro-d .pic .swiper-button-prev{
    background: url(../img/a027.png) #002D65;
    left:0%;
    right: auto;
}
		.pro-d .pic .swiper-button-prev,.pro-d .pic .swiper-button-next {
    bottom: auto;
    top: 50%;
    width: 30px;
    height:30px;
    margin-top: -15px;
    background-size:30px 30px;
}
	
}







.more2{background: #002d65;text-align: center; color: #FFFFFF;line-height: 50px;border-radius: 3px;display: block;width: 160px;}
.more2 span{font-size: 16px;font-weight: bolder; position: relative;display: inline-block; color: #FFFFFF;padding-right: 20px;}
.more2 span:before{content: "";position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 10px;height: 15px;background-size: cover;background: url(../img/a005.png)center no-repeat;}
.more2:hover {box-shadow: 1px 0 5px rgba(0,0,0,0.3);}

@media only screen and (max-width:1400px ) {
	.more2 {line-height: 45px;width: 140px;}
	.more2 span{font-size: 15px;}
}
@media only screen and (max-width:1200px ) {
	.more2 {line-height: 40px;width: 130px;}
	.more2 span{font-size: 15px;font-weight: normal;}
}






.pro-d2{ width: 100%;height: auto;}
.pro-d2 img{display: block;width: 100%;height: auto;}
.pro-d2 .h65{height: 0;}
.recom{width: 100%;height: auto;}
.recom .tl{width: 100%;position: relative;}
.recom .recom-js{width: 100%;height: auto;}
.recom .recom-js .con{width: 100%;height: auto;}
.recom .recom-js .con .pic{width: 100%;height: auto;overflow: hidden;}
.recom .recom-js .con .pic img{display: block;width: 100%;height: auto;transition: all 0.3s ease ;}
.recom .recom-js .con h5{margin-top: 10px; text-align: center;font-size: 20px;}
.recom .recom-js .con:hover .pic img{transform: scale(1.1);}

.recom .tl .swiper-button-next{
    background: url(../img/a027s.png) #002D65;
    right: 0px;
    left: auto;
}
.recom .tl .swiper-button-prev{
    background: url(../img/a027.png) #002D65;
    right: 60px;
    left: auto;
}

.recom .tl .swiper-button-prev,.recom .tl .swiper-button-next {
    position: absolute;
    top: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0px;
    z-index: 10;
    cursor: pointer;
    background-size: 50px 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width:1400px ) {


.recom .tl .swiper-button-next{

    right: 0px;
    left: auto;
}
.recom .tl .swiper-button-prev{

    right: 50px;
    left: auto;
}
.recom .tl .swiper-button-prev,.recom .tl .swiper-button-next {

    width:40px;
    height: 40px;
    background-size:40px 40px;

}
	

	
}


@media only screen and (max-width:1200px ) {
	.recom .recom-js .con h5{font-size: 18px;}
.recom .tl .swiper-button-next{
    right: 0px;
    left: auto;
}
.recom .tl .swiper-button-prev{
    right:45px;
    left: auto;
}
	
.recom .tl .swiper-button-prev,.recom .tl .swiper-button-next {

    width:35px;
    height:35px;
    background-size:35px 35px;

}

}

@media only screen and (max-width:1000px) {
	.recom .recom-js .con h5{font-size: 16px;}
.recom .tl .swiper-button-next{
    right: 0px;
    left: auto;
}
.recom .tl .swiper-button-prev{
    right:40px;
    left: auto;
}
.recom .tl .swiper-button-prev,.recom .tl .swiper-button-next {
    width:30px;
    height:30px;
    background-size:30px 30px;

}
}




.whatsapp{width:55px;position: fixed;height: auto; right: 1%;bottom: 1%;padding: 10px;z-index: 9999;}
.whatsapp img{display: block;width: 100%;height: auto;}