/*html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
}*/
@import url("./base.css");
body{
	height: 100%;
	background: url(../images/body-bg.png) no-repeat;
	background-size: cover;
}
#map img{
	max-width: none !important;
}
#map1 img{
	max-width: none !important;
}
/* 首页头部*/
.sy_nav_sa1 {
	width: 12%;
}

/* .sy_top_nav {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
} */

.sy_nav_sa2 {
	width: 46%;
	display: flex;
	justify-content: space-between;
	margin-left: 5%;
}

.sy_nav_sa2>div {
	position: relative;
	font-size: 17px;
	color: #fff;
	line-height: 90px;
	letter-spacing: 0.08rem;
	cursor: pointer;
	padding: 1%;
}

.sy_nav_sa2>div::after {
	position: absolute;
	left: 0;
	bottom: 10px;
	display: block;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #00a54f;
	transform: scaleX(0);
	transform-origin: center;
	transition: .8s;
}

.sy_nav_sa2>div:hover::after {
	transform: scale(1);
}
.nav-list{
	display: none;
	position: absolute;
	left: 0px;
	top: 100px;
	background-color: rgba(255,255,255,.6);
	padding: 0 6% 8px;
	width: 100%;
}
.nav-list a{
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 3% 0;
	margin-top: 10px;
}
.nav-list a:hover{
	color: #009944;
}
.sy_nav_sa3 {
	width: 20%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sy_nav_sa3_y {
	width: 26%;
	display: flex;
}

.sy_nav_sa3_y_nr {
	flex: 1;
	padding: 3% 1%;
	border: 1px #fff solid;
	cursor: pointer;
}

.sy_nav_sa3_y_nr p {
	font-size: 0.8rem;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 2px;
	text-align: center;
	
}

.sy_nav_sa3_e_input input {
	width: 100%;
	font-size: 0.8rem;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 2px;
	background-color: initial;
	border: 0 !important;
	outline: none;
}

.sy_nav_sa3_e {
	width: 58%;
	padding: 0 5%;
	display: flex;
	align-items: center;
	border: 1px solid #FFFFFF;
	height: 44px;
	border-radius: 50px;
}

.sy_nav_sa3_e_input {
	width: 90%;
}

.sy_nav_sa3_e_input input::placeholder {
	color: #fff;
}

.sy_nav_sa3_e_ico {
	width: 10%;
}


.sy_nav_sa {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 2%;
	height: 90px;
}
.logo1{
	display: none;
}
.sy_nav_sa3_s {
	cursor: pointer;
}
.sy_nav_sa_on {
    background-color: #fff;
}
.sy_nav_sa_on .sy_nav_sa2>div{
	color: #000000;
}
.sy_nav_sa_on .nav-list{
	display: none;
	position: absolute;
	left: 0px;
	top: 100px;
	background-color: rgba(255,255,255,.6);
	padding: 0 6% 8px;
	width: 125px;
	margin-left: -20px;
}
.sy_nav_sa_on .nav-list a{
	display: block;
	height: 25px;
	line-height: 25px;
	color: #000;
	font-size: 15px;
	text-align: center;
	width: 100%;
	padding: 3% 0;
	margin-top: 5px;
}
.sy_nav_sa_on .nav-list a:hover{
	color: #009944;
}
.sy_nav_sa_on .logo{
	display: none;
}
.sy_nav_sa_on .logo1{
	display: inline-block;
}
.inser_ico1{
	display: none;
}
.sy_nav_sa_on .inser_ico{
	display: none;
}
.sy_nav_sa_on .inser_ico1{
	display: inline-block;
}
.sy_nav_sa_on .sy_nav_sa3_e_input input{
	color: #000000;
}
.sy_nav_sa_on .sy_nav_sa3_e_input input::placeholder{
	color: #000000;
}
/* fixed-微信 */
.wx-box{
	display: none;
	position: fixed;
	bottom: 80px;
	left: 50px;
	z-index: 1;
	overflow: visible !important;
}
.hide-code{
	display: none;
	position: absolute;
	left: 140%;
	top: -50%;
	width: 100px;
	height: 100px;
	background-color: #dadada;
	padding: 8px;
	border-radius: 8px;
	z-index: 1;
}
.triangle{
	position: absolute;
	left: -10px;
	top: 44%;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 0;
	border-right: 10px solid #dadada;
	z-index: 1;
}
/* 公共container */
.container{
	width: 1400px;
	margin: auto;
	padding-top: 90px;
}
/* setion1 */
.section1 video {
    width: 100%;
    height: 100vh;
    object-fit: fill;
}
/* setion2 */
.section2{
	background-color: #f2f2f1;
}
.section2-container{
	display: flex;
	justify-content: space-between;
	padding-left: 60px;
	padding-right: 60px;
}
.company-intro-text{
	margin-top: 160px;
	width: 620px;
}
.company-intro-text p{
	line-height: 40px;
	font-size: 16px;
	padding: 40px 0;
}
.company-intro{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 130px;
	width: 580px;
}
.intro-img-box{
	background-color: #FFFFFF;
	width: 230px;
	height: 135px;
	border-radius: 50px;
	text-align: center;
	line-height: 135px;
	border: 5px solid #c6eed9;
	margin: auto;
}
.company-intro-item{
	flex: 1;
	margin-bottom: 80px;
}
.company-intro-item span{
	text-align: center;
	display: inline-block;
	margin-top: 45px;
	width: 100%;
	font-size: 22px;
}
.ac-company-intro-item .intro-img-box{
	background-color: #00a54f;
	border: 0;
	box-shadow: 0 0 10px 5px rgba(0,165,79,.3);
}
.ac-company-intro-item span{
	color: #00A54F;
}
.intro-img-box .intro-onimg{
	display: none;
}
.ac-company-intro-item  .intro-img{
	display: none;
}
.ac-company-intro-item  .intro-onimg{
	display: inline-block;
}
.sy_nav_sa_on .sy_nav_sa3_e{
	border: 1px solid #666666;
}
/* section3 */
.section3{
	background: url(../images/section3-bg.png) no-repeat;
	background-size: cover;
}
.section3-container{
	display: flex;
	padding-left: 30px;
	padding-right: 30px;
}
.news-left{
	margin-top: 180px;
	width: 240px;
	padding: 96px 0;
}
.news-left p{
	color: #c5c5c6;
	font-size: 14px;
	line-height: 24px;
}
.news-item,
.notice-tab-item{
	display: inline-block;
	color: #FFFFFF;
	font-size: 16px;
	padding: 12px 20px;
	margin-top: 25px;
	margin-right: 8px;
	border: 1px solid #FFFFFF;
}
.ac-news-item,
.ac-notice-tab-item{
	background-color: #009944;
	border: 1px solid transparent;
}
.look-more{
	display: inline-block;
	color: #FFFFFF;
	text-decoration: revert;
	margin-top: 30px;
}
.news-right{
	display: flex;
	margin-top: 180px;
	flex: 1;
}
.news-right-item{
	position: relative;
	width: 272px;
	height: 480px;
	background-color: #FFFFFF;
	margin-left: 72px;
	padding: 35px;
	border-radius: 25px;
	border: 4px solid transparent;
	transition: all 0.3s;
}
.news-right-t{
	text-align: right;
	font-weight: 700;
	font-size: 32px;
}
.news-right-img{
	width: 100%;
	height: 130px;
	border-radius: 25px;
	margin-top: 15px;
}
.news-right-title{
	font-weight: 700;
	margin: 15px 0;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-right-c{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.details-a{
	margin-top: 35px;
}
.details-img1{
	display: none;
}
.ac-news-right-item{
	border: 4px solid #009944;
	transform: translate(12px,-12px);
}
.ac-news-right-item .news-right-t{
	color: #009944;
}
.ac-news-right-item .news-right-title{
	color: #009944;
}
.ac-news-right-item .details-img1{
	display: inline-block;
}
.ac-news-right-item .details-img{
	display: none;
}
/* section4 */
.section4{
	background-color: #f2f2f1;
	overflow: hidden;
}
.section4-container{
	display: flex;
	justify-content: space-between;
}
.product-center-l{
	margin-top: 215px;
	width: 450px;
}
.product-center-l h1{
	font-size: 38px;
}
.product-center-l h3{
	font-size: 18px;
	margin-top: 15px;
}
.product-intro{
	display: flex;
	margin-top: 15px;
	width: 100%;
	line-height: 30px;
	flex-wrap: wrap;
}
.product-intro-item{
	margin-right: 10px;
	margin-top: 10px;
}
.product-intro-item img{
	margin-right: 5px;
}
.product-center-img{
	margin-top: 205px;
	height: 400px;
	width: 490px;
}

.product-center-l li{
	list-style: disc;
	color: #666666;
	margin-top: 15px;
}
.three {
    width: 160px;
	height: 48px;
	line-height: 48px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #009944;
	border: 1px solid #009944;
	margin-top: 20px;
	cursor: pointer;
}

.section4 .swiper-container{
	width: 382px;
	padding: 40px 33px;
	background-color: #FFFFFF;
	height: 91vh;
	overflow: hidden;
}

.section4 .swiper-slide{
	position: relative;
	width: 100%;
	height: 212px;
	padding: 44px 70px; 
	border: 1px solid #DADADA;
	border-radius: 30px;
}
.swiper-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0);
	border-radius: 30px;
	transition: all 0.3s;
	opacity: 0;
}
.ac-swiper-mask{
	background-color: rgba(0,0,0,.3);
	opacity: 1;
}
.swiper-mask>div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	display: inline-block;
}
.underline{
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	margin-top: 5px;
	transform: scale(0.01);
	-moz-transform-origin: 0 0;
	-webkit-transform-origin:0 0;
	-o-transform-origin:0 0;
	opacity: 0;
	transition: all 0.5s;
}
.ac-underline{
	transform: scale(1);
	opacity: 1;
}
/* .swiper-slide-active .swiper-mask{
	display: none;
} */
.section4 .swiper-slide img{
	width: 100%;
	height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 24px !important;
}
.section4 .swiper-button-prev{
	top: -2%;
	left: 43%;
	transform: rotate(90deg);
	height: 12%;
	width: 40px;
	background-color: #009944;
	border-radius: 0 50px 50px 0 ;
}
.section4 .swiper-button-next{
	top: 94%;
	right: 43%;
	transform: rotate(90deg);
	height: 14%;
	width: 40px;
	background-color: #009944;
	border-radius: 50px 0  0  50px ;
}
/* section5 */
.section5{
	background: url(../images/section5-bg.png) no-repeat;
	background-size: cover;
}
.section5-container{
	display: flex;
	justify-content: space-between;
}
.notice-left{
	margin-top: 320px;
	margin-left: 15px;
}
.notice-left p{
	color: #c5c5c6;
	font-size: 14px;
	line-height: 24px;
	margin-top: 15px;
}
.notice-right{
	width: 1024px;
	margin-top: 130px;
}
.three1 {
    width: 160px;
	height: 48px;
	line-height: 48px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 30px;
	cursor: pointer;
}
.notice-right-tab{
	margin-bottom: 55px;
}
.notice-right-list{
	width: 100%;
	max-height: 465px;
	padding-right: 35px;
	overflow-y: auto;
}
.notice-right-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 29px 37px;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #ececec;
	margin-bottom: 45px;
	border-radius: 20px;
}
.notice-right-item span{
	max-width: 800px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ac-notice-right-item{
	border: 1px solid #009944;
}
.ac-notice-right-item span{
	color: #009944;
}
.ac-notice-right-item i{
	color: #009944;
}
/* h3 ,滚动条 ,按钮 */
.notice-right-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
.notice-right-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow   : inset 0 0 5px #009944;
  background   : #009944;
  height: 30px;
  }
.notice-right-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background   : #ededed;
}
#fp-nav ul li a.active span {
    background: #009944 !important;
}

/* section6	 */
.section6{
	position: relative;
	background-color: #F2F2F1;
	overflow: hidden;
}
.section6 .container{
	width: 1250px;
}
.section6-container{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	background-color: #FFFFFF;
	padding: 30px 60px;
	border-radius: 50px;
}
.section6-container-l h3{
	font-size: 32px;
	margin-bottom: 25px;
}
.venice{
	display: inline-block;
	color: #FFFFFF;
	background-color: #009944;
	padding: 10px 15px;
	border-radius: 50px;
	margin-bottom: 25px;
}
.code-box{
	display: flex;
}
.code-box-item{
	margin-right: 35px;
}
.code-border{
	padding: 3px;
	border: 1px solid #DADADA;
	width: 127px;
	height: 127px;
}
.code-box-item p{
	text-align: center;
	margin-top: 12px;
}
.call{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.call span{
	font-size: 30px;
	color: #009944;
	margin-left: 25px;
}
.section6-img{
	height: 350px;
}

.link-us{
	height: 200px;
}
.web-bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background-color: #009944; */
	background-image: linear-gradient(#7acda1, #47ca85, #06964a);
}
.web-bottom-t{
	display: flex;
	justify-content: space-between;
	/* background-color: #009944; */
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.bottom1{
	display: flex;
}
.bottom1 dl{
	margin-right: 35px;
}
dt{
	color: #FFFFFF;
}
dl a{
	font-size: 14px;
	color: #fff;
	margin-top: 18px;
}
.bottom2{
	width: 502px;
}
.bottom2-item{
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #fff;
	margin-top: 18px;
}

.bottom3{
	width: 130px;
}
.bottom3 .code-border{
	margin-top: 25px;
}
.bottom4{
	width: 100px;
}
.bottom4 a{
	margin-bottom: 15px;
	color: #fff;
	font-size: 14px;
}
.web-bottom-bs{
	background-color: #FFFFFF;
	width: 100%;
	height: 1px;
}
.web-bottom-b{
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	/* background-color: #009944; */
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	color: #FFFFFF;
}
.web-bottom-b-r{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 280px;
}
/* 公共头部 */
.top-hint-box{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #009944;
	z-index: 2;
}
.top-hint{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 42px;
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #009944;
	z-index: 2;
}
.top-hint-r{
	display: flex;
	align-items: center;
}
.top-hint-r>div{
	display: flex;
	align-items: center;
	padding: 0 15px;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
}
.top-hint-r img{
	margin-right: 12px;
}
.sy_top_nav_box_index{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	box-shadow: 0 0 1px 0.5px rgba(40,40,40,0.1);
}
.sy_top_nav_box{
	position: fixed;
	top: 42px;
	left: 0;
	z-index: 2;
	width: 100%;
	box-shadow: 0 0 1px 0.5px rgba(40,40,40,0.1);
	background-color: #FFFFFF;
}
.common_sy_top_nav{
	top: 42px;
	background-color: #FFFFFF;
	width: 1200px;
	margin: 0 auto;
}

.common_sy_top_nav .sy_nav_sa2>div{
	color: #000000 ;
	line-height: 96px;
}
.common_sy_top_nav .sy_nav_sa{
	padding: 0;
}
.common_sy_top_nav .sy_nav_sa1{
	width: 20%;
}
.common_sy_top_nav .sy_nav_sa2{
	width: 60%;
}
.common_sy_top_nav .logo{
	max-width: 168px !important;
}
.common_sy_top_nav .nav-list{
	background-color: rgba(33,60,90,.5);
}
.common_sy_top_nav .nav-list a{
	color: #fff;
}
.common_sy_top_nav .nav-list a:hover {
    color: #009944;
}
.common_sy_top_nav .sy_nav_sa3{
	width: auto;
}
.nav-list{
	width: 125px;
	margin-left: -20px;
}
.ss-mask{
	display: none;
	position: fixed;
	top: 132px;
	left: 0;
	background-color: rgba(0,0,0,.3);
	height: 100%;
	width: 100%;
	z-index: 3;
}
.ss-nav{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f4f4f4;
	z-index: 2;
	width: 100%;
	padding: 60px 600px;
}
.ss-nav form{
	display: flex;
	flex-wrap: nowrap;
	height: 42px;
	border: 2px solid #009944;
}
.layui-form-item{
	width: 90px;
}
.layui-select{
	border: 0 !important;
}
.ss-text{
	height: 38px;
	flex: 1;
	border: 0;
	padding: 0 15px;
}
.ss-nav a{
	width: 90px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
	background-color: #009944;
}
/* 公共topimg */
.model-top{
	position: relative;
	margin-top: 132px;
}
/* .model-top>div{
	position: absolute;
	left: 360px;
	top: 50%;
	transform: translate(0,-50%);
	width: 210px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	background-color: #FFFFFF;
	font-size: 28px;
	color: #009944;
	border: 2px solid #009944;
	border-radius: 50px;
} */
.bd-container{
	display: flex;
	width: 1200px;
	padding-top: 42px;
	margin: 0 auto;
	margin-bottom: 80px;
}
.bd-container-left{
	position: relative;
	display: inline-block;
	line-height: 52px;
	width: 290px;
	padding-right: 50px;
	overflow: hidden;
}
.left-item{
	width: 100%;
	color: #333333;
	background-color: #eeeeee;
	text-align: center;
	font-size: 18px;
	margin-bottom: 18px;
}
.left-item:hover{
	color: #333333;
}
.ac-left-item{
	color: #FFFFFF;
	background-color: #009944;
}
.ac-left-item:hover{
	color: #fff;
}
.left-item-c{
	display: none;
	margin: -18px 0 18px;
}
.left-item-c-i{
	display: inline-block;
	width: 100%;
	text-align: center;
}
.ac-left-item-c-i{
	color: #009944 !important;
}
.left-intro-t{
	width: 100%;
	color: #fff;
	background-color: #009944;
	font-size: 18px;
	margin-top: 25px;
	border-radius: 10px 10px 0 0;
	padding-left: 84px;
	font-weight: 700;
}
.left-intro-c{
	border: 1px solid #DADADA;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 100%;
	max-height: 255px;
	overflow: hidden;
}
.left-intro-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 67px;
	margin: 0 12px;
	margin-bottom: 14px;
}
.left-intro-item:last-child{
	margin-bottom: 0;
}
.left-intro-item img{
	width: 40%;
}
.left-intro-item h4{
	width: 55%;
	line-height: 24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.swiper-container2{
	width: 200px;
}
.swiper-container2 img{
	width: 100%;
	height: 170px;
	object-fit: contain;
}
.swiper-container2 a{
	display: inline-block;
	width: 100%;
}
.swiper-pagination2{
	bottom: -20px!important;
}
.swiper-pagination2 .swiper-pagination-bullet{
	margin-right: 15px;
}
.swiper-container2 p{
	text-align: center;
}
.left-intro-a{
	display: inline-block;
	width: 100%;
	color: #009944 !important;
	border: 1px solid #009944;
	text-align: center;
	line-height: 40px;
	margin-top: 25px;
	border-radius: 50px;
	cursor: pointer;
}
.lx-box{
	width: 50px;
	text-align: center;
	margin-top: 50px;
}
.lx-box>div{
	border: 1px solid #DADADA;
	height: 54px;
}
.lx-code-on{
	width: 121px;
	height: 121px;
}
.bd-container-right{
	width: calc( 100% - 290px );
}
.bd-container-right-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 35px;
}

.bd-container-right-top-l{
	display: flex;
	align-items: center;
	font-size: 22px;
	color: #000000;
	padding-bottom: 16px;
	border-bottom: 3px solid #009944;
}
.bd-container-right-top-l p{
	margin-left: 15px;
}
.bd-container-right-top-r a{
	margin-right: 5px;
}
.bd-container-right-top-c{
	/*text-align: center;*/
}
.bd-container-right-top-c h2{
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
}
.about-i{
	display: inline-block;
	margin-bottom: 25px;
	color: #999999;
}
.bd-container-right-top-c p{
	text-indent: 2em;
	text-align: left;
	line-height: 38px;
	color: #333333;
}
.bd-container-right-top-c p img{
	/* margin-top: 50px; */
	margin-top: 10px;
}
.qy-lt p{
	font-size: 18px;
	text-indent: 0;
	color: #999999;
}
.qy-lt>div{
	font-size: 36px;
	text-align: left;
	color: #666;
	padding-bottom: 25px;
	border-bottom: 1px solid #DADADA;
}
.qywh1{
	margin-bottom: 40px;
}
.qy-lt-list{
	display: flex;
	margin-top: 60px;
	border: 0 !important;
}
.qy-lt-item{
	flex: 1;
	text-align: center;
}
.qy-lt-item img{
	transition: all 0.4s;
}
.qy-lt-item img:hover{
	transform: rotate(360deg);
}
.qy-lt-item p{
	text-align: center;
	margin-top: 15px;
}
.ts-bottom{
	position: static;
}
.corporate-culture{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 90px;
	
}
.corporate-culture-item{
	text-align: center;
	margin-top: 40px;
}
.num-dot{
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #009944;
	color: #FFFFFF;
	border-radius: 50%;
	margin: 30px auto;
}
.corporate-culture-item img{
	width: 306px;
	height: 224px;
	object-fit: cover;
}
.corporate-culture-item h3{
	font-size: 20px;
	color: #000000;
}
.corporate-culture-item p{
	font-size: 18px;
	text-align: center;
	text-indent: 0;
	margin-top: 15px;
}
.corporate-culture-item p span{
	display: inline-block;
	margin-right: 12px;
}
.corporate-culture-item p span:last-child{
	margin-right: 0;
}
.ryu-list{
	display: flex;
	flex-wrap: wrap;
}
.ryu-item{
	margin-bottom: 42px;
	font-size: 18px;
	margin-right: 35px;
}
.ryu-item:nth-child(3n){
	margin-right: 0;
}
.ryu-item span{
	display: block;
	margin-top: 32px;
	text-align: center;
}
.ryu-item img{
	width: 274px;
	height: 192px;
	padding: 3px;
	border: 1px solid #DADADA;
}
.ryu-qiang{
	position: relative;
	height: 740px;
	margin-bottom: 20px;
}
.swiper-container3{
	width: 50%;
	top: -76%;
}
.swiper-container3 .swiper-slide{
	width: 100%;
}
.swiper-container3 img{
	width: 95%;
}
.ts-bd-container p{
	text-align: center;
	text-indent: 2em;
}
.pagination-box{
	border-top: 1px solid #DADADA;
	padding-top: 45px;
}
.mask img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	min-width: 600px !important;
	max-width: 1950px !important;
}
.top-c-hint{
	width: 100%;
	text-align: center;
	padding: 15px 0;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}
.top-c-hint span{
	display: inline-block;
	margin-right: 25px;
}
.ryu-img{
	min-width: 550px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.paging{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 30px;
	border: 1px solid #DADADA;
	border-radius: 10px;
	margin-top: 50px;
}
.paging-item{
	display: flex;
	align-items: center;
	width: 50%;
}
.no-a{
	display: inline-block;
	padding: 12px 25px;
	color: #FFFFFF;
	background-image: linear-gradient(#d5d4d5, #5d5d5e);
	border: 1px solid #a7a7a7;
	margin-right: 15px;
	border-radius: 10px;
}
.paging-item span{
	width: 67.5%;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
}
.ac-paging-item .no-a{
	background-image: linear-gradient(#00b845, #00600c);
	border: 1px solid #00710a;
}
.ac-paging-item{
	color: #009944;
}
.zlhb-c p{
	text-align: center;
	padding: 25px;
	margin-bottom: 35px;
	border-bottom: 1px solid #DADADA;
}
.zlhb-c p:last-child{
	border-bottom: 0;
}
.brjy p{
	text-indent: 0;
}
/* 新闻资讯 */
.container-news-item{
	display: flex;
	padding-bottom: 25px;
	border-bottom: 1px solid #DADADA;
	margin-bottom: 25px;
}
.container-news-item:last-child{
	border-bottom: 0;
}
.container-news-item img{
	width: 190px;
	height: 125px;
}
.container-news-item-c{
	flex: 1;
	padding-left: 35px;
}
.container-news-item-c h4{
	font-weight: 700;
	color: #000000;
	text-align: left;
	margin-bottom: 15px;
}
.container-news-item-c p{
	text-indent: 0;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-source{
	text-align: left;
	margin-top: 10px;
}
.news-source span{
	display: inline-block;
	margin-right: 15px;
}
.product-list{
	display: flex;
	flex-wrap: wrap;
}
.product-item{
	width: 275px;
	margin-bottom: 42px;
	font-size: 18px;
	margin-right: 33px;
}
.product-item img{
	width: 100%;
	height: 200px;
}
.product-item:nth-child(3n){
	margin-right: 0;
}
.product-item span {
    display: block;
    margin-top: 32px;
}
.product-details-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
	color: #333333;
	letter-spacing: 2px;
	line-height: 28px;
}
.product-details-item span{
	font-weight: 700;
	color: #000000;
	letter-spacing: 5px;
}
table{
	width: 100%;
	border: 1px solid #e1e1e1;
	margin-bottom: 50px;
}
tr{
	display: flex;
	align-items: center;
}
tr th:first-child,
tr td:first-child{
	width: 750px;
	text-align: left;
}
tr th:last-child,
tr td:last-child{
	flex: 1;
	text-align: center;
}
tr th:first-child a{
	color: #FFFFFF;
}
tr:first-child{
	background-color: #009944 !important;
}
th{
	color: #FFFFFF;
	font-size: 16px;
	padding: 15px 20px;
	font-weight: 400;
}
td{
	padding: 15px 20px;
}
td p{
	text-indent: 0 !important;
	width: 100%;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}
td a{
	color: #009944;
	text-decoration: underline;
	font-size: 15px;
}
tr:nth-child(2n-1){
	background-color: #f1f6f0;
}
.open-news{
	padding: 50px 0;
	text-align: left;
	font-size: 16px;
	font-weight: 700;
}
.open-news h4{
	font-weight: 700;
}
.news-items{
	margin-top: 20px;
}
.news-items p{
	text-indent: 0;
	font-weight: 400;
	margin-top: 14px;
}
.load-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #009944;
	width: 136px;
	height: 50px;
	border-radius: 10px;
}
.load-btn img{
	margin-right: 5px;
}
.recruit-item{
	padding: 40px;
	border: 1px solid #DADADA;
	margin-bottom: 40px;
}
.ac-recruit-item{
	border: 1px solid #009944;
}
.recruit-item-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recruit-item-top-l-t{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.recruit-item-top-l-t h4{
	font-weight: 700;
}
.ac-recruit-list h4{
	color: #009944;
}
.recruit-btn{
	color: #FFFFFF;
	background-color: #aaaaaa;
	padding: 6px 16px;
	margin-left: 25px;
	border-radius: 5px;
}
.ac-recruit-btn{
	background-color: #009944;
}
.recruit-btn:hover{
	color: #FFFFFF;
}
.recruit-item-top-r{
	display: flex;
	align-items: center;
}
.recruit-item-top-r img{
	margin-left: 25px;
	transition: all 0.3s;
}
.ac-recruit-item-top-r img{
	transform: rotate(90deg);
}
.recruit-item-top-l-b span{
	padding: 0 15px;
	border-right: 1px solid #DADADA;
}
.recruit-item-top-l-b span:first-child{
	padding-left: 0;
}
.recruit-item-top-l-b span:last-child{
	border-right: 0;
}
.recruit-item-centent{
	position: relative;
	display: none;
	border-top: 1px solid #DADADA;
	text-align: left;
	margin-top: 45px;
}
.recruit-item-centent-item{
	text-align: left;
	margin-top: 25px;
}
.recruit-item-centent-item p{
	text-indent: 0;
}
.zx-a{
	color: #FFFFFF;
	background-color: #aaaaaa;
	padding: 15px 50px;
	margin-top: 40px;
}
.ac-zx-a{
	background-color: #009944;
	color: #FFFFFF !important;
}
.us-item1{
	/*display: flex;*/
	justify-content: space-between;
}
.us-item1-l p{
	text-indent: 0;
}
.us-item1-r h4{
	font-weight: 700;
	margin-bottom: 10px;
}
.us-code{
	padding: 2px;
	border: 1px solid #DADADA;
	width: 125px;
	height: 125px;
	margin: auto;
}
.us-item2,
.us-item3{
	margin-top: 50px;
	text-align: left;
}
.us-item2-top,
.us-item3-top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 35px;
}
.us-item2-top-l img,
.us-item3-top-l img{
	margin-right: 10px;
}
.us-item2-top-r{
	color: #888;
}
.us-item2-centent-item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.us-item2-centent-item input{
	width: 430px;
	padding: 10px 15px;
	border: 1px solid #DADADA;
}
.us-item2-centent-item textarea{
	width: 100%;
	height: 150px;
	border: 1px solid #DADADA;
	padding: 10px 15px;
}
.ts-a{
	margin-top: 5px;
}
.us-item3-top-r{
	display: flex;
	height: 58px;
	line-height: 50px;
	width: 205px;
	border: 1px solid #DADADA;
	padding: 4px;
	border-radius: 50px;
}
.us-item3-top-r-item1{
	width: 50%;
	border-radius: 50px 0 0 50px;
	text-align: center;
}
.us-item3-top-r-item2{
	width: 50%;
	text-align: center;
	border-radius:  0 50px 50px 0 ;
}
.ac-us-item3-top-r-item{
	color: #FFFFFF;
	background-color: #009944;
}
.ss-top{
	margin-top: 132px;
}
.ss-top .ss-nav{
	position: static;
}
.ss-content{
	width: 100%;
}
.ss-content p{
	text-indent: 0;
}
.ss-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.ss-item{
	text-align: left;
	border-bottom: 1px solid #DADADA;
	padding: 25px 0;
}
.ss-item:last-child{
	border-bottom: 0;
}
.ss-item h3{
	font-size: 18px;
	margin-bottom: 15px;
	color: #000000;
}
.ss-item p{
	line-height: 30px;
	margin-bottom: 15px;
	color: #5e5e5e;
}
.ss-item span{
	color: #a0a0a0;
}
.ac-ss-item h3{
	color: #009944;
}

/* 产品中心 */
.pro-center-list{
	text-align: left;
}
.pro-center-item{
	display: inline-block;
	width: 270px;
	border: 2px solid #DADADA;
	margin-right: 42px;
	margin-bottom: 35px;
	transition: all .3s;
}
.pro-center-item:nth-child(3n){
	margin-right: 0;
}
.ac-pro-center-item{
	border: 2px solid #20a169;
	transform: translate(0,-8px);
}
.pro-center-item-t{
	padding: 20px;
	padding-bottom: 0;
}
.pro-center-item-t img{
	width: 226px;
	height: 226px;
	object-fit: contain;
}
.pro-center-item-title{
	padding: 24px 20px;
	border-bottom: 1px solid #DADADA;
}
.pro-center-item-title h4{
	text-align: left;
}
.pro-center-item .pro-center-item-c{
	text-indent: 0;
	padding: 5px 24px;
	width: 100%;
	line-height: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ac-pro-center-item .pro-center-item-title{
	background-color: #20a169;
	color: #FFFFFF;
	border-bottom: 1px solid #fff;
}
.ac-pro-center-item .pro-center-item-c{
	color: #FFFFFF;
	background-color: #20a169;
}

/* 分页 */
.pagination-box{
	margin:  auto;
	text-align: center;
}
.pagination-box span, .pagination-box a{
	display: inline-block;
	border: 1px #dadada solid;
	padding: 4px 6px;
	min-width: 30px;
	text-align: center;
	border-radius: 2px;
	margin-right: 6px;
	background-color: #f7f7f7;
}
.current{
	background-color: #009944 !important;
	color: #fff;
}
.link-call{
	display: none;
	position: absolute;
	padding: 15px 50px;
	bottom: 0;
	left: 200px;
	color: #009944;
	border: 1px solid #009944;
}
@media screen and (max-width: 1600px ) {
				.nav-list{
					top: 94px !important;
				}
				.news-right{
					margin-top: 130px;
				}
				.news-left{
					margin-top: 130px;
				}
				.notice-left{
					margin-top: 220px;
				}
				.notice-right{
					margin-top: 35px;
				}
				.notice-right-item{
					margin-bottom: 35px;
				}
				.sy_nav_sa2>div::after {
    position: absolute;
    left: 0;
    bottom: 5px;
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #00a54f;
    transform: scaleX(0);
    transform-origin: center;
    transition: .8s;
}
			}
.sy_nav_sa2>div{
	padding: 0 !important;
}

/* 新增 */
.xin-fc-list{
	display: flex;
	flex-wrap: wrap;
}
.xin-fc-item{
	width: 173px;
	margin-right: 70px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #666;
}

.xin-fc-item:nth-child(4n){
	margin-right: 0;
}
.wj {
    width: 173px;
    height: 168px;
    position: relative;
    display: inline-block;
	margin-bottom: 15px;
}
.wj_01{
	background: url(../images/hou2.png) no-repeat center bottom;
    width: 173px;
    height: 168px;
background-size: contain;
}

.wj_02{
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    padding: 2px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
    margin: 10px 10px 10px 15px;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
}
.xin-pos-a2{
    width: 140px;
	height: 111px;
}
.wj_03 {
    position: absolute;
    width: 173px;
    height: 168px;
    left: 0px;
    bottom: 0px;
    background: url(../images/qian2.png) no-repeat center bottom;
	background-size: contain;
}