﻿@charset "utf-8";

html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#333; font-family: 'Quicksand', Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default;}
*{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:'Quicksand', 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: 'Quicksand', 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;
}
.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:800;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;border-bottom: 1px solid rgba(0,0,0,0.1);background:rgba(255,255,255,0.9);}
.header.on{ }
.header .container{position:relative;}
.header .logo{ float:left; margin:10px 0;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header .logo img{width:auto; height:60px; display:block;}

.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:30px;}
.header .right .ss {line-height:80px;display: inline-block;padding: 0 10px;position: relative;color: #333;}
.header .right .lx {background: #ff6b00;display: inline-block;padding: 12px 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:80px;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:80px;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:80px; color:#333;padding: 0 10px;position: relative;display: inline-block;}
.header .right .yy i {font-size: 20px;}
.header .right .yy .x_l {width:100px;top: 80px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none;z-index: 99;}
.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: #ff6b00;color: #fff;}

.search{width:100%; padding:30px 5%; background-color:#f7f7f7; position:fixed; top:0; left:0; z-index:9; 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 20px; line-height:80px; 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:#222; 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:#ff6b00; 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%;}
.header .nav ul li:hover a {opacity: 1;color: #ff6b00;}
.header .nav ul li.on a {opacity: 1;color: #ff6b00}
.header.on .nav ul li span{background: #ff6b00;}

.nav .y_j{position:relative;}
.nav .e_j{width:250px; background-color:rgba(255,255,255,.95); position:absolute; top:80px; 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: #ff6b00;}

@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;}
}
@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 {
  display: none;
}
	.header .logo .img2 {
  display: block;
}
	.header .right .ss {
  line-height: 60px;color: #333;padding: 0 10px;
}
	.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;}
}



.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet {width:15px; height:15px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#000}

.ban{width:100%; position:relative;}
.ban .swiper-slide{width:100%; height:calc(100vh - 80px);}
.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:auto;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);
	min-height: 100%;
}
.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%;margin-left: -620px;width: 1240px;
	height: 246px;
	top: 50%;
	margin-top: -103px;
	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: 58px;color: #ff6b00; line-height: 60px;margin: 15px 0 15px 0;font-weight: 500;
	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 20px rgba(0,0,0,0.25);
}

.ban .swiper-slide .word h3 {
	font-size: 28px;
	color: #ff6b00;
	letter-spacing: 2px;
	
	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 10px rgba(0,0,0,0.25);
}


.ban .swiper-slide .word a.xq {
	display: block;
	width: 200px;
	height: 50px;
	font-size: 18px;
	color: #fff;text-transform: capitalize;
	box-sizing: border-box;
	line-height: 50px;
	position: absolute;
	bottom: 20px;right: 50%;margin-right: -100px;
	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;text-align: left;
}
.ban .swiper-slide .word a.xq i{font-size: 24px;margin-right: 6px;color: #ff6b00;vertical-align: middle;}
.ban .swiper-slide .word.l1 a.xq {
	bottom: 0;left: 0%;margin-left:0px;
}



.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; color:#000;font-weight: 600;position: relative;padding-bottom: 10px;}
.tit h1::before{width: 60px;height: 4px;content: "";background: #ff6b00;position: absolute;left: 50%;margin-left: -30px;bottom: 0;}
.tit h3 {font-size: 20px;line-height: 1.6;color: #333; margin-bottom:50px;max-width: 1000px;margin: 20px auto 50px;}

.shou-2{ padding: 10vh 0; background: url("../images/s2d.jpg") center top no-repeat; background-size: cover; padding-left: 10%; padding-right: 3%;}
.shou-2-l{ float: left; width: 640px; padding-top: 6vh;}
.shou-2-r{ float: right; width: calc(100% - 700px);}
.shou-2-l p{text-transform: uppercase; font-size:50px; color: #000; 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: #ff6b00; width: 7vw; top: 50%; transform: translateY(-50%); left: 0;}
.shou-2-l-z{ color: #444; padding-top:5vh; font-size: 16px;line-height: 1.8;}
.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-r-r{ float: right; width: 54%;display: flex; justify-content: space-between;}
.shou-2-r-r-l{ width: 40%;}
.shou-2-r-r-r{ width: 58%;}
.shou-2-r-r-l img,.shou-2-r-r-r img{ width: 100%;}
.shou-2-r-r-l img:nth-child(2){ margin-top: 3.5%;}
.shou-2-r-r-r img:nth-child(1){ width: 80%; margin-top: 41%;}
.shou-2-r-r-r img:nth-child(2){ margin-top: 3%;}

.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: #ff6b00;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;background: #f6f6f6;}
.sy_cpfw::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: #1D1B1B;
}
.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: #db5b11;}

.sy_cpfw .swiper-pagination-bullet {
  background: #fff;opacity: 1;
}
.sy_cpfw .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#db5b11}
.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:#db5b11;}
.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:#db5b11;}




.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_pro { padding:0em 0; overflow:hidden;background: rgba(255,255,255,0.08);}
.sy_pro ul li { width:100%; overflow:hidden;position: relative;background: rgba(53,50,131)}
.sy_pro ul li .tp { width:50%;}
.sy_pro ul li .tp img { width:100%; display:block}
.sy_pro ul li .wenz { width:50%; padding:0 10%;-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;position: absolute;right: 0;top: 0;height: 100%;display: flex;align-items: center;flex-direction: column;justify-content: center;}
.sy_pro ul li:nth-child(2n) .wenz{right: auto;left: 0;}
.sy_pro ul li .wenz .ico { width:80px; margin:0px auto 25px;text-align: center;color: #fff;}
.sy_pro ul li .wenz .ico i { font-size: 70px;color: #f9c334;}
.sy_pro ul li .wenz h2 { font-size:26px; color:#fff; margin-bottom:20px; text-align:center}
.sy_pro ul li .wenz p { line-height:1.8; font-size:18px; color:#fff;}
.sy_pro ul li .wenz .more {margin-top: 30px;width: 180px;line-height: 40px;border: #f9c334 1px solid; position:relative;text-align:center;}
.sy_pro ul li .wenz .more a { font-size:18px; text-transform:capitalize; color:#f9c334;position: relative;z-index: 2;}
.sy_pro ul li .wenz .more span{width:0; height:100%; background-color:#f9c334; position:absolute; left:0%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;}
.sy_pro ul li .wenz .more:hover span{ width:100%}
.sy_pro ul li .wenz .more:hover a{color: #111;}

.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;}
.sy_p3 ul {}
.sy_p3 ul li {width: 32.3333%;float: left;text-align: center;padding: 50px;background: rgba(255,255,255,0.08);margin: 0 0.5%;border: #f5f5f5 1px solid;}
.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: #ff6b00;}
.shou-5 .swi_Showoffice .swiper-slide .text:hover .swi_Showoffice_more a{ color: #ff6b00;}
.shou-5 .swi_Showoffice .swiper-slide .text:before{content: ''; width: 4px;height: 100%;position: absolute;right: 0;top: 0;background: #ff6b00;}
.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);}

/* 新闻中心 */
.index-fiv {
    padding: 90px 0;background: #f5f5f5;
}
.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;border-radius: 16px 16px 0 0;
}

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

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

    .infiv-txt h3 {
        font-size: 20px;font-weight: bold;
        line-height: 35px;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.index-fiv .hx {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  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: #ff6b00;
  opacity: 0;
  border-radius: 50%;
}
.index-fiv li:hover .hx {
  background-color: #f55304;
}
.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: #333;
        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: #ff6b00;
}

.infiv-ul li:hover .infiv-img img {
    transform: scale(1.05);
}
.index-fiv .more {display: block;
width: 200px;
height: 50px;
font-size: 16px;
background: #ff6b00;
color: #fff;
box-sizing: border-box;
padding: 0 30px;
line-height: 50px;border-radius: 30px;position: relative;overflow: hidden;margin:50px 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: #e46204 ;-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: #1D1B1B;}
.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: 280px;}
.footer .zuo3 ul li.lx i {display:inline-block;margin-right: 8px;}
.footer .zuo3 ul li.ly {float: right;margin-right: 0;width: auto;}
.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:#ff6b00; 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.ly .tb {padding-top: 20px}
.footer .zuo3 ul li.ly .tb a {width: 30px;margin-right: 10px;position: relative;float: left;}
.footer .zuo3 ul li.ly .tb a i{font-size: 20px;}
.footer .zuo3 ul li.ly .tb a .wx {width: 120px;position: absolute;left: 50%;margin-left: -60px;background: #fff;top: -120px;display: none;}
.footer .zuo3 ul li.ly .tb a:hover .wx{display: block;}
.footer .zuo3 ul li.ly .tb a img {width: 100%;}

.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:#ff6b00;-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: #ff6b00;}
.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;background: #1D1B1B;}
.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: calc(100vh - 80px);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: #ff6b00;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: #ff6b00;margin: 15px auto 35px;}
.nban .w_z h3{font-size: 24px;line-height: 1.5;max-width: 1200px;color: #fff;margin-bottom: 80px;}
.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%;padding-top: 30px;}
.ny_cplb ul li { width:23%; 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: #ff6b00;
  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; line-height:25px;}
.ny_cplb ul li:hover h3 {color:#ff6b00;}
.ny_cplb ul li h4 { font-size:15px; color:#333;}

.nycon { padding: 60px 0;}
.nycon .left { width:100%; border: #eee 1px solid;box-sizing: border-box;}
.nycon .left .bt { line-height:42px; font-size:20px; color:#333; text-transform:capitalize }
.nycon .left .bt2 { background:#009999; color:#fff; line-height:42px; font-size:18px; text-transform:capitalize ; padding-left:10px;}
.subNavBox{position: relative;z-index: 5;border-bottom: #eee 1px solid;height: 62px;}

.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:20px;color:#222;background:url(../images/jiantou1.png) no-repeat;background-position:95% 50%;background-size: 10px;width: 33.3333%;border-right: #eee 1px solid;line-height: 60px;float: left;position: relative;padding-left: 25px;box-sizing: border-box;}
.subNav a {color: #222}
.currentDd{color:#fff}
.currentDt{background-image:url(../images/jiantou.png);background-size:20px;background-color: #ff6b00;}
.currentDt a{color: #fff}
.navContent{background: #fff;width: 100%;padding:50px 20px 35px;box-sizing: border-box;position: relative;}
.navContent li {line-height:45px;color:#666;box-sizing: border-box;font-size: 16px;margin-bottom: 15px;overflow: hidden;}
.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: #ff6b00;color: #fff;}
.navContent li .lb a.on {background: #ff6b00;color: #fff;}
.navContent li a:hover{color:#ff6b00;}
.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:100%;}
.nycon .right h1 {font-size: 24px;color: #333;margin-bottom: 20px;}



.n_cpxq {padding: 0px 0 60px;overflow: hidden;}

.n_cpxq .left {width: 100%;position: relative;}
.n_cpxq .left img {width: 100%;display: block;}
.n_cpxq .mc {position: absolute;width: 100%;left: 0;top:40%;z-index: 10; transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.n_cpxq .mc .nr {max-width: 400px;float: left;}
.n_cpxq .mc .nr h1{font-size: 56px;color: #ff6b00;margin-bottom: 20px;}
.n_cpxq .mc .nr p{font-size: 18px;color: #353335;margin-bottom: 10px;}
.cpxqlb{width:100%; position:relative;}
.cpxqlb .swiper-slide img{width:100%; height:auto; display:block;}
.cpxqlb .swiper-pagination{bottom:80px !important;width: 100%;height: 10px;text-align: right;padding-right: 15%;box-sizing: border-box;}
.cpxqlb .swiper-pagination-bullet {width:20px; height:20px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;box-shadow: 0 0 10px rgba(0,0,0,0.3);background: #000;}
.cpxqlb .swiper-pagination-bullet:nth-child(2){background: #fff;}
.cpxqlb .swiper-pagination-bullet:nth-child(3){background: #593d2e;}
.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 24px;height: 24px;}
.cpxqlb .swiper-button-prev{background: url(../images/banner-l.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/banner-r.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;}
.n_cpxq .right {width: 45%;float: right;}
.n_cpxq .right p {font-size: 16px;line-height: 2;}
.n_cpxq .right h3 {font-size: 24px;font-weight: bold;margin-bottom: 20px;color: #000;}

.cpxqlb2{width:100%; position:relative;}
.cpxqlb2 .swiper-slide img{width:100%; height:auto; display:block;}
.cpxqlb2 .swiper-pagination{bottom:80px !important;width: 100%;height: 10px;text-align: right;padding-right: 15%;box-sizing: border-box;}
.cpxqlb2 .swiper-pagination-bullet {width:20px; height:20px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;box-shadow: 0 0 10px rgba(0,0,0,0.3);background: #000;}
.cpxqlb2 .swiper-pagination-bullet:nth-child(2){background: #fff;}
.cpxqlb2 .swiper-pagination-bullet:nth-child(3){background: #BCA27F;}
.cpxqlb2 .swiper-pagination-bullet.swiper-pagination-bullet-active { width: 24px;height: 24px;}
.cpxqlb2 .swiper-button-prev{background: url(../images/banner-l.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;}
.cpxqlb2 .swiper-button-next{background: url(../images/banner-r.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;}

.tjxq {margin: 0px auto 30px;position: relative;}
.tjxq .b_t{font-size: 30px;color: #333;margin-bottom: 20px;}
.tjxq .swiper-slide {
	    	   width: 100%;
	         max-width: 100%;
	    }
.tjxq .swiper-slide img {max-width: 100%;display: block;}
.tjxq .tjqh {
	
	    }
.tjxq .tj-thumbs {
	    	  width: 570px;
	        height: 114px;
	        box-sizing: border-box;
	        padding: 10px 0;position: absolute;left:50%;bottom: 0;margin-left: -285px;
	    }
.tjxq .tj-thumbs .swiper-slide {
	        width: 33.3333%;
	        height: 100%;overflow: hidden;
	        opacity: 1;
	    }
.tjxq .tj-thumbs .swiper-slide img {width: 100%;display: block;border: rgba(0,0,0,0) 2px solid;box-sizing: border-box;height: 100%;object-fit: cover;}
.tjxq .tj-thumbs .swiper-slide-active {
	        opacity: 1;
	    }
.tjxq .tj-thumbs .swiper-slide-active img{
	        border: #ff6b00 2px solid;
	    }

.tjxq .swiper-button-prev{background:rgba(0,0,0,0.6); width:40px; height:50px; margin-top:-50px;top: 45%; left:1%;text-align: center;color: #fff;line-height: 50px;}
.tjxq .swiper-button-prev i{font-size: 30px;}
.tjxq .swiper-button-next{background:rgba(0,0,0,0.6); width:40px; height:50px; margin-top:-50px;top: 45%; right:1%;text-align: center;color: #fff;line-height: 50px;}
.tjxq .swiper-button-next i{font-size: 30px;}

.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%;}
















.cpxqban { height:550px; width:100%;overflow: hidden}
.cpxqban .left { width:500px; float:left; margin-top:150px;}
.cpxqban .left h2 { font-size:40px; color:#fff;line-height: 60px;
font-weight: 600;
margin-bottom: 8px;}
.cpxqban .left p{font-size: 18px;
line-height: 36px;
 color:#fff;}
.cpxqban .left .more { width:160px; line-height:40px; border:#fff 1px solid; color:#fff;border-radius: 5px;
font-size: 16px;
text-align: center;
transition: all 0.1s linear 0s; margin-top:20px; float:left;}
.cpxqban .left .more:before { background:#fff}
.cpxqban .left .more:hover { background:#fff; color:#2b3c91}
.cpxqban .right { width:650px; float:right; text-align:center; margin:85px 0 0;overflow: hidden;height: 400px;}
.cpxqban .right img {max-height: 100%;width: auto;height: 100%}
.xq_cptd { width:1200px; margin:60px auto;}
.xq_cptd h2 {font-size: 32px;
font-weight: 600;
color: rgba(51, 51, 51, 1);
line-height: 60px;
text-align: center; margin-bottom:50px;}
.xq_cptd ul {display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.xq_cptd ul li { width:30.3333%; float:left; margin:0 1.5% 10px; padding:40px 20px 35px; box-sizing:border-box;}
.xq_cptd ul li:hover {box-shadow: 0px 5px 20px 0px rgba(169, 180, 190, 0.2);}
.xq_cptd ul li .five-value-img { width: 70px; height: 70px;margin: 0px auto 20px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;  }
		.xq_cptd ul li .five-value-img img { width:100%}
.xq_cptd ul li:hover .five-value-img {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);}
.xq_cptd ul li h3 {font-size: 20px;color: #333;font-weight: bold;margin-bottom: 20px; text-align: center;position: relative;padding-bottom: 10px;}
.xq_cptd ul li h3::after{position: absolute;content: "";height: 2px;width: 50px;left: 50%;margin-left: -25px;background: #0069fe;bottom: -6px;}
.xq_cptd ul li p { font-size:14px; color:#333; line-height:1.8; text-align:center}

.cpnr {padding: 50px 0;overflow: hidden;border-bottom: #f5f5f5 1px solid;}
.cpnr .tp{width: 45%;position: absolute;left: 0;top: 0;}
.cpnr .tp.l2{right: 0;left: auto;text-align: center;}
.cpnr .tp img {height: 400px;object-fit: cover;margin: 0 auto;}
.cpnr .con {position: relative;}
.cpnr .w_z {width: 50%;height: 400px;display: flex;flex-direction: column;justify-content: center;}
.cpnr .w_z h3 {font-size: 32px;
  color: #222;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 8px;}
.cpnr .w_z p {font-size: 16px;
  line-height: 30px;
  color: #333;}

.ny_fa {padding: 50px 0;overflow: hidden;}
.ny_fa .tp{width: 45%;}
.ny_fa .tp img {width: 100%;object-fit: cover;margin: 0 auto;}
.ny_fa .con {position: relative;}
.ny_fa .w_z {width: 50%;}
.ny_fa .w_z h3 {font-size: 50px;
  color: #222;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 25px;}
.ny_fa .w_z p {font-size: 16px;
  line-height: 30px;
  color: #333;}
.ny_fa1 {padding: 50px 0;overflow: hidden;}
.gray {background: #f5f5f5;}
.ny_fa1 .w_z {width: 100%;max-width: 700px;margin: 0 auto;text-align: center;}
.ny_fa1 .w_z h3 {font-size: 50px;
  color: #222;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 8px;}
.ny_fa1 .w_z p {font-size: 16px;
  line-height: 32px;
  color: #333;}
.ny_fa1 .tp {width: 100%;text-align: center;margin-top: 30px;}
.ny_fa1 .tp img {height: 400px;margin: 0 auto;}
.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;}
.swiper-yyly .swiper-slide .w_z{width:100%; padding:10px 5%; background-color:rgba(0,0,0,.6); position:absolute; bottom:0px; left:0; color:#fff;
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:14px; color:#fff;position: relative;text-align: center;}
.swiper-yyly .swiper-slide:hover .w_z{background-color:rgba(53,50,131,.9); bottom:10px;}
.ny_al .swiper-pagination-bullet {
  background: #ccc;border: #ccc 1px solid;
}
.ny_al .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#1f69a3;border: #1f69a3 1px solid;}
.ny_al {padding-bottom: 60px;padding-top: 60px;}
.htit{font-size: 26px;color: #333;margin-bottom: 20px;}


.ny_jj {margin: 60px auto;}
.ny_jj .w_z {width: 55%;}
.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: #ff6b00;position: absolute;left: 0;}
.ny_jj .w_z p{font-size: 16px;line-height: 2;color: #444;}
.ny_jj .tp {width: 40%;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;}

.aboutc2{padding:60px 0 70px;overflow: hidden;}

.aboutc2 .aboutclist{width:46%;height:380px;margin: 0 2%;border-radius: 2rem;position: relative;overflow: hidden;}
.aboutc2 .aboutclist.l1{background: url(../images/bg_culture1.jpg) left center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}
.aboutc2 .aboutclist.l1:hover{background: url(../images/bg_culture1.jpg) right center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}
.aboutc2 .aboutclist.l2{background: url(../images/bg_culture2.jpg) left center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}
.aboutc2 .aboutclist:hover.l2{background: url(../images/bg_culture2.jpg) right center / cover no-repeat;transition: all 3s;-wbkit-transition: all 3s;-o-transition: all 3s;-moz-transition: all 3s;}

.aboutc2 .aboutclist .mb {padding:40px 30px;box-sizing:border-box;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.5);}

.aboutc2 .aboutclist .icon{width:90px;height:90px;margin:0 auto;line-height: 90px;text-align: center;border: #fff 1px solid;border-radius: 50%;}
.aboutc2 .aboutclist .icon i {font-size: 50px;color: #fff;}
.aboutc2 .aboutclist:hover .icon{-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; }
.aboutc2 .aboutclist .cntitle{color:#fff;font-size:24px;text-align:center;margin-top:25px}

.aboutc2 .aboutclist .entitle{color:#fff;font-size:16px;text-align:center;margin-top:5px;font-family:din;font-weight:bold}

.aboutc2 .aboutclist .line{width:26px;height:3px;background-color:#ff6b00;margin:17px auto 0}

.aboutc2 .aboutclist .text{color:#fff;font-size:16px;text-align:center;margin-top:40px;line-height: 1.8;letter-spacing: 1px;}


.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;}

/*下载*/
.ny_zlxz { margin:0 auto;padding: 30px 0}
.ny_zlxz ul li { width:32%;margin-right: 2%; float:left; margin-bottom:25px; background:#f6f6f6; padding:25px 20px;-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;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.ny_zlxz ul li:nth-child(3n) {margin-right: 0;}

.ny_zlxz ul li .tb { width:130px; height:130px; float:left;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%; overflow:hidden}
.ny_zlxz ul li .tb img { width:100%; height:100%; display:block}
.ny_zlxz ul li .wenz {float:right; padding-left:30px;width: calc(100% - 160px);box-sizing: border-box;}
.ny_zlxz ul li .wenz p { font-size:16px; color:#333; margin-bottom:20px;line-height: 1.8;}
.ny_zlxz ul li .wenz .xzan { width:120px; line-height:35px; background:#ff6b00; font-size:18px; color:#fff;border-radius: 6px; -moz-border-radius: 6px;-webkit-border-radius: 6px; text-align:center }


.cpxq {padding: 0px 0 50px;margin: 0 auto;}

.ny_lx {padding: 60px 0;overflow: hidden;}
.ny_lx .xxpl {width: 50%;}
.ny_lx .xxpl h3 { font-size:20px; color:#654b2f; margin:10px 0 5px;position: relative;padding-top: 10px;text-transform: uppercase;}
.ny_lx .xxpl h4 {font-size: 28px;color: #333;margin-bottom: 50px;}
.ny_lx .xxpl p{font-size: 18px;line-height: 1.8;color: #333;margin-bottom: 10px;}	
.ny_lx .xxpl p i {margin-right: 8px;font-size: 20px;}
.ny_lx .zxly {width:45%;}
.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:48%; height:40px; font-size:14px; line-height:40px; margin-right:2%; margin-bottom:10px; border:1px solid #e7e7e7; padding:0 5px;box-sizing: border-box;background: #fff;}
.ny_lx .zxly input.w_z.no{margin-right: 0;}
.ny_lx .zxly input.a_n{width:120px; height:40px; background-color:#283550; font-size:14px; color:#fff; line-height:40px;margin-right: 40px;}
.ny_lx .zxly textarea{width:100%; height:66px; padding:5px; border:1px solid #e7e7e7; outline:none; resize:none; font-size:14px; line-height:28px; margin-bottom:30px;box-sizing: border-box;}







/*联系*/
.lxwm { padding-top:50px;margin:0 auto;position: relative;}

.ctas li{width:33.3333%;float:left; margin-bottom:35px;}

.ctas li .icob{width:70px;height:70px;border: #ff6b00 1px solid;border-radius:100%;margin:0 auto;overflow:hidden;line-height:70px !important;text-align: center;font-size: 35px !important;color: #ff6b00;float: left;}
.lxewm { text-align:center; line-height:25px; font-size:14px; margin:30px auto;}
.ctas li .ico{display:block;background-position:center center;width:100%;height:100%;background-repeat:no-repeat;transition:300ms;-webkit-transition:300ms;line-height: 65px !important;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;text-align: center;}
.ctas li .ico i {width: 100%;font-size: 30px;}
.ctas li:hover .icob{background: #ff6b00;color: #fff;}
.ctas li .w_z{width: calc(100% - 90px);float: right;}
.ctas li .en{text-transform: capitalize; font-size:15px;color:#666;margin-top:7px;}
.ctas li .ch0{margin-top:12px; font-size:15px;color: #333;}
.ctas li:hover .ico{transform:translateY(-5px);-webkit-transform:translateY(-5px);}
.ctas{ margin-top:2.5%;}
.cta_words{background:#f6f6f6;padding:5% 0 5% 0;margin-top:5%;}
/*留言*/

.lxly {padding: 60px 0;}
.lxly p { font-size:16px; line-height:1.8; margin-bottom:20px;color: #333;}
.lxly .wbk { margin-top:10px; text-align:center}
.lxly .wbk input.w_z{width:30.3333%;height:50px;line-height: 50px;margin: 0 1.5% 25px;padding: 0 15px; float:left; font-size:16px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; color:#555;	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;font-family:'Lato-Light';background: #fff;border: #ccc 1px solid;} 
.lxly .wbk input.w_z.no { margin-right:0}
.lxly .wbk textarea {width:97%;height:150px; padding:0 15px; line-height:50px; color:#555; font-size:16px; outline: none;resize: none;margin: 0 1.5% 50px;	-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;border: #ccc 1px solid; }
.lxly .wbk .a_n { width:300px; height:52px; margin:0 auto; line-height:52px; font-size:20px; color:#fff; text-align:center; background:#ff6b00;border-radius: 30px;}










  


@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;width: 94%;margin: 0 auto;
}
	.shou-2-l {
  width: 40%;padding-top: 0
}
	.shou-2-r {
  width:55%;
}
	.shou-2-l p {
  font-size: 45px;
  line-height: 50px;
}
	.shou-2-l-z {
  padding-top: 3vh;
  font-size:14px;
}
	.dzwz {
  width:350px;
}

	
	
}

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

.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;}
.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;
}
	.product-number-info li b {
  font-size: 30px;
}
	.product-number-info .product-number-inner {
  width: 90%;
  margin: 0 auto;
}
	 .shou-2 {
    padding:4vh 0;
  }
	 .shou-2-l {
    width: 100%;
  }
	  .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%;
  }
	.sy_fl ul li {
  width: 100%;margin-bottom: 25px;
}
	.sy_fl ul {flex-wrap: wrap;
}
	 .hide {
    display: block !important;
    visibility: visible;
  }
	 .show {
    display: none !important;
    visibility: hidden;
  }
	.tit h3 {
  font-size: 16px;margin-bottom: 30px;
}
	.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;
}
	 .header .right {margin-left: 0;margin-right: 50px;
  }
	.header .right .ss {
    padding: 0 5px;
  }
	.ndbt {
  font-size: 25px;
  padding: 30px 0;
}
	.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;
}
	.xq_cptd {
  width: 100%;
  margin:30px auto;
}
	.xq_cptd ul li {
  width: 46%;
  margin: 0 2% 10px;
  padding: 30px 10px 35px;
}
	.ny_fa1 {
  padding: 30px 0;width: 90%;margin: 0 auto;
}
	.ny_fa1 .w_z h3 {
  font-size: 30px;
  line-height: 40px;
}
	.ny_fa1 .tp img {
  height: auto;width: 100%;
}
	.ny_fa .tp {
  width: 100%;
}
	.ny_fa {
  padding:30px 0;
}
	.ny_fa .w_z {
  width: 100%;margin-top: 20px;
}
	.ny_fa .w_z h3 {
  font-size: 30px;
  line-height: 40px;
}
	.ny_al {
  padding-bottom: 30px;
  padding-top: 30px;
}
	.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;
}
	.ny_lx {
  padding: 30px 0;
}
	.ny_lx .xxpl {
  width: 100%;
}
	.ny_lx .zxly {
  width: 100%;margin-top: 25px;
}
.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: 10px auto 20px;
}
	.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;
}
	
	
	
	
	
	
	.aboutc2 {
  padding: 30px 0 40px;
}
	.aboutc2 .aboutclist {
  width: 100%;
  height: 18rem;
  margin: 0 0 2%;
}
	.aboutc2 .aboutclist .text {
  margin-top: 20px;
  letter-spacing: 0;
}
	.ctas li {
  width: 50%;
  margin-bottom: 25px;
}
	.ctas {display: flex;align-items: stretch;flex-wrap: wrap;
}
	.ny_jr {
  padding: 30px 0;
}
	.ny_jr ul li {
  width: 100%;
  margin: 2% 0;
}
	.lxly {
  padding: 30px 0;
}
	.n_cpxq .mc .nr h1 {
  font-size: 30px;
}
	.n_cpxq .mc .nr p {
  font-size:15px;
}
	.cpxqlb .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height:20px;
}
	.cpxqlb .swiper-pagination-bullet {
  width:15px;
  height: 15px;
}
	.cpxqlb .swiper-pagination {
  bottom:20px !important;
}
	.tjxq .tj-thumbs {
  width: 360px;
  height:90px;
  margin-left: -180px;
}
	.xqcs {
  padding: 30px 0 30px;
}
	.xqcs .table ul li {
  font-size: 14px;
  line-height: 22px;
}
	.cpxqlb2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height:20px;
}
	.cpxqlb2 .swiper-pagination-bullet {
  width:15px;
  height: 15px;
}
	.cpxqlb2 .swiper-pagination {
  bottom:20px !important;
}
	.ny_zlxz ul li {
  width: 100%;
  margin-right:0;
  margin-bottom: 25px;
}
	
	
	
	
	
	
	
  }

@media only screen and (max-width:600px){
	
	.ban .swiper-slide .word h4 {display: none;
}
	.ban .swiper-slide .word a.xq {display: none;
  }
	 .ban .swiper-slide .word h3 {
    font-size: 2.6rem;margin: 0
  }
	.ban .swiper-slide .word {
  height: 6rem;
  margin-top: -3rem;
}

.tit {margin-bottom:30px;}
.tit h1 {font-size:2.5rem;}
	
	.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
  }
	  .shou-2 {
    width: 90%;
  }
	.sy_fl ul li .wz h1 {
  font-size: 24px;
}
	.sy_fl ul li .wz a {
  font-size: 16px;margin-top: 10px;
}
	.sy_fl ul li .wz {
  padding: 40px 20px 20px;
}
	.infiv-con {
  margin-top: 0;
}
	.infiv-txt {
  padding: 16px 20px;
}
	 .tit h3 {margin-top: 10px;margin-bottom: 30px;
  }
	.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;
}
	.product-number-info li {width: 100%;
  }
	 .product-number-info li::after {display: none;
  }
	.product-number-info ul {
  padding: 0px 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 {
  line-height: 1.8;
  width: 100%;
}
	.copy p {
  font-size: 14px;
}
	.nban {
  height: 18rem;
}
	  .nban .w_z h3 {
    font-size: 16px;padding: 0 10px;margin-bottom: 0
  }
	  .ndbt {
    font-size: 2rem;
    padding: 1.5rem 0;
  }
	.nleft ul li {
  font-size: 15px;
}
.nright .cp ul li {
    width: 100%;
    margin: 2% 0;
  }
	.aboutc2 .aboutclist .icon {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
	.aboutc2 .aboutclist .icon i {
  font-size: 36px;
}
	.aboutc2 .aboutclist {
    height: 260px;
  }
	.aboutc2 .aboutclist .line {
  margin: 10px auto 0;
}
	.aboutc2 .aboutclist .cntitle {
  font-size: 20px;
  margin-top: 15px;
}
	 .aboutc2 .aboutclist .text {
    margin-top: 15px;font-size: 14px;
  }
	.aboutc2 .aboutclist .mb {
  padding:30px 20px;
}
.nban .w_z {
    font-size: 30px;
  }
.subNavBox {
  height: auto;
}
	 .subNav {width: 100%;background-size:8px;
  }
	.currentDt {
  background-size: 16px;
}
	
	
		.cpnr .tp {
  width: 100%;position: static;text-align: center;
}
	.cpnr .w_z {
  width: 100%;
  height: auto;margin-top: 15px;
}
	.cpnr .w_z h3 {
  font-size:20px;
  line-height: 25px;
}
	.cpnr .w_z p {
  line-height: 1.6;
}
	.cpnr {
  padding: 30px 0;
}
	.xq_cptd h2 {
  font-size: 28px;
  line-height: 50px;
  margin-bottom: 30px;
}
	.xq_cptd ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 10px 15px;
  }
	.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;
}
	 .ctas li {
    width: 100%;
  }
	.lxly {
  padding: 30px 0;
}
	.lxly .wbk input.w_z {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 0% 10px;
  padding: 0 15px;
  font-size: 14px;
}
	.lxly .wbk textarea {
  width: 100%;
  height: 120px;
  line-height: 40px;
  font-size: 14px;
  margin: 0 0 30px;
}
	.lxly .wbk .a_n {
  width: 240px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
}
	.ny_al .swiper-pagination-bullet {
  width: 18px;
}
	.ny_fa .w_z h3 {
    font-size: 26px;
    line-height: 34px;margin-bottom: 15px;
  }
	.xqcs .b_t {
  font-size: 24px;
  margin-bottom: 15px;
}
	.n_cpxq .mc {
  position: static;margin-top: 25px;
  width: 100%;
  transform: translate(0,0%);
  -webkit-transform: translate(0,0%);
  -moz-transform: translate(0,0%);
  -ms-transform: translate(0,0%);
  -o-transform: translate(0,0%);margin-bottom: 20px;
}
	.n_cpxq .mc .nr h1 {
    font-size: 2.3rem;margin-bottom: 15px;
  }
	.cpxqlb .swiper-button-prev {display: none
}
	.n_cpxq {
  padding: 0px 0 40px;
}
	.tjxq .b_t {
  font-size: 24px;
  margin-bottom: 15px;
}
	.tjxq .tj-thumbs {
    width: 90%;position: static;
    height:70px;
    margin-left: 5%;
  }
	.tjxq .swiper-button-next i {
  font-size:18px;
}
	.tjxq .swiper-button-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  top: 50%;
  line-height: 30px;
}
	.tjxq .swiper-button-prev i {
  font-size: 18px;
}
	.tjxq .swiper-button-prev {
 width: 30px;
  height: 30px;
  margin-top: -15px;
  top: 50%;
  line-height: 30px;
}
	.xqcs .table ul {
  width: 1000px;
}
	.xqcs .table {overflow: scroll ; overflow-y: hidden;
}
	.tjxq {
  margin: 0px auto 10px;
}
	.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%;
}
	
	
	
	
	
	
	
	
	
	
}

