@charset "UTF-8";
body {
	font-family:"思源黑体 CN";
	font-size:15px;
	color:#666666;
	overflow-x:hidden; 
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display:block;
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden],template {
	display:none;
}
svg:not(:root) {
	overflow:hidden;
}
ul,ol,li {
	padding:0;
	margin:0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:500
}
:focus {
	outline:none;
}
img {
	border:0;
	max-width:100%;
	vertical-align:middle;
}
ul,ol,li {
	list-style:none;
}
a {
	text-decoration:none;
	background:0 0;
	color:inherit;
}
a:focus {
	text-decoration:none;
}
p {
	margin:0;
}
a:active,a:hover,a:focus {
	outline:0
}
b,strong {
	font-weight:700
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
	outline:0
}
button,select {
	text-transform:none
}
select {
	-webkit-appearance:none;
	border:none
}
hr {
	border:0;
	height:1px
}
table {
	border-spacing:0;
	border-collapse:collapse;
}
input {
	line-height:normal
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	-webkit-appearance:button;
	cursor:pointer;
}
input[type="checkbox"],input[type="radio"] {
	box-sizing:border-box;
	padding:0
}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
	height:auto
}
input[type="search"] {
	-webkit-appearance:textfield;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance:none
}
a {
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
	transition:all .5s ease;
}
@font-face {
	font-family:"helev";
	src:url("../fonts/helev.TTF");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"sapie";
	src:url("../fonts/SAPIENTSANSMEDIUM.TTF");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:"barlow";
	src:url("../fonts/BarlowCondensed-Regular.woff2.ttf");
	font-weight:normal;
	font-style:normal;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	font-weight:normal;
}
a:focus,a:hover {
	color:#179e2d; 
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
.footH {
	height:48px;
	display:none;
}
.footFix {
	background:#009944;
	padding:10px 0;
	display:none;
	justify-content:space-between;
	position:fixed;
	bottom:0;
	width:100%;
	z-index:999;
	text-align:center;
	color:#fff;
}
.footFix>a {
	display:inline-block;
	width:33%;
	font-size:16px;
	color:#ffffff !important;
}
.footFix>a>i.iconfont {
	font-size:20px;
	margin-right:5px;
	color:#fff;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.swiper-pagination-bullet-active {
	background:#179e2d !important;
}
.container {
	width:96%;
	max-width:1320px;
	margin:0 auto;
	padding:0;
}
/* head */
.head {
	width:100%;
	background:rgba(255,255,255,1);
	z-index:999;  
	transition:all .5s ease;
}
.head .container{
	padding: 26px 0 36px;
}
.head.fixedbg {
	left:0;
	position: fixed;
	top: 0;
	background:rgba(255,255,255,1);
	box-shadow:0 6px 15px 0 rgba(0,0,0,.1);
	transition:all .5s ease;
} 
.head .Logo{
	float: left;
	position: relative;
}
.head .Logo-txt{
	float: left;
	margin-left: 18px;
}
.head .Logo-txt h2{
	font-size: 30px; font-weight:bold;
	color: #222222;
	line-height: 35px;
	letter-spacing: 1.0px;
	margin-top: 8px;
}
.head .Logo-txt h6{
	font-size: 18px;
	line-height: 28px;
	color: #009944;
	margin-top: 6px;
}
.head-yuyan{
	width: 120px;
	height: 38px;
	border: 1px solid #dcdcdc;
	border-radius: 38px;
	float: left;
	position: relative;
	text-align: center;
	line-height: 36px;
	margin-left: 46px;
	margin-top: 24px;
}
.head-yuyan::after{
	content: "";
	position: absolute;
	width: 0px;
	height: 12px;
	background: #dcdcdc;
	top: 50%;
	left: 54%;
    margin-top: -5px;
}
.head-yuyan a{
	font-size: 14px;
	color: #555555;
}
.head-yuyan a:hover{
	color: #009944;
}
.head-tel{
	padding-left: 65px;
	float: right;
	background: url(../images/head-tel.png) no-repeat left top 11px;
	font-size: 16px;
	line-height: 32px;
	margin-top: 8px;
}
.head-tel a{
	display: block;
	font-family: barlow;
	font-size: 32px;
	line-height: 30px;
	color: #009944;
}
.WebLink{
	background: #434343;
	width: 100%;
	border-top: 4px solid #009944;
	z-index: 999;
} 
.WebLink.fixedbg{
	position: fixed;
	top: 0;
}
.WebLink ul{
	float: left;
	overflow: hidden;
}
.WebLink ul li{
	float: left;
	line-height: 64px;
	text-align: center;
	position: relative;
}
.WebLink ul li::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 18px;
	background: #7c7c7c;
	right: 0;
	top: 50%;
	margin-top: -9px;
}
.WebLink ul li::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #009944;
	z-index: 2;
	left: 0;
	top: -64px; 
	transition:all .5s ease;
}
.WebLink ul li:hover::after,
.WebLink ul li.on::after{
	opacity: 0;
}
.WebLink ul li:last-child::after{
	display: none;
}
.WebLink ul li > a{
	color: #fff;
	font-size: 18px;
	display: block;
	padding: 0 36px;
	position: relative;
	z-index: 22;
}
.WebLink ul li:hover::before,
.WebLink ul li.on::before{
	top: 0; 
	transition:all .5s ease;
}
.head-search{
	position: relative;
	float: right;
	margin-top: 12px;
}
.head-search input[type=text]{
	width: 38px;
	height: 38px;
	border-radius: 38px;
	border: none;
	padding: 0;
	padding: 0 0 0 18px;
	transition:all .5s ease;
}
.head-search input[type=text]::placeholder{
	color: #ccc;
}
.head-search:hover input[type=text]{
	width: 250px;
	transition:all .5s ease;
}
.head-search input[type=button]{
	position: absolute;
	z-index: 22;
	right: 0;
	top: 0;
	border: none;
	border-radius: 38px;
	width: 38px;
	height: 38px;
	background: #fff url(../images/ss-ico.png) no-repeat center center;
}

/* indexBanner */
.indexBanner{
	overflow: hidden;
	position: relative;
}
.syBannerSwiper .swiper-slide img{
	width: 100%;
}
.sy-hb-warp{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	color: #fff;
}
.sy-hb-warp h2{
	font-size: 56px;
	line-height: 78px;
}
.sy-hb-warp h2 span{
	font-size: 72px;
}
.sy-hb-warp h6{
	position: relative;
	padding-left: 30px;
	font-family: Arial;
	font-size: 16px;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 50px;
}
.sy-hb-warp h6::after{
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 17px;
	height: 17px;
	background: #f08400;
	border-bottom-left-radius: 10px;
}
.syBannerPag { 
	bottom: 30px !important; 
}
.indexBanner .console .container{
	position: relative;
}
.syBannerPag .swiper-pagination-bullet{
	margin-right: 12px;
	background: #fff;
	opacity: 1 !important;
	width: 12px !important;
	height: 12px !important;
	margin: 0 6px !important;
	border-radius: 12px !important;
	transition: all .5s ease;
}
.syBannerPag .swiper-pagination-bullet-active{
	width: 38px !important;
	background: #009944 !important;
	transition: all .5s ease;
}

/* indexAdvantage */
.indexAdvantage{
	padding: 65px 0 95px;
	background: url(../images/sy-ys-bg.jpg) no-repeat top center;
	background-size: cover;
}
.sy-ys-show{
	overflow: hidden;
	margin-top: 42px;
	position: relative;
}
.sy-ys-round{
	width: 390px;
	height: 390px;
	border: 7px solid #fff;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	position: absolute;
	margin-left: -195px;
	margin-top: -195px; 
	overflow: hidden;
}
.sy-ys-round span{
	width: 50%;
	float: left;
	height: 50%;
}
.sy-ys-round span:nth-child(1){
	background: #5bb7e3;
	border-right: 3.5px solid #fff;
	border-bottom: 3.5px solid #fff;
}
.sy-ys-round span:nth-child(2){
	background: #f1a82f;
	border-left: 3.5px solid #fff;
	border-bottom: 3.5px solid #fff;
}
.sy-ys-round span:nth-child(3){
	background: #009944;
	border-right: 3.5px solid #fff;
	border-top: 3.5px solid #fff;
}
.sy-ys-round span:nth-child(4){
	background: #1382b7;
	border-left: 3.5px solid #fff;
	border-top: 3.5px solid #fff;
}
.sy-ys-list{
	width: 46%;
	float: left;
	height: 245px;
	position: relative;
	background: #5bb7e3;
	border-bottom-left-radius: 100px;
	border-top-right-radius: 100px;
	padding: 35px 140px 35px 45px;
	color: #fff;
}
.sy-ys-list:nth-of-type(2n+2) {
	padding: 35px 45px 35px 140px; 
	float: right;
}
.sy-ys-list:nth-child(2){
	border-bottom-right-radius: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	padding: 35px 45px 35px 155px; 
}
.sy-ys-list:nth-child(3){
	border-bottom-right-radius: 100px;
	border-top-left-radius: 100px;
	border-bottom-left-radius: 0;
	border-top-right-radius: 0;
	padding: 55px 140px 35px 45px;
}
.sy-ys-list:nth-child(4){
	padding: 55px 45px 35px 140px; 
}
.sy-ys-list:nth-child(1),
.sy-ys-list:nth-child(2){
	margin-bottom: 7px;
}
.sy-ys-list:nth-child(2){
	background: #f1a82f;
}
.sy-ys-list:nth-child(3){
	background: #009944;
}
.sy-ys-list:nth-child(4){
	background: #1382b7;
}
.sy-ys-list .tit{
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	position: relative;
}
.sy-ys-list:nth-of-type(2n+2) .tit{
	text-align: right;
}
.sy-ys-list .tit::after{
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: rgba(255,255,255,0.3);
	left: -14px;
	top: 0px;
}
.sy-ys-list:nth-of-type(2n+2) .tit::after{
	left: auto;
	right: -14px;
}
.sy-ys-list .sub{
	font-size: 18px;
	line-height: 30px;
	margin-top: 24px;
	position: relative;
}
.sy-ys-list .sub::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 60px;
	border: 1px dashed rgba(255,255,255,0.2);
	border-radius: 100%;
	right: 180px;
	bottom: -40px;
}
.sy-ys-list:nth-child(2) .sub::after{
	right: auto;
	left: -25px;
	bottom: 25px;
}
.sy-ys-list:nth-child(3) .sub::after{
	right: auto; 
	bottom: 15px;
}
.sy-ys-list .ico{
	height: 60px;
	position: absolute;
	right: 0;
	z-index: 99;
	bottom: 45px;
}
.sy-ys-list:nth-of-type(2n+2) .ico{
	right: auto;
	left: 0;
}
.sy-ys-list:nth-child(3) .ico,
.sy-ys-list:nth-child(4) .ico{
	bottom: auto;
	top: 45px;
}
.sy-ys-list .ico i{
	font-size: 60px;
	line-height: 60px; 
}

/* indexProduct */
.indexProduct{
	background: url(../images/sy-pro-back.jpg) no-repeat top center;
	background-size: cover;
	overflow: hidden;
}
.indexProduct .syTitBox{
	position: absolute;
	left: 0;
	top: 60px;
	padding-bottom: 0;
	background: none; 
	width: 36%;
}
.indexProduct .syTitBox h2,
.indexProduct .syTitBox h6{
	text-align: left;
}
.indexProduct .syTitBox h2::after{
	text-align: left;
	color: rgba(255,255,255,0);
}
.indexProduct .syTitBox h2 span::after{
	content: "";
	width: 28px;
	height: 20px;
	position: absolute;
	background: url(../images/sy-tit-ico.png) no-repeat center center;
	right: -50px;
	top: 50%;
	margin-top: -10px;
}
.indexProduct .container{
	padding: 60px 0 60px;
	position: relative;
}
.indexProduct .container .line{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: #e4e5e6;
	right: 26.2%;
	bottom: 0;
}
.indexProduct .bd{
	width: 72%;
	float: left;
}
.indexProduct .bd ul li .info{
	width: 40%;
	float: left;
	padding-top:160px;
}
.indexProduct .bd ul li .info .tit{
	font-size: 32px;
	line-height: 48px;
	color: #222222; 
	position: relative;
}
.indexProduct .bd ul li .info .tit::after{
	content: "";
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(../images/sy-pro-tit-ico.png) no-repeat center center;
	left: -10px;
	top: 0;
}
.indexProduct .bd ul li .info .tit2{
	font-size: 18px;
	line-height:28px;
	color: #009944;
	margin-top: 18px;
	overflow: hidden;
}
.indexProduct .bd ul li .info .sub{
	font-size: 16px;
	color: #555555;
	line-height:30px;
	margin-top:30px;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.indexProduct .bd ul li .info a{
	display: block;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	background: #009944;
	color: #fff;
	font-size: 16px;
	margin-top:40px;
}
.indexProduct .bd ul li .info a i{
	margin-right: 12px;
	position: relative;
	top: 1px;
}
.indexProduct .bd ul li .pic{
	width: 58%;
	float: right;  
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.indexProduct .bd ul li .pic #img2{
	width: 66%;
	border-radius: 100%;
	position: absolute;
}
.indexProduct .hd{
	width: 24.66%;
	float: right;
	margin-top: 30px;
}
.indexProduct .hd ul{
	height: 565px;
	overflow-y: auto;
	padding-right:6px;
}
.indexProduct .hd ul li{
	overflow: hidden;
	border-bottom: 1px solid #e9ebed;
	margin-bottom: 20px;
	cursor: pointer;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.indexProduct .hd ul li:last-child{
	margin-bottom: 0;
}
.indexProduct .hd ul li .pic{
	width: 22.82%;
	float: left;
	border: 1px dashed rgba(28,163,88,0);
	border-radius: 100%;
	padding: 0;
	transition: all .5s ease;
}
.indexProduct .hd ul li.on .pic{
	border: 1px dashed rgba(28,163,88,1);
	padding: 4px;
	transition: all .5s ease;
	
}
.indexProduct .hd ul li .pic img{
	border-radius: 100%;
}
.indexProduct .hd ul li .info{
	width: 71%;
	float: right;
}
.indexProduct .hd ul li .info .tit{
	font-size: 22px;
	line-height: 30px;
	color: #333333;
	margin: 2px 0 5px;
}
.indexProduct .hd ul li.on .info .tit{
	color: #1ca358;
}
.indexProduct .hd ul li .info .tit2{
	font-size: 14px;
	line-height:25px;
	color: #666666;
}

/* indexIndustry */
.indexIndustry{
	padding: 65px 0 90px;
	background: url(../images/sy-hy-bg.jpg) no-repeat top center;
	background-size: cover;
}
.sy-hy-show{
	position: relative; 
	margin-top: 42px;
}
.sy-hy-show .hd{
	width: 50.676%;
	float: left;
} 
.sy-hy-show .hd ul li{
	width: 32.5%;
	float: left;
	height: 185px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
	cursor: pointer;
	margin-bottom: 7px;
    transition: all .5s ease;
}
.sy-hy-show .hd ul li:nth-of-type(3n+2){
	margin: 0 1.2%;
}
.sy-hy-show .hd ul li:nth-child(7),
.sy-hy-show .hd ul li:nth-child(8),
.sy-hy-show .hd ul li:nth-child(9){
	margin-bottom: 0;
}
.sy-hy-show .hd ul li:hover,
.sy-hy-show .hd ul li.on{
	background: #009944;
    transition: all .5s ease;
}
.sy-hy-show .hd ul li .ico{
	width: 64px;
	height: 64px;
	background: #009944;
	border-radius: 100%;
	display: block;
	margin: 26px auto 0;
	display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
}
.sy-hy-show .hd ul li:hover .ico,
.sy-hy-show .hd ul li.on .ico{
	background: #fff;
    transition: all .5s ease;
}
.sy-hy-show .hd ul li .ico img{
	filter: grayscale(100%) brightness(500%);
    transition: all .5s ease;
}
.sy-hy-show .hd ul li:hover .ico img,
.sy-hy-show .hd ul li.on .ico img{
	filter: grayscale(0%) brightness(100%);
    transition: all .5s ease;
}
.sy-hy-show .hd ul li .cn{
	font-size: 18px;
	line-height: 28px;
	color: #333333;
	padding: 0 10px;
	margin: 12px 0 10px;
    transition: all .5s ease;
}
.sy-hy-show .hd ul li:hover .cn,
.sy-hy-show .hd ul li.on .cn{
	color: #fff;
    transition: all .5s ease;
}
.sy-hy-show .hd ul li .en{
	font-family: barlow;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	text-transform: uppercase;
    transition: all .5s ease;
}
.sy-hy-show .hd ul li:hover .en,
.sy-hy-show .hd ul li.on .en{
	color: #fff;
    transition: all .5s ease;
}
.sy-hy-show .bd{
	width: 48.581%;
	position: absolute;
	right: 0;
	height: 100%;
	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.sy-hy-show .bd ul,
.sy-hy-show .bd ul li{
	height: 100%;
}
.sy-hy-show .bd ul li{
	position: relative;
}
.sy-hy-show .bd ul li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sy-hy-show .bd ul li .info{
	width: 100%;
	padding: 20px 28px 28px;
	background: rgba(0,0,0,0.7);
	left: 0;
	bottom: 0%;
	color: #fff;
	position: absolute;
}
.sy-hy-show .bd ul li .info .tit{
	font-size: 28px;
	line-height: 35px;
	font-weight: bold;
}
.sy-hy-show .bd ul li .info .sub{
	font-size: 16px;
	line-height: 25px;
	height: 50px;
	opacity: 0.8;
	margin-top: 28px;
}

/* indexAbout */
.indexAbout{
	padding: 80px 0 85px;
	background: url(../images/sy-abt-back.jpg) no-repeat top center;
	background-size: cover;
}
.sy-abt-left{
	float: left;
	width: 38%;
}
.sy-abt-left .syTitBox{
	padding-bottom: 0;
}
.sy-abt-left .syTitBox h2{
	text-align: left;
	color: #fff;
}
.sy-abt-left .syTitBox h6{
	text-align: left;
	color: #fff;
}
.sy-abt-left .syTitBox h2::after{
	-webkit-text-stroke: 1px rgba(242,242,242,0.2); 
	text-align: left;
}
.sy-abt-left .box1{
	overflow: hidden;
	margin-top: 74px;
}
.sy-abt-left .box1 .lb{
	float: left;
	overflow: hidden;
}
.sy-abt-left .box1 .lb:nth-child(2){
	margin-left: 50px;
}
.sy-abt-left .box1 .lb .ico{
	width: 54px;
	height: 54px;
	border-radius: 100%;
	background: #fff;
	display: flex;
    justify-content: center;
    align-items: center;
	float: left;
}
.sy-abt-left .box1 .lb .ico i{
	font-size: 35px;
	color: #009944;
}
.sy-abt-left .box1 .lb .txt{
	float: left;
	color: #fff;
	margin-left: 10px;
}
.sy-abt-left .box1 .lb .txt .cn{
	font-size: 18px;
	line-height: 25px;
	margin: 2px 0 4px;
}
.sy-abt-left .box1 .lb .txt .en{
	text-transform: uppercase;
	font-family: barlow;
	letter-spacing: 1px;
}
.sy-abt-right{
	width: 60%;
	max-width: 825px;
	float: right;
	margin-top: 20px;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.sy-cj-show{
	background: #fff;
	margin-top:60px; overflow:hidden;
}
.sy-cj-show .titBox{
	width: 18.108%;
	float: left;
	position: relative;
	text-align: center;
	height: 100%;
}
.sy-cj-show .titBox .line{
	width: 1px;
	height: 132px;
	background: #e5e5e5;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -66px;
}
.sy-cj-show .titBox::after{
	width: 100%;
	height: 12px;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #e5e5e5;
}
.sy-cj-show .titBox::before{
	width: 12px;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #e5e5e5;
}
.sy-cj-show .titBox .ico{
	width: 54px;
	height: 54px;
	background: #009944;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	margin: 31px auto 0;
}
.sy-cj-show .titBox .ico i{
	font-size: 28px;
}
.sy-cj-show .titBox .cn{
	font-size: 22px;
	line-height: 28px;
	color: #009944;
	margin: 8px 0 6px;
}
.sy-cj-show .titBox .en{
	font-family: barlow;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.sy-cj-show .cj-show{
	width: 75%;
	float: right;
	position: relative;
	margin-right: 45px;
	margin-top: 15px; margin-bottom:15px;
}
.syCjSwiper{
	overflow: hidden;
	position: relative;
	width: 90.45%; 
}
.syCjSwiper .swiper-slide img{width: 100%;}
.syCjN,.syCjP{
	background: rgba(0,153,68,0) !important;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	width: 54px !important;
	height: 54px !important;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all .5s ease;
}
.syCjN:hover,.syCjP:hover{
	background: rgba(0,153,68,1) !important;
	border: 1px solid #009944;
	color: #fff;
	transition: all .5s ease;
}
.syCjN i,.syCjP i{
	font-size: 28px;
}
.syCjN{
	right: 0 !important;
	top: 8px !important;
	margin-top: 0 !important;
}
.syCjP{
	left: auto !important;
	right: 0 !important;
	top: 74px !important;
	margin-top: 0 !important;
}

/* indexManufacture */
.indexManufacture{
	padding: 65px 0 100px;
	background: #eff2f7;
}
.indexManufacture .syTitBox h2::after{
	-webkit-text-stroke: 1px #e4e6eb;
}
.syLcSwiper{
	overflow: hidden;
	position: relative;
	margin-top: 36px;
	padding-bottom: 60px;
}
.syLcSwiper .swiper-slide{
	position: relative;
}
.syLcSwiper .swiper-slide::after{
	content: "";
	position: absolute;
	width: 35px;
	height: 35px;
	background: url(../images/sy-lc-jt.jpg) no-repeat center center;
	right: -44px;
	top: 34%; 
}
.syLcSwiper .swiper-slide img{
	border-radius: 100%;
	border: 10px solid #fff;
	width: 100%;
	display: block;
}
.syLcSwiper .swiper-slide p{
	text-align: center;
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-top: 16px;
}
.syLcPag{
	top: auto !important;
	bottom: 0;
}
.syLcPag .swiper-pagination-progressbar-fill{
	background: #1ca358 !important;
}

/* indexNews */
.indexNews{
	padding: 70px 0 90px;
}
.sy-news{
	margin-top: 58px;
}
.sy-news-left{
	width: 44.46%;
	float: left;
	background: #f5f5f5;
	padding: 26px 24px 26px 23px;
}
.sy-news-tit{
	line-height: 56px;
	padding: 0 110px 0 20px;
	position: relative;
	font-size: 18px;
	color: #222222;
}
.sy-news-tit::after{
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border: 3px solid #009944;
	border-radius: 100%;
	left: 0;
	top: 50%;
	margin-top: -5px;
}
.sy-news-tit::before{
	content: "";
	height: 42%;
	position: absolute;
	width: 1px;
	border-left: 1px dashed #009944;
	left: 4px;
	bottom: 0;
}
.sy-news-tit span{
	position: absolute;
	right: 0;
	font-size: 15px;
	color: #999999;
	font-family: arial;
	font-weight: bold;
	top: 0;
}
.sy-news-left .sub{
	padding-left: 20px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 60px;
	position: relative;
}
.sy-news-left .sub::after{
	content: "";
	height: 100%;
	position: absolute;
	width: 1px;
	border-left: 1px dashed #009944;
	left: 4px;
	top: 0;
}
.sy-news-right{
	width: 51.621622%;
	float: right; 
}
.sy-news-right .hd{
	position: relative;
	border-bottom: 1px solid #e8e7e7;
}
.sy-news-right .hd .gdxw{
	position: absolute;
	right: 0;
	font-size: 15px;
	color: #222222;
	top: 0;
	line-height: 42px;
}
.sy-news-right .hd .gdxw i{
	color: #009944;
}
.sy-news-right .hd .gdxw:hover{
	color: #009944;
}
.sy-news-right .hd ul{
	overflow: hidden;
}
.sy-news-right .hd ul li{
	float: left;
	line-height: 42px;
	text-align: center;
	padding: 0 20px;
	background: #e8e7e7;
	cursor: pointer;
	margin-right: 5px;
	transition: all .5s ease;
}
.sy-news-right .hd ul li.on{
	background: #009944;
	color: #fff;
	transition: all .5s ease;
}
.sy-news-right .bd{
	margin-top: 28px;
}
.sy-new-list{
	overflow: hidden;
	border-bottom: 1px dashed #ccdef0;
	padding-bottom: 18px;
}
.sy-new-list .pic{
	width: 24.47644%;
	float: left;
}
.sy-new-list .info{
	width: 72%;
	float: right;
}
.sy-new-list .info .tit{
	line-height: 30px;
    padding: 0 110px 0 0;
    position: relative;
    font-size: 18px;
    color: #222222;
}
.sy-new-list .info .tit span{
	position: absolute;
    right: 0;
    font-size: 15px;
    color: #999999;
    font-family: arial;
    font-weight: bold;
}
.sy-new-list .info .sub{ 
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    position: relative;
	margin-top: 14px;
}
.sy-news-right .sy-news-tit{
	border-bottom: 1px dashed #ccdef0;
}
.sy-news-right .sy-news-tit::before{
	display: none;
}
.syFaq{
	margin-top: 80px; 
	position: relative;
}
.syFaq .more{
	float: left;
}
.syFaq .row{
	width: 84%;
	position: absolute;
	right: 0;
	height: 100%;
}
.syFaq .row > div{
	height: 100%;
}
.sy-faq-list{
	height: 100%;
	border-left: 1px solid #ededed;
	padding-left: 22px;
	padding-top: 10px;
}
.sy-faq-list .tit{
	font-size: 16px; 
	color: #333333;
	line-height: 26px;
	height: 52px;
	padding-left: 56px;
	background: url(../images/sy-Q.jpg) no-repeat left center;
}
.sy-faq-list .line{
	width: 100%;
	height: 1px;
	background: #ededed;
	margin: 6px 0 20px;
}
.sy-faq-list .sub{
	padding-left: 56px;
	background: url(../images/sy-A.jpg) no-repeat left 12px top 3px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
	height: 78px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sy-faq-list .more{
	width: 104px;
	height: 40px;
	margin-left: 56px;
	margin-top: 38px;
	font-size: 14px;
	color: #333333;
	border: 1px solid #ededed;
	border-radius: 5px;
	text-align: center;
	line-height: 38px;
	transition: all .5s ease;
}
.sy-faq-list:hover .more{
	background: #009944;
	color: #fff;
	border: 1px solid #009944;
}
.sy-faq-list .more i{
	margin-left: 2px;
	font-size: 15px;
}

/* indexPartner */
.indexPartner{
	padding: 70px 0 100px;
	background: url(../images/sy-hzhb-back.jpg) no-repeat top center;
	background-size: cover;
}
.indexPartner .syTitBox h2::after{
	-webkit-text-stroke: 1px #e9e9e9;
}
.sy-hzhb-show{
	margin-top: 35px;
	position: relative;
}
.syHbSwiper{
	overflow: hidden;
	width: 84.86%;
	margin: 0 auto;
	position: relative;
}
.syHbSwiper .swiper-slide{
	position: relative;
	height: 520px;
}
.syHbSwiper .swiper-slide .list{
	width: 13.455414%;
	height: 37.884615%;
	background: url(../images/hzhb-img-back.png) no-repeat center center;
	background-size: 100% 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	position: absolute;
}
.syHbSwiper .swiper-slide .list img{
	width: 80%;
	margin: 0 auto;
	display: block;
}
.syHbSwiper .swiper-slide .list:nth-child(1){
	left: 7.3%;
	top: 0;
}
.syHbSwiper .swiper-slide .list:nth-child(2){
	left: 21.5%;
	top: 0;
}
.syHbSwiper .swiper-slide .list:nth-child(3){
	left: 35.7%;
	top: 0;
}
.syHbSwiper .swiper-slide .list:nth-child(4){
	left: 49.9%;
	top: 0;
}
.syHbSwiper .swiper-slide .list:nth-child(5){
	left: 64.2%;
	top: 0;
}
.syHbSwiper .swiper-slide .list:nth-child(6){
	left: 78.6%;
	top: 0;
}

.syHbSwiper .swiper-slide .list:nth-child(7){
	left: 0%;
	top: 31.3%;
}
.syHbSwiper .swiper-slide .list:nth-child(8){
	left: 14.3%;
	top: 31.3%;
}
.syHbSwiper .swiper-slide .list:nth-child(9){
	left: 28.6%;
	top: 31.3%;
}
.syHbSwiper .swiper-slide .list:nth-child(10){
	left: 42.9%;
	top: 31.3%;
}
.syHbSwiper .swiper-slide .list:nth-child(11){
	left: 57.2%;
	top: 31.3%;
}
.syHbSwiper .swiper-slide .list:nth-child(12){
	left: 71.5%;
	top: 31.3%;
}
.syHbSwiper .swiper-slide .list:nth-child(13){
	left: 85.8%;
	top: 31.3%;
}

.syHbSwiper .swiper-slide .list:nth-child(14){
	left: 7.3%;
	top: 63%;
}
.syHbSwiper .swiper-slide .list:nth-child(15){
	left: 21.5%;
	top:  63%;
}
.syHbSwiper .swiper-slide .list:nth-child(16){
	left: 35.7%;
	top:  63%;
}
.syHbSwiper .swiper-slide .list:nth-child(17){
	left: 49.9%;
	top:  63%;
}
.syHbSwiper .swiper-slide .list:nth-child(18){
	left: 64.2%;
	top:  63%;
}
.syHbSwiper .swiper-slide .list:nth-child(19){
	left: 78.6%;
	top: 63%;
}
.syHbN,.syHbP{
	background: rgba(0,153,68,0) !important;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	width: 54px !important;
	height: 54px !important;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	transition: all .5s ease;
}
.syHbN:hover,.syHbP:hover{
	background: rgba(0,153,68,1) !important;
	border: 1px solid #009944;
	color: #fff;
	transition: all .5s ease;
}
.syHbN i,.syHbP i{
	font-size: 28px;
}

/* Nybanner */
.Nybanner{
	position: relative;
	overflow: hidden;
}
.Nybanner img{
	width: 100%;
}
.Nybanner .info{
	position: absolute;
	width: 100%;
	left: 0;
	top: 30%;
}
.Nybanner .info h2{
	font-size: 36px;
	line-height: 45px;
	color: #000000;
}
.Nybanner .info.pro h2{
	color: #fff;
}
.Nybanner .info.pro h6{
	color: #fff;
}
.Nybanner .info h6{
	font-size: 18px;
	font-family: arial;
	color: #666666;
	line-height: 25px;
	text-transform: uppercase;
	margin: 20px 0 30px;
}
.Nybanner .info .line{
	width: 25px;
	height: 3px;
	background: #009944;
}
.Nybanner .info.pro .line{
	background: #fff;
}
.NyLocation{
	line-height: 70px;
	background: #f1f1f1;
}
.NyLocation .Nywz.fl{
	float: left;
}
.NyLocation .Nylm{
	float: left;
}
.NyLocation .Nylm a{
	display: block;
	float: left;
	position: relative;
	margin-right: 42px;
	font-size: 18px;
	color: #333333;
}
.NyLocation .Nylm a:hover,
.NyLocation .Nylm a.on{
	color: #179e2d;
}
.NyLocation .Nylm a:last-child{
	margin-right: 0;
}
.NyLocation .Nylm a::after{
	content: "";
	position: absolute;
	width: 10%;
	opacity: 0;
	height: 3px;
	background: #179e2d;
	left: 0;
	bottom: 0;
	transition: all .5s ease;
}
.NyLocation .Nylm a:hover::after,
.NyLocation .Nylm a.on::after{
	width: 100%;
	opacity: 1;
	transition: all .5s ease;
}
.NyLocation .Nywz{
	float: right;
	background: url(../images/home-ico.jpg) no-repeat left center;
	padding-left: 24px;
	font-size: 16px;
	color: #666666;
}

/* about */
.about{
	padding: 60px 0 50px;
	background: url(../images/about-bk.jpg) repeat-x bottom center;
	background-size: 100% 58%;
}
.about .Pic{
	width: 44%;
	float: left;
	border: 10px solid #fff;
	border-top: none;
}
.about .Pic img{
	width: 100%;
}
.about .Info{
	width: 56%;
	float: right;
}
.about .Info .top{
	height: 158px;
	background: #179e2d url(../images/about-logo.jpg) no-repeat right top; 
	background-size: auto 100%;
	color: #fff;
	overflow: hidden;
}
.about .Info .top h2{
	line-height: 158px;
	float: left;
	font-size: 32px;
	margin-left: 48px;
}
.about .Info .top .line{
	width: 1px;
	height: 57px;
	background: #43af55;
	float: left;
	margin-left: 26px;
	margin-top: 51px;
}
.about .Info .top .sub{
	float: left;
	font-size: 24px;
	line-height: 40px;
	margin-left: 26px;
	margin-top: 40px;
}
.about .Info .top .sub .en{
	font-size: 18px;
	font-family: barlow;
	letter-spacing: 1px;
}
.about .Info .cont{
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding: 0 48px;
	margin-top: 25px;
}
.idea{
	height: 562px;
	background: url(../images/idea-back.jpg) no-repeat top center;
	background-size: cover;
}
.idea .container{
	position: relative;
}
.idea h2{
	width: 200px;
	line-height: 60px;
	background: #179e2d;
	text-align: center;
	color: #fff;
	font-size: 22px;
	left: 50%;
	margin-left: -100px;
	top: -30px;
	position: absolute;
}
.idea h3{
	font-size: 28px;
	line-height: 48px;
	padding-top: 66px;
	background: url(../images/idea-yh.png) no-repeat top center;
	text-align: center;
	color: #fff;
	margin-top: 114px;
}
.honor{
	padding:50px 0 50px;
	/*background: url(../images/honor-back.jpg) repeat-x bottom 16% center;*/
}
.about-h2{
	text-align: center;
	font-size: 42px;
	line-height: 55px;
	color: #222222;
}
.honor-show{
	position: relative;
	margin-top:40px;
}
.honorN,.honorP{
	background: rgba(0,153,68,0) !important;
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	width: 54px !important;
	height: 54px !important;
	border-radius: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 0 !important;
	top: 31% !important;
	transition: all .5s ease;
}
.honorN:hover,.honorP:hover{
	background: rgba(0,153,68,1) !important;
	border: 1px solid #009944;
	color: #fff;
	transition: all .5s ease;
}
.honorN i,.honorP i{
	font-size: 28px;
}
.honorSwiper{
	width: 83.78%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.honorSwiper .pic{
	border: 10px solid #684141;
}
.honorSwiper .pic img{
	width: 100%;
}
.honorSwiper .tit{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	margin-top:15px;
	padding: 0 5px; 
}
.sccj{
	padding: 60px 0 80px;
	background: #f5f5f5;
}
.sccjSwiper{
	overflow: hidden;
	position: relative;
	margin-top: 60px;
	padding-bottom: 70px;
}
.sccjSwiper .swiper-slide{
	width:20%;
}
.sccjSwiper .swiper-slide img{
	width: 100%;
}
.sccjSwiper .swiper-slide.small{
	width: 24.2%;
}
.sccjSwiper .swiper-slide.small img:nth-child(1){
	margin-bottom: 12px;
}

.product{padding: 50px 0 30px;}
.product .pdg{padding:0 15px;}
.product-list{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
	background: #f5f5f5;
	margin-bottom: 30px;
}
.product-list .info{
	position: relative;
	padding-top: 20px;
	padding-right:20px;
	padding-bottom:50px;
	padding-left:20px;
	display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.product-list .info .plus{
	position: absolute;
	width: 48px;
	line-height: 44px;
	text-align: center;
	height: 48px;
	background: #009944;
	color: #fff;
	right: 0;
	top: -24px;
	font-size: 28px;
	transition: all .5s ease;
}
.product-list:hover .info .plus{
	font-size: 35px;
	transition: all .5s ease;
}
.product-list .info .tit{
	font-size: 24px;
	color: #222222;
	line-height: 30px;
	transition: all .5s ease;
}
.product-list:hover .info .tit{
	color: #009944;
	transition: all .5s ease;
}
.product-list .info .line{
	width: 100%;
	height: 1px;
	border-top: 1px dashed #d8d8d8;
	margin: 18px 0 15px;
}
.product-list .info .sub{
	height: 56px;
	font-size: 16px;
	line-height: 28px;
	color: #888888;
}
.product-list .info .sub p{
	padding-left: 13px;
	position: relative;
}
.product-list .info .sub p::after{
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	background: #009944;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	border-radius: 100%;
}
.productDe{
	padding: 0 0 76px;
}
.productDe .imgShow{
	width: 45%;
	float: left;
} 
.proDeSwiper {
	overflow: hidden;
	position: relative;
	width: 87%;
	margin:0 auto;
}
.proDeSwiper .swiper-slide{
	border: 1px solid #c8c6c6;
	transition: all .5s ease;
}
.proDeSwiper .swiper-slide.swiper-slide-thumb-active{
	border: 1px solid #449e43;
	transition: all .5s ease;
}
.prode-thumbs{
	position: relative;
	margin-top: 14px;
}
.proDeSwiper2{
	overflow: hidden;border-radius: 3px;
	position: relative; 
}
.proDeN{
	right: 0 !important;
}
.proDeP{
	left: 0 !important;
}
.proDeN,
.proDeP{
	width: 30px !important;
	height: 100% !important;
	border-radius: 5px;
	background: #f1f1f1 !important;
	top: 0 !important;
	margin-top: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #444;
	transition: all .5s ease;
}
.proDeN:hover,
.proDeP:hover{
	background: #449e43 !important;
	color: #fff;
	transition: all .5s ease;
}
.proDeN i,
.proDeP i{
	font-size: 22px;
}
.productDe .Info{
	width:52%;
	float:right;
	margin-top:0px;
}
.productDe .Info .title{
	font-size: 36px;
	line-height:45px;
	color: #009944;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
}
.productDe .Info .subtitle{
margin-top:10px;
	font-size: 16px;
	line-height:28px;
	color: #555;
	border-bottom:1px solid #eeeeee;
	padding-bottom:10px;
}
.productDe .Info .subtitle b{color:#f39800;}
.productDe .Info .cont{
	margin-top:10px;
	height:210px;
	overflow-y: auto;
	padding-right:15px;
}
.productDe .Info .cont p{
	line-height:30px;
	font-size: 16px;
	color: #555555;
}
.productDe .Info .cont p img{
	display: inline-block;
	top: -2px;
	position: relative;
	margin-right:4px;margin-right:2px;
}
.productDe .Info .link{
	overflow: hidden;
	margin-top:10px;
}
.productDe .Info .link a{
	display: block;
	width: 206px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background: #009944;
	float: left;
	margin-right:20px; margin-left:5px;margin-top:5px;margin-bottom:5px;
	color: #fff;
	font-family: barlow; 
	font-size: 24px;
	border-radius: 3px;
    -moz-box-shadow: 3px 3px 4px #DFDFDF;
    -webkit-box-shadow: 3px 3px 4px #dfdfdf;
    box-shadow: 3px 3px 4px #dfdfdf;
}
.productDe .Info .link a i{
	font-size: 20px;
	margin-right:12px;
}
.productDe .Info .link a:nth-child(2){background: #e6e5e5;font-size: 16px;color: #666666;}
.productDe .Info .link a:nth-child(2) i{position: relative;top: 1px;}
.productDe .Info .link a:nth-child(2):hover{
	background: #009944;
	color: #fff;
}
.productTab{
	padding: 50px 0 0 0; 
}
.prode-tab{
	background: #fff; overflow:hidden;
	padding:40px 0px 40px;
}
.protd-tit{
	position: relative;
	text-align: center;
	line-height: 55px;
	font-size: 42px;
	color: #222222;
}
.protd-tit span{
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 99;
	padding: 0 30px;
}
.protd-tit::after{
	content: "";
	width: 100%;
	height: 1px;
	background: #eeeeee;
	left: 0;
	top: 50%;
	position: absolute;
}
.prode-tab .cont{
	margin-top: 50px;
	font-size: 16px;
	color: #555;
	line-height: 28px;
}
.proTx{
	padding: 75px 0 90px;
	background: url(../images/prode-back1.jpg) no-repeat top center;
	background-size: cover;
}
.proTx .protd-tit span{
	background: #efefef;
}
.proTx .protd-tit::after{
	background: #d9d9d9;
}
.proTx .row{
	background: #fff;
	border-radius: 25px;
	padding: 40px 15px 40px;
	margin-top: 72px;
}
.protx-list{
	border-radius: 15px;
	overflow: hidden;
	margin-bottom:30px;
}
.protx-list .tit{
	line-height: 72px;
	text-indent: 38px;
	background: url(../images/prode-tb1.png) no-repeat top center;
	background-size: cover;
	font-size: 24px;
	color: #fff;
}
.protx-list .sub{
	padding: 18px 52px 18px 70px;
	font-size: 17px;
	color: #555555;
	line-height: 30px;
	height: 114px;
	position: relative;
}
.protx-list .sub::after{
	content: "";
	position: absolute;
	width: 11px;
	height: 11px;
	background: #009947;
	border-radius: 100%;
	border: 2px solid #fff;
	top: -5.5px;
	left: 38px;
	z-index: 22;
}
.protx-list .sub::before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	border-left: 1px dashed #bebebe;
	left: 43px;
	top: 0;
	z-index: 11;
}
.proBz{
	padding: 70px 0 92px;
	background: url(../images/probz-back.jpg) no-repeat top center;
	background-size: cover;
}
.proBz .protd-tit{
	color: #fff;
}
.proBz .protd-tit span{
	background: #0f984b;
}
.proBz .protd-tit::after{
	background: #59b882;
}
.proBz .container{
	margin-top: 52px;
}
.probz-l{
	width: 44%;
	float: left;
	margin-top: 50px;
	font-size: 17px;
	color: #fff;
	line-height: 30px;
}
.probz-l .sub:nth-child(1){
	border-bottom: 1px dashed #fff;
	padding-bottom: 20px;
	margin-bottom: 24px;
}
.probz-r{
	float: right;
	width: 50%;
}

/* 公用 */
.syTitBox{
	background: url(../images/sy-tit-ico.png) no-repeat bottom center;
	padding-bottom: 42px;
}
.syTitBox h2{
	font-size: 48px;
	line-height: 60px;
	color: #222222;
	text-align: center;
	position: relative;
}
.syTitBox h2 span{
	display: inline-block;
	position: relative;
	z-index: 22;
}
.syTitBox h2::after{
	content: attr(data-en);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-size: 72px;
	line-height: 60px;
	font-family: arial;
	top: 2px;
	color: rgba(255,255,255,0); 
	-webkit-text-stroke: 1px rgba(242,242,242,1);
}
.syTitBox h6{
	font-size: 18px;
	line-height: 28px;
	color: #555555;
	text-align: center;
	margin-top: 22px;
}
.rotate180 {
	transform: rotate(180deg);
}
.text-line1{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.text-line2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.bd-pic .pic{
	overflow: hidden;
}
.bd-pic img{
	width: 100%;
	transform: scale(1);
	transition: all .5s ease;
}
.bd-pic:hover img{
	transform: scale(1.12);
	transition: all .5s ease;
}

/* footer */
footer{
	background: url(../images/foot-back.jpg) no-repeat top center;
	background-size: cover;
}
.foot-top{padding: 60px 0 40px;}
.foot-top .foot-lm{float: left; width:54%;}
.foot-top .foot-lm .item{float: left;margin-left:4%; width:28%;}
.foot-top .foot-lm .item:first-child{margin-left:0;}
.foot-top .foot-lm .item:nth-child(2){width:36%;}
.foot-top .foot-lm .item h4{
	line-height: 32px;
	color: #fff;
	font-size: 18px;
	padding-left: 18px;
	background: url(../images/foot-sjx.png) no-repeat left center;
}
.foot-top .foot-lm .item .link{
	margin-top: 20px;
}
.foot-top .foot-lm .item .link a{
	display: block;
	line-height: 36px;
	padding-left: 18px;
	font-size: 16px;
	color: #969696;
}
.foot-top .foot-lm .item:nth-child(2) .link a{
 float:left; width:50%;
	line-height: 36px;
	padding-left: 18px;
	font-size: 16px;
	color: #969696;display: block;
}
.foot-top .foot-lm .item .link a:hover{color: #fff;}
.foot-lx{float: left;margin-left:2%;width:32%;}
.foot-lx p{
	font-size: 16px;
	line-height:36px;
	color: #bcbcbc;
	padding-left:32px;
}
.foot-lx p a:hover{
	color: #fff;
}
.foot-lx p.tel{
	background: url(../images/foot-tel.png) no-repeat left top 6px;
}
.foot-lx p.tel a{
	display: block;
	font-family: barlow;
	font-size: 36px;
	line-height: 55px;
	color: #fff;
}
.foot-lx p.dz{
	background: url(../images/foot-dz.png) no-repeat left top 9px;
}
.foot-lx p.yx{
	background: url(../images/foot-yx.png) no-repeat left top 13px;
}
.foot-lx p.ph{
	background: url(../images/foot-ph.png) no-repeat left top 13px;
}
.foot-ewm{float: right;width:12%;}
.foot-ewm img{
	width: 100%;
	display: block;
	padding: 7px;
	border: 1px dashed #5a5a5a;
}
.foot-ewm p{
	display: block;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	background: #5a5a5a;
}
.foot-copy{
	line-height:30px; padding-top:20px;padding-bottom:20px;
	border-top: 1px solid #4e4e4e;
	font-size: 16px;
	color: #c3c3c3;
}
.foot-copy a:hover{
	color: #fff;
}

/*MB - PC */
.isPc {
	display:block;
}
.isMobile {
	display:none !important;
}
/* 滚动  */
@-webkit-keyframes rotate {
	from {
	-webkit-transform:rotate(0deg)
}
to {
	-webkit-transform:rotate(360deg)
}
}@-moz-keyframes rotate {
	from {
	-moz-transform:rotate(0deg)
}
to {
	-moz-transform:rotate(360deg)
}
}@-o-keyframes rotate {
	from {
	-o-transform:rotate(0deg)
}
to {
	-o-transform:rotate(360deg)
}
}@keyframes rotate {
	from {
	transform:rotate(0deg)
}
to {
	transform:rotate(360deg)
}
}/*page*/
.Page {
	width:100%;
	text-align:center;
	line-height:30px;
	padding-top:20px; padding-bottom:20px;
}
.Page.tl {
	text-align:left;
}
.Page .disabled {
	border:1px solid #d8d8d8;
	padding:5px 5px;
	font-size:10px;
	color:#d8d8d8;
	display:none;
	visibility:hidden;
}
.Page a {
	border:1px solid #f1f1f1;
	display:inline-block;
	min-width:30px;
	padding:0 5px;
	background:#f1f1f1;
	line-height:25px;
	text-align:center;
	font-size:10px;
	color:#333;
	position:relative;
	top:2px;
}
.Page a:hover {
	border:1px solid #179e2d;
}
.Page a.sy {
	color:#707072 !important;
}
.Page .current {
	background:#ffaa09;
	display:inline-block;
	width:30px;
	text-align:center;
	line-height:25px;
	color:#fff;
	position:relative;
	top:2px;
	border:1px solid #ffaa09;
	font-size:10px;
}
.Page .next,.Page .prev {
	width:65px;
}
.bsBox {
	width:auto !important;
	height:auto !important;
}
/*news*/
.news{
	padding:20px 0 20px;
}
.news ul li{
	padding: 15px 0;
	position: relative;
}
.news ul li::after{
	content: "";
	position: absolute;
	width: 0;
	opacity: 0;
	height: 100%;
	background: #f4f4f4;
	left: 0;
	top: 0;
	z-index: 10;
	transition: all .5s ease;
}
.news ul li:hover::after{
	width: 100%;
	opacity: 1;
	transition: all .5s ease;
}
.news ul li:nth-of-type(2n+2)::after{
	left: auto;
	right: 0;
}
.news ul li .container{
	position: relative;
	z-index: 22;
}
.news .time{
	width: 90px;
	font-family: "barlow";
	height: 90px;
	text-align: center;
	background: #999999;
	color: #fff;
	float: left;
	margin-top: 2px;
	transition: all .5s ease;
}
.news ul li:hover .time{
	background: #179e2d;
	transition: all .5s ease;
}
.news .time .day{
	font-size: 48px;
	line-height: 50px;
	margin-top: 6px;
}
.news .time .year{
	font-size: 15px;
	line-height: 25px;
}
.news .line{
	width: 1px;
	height: 90px;
	background: #e5e6e6;
	float: left;
	margin: 0 24px;
	margin-top: 2px;
}
.news ul li .info{
	width: 70%;
	float: left;
}
.news ul li .info .tit{
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: all .5s ease;
}
.news ul li:hover .info .tit{
	color: #179e2d;
	transition: all .5s ease;
}
.news ul li .info .key{
	font-size: 14px;
	color: #999999;
	line-height: 20px;
	margin: 10px 0 12px;
}
.news ul li .info .sub{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news ul li i{
	color: #179e2d;
	top: 50%;
	margin-top: -30px;
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 40px;
	background: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 100%;
	font-size: 28px;
	opacity: 0;
	transition: all .5s ease;
}
.news ul li:nth-of-type(2n+2) i{
	right: -20px;
}
.news ul li:hover i{
	right: 20px;
	opacity: 1;
	transition: all .5s ease;
}
.newsDe{
	padding: 30px 0 20px;
}
.newsDe .title{
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	color: #333333;
}
.newsDe .time{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	border-bottom: 1px solid #e6e6e5;
	padding-bottom: 24px;
	margin-top: 24px;
	text-align: center;
}
.newsDe .cont{
	font-size: 16px;
	line-height: 28px;
	color: #666666;
	margin-top: 32px;
}
.dePage{
	border-top: 1px solid #e6e6e5;
	padding-top: 35px;
	margin-top: 55px;
}
.dePage a{
	display: block;
	width: 48%;
	background-color: #f1f1f1;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	padding: 22px 35px;
}
.dePage a:nth-child(2){
	float: right;
}
.dePage a span{
	width: 100%;
	display: inline-block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.dePage a:hover{
	color: #fff;
	background-color: #179e2d;
}
.contact{
	padding: 40px 0 0px;
}
.contact h2{
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	color: #1258a6;
}
.contact h6{
	font-size: 16px;
	text-align: center;
	color: #777777;
	line-height: 25px;
	margin-top: 22px;
}
.contact .box{
	overflow: hidden;
	background: #f8f8f8 url("../images/contact-back.jpg") no-repeat right top;
	background-size: auto 100%;
	padding: 48px 0 0 0;
	height: 373px;
	margin-top: 45px;
}
.contact .box .sub{
	float: left;
	font-size: 17px;
	color: #555555;
	line-height: 30px;
	margin-left: 68px;
}
.contact .box .sub:nth-child(2){
	margin-left: 130px;
	position: relative;
}
.contact .box .sub:nth-child(2)::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 268px;
	background: #d9d9d9;
	left: -60px;
	top: 4px;
}
.contact .box .sub p{
	padding-left: 28px;
	margin-bottom: 12px;
}
.contact .box .sub p.dz{
	background: url("../images/c-dz.png") no-repeat top 3px left;
}
.contact .box .sub p.dh{
	background: url("../images/c-dh.png") no-repeat top 5px left;
}
.contact .box .sub p.yx{
	background: url("../images/c-yx.png") no-repeat top 7px left;
}
.contact .box .sub p.yb{
	background: url("../images/c-yb.png") no-repeat top 6px left;
}

/*Webkit,Opera9.5+,Ie9+*/::selection {
	color:#fff;
	background: #2d4b76;
}
/*Mozilla Firefox*/::-moz-selection {
	color:#fff;
	background: #2d4b76;
}
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
	width:6px;
	height:16px;
	background-color:#fff;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.4);
	/*border-radius:10px;
	*/
	background-color:#f2f2f2;
}
/*定义滑块 内阴影+圆角*/::-webkit-scrollbar-thumb {
	cursor:pointer;
	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
	background-color:rgba(0,153,68,1);
	border-radius:0;
}
::-webkit-scrollbar-thumb:hover {
	background-color:rgba(0,153,68,1);
}
::-webkit-scrollbar-thumb:active {
	background-color:rgba(0,153,68,1);
}
/*定义两端上下按钮*/
/*::-webkit-scrollbar-button {
	height:10px;
	width:10px;
	background:#ff6a07;
}
*/
.sroll_top {
	right:0.8%;
	bottom:6%;
	position:fixed;
	display:none;
	cursor:pointer;
	z-index:2999;
}
@-webkit-keyframes trackBallSlide {
	0% {
	opacity:1;
	-webkit-transform:scale(1) translateY(-8px);
	transform:scale(1) translateY(-8px);
}
34% {
	opacity:1;
	-webkit-transform:scale(1) translateY(4px);
	transform:scale(1) translateY(4px);
}
68% {
	opacity:0.2;
	-webkit-transform:scale(1) translateY(16px);
	transform:scale(1) translateY(16px);
}
100% {
	opacity:0.2;
	-webkit-transform:scale(1) translateY(-8px);
	transform:scale(1) translateY(-8px);
}
}@keyframes trackBallSlide {
	0% {
	opacity:1;
	-webkit-transform:scale(1) translateY(-8px);
	transform:scale(1) translateY(-8px);
}
34% {
	opacity:1;
	-webkit-transform:scale(1) translateY(4px);
	transform:scale(1) translateY(4px);
}
68% {
	opacity:0.2;
	-webkit-transform:scale(1) translateY(16px);
	transform:scale(1) translateY(16px);
}
100% {
	opacity:0.2;
	-webkit-transform:scale(1) translateY(-8px);
	transform:scale(1) translateY(-8px);
}
}.fancybox {
	margin-bottom:30px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {
	padding:0;
	margin:0;
	border:0;
	outline:none; 
	vertical-align:top;
}
.fancybox-wrap {
	overflow:unset !important;
}
.fancybox-wrap {
	position:absolute;
	top:0;
	left:0;
	z-index:8020;
}
.fancybox-skin {
	position:relative;
	background:#f9f9f9;
	color:#444;
	text-shadow:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.fancybox-opened {
	z-index:8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow:0 10px 25px rgba(0,0,0,0.5);
	-moz-box-shadow:0 10px 25px rgba(0,0,0,0.5);
	box-shadow:0 10px 25px rgba(0,0,0,0.5);
}
.fancybox-outer,.fancybox-inner {
	position:relative;
}
.fancybox-inner {
	overflow:hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling:touch;
}
.fancybox-error {
	color:#444;
	margin:0;
	padding:15px;
	white-space:nowrap;
}
.fancybox-image,.fancybox-iframe {
	display:block;
	width:100%;
	height:100%;
}
.fancybox-image {
	max-width:100%;
	max-height:100%;
}
#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
	background-image:url(../images/fancybox_sprite.png);
}
#fancybox-loading {
	position:fixed;
	top:50%;
	left:50%;
	margin-top:-22px;
	margin-left:-22px;
	background-position:0 -108px;
	opacity:0.8;
	cursor:pointer;
	z-index:8060;
}
#fancybox-loading div {
	width:44px;
	height:44px;
	background:url(../images/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position:absolute;
	top:-18px;
	right:-18px;
	width:36px;
	height:36px;
	cursor:pointer;
	z-index:8040;
}
.fancybox-nav {
	position:absolute;
	top:0;
	width:40%;
	height:100%;
	cursor:pointer;
	text-decoration:none;
	/*background:transparent url(../images/blank.gif);*/
	/* helps IE */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	z-index:8040;
}
.fancybox-prev {
	left:0;
}
.fancybox-next {
	right:0;
}
.fancybox-nav span {
	position:absolute;
	top:50%;
	width:36px;
	height:34px;
	margin-top:-18px;
	cursor:pointer;
	z-index:8040;
	visibility:hidden;
}
.fancybox-prev span {
	left:10px;
	background-position:0 -36px;
}
.fancybox-next span {
	right:10px;
	background-position:0 -72px;
}
.fancybox-nav:hover span {
	visibility:visible;
}
.fancybox-tmp {
	position:absolute;
	top:-99999px;
	left:-99999px;
	max-width:99999px;
	max-height:99999px;
	overflow:visible !important;
}
/* Overlay helper */

.fancybox-lock {
	overflow:visible !important;
	width:auto;
}
.fancybox-lock body {
	overflow:hidden !important;
}
.fancybox-lock-test {
	overflow-y:hidden !important;
}
.fancybox-overlay {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
	z-index:8010;
	background:url(../images/fancybox_overlay.png);
}
.fancybox-overlay-fixed {
	position:fixed;
	bottom:0;
	right:0;
}
.fancybox-lock .fancybox-overlay {
	overflow-x:hidden;
	overflow-y:scroll;
}
/* Title helper */

.fancybox-title {
	visibility:hidden;
	position:relative;
	text-shadow:none;
	z-index:8050;
}
.fancybox-opened .fancybox-title {
	visibility:visible;
}
.fancybox-title-float-wrap {
	position:absolute;
	bottom:0;
	right:50%;
	margin-bottom:-35px;
	z-index:8050;
	text-align:center;
}
.fancybox-title-float-wrap .child {
	display:inline-block;
	margin-right:-100%;
	padding:2px 20px;
	background:transparent;
	/* Fallback for web browsers that doesn't support RGBa */
	background:rgba(0,0,0,0.8);
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-shadow:0 1px 2px #222;
	color:#FFF;
	font-weight:bold;
	line-height:24px;
	white-space:nowrap;
}
.fancybox-title-outside-wrap {
	position:relative;
	margin-top:10px;
	color:#fff;
}
.fancybox-title-inside-wrap {
	padding-top:10px;
}
.fancybox-title-over-wrap {
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	padding:10px;
	background:#000;
	background:rgba(0,0,0,.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
	#fancybox-loading,.fancybox-close,.fancybox-prev span,.fancybox-next span {
	background-image:url(../images/fancybox_sprite@2x.png);
	background-size:44px 152px;
	/*The size of the normal image,half the size of the hi-res image*/
}
#fancybox-loading div {
	background-image:url(../images/fancybox_loading@2x.gif);
	background-size:24px 24px;
	/*The size of the normal image,half the size of the hi-res image*/
}
}/* 缩略图样式 */
#fancybox-thumbs {
	position:fixed;
	left:0;
	width:100%;
	overflow:hidden;
	z-index:8050;
}
#fancybox-thumbs.bottom {
	bottom:2px;
}
#fancybox-thumbs.top {
	top:2px;
}
#fancybox-thumbs ul {
	position:relative;
	list-style:none;
	margin:0;
	padding:0;
}
#fancybox-thumbs ul li {
	float:left;
	padding:1px;
	opacity:0.5;
}
#fancybox-thumbs ul li.active {
	opacity:0.75;
	padding:0;
	border:1px solid #fff;
}
#fancybox-thumbs ul li:hover {
	opacity:1;
}
#fancybox-thumbs ul li a {
	display:block;
	position:relative;
	overflow:hidden;
	border:1px solid #222;
	background:#111;
	outline:none;
}
#fancybox-thumbs ul li img {
	display:block;
	position:relative;
	border:0;
	padding:0;
	max-width:none;
}
.wz-web-search {
	padding:50px 0 100px;
}
.wz-web-search ul {
	overflow:hidden;
}
.wz-web-search li {
	border-bottom:1px solid #ddd;
	padding:30px 0;
	width:46%;
	float:left;
	transition:all .5s ease;
}
.wz-web-search li:nth-of-type(2n+2) {
	float:right;
}
.wz-web-search li:hover {
	background:#c1422f;
	padding:30px;
	transition:all .5s ease;
}
.wz-web-search li .tit .t1 {
	font-size:22px;
	color:#333;
	transition:all .5s ease;
}
.wz-web-search li:hover .tit .t1 {
	color:#fff;
	transition:all .5s ease;
}
.wz-web-search li .url {
	font-size:14px;
	margin-top:10px;
	color:#c1422f;
	transition:all .5s ease;
}
.wz-web-search li:hover .url {
	color:#fff;
	transition:all .5s ease;
}

/*美化标签*/
.magic-radio,.magic-checkbox {
	position:absolute;
	display:none;
}
.magic-radio[disabled],.magic-checkbox[disabled] {
	cursor:not-allowed;
}
.magic-radio + label,.magic-checkbox + label {
	position:relative;
	display:block;
	padding-left:30px;
	cursor:pointer;
	vertical-align:middle;
	float: left;
	margin-right: 30px;
	font-size: 16px;
	color: #555555;
	font-weight: normal;
}
.magic-radio + label:hover:before,.magic-checkbox + label:hover:before {
	animation-duration:0.4s;
	animation-fill-mode:both;
	animation-name:hover-color;
}
.magic-radio + label:before,.magic-checkbox + label:before {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	width:20px;
	height:20px;
	content:'';
	border:1px solid #c0c0c0;
}
.magic-radio + label:after,.magic-checkbox + label:after {
	position:absolute;
	display:none;
	content:'';
}
.magic-radio[disabled] + label,.magic-checkbox[disabled] + label {
	cursor:not-allowed;
	color:#e4e4e4;
}
.magic-radio[disabled] + label:hover,.magic-radio[disabled] + label:before,.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,.magic-checkbox[disabled] + label:before,.magic-checkbox[disabled] + label:after {
	cursor:not-allowed;
}
.magic-radio[disabled] + label:hover:before,.magic-checkbox[disabled] + label:hover:before {
	border:1px solid #e4e4e4;
	animation-name:none;
}
.magic-radio[disabled] + label:before,.magic-checkbox[disabled] + label:before {
	border-color:#e4e4e4;
}
.magic-radio:checked + label:before,.magic-checkbox:checked + label:before {
	animation-name:none;
}
.magic-radio:checked + label:after,.magic-checkbox:checked + label:after {
	display:block;
}
.magic-radio + label:before {
	border-radius:50%;
}
.magic-radio + label:after {
	top:6px;
	left:6px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#01999c;
}
.magic-radio:checked + label:before {
	border:1px solid #01999c;
}
.magic-radio:checked[disabled] + label:before {
	border:1px solid #c9e2f9;
}
.magic-radio:checked[disabled] + label:after {
	background:#c9e2f9;
}
.magic-checkbox + label:before {
	border-radius:3px;
}
.magic-checkbox + label:after {
	top:2px;
	left:7px;
	box-sizing:border-box;
	width:6px;
	height:12px;
	transform:rotate(45deg);
	border-width:2px;
	border-style:solid;
	border-color:#fff;
	border-top:0;
	border-left:0;
}
.magic-checkbox:checked + label:before {
	border:#3e97eb;
	background:#3e97eb;
}
.magic-checkbox:checked[disabled] + label:before {
	border:#c9e2f9;
	background:#c9e2f9;
}

/*mobile*/
.mProSwiper{
	overflow: hidden;
	position: relative;
	margin-top: 26px;
	padding-bottom: 45px;
}
.mProSwiper .swiper-slide{
	background: #fff;
}
.mProSwiper .swiper-slide .info{
	padding: 5%;
}
.mProSwiper .swiper-slide .info .tit{
	font-size: 20px;
	line-height: 26px;
	color: #222;
}
.mProSwiper .swiper-slide .info .tit2{
	font-size: 16px;
	line-height: 26px;
	margin: 12px 0;
}
.mProSwiper .swiper-slide .info .sub{
	font-size: 14px;
	line-height: 25px;
	height: 50px;
}
.mProSwiper .swiper-slide .info a{
	display: block;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 38px; 
	border-radius: 5px;
    background: #009944;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}
.mProSwiper .swiper-slide .info a i{
	margin-right: 12px;
	position: relative;
	top: 1px;
}
.mAppSwiper{
	margin-top: 25px;
	overflow: hidden;
	position: relative;
	padding-bottom: 45px;
}
.mAppSwiper .swiper-slide{
	background: #fff;
}
.mAppSwiper .swiper-slide .info{
	padding: 5%;
}
.mAppSwiper .swiper-slide .info .tit{
	font-size: 20px;
	line-height: 26px;
	color: #222;
}
.mAppSwiper .swiper-slide .info .sub{
	font-size: 14px;
	margin-top: 12px;
	line-height: 25px;
	height: 50px;
}