header{
	height:46px;
}
.top{
	display:flex;
	justify-content:space-between;
	padding:0px 0px 0px 15px;
	position:fixed;
	z-index:1000;
	top:0;
	left:0;
	background:#fff;
	/*box-shadow:0px 0px 3px rgba(0,0,0,.3);*/
	width:100%;
	height: 46px;
}
.logo{
	padding:8px 0px;
}
.logo img{
	height:30px;
}
.nav-logo{
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	padding:0px 15px;
	background:#2ca266;
	width:50px;
	position:relative;
	transition:.3s;
	z-index:1000;
}
.nav-logo span{
	display:block;
	height:2px;
	width:20px;
	transform-origin:44% center;
	transition:.3s;
	background:#fff;
}
.nav-logo span:nth-of-type(2){
	margin:5px 0px;
}
.nav-logoo{
	width:70px;
	padding:0px 25px;
}
.nav-logoo span:nth-of-type(1){
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.nav-logoo span:nth-of-type(2){
	display:none;
}
.nav-logoo span:nth-of-type(3){
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}
.menu{
	position:fixed;
	top:0;
	left:-100%;
	width:calc(100% - 70px);
	height:100%;
	background:#f8f8f8;
	display:flex;
	align-content:space-between;
	z-index:1001;
	flex-wrap:wrap;
	transition:.5s;
}
.menu i{
	content: "";
	display: block;
	width: 70px;
	height: 120%;
	position: absolute;
	left:100%;
	top: -10%;
	z-index:99;
	opacity:0;
	transition:0;
	box-shadow:-2px 0px 5px rgba(0,0,0,.5);
}
.body{
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	width:100%;
	height:100%;
}
.menuu{
	left:0;
}
.menuu i{
	opacity:1;
	transition:.3s;
}
.heise{
	position:fixed;
	top:0;
	left:0;
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
	z-index:998;
}
.menu ul{
	width:50%;
	transition:.3s;
}
.menu ul.ul{
	margin-left:-50%;
}
.menu ul li{
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.menu ul li:first-child a{
	color:#2ca266;
	padding:0px 25px;
	background:#fff;
}
.menu ul li a{
	display:flex;
	justify-content:space-between;
	padding:0px 30px;
	color:#888;
	line-height:46px;
	position:relative;
	transition:.3s;
}
.menu ul li a span{
	content:"";
	display:block;
	padding-right:10px;
	background:url(../images/yjit.png) right center no-repeat;
	background-size:10px auto;
}
.menu ul li.cur a{
	color:#888;
	background:#fff;
}
.menu dl{
	width:50%;
}
.menu dl dt{
	text-align:center;
	font-weight:normal;
	font-size:1.5rem;
	line-height:40px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	color:#888;
	background:url(../images/zjit.png) 18px center no-repeat;
	background-size:auto 18px;
	position:relative;
}
.menu dl dt big{
	display:block;
	width:50px;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:1;
}
.menu dl dd a{
	display:block;
	color:#888;
	font-size:1.4rem;
	line-height:40px;
	border-bottom:1px rgba(0,0,0,.08) solid;
	padding:0px 25px;
}
.selan{
	width:100%;
	padding:0px 0px 0px;
	overflow:hidden;
}
.erji{
	width:200%;
	display:flex;
}
.copy{
	width:100%;
	padding:0px 0px 40px;
	text-align:center;
	color:#666;
	line-height:22px;
	font-family:arial;
	font-size:1.3rem;
}
.copy a{
	color:#666;
}
footer{
	background:#1f2326;
	padding:0px 15px 20px;
}
.contact ul li{
	color:rgba(255,255,255,.8);
	line-height:20px;
	padding:8px 0px;
	font-family:arial;
}
.notice h4{
	color:#fff;
	margin:10px 0px 0px;
	line-height:36px;
	font-size:1.6rem;
	font-weight:bold;
}
.notice section{
	color:rgba(255,255,255,.8);
	line-height:28px;
}
.contact ul li i{
	margin-right:10px;
	color:#fff;
}
.pdclass h4{
	color:#fff;
	margin:10px 0px 0px;
	line-height:36px;
	font-size:1.6rem;
	font-weight:bold;
}
.pdclass ul{
	display:flex;
	flex-wrap:wrap;
}
.pdclass ul li{
	margin-right:10px;
	margin-top:10px;
}
.pdclass ul li a{
	color:rgba(255,255,255,.8);
	display:block;
	line-height:30px;
	padding:0px 18px;
	background:#000;
	transition:.3s;
}
.pdclass ul li a:hover{
	background:#fff;
	color:#000;
}
.about{
	padding:30px 5% 0px;
}
.about ul li{
	margin-bottom:20px;
}
.about ul li a{
	display:flex;
	justify-content:space-between;
}
.about ul li h3{
	color:#666666;
	display:block;
	font-weight:bold;
	font-size:1.4rem;
	margin-bottom:7px;
}
.about ul li big{
	display:block;
	width:10%;
}
.about ul li section{
	width:83%;
}
.about ul li small{
	display:block;
	color:#666666;
	font-size:1.2rem;
	line-height:20px;
}
.fuwu ul{
	display:flex;
	flex-wrap:wrap;
}
.fuwu ul li{
	width:50%;
}
.fuwu ul li a{
	display:block;
	color:#fff;
	position:relative;
}
.fuwu ul li a span{
	display:block;
	position:absolute;
	top:15px;
	left:15px;
}
.fuwu ul li a span p{
	font-size:1.6rem;
	font-family:Fonttwo;
}
.fuwu ul li a span small{
	display:block;
	font-size:1.4rem;
}
.iabout img{
	width:100%;
}
.iproduct{
	padding:15px 15px;
}
.iproduct h1{
	font-size:1.8rem;
	line-height:22px;
	font-weight:bold;
	padding:0px 10px;
}
.iproduct ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.iproduct ul li{
	width:49%;
	margin-top:20px;
}
.iproduct ul li a{
	display:block;
}
.iproduct ul li a h3{
	text-align:center;
	font-size:1.4rem;
	color:#333;
	font-family:arial;
	line-height:22px;
	padding:10px 0px 0px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.iproduct ul li a span{
	display:block;
	font-size:1.4rem;
	color:#666;
	font-family:arial;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.ckmore{
	text-align:center;
	margin:25px 0px;
	color:#666;
	font-size:1.2rem;
	border:1px #ddd solid;
	padding:9px 0px;
}
.iproductd{
	padding:20px 25px;
}
.gallery-top .swiper-slide{
	text-align:center;
}
.gallery-top .swiper-slide img{
	width:80%;
}
.gallery-top .swiper-button-next{
	width:10%;
	height:100%;
	top:0;
	margin-top:0;
	right:0;
	background:url(../images/yjit.png) right center no-repeat;
	background-size:40% auto;
}
.gallery-top .swiper-button-prev{
	width:10%;
	height:100%;
	top:0;
	margin-top:0;
	left:0;
	background:url(../images/zjit.png) 0 center no-repeat;
	background-size:40% auto;
}
.gallery-thumbs{
	margin:20px 0px !important;
}
.gallery-thumbs .swiper-slide{
	padding-bottom:1px;
}
.gallery-thumbs .swiper-slide img{
	border:1px #fff solid;
}
.gallery-thumbs .swiper-slide-thumb-active img{
	border:1px #2ca266 solid;
}
.clttop{
	width:100%;
	padding-bottom:20px;
}
.clttop h3{
	display:flex;
	justify-content:flex-end;
	font-size:1.3rem;
	padding:10px 0px;
	line-height:30px;
}
.pro-ptt{
	padding:10px 0px 15px;
	border-bottom:1px #000 solid;
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}
.pro-ptt p{
	font-size:1.8rem;
	line-height:20px;
	font-weight:bold;
	line-height:25px;
}
.pro-ptt .fanye{
	display:flex;
}
.pro-ptt .fanye a{
	display:block;
	width:25px;
	height:25px;
	border:1px #000 solid;
}
.pro-ptt .fanye a:first-child{
	margin-right:10px;
	background:url(../images/syy.png) center no-repeat;
	background-size:6px auto;
}
.pro-ptt .fanye a:last-child{
	background:url(../images/xyy.png) center no-repeat;
	background-size:6px auto;
}
.clttop h3 a{
	color:#ff6501;
}
.clttop h3 i{
	color:#ff6501;
	margin:0px 5px;
	font-size:1.2rem;
	line-height:28px;
}
.clttop h4{
	padding:0px 0px 10px;
	border-bottom:1px #000 solid;
	font-size:1.4rem;
	margin:0;
}
.clttop section{
	margin:35px 0px 0px;
	border-top:1px rgba(0,0,0,.1) solid;
	padding:0;
}
.clttop section span{
	display:flex;
	justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.1) solid;
	line-height:36px;
}
.clttop section span p{
	color:#333;
	font-size:1.2rem;
}
.clttop section span p:first-child{
	max-width:60px;
}
.clttop section span p:last-child{
	max-width:calc(100% - 60px);
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.icontact{
	padding:20px 15px;
}
.icontact h3{
	font-size:1.8rem;
	font-weight:bold;
	color:#000;
	margin:0px 0px 15px;
}
.icontact .ictext{
	width:100%;
}
.icontact .ictext section{
	color:#666666;
	line-height:28px;
	font-size:1.4rem;
}
.icontact form{
	width:100%;
	margin:20px 0px;
}
.icontact form span input{
	width:100%;
	line-height:46px;
	background:#f2f2f2;
	border:0;
	border-radius:3px;
	font-size:1.2rem;
	outline:none;
	padding-left:15px;
	margin-bottom:10px;
}
.icontact form textarea{
	width:100%;
	line-height:22px;
	background:#f2f2f2;
	border:0;
	border-radius:3px;
	resize:none;
	outline:none;
	padding:12px 15px;
}
.icontact form button{
	line-height:46px;
	border:0;
	border-radius:3px;
	width:130px;
	color:#fff;
	background:#2ca266;
	margin:20px 0px 0px;
	transition:.3s;
}
.inews{
	padding:15px 20px;
}
.inews h1{
	font-size:1.8rem;
	font-weight:bold;
	line-height:22px;
	padding:0px 0px 15px;
}
.inews ul li{
	margin-bottom:15px;
}
.inews ul li a section{
	background:rgba(0,0,0,.03);
	padding:15px 15px 20px;
}
.inews ul li a section small{
	font-size:1.3rem;
	font-weight:bold;
	color:#666;
	display:block;
}
.inews ul li a section p{
	color:#999;
	font-size:1.2rem;
	font-family:arial;
	line-height:28px;
	border-bottom:1px rgba(0,0,0,.1) dotted;
}
.inews ul li a section span{
	display:block;
	color:#777;
	padding:10px 0px 0px;
	font-size:1.2rem;
}
.inewsd{
	padding:15px 20px;
}
.instt{
	text-align:center;
	font-size:1.5rem;
	font-weight:bold;
	line-height:200%;
	padding-bottom:5px;
	color:#2ca266;
}
.insct{
	line-height:22px;
	color:#666;
	font-size:1.2rem;
}
.insct img{
	max-width:100%;
	height:auto;
}
.fanyee{
	display:flex;
	justify-content:space-between;
	padding:5px 0px 0px;
	margin:15px 0px 0px;
	border-top:1px rgba(0,0,0,.1) dashed;
}
.fanyee a{
	display: flex;
	justify-content: center;
	align-items: center;
	color:#2ca266;
}
.fanyee span{
	display:flex;
	max-width:50%;
	font-size:1.2rem;
	line-height:30px;
}
.fanyee span a{
	color:#2ca266;
	display:block;
	max-width:100px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.lanmu{
	padding:15px 15px 0px;
}
.lanmu ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.lanmu ul li{
	width:48.5%;
	margin-bottom:10px;
}
.ipage{
	padding:15px 15px 30px;
	font-size:1.3rem;
	line-height:23px;
	color:#666;
}
.ipage img{
	max-width:100%;
	height:auto;
}


.prd-content img{
	max-width:100%;
	height:auto;
}

.fzlc{
    margin-top:20px;
}
.fzlcbt{
    font-size: 4rem;
    font-weight: 900;
}
.slider-nav {
    width: 81%;
    margin-left: -55px;
    margin-top: 48px;
    overflow: hidden;
}
.slider-nav  p {
    font-size: 24px;
    font-weight: 800;
    color: #292929;
    margin-bottom: 26px;
    cursor: pointer;
    text-align: center;
}
.slick-current p{
    color: #2ca266;
}

.slider-nav .slick-current .line::after{
    position: absolute;
    content: '';
    border-top: 10px solid #2ca266;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    transform: translateX(-50%);
}
.line{
    display: flex;
    align-items: center;
}
.slick-center div{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.falcnr{
    position:relative
}
.falcnr:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: 100px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(20, 20, 20, 0.9);
}
.slider-for>div{
    padding: 22px 18px;
    background: #ffffff;
}
.slider-for h3{
    font-size: 30px;
    font-weight: 900;
    color: #2ca266;
}
.slider-for  p{
    font-size: 24px;
    font-weight: 600;
    color: #2ca266;
}

.slider-nav{
    overflow: hidden;
}
.slider-for{
    margin-top: 36px;
    box-shadow: 0px 0px 18px 0px rgba(83, 83, 83, 0.11);
}
.slider-nav .slick-prev{
    display: none !important;
}
.slider-nav .slick-next{
    display: none !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 36px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slider-for .slick-next{
    right: 10%;
    top: -100px;
}
.slider-for .slick-prev{
    left:auto;
    right : 25%;
    top: -100px;
}
.slick-slide img{
    object-fit: contain;
}
.slider-for .slick-slide .xiqu{
    display: none;
}
.slider-for  .slick-slide.slick-current .xiqu{
display:flex;justify-content: space-between;
}
.weizhi{
	padding:10px 0px 35px;
	display:flex;
	justify-content:space-between;
}
.weizhi p{
	line-height:30px;
	font-size:2.8rem;
	color:#000;
}
.weizhi section{
	line-height:30px;
	color:#333;
	background:url(../images/fzpic.png) 0px 7px no-repeat;
	padding-left:25px;
}
.weizhi section a{
	color:#333;
}
.weizhi section a:hover{
	color:#2ca266;
}
.weizhi section span{
	color:#2ca266;
}
.fenlei{
	padding: 0px 0px 5px;
	line-height: 200%;
}
.fenlei ul{
	display: flex;
}
.fenlei ul li{
	margin-right: 20px;
}
.fenlei ul li a {
    color: rgba(255,255,255,.8);
    display: block;
    line-height: 30px;
    padding: 0px 18px;
    background: #2ca266;
    transition: .3s;
}
.inews .insct ul li>section{
	width:100%;
	padding:20px;
	position:relative;
	background:#fff;
}
.inews .insct ul li>section small a{
	color:#2ca266;
	font-weight:bold;
	font-size:18px;
	transition:.3s;
	line-height: 200%;
	margin-bottom:20px;
	display: block;
}
.inews .insct ul li>section small a:hover{
	color:#2ca266;
}
.inews .insct ul li>section p{
	color:#d4d4d4;
	font-family:arial;
	font-size:1.4rem;
	margin:10px 0px;
	border-bottom:1px #d4d4d4 solid;
	padding-bottom:10px;
}
.inews .insct ul li>section span{
	display:block;
	color:#000;
	line-height:200%;
	font-size:14px;
}
.inews .insct ul li>section>a{
	display:block;
	width:105px;
	line-height:40px;
	background:#2ca266;
	text-align:center;
	position:absolute;
	right:0;
	bottom:0;
	transition:.3s;
	color:#fff;
}
.inews .insct ul li section>a:hover{
	background:#384b60;
}
.jieshao{
	text-indent: 2em;
	line-height: 200%;
	margin-bottom:20px;
}
#banner iframe{
    width:100%;
    height: 200px;
}

#banner .swiper-button-next-banner {
    background: url(../images/bannerr.png);
    width: 24px;
    height: 24px;
    background-size: 100%;
    right: 0%;
    top: 50%;

}
#banner .swiper-button-prev-banner {
    background: url(../images/bannerl.png);
    width: 24px;
    height: 24px;
    background-size: 100%;
    left: 0%;
    top: 50%;
}



 .b-height {
		height:50px;
	}
.fygnav {
		padding:0px;
		height:50px;
		background-color:#009ca3;
	}
.fygnav ul {
		list-style-type:none;
		width:100%;
		margin:0px;
		padding:0px;
	}
.fygnav li {
		width:25%;
		text-align:center;
		float:left;
		margin:0;
	}
.fygnav ul {
        list-style-type: none;
        width: 100%;
        margin: 0px;
        padding: 0px;
        display: flex;
        align-items: center;
 }
.fygnav li a img {
        height: 20px;
        width: 20px;
 }
.fygnav li a {
        display: flex;
        align-content: center;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        color: #FFFFFF;
        background-color: #2ca266;
        height: 55px;
        font-size:12px;
        white-space: nowrap;
}
















































