@charset "utf-8";

html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#333; font-family: 'Poppins', Arial, Helvetica, sans-serif,Microsoft YaHei;cursor: none; }
*{padding:0px; margin:0px;box-sizing: border-box;}
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family:'Poppins', Arial, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family:'Poppins', Arial, Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#333; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}

.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}
.w_100 {
  max-width: 100%;
  display: block;
  padding: 0;
  margin: 0;
}
.hide {
  display: none !important;
  visibility: hidden;
}
  #custom-cursor {
            position: fixed;
            width: 30px;
            height: 30px;
           background: rgba(233, 52, 41, 0.8);
            border-radius: 50%;
            pointer-events: none; /* 确保鼠标事件能穿透 */
            transform: translate(-50%, -50%); /* 确保中心对齐 */
            z-index: 9999;
            animation: pulse 1.5s infinite; /* 添加脉冲动画 */
        }

        @keyframes pulse {
            0% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.8;
            }
            50% {
                transform: translate(-50%, -50%) scale(1.2);
                opacity: 0.4;
            }
            100% {
                transform: translate(-50%, -50%) scale(1);
                opacity: 0.8;
            }
        }
.con{width:94%; margin:0 auto;max-width: 1520px;}
.container {width:94%; margin:0 auto;max-width:1520px;}
.header{width:100%; position:fixed; top:0; left:0; z-index: 9999;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;border-bottom: 1px solid rgba(255,255,255,0.3);}
.header.on{ background:rgba(255,255,255,0.9);border-bottom: 1px solid rgba(0,0,0,0.2);}
.header .container{position:relative;}
.header .logo{ float:left; margin:20px 0;height: 50px;position: relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .logo .img1{opacity: 1;}
.header .logo .img2{opacity: 0;}
.header .logo img{width:auto; height:50px; display:block;position: absolute;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .logo .img1{opacity:0;}
.header.on .logo .img2{opacity:1;}

.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}

.header .right {float: right;text-align: left;margin-left:8vw;}
.header .right .ss {line-height:90px;display: inline-block;padding: 0 10px;position: relative;color: #fff;}
.header.on .right .ss {color: #222;}
.header .right .lx {background: #e93429;display: inline-block;padding: 10px 15px;font-size: 16px;color: #fff;margin-left: 20px;border-radius: 25px;text-transform: capitalize;}
.header .right .lx a {color: #fff;}
.header .right i {font-size: 20px;}
.header .right .wx {line-height:90px;display: inline-block;padding: 0 15px;position: relative;color: #333;}
.header.on .right .wx {
  line-height: 70px;
}
.header .right .wx .e_j {position: absolute;width: 120px;left: 50%;margin-left: -60px;top:90px;background: #fff;display: none}
.header .right .wx .e_j img {width: 100%;display: block;}
.header .right .wx .e_j p {line-height: 1.8;color: #333;text-align: center;}
.header .right .wx:hover .e_j{display: block;}

.header .right .yy{line-height:90px; color:#fff;padding: 0 10px;position: relative;display: inline-block;}
.header .right .yy a { font-size:16px; color:#FFF;}
.header .right .yy span { color:#FFF; font-size:16PX; margin:0 8px;}
.header.on .right .yy{color:#333;}
.header.on .right .yy a {color: #333;}
.header.on .right .yy span {color: #333;}
.header .right .yy i {font-size: 20px;}
.header .right .yy .x_l {width:100px;top: 90px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none;z-index: 9999;}
.header .right .yy .x_l a {color: #333;display: block;font-size: 14px;text-align: center;width: 100%;border-radius: 0;margin-left: 0;}
.header .right .yy .x_l a:hover{background: #feba41;color: #fff;}

.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index: 9999; display:none;box-sizing: border-box;}
.search .an_sj {width: 5%;line-height: 52px;color: #555;float: right;text-align: right;}
.search input.w_z{width:90%; height:52px; border-radius:0; font-size:18px; line-height:52px; color:#555; float:left; -webkit-appearance:none;}
.search button.s_c{width:5%; height:52px;font-size:18px; line-height:52px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search i {font-size: 18px;}

.header .nav{float:right;}
.header .nav i{font-size:12px; color:#aaa; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}

.header .nav ul li{padding: 0 25px; line-height:90px; float:left; position:relative;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li a{display:block; font-size:18px;color:#fff; text-transform:capitalize;position: relative;}
.header.on .nav ul li a{color: #222;}
.header.on .nav ul li a::after{position: absolute;width: 100%;}
.header .nav ul li span{width:0; height:3px; background-color:#feba41; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li.on span{width:100%;}

.nav .y_j{position:relative;}
.nav .e_j{width:220px; background-color:rgba(255,255,255,.95); position:absolute; top:90px; left:0; display:none; z-index:9999;}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a{display:block; font-size:14px; color:#3a3a3a;font-weight: normal;line-height:40px;padding: 0px 15px;box-sizing: border-box;}
.header .nav ul li .e_j a em {font-size: 24px;margin-right:5px;vertical-align: middle;display: inline-block;}
.header .nav ul li .e_j a em img {width: 23px;display: block;}
.nav .e_j .ejy { position:relative}
.nav .e_j .s_j {width:150px; background-color:rgba(255,255,255,.5); position:absolute; top:0px; left:150px; display:none; z-index:9999;}
.header .nav .e_j a:hover{padding-left: 10px;color: #000000;}

@media (min-width:1024px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height: 80px;display: none;}
}
@media only screen and (max-width:1366px){
	
	.header .nav ul li {
  padding: 0 15px;
}
	.header .right {margin-left:15px;}
	
}
@media only screen and (max-width:1024px){
.head_h { height: 60px; display:block}
.header{border:0; height:60px; background:#fff; width:100%}
.header .container{ padding:0;height: 60px;  width:94%}
	.header .right .wx .e_j {
  top: 60px;
}
.header .logo{margin:10px auto;}
.header.on .logo{ margin:10px auto;}
	.header .logo img {
  height:40px;
}
	.header .logo .img1 {opacity: 0
}
	.header .logo .img2 {
  opacity: 1
}
	  .header .right {display: flex;
  }
	.header .right .ss {
  line-height: 60px;color: #333;padding: 0 10px;
}
	.header .right .yy{display: flex;}
	.header .right .yy a {display: block;font-size: 16px;margin: 0 2px; color:#333;}
	.header .right .yy span {display: block; color:#333;}
	.header .right .wx {
  line-height: 60px;color: #333;padding: 0 10px;
}
	.search button.s_c {
  width: 10%;
}
	.search input.w_z {
  width: 80%;
  font-size: 16px;
}
	.search .an_sj {
  width: 10%;
}
	.header.on .right .ss {
  line-height: 60px;
}
	.header.on .right .wx {
  line-height:60px;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:100%}
.header .nav{width:100%; padding:15px 5%;box-sizing: border-box; background-color:#fff; height:100%; position:fixed; top:60px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #333;}
.header .nav i{display:block;color: #333;font-size: 18px;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid rgba(0,0,0,0.15); float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid rgba(0,0,0,0.15); background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;}
.header .nav ul li .e_j a { color:#444;font-size: 16px;}
.header .nav ul li .e_j a:hover { color:#333}
.header .nav .e_j a{border-top:0; color:#aaa; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{color:#333;font-size: 16px;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}

.video-wrapper {
            position: relative;
            width: 100%;transform: translateZ(0);z-index: 1;
        }
        .video-js {
            width: 100%;
            height: auto;
            aspect-ratio: 16/9;position: relative;transform: translateZ(-1px);
        }
        .play-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: rgba(0,0,0,0.3);
            cursor: pointer;
            z-index: 10;
        }
        .play-icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background: rgba(255,255,255,0.2);
            backdrop-filter: blur(5px);
            display: flex;
            justify-content: center;
            align-items: center;display: none;
        }
        .play-icon::after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 20px solid white;
            margin-left: 5px;
        }

.ban{width:100%; position:relative;}
.ban .swiper-slide{width:100%; height:100vh;}
.ban .swiper-pagination{bottom:20px !important;}
.ban .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;background: rgba(255,255,255,0.6)}
.ban .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff;border: #fff 1px solid;}
.ban .swiper-slide .bg1 {
	position: absolute;
    height: 100vh;
	overflow: hidden;
	width:100%;
	left:0px !important;
	top:0px;z-index: 5;
}

.ban .swiper-slide .bg1 img {
	display: block;
	width: 100%;
	height:100%;object-fit: cover;
	-webkit-transition: transform 7.6s linear;
	-moz-transition: transform 7.6s linear;
	-o-transition: transform 7.6s linear;
	-ms-transition: transform 7.6s linear;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.ban .swiper-slide.swiper-slide-active .bg1 img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	-ms-transform: scale(1.0);
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    -khtml-opacity:1; 
    opacity: 1; 
}

.ban .swiper-slide .word {
	position: absolute;
	left:50%;top: 50%;transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
-o-transform:translate(-50%,-50%);
	z-index: 10;text-align: center;
}

.ban .swiper-slide .word.l1 h4{text-align: left;}
.ban .swiper-slide .word.l1 h3{text-align: left;}
.ban .swiper-slide .word h4 {
	display: block;font-size: 50px;color: #fff; margin-top: 20px;font-weight: bold;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .4s;
	-webkit-transition: all .2s linear .4s;text-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.ban .swiper-slide .word h3 {
	font-size: 24px;letter-spacing: 1px;
	color: #fff;
	line-height:30px;
	margin: 15px 0 15px 0;
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .2s;
	-webkit-transition: all .2s linear .2s;text-shadow: 0 0 15px rgba(0,0,0,0.35);
}


.ban .swiper-slide .word a.xq {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 16px;background: #e93429;
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 50px;margin: 50px auto 0;
	
	transform: translateY(20px);
	filter:alpha(opacity=0); /* IE */
    -moz-opacity:0; /* 老版Mozilla */
    -khtml-opacity:0; /* 老版Safari */
    opacity: 0; /* 支持opacity的浏览器*/
	transition: all .2s linear .6s;
	-webkit-transition: all .2s linear .6s;border-radius:30px;text-align: center;
}
.ban .swiper-slide .word.l1 a.xq {
	bottom: 0;left: 0%;margin-left:0px;
}

.ban .swiper-slide .word a.xq:after {
	content: '';
	display: block;
	width: 15px;
	height: 14px;
	background: url(../images/rights.png) no-repeat;
	position: absolute;
	right: 30px;
	top: 50%;
	margin-top: -7px;
}
.ban .swiper-slide .word a.xq:hover{background: #feba41;}

.ban .swiper-slide.swiper-slide-active .word h4 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
   
}

.ban .swiper-slide.swiper-slide-active .word h3 {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}

.ban .swiper-slide.swiper-slide-active .word a.xq {
	transform: translateY(0);
	filter:alpha(opacity=100); /* IE */
    -moz-opacity:1; /* 老版Mozilla */
    -khtml-opacity:1; /* 老版Safari */
    opacity: 1; /* 支持opacity的浏览器*/
}




.tit{text-align: center;margin-bottom: 50px;}
.tit h1 {font-size: 46px;font-weight: bold;color:#231815;position: relative;padding-bottom: 10px;line-height: 50px;}
.tit h1::before{width: 60px;height: 4px;content: "";background: #fff100;position: absolute;left: 50%;margin-left: -30px;bottom: 0;}
.tit h3 {font-size: 20px;display: inline-flex;align-items: center;line-height: 1.6;color: #333; margin-bottom:10px;max-width:1080px;}
.tit h3 .icon {
  background-color:#e93429;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color:#fff;
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: rotate(30deg);
}
.tit h3 .icon i {font-size: 30px;}

.content{}


.sy_pro { padding:60px 0; overflow:hidden;position: relative;}
.sy_pro ul{display: flex;justify-content: center;align-items: stretch;}
.sy_pro ul li { width:20%; padding: 10px;position: relative;box-sizing: border-box;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.sy_pro ul li .img_box {
	width: 100%;height: 100%;z-index: 1;
	position: absolute;left: 0;top: 0;
	overflow: hidden;background: #fff;
}
.sy_pro ul li:hover p {color: #fff}
.sy_pro ul li .img_box img {
	width: 102%;
	height: 102%;
	position: absolute;opacity: 0;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 1s;
}

.sy_pro ul li:hover .img_box img {
	transform: scale(1.05);transition: all 1s;opacity: 0.9
}


.sy_pro ul li:hover{transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_pro ul li .box {background: #fff;box-shadow: 0px 9px 24px 0px rgba(222, 229, 231, 0.51);padding: 30px 20px;text-align: center;border-radius: 10px;height: 100%;position: relative;overflow: hidden;}
.sy_pro ul li .box a {position: relative;z-index: 5;}
.sy_pro ul li .feature-title{height: 75px;position: relative;z-index: 10;}
.sy_pro ul li .box .feature-shape {
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    margin-bottom: 38px;
    border-radius: 50%;
    background-image: linear-gradient( 145deg, rgb(35,204,136) 0%, rgb(51,129,151) 100%);
    box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.46);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;
}
.sy_pro ul li:hover .box .feature-shape{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_pro ul li .box .feature-shape img {width: 50px;margin: 25px auto;vertical-align: middle;}
.sy_pro ul li .box .feature-title h3 {
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 50px;
    line-height:25px;
    color: #00394f;
}
.sy_pro ul li .box .feature-title h3::after {
    position: absolute;border-radius: 5px;
    content: "";
    left: 0;
    right: 0;
    width: 80px;
    height: 4px;
    background-image: linear-gradient( 145deg, rgb(35,204,136) 0%, rgb(142,207,53) 100%);
    margin: auto;
    bottom: -22px;
    box-shadow: 0px 18px 30px 0px rgba(38, 204, 133, 0.36);
}
.sy_pro ul li .box .feature-shape-2 {
    background-image: linear-gradient( 145deg, rgb(255,79,88) 0%, rgb(255,180,0) 100%);
    box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
}
.sy_pro ul li .box .feature-title-2 h3::after {
    background-image: linear-gradient( 145deg, rgb(255,79,88) 0%, rgb(255,180,0) 100%);
    box-shadow: 0px 18px 24px 0px rgba(255, 114, 58, 0.36);
}
.sy_pro ul li .box .feature-shape-3 {
    background-image: linear-gradient( 145deg, rgb(1,203,173) 0%, rgb(71,161,242) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}
.sy_pro ul li .box .feature-title-3 h3::after {
    background-image: linear-gradient( 145deg, rgb(1,203,173) 0%, rgb(71,161,242) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}
.sy_pro ul li .box .feature-shape-4 {
    background-image: linear-gradient( 145deg, rgb(232,90,202) 0%, rgb(252,78,101) 100%);
    box-shadow: 0px 18px 24px 0px rgba(233, 89, 197, 0.36);
}
.sy_pro ul li .box .feature-title-4 h3::after {
    background-image: linear-gradient( 145deg, rgb(232,90,202) 0%, rgb(252,78,101) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}

.sy_pro ul li .box .feature-shape-5 {
    background-image: linear-gradient( 145deg, rgb(150,221,131) 0%, rgb(248,148,74) 100%);
    box-shadow: 0px 18px 24px 0px rgba(248,148,74, 0.36);
}
.sy_pro ul li .box .feature-title-5 h3::after {
    background-image: linear-gradient( 145deg, rgb(150,221,131) 0%, rgb(248,148,74) 100%);
    box-shadow: 0px 18px 24px 0px rgba(1, 203, 173, 0.36);
}


.fd1 {width: 200px;position: absolute;
height: 171px;
left: 80px;
top: 30%;
background-repeat: no-repeat;}
.fd5 {width: 241px;position: absolute;
height: 351px;
left:220px;
bottom: 20px;
background-repeat: no-repeat;}
.fd2 {
    position: absolute;
    top: 5%;
    right: 7%;
    animation: Updown 4s linear infinite;
    -webkit-animation: Updown 4s linear infinite;
}

@-webkit-keyframes Updown {
    0% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

    25% {
        transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
    }

    75% {
        transform: translateY(10px);
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }

}
.fd3{
    position: absolute;
    top: 52%;
    right: 5%;
    animation: rotate 15s linear infinite;
    -webkit-animation: rotate 15s linear infinite;
}

@-webkit-keyframes rotate {
    100% {
        transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -o-transform: rotate(359deg);
    }
}
 
.float-bob-y{
  animation-name: float-bob-y; 
  animation-duration: 2s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y; 
  -webkit-animation-duration: 2s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y; 
  -moz-animation-duration: 2s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y; 
  -ms-animation-duration: 2s; 
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y; 
  -o-animation-duration: 2s; 
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}



.shou-2{ padding: 10vh 0; background:#f5f5f5; background-size: cover; padding-left: 10%; padding-right: 3%;}
.shou-2-l{ float: left; width: 640px;}
.shou-2 .tit{text-align: left;}
.shou-2 .tit h3{justify-content: flex-start;}
.shou-2 .tit h1::before {
  left: 0%;
  margin-left: 0px;
}
.shou-2-r{ float: right; width: calc(100% - 700px);}
.shou-2-r img{ width: 100%;display: block;}
.shou-2-l p{text-transform: uppercase; font-size:50px; color: #fff; font-weight: bold;  line-height:60px;}
.shou-2-l p span{ display: block; text-align: left; font-size:24px; font-weight: 500;position: relative;padding-left: 150px;}
.shou-2-l p span::after{position: absolute; content: ''; height: 2px; background: #feba41; width: 7vw; top: 50%; transform: translateY(-50%); left: 0;}
.shou-2-l-z{ color: #444;  font-size: 16px;line-height: 1.8;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:10;}
.shou-2-r-l{ float: left; width:45%; display: flex; justify-content: space-between;align-items:flex-end; margin-top: 13%;}
.shou-2-r-l img{ width: 49%;}
.shou-2 .more {width: 180px;border-radius: 6px;
  height: 50px;
  background-color: #e93429;margin-top: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 50px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.shou-2 .more a {color: #fff;}
.shou-2 .more:hover {background: #feba41;}
.shou-2 .more i {margin-left: 10px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.shou-2 .more:hover i {margin-left: 15px;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}


.sy_fl {padding: 4vw 0 4vw;position: relative;background: #f6f6f6; }
.sy_fl ul {display: flex;justify-content: space-between;align-items: stretch}
.sy_fl ul li {width: 31.3333%;position: relative;overflow: hidden;}
.sy_fl ul li img {width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_fl ul li .wz {position: absolute;left:0px;bottom: 0px;padding:80px 30px 30px;z-index: 3}
.sy_fl ul li .wz h1{font-size: 35px;color: #fff;margin-bottom: 10px;}
.sy_fl ul li .wz a {margin-top: 15px;font-size: 18px;color: #fff;}
.sy_fl ul li .wz a i{font-size: 20px;color: #feba41;margin-right: 6px;vertical-align: middle;}
.sy_fl ul li .wz h3{font-size: 16px;color: #fff;line-height: 1.6;}
.sy_fl ul li:hover .mb{ background-image: linear-gradient(to top,#000,transparent); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_fl ul li:hover img{-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.sy_fl ul li .mb {position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1;background-image: linear-gradient(to top,rgba(0,0,0,0.3),transparent);}


.sy_cpfw{padding: 4vw 0 4vw;position: relative;}
.sy_cpfw .tit h1::before {
  background: #fff;
}
.sy_cpfw .tit h1, .sy_cpfw .tit h3{color: #fff;}

.sy_cpfw .con {position: relative;z-index: 9;}
.swiper-cp{ margin:0 auto; padding-bottom:50px;}
.swiper-cp .swiper-slide{position:relative;}
.swiper-cp .swiper-slide .t_p{overflow: hidden;position: relative;}
.swiper-cp .swiper-slide .t_p .mb {position: absolute;width: 100%;height: 100%;z-index: 9;background: rgba(0,0,0,0) url(../images/jh.png) center / 30px no-repeat;opacity: 0;}
.swiper-cp .swiper-slide:hover .t_p .mb {background: rgba(0,0,0,0.6) url(../images/jh.png) center / 30px no-repeat;opacity: 1;}
.swiper-cp .swiper-slide .t_p .hr{position:absolute;width: 100px; left:50%;top:50%;transform:translateX(-50%) translateY(-50%);z-index:5;}	
.swiper-cp .swiper-slide .t_p .hr img{width:100%;height: 100%; opacity:0;transition:all 0.5s ease;-webkit-transform:all 0.5s ease;}
.swiper-cp .swiper-slide:hover .hr img{opacity:1;}	
	
.swiper-cp .swiper-slide:hover .hr img{-webkit-transform:rotate(360deg);animation:rotation 10s linear infinite;-moz-animation:rotation 10s linear infinite;-webkit-animation:rotation 10s linear infinite;-o-animation:rotation 10s linear infinite;}	
@-webkit-keyframes rotation{from{-webkit-transform:rotate(0deg);}	to{-webkit-transform:rotate(360deg);}}
.swiper-cp .swiper-slide img {width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;z-index: 1;}
.swiper-cp .swiper-slide:hover img { -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-cp .swiper-slide .t_p .mb {position: absolute;left: 0;width: 100%;height: 100%;top: 0;z-index: 9;opacity: 0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-cp .swiper-slide:hover .t_p .mb {opacity: 1;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.swiper-cp .swiper-slide h3 {font-size: 16px;color: #fff;margin: 10px 0 25px;text-align: center;line-height: 1.8;}
.swiper-cp .swiper-slide:hover h3{color: #feba41;}

.sy_cpfw .swiper-pagination-bullet {
  background: #fff;opacity: 1;
}
.sy_cpfw .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#feba41}
.sy_cpfw .swiper-button-prev{width:40px; height:40px;line-height: 40px;text-align: center; left:-50px;font-size: 25px;margin-top: -20px;background: rgba(255,255,255,0.9);border-radius: 28px;}
.sy_cpfw .swiper-button-prev i {font-size:24px;color: #333;}
.sy_cpfw .swiper-button-prev:hover i {color:#e93429;}
.sy_cpfw .swiper-button-next{ width:40px; height:40px; margin-top: -20px;background: rgba(255,255,255,0.9);border-radius: 28px; right:-50px;line-height: 40px;text-align: center;}
.sy_cpfw .swiper-button-next i {font-size:24px;color: #333;}
.sy_cpfw .swiper-button-next:hover i {color:#e93429;}




.service-index-wrap {
    padding: 140px 0;
}

.index-title-box {

}

.index-title-box span {
    display: block;
    text-align: center;
}

.index-title-box span:nth-child(1) {
    font-size: 48px;
    text-transform: uppercase;
}

.index-title-box span:nth-child(2) {
    font-size: 32px;
}

.service-index-button ul {
    font-size: 0;
    padding-top: 80px;
}

.service-index-button ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: center;
    line-height: 100px;
    height: 102px;
    border-bottom: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    cursor: pointer;
    position: relative;
}

.service-index-button ul li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 40px;
    width: 1px;
    background: #d9d9d9;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-index-button ul li:last-child:after {
    display: none;
}

.service-index-button ul li:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-135deg);
    transform: translateX(-50%) rotate(-135deg);
    width: 10px;
    height: 10px;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

.service-index-button ul .fadeRotate2:before {
    background: #fff;
    border-left: 1px solid #d9d9d9;
    border-top: 1px solid #d9d9d9;
    bottom: -6px;
}

.service-index-button ul li span {
    display: inline-block;
    vertical-align: top;
}

.service-index-button ul li span:nth-child(1) {
    font-size: 40px;
    color: #999;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-button ul li span:nth-child(2) {
    font-size: 20px;
    padding-left: 12px;
    color: #808080;
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-button ul .service-active span:nth-child(1) {
    color: #ef8300;
}

.service-index-button ul .service-active span:nth-child(2) {
    color: #333333;
}

.service-index-read {
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.service-position {
    height: auto;
    max-height: 380px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
}

.service-index-left {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding: 0 90px 0 50px;
    opacity: 0;
}

.service-index-left .service-span:nth-child(1) {
    font-size: 28px;
    color: #333333;
    padding-top: 35px;
}

.service-index-left .service-span:nth-child(2) {
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    padding: 45px 0 105px 0;
}

.service-index-left .service-span:nth-child(3) {
    width: 110px;
    height: 40px;
    background: #ef8300;
}

.service-index-left .service-span:nth-child(3) a {
    display: block;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    position: relative;
    text-align: center;
}

.service-index-left .service-span:nth-child(3) a span {
    display: inline-block;

}

.service-index-left .service-span:nth-child(3) a span:nth-child(1) {
    font-size: 16px;
    text-transform: uppercase;
}

.service-index-left .service-span:nth-child(3) a span:nth-child(2) {
    position: relative;
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.service-index-left .service-span:nth-child(3) a span:nth-child(2):after {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    top: -1px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.service-index-left .service-span:nth-child(3) a span:nth-child(2):before {
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    left: -7px;
    top: -1px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    opacity: 0;
}

.service-index-left .service-span:nth-child(3) a:hover span:nth-child(2):after {
    left: 7px;
    opacity: 0;
}

.service-index-left .service-span:nth-child(3) a:hover span:nth-child(2):before {
    left: 0;
    opacity: 1;
}

.service-index-right {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align: right;
    opacity: 0;
}

.service-index-right .service-img {
    padding-bottom: 63%;
}

.service-index-right .service-img img {
    max-height: 380px;
}




.sy_about2 {position: relative;padding-bottom: 15%;overflow: hidden;}

.about-index-img {
  position: absolute;top: 0;left: 0;
  height: 100%;
  width: 100%;
}
.about-index-img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(3, 6, 20, .88);
}

.ScaleInfinite {
    -webkit-animation: ScaleInfinite 16s linear infinite normal both;
    animation: ScaleInfinite 16s linear infinite normal both;
}

@-webkit-keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes ScaleInfinite {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50% {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
    }
    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.cover {
  position: relative;
  height: 0;
  overflow: hidden;
}
.about-index-wrap {
  padding-bottom: 31.25%;
}
.cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.about-index-text {
  width: 100%;
  z-index: 1;
}

.center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-number-info {
  
    position: relative;
}

.product-number-info .product-number-inner {
    width: 1200px;
    margin: 0 auto;
}

.product-number-info ul {
    padding: 20px 0;overflow: hidden;
}

.q {
    zoom: 1; }

.product-number-info li {
    float: left;
    width: 33.3333%;position: relative;
    height: 130px;
    color: #fff;
    padding-top: 1px;box-sizing: border-box;text-align: center;
}
.product-number-info li::after {
  content: "";
  position: absolute;
  right: -8%;
  top: 50%;
  width: 80px;
  height: 1px;
  background: rgba(255,255,255,.4);
  -webkit-transform: rotate(-60deg) translateY(-50%);
  transform: rotate(-60deg) translateY(-50%);
}
.product-number-info li:last-child::after {display: none;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li b {
   
    font-size: 80px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}

.product-number-info li p {
    font-size: 18px;
}

.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 20px;
    right: -15px;
    top: -3px;
}


.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}
.sy_p3 {padding: 7em 0;background: #f5f5f5;}
.sy_p3 ul {display: flex;justify-content:center;align-items: stretch;}
.sy_p3 ul li {width: 32.3333%;float: left;text-align: center;padding: 50px;background: rgba(255,255,255,1);margin: 0 0.5%;border: #f5f5f5 1px solid;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.sy_p3 ul li .tb {margin-bottom: 35px;height: 52px;}
.sy_p3 ul li .tb img {width: 60px;margin: 0 auto;}
.sy_p3 ul li h3 {text-align: center;font-size: 24px;color: #111;font-weight: bold;margin-bottom: 20px;}
.sy_p3 ul li p {font-size: 16px;color: #333;opacity: 0.8; line-height: 1.8;margin: 0 auto;}
.sy_p3 ul li:hover {box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.3);transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.shou-5{background: #000;}
.shou-5 .swi_Showoffice .swiper-slide{ position: relative; width:85%; overflow: hidden;}
.shou-5 .swi_Showoffice .swiper-slide img{-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;-ms-transition: all 0.8s ease;-o-transition: all 0.8s ease;transition: all 0.8s ease;opacity: 0.3;filter:alpha(opacity=30);}
.shou-5 .swi_Showoffice .swiper-slide i{display: none;}
.shou-5 .swi_Showoffice .swiper-slide-active{}
.shou-5 .swi_Showoffice .swiper-slide-active img{opacity:1;filter:alpha(opacity=100);}
.shou-5 .swi_Showoffice .swiper-slide:hover img{transform: scale(1.01);}
.shou-5 .swi_Showoffice .swiper-slide .text{padding:calc(20px + 0.5vw) calc(20px + 1.5vw); width:400px; background: #fff; position: absolute;right: 10%;bottom: 10%; }
.shou-5 .swi_Showoffice .swiper-slide .text strong{font-size: calc(16px + 0.5vw);font-weight: 400; display: block;margin-bottom:6px;}
.shou-5 .swi_Showoffice .swiper-slide .text p{font-size: 14px; margin-bottom: calc(10px + 1vw);-webkit-line-clamp: 5;}
.shou-5 .swi_Showoffice .swiper-slide .text .swi_Showoffice_more em{ font-style: normal;font-size: 16px;}
.shou-5 .swi_Showoffice .swiper-slide .text .swi_Showoffice_more span{ width: calc(40px + 1vw); height: 1px;display:inline-block; transform: translateY(-5px); position: relative; background: rgba(0,0,0,0.2); margin-right: 10px;}
.shou-5 .swi_Showoffice .swiper-slide .text .swi_Showoffice_more span:before{ width:7px; height:7px;display:inline-block; background: #e5e5e5;border-radius: 50%;position: absolute;left: 0; top: 0%;transform: translateY(-3px);content: '';-webkit-transition: all 0.6s ease;-moz-transition: all 0.6s ease;-ms-transition: all 0.6s ease;-o-transition: all 0.6s ease;transition: all 0.6s ease;}
.shou-5 .swi_Showoffice .swiper-slide .text:hover .swi_Showoffice_more span:before{left: calc(100% - 6px);background: #feba41;}
.shou-5 .swi_Showoffice .swiper-slide .text:hover .swi_Showoffice_more a{ color: #feba41;}
.shou-5 .swi_Showoffice .swiper-slide .text:before{content: ''; width: 4px;height: 100%;position: absolute;right: 0;top: 0;background: #feba41;}
.shou-5 .swi_Showoffice .swiper-slide .chakan{width: 70px; height: 70px; cursor: pointer; text-align: center; line-height: 70px; color: #fff; position: absolute;left: 10%;bottom: 10%;border: 1px solid Rgba(255,255,255,0.2); border-radius: 50%;}
.shou-5 .swi_Showoffice .swiper-slide .chakan:hover{background: #fff; border:1px solid #fff; color: #333;}
.shou-5 .swi_Showoffice .swiper-slide .chakan i{display: inline-block; font-size:24px;}
.shou-5 .swi_Showoffice .swiper-slide-active .chakan{opacity: 0;filter:alpha(opacity=0);transform: translateX(-100px); }
.shou-5 .swi_Showoffice .swiper-slide-active .text{transform: translateX(0px);}
.shou-5 .swi_Showoffice .swiper-slide-prev .text{transform: translateX(-200px);}

.sy_cpxj {padding:80px 0;}
.sy_cpxj ul {display: flex;justify-content: space-between;align-items: stretch;margin-bottom: 25px;flex-wrap: wrap;}
.sy_cpxj ul li {width:18.5%;background: #fff;border-radius: 10px;box-shadow: 0 0 15px rgba(0,0,0,0.15); padding:25px 15px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);box-sizing: border-box;}
.sy_cpxj ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_cpxj ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_cpxj ul li:hover {
  transform: scale(1.03);
}
.sy_cpxj ul li:hover::before {
  width: 100%;
  height: 100%;border-radius: 10px;
  border-top-color: #e93429;
  border-right-color: #e93429;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.sy_cpxj ul li:hover::after {
  width: 100%;
  height: 100%;border-radius: 10px;
  border-bottom-color: #e93429;
  border-left-color: #e93429;
  -webkit-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}
.sy_cpxj ul li .tb {width: 80px;margin: 0 auto 25px;height: 80px;background: #e93429;border-radius: 50%;padding: 15px;border: #e93429 1px solid;}
.sy_cpxj ul li .tb img {max-width: 100%}

.sy_cpxj ul li:hover .tb{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;border: #fff 1px solid;}
.sy_cpxj ul li h3 {font-size: 20px;color: #333;margin-bottom: 20px;position: relative;text-align: center;font-weight: bold;padding-bottom:15px;}
.sy_cpxj ul li h3::before{width: 50px;background: #feba41;content: "";position: absolute;left: 50%;margin-left: -25px;height: 4px;bottom: 0;border-radius: 3px;}
.sy_cpxj ul li p {font-size: 16px;line-height: 1.6;text-align: center;color: #555;}


/* 新闻中心 */
.index-fiv {
    padding: 5em 0;
}
.index-fiv .g-tit1 .hr {
  margin: 10px auto 25px;
}

.infiv-con {
    margin-top: 45px;
}

.infiv-ul {
    margin: 0 -17.5px;
}

    .infiv-ul li {
        float: left;
        width: 33.333%;
        padding: 0 17.5px;box-sizing: border-box;margin-bottom: 30px;
    }

        .infiv-ul li a {
            display: block;
        }

.infiv-img {
    overflow: hidden;
}

    .infiv-img img {
        width: 100%;
        transition: ease 1s;
    }

.infiv-txt {
    padding: 26px 25px;
    background: rgba(255, 255, 255, .05);
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);box-sizing: border-box;
}

    .infiv-txt h3 {
        font-size: 20px;font-weight: bold;
        line-height: 35px;
        color: #222;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.index-fiv .hx {
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,0.3);
  position: relative;
  margin: 6px 0 0;
}
.index-fiv .hx:before {
  content: '';
  position: absolute;-webkit-transition: .6s;
  transition: .6s;
  left: 100%;
  top: -5px;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #feba41;
  opacity: 0;
  border-radius: 50%;
}
.index-fiv li:hover .hx {
  background-color: #e93429;
}
.index-fiv li:hover .hx:before {
  opacity: 1;
  left: 0;
}

    .infiv-txt span {
        margin-top: 15px;
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #888;
        font-family: "Arial";
    }

    .infiv-txt p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 60px;
    }

.infiv-ul li:hover .infiv-txt h3 {
    color: #feba41;
}

.infiv-ul li:hover .infiv-img img {
    transform: scale(1.05);
}
.index-fiv .more {display: block;
width: 200px;
height: 50px;
font-size: 16px;
background: #e93429;
color: #fff;
box-sizing: border-box;
padding: 0 30px;
line-height: 50px;border-radius: 30px;position: relative;overflow: hidden;margin:30px auto 0;}
.index-fiv .more a {color: #fff;position: relative;z-index: 8}
.index-fiv .more span {position: absolute;left: 0;bottom: 0;width: 0;height: 100%;background: #feba41 ;-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.index-fiv .more:hover span {width: 100%;transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.index-fiv .more::after {
    content: '';
    display: block;
    width: 15px;
    height: 14px;
    background: url(../images/rights.png) no-repeat;left: auto;
    position: absolute;
    right: 30px;
    top: 50%;
	margin-top: -7px;}




/*index-contact*/

.index-contact {

	min-width: 1200px;

	padding: 45px 0;

	background-image: url(../images/contact-bg.jpg);

	background-repeat: no-repeat;

	background-size: cover;

	background-attachment: fixed;

	background-position: center top;

	position: relative;

}

.index-contact .cover {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	right: 0;

	background: rgba(0,0,0,0.5);

	z-index: 1;

}

.index-contact .s {

	position: relative;

	padding: 0 120px;

	z-index: 100;

}

.index-contact h6 {

	font-size: 30px;

	color: #fff;

	line-height: 40px;

}

.index-contact p {

	line-height: 50px;

	font-size: 18px;

	color: #eee;

}

.index-contact .btn {

	position: absolute;

	top: 50%;

	right: 120px;

	display: block;

	width: 200px;

	margin-top: -25px;

	border: 1px #fff solid;

	text-align: center;

	border-radius: 3px;

}

.index-contact .btn a {

	display: block;

	height: 48px;

	line-height: 48px;

	font-size: 18px;

	color: #fff;

}


.fh_top{width:50px; height:50px; border-radius:100%; background-color:#fff; border:2px solid #d7d7d7; display:none; position:fixed; right:30px; bottom:60px; z-index:999;}
.fh_top img{width:100%; height:auto; display:block;}

/* start footer */
.footer_bg{width:100%;padding:35px 0 0px;background: #000;}
.footer {  margin:0 auto; padding:20px 0; }
.footer .zuo3 ul {display: flex;justify-content: space-between;}
.footer .zuo3 ul li { float:left;}
.footer .zuo3 ul li.lx { float:left;width: 450px;}
.footer .zuo3 ul li.lx i {display:inline-block;margin-right: 8px;}
.footer .zuo3 ul li.lx .tb {padding-top: 20px}
.footer .zuo3 ul li.lx .tb a {width: 30px;margin-right: 10px;position: relative;float: left;}
.footer .zuo3 ul li.lx .tb a i{font-size: 20px;}
.footer .zuo3 ul li.lx .tb a .wx {width: 120px;position: absolute;left: 50%;margin-left: -60px;background: #fff;top: -120px;display: none;}
.footer .zuo3 ul li.lx .tb a:hover .wx{display: block;}
.footer .zuo3 ul li.lx .tb a img {width: 100%;}

.footer .zuo3 ul li.ly {float: right;margin-right: 0;width: 400px;}
.footer .zuo3 ul li.ly input.w_z{width:48%; height:40px; font-size:14px; line-height:40px; margin-bottom:10px; border:rgba(255,255,255,0.3) 1px solid; padding:0 5px;box-sizing: border-box;background: #333;color: #fff;}
.footer .zuo3 ul li.ly input.w_z.da{width: 100%;}
.footer .zuo3 ul li.ly input.a_n{width:150px; height:40px; background-color:#feba41; font-size:14px; color:#fff; line-height:40px;}
.footer .zuo3 ul li.ly textarea{width:100%; height:90px; padding:5px; border:rgba(255,255,255,0.3) 1px solid; outline:none; resize:none; font-size:14px; line-height:30px; margin-bottom:30px;box-sizing: border-box;background: #333;color: #fff;}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .zuo3 ul li.ly p {font-size: 16px;line-height: 2;margin-bottom: 10px; color:#fff;opacity: 0.65;}
.footer input{width:100%; height:32px; background-color:rgba(130,130,130,.4); padding:0 5px; display:block; font-size:14px; line-height:32px; color:#333; margin-bottom:8px;box-sizing: border-box;}
.footer button{width:150px; height:48px; background-color:#feba41; font-size:16px; margin-bottom:5px; line-height:48px; color:#fff; text-align:center;text-transform: uppercase;border-radius: 6px;cursor:pointer; }


.footer .zuo3 ul li .tit1 {width: 100%;overflow: hidden;margin-bottom: 20px;}
.footer .zuo3 ul li .tit1 a { font-size:20px; font-weight:bold; color:#FFF; line-height:36px; display:block; text-transform:uppercase;width: 100%;margin: 0;}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px; display:none}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#feba41;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s; display:block}
.footer .zuo3 ul li:hover .line span { width:50px; height:1px;}
.footer .zuo3 ul li a { width:100%; display:block; line-height:2; font-size:16px; color:#fff; margin:6px 0;}
.footer .zuo3 ul li a:hover {color: #feba41;}
.dzwz {line-height:30px; width:450px;}
.dzwz p { line-height:2; color:#fff;font-size:16px;margin: 6px 0;}
.footer .you3 { width:350px; float:right;}
.footer .you3 .weixin { width:100px; padding-top:20px; float: right; line-height:30px; color:#fff; text-align:center}
.footer .you3 .dian { width:230px; float: left;}
.footer .you3 .dian h2 { font-size:20px; line-height:50px; color:#fff; padding-top:20px;}
.footer .you3 .dian p { line-height:30px; font-size:14px; color:#fff; text-align: left}
.footer_btm {padding:20px 0;border-top: rgba(255,255,255,0.15) 1px solid; margin-top:10px;}
.copy { width:1200px; margin:0 auto; text-align:center; line-height:30px;}
.copy p {font-size:16px;text-transform: uppercase;color: #fff;}
.copy p a { color: #fff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}

.nban {height:560px;width: 100%;position: relative;}
.nban .w_z {height: 100%;width: 100%;position: absolute;left: 0;top: 0;display: flex;justify-content: center;align-items: center;flex-direction: column; color: #fff;font-size: 60px;font-weight: bold;background: rgba(0,0,0,0.3)}
.nban .w_z .line {width: 60px;height: 4px;border-radius: 2px;background: #feba41;margin: 15px auto 35px;}
.nban .w_z h3{font-size: 24px;line-height: 1.5;max-width: 1200px;color: #fff;margin-bottom: 80px;}
.nban .w_z h3 a {color: #fff;}
.nban .ntit {width: 100%;position: absolute;left: 0;bottom: 0;line-height: 60px;border-top: rgba(255,255,255,0.3) 1px solid;}
.nban .ntit ul {float: left;}
.nban .ntit ul li{float: left;padding: 0 28px;}
.nban .ntit ul li a{color: #fff;font-size: 16px;}
.nban .ntit ul li:hover {background: #e93429;}
.nban .ntit ul li.on {background:#e93429;}
.nban .ntit .con{display: flex;justify-content: space-between;}
.nban .ntit .wzxx{float: right;font-size: 16px;color: #fff;}
.nban .ntit .wzxx a{color: #fff;}
.nban .ntit .a_z {
  display: none;
}





.ndbt {font-size: 50px;color: #333;font-weight: bold;padding: 65px 0;}
.nleft {width: 22%;float: left;}
.nleft ul li {font-size: 17px;border-bottom: 1px solid #e0e3ea;}
.nleft ul li .y_j{position: relative;padding: 25px 0;}
.nleft ul li .y_j i{position: absolute;width: 50%;background: url(../images/jiahao1.png) right center / 20px no-repeat;height: 100%;top: 0;right: 0;}
.nleft ul li .y_j i.on{background: url(../images/jianhao_o.png) right center / 20px no-repeat;}
.nleft ul li .y_j a{color: #222;font-weight: bold;}
.nleft ul li .e_j {position: relative;display: none;padding-top: 10px;padding-bottom: 10px;}
.nleft ul li .e_j a{font-size: 14px;line-height: 2;display: block;padding:5px 8px;}

.nright {width: 74%;float: right;}
.nright .bt {font-size: 20px;color: #333;font-weight: bold;margin-bottom: 15px;}
.nright .cp {padding-bottom: 60px;}
.nright .cp ul li {width: 30.3333%;float: left;margin: 1.5%;}
.nright .cp ul li .tp{overflow: hidden;position: relative;height: 240px;}
.nright .cp ul li h3{font-size: 16px;font-weight: bold;color: #333;margin: 10px 0;text-align: center;}
.nright .cp ul li img {width: 100%;display: block;height: 100%;object-fit: cover; -webkit-transition:all 1.5s; -moz-transition:all 1.5s; -o-transition:all 1.5s; transition:all 1.5s;}
.nright .cp ul li:hover img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 1.5s; -moz-transition:all 1.5s; -o-transition:all 1.5s; transition:all 1.5s; }
.nright .cp ul li .mb {position: absolute;width: 100%;height: 100%;display: flex;flex-direction: column; justify-content: center;align-items: center;z-index: 3;background: rgba(0,0,0,0.3); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;opacity: 0;}
.nright .cp ul li:hover .mb{background: rgba(0,0,0,0.65); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;opacity: 1;}
.nright .cp ul li:hover h3{color: #0069fe;}
.nright .cp ul li .mb .more {width: 120px;height: 38px;margin-top: 30px;text-align: center;font-size: 14px;position: relative;border: #fff 1px solid;line-height: 38px;}
.nright .cp ul li .mb .more::before{width: 30px;height: 1px;content: "";background: #fff;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.nright .cp ul li .mb .more:hover::before{width: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.nright .cp ul li .mb .more a {color: #fff;position: relative;z-index: 3;}
.nright .cp ul li .mb .more:hover a{color: #0069fe;}
.nright .cp ul li .mb .more span {width: 0;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background: #fff;}
.nright .cp ul li .mb .more:hover span{width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}

.ny_cplb { width:100%;}
.ny_cplb ul li { width:31.3333%; float:left;margin: 1%;background:#fff;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;border: #eee 1px solid;box-sizing: border-box;}
.ny_cplb ul li .tips {
  background-color: #feba41;
  position: absolute;
  right: 0;
  top: 0;
  min-width: 80px;
  padding: 0 15px;
  line-height: 28px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 0 0 0 10px;z-index: 9;
}
.ny_cplb ul li:hover {-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1),0 15px 20px 0 rgba(0,0,0,.1);box-shadow: 0 10px 15px 0 rgba(0,0,0,.1),0 15px 20px 0 rgba(0,0,0,.1);transform: translateY(-10px);-wbkit-transform: translateY(-10px);-o-transform: translateY(-10px);-moz-transform: translateY(-10px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cplb ul li .t_p{overflow: hidden;position: relative;padding-top: 100%;}
.ny_cplb ul li img { width:100%;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_cplb ul li:hover img {-webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_cplb ul li .w_z {padding: 15px;}
.ny_cplb ul li h3 { font-size:20px; margin-bottom:10px; color:#111;}
.ny_cplb ul li:hover h3 {color:#feba41;}
.ny_cplb ul li h4 { font-size:15px; color:#333;}

.nycon { padding: 60px 0;position: relative;}
.nycon .left { width:320px; border: #eee 1px solid;box-sizing: border-box;float: left;position: sticky;top: 110px;}
.nycon .left .bt { line-height:42px; font-size:20px; color:#333; text-transform:capitalize }
.nycon .left .bt2 { background:#e93429; color:#fff; line-height:62px; font-size:18px; font-weight: bold;text-transform:capitalize ; padding-left:20px;}
.subNavBox{position: relative;z-index: 5;border-bottom: #eee 1px solid;}

.search2{width:33.3333%; padding:0px 15px;box-sizing: border-box;position: absolute;right: 0;top: 49px;border: #eee 1px solid;}

.search2 input.w_z{width:90%; height:60px; border-radius:0; font-size:18px; line-height:60px; color:#555; float:left; -webkit-appearance:none;}
.search2 button.s_c{width:10%; height:60px;font-size:18px; line-height:60px; text-align:center; float:left; -webkit-appearance:none;font-weight: bold;}
.search2 i {font-size: 18px;}
.subNavBox .kd {width: 33.3333%;border-right: #eee 1px solid;line-height: 60px;float: left;position: relative;}
.subNav{cursor:pointer;font-size:18px;color:#222;background:url(../images/jiantou1.png) no-repeat;background-position:95% 50%;background-size: 10px;width: 100%;line-height: 60px;float: left;position: relative;padding-left: 25px;box-sizing: border-box;border-bottom: #eee 1px solid;}
.subNav a {color: #222}
.currentDd{color:#fff}
.currentDt{background-image:url(../images/jiantou.png);background-size:20px;background-color: #feba41;}
.currentDt a{color: #fff}
.navContent{padding:20px 20px 35px;box-sizing: border-box;position: relative;display: none;}
.navContent li {line-height:45px;color:#666;box-sizing: border-box;font-size: 16px;overflow: hidden;}
.navContent li a {display: block;}
.navContent li .lm {width: 150px;float: left;color: #111;}
.navContent li .lb {width: calc(100% - 150px);float: right;}
.navContent li .lb a {padding: 0 20px;display: inline-block;margin: 0 8px;background: #f1f1f1;border-radius: 4px;font-size: 16px;color: #222;}
.navContent li .lb a:hover {background: #feba41;color: #fff;}
.navContent li .lb a.on {background: #feba41;color: #fff;}
.navContent li a:hover{color:#feba41;}
.cp_tb {margin-top: 30px;display: flex;justify-content: center;align-items: center;padding: 80px 0;}
.cp_tb .t_b{width: 90px;}
.cp_tb .t_b img{width: 100%;}
.cp_tb .w_z{width: calc(100% - 380px);line-height: 1.8;font-size: 18px;color: #fff;margin-left: 90px;}
.nycon .right { width: calc(100% - 360px);float: right;}
.nycon .right h1 {font-size: 24px;color: #333;margin-bottom: 20px;}



/*产品详情*/
.cpxq {padding: 0px 0 60px;margin: 0 auto;}
.cpxq .t_p {width:52%;float: left;}
.cpxqlb{width:100%; position:relative;border: #eee 1px solid;}
.cpxqlb .swiper-slide {width: 100%;text-align: center;box-sizing: border-box;}
.cpxqlb .swiper-slide img{max-height: 500px;margin: 0 auto; display:block;}
.cpxqlb .swiper-pagination{bottom:10px !important;width: 100%;height: 10px;text-align: center;}
.cpxqlb .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;border: #0666b2 1px solid;background: none}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#0666b2;}
.cpxqlb .swiper-button-prev{background: url(../images/prev_off.png) no-repeat; width:30px; height:50px; margin-top:0; left:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxqlb .swiper-button-next{background: url(../images/next_off.png) no-repeat; width:30px; height:50px; margin-top:0; right:0px;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.cpxq .right {width:43%;float: right;}
.cpxq .right h3 {font-size: 25px;color: #333;margin-bottom: 20px;font-weight: bold;margin-top: 10px;}
.cpxq .right p {font-size: 16px;line-height: 1.8;color: #555;margin-bottom: 20px;}
.cpxq .right h4 {font-size: 20px;font-weight: bold;color: #e93429;}
.cpxq .right .zxzx {width: 240px;height: 50px;border-radius: 6px;background: #e93429;text-align: center;line-height: 50px;margin-top: 30px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.cpxq .right .zxzx a {color: #fff;font-size: 18px;}
.cpxq .right .zxzx:hover{background: #af1314;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.cpxq .cptd {padding-top: 50px;}
.cpxq .cptd .bt {font-size: 20px;color: #fff;margin-bottom: 40px;border-bottom: #eee 2px solid;line-height: 2.2;}
.cpxq .cptd .bt i{font-size: 24px;margin-right: 10px;vertical-align: middle;font-weight: normal;}
.cpxq .cptd h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 15px;}
.cpxq .cptd .bt span {display: inline-block;padding: 0 30px;background: #e93429;border-radius: 10px 10px 0 0}
.cpxq .cptd p {font-size: 16px;line-height:2;color: #555;margin-bottom: 15px;}

.ny_tjcp{padding: 0px 0 60px;position: relative;}
.swiper-yyly{width:100%; margin:0 auto; padding-bottom:50px !important;}
.swiper-yyly .swiper-slide{position:relative;}
.swiper-yyly .swiper-slide img{width:100%; height:auto; display:block;border: #eee 1px solid;}
.swiper-yyly .swiper-slide .w_z{width:100%; padding:10px 5%;color:#222;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-ms-transition:all .5s;
-o-transition:all .5s;}
.swiper-yyly .swiper-slide .w_z h3{font-size:16px; color:#222;position: relative;text-align: center;}
.swiper-yyly .swiper-slide:hover .w_z h3{color: #e93429;}
.sy_cp .swiper-pagination-bullet {
  background: #ccc;border: #333 1px solid;
}
.sy_cp .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#e93429;border: #e93429 1px solid;}
.sy_cp {padding-bottom: 60px;}
.htit{font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
  border-bottom: #eee 2px solid;
  line-height: 2.2;}
.htit span {
  display: inline-block;
  padding: 0 30px;
  background: #e93429;
	border-radius: 10px 10px 0 0;color: #fff;}
.htit i{font-size: 24px;margin-right: 10px;vertical-align: middle;font-weight: normal;}



.xqcs {padding: 60px 0 60px;overflow: hidden;}
.xqcs .b_t{font-size: 30px;color: #333;margin-bottom: 20px;}
.xqcs .table {width: 100%;}
.xqcs .table ul li {padding: 10px 0;font-size: 16px;color: #333;line-height: 26px;overflow: hidden;}
.xqcs .table ul li.bt {border-bottom: #eee 2px solid;}
.xqcs .table ul li span {width: 20%;display: block;float: left;padding: 0 8px;}
.xqcs .table ul li img {max-width: 100%;}



/*新闻*/
.newslist{ padding: 40px 0 60px; margin: 0px auto 0;}
.newslist li{ width: 100%; padding: 30px 0; border-bottom: 1px solid #eaeaea;}
.newslist li a{ display: block; position: relative; padding-left: 410px;
	height: 210px; overflow: hidden; padding-right: 170px;}

.newslist li .pic{ position: absolute; left: 30px; top:0; z-index: 1;
	width: 340px; height: 100%; overflow: hidden;}
.newslist li .pic img{ width: 100%; height: 100%;}

.newslist li h3{ font-size: 20px; color: #222;font-weight: bold;line-height: 40px; height: 40px; overflow: hidden; padding: 0px 0 10px 0;}
.newslist li .txt{ color: #333; line-height: 28px; overflow: hidden; height: 84px; margin-top: 12px; text-align: justify;font-size: 16px;}
.newslist li .info{ font-size: 14px; color: #999; line-height: 20px; margin-top: 30px;}
.newslist li .info span{ display: inline-block; padding-left: 22px; margin-right: 20px;}
span.clock{ background: url('../images/clock.png') left no-repeat;}
span.click{ background: url('../images/click.png') left no-repeat;}

.newslist li label{ display: block; width: 38px; height: 38px; position: relative;
	 background: #fff url('../images/jia1.png') center no-repeat; border: 1px solid #a3722e;
	position: absolute; right:30px; top:76px; z-index: 1; cursor: pointer;}

.newslist li:hover h3{ color: #e50111;}
.newslist li:hover{ box-shadow: 0 4px 20px 1px rgba(112,112,112,0.2);}
.newslist li:hover label{ background-color: #e50111; border-color: #e50111;
	 background-image: url('../images/jia1h.png');}
.newslist h3,.newslist li,.newslist label{ 
	-webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s;}
@media screen and (max-width:1200px){
	.newslist li a{ padding-right: 100px;}
}
@media screen and (max-width:1040px){
	.newslist li a{ padding-right: 30px;}
	.newslist li label{ display: none;}
	.newslist li .txt{ height: 96px;}
	.newslist li .info{ margin-top: 20px;}
}
@media screen and (max-width:900px){
	.newslist li .txt{ height: 120px;margin-top: 0;}
	.newslist li .info{ display: none;}
}
@media screen and (max-width:750px){
	.newslist li a{ padding-left: 312px; padding-right: 20px; height: 168px;}
	.newslist li .pic{ left:20px; width: 272px;}
	.newslist li h3{ font-size: 30px; line-height: 48px; height: 48px; padding-top: 0;}
	.newslist li .txt{ line-height: 36px; height: 108px;}
}


.ny_lx {padding: 80px 0;overflow: hidden;min-height: 600px;}
.ny_lx .xxpl {width: 100%;}
.ny_lx .xxpl ul{display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.ny_lx .xxpl ul li{font-size: 16px;line-height: 1.8;color: #333;margin-bottom: 15px;overflow: hidden;border-bottom: #ccc 1px solid;padding-bottom: 20px;width: 48%;padding-top: 20px}	
.ny_lx .xxpl ul li .t_b {width: 60px;height:60px;text-align: center;line-height: 60px;background: #feeeed;border-radius: 30px;color: #e93429;float: left;margin-top: 5px;}
.ny_lx .xxpl ul li .w_z {width: calc(100% - 80px);float: right;}
.ny_lx .xxpl ul li .w_z h3{font-size: 20px;color: #333;font-weight: bold;}
.ny_lx .xxpl ul li .w_z p{font-size:18px;color: #000;line-height: 1.8;}
.ny_lx .xxpl ul li .w_z p span{display: block}
.ny_lx .xxpl ul li i {font-size:30px;}
.ny_lx .xxpl ul li.dz{width: 100%;}
.ny_lx .zxly {width:100%;}
.ny_lx .zxly h3 { font-size:20px; color:#654b2f; margin:10px 0 5px;position: relative;padding-top: 10px;text-transform: uppercase;}
.ny_lx .zxly h4 {font-size: 28px;color: #333;margin-bottom: 50px;}
.ny_lx .zxly input.w_z{width:49%; height:60px; font-size:16px; line-height:60px; margin-right:2%; margin-bottom:20px; border:1px solid #e7e7e7; padding:0 5px 0 20px;box-sizing: border-box;background: #fff;float: left;}
.ny_lx .zxly input.w_z.no{margin-right: 0;}
.ny_lx .zxly input.w_z.da{width: 100%;}
.ny_lx .zxly .a_n{width:200px; height:50px; background-color:#e93429; font-size:20px; color:#fff; line-height:50px;margin: 50px auto;text-align: center;}
.ny_lx .zxly textarea{width:100%; height:180px; padding:5px; border:1px solid #e7e7e7; outline:none; resize:none; font-size:16px; line-height:60px; margin-bottom:30px;box-sizing: border-box;}

.ny_lx .d_t {margin-top: 50px;}



.ny_jj {margin: 60px auto;}
.ny_jj .w_z {width: 50%;}
.ny_jj .w_z h3 {position: relative;font-size: 32px;color: #333;margin-bottom: 40px;font-weight: bold}
.ny_jj .w_z h3::after{content: "";width: 60px;bottom: -15px;height: 4px;background: #feba41;position: absolute;left: 0;}
.ny_jj .w_z .text{font-size: 16px;line-height: 2;color: #444;}
.ny_jj .tp {width: 45%;position: relative;}
.ny_jj .tp .box {position: absolute;left: -25px;width: 100%;height: 100%;border: #ccc 10px solid;bottom: -25px;box-sizing: border-box;z-index: 1;}
.ny_jj .tp img {width: 100%;display: block;position: relative;z-index: 3;}

.jj_sb {padding: 30px 0 60px;}
.jj_sb ul{display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.jj_sb ul li {width: 23.5%;}
.jj_sb ul li .t_p{overflow: hidden;padding-top: 60%;position: relative}
.jj_sb ul li .t_p img{position: absolute;left: 0;top: 0;object-fit: cover;width: 100%;height: 100%;display: block;}
.jj_sb ul li h3 {font-size: 16px;color: #000;margin: 15px 0 25px;position: relative;text-align: center;}
.jj_sb ul li h3::after {width: 60px;height: 2px;background: #e93429;position: absolute;left: 50%;margin-left: -30px;bottom: -10px;content: ""}


.ny_ryzz {padding: 80px 0;background: #f5f5f5;}
.sy_ryzz .container {width: 1200px;}

.honors-sw-hook .swiper-wrapper li.swiper-slide-active { -webkit-transform: scale(1); transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); z-index: 10; }
.honors-sw-hook .swiper-wrapper li img {
  display: block;
  max-width: 100%;
  border: 1px solid #cccccc;
  padding: 8px;
  height: auto;
  margin: 0 auto;
  width: auto;
  box-sizing: border-box;
}

.honors-wraper { position: relative; padding: 0; }

.honors-sw-hook { position: relative; overflow: hidden; padding: 20px 0 20px; }

.honors-sw-hook .swiper-wrapper li { -webkit-transition: all .7s ease; -o-transition: all .7s ease; -moz-transition: all .7s ease; transition: all .7s ease; width: 20%; -webkit-transition: transform 1.0s; -moz-transition: transform 1.0s; -ms-transition: transform 1.0s; -o-transition: transform 1.0s; text-align: center;box-sizing: border-box;}

.honors-sw-hook .swiper-wrapper li.swiper-slide-active { color: #dd0303;font-weight: bold;}

.honors-sw-hook .swiper-wrapper li p { padding-top: 10px;font-size: 16px; }

.honors-sw-hook .swiper-wrapper li img { display: block; width: 100%; border: 1px solid #cccccc;padding:8px; }

.ny_ryzz .swiper-btn { display: block; width: 42px; height: 42px; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); background: url(../images/arror.png); z-index: 99; }

.ny_ryzz .honor-prev { left: 0; background-position: 0 0; }

.ny_ryzz .honor-next { right: 0; background-position: right 0; }

@media (min-width: 1024px) {
.honors-wraper { margin-top: 25px; }
  .honors-sw-hook { padding: 40px 0; }
  .honors-sw-hook .swiper-wrapper li { -webkit-transform: scale(0.8); -ms-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -moz-transform: scale(0.8); margin-right: 25px; }
  .honors-sw-hook .swiper-wrapper li.swiper-slide-active { -webkit-transform: scale(1.2); transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); z-index: 10; }
  .honors-sw-hook .swiper-wrapper li p { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); -moz-transform: scale(1.2); padding-top: 18px; }
  .honors-sw-hook .swiper-wrapper li.swiper-slide-active p { -webkit-transform: scale(0.9); -ms-transform: scale(0.9); -o-transform: scale(0.9); transform: scale(0.9); -moz-transform: scale(0.9); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left, .honors-sw-hook .swiper-wrapper li.my-slide-right { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); z-index: 9; -moz-transform: scale(1); -o-transform: scale(1); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left p, .honors-sw-hook .swiper-wrapper li.my-slide-right p { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); z-index: 9; -moz-transform: scale(1.1); -o-transform: scale(1.1); }
  .honors-sw-hook .swiper-wrapper li.my-slide-left { right: 2%; }
  .honors-sw-hook .swiper-wrapper li.my-slide-right { left: 2%; }
  .ny_ryzz .swiper-btn { display: block; }
  .ny_ryzz .honor-prev { left: -30px; }
  .ny_ryzz .honor-next { right: -30px; }
.ny_ryzz .swiper-btn:hover { background-image: url(../images/arrorho.png); }
}






.ny_cpp2 {background: #f2f2fe;padding: 60px 0;overflow: hidden;}
.ny_cpp2 ul{margin-top: 50px;;display: flex;justify-content: space-between;align-items: stretch;}
.ny_cpp2 ul li {width: 16%;float: left;background: #fff;border-radius: 10px;overflow: hidden;box-shadow: 0 0 15px rgba(0,0,0,0.15);text-align: center;padding: 15px;box-sizing: border-box;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cpp2 ul li:hover {transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_cpp2 ul li img {max-width: 100%;margin: 0 auto;display: block;}
.ny_cpp2 ul li h3 {font-size: 20px;margin: 10px 0;text-align: center;color: #222;font-weight: bold;}









  


@media only screen and (max-width:1441px) {
	
	.sy_p1 ul li .box .w_z h2 {
  font-size:36px;
  margin: 0 auto 6px;
}
	.shou-2 {
  padding: 8vh 0;margin: 0 auto;
}
	.shou-2-l {
  width: 40%;padding-top: 0
}
	.shou-2-r {
  width:55%;
}
	
	.dzwz {
  width:350px;
}
	.sy_cpfw .swiper-button-prev{left:0px;width: 30px;
  height: 30px;
  line-height: 30px;}
	.sy_cpfw .swiper-button-prev i {
  font-size: 20px;
}
	.sy_cpfw .swiper-button-next{ right:0px;width: 30px;height: 30px;line-height: 30px;}
	.sy_cpfw .swiper-button-next i {font-size: 20px;}

	
	
}

@media only screen and (max-width:1024px) {
	.header .right .yy .x_l {
  top:60px;
}
	body{cursor: default; }
	#custom-cursor{display: none;}
.container { width: 94%; margin: 0 auto;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
	.gallery-top .swiper-slide{width:100%; height:22rem;}
	.gallery-top .swiper-slide .w_z h3 {font-size: 30px;line-height: 40px;}
.gallery-top .swiper-slide .w_z h1 {font-size: 20px;}
.ban .swiper-slide .bg1 {
  height: 22rem;
}
	.ban .swiper-slide {
  height: 22rem;
}
.ban .swiper-slide .word h3 {
  font-size: 32px;
  line-height: 30px;
}
	.ban .swiper-slide .word h4 {
  font-size: 38px;
  line-height: 1.4;
  margin: 5px 0 15px 0;
}
	.ban .swiper-slide .word a.xq i {
  font-size: 20px;
}
	.sy_p1 ul li {
  width: 100%;
}

	.ban .swiper-slide .word {
  left: 5%;
  margin-left: 0px;
  width: 90%;
  height: 180px;
  top: 50%;
  margin-top: -90px;
}

.ban .swiper-slide .word a.xq {
  display: block;
  height: 40px;
  padding: 0 0px;
  line-height: 40px;
  bottom: 0px;
  margin-right: -80px;
}
	.tit h1 {
  font-size: 30px;
}
	
	 .shou-2 {
    padding:4vh 0;
  }
	 .shou-2-l {
    width: 90%;margin: 0 auto;float: none;
  }
	  .shou-2-l p {
    font-size:32px;
    line-height: 40px;
  }
	.shou-2-l p span {
  font-size: 20px;
  padding-left: 80px;
}
	  .shou-2-l-z {
    padding-top: 2vh;
    font-size: 16px;
  }
	.shou-2-r {
    width: 100%;margin-top: 30px;
  }
	.sy_cpxj {
  padding: 40px 0;
}
	.sy_pro ul {flex-wrap: wrap;
}
	.sy_pro ul li {
  width: 50%;
}
	.sy_cpxj ul li {
  width:49%;margin-bottom: 15px;
}
	.sy_cpxj ul li:last-child{width: 100%;}
	.sy_cpxj ul {
  margin-bottom: 0;
}
	
	.sy_cpfw .swiper-button-prev{left: 0}
.sy_cpfw .swiper-button-next{right: 0;}
	 .hide {
    display: block !important;
    visibility: visible;
  }
	 .show {
    display: none !important;
    visibility: hidden;
  }
	.tit h3 {
  font-size: 16px;
}
	.tit h3 .icon {
  height: 30px;
  width: 30px;
  font-size: 21px;
}
	.infiv-ul {
  margin: 0 0;
}
	.index-fiv {
  padding: 40px 0;
}
	.index-fiv .more {
  width: 160px;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  margin: 20px auto 0;
}
	.infiv-ul li {
  width:100%;
  padding: 0 15px;
  margin-bottom: 20px;box-sizing: border-box;
}
	
	.sy_about2 {
  padding-bottom: 41%;
}
	.product-number-info li p {
  font-size: 14px;
}
	.product-number-info li::after {
  width: 50px;
}
	.product-number-info li {
  height: 90px;
}
	.sy_about {padding: 30px 0;
}
	.sy_about .container {flex-wrap: wrap;
}
	.sy_about .tp {
  width: 100%;
  margin-right: 0;
}
	.footer .zuo3 ul {flex-wrap: wrap
}
	.footer_bg {
  padding: 15px 0 0px;
}
	.footer .zuo3 ul li .tit1 {
  margin-bottom: 10px;
}
	.footer .zuo3 ul li {width: 50%;
}
	.footer .zuo3 ul li.lx {
  width: 50%;
}
	.footer .zuo3 ul li.ly {
  width: 50%;
}
	.copy {
  width: 90%;line-height: 1.4;
}
	.header .right .lx {display: none
}
	.header .right .yy {
  line-height: 60px;
  padding: 0 5px;color: #333;
}
	 .header .right {margin-left: 0;margin-right: 50px;
  }
	.header .right .ss {
    padding: 0 5px;
  }
	.ndbt {
  font-size: 25px;
  padding: 30px 0;
}
	.nycon .left {
  width: 100%;position: relative;top: 0
}
	.nycon .left .bt2 .w_z {
    display: block;
    position: absolute;
    right: 15px;
    top: 0;
    padding: 0;
    width: 20px;
    height: 40px;
    background: url(../images/nyej.png) center / 100% no-repeat;
  }
	.nycon {
  padding:20px 0 40px;
}
	.subNavBox {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    background: #fff;
  }
	.nycon .left .bt2 {
  line-height:40px;
  font-size: 16px;
  padding-left: 15px;
}
	.nycon .right {
  width: 100%;margin-top: 20px;
}
	.nleft {
  width: 100%;
}
	.nleft ul li .y_j {
  padding: 12px 0;
}
	.nright {
  width: 100%;margin-top: 25px;
}
	.nright .cp ul li {
  width: 46%;
  margin:2%;
}
	.nright .cp ul li .tp {
  height: 20rem;
}
	.nright .cp {
  padding-bottom: 20px;
}
	.cpxqban .left {
  width: 100%;
  margin-top: 20px;
}
	.cpxqban .left h2 {
  font-size: 26px;
  line-height: 40px;
}
	.cpxqban {
  height: 15rem;
}
	.cpxqban .right {
  width: 100%;
  margin: 25px 0 0;
  height: 300px;
}
	.sy_p1 {
  padding: 30px 15px;
}
	.ny_cpp2 {
  padding: 30px 0;
}
	.ny_cpp2 ul {
  margin-top: 30px;flex-wrap: wrap;
}
	.ny_cpp2 ul li {
  width: 100%;margin-bottom: 20px;
}
	.cpnr .tp {
  width: 100%;
  position: relative;
}
	.cpnr .tp img {
  height: auto;width: 100%;
}
	.cpnr .w_z {
  width: 100%;margin-top: 20px;
  height: auto;
}
.cpxq .t_p {
  width: 100%;
}
	.sy_cp .swiper-pagination-bullet {width: 15px;
}
	.cpxqlb .swiper-slide img {
  max-height: 500px;height: auto;width: 100%
}
	.ny_jj {
  margin: 30px auto;
}
	.ny_jj .w_z {
  width: 100%;
}
	.ny_jj .tp {
  width: 100%;margin-top: 20px;
}
	.ny_jj .w_z h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
	.sy_hzhb {
  padding: 30px 0;
}
	.tit {
  margin-bottom: 30px;
}
	
.sy_hzhb ul li {
  width: 31.3333%;
  margin: 1% 1%;
}
	.sy_p3 {
  padding: 3em 0;
}
	
	.sy_p3 ul li {
  width: 100%;
  padding: 20px 20px;
  margin: 0 0 2%;
}
	.sy_pro ul li .tp {
  width: 100%;
}
	.sy_pro ul li .wenz {
  width: 100%;
  padding: 30px 6%;position: static;
  height: auto;
}
	.nban {
  height: 15rem;
}
	.nban .w_z {
  font-size: 40px;
}
	.nban .w_z .line {
  margin: 0px auto 15px;
}
	.nban .w_z h3 {
  font-size: 18px;
  margin-bottom: 30px;
}
	.subNav {
  font-size:16px;
  line-height: 50px;
  padding-left: 10px;
}
	.ny_cplb ul li {
  width: 48%;
  margin: 1% 1% 2%;
}
	.ny_cplb ul li h3 {
  font-size: 18px;
}
	.nycon {
  padding: 30px 0;
}
	.nban .ntit {
  line-height: 40px;
}
	.jj_sb {
  padding: 10px 0 40px;
}
	.jj_sb ul li {
  width: 48%;
}
	.ny_ryzz {
  padding: 40px 0;
}
	.honors-sw-hook {
  padding: 0px 0 20px;
}
	.ny_ryzz .swiper-btn { width: 32px; height: 32px; }
	.ny_ryzz .honor-next {
  background: url(../images/next_off.png) center no-repeat
}
	.ny_ryzz .honor-prev {background: url(../images/prev_off.png) center no-repeat
}
	.honors-sw-hook .swiper-wrapper li p {
  font-size: 14px;
}
	.newslist {
  padding: 10px 0 30px;
  margin: 20px auto 0;
}
	.newslist li {
  padding:10px 0;
}
	.newslist li .pic {
  left: 0px;
  width: 280px;
}
	.newslist li a {
  padding-left: 310px;
  height: 160px;
  padding-right: 0px;
}

	.ny_jr {
  padding: 30px 0;
}
	.ny_jr ul li {
  width: 100%;
  margin: 2% 0;
}
	.lxly {
  padding: 30px 0;
}
	.ny_lx .xxpl ul li {
  padding-bottom: 20px;
  width: 100%;
  padding-top: 20px;
}
	.ny_lx {
  padding:40px 0;
}
	.feature-title{}
	
	
	
	
	
  }

@media only screen and (max-width:600px){
	
	 .gallery-top .swiper-slide .w_z h3 {
    font-size: 2.2rem;
    line-height: 40px;
  }
	 .gallery-top .swiper-slide .w_z h1 {
    font-size:16px;margin-bottom: 0;
  }
	.gallery-top .swiper-slide .w_z .more {
  width: 160px;
  height:45px;
  line-height:45px;
  margin-top: 0px;
}
	.shou-2-l p span {
    padding-left:40px;
  }
	.sy_p3 ul {flex-wrap: wrap;
}
	.sy_cpfw .swiper-pagination-bullet {width: 10px;
}
	.swiper-cp {
  padding-bottom: 30px;
}
.fh_top {
  width: 40px;
  height: 40px;
  right: 20px;bottom: 80px;
}
.tit {margin-bottom:30px;}
.tit h1 {font-size:2.5rem;line-height: 1.2}
 .nban .ntit .a_z {
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    padding: 0;
    width: 24px;
    height: 40px;
    background: url(../images/nyej.png) center / 100% no-repeat;
  }
	.nban .ntit ul {position: absolute;top: 40px;left: 0;background: #fff;width: 100%;display: none;z-index: 99;}
	.nban .ntit {
  line-height: 40px;height: 40px;
}
	.nban .ntit ul li {width: 100%;float: none;
  padding: 0 28px;
}
	.nban .ntit ul li a {
  color: #222;
}	
	.nban .ntit ul li.on a {
  color: #fff;
}	
	.shou-5 .swi_Showoffice .swiper-slide{ width: 100%;}

	.shou-5 .swi_Showoffice .swiper-slide .text p{ display: none;}
     .shou-5 .swi_Showoffice .swiper-slide .text{ width: auto;}
	  .sy_about {
    padding-bottom: 2rem;padding-top: 40px
  }
	
	 .sy_cpxj ul li {
    width: 100%;
  }
	.sy_cpxj ul li h3 {
  font-size: 18px;
}
	.infiv-con {
  margin-top: 0;
}
	.infiv-txt {
  padding: 16px 20px;
}
	.infiv-txt span {
  margin-top: 10px;
  font-size: 14px;
  line-height:24px;
}
	 .tit h3 {margin-top: 10px;margin-bottom: 0px;
  }
	.sy_pro ul li {
    width: 100%;padding: 0;margin-bottom: 15px;
  }
	.sy_pro ul li .box .feature-shape {
  width: 80px;
  height:80px;
  line-height: 80px;
  margin-bottom:20px;
}
	.sy_pro ul li .box .feature-shape img {
  width: 40px;
  margin: 20px auto;
}
	.sy_pro ul li .box .feature-title h3 {
  font-size: 18px;color: #222;
  margin-bottom:40px;height: 20px;
  line-height: 20px;
}
	.sy_pro ul li .box a {
  display: block;
}
	.shou-2-l-z {
    padding-top: 0;
  }
	.sy_about .container {flex-wrap: wrap;
}
	.sy_about .tp {
  width: 100%;
  margin-right:0;
}
	.sy_pro ul li .wenz h2 {
  font-size: 24px;
}
	.sy_about .wenz {
  width: 100%;margin-top: 20px;
}
	.sy_about2 {
  padding-bottom:50rem;
}
	.sy_pro {
  padding: 30px 0;
}
	.footer .zuo3 ul li {
    width: 100%;
  }
	.footer .zuo3 ul li.lx {
  width: 100%;
}
	.footer .zuo3 ul li.ly {
  width: 100%;
}
	.dzwz p {
  font-size: 14px;
}
	.dzwz p a {display: inline-block !important;width: auto !important}
	.dzwz {
  line-height: 1.8;
  width: 100%;
}
	.copy p {
  font-size: 14px;
}
	.nban {
  height: 18rem;
}
	  .nban .w_z h3 {
    font-size: 14px;padding: 0 5px;margin-bottom: 0
  }
	  .ndbt {
    font-size: 2rem;
    padding: 1.5rem 0;
  }
	.nleft ul li {
  font-size: 15px;
}
  .ny_cplb ul li {
    width: 100%;
    margin: 1% 0 2%;
  }
	
.nban .w_z {
    font-size: 30px;
  }
.subNavBox {
  height: auto;
}
	 .subNav {width: 100%;background-size:8px;
  }
	.currentDt {
  background-size: 16px;
}
	
	
	.sy_p3 ul li h3 {
  font-size:20px;
}
	.sy_p3 ul li .tb {
  margin-bottom: 15px;
}
	.sy_p3 ul li p {
  max-width: 100%;
}
	 .cpxqban .left h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
	.cpxqban .left p {
  font-size: 1.2rem;
  line-height: 20px;
}
	
	.ny_jj .w_z h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
	.con {
  width: 90%;
}
	.ctas li .icob {
  width: 50px;
  height: 50px;
  line-height:50px !important;
  font-size:20px !important;
}
	.ctas li .ch0 {
  margin-top: 8px;font-size: 16px;
}
	.ctas li .w_z {
  width: calc(100% - 70px);
}
	.ny_zlxz ul li .tb {display: none
}
	.ny_zlxz ul li .wenz {
  padding-left: 0px;
  width: 100%;
}

	.aboutc2 .aboutclist .icon i {
  font-size: 40px;
}
	.htit span {
  padding: 0 15px;
}
	.htit {
  font-size: 16px;
}
	.cpxq .cptd .bt span {
  padding: 0 15px;
}
	.cpxq .cptd .bt {
  font-size: 18px;
  margin-bottom: 20px;
}
	.swiper-yyly {
  padding-bottom:30px !important;
}
	.ny_lx .xxpl ul li .t_b {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
	.ny_lx .xxpl ul li .w_z {
  width: calc(100% - 60px);
}
	.ny_lx .xxpl ul li .w_z p {
  font-size: 16px;
}
	.ny_lx .zxly input.w_z {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-right:0;
  margin-bottom: 15px;
  padding: 0 5px 0 15px;
}
	.ny_lx .zxly textarea {
  height: 120px;
  line-height:40px;
}
	.ny_lx .zxly .a_n {
  margin: 0px auto;
}
	 .newslist li a {
    padding-left: 0px;
    height: auto;
    padding-right: 0px;
  }
	 .newslist li .pic {position: static;
    width: 100%;margin-bottom: 20px;
  }
	 .newslist li h3 {
    font-size:20px;
    line-height: 1.6;
    height: auto;padding: 0;
  }
	 .newslist li .txt {
    line-height: 30px;
    height: 90px;
  }
	
	
	
	
	
	
	
}

/*my*/
.neirong{
	font-size: 16px;
    line-height: 2;
    color: #444;
	}

/*分页*/
.xiaocms-page { width:100%;  padding-top:50px; text-align:center;}
.xiaocms-page a {display:inline-block;margin:0 2px;min-width: 30px;padding: 0 10px;border-radius: 50%;background-color:#fff;border:1px solid #eee;font-size:16px;line-height: 30px;text-align:center;color:#999;}
.xiaocms-page a:hover { background-color:#006ab7; border:1px solid #006ab7; color:#fff; }
.xiaocms-page span {display:inline-block;margin:0 2px;min-width: 30px;padding: 0 10px;border-radius: 50%;background-color:#fff;border:1px solid #eee;font-size:16px;line-height: 30px;text-align:center;color:#999;background-color: #006ab7;border: 1px solid #006ab7;color:#fff;}


@media only screen and (max-width:1440px){
.xiaocms-page{padding-top:40px; margin-top:20px;}
.xiaocms-page a,.xiaocms-page span{min-width:36px; padding:0 10px; font-size:14px; line-height:34px;}
}
@media only screen and (max-width:1024px){
.xiaocms-page{margin-top:20px;}
}
@media only screen and (max-width:992px){
.xiaocms-page{margin-top:10px;}
.xiaocms-page a,.xiaocms-page span{margin:0 2px;}

.xiaocms-page a:first-child(2){display:none;}
.xiaocms-page a:last-child(2){display:none;}
.xiaocms-page a,.xiaocms-page span{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
.xiaocms-page a,.xiaocms-page span{margin:0 1px; padding:0 6px;}
}
