﻿.menu{
	display: none;
}
.menu_down{
	display: none;
}
button{
	cursor: pointer;
}
.mod2 li{
	margin-right: 0;
}
.mod3 li{
	width:calc(33.33% - 13.33px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.mod3 li:nth-child(3n){
	margin-right: 0;
}
.mod4 li{
	width:calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
}
.mod4 li:nth-child(4n){
	margin-right: 0;
}

.list2{ display: block; float: left; width: 66.6666%;}
.list1{ display: block; float: left; width: 33.3333%;}



.header{
	position:absolute;
	left:0;
	top:0;
	z-index:99;
	width: 100%;
	height:90px;
	background:rgba(0,0,0,0.8);
}
.w1740{
	max-width:1740px;
	margin: 0 auto;
	height: inherit;
}
.h_nav li a{
	display: block;
	line-height:90px;
	text-align: center;
	font-size: 16px;
	color: #cccccc;
	width:120px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.h_nav li a:hover{
	background:#94c51b;
	color: #fff;
}
.sea_lua li{
	float: left;
	padding:0 15px;
	border-right:1px solid #656768;
}
.sea_lua li:first-child{
	border-left:1px solid #656768;
}
.sea_lua li i{
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height:23px;
	font-size:20px;
	color: #fff;
	border-radius:25px;
}
.sea_lua li a{
	font-size: 15px;
	color: #fff;
}
.sea_lua li p{
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #fff;
	font-weight: lighter;
	line-height:25px;
	padding-left: 10px;
}
.module_page1{
	padding:60px 0;
}
.in_about{
	-webkit-align-items: center;
	align-items: center;
}
.in_about figure{
	flex:0 0 500px;
}
.in_about figcaption{
	flex:0 0 625px;
}
.in_about figcaption h3{
	font-size: 30px;
	color: #94c51b;
	line-height:30px;
}
.in_about figcaption h3 span{
	font-size: 20px;
	color: #999999;
	text-transform: uppercase;
}
.ab_enitor{
	font-size: 16px;
	color: #666;
	line-height:36px;
	margin-top: 40px;
}
a.more{
	display: block;
	width: 100px;
	height: 40px;
	line-height:40px;
	text-align: center;
	background:#000;
	color: #fff;
	font-size: 15px;
	margin-top: 40px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
a.more:hover{
	background:#94c51b;
}
.module_page2{
	width: 100%;
	height:300px;
	padding-top: 65px;
	background:url(/images/module_page2.jpg) no-repeat center center;
}
.module_page2 h6{
	width: 170px;
	height:40px;
	line-height:36px;
	color: #fff;
	background:#94c51b;
	font-size: 30px;
	border-radius:20px;
	text-align: center;
	margin: 0 auto;
}
.module_page2 h3{
	text-align: center;
	font-size: 42px;
	color: #fff;
	font-weight: lighter;
	margin-top:10px;
}
.module_page2 span{
	display: block;
	width:fit-content;
	margin: 0 auto;
	-webkit-transform:rotateZ(90deg);
	-ms-transform:rotateZ(90deg);
	-o-transform:rotateZ(90deg);
	transform:rotateZ(90deg);
	margin-top: 40px;
	animation-delay: 0ms;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
}
.module_page2 span i{
	color: #ccc;
	font-size: 16px;
}
@-webkit-keyframes arrow{
    0% { opacity: 0; -webkit-transform:rotateZ(90deg) translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% {opacity: 0;-webkit-transform:rotateZ(90deg) translate3d(10px, 0px, 0px);}
}
.module_page3{
	background: #f7f7f7;
	padding:60px 0;
}
.pro_type li{
	width:calc(50% - 10px);
	padding:0;
	position: relative;
}
.index_title{
	margin-bottom: 20px;
}
.index_title h3{
	text-align: left;
	font-size:30px;
	color: #94c51b;
	line-height:30px;
}

.gonggao{ display: block;}
.gonggao li{ display: block; width: 100% !important; padding: 0; margin: 0; padding: 11px 0;}
.gonggao li a{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.gonggao li a span{ display: inline-block; border: 1px solid #ccc; border-radius: 5px;}
.gonggao li a span i{ display: inline-block; background: #94c51b; color: #fff; font-style: normal; padding: 0 2px;}
.gonggao li a span em{ display: inline-block; background: #fff; color: #000; font-style: normal; padding: 0 2px;}

.newslist{ display: block; padding: 0 20px;}
.newslist li{ display: block; width: 100% !important; padding: 0; margin: 0; line-height: 45px;}
.newslist li a{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;}
.newslist li a span{ display: inline-block; float: right;}


.l2{ display: block; width: 50%; float: left;}
.index_title h3 span{
	color: #999999;
	font-size: 20px;
	text-transform: uppercase;
}
.pro_type li figcaption{
	position: absolute;
	width: 100%;
	height:60px;
	-webkit-display: flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	background:rgba(0,0,0,0.7);
	z-index: 9;
	left:0;
	bottom:0;
}
.pro_type li figcaption h3{
	font-size: 20px;
	color: #fff;
	padding-left: 36px;
}
.pro_type li figcaption span{
	display: block;
	width: 80px;
	height: 60px;
	text-align: center;
	padding-top:26px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pro_type li figure{
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.pro_type li:hover figcaption span{
	background: #94c51b;
}
.pro_type li:hover figure{
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.news_list li{
	width: calc(33.33% - 15px);
	margin-right:22.5px;
	padding:0;
	margin-bottom: 0;
}
.module_page4{
	padding:60px 0;
}
.news_list li figcaption{
	margin-top: 40px;
}
.news_list li figcaption h6{
	font-size: 20px;
	color: #666666;
}
.news_list li figcaption h6 span{
	font-size: 16px;
	color: #999999;
	margin-left: 5px;
}
.news_list li figcaption h3{
	font-size: 20px;
	color: #333;
	margin-top: 10px;
	border-bottom:1px solid #d6d6d6;
	padding-bottom: 20px;
}
.footer{
	background:#3b3b3b;

}
.f_nav ul{
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.f_nav li{
	margin-right:100px;
}
.f_nav li h3{
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 15px;
}
.f_nav li a{
	display: block;
	line-height:32px;
	font-size: 14px;
	color: #cccccc;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.f_nav li a:hover{
	color: #fff;
}
.f_nav{
	border-bottom:1px solid #555555;
	padding-bottom: 40px;
	position: relative;
	padding-top: 50px;
}
.back_top{
	position: absolute;
	width: 125px;
	height: 90px;
	background: #94c51b;
	text-align: center;
	left:100%;
	top:0;
}
.back_top i{
	color: #fff;
	font-size: 32px;
	line-height:90px;

}
.footer_bottom{
	padding:30px 0 40px 0;
}
.footer_bottom p{
	text-align: center;
	font-size: 14px;
	color: #cccccc;
	line-height:24px;
}
.footer_bottom p a{
	font-size: 14px;
	color: #ccc;
}
.search_box{
	position:fixed;
	width: 100%;
	height:60px;
	left:0;
	top:90px;
	z-index:10;
	display: none;
}
.search_mod{
	width: 40%;
	float: right;
	background: #fff;
	border:1px solid rgba(0,0,0,0.75);
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	-webkit-align-items: center;
	align-items: center;
}
.search_box button {
    width: 60px;
    height: 60px;
    background: #fff;
    cursor: pointer;
    background: rgba(0,0,0,0.75);
}
.search_mod i{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height:60px;
	color: #fff;
	font-size:20px;
}
.search_mod input{
	width:calc(100% - 60px);
	line-height:60px;
	background: rgba(0,0,0,0.75);
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
	padding-left: 10px;
}
.search_mod input::-webkit-input-placeholder{
	color: #fff;
	font-size: 14px;
	font-weight: lighter;
}
.inside_nav{
	width: 100%;
	background: #333333;
	padding:20px 0;
}
.inside_add{
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 15px;
	color: #fff;
}
.inside_add i{
	font-size: 16px;
	color: #fff;
	margin-right:5px;
}
.inside_add a{
	font-size: 15px;
	color: #fff;
	margin:0 10px;
}
.inside_add span{
	font-size: 15px;
	color: #fff;
	margin-left: 10px;
}
.Introduct{
	padding-left: 20px;
	padding-top: 15px;
}
.Introduct h3{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
}
.Introduct p{
	font-size: 14px;
	color: #fff;
	line-height:24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 10px;
	padding-right: 20px;
}
.detail{
	padding:50px 0 20px 0;
	background: #ededed;
}
.inside_list li{
	width:calc(33.33% - 26.66px);
	margin-right: 40px;
	margin-bottom: 40px;
	padding:0;
	background:#fff;
	padding:10px;
}
.inside_list li figcaption h3{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height:60px;
	padding-left: 10px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
	text-align:center;
}
.inside_list li:hover figcaption{
	color: #94c51b;
}
.deta_page{
	padding:50px 0 60px 0;
}
.enitor{
	font-size: 17px;
	color: #666666;
	line-height:48px;
	padding:0 20px;
}
.news_list2 li{
	padding:50px 0 40px 0;
	border-bottom:1px solid #eeeeee;
}
.news_list2 li a{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.news_list2 li figure{
	flex:0 0 360px;
}
.news_list2 li figcaption{
	width:800px;
	margin-left: 40px;
	overflow:hidden;
}
.news_list2 li figcaption h6{
	font-size: 14px;
	color: #666666;
	margin-bottom: 15px;
}
.news_list2 li figcaption h3{
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	margin-bottom: 10px;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_list2 li figcaption  p{
	font-size: 15px;
	color: #666;
	line-height:24px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
span.more{
	width: 100px;
	height: 40px;
	line-height:40px;
	display: block;
	margin-top:32px;
	text-align: center;
	color: #fff;
	background: #999999;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_list2 li:hover figcaption h3{
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	color: #94c51b;
}
.news_list2 li:hover span.more{
	color: #fff;
	background: #94c51b;
}
.control{
	margin-top: 30px;
	padding-top: 20px;
}
.control ul{
	-webkit-justify-content: center;
	justify-content: center;
}
.control li{
	width: 45px;
	height: 45px;
	border:1px solid #d2d2d2;
	margin:0 5px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.control li a{
	display: block;
	text-align: center;
	line-height:43px;
	font-size: 15px;
	color: #999999;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.control li:first-child{
	width: 95px;
}
.control li:last-child{
	width: 95px;
}
.control li:hover{
	border-color:#94c51b;
}
.control li:hover a{
	background: #94c51b;
	color: #fff;
}
.news_left{
	flex:0 0 780px;
}
.deta_page .flex{
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.news_right{
	flex:0 0 360px;
}
.news_right .title{
	width: 100%;
	height:60px;
	line-height:60px;
	background: #94c51b;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
}
.news_right li{
	width: 100%;
	height:102px;
	border:1px solid #eeeeee;
	padding:18px 32px;
	margin-bottom: 5px;
	position: relative;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_right li h3{
	font-size: 16px;
	color: #000000;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	
}
.news_right li::after{
	position: absolute;
	content:'';
	width: 6px;
	height: 6px;
	background:url(/images/right3.png) no-repeat center center;
	left:18px;
	top:25px;
	z-index: 2; 
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_right li p{
	font-size: 14px;
	color: #999999;
	line-height:20px;
	margin-top: 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.news_right li:hover{
	box-shadow:0px 0px 2px #ddd;
}
.news_right li:hover h3{
	color: #94c51b;
}
.news_right li:hover::after{
	background:url(/images/right4.png) no-repeat center center;
}
.news_right li:hover p{
	color: #000;
}
.news_title h3{
	font-size: 30px;
	color: #000;
}
.news_title  h6{
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}
.news_title{
	padding-bottom: 20px;
	border-bottom:1px solid #eee;
}
.news_enitor{
	font-size: 16px;
	color: #333;
	line-height:36px;
	margin-top: 30px;
	padding-bottom: 40px;
	border-bottom:1px solid #eee;
}
.news_con .mod a{
	display: block;
	line-height:40px;
	font-size: 16px;
	color: #999999;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_con{
	padding-top: 25px;
}
.news_con .back a{
	display: block;
	width: 116px;
	height: 50px;
	border:1px solid #cccccc;
	border-radius:25px;
	text-align: center;
	line-height:48px;
	color: #999;
	margin-top: 10px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.news_con .back a:hover{
	background:#94c51b;
	color: #fff;
	border-color:#94c51b;
}
.news_con .mod a:hover{
	color: #94c51b;
}
.honor_list li{
	padding:9px;
	border:1px solid #f0f0f0;
	margin-right: 22.5px;
	margin-bottom: 20px;
	width:calc(33.33% - 15px);
	
}
.honor_list li a{
	display: block;
	position: relative;
	font-weight: normal;
	height:inherit;
}
.honor_list li figure{
	text-align:center;
	height:inherit;
	overflow:hidden;
	height:263px;
}
.honor_list li img{
	height:100%;
}
.hist_page_tab1{
	background:url("/images/line.jpg") left top 49px repeat-x;
}
.hist_page_tab1 .swiper-container{
	margin-top: 50px;
}
.hist_page_tab1 .swiper-slide{
	text-align: center;
	cursor: pointer;
	position: relative;
}
.hist_page_tab1 .swiper-slide .years{
	font-size: 20px;
	color: #666666;
	height:60px;
	background:url("/images/point.jpg") left 50% top 40px no-repeat;
}
.hist_page_tab1 .swip_choose .years{
	color: #94C51B;
	background:url("/images/point2.jpg") left 50% top 40px no-repeat;
}
.hist_page_tab1 .swiper-pagination-bullet-active{
	background: #788498;
}

.years img{
	position: absolute;
	bottom:0;
	left:50%;
	margin-left: -5px;
	z-index: 999;
}
.histab2_time span{
	font-size: 32px;
	color: #788498;
}
.histab2_time i{
	font-size: 48px;
	color: #788498;
	padding-left: 10px;
}
.hist_page_tab2{
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 55px;
}
.hist_page_tab2_in{
	display: none;
}
.hist_page_tab2_in:first-child{
	display: block;
}

.hist_page_tab1 .swiper-button-next{
	width: 25px;
	height:30px;
	background:url("/images/right22.jpg") left top no-repeat;
	top:51%;
	right:0;
	margin-top: 0;
	-webkit-transform:rotateZ(180deg);
	-ms-transform:rotateZ(180deg);
	-o-transform:rotateZ(180deg);
	transform:rotateZ(180deg);
}
.hist_page_tab1 .swiper-button-next::after{
	display: none;
}
.hist_page_tab1 .swiper-button-prev{
	width: 19px;
	height:23px;
	background:url("/images/right22.jpg") left top no-repeat;
	top:64%;
	left:0;
	margin-top: 0;
}
.hist_page_tab1 .swiper-button-prev::after{
	display: none;
}
.hist_page_tab1 .swiper-button-prev:hover{
	background:url("/images/right2.jpg") left top no-repeat;
}
.hist_page_tab1 .swiper-button-next:hover{
	background:url("/images/right2.jpg") left top no-repeat;
}
.histab2_list{
	text-align: center;
}
.histab2_list h3{
	font-size: 30px;
	color: #94c51b;
	text-align: center;
}
.histab2_list p{
	font-size: 3rem;
	color: #000000;
	line-height:2;
	margin:20px 0;
}
.histab2_tukuang{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.histab2_tukuang .histab2_time{
	width: 660px;
	height: 450px;
	overflow:hidden;
}
.histab2_tukuang .histab2_time img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.contact_us .ewm_con{
	flex: 0 0 660px;
	height:380px;
	background: #eeeeee;
}
.contact_us .ewm_con ul{
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: inherit;
}
.contact_us .ewm_con li{
	margin:0 15px;
}
.contact_us .ewm_con li img{
	width: 152px;
	height: 152px;
	border:8px solid #c9c9c9;
}
.contact_us .ewm_con li p{
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
}
.deta_page .contact_us{
	-webkit-align-items: center;
	align-items: center;
}
.deta_page .contact_us h3{
	font-size: 30px;
	color: #000000;
	margin-bottom:30px;
}
.deta_page .contact_us p{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	font-size: 16px;
	color: #666;
	line-height:24px;
	padding:18px 0;
}
.deta_page .contact_us p i{
	color: #94c51b;
	margin-right: 10px;
}
.contact_mod{
	flex:0 0 400px;
}
.map{
	height:600px;
}
.map img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.w945{
	max-width: 945px;
	margin: 0 auto;
}
.liuyan h4{
	font-size: 2.6rem;
	font-weight: 500;
	color: #999999;
	text-align: center;
	margin-bottom: 5.2%;

}
.zx_message{
	padding: 0 0 40px 0;
}
.message li{
	padding-bottom: 20px;
}
.message input{
	height:45px;
	line-height: 45px;
	border-radius: 10px;
	border:1px solid #dadada;
}
.message li:first-child{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:first-child input{
	width:32%;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li textarea{
	border:1px solid #dadada;
	width: 100%;
	height:300px;
	padding:2%;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li:nth-child(3){
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:nth-child(3) input{
	width:100%;
	padding:2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li:nth-child(3) button{
	width: 30%;
	font-size: 16px;
	line-height:45px;
	height: 45px;
	color:#fff;
	border-radius: 10px;
	background: #94c51b;
}
.yzm{
	width: 40%;
	position: relative;
}
.yzm img{
	position: absolute;
	right:10px;
	top:10px;
	z-index: 2;
}
.zpxx_zplb li {
    border: 1px solid #F1F1F1;
    padding: 15px;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.zpxx_zplb li>span, .zpxx_zplb li>span em {
    font-size: 16px;
    color: #666;
    font-weight:normal;
}
.ycjj {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    background: url(/images/zpxx_dk.png) no-repeat;
    background-size: 71%;
	margin-top:5px;
}
.zpxx_zplb li.on .ycjj {
    background: url(/images/zpxx_gb.png) no-repeat;
    background-size: 71%;
	margin-top:5px;
}
.tykjs_zw {
    padding-right: 30px;
}
.zpxx_zplb li.on {
    -webkit-box-shadow: 0 0 11px 3px #ddd;
    -moz-box-shadow: 0 0 11px 3px #ddd;
    box-shadow: 0 0 11px 3px #ddd;
}
.zpxx_zplb li.on>span, .zpxx_zplb li.on>span em {
    color: #94c51b;
}
.tykjs_zw ul li p{
	color: rgb(103, 103, 103);
    line-height: 22px;
    font-family: "Microsoft yahei", Helvetica, Arial, sans-serif;
    margin-top: 0px;
    margin-bottom: 10px;
    white-space: normal;
    box-sizing: border-box;
    background-color: rgb(255, 255, 255);
    font-size: 12px;
}
.zpxq_nr{
	margin-top:20px;
}
.jion_more{
	display: block;
	padding:0 20px;
	border:1px solid #94c51b;
	border-radius:5px;
	line-height: 33px;
	height:35px;
	width:fit-content;
	margin-top: 30px;
	font-size: 15px;
	color: #94c51b;
}
.jion_more:hover{
	background: #94c51b;
	color: #fff;
}
.detail2{
	background: #fff;
	padding-bottom:50px;
}
.tykjs_zw ul li p.ty_time{
	float: right;
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 14px;
	color: #999999;
	line-height:14px;
	height:14px;
	margin-top:6px;
}
.zpxx_zplb li.on>p.ty_time{
	color: #94c51b;
}
.w627{
	max-width: 627px;
	margin: 0 auto;
}
.message input{
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	border:1px solid #dcdcdc;
	border-radius:5px;
	margin-bottom: 24px;
	display: block;
	color:#000;
}
.message input::-webkit-input-placeholder{
	font-size: 14px;
	color: #999;
}
.message div{
	position: relative;
	
}
.message div.yzm2{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 20px;
}
.message div.yzm2 input{
	line-height:30px;
	height:30px;
	margin:0 15px 0 10px;
}
.message div::after{
	content:'*';
	position: absolute;
	right:15px;
	top:calc(35% - 8px);
	z-index:9;
	opacity:0;
	color: #ff0000;
	/*background:url(/images/111.jpg) no-repeat center center;*/
}
.message div.bixuan::after{
	opacity:1;
}
.message select{
	width: 100%;
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	border:1px solid #dcdcdc;
	border-radius:5px;
	margin-bottom: 24px;
	color: #999;
    background: url(/images/select.png) no-repeat scroll 100px center transparent;
}
.message textarea{
	height: 200px;
	padding-left: 20px;
	padding-top: 16px;
	border-radius:10px;
	width: 100%;
	border:1px solid #dcdcdc;
	margin-bottom: 24px;
	color:#000;
}
.message textarea::-webkit-input-placeholder{
	color:#999;
}
.w314{
	width: 314px;
	margin: 0 auto;
	float: left;
}
.w296{
	width:296px;
	margin: 0 auto;
	float: right;
}
.message button{
	width: 48%;
	float: left;
	margin-right:4%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius:8px;
	cursor:pointer;
}
.message button.buled{
	background: #94c51b;
}
.message button.ccc{
	background: #999999;
}
.message button.ml0{
	margin-right: 0;
}
.message p{
	font-size: 14px;
	color: #999;
	/* color: #e62129; */
	padding-top:40px;
	float: left;
}
.jion_title{
	font-size: 36px;
	color: #94c51b;
	text-align: center;
	margin-bottom: 30px;
}
.inside_list2 li{
	width: calc(50% - 20px);
	margin-right: 0;
}
.inside_list3 li{
	width: calc(50% - 20px);
	margin-right: 0;
}
.inside_list3 li figcaption h3{
	line-height:50px;
}
.inside_list3 figcaption dl{
	padding-left: 10px;
}
.inside_list3 figcaption dd a{
	font-size: 16px;
	color: #666666;
	display: block;
	line-height:29px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.inside_list3 figcaption dd i{
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.inside_list3 figcaption dd a:hover{
	color: #94c51b;
}
.inside_list3 figcaption dd a:hove i{
	color: #94c51b;
}
.product_erlist li{
	width: calc(25% - 33.33px);
	padding:0;
	margin-bottom:50px;
}
.product_erlist li figcaption{
	padding-top: 10px;
}
.product_erlist li figcaption h3{
	font-size: 20px;
	font-weight: bold;
	color: #3b3b3b;
	line-height:30px;
	padding-bottom:5px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product_erlist li figcaption p{
	height: 60px;
	line-height:20px;
	font-size: 14px;
	color: #666666;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product_erlist li:hover figcaption h3{
	color: #94c51b;
}
.product_list li{
	width:calc(25% - 15px);
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	border:1px solid #fff;
	padding:8px 0 10px 0;
	border-bottom:3px solid #fff;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product_list li figcaption h3{
	font-size: 16px;
	color: #000000;
	line-height:30px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.product_list li figcaption p{
	font-size: 12px;
	color: #999;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.product_list li:hover{
	border-color:#94c51b;
	box-shadow:0px 0px 5px #d2d2d2;
}
.product_list li:hover figcaption h3{
	color: #94c51b;
}
.prodea_swiper .gallery-thumbs{
	margin-top: 20px;
}
.prodea_swiper .gallery-thumbs .swiper-slide{
	border:1px solid #e5e5e5;
	height:130px;
	padding:2%;
	cursor: pointer;
}
.prodea_swiper .gallery-top .swiper-slide{
	text-align: center;
}
.prodea_swiper .gallery-top .swiper-slide img{
	width: 750px;
	height:750px;
	object-fit: cover;
}
.prodea_swiper .gallery-thumbs .swiper-slide img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.prodea_swiper{
	padding:0 160px;
	position: relative;
}
.color_swiper{
	padding:0 160px;
	position: relative;
}
.prodea_swiper .gallery-thumbs .swiper-slide-thumb-active{
	border-color:#d7000f;
}
.prodea_swiper .swiper-button-next:hover{
	color: #94c51b;
}
.prodea_swiper .swiper-button-prev:hover{
	color: #94c51b;
}
.pro_titel{
	text-align: center;
	font-size: 32px;
	color: #404445;
	/*font-weight: bold;*/
	margin-bottom:60px;
}
.prodea_nav{
	width: 100%;
	margin-top: 50px;
	height:60px;
	background: #ededed;
}
.prodea_nav li a{
	display: block;
	width:fit-content;
	padding: 0 30px;
	line-height:60px;
	border-right:1px solid #fff;
	font-size: 16px;
	color: #000000;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.prodea_nav li{
	float: left;
}
.prodea_nav li a:hover{
	background: #94c51b;
	color: #fff;
}
.prodea_nav li.active a{
	background: #94c51b;
	color: #fff;
}
.pro_enitor .enitor_mod{
	display: none;
	font-size: 15px;
	color: #555;
	line-height:36px;
	padding:20px 30px;
}
.page {
	margin-top: 10px;
	padding: 14px 0 15px;
	text-align: center;
}
.page a {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span {
	border: 1px solid #CCCCCC;
	margin-right: 5px;
	padding: 4px 7px;
}
.page span.current {
	background: #5280e0;
	border: 1px solid #5280e0;
	color: #FFFFFF;
	font-weight: bolder;
}

/*首页产品分类*/
.proclass{
	height:750px;
}
 .proclass .swiper-container {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .proclass .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .proclass .gallery-top {
      height: 80%;
      width: 100%;
    }
.proclass .gallery-top a{
	width:inherit;
	height:inherit;
	display:block;
}
    .proclass .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

   .proclass .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 130px;
    opacity: 0.4; 
	 display:flex;
	  justify-content: center;
	  align-items: center;
	  position:relative;
    }
	.proclass .gallery-thumbs .swiper-slide span{
		width:100%;
		display:block;
		 font-size:18px;
		  font-weight:bold;
		  text-align:center;
		vertical-align:middle;
		position:absolute;
		padding:2% 5%;
		background:rgba(255,255,255,.5);
		z-index:99999;
		*zoom:1;
		bottom:0;
	}

    .proclass .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
.index_title h3 a{
 
    color: #94c51b;
   
}