﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;}
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: 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: 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:#91989f; 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;}

.con{padding: 0 60px; margin:0 auto;}
.container { width:1520px; margin:0 auto;max-width: 94%;}
.header{width:100%; position:fixed; top:0; left:0; z-index:10;height: 100px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on{ background:rgba(255,255,255,0.95)}
.header .container{position:relative;width: 100%;padding: 0 60px;box-sizing: border-box;display: flex;justify-content: space-between;align-items: center;height: 100px;}
.header .logo{ float:left;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header .logo img{height:50px; display:block;}
.header .logo .img2 { display: none}
.header.on .logo .img1{ display:none}
.header.on .logo .img2 { 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.on .right ul li{color: #000;line-height: 71px;}

.header .right { float:right; margin-left:50px;}
.header .right ul li {line-height: 90px;padding: 0 10px;float: left;font-size: 20px;color: #fff;position: relative;transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .right ul li {color: #000;}
.header .right ul li i {font-size: 20px;}
.header .right ul li a {color: #fff;}
.header.on .right ul li a {color: #000;}
.header .right ul li .w_x {position: absolute;width: 120px;left: 50%;margin-left: -60px;top:90px;display: none;}
.header .right ul li:hover .w_x {display: block;}
.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 .right .wx .e_j {position: absolute;width: 120px;left: 50%;margin-left: -60px;top:80px;background: #fff;display: none}
.header.on .right .wx .e_j{top: 71px;}
.header .right .wx .e_j img {width: 100%;display: block;}
.header .right .wx .e_j p {line-height: 1.8;color: #000;text-align: center;font-size: 14px;}
.header .right .wx:hover .e_j{display: block;}
.header .right .yy {position: relative;}

.header .right .yy i { }
.header .right .yy .x_l {width:100px;top: 80px;position: absolute;left: 50%;margin-left: -50px; background:#fff;line-height: 40px;display: none}
.header.on .right .yy .x_l {top: 70px;}
.header .right .yy .x_l a {color: #000;display: block;font-size: 14px;text-align: center;}



.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{margin:0 2px; line-height:45px; float:left; position:relative; padding:0 22px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}

.header.on .nav ul li{line-height:45px;}
.header .nav ul li a{display:block; font-size:16px; color:#fff; text-transform:capitalize;letter-spacing: 2px;}
.header.on .nav ul li a{color:#222;}
.header .nav ul li span{width:0; height:2px; background-color:#d69e53; 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:150px; background-color:rgba(255,255,255,.85); position:absolute; top:45px; left:50%; margin-left:-75px; 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:#000; line-height:40px; border-bottom:1px solid rgba(0,0,0,0.15); text-align:center }
.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{background-color:#d69e53; color:#fff;}

@media (min-width:1024px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height: 68px; display: none}
}

@media only screen and (max-width:1024px){
.head_h { height: 60px; display:block}
.header{border:0; height:60px;background: rgba(25,15,7,0.95); width:100%}
.header .container{ padding:0; height: 60px; width:94%;display: block;}
.header .logo{width:auto; margin:10px auto;}
.header.on .logo{width:auto; margin:10px auto;}
	.header .logo img {
  height: 40px;
}
	.header .right {
  margin-left: 0px;margin-right: 50px;
}
	.header .right ul li {
  line-height: 60px;
  padding: 0 6px;
}
	.search {
  padding: 10px 5%;
}
	.header .right .yy .x_l {
  top:60px;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#fff}
	 .header.on .an span {
    background-color: #333;
  }
	.header.on .right ul li {
  line-height: 60px;
}
.header .nav ul { width: 100%;}
.header.on .nav {width:60%}
.header .nav{width:60%; padding:15px 5%; background: rgba(25,15,7,0.95); height:100%; position:fixed; top:60px; right:-70%; 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;box-sizing: border-box;}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #fff;}
.header .nav i{display:block;font-size: 16px;color: #fff;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid rgba(255,255,255,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(255,255,255,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:#aaa;text-align: left;font-size: 14px;}
.header .nav ul li .e_j a:hover { color:#fff}
.header .nav .e_j a{border-top:0; font-size:12px; 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:#fff;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}

.banh {
  position: relative;
  height: 100vh;
  width: 100%;
}
.ban {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.banner {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.banner-slide {
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  transform: scale(1.15, 1.15);
  transition: 1s linear 2s;height:100vh;
}
.banner-slide figure img {
  display: block;
  position: relative;min-height: 100%;width: 100%;object-fit: cover;
}
.banner-slide.swiper-slide-active figure {
  transition: 6s linear;
  transform: scale(1);min-height:100%;
}
.banner-slide.swiper-slide-active .bhide {
  visibility: visible;
  animation: letterL 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;opacity: 1;
}
@keyframes letterL {
  0% {
    opacity: 0;
    color: #ffffff 0px 0px 40px;
  }
  60% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    color: #3380c3 0px 0px 0px;
  }
  100% {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    color: #ffffff 0px 0px 0px;
  }
}
.bhide {
  visibility: hidden;
  transform: translateY(-100px);opacity: 0;
}
.btext {
  position: absolute;
  left: 12.5%;
  right: 12.5%;
  top: 50%;
  margin-top: -153px;
  z-index: 5;
}
.btext p {
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 3px;
}
.btitle {
  display: inline-block;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 30px;
}
.btitle i {
  display: block;
  position: absolute;
  left: 0;
  right: 16px;
  bottom: 0;
  height: 1px;
}
.btitle i:before {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: "";
  width: 33px;
  height: 2px;
  background: #fff;
}
.btitle h3 {color: #FFF;font-weight: 300;
font-size: 30px;margin-bottom: 9px;}
.btitle strong {
  display: block;
  color: #fff;
  font-size: 50px;text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.btitle small {color: #FFF;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
font-size: 18.756px;letter-spacing: 1px;font-weight: 300;
text-transform: capitalize;margin-bottom: 12px;
}
.btext .jd {width: 200px;height: 50px;line-height: 50px;text-align: center;background:#d69e53;font-size: 18px;position: relative;visibility: hidden;transform: translateY(200px);}
.btext .jd em {font-style: normal;font-size: 20px;margin-left: 10px;}
.banner-slide.swiper-slide-active .btext .jd {
  visibility: visible;animation: letterL 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.btext .jd a {position: relative;color: #fff;z-index: 3;}
.btext .jd span {position: absolute;width: 0;height: 100%;left: 0;top: 0;background:#b5833f;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;z-index: 1;}
.btext .jd:hover span {width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.banner-prev {
  position: absolute;
  left: 12.5%;
  bottom: 22%;
  z-index: 10;height: 55px;
  overflow: hidden;background: none
}
.banner-prev i {font-size: 20px;}
.banner-prev span {
  display: block;
  float: left;
  position: relative;
  z-index: 3;font-weight: bold;
  margin-right: 34px;
  width: 48px;
  height: 48px;font-size: 20px;color: #fff;
  text-align: center;
  line-height: 21px;
  cursor: pointer;
  transition: 0.4s;
  overflow: hidden;background: none;opacity: 0.5;
}
.banner-prev span:hover {
  color: #fff;opacity: 1;
}

.banner .swiper-pagination-bullet {
  width: 33.3333%;
  height:50px;
  display: inline-block;position: relative;
  border-radius: 100%;border-radius: 0;opacity: 0.5;background: none;
  border-bottom:rgba(255,255,255,1) 1px solid;margin: 0 !important;color: #fff;line-height: 50px;font-size: 17px;
}
.banner .swiper-pagination-bullet::before{content: ""; position: absolute;left: 0;bottom:-1px;width: 0;height: 2px;background: #fff; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::before{width:100%;-webkit-transition:all 5s; -moz-transition:all 5s; -o-transition:all 5s; transition:all 5s; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;background: none;border-bottom:rgba(255,255,255,0.5) 1px solid;}
/*
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
*/
.banner .swiper-pagination {bottom: 63px !important;}

.godown span { -webkit-animation: fade 3s infinite linear; animation: fade 3s infinite linear;}
@-webkit-keyframes fade {
	0% { opacity: 1;}
	50% { opacity: 0.3;}
	100% { opacity: 1;}
}
@keyframes fade {
	0% { opacity: 1;}
	50% { opacity: 0.3;}
	100% { opacity: 1;}
}
.godown { *display: none; position: absolute; left: 50%; bottom: 30px; z-index: 100;margin-left: -30px;}
.godown span { display: block; width: 60px; height: 60px; background: url(../images/godown.png) center / 30px no-repeat ;}

.godown{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;position:absolute;bottom:30px;left:50%;margin-left:-30px;border-radius:100%;-webkit-border-radius:100%;line-height:60px;text-align:center;cursor:pointer;overflow:hidden;z-index: 999999;width: 60px;}
		.godown:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}
		@keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.8} }
		@-webkit-keyframes arrow{ %0,%100{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.8} }



.pc_ban{width:100%; height:100vh; position:relative; overflow:hidden;}
.pc_ban .mb{width:100%; height:50px; display:block; position:absolute; left:0; top:0; text-align:center}
.pc_ban .mb h1 { font-size:46px; color:#fff; margin-bottom:20px; text-align:center; margin-top:18%;}
.pc_ban a h4 { font-size:16px; color:#eee; text-align:center;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;transition: all 1s;opacity: 0;-webkit-opacity: 0;-moz-opacity: 0;-webkit-transform: translate3d(0, 300px, 0);-ms-transform: translate3d(0, 300px, 0);transform: translate3d(0, 300px, 0);}
.pc_ban .swiper-slide-active h1{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.pc_ban .swiper-slide-active h4{-webkit-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);opacity: 1;-webkit-opacity: 1;-moz-opacity: 1;}
.pc_ban .swiper-button-prev{background:url(../images/banner-l.png) no-repeat; width:30px; height:50px; margin-top:0; left:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.pc_ban .swiper-button-next{background:url(../images/banner-r.png) no-repeat; width:30px; height:50px; margin-top:0; right:1%;
background-size:30px 50px;
-webkit-background-size:30px 50px;
-moz-background-size:30px 50px;
-ms-background-size:30px 50px;
-o-background-size:30px 50px;}
.video1 {
    width: 100%;
    height: 100vh;
    object-fit: cover !important;
    object-fit: fill;
    display: block;z-index: 1
}

.sy_about { padding:80px 0; overflow:hidden;background:#fff;z-index: 9;position: relative;max-width: 2300px;margin: 0 auto;}
.sy_about .fixLogo {
  position: absolute;
  width: 558px;
  right: 0;top: 50%;transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);
  transition: all 0.8s ease;
}
.tit { margin-bottom:50px; text-align:center}
.tit h1 { font-size:40px; color:#222; margin-bottom:15px; position:relative;letter-spacing: 2px;font-weight: bold;}
.tit h1::after { content: " ";position: absolute; left: 50%; bottom: -12px; width: 60px; margin-left: -30px;height: 3px;background: #d69e53;}
.tit h3 { font-size:20px; color:#666; margin-top:25px;text-transform: uppercase;}
.sy_about .tit {text-align: left;}
.sy_about .tit h1::after { left: 0%; margin-left: 0px;}
.sy_about .t_p{width: 45%;float: left;padding:0 0 32px 5%; background:url(../images/p13.png) left bottom no-repeat; background-size: 93% 91.58% ;box-sizing: border-box;}
.sy_about .t_p img{width: 100%;}

.lbban{width:100%; position:relative;}

.lbban .swiper-slide{width:100%; height:450px;}
.lbban .swiper-pagination{bottom:20px !important;}
.lbban .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)}
.lbban .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff;border: #fff 1px solid;}
.lbban .swiper-slide .bg1 {
	position: absolute;
    height: 100%;
	overflow: hidden;
	width:100%;
	left:0px !important;
	top:0px;z-index: 5;
}

.lbban .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);
}
.lbban .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; 
}

.lbban .swiper-slide .word {
	position: absolute;
	left:5%;width: 90%;
	top: 30%;
	z-index: 10;text-align: center;
}

.lbban .swiper-slide .word.l1 h4{text-align: left;}
.lbban .swiper-slide .word.l1 h3{text-align: left;}
.lbban .swiper-slide .word h4 {
	display: block;font-size: 16px;color: #fff; margin-top: 15px;
	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);
}

.lbban .swiper-slide .word h3 {
	font-size: 30px;
	color: #fff;letter-spacing: 2px;
	line-height: 35px;font-weight: bold;
	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);
}


.lbban .swiper-slide .word a.xq {
	display: block;
	width: 160px;
	height: 40px;margin-top: 20px;
	font-size: 16px;background: #b5833f;
	color: #fff;
	box-sizing: border-box;
	padding: 0 30px;
	line-height: 40px;
	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: 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;
}
.lbban .swiper-slide .word a.xq:hover{background: #a26d25;}

.lbban .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的浏览器*/
   
}

.lbban .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的浏览器*/
}

.lbban .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的浏览器*/
}

.sy_about .nr { font-size:16px; color: #333;width: 50%;float: right;}
.sy_about .nr h3 { font-size:26px; color: #222;font-weight: bold;margin-bottom: 20px;}
.sy_about .nr p { margin-bottom:10px; line-height:38px}
.sy_about .nr .more {width:155px;margin-bottom:30px;line-height:36px;border: #d69e53 1px solid;margin-top: 40px; position:relative;}
.sy_about .nr .more a { font-size:14px;  color:#d69e53; text-align:center; display: block;text-transform: uppercase;position: relative;z-index: 8;}
.sy_about .nr .more span{width:0; height:100%; background-color:#d69e53; 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);}
.sy_about .nr .more:hover span{ width:100%;}
.sy_about .nr .more:hover a {color: #fff;}

.sy_td { padding:80px 0; overflow:hidden; background:url(../images/cpbj.jpg) center / cover no-repeat;position: relative;z-index: 9;}
.sy_td ul{display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.sy_td ul li { width:24%;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;display: flex;background: rgba(255,255,255,0.15);padding:30px 25px;box-sizing: border-box;align-items: center;justify-content: center;flex-direction: column;}
.sy_td ul li .tu { text-align:center;opacity: 0.6;width: 60px;margin-bottom: 20px;}
.sy_td ul li .tu i {color: #fff;font-size: 50px;}
.sy_td ul li .tu { width:60px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;text-align: center;}
.sy_td ul li:hover .tu {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);opacity: 1;}
.sy_td ul li .w_z {}
.sy_td ul li h3 { margin:0px 0 15px 0;font-size:20px;text-align: center; color:#fff;line-height: 26px;letter-spacing: 2px;font-weight: 200;}
.sy_td ul li p { font-size:16px; color:#fff; line-height:1.5;letter-spacing: 1px;opacity: 0.7;font-weight: 100;line-height: 28px;}
.sy_td ul li .more {margin: 30px auto 0;text-align: center;width: 110px;line-height: 32px;position: relative;color: #fff;letter-spacing: 2px;border: #fff 1px solid;}
.sy_td ul li .more .po{position: relative;z-index: 9;}
.sy_td ul li .more i {margin-left: 5px;}
.sy_td ul li .more span {width: 0;height: 100%;background: #d69e53;position: absolute;left: 0;bottom: 0;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;}
.sy_td ul li:hover .more span {width: 100%;}
.sy_td ul li:hover .more{border: #d69e53 1px solid;}
.sy_td ul li:hover{-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;transform: translateY(-5px);-wbkit-transform: translateY(-5px);-o-transform: translateY(-5px);-moz-transform: translateY(-5px);}
.sy_al {padding: 80px 0;background: #fff;position: relative;z-index: 9;background: #f5f5f5;}
.sy_al ul{display: flex;justify-content: center;align-items: stretch;}
.sy_al ul li {width: 580px;margin: 0 15px;height: 290px;transition: box-shadow .5s ease;position: relative;overflow: hidden;}
.sy_al ul li img {height: 100%;left: 0;position: absolute;top: 0;width: 100%;-o-object-fit: cover;object-fit: cover;transition: all .5s;}
.sy_al 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_al ul li .mb {position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: rgba(25,15,7,0.3);z-index: 2}
.sy_al ul li .w_z {bottom: 32px;left: 31px;position: absolute;z-index: 3;right: 31px;}
.sy_al ul li .w_z h3 {font-size: 20px;color: #fff;letter-spacing: 2px;}
.sy_al ul li .w_z p {font-size: 14px;line-height: 24px;margin: 6px 0 25px;letter-spacing: 1px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color: #fff;opacity: 0.7;}
.sy_al ul li .w_z .more {text-align: center;width: 110px;line-height: 32px;position: relative;color: #fff;letter-spacing: 2px;border: #fff 1px solid;}
.sy_al ul li .more a {color: #fff;position: relative;z-index: 9;}
.sy_al ul li .more i {margin-left: 5px;}
.sy_al ul li .more span {width: 0;height:100%;background: #d69e53;position: absolute;left: 0;bottom: 0;-webkit-transition:all 0.3s; -moz-transition:all 0.3s; -o-transition:all 0.3s; transition:all 0.3s;z-index: 1;}
.sy_al ul li:hover .more span {width: 100%;}

.fnewswrap {
  margin: 45px auto 80px;
}
.fnewslist2 {
  float: right;
  width: 32%;
  padding: 6px 30px 7px;
  height: 400px;
  overflow: hidden;
  background-color: #f5f5f5;box-sizing: border-box;

}

.fnewslist2 li {
  width: 100%;
  height: 62px;
  padding: 19px 0 18px;
  border-bottom: 1px solid #f1f1f1;
}
.fnewslist2 li:last-child {
  border-bottom-color: #f5f5f5;
}
.fnewslist2 li a {
  display: block;
  position: relative;
  height: 100%;
  overflow: hidden;
  font-weight: bold;
}
.fnewslist2 li h3 {
  font-size: 16px;
  color: #252831;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fnewslist2 .date {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: 12px;
}
.fnewslist2 li:hover h3 {
  color: #d69e53;
}
.fnewslist2 h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fnewslist1 {
  float: left;
  width: 66%;
  height: 413px;
}
.fnewslist1 li {
  float: left;
  width: 48%;
  height: 198px;
  background-color: #f5f5f5;
}
.fnewslist1 li.i1 {
  margin-right: 4%;
  height: auto;
}
.fnewslist1 li.i2 {
  margin-bottom: 16px;
  background:f5f5f5;
}
.fnewslist1 li.i3 {
  background: f5f5f5;
}

.fnewslist1 li .wrap {
  padding: 24px 28px;
  height: 150px;
}
.fnewslist1 li.i1 .wrap {
  padding: 24px 28px 18px;
  height: 126px;
}
.fnewslist1 li a {
  display: block;
}
.fnewslist1 li .pic {
  width: 100%;
  height: 244px;
}
.fnewslist1 li h3 {
  font-size: 16px;
  color: #252831;
  font-weight: bold;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.fnewslist1 li .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 14px 0;
}
.fnewslist1 .more {
  font-size: 14px;
  color: #d69e53;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.fnewslist1 li:hover h3 {
  color: #d69e53;
}
.fnewslist1 h3 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.full {
  width: 100%;
  height: 100%;
}

a.seemore {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  border: 2px solid #0292fd;
  border-radius: 23px;
}
a.seemore span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1.png') right no-repeat;
}
a.seemore:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#2c368e), to(#00a2e9));
  background-image: linear-gradient(to right, #2c368e, #00a2e9);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a.seemore:hover:after {
  height: 0;
}
a.seemore:hover {
  background-color: #fff;
  color: #d69e53;
}
a.seemore:hover span {
  background-image: url('../images/jtr1h.png');
}
a.seemore2 {
  display: block;
  width: 172px;
  height: 42px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #1e64c6;
  line-height: 42px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 23px;
  background-color: #fff;
}
a.seemore2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 40px;
  background: url('../images/jtr1h.png') right no-repeat;
}

.sy_hzhb {padding:70px 0;text-align: center;background: #f5f5f5;}
.sy_hzhb ul {display: flex;justify-content: center;flex-wrap: wrap;}
.sy_hzhb ul li {width:11.5%;display: inline-block;border: #eee 1px solid;margin: 0 0.5% 1%;transition: all 0.3s;

	-wbkit-transition: all 0.3s;

	-o-transition: all 0.3s;

	-moz-transition: all 0.3s;}
.sy_hzhb ul li img {width: 100%;display: block;}
.sy_hzhb ul li:hover{box-shadow: 0 0 10px #ccc;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;}





/*index-contact*/

.index-contact {

	min-width: 1200px;

	padding: 45px 0;

	background-image: url(../images/contact.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;

	text-align: center;

	border-radius: 3px;

}

.index-contact .btn a {

	display: block;

	height: 48px;

	line-height: 48px;

	font-size: 18px;

	color: #fff;background: #d69e53;

}
.index-contact .btn:hover a {background: rgba(155,4,12,1)

}
/* start footer */

.footer_bg{background:#231815; width:100%;padding:35px 0 0;position: relative;z-index: 8;}
.footer { margin:0 auto;}
.footer .zuo3{ float: left;}
.footer .zuo3 ul{ display: flex;justify-content: space-between;}
.footer .zuo3 ul li {float:left;text-align: left;padding-right: 90px;}
.footer .zuo3 ul li.lx {width:360px;padding-right: 0;}
.footer .zuo3 ul li .tit{margin-bottom: 0;overflow: hidden;}
.footer .zuo3 ul li .tit a { font-size:16px; font-weight:bold; color:#fff; line-height:36px; display:block;text-align: left}
.footer .zuo3 ul li .line { margin-bottom:20px; height:2px; margin-top:10px}
.footer .zuo3 ul li .line span { width:15px; height:1px; background:#d8b46c;-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 { display:block; line-height:30px; font-size:15px; color:#fff;opacity: 0.8;}
.footer .zuo3 ul li a:hover { color:#fff;opacity: 1;}
.dzwz {color:#fff;font-size:14px; }
.dzwz p { line-height:24px;color:#fff;font-size:14px;opacity:0.8;-webkit-opacity:0.8;-moz-opacity:0.8;margin-bottom: 10px;}
.dzwz p i{ font-size: 18px;margin-right: 6px;color: #d8b46c;}

.footer .you3 { width:120px; float:right;}
.footer .you3 .weixin { width:120px; 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 {margin:30px auto 0;background: rgba(0,0,0,0.15); width:100%;line-height: 70px;}
.copy {}
.copy p {font-size:14px;text-transform: uppercase;color: #fff;}
.copy p a { color: #ffffff; -webkit-transition: 0.9s; -moz-transition: 0.9s;-o-transition: 0.9s;transition: 0.9s;}



.nban_h{height: 60vh;}

.nban{width:100%;}

.nban .swiper-slide{width:100%; height:60vh;}
.nban .swiper-pagination{bottom:20px !important;}
.nban .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)}
.nban .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#fff;border: #fff 1px solid;}
.nban .swiper-slide .bg1 {
	position: absolute;
    height: 100%;
	overflow: hidden;
	width:100%;
	left:0px !important;
	top:0px;z-index: 5;
}

.nban .swiper-slide .bg1 img {
	display: block;
	width: 100%;min-height: 100%;height: 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);
}
.nban .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);min-height: 100%;height: 100%;
	filter:alpha(opacity=100); 
    -moz-opacity:1; 
    -khtml-opacity:1; 
    opacity: 1; 
}

.nban .swiper-slide .word {
	position: absolute;
	left:5%;width: 90%;
	top: 45%;
	z-index: 10;text-align: center;
}
.nban .swiper-slide .word h4 {
	display: block;font-size:22px;color: #fff; margin-top: 15px;text-transform: uppercase;letter-spacing: 3px;
	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);
}

.nban .swiper-slide .word h3 {
	font-size:35px;
	color: #fff;letter-spacing: 2px;
	line-height: 35px;font-weight: bold;
	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);
}

.nban .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的浏览器*/
   
}

.nban .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的浏览器*/
}

.nban .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的浏览器*/
}



.nban {position: fixed !important;height: 60vh;width: 100%;top: 0;left: 0;}

.wzxx {float: left;line-height: 40px;font-size: 16px;color: #333;}
.wzxx a {font-size: 16px;color: #333;}
.ntit{ background:rgba(255,255,255,1); border-bottom: #eee 1px solid;padding: 15px 0;overflow: hidden;}
.ntit ul {text-align: center;text-align: right;}
.ntit ul li { line-height:38px; margin-right:15px;position: relative;background:#eee; text-align: center;border-radius: 10px;overflow: hidden;display: inline-block;}
.ntit ul li a { color:#000; font-size:16px; display:block;padding: 0 15px;}
.ntit ul li .e_j {width: 100%;display: none;position: absolute;left: 0;top: 40px;background:rgba(255,255,255,0.8);}
.ntit ul li .e_j a {padding: 0;text-align: center;border-bottom: #eee 1px solid;}
.ntit ul li:hover .e_j{display: block;}
.ntit ul li a:hover { background:#d69e53; color:#fff; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.ntit ul li.on a { background:#d69e53; color:#fff}

.content{position: relative;z-index: 5;background: #fff;}
.sy_about.n .tit {text-align: center;}
.sy_about.n .tit h1::after { left: 50%; margin-left: -30px;}


.product-number-info {
  
    position: relative;padding:110px 0;width: 100%;margin:10px auto 0;background:url(../images/sjbj.jpg) center / cover no-repeat;
}
.product-number-info h2 {font-size: 30px;text-align: center;color: #fff;margin-bottom: 50px;}

.product-number-info .product-number-inner {
    margin: 0 auto;
}

.product-number-info ul {display: flex;justify-content: space-between;
    
}

.q {
    zoom: 1; }

.product-number-info li {transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;background: rgba(255,255,255,0.1);
    float: left;
    width: 32%;
    color: #fff;
    padding-top: 1px;box-sizing: border-box;text-align: center;height: 220px;border-radius: 10px;position: relative;border: rgba(255,255,255,0.3) 1px solid;
}
.product-number-info li .t_b{width: 60px;margin: 35px auto 0px;}
.product-number-info li .t_b img{width: 100%;}
.product-number-info li b {
    font-size: 46px;font-weight: bold;color: #fff;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 15px 0 10px;
}
.product-number-info li h3 {font-size: 20px;color: #333;letter-spacing: 1px;}
.product-number-info li p {
    font-size: 16px;color: #fff;
}

.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size:35px;
    right: -25px;
    top: -3px;
}


.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}


.ny_wh {padding: 70px 0;overflow: hidden;}
.ny_wh .tit {text-align: center;}
.ny_wh ul {display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.ny_wh ul li {width: 23%;padding: 30px;box-sizing: border-box;margin-bottom: 40px;text-align: center;border: #fde3d3 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;background: #FFF;border-radius: 10px;  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);
          box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.1);}
.ny_wh ul li:hover{ 
  background: #FFF;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.15);
          box-shadow: 0px 20px 40px 0px rgba(0, 29, 8, 0.15);}
.latest-service__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fef5e3;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 500px;
  margin: auto;
    margin-bottom: auto;
  margin-bottom: 24px;color: #be8e38;-webkit-transition: 0.3s;
  transition: 0.3s;
}
.latest-service__item-icon i {font-size: 40px;}
.ny_wh ul li .bt {font-size: 20px;color: #111;margin-bottom: 15px;font-weight: bold;text-align: center;-webkit-transition: 0.3s;
  transition: 0.3s;}
.ny_wh ul li .nr {font-size: 16px;line-height: 1.6;color: #333;}
.ny_wh ul li:hover .bt{color: #be8e38;}
.ny_wh ul li:hover .latest-service__item-icon{background: #be8e38;color: #fff;}


/*新闻*/
.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: 14px;}
.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: #a3722e;}
.newslist li:hover{ box-shadow: 0 4px 20px 1px rgba(112,112,112,0.2);}
.newslist li:hover label{ background-color: #a3722e; border-color: #a3722e;
	 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;}
}

.page {padding: 25px 0;overflow: hidden;text-align: center;}
.page a {width: 34px;height: 34px;display: inline-block;margin: 0 5px;border-radius: 50%;line-height: 33px;text-align: center;font-size: 16px;color: #333;border: rgba(0,0,0,0.3) 1px solid;}
.page a:hover{background: #a3722e;color: #fff;}
.page a.on{background: #a3722e;color: #fff;}

.sy_tzqy { padding:50px 0; overflow:hidden} 
.sy_tzqy .bd ul li {width: 12.2%;margin: 1%;float: left;position: relative;}
.sy_tzqy .bd ul li .y_j {border: #eee 1px solid;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;position: relative;}
.sy_tzqy .bd ul li:hover .y_j{box-shadow: 0 0 15px rgba(0,0,0,0.2);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_tzqy .bd ul li .mb {position: absolute;width: 100%;height: 100%;background: rgba(164,115,46,0.9);opacity: 0;left: 0;top: 30px; transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.sy_tzqy .bd ul li .mb h3 {font-size: 16px;color: #fff;font-weight: bold;margin-bottom: 15px;}
.sy_tzqy .bd ul li .mb p {font-size: 14px;color: #fff;border: #fff 1px solid;padding: 3px 10px;}
.sy_tzqy .bd ul li .mb p i {margin-left: 10px;}
.sy_tzqy .bd ul li:hover .mb {opacity: 1;top: 0;}
.sy_tzqy .bd ul li img {width: 100%;display: block;object-fit: cover;}


.lx_wm{margin:50px auto ;padding-bottom: 40px;}
.lx_wm .d_t{margin-top:50px;}

.lx_wm .x_x{width:45%; float:left;}
.lx_wm .x_x .ewm {display: flex;align-items: center;justify-content: flex-start;margin-top: 40px;}
.lx_wm .x_x .ewm img {width:120px;float: left;margin-right: 17px;}
.lx_wm .x_x .ewm .wz {float: left;font-size: 16px;color: #999;line-height: 1.8;}
.lx_wm .l_y{width:55%; float:right;}
.lx_wm h3{font-size:24px; margin-bottom:15px;color: #222;font-weight: bold;}
.lx_wm h4{font-size:20px; line-height:26px; color:#d3a340;font-weight: bold;margin-bottom:10px;margin-top: 25px;}
.lx_wm h5{font-size:16px; line-height:26px; color:#333;margin-bottom:25px;margin-top: 25px;}
.lx_wm em{width:30px; height:1px; background-color:#d3a340; display:block; margin-bottom:15px;}
.lx_wm b{font-family:Arial, Helvetica, sans-serif; color:#d3a340; padding-left:5px; font-size:20px !important;}
.lx_wm p{font-size:16px; line-height:40px;color: #444;margin-bottom:10px;}
.lx_wm p i{padding-right:15px; color:#d3a340;font-size:21px;vertical-align: middle;}
.lx_wm input.w_z{width:32%;float: left;height:50px; font-size:16px; line-height:40px; margin-right:2%; margin-bottom:20px; border:1px solid #e7e7e7; padding:0 5px;box-sizing: border-box;}
.lx_wm input.no{margin-right: 0;}
.lx_wm input.a_n{width:160px; height:50px; background-color:#d3a340; font-size:14px; color:#fff; line-height:40px;}
.lx_wm textarea{width:100%; height:150px; padding:5px; border:1px solid #e7e7e7; outline:none; resize:none; font-size:16px; line-height:50px; margin-bottom:20px;box-sizing: border-box;}

.recr_lin {width: 100%;height: auto;padding-bottom: 70px;background:#f5f5f5;padding-top: 70px;}
.recr_lin .box {height: auto;margin: 0 auto;}
.recr_lin .box li {width: 33.33%;*width: 33.32%;height: auto;float: left;}
.recr_lin .box li .first {height: 256px;margin: 0px 10px;background: #fff;text-align: center;padding-top: 30px;padding: 20px 25px;}
.recr_lin .box li .first dt {height: 46px;line-height: 46px;font-size: 18px;color: #000;font-weight: bold;}
.recr_lin .box li .first dd {line-height: 28px;font-size: 14px;color: #666;}
.recr_lin .box li .first:hover{background: #c09039;}
.recr_lin .box li .first:hover dt {color:white;}
.recr_lin .box li .first:hover dd{color: white;}

.lx_wm .rc_zp .ts{font-size:14px; line-height:26px; color:#555; margin-top:20px;}
.lx_wm .rc_zp .ts a{color:#c09039;}
.lx_wm .rc_zp .jr_lm{border:1px solid #e7e7e7; overflow:hidden; margin-bottom:10px;}
.lx_wm .rc_zp .jr_lm.jt{border: 1px solid #c09039;}
.lx_wm .rc_zp .jr_bt{padding:10px 40px; height:40px; font-size:16px; line-height:40px; color:#555; overflow:hidden; cursor:pointer;}
.lx_wm .rc_zp .jr_bt:hover{background-color:#e7e7e7;}
.lx_wm .rc_zp .jr_bt.on{background-color:#e7e7e7;}
.lx_wm .rc_zp .jr_lm.jt .jr_bt{background-color:#c09039; color:#fff; padding:20px 40px; line-height:40px;}
.lx_wm .rc_zp .jr_bt span{float:left; width:16%; text-align:center;}
.lx_wm .rc_zp .jr_bt span.s_40{float:left; width:20%; text-align:left;}
.lx_wm .rc_zp .jr_nr{background-color:#fff; padding:30px 40px 10px; font-size:14px; line-height:32px; margin-bottom:3px; display:none;}
.lx_wm .rc_zp .jr_nr .gw{width:80px; float:left;}
.lx_wm .rc_zp .jr_nr .js{width:1020px; float:right; margin-bottom:20px;color: #444;}
.lx_wm .rc_zp .sqzw a {width: 180px;height: 35px;line-height: 35px;text-align: center;display: block;margin-top: 30px;float: right;background: #c09039;font-size: 16px;color: #fff;}
.lx_wm .rc_zp .lxfs {float: left;line-height: 35px;font-size: 16px;color: #333;margin-top: 30px;}
.lx_wm .rc_zp .lxfs a {color: #333}
.lx_wm .rc_zp .lxfs a:hover {color: #c09039}













.ny_sp{padding: 60px 0;overflow: hidden;background: #f6f6f6;}
.ny_qqbj{padding: 80px 0;overflow: hidden;}
.ny_qqbj .container{display: flex;justify-content: space-between; align-items: center;}
.ny_qqbj .w_z {width: 40%;}
.ny_qqbj .tit {text-align: left;}
.ny_qqbj .tit h1::after { left: 0%; margin-left: 0px;}
.ny_qqbj .w_z p{font-size: 18px;line-height: 1.8;color: #333;}
.ny_qqbj .w_z p i {font-size: 20px;margin-right: 8px;color: #d69e53;}
.ny_qqbj .w_z p.p2 i {color: #588d31;}
.ny_qqbj .w_z p.p3 i {color: #d66714;}
.ny_qqbj .t_p{width: 60%;}
.ny_qqbj .t_p img{width: 100%;}
/*投资领域*/
.ny_jlb {padding: 60px 0;}
.ny_jlb h2{font-size: 24px;color: #190f07;margin-bottom: 30px;letter-spacing: 2px;text-align: center;}
.ny_jlb p {font-size: 16px;color: #333;line-height: 2;}
.ny_jlb ul {padding-top: 50px;}
.ny_jlb ul li{width: 100%;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-bottom: 50px;background: #f5f5f5;}
.ny_jlb ul li .tp{width: 47%;}
.ny_jlb ul li .tp img{width: 100%;display: block;}
.ny_jlb ul li .w_z {font-size: 16px;color: #333;line-height: 2;letter-spacing: 1px;width: 47%;padding:0 50px;box-sizing: border-box;}
.ny_jlb ul li .w_z h3 {font-size: 20px; color: #333;font-weight: bold;letter-spacing: 2px;margin-bottom: 20px;}


/*优势*/
.ny_jztp {padding: 60px 0;background: #f5f5f5;overflow: hidden;}
.ny_jztp ul {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: stretch;}
.ny_jztp ul li {position: relative;width: 47%;overflow: hidden;margin-bottom: 30px;}
.ny_jztp 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; }
.ny_jztp ul li .tp {overflow: hidden;}
.ny_jztp 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_jztp ul li .w_z {padding: 10px 0;}
.ny_jztp ul li .w_z h3 {font-size: 20px;color: #333;font-weight: bold;letter-spacing: 2px;margin-bottom: 30px;position: relative;}
.ny_jztp ul li .w_z h3::after {
  content: " ";
  position: absolute;
  left: 0%;
  bottom: -12px;
  width: 60px;
  height: 2px;
  background: #d69e53;
}
.ny_jztp ul li .w_z p{font-size: 14px;color: #444;letter-spacing: 1px;height: 38px;display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;}

/*团队*/
.ny_td {padding: 60px 0;overflow: hidden;}
.ny_td ul li {overflow: hidden;margin-bottom: 50px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_td ul li .t_p{float: left;width: 200px;height: 200px;border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;overflow: hidden;border: #eee 3px solid;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_td ul li:hover .t_p {border: #d69e53 3px solid;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_td 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_td ul li .t_p img {width: 100%;display: block;height: 100%;object-fit: cover;}
.ny_td ul li .w_z {width: calc(100% - 240px);float: right;}
.ny_td ul li .w_z h3 {font-size: 20px;color: #222;font-weight: bold;margin-bottom: 20px;}
.ny_td ul li .w_z p{font-size: 14px;color: #444;line-height:1.8; }

/*联系我们*/
.ny_lx {padding: 60px 0;overflow: hidden;}
.ny_lx ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
.ny_lx ul li {width: 48%;line-height:30px;margin-bottom: 20px;color: #333;font-size: 16px;letter-spacing: 1px;}
.ny_lx ul li i {margin-right: 5px;font-size: 20px;}

.page2 {height: 160px;margin-top: -160px;}













@media only screen and (max-width:1368px) {
	.header .nav ul li {
  padding: 0 15px;
}
	.header .right {
  margin-left: 0px;
}
	.con {
  padding: 0 30px;
}
	.sy_al ul li {
  height: 320px;
}
	.sy_al ul li .w_z {
  bottom: 20px;
  left: 20px;
  right: 20px;
}
	.sy_al ul li .w_z p {
  margin: 10px 0 15px;
}
	.gallery-top .swiper-slide h1.l2 {
  width: 1000px;
}
	.sy_td ul li p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
}
	.sy_td ul li .more {
  margin: 30px auto 0;
}
	
	
	
	
	
	
}














@media only screen and (max-width:1024px) {
	.banh {
  height: 22rem;
}
.ban {
  height: 22rem;
}
.banner {
  height: 22rem;
} 
	.banner-slide figure {
  height: 22rem;
}
	.btitle strong {
  font-size: 30px;
}
	.btitle small {
  font-size: 16px;
}
	.banner .swiper-pagination {
  bottom:13px !important;
}
	.btext {
  left: 5%;
  right:5%;
  top: 50%;
  margin-top:auto;transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  z-index: 5;
}
	.banner-prev {display: none;
}
	.btext .jd {width: 160px;height: 40px;line-height: 40px;font-size: 16px;}
.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;}

.sy_about {
  padding: 35px 0;
}
	.tit h1 {
  font-size:28px;
}
	.tit {
  margin-bottom:25px;
}
	.sy_about .t_p {
  width: 100%;
}
	.sy_about .nr{width: 100%;margin-top: 20px;}
	.sy_about .nr p {
  line-height: 1.8;
}
	.sy_about .nr .more a {
  margin-bottom: 0px;
}
	.sy_td {
  padding: 35px 0;
}
	.sy_td ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
	.sy_td ul li h3 {
  margin: 20px 0 10px 0;
  font-size: 20px;
}
	.sy_td ul li {
  width: 48%;
  margin: 0 0 25px 0;
}
	.sy_td ul li .tu {
  margin-bottom: 0px;
}
	.fnewswrap {padding: 30px 0
}
	.sy_hzhb {
  padding:30px 0;
}
	.sy_hzhb ul li {
  width: 31.3333%;display: block;
  margin: 0 1% 2%;box-sizing: border-box;
}
	.sy_al ul li {
    height: 11rem;width: 46%;margin: 2%;
  }
	.sy_al ul {flex-wrap: wrap;
}
	.sy_al {
  padding: 50px 0;
}
	.sy_al ul li .w_z h3 {
  font-size:18px;
  letter-spacing: 1px;
}
	.fnewslist1 {
  width: 100%;
  height: auto;
}
	.fnewslist1 li {
  width: 100%;
  height: auto;
}
	.fnewslist1 li .wrap {
  padding: 20px 20px;
  height: auto;
}
	.fnewslist2 {
  width: 100%;
  padding: 6px 20px;box-sizing: border-box;
  height: auto;
}
	.index-contact {
  min-width: 90%;
  padding: 45px 0;
  background-attachment: inherit;
}
	.index-contact .s {
  padding: 0 0px;text-align: center;
}
	.index-contact .btn {
  position: static;
  width: 200px;
  margin: 25px auto 0;
}
	.footer .zuo3 {width: 100%;
}
	.footer {
  padding: 0 0px;
}
	.footer .zuo3 ul li{display: none;}
	
	.footer .zuo3 ul li.lx{display: block;
  padding-right: 0px;
}
	.footer .you3 {margin: 0 auto;
  float: none;
}
	.footer_btm {
  margin: 10px auto 0;padding: 15px;box-sizing: border-box;
  line-height:20px;
}
	
	.nban_h {
  height: calc(24rem - 60px);
}
	.nban {
  height: 24rem;
}
	.nban .swiper-slide {
  height: 24rem;
}
	.nban .swiper-slide .word h3 {
	font-size:25px;
	color: #fff;letter-spacing:1px;
	line-height: 28px;
	margin: 5px 0 5px 0;
}
	.nban .swiper-slide .word h4 {font-size:16px;margin-top: 5px;
}
	.product-number-info {
  padding:40px 0;
  margin: 0px auto 0;
}
	.product-number-info li {
  width: 100%;
  height: 190px;margin-bottom: 15px;
}
	.product-number-info ul {flex-wrap: wrap
}
	.product-number-info li .t_b {
  margin:15px auto 0px;
}
	.product-number-info li b {
  font-size: 36px;
}
	.product-number-info li b sup {
  font-size: 28px;
}
	.product-number-info li b em {
  font-size: 24px;
}
	.ny_wh {
  padding: 40px 0;
}
	.ny_wh ul li {
  width: 48%;
  padding: 20px;
  margin-bottom:20px;
}

	.nban h1 {
  font-size: 24px;
  letter-spacing:4px;margin-top: 50px;
  margin-bottom: 10px;
}
	.nban h3 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}
	.ntit {
  padding: 10px 0;
}
	  .con {
    padding: 0 15px;
  }
	.wzxx {
  float: none;
  line-height: 36px;
  font-size: 14px;width: 100%;
}
	.wzxx a {
  font-size: 14px;
}
	.ntit ul li {
  line-height: 32px;float: left;width: 23%;margin: 1%;
}
	.ntit ul li a {
  font-size: 1.2rem;
  padding: 0;
}
	.aboutc2 {
  padding: 35px 0;
}
	.aboutc2 .aboutclist {
  width: 100%;
  height: auto;
  margin:2% 0;
  padding: 20px 20px;
}
	.aboutc2 .aboutclist .icon {
  width:70px;
  height:70px;
  line-height: 70px;
}
	.aboutc2 .aboutclist .icon i {
  font-size: 40px;
}
	.aboutc2 .aboutclist .cntitle {
  font-size:20px;font-weight: bold;
  margin-top: 15px;
}
	.aboutc2 .aboutclist .text {
  font-size:14px;
}
	.ny_sp {
  padding:35px 0;
}
	.ny_qqbj {
  padding: 35px 0;
}
	.ny_qqbj .container {flex-wrap: wrap;
}
	.ny_qqbj .w_z {
  width: 100%;
}
	.ny_qqbj .tit {
  text-align: center;
}
	.ny_qqbj .tit h1::after {
  left: 50%;
  margin-left: -30px;
}
	.ny_qqbj .w_z p {
  font-size: 16px;line-height: 1.5;margin-bottom: 10px;
}
	.ny_qqbj .w_z p i {
  font-size: 16px;
}
	.ny_qqbj .t_p {
  width: 100%;margin-top: 15px;
}
	.ny_jlb {
  padding: 35px 0;
}
	.ny_jlb ul {
  padding-top: 30px;
}
	.ny_jlb ul li .w_z {
  letter-spacing: 0;
  padding: 0 10px;
}
	.ny_jlb ul li {
  margin-bottom: 30px;
}
	.ny_jlb ul li .w_z h3 {
  letter-spacing: 1px;line-height: 1.4;
  margin-bottom: 10px;
}
	.ny_jztp {
  padding: 35px 0;
}
	.sy_tzqy {
  padding: 30px 0;
}
	.sy_tzqy .bd ul li {
  width:31.3333%;
}
	.newslist {
  padding: 10px 0 30px;
  margin: 30px 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;
}
	.recr_lin {
  padding-bottom: 30px;
  padding-top: 30px;
}
	.recr_lin .box li {
  width: 100%;
  *width:100%;margin-bottom: 20px;
}
	.recr_lin .box li .first {
  height: auto;
  margin: 0px ;
}
	.lx_wm .rc_zp .jr_nr .js {
  width: 100%;
}
	.lx_wm .x_x {
  width: 100%;
}
	.lx_wm .x_x {
  width: 100%;margin-top: 30px;
}
	.lx_wm .l_y {
  width: 100%;margin-top: 30px;
}
	
	
	
	
	
	
	
	
	
  }

@media only screen and (max-width:600px){
	.banh {
  height: 23rem;
}
.ban {
  height: 25rem;
}
.banner {
  height: 25rem;
} 
	  .btext .jd {display: none
  }
	 .btitle strong {
    font-size: 2.4rem;
  }
	.btitle small {
    font-size: 1.4rem;
  }
	.btitle {
  padding-bottom:15px;
  margin-bottom: 10px;
}
	.godown span {
  display: none;
}
.tit {margin-bottom:30px;}
.tit h1 {font-size:2.5rem;}
.sy_td ul li { width:100%; margin: 0 0 20px;}
.sy_pro ul li .wenz .ico { width: 80px; margin:30px auto 20px;}
.gallery-top .swiper-slide h1 {
  font-size: 2rem;
}
	.lbban .swiper-slide {
  height: 20rem;
}
	.page2 {
  height: 60px;
  margin-top: -60px;
}
	.sy_td {
  padding:40px 0;
}
	.sy_td ul {flex-wrap: wrap;
}
	.sy_td ul li h3 {
  margin: 24px 0 22px 0;font-size: 1.8rem;
}
	.sy_al ul li {
  width: 100%;
  height: 18rem;margin: 0 auto 15px;
}
	.sy_al ul {flex-wrap: wrap;
}
	.sy_al ul li .w_z {
  bottom: 10px;
  left: 10px;
  right: 10px;
}
	.index-contact h6 {
  font-size: 22px;
  line-height: 30px;
}
	.fnewslist1 li .pic {
  width: 100%;
  height: 15rem;
}
	.footer {
    padding: 0 20px;
  }
	.footer_bg {
  padding: 25px 0 0;
}
	.fnewslist2 .date {
  margin-top: 2px;
}
	.ny_wh ul li {
  width: 100%;
}

	 .container {
    width: 90%;
  }
	.fnewslist2 li {
  height: auto;
  padding: 10px 0 10px;
}
	.fnewswrap {padding-bottom: 30px;
}
	.sy_tzqy .bd ul li .mb h3 {
  font-size: 12px;display: none;
  margin-bottom:5px;
}
	.ny_jlb p {
  line-height: 1.8;
}
	 .ny_jlb ul li {flex-wrap: wrap;
  }
	.ny_jlb ul li .w_z {width: 100%;padding: 10px;
  }
	.ny_jlb ul li .tp {
  width: 100%;margin-top: 20px;
}
	.ny_td {
  padding:30px 0;
}
	.ny_td ul li .t_p {
  float: none;margin: 0 auto;
}
	.ny_td ul li .w_z {
  width: 100%;
  float: none;margin-top: 20px;
}
	.ny_td ul li .w_z h3 {
  font-size: 20px;text-align: center;
  margin-bottom:10px;
}
	.ny_td ul li {
  margin-bottom:25px;
}
	.ny_jztp ul {
  display: block
}
	.ny_jztp ul li {
  width: 100%;
  margin-bottom: 15px;
}
	.ny_jztp ul li .w_z h3 {
  font-size: 18px;
  letter-spacing:0;
  margin-bottom: 25px;
}
	.ny_jztp ul li .w_z p {
  letter-spacing: 0;
  height: auto;
  -webkit-line-clamp: 3;
}
	.sy_about .fixLogo {
  width: 85%;
  right:8%;
}
	 .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;
  }
	.lx_wm .rc_zp .jr_bt {
  padding: 10px 15px;
  height: 36px;
  font-size: 14px;
  line-height:36px;display: flex;
}
	.lx_wm .rc_zp .jr_lm.jt .jr_bt {
  padding: 10px 15px;
  line-height: 36px;
}
	.lx_wm .rc_zp .jr_bt span:nth-child(6) {display: none;}
	.lx_wm .rc_zp .jr_bt span:nth-child(5) {display: none;}
	.lx_wm .rc_zp .jr_bt span {
  width: 25%;
}
	.lx_wm .rc_zp .jr_nr {
  padding: 20px 25px 10px;
}
	.lx_wm .rc_zp .lxfs {width: 100%;
  margin-top: 10px;float: none
}
	.lx_wm .rc_zp .sqzw a {margin: 20px auto 0;float: none;
}
	.lx_wm {
  margin: 40px auto 0;
}
	.lx_wm input.w_z {
  width: 100%;
  margin-right: 0%;
}
	 .lx_wm .x_x {
    margin-top: 0px;
  }
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

