@charset "utf-8";
ul,li{
	margin:0px;
	padding:0px;
	list-style:none;
}
body{
	margin:0px;
	padding:0px;
	color:#1d1d22;	
	font-family: "Inter","Helvetica Neue",Roboto,"Segoe UI",-apple-system,BlinkMacSystemFont,Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"
}
a:focus, a:hover {
    text-decoration: none;
}
 .container{
	
}
.clear{
	clear:both;
}
h2{
	text-align:left;
	/* color:#1d1d22; */
	color:#2d8a2f;
	font-weight:bold;
	margin:0px auto;
	padding:0px 0px 60px;
}
h3{
	color:#ef7f00;
}
.white{
	color:#fff;
}
h2 strong{
	color:#fab704;
}
.center{
	text-align:center !important;
}
.txtright{
	text-align:right;
}
.txtleft{
	text-align:left;
}
.topbg{
	color:#333;
	background:rgba(220,220,220,0.2);
}
.topbg i{
	font-size:12px;
	margin-right:10px;
	font-style:normal;
	
}
.topbg i:before{
	font-size:14px;
	margin-right:5px;
}
.navbar{
	margin-bottom:0px;
	background:none;
	transition: all 0.8s ease 0s;
}
.choselan{
	text-align:right;
}
.choselan .lan{
	text-indent:2em;
	background:url(../images/icon_earth.png) no-repeat left center;
}
.header-top{
	color:#ccc;
	text-align:right;
	padding-right:20px;
	background:#4d4849;
}
.navbar-brand{
	padding:10px 0px;
	overflow:hidden;
	height:auto;
}
.navbar-brand img{
	height:50px;
	margin-top: 5px;
}
.navbar-brand .logimg{
	display:none;
}
.navbar-default:hover .logimg,.header-scroll .logimg{
   display:block;
}
.navbar-default:hover .dimg,.header-scroll .dimg{
   display:none;
}


.navbar-default{
	border:none;
	height:90px;
}

.navbar-right{
	/*padding:60px 0px 20px 0px;*/
	padding:20px 0px 0px 0px;
}
.navbar-nav>li{
	/*width:140px;
	margin:0px 8px;*/
}
.navbar-default .navbar-nav>li>a{
	color:#fff;
	font-weight:bold;
	font-size:16px;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 60%);
}
.navbar-default .navbar-nav>li>a:hover{
	color:#2d8a2f;
	text-decoration:none;
	text-shadow:none;
}
.navbar-default:hover{
	background:#fff;
	text-shadow:none;
	}
.navbar-default:hover .navbar-nav>li>a{
	color:#666;
	text-shadow:none;
}
.navbar-default .hover .toplink2{
	/* border-bottom: 2px solid #FFF; */
	/* color:#2d8a2f; */
	/* text-shadow: none; */
}

.navbar-toggle{
	top:50%;
	    margin-top: 15px;
}
.header-scroll{
	color:#666;
	background:#fff;
	transition: all 0.8s ease 0s;
	box-shadow:0px 0px 15px rgba(0,0,0,0.3);
}

.header-scroll .navbar-nav>li>a {
    color: #666;
	text-shadow:none;

}
.header-scroll .navbar-nav>li>a:hover{
	color: #2d8a2f;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
	color: #025f33;
	background:none;
}
.header-scroll .navbar-nav>.open>a, .header-scroll .navbar-nav>.open>a:focus, .header-scroll .navbar-nav>.open>a:hover{

}
.navbar-nav>li>.dropdown-menu{
	/*margin-top:18px;*/
}
.nav li:hover{
		color:#2d8a2f;
}
.nav .navmenu li:hover .novlink{
	color:#2d8a2f;
}

/*downlist
==========*/
.navsedbox {
    position:;
	position:absolute;
    top: 50px;
    width: auto; 
	display:none;
    /*display: flex;*/
     margin-left: 0px;
    /* right: auto !important; */
    left: -50px !important;
    -ms-transform: translate(50%, 0) !important;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 0px;
    background:#fff;
    padding: 0px;
   /* border-bottom: 0px solid #e9c657;
    overflow: hidden;*/
    transition: all .5s ease;
	text-align:center;
}
.navsedbox b{
	display:none;
}
.nav li:hover .navsedbox {
	display:block;
	width:180px;
	height: auto;
	padding:10px 15px;
	line-height:30px;
	/*border-bottom: 2px solid #dcdcdc;*/
	}
.navbar-right li:first-child .navsedbox{
	display:none;
}
.navmenu{
	    width: 100%;
	    margin: 0px auto;
	    /*min-width: 600px;
	    max-width: 1000px;*/
}
.navsedul {
    width: 100%;
    margin-top: 0px;
    padding:0px;
}
.navsedul a{
	color:#666;
}
.navsedul h3 {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    border-bottom: #ddd 1px solid;
    transition: .5s;
	font-weight:bold;
}

.navsedul h3 a{
	color:#666;
}
.navconbox{
    width: 60%;
    max-width: 550px;
    float: right;
    padding: 25px 0px 45px 25px;
}

.picbox{
    position: relative;
    width: 90%;
    height: 0;
    margin-top: 30px;
    padding-bottom: 50%;
    overflow: hidden;
}
.picbox .navimg {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.navsedul .picbox img{
	margin-right:0px;
    max-width: 486px;
    border-radius: 50px 0px 50px 0px;
}



.navsedul2{
	width:100%;
}
.navsedul2 li{
	float:left;
	width:23%;
	min-height:160px;
	margin:10px 1%;
	overflow:hidden;
	/* border-bottom: #ddd 1px solid; */
}
.navsedul2 h3 {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align:left;
    font-size: 16px;
    border-bottom: #ddd 1px solid;
    transition: .5s;
	font-weight:bold;
}

.navsedul2 .downli{
	clear:both;
	width:100%;
	margin:0px 10px;
	line-height: 30px;
}
.navsedul2 .downli a{
	display:block;
	margin:0px 0px;
}
.navsedul2 a{
	color:#666;	
}
.navsedul2 a:hover{
	color:#35a735;
}

/*language-lis
==========*/
.language-lis{
	position:fixed;
	right:-100px;
	top:0;
	z-index:999999;
	color:#fff;
	width:0px;
	height:100%;
    /*overflow-x: hidden;
	overflow-y:scroll;*/	
    background: rgba(0,0,0,0.9);
	transition:all 0.3s;
-moz-transition:all 0.3s; /* Firefox 4 */
-webkit-transition:all 0.3s; /* Safari and Chrome */
-o-transition:all 0.3s; /* Opera */
}
.languagedis{
	right:0px;	
	width:220px;
}
.language-lis button{
	color:#fff;
	font-size:20px;
	background:none;
	border:none;
	margin:20px 0px;
	padding:0px 20px;
}
.language-lis h3{
	color:#fff;
	width:80%;
	overflow:hidden;
	padding:0px 10px;
	margin:30px auto 0px;
}
.language-lis h4{
	width:80%;
	padding:0px 10px;
	margin:20px auto 40px;
}
.language-lis ul{
	width:80%;
	margin:20px auto;
	padding-top:20px;
	border-top:1px solid rgba(164,171,181,0.9);
}
.language-lis li{
	clear:both;
	width:100%;
	display:flex;
	cursor:pointer;
	margin:20px auto;
	line-height:25px;
	font-size:18px;
	justify-content: space-between;
}
.language-lis li img{
	width:18px;
	margin-right:10px;
	display: inline-block;
	height:auto;
}
.cur-lang svg{
	width:14px;
	height:12px;
	text-align:center;
 vertical-align: middle;
   
}
.cur-lang{
	padding:5px;
	width:24px;
	height:24px;
	background:#ef7f00;
	border-radius:50%;
}
.language-lis a{
	color:#fff;
}
.language-lis a:hover{
	text-decoration:underline;
}


/*banner
============*/
/*banner
============*/
#banner{
	clear:both;
	width:100%;
	overflow:hidden;
	margin:0px auto;
}
#banner .container:before{
	background:#000;
}
.btxt{
	text-align:left;
	z-index:999;
	top:25%;
	color:#fff;
	font-size:30px;
	position:absolute;
	text-shadow:0px 0px 10px rgba(0,0,0,0.5);
}
.btxt .big{
	font-weight:bold;
	/* text-transform: uppercase; */
	font-size:48px;	
}
.btxt .big strong{
	color:#f3b007;
}
.btxt .small{
	font-size:40px;
	overflow:hidden;
	padding-bottom:25px;
	text-transform:inherit;
}
.sbanner .btxt .small{
	font-size:28px;
}
.btxt h4{
	color:rgba(255,255,255,0.95);
	font-weight:normal;
	font-size:28px;
	line-height:60px;
	margin-bottom:50px;
}
.btxt p{
	line-height:20px;
	font-size:22px;
	padding:5px 0px;
}
.bbtn{
	display:block;
	clear:both;
	color:#fff;
	width:150px;
	text-align:center;
	font-size:14px;
	padding:10px;
	margin-top:50px;
	margin-left:20px;
	border-radius:3px;
	background:linear-gradient(to bottom right,#14a900,#00a974);
	/* background:#fe7e00; */
	/* border:1px solid #fff; */
}
#myCarousel{
	clear:both;
	/*margin-top:105px;*/
}
#myCarousel .item:before{
	/*background-color:rgba(0, 0, 0, 0.65);*/
	/*background-color:rgba(0, 0, 0, 0.5);*//*2016-8-26*/
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
}
#myCarousel .txt{
	position:absolute;
	top:50%;
	left:0px;
	right:0px;
	color:#fff;
	text-align:center;
	line-height:30px;
}
#myCarousel .txt h6{
	font-size:34px;
	color:#c8c8c8;
}
#myCarousel .txt h2{
	font-size:72px;
}

#myCarousel .kode_link_2{
	color:#fff;
	padding:15px 45px;
	margin:10px 0px;
	font-size:20px;
	text-transform:upperpro;
	border:1px solid #fff;
}
#myCarousel .kode_link_2:hover{
	background:#be951f;
}
.carousel-indicators .active{
	width:24px;
}
/*nav
=======*/

#prohot{
	width:100%;
	background:#f7f7f7;
	background-size:cover;
	padding:80px 0px 30px;
}
#prohot h2{
	margin:0px 0px;
	padding:0px 0px 20px;
}
.cate-r a{
	color:#666;
}
#prohot .thumbnail{
	margin-bottom: 0px;
		/* position:absolute;
	border:none;
	background:none;
	overflow:hidden;
	border-radius:5px;
	padding:0px 0px 10px;
box-shadow:0px 0px 15px rgba(0,0,0,0.1); */
}
.imgtitle{
	padding: 15px 25px 25px;
	background: #fff;
	/*color:#fff;	
	padding:120px 30px;
	position:relative;*/
}
.cate-r .imgtitle h3{
	font-size:16px;	
	margin: 0px 0px 10px;
	/*color:#fff !important;
	text-align:center;*/
}
#prohot h3{
	color:#ef7f00;
	line-height:25px;
	/* padding-top:20px; */
}
#prohot p{
	font-size:20px;
}
#prohot .container{
	padding:0px;
}
#prohot .col-xs-12{
	cursor:pointer;	
}
.cate-r{
	margin:40px 0px;
}
.cate-r ul{
	font-size:16px;
	line-height:30px;
	overflow:hidden;
}
.cate-r li:hover a{
	color:#2d8a2f;
}
#prohot .cate-r .thumbnail{
	/* width:50%; */
	border-radius:0px;
}
.cate-r .title{
	padding:40px 35px;
	background:#fff;
}
.cate-r h3{
	color:#666 !important;
	font-size:32px;
	font-weight:bold;
}
.cate-r h3 b{
	color:#2d8a2f;
}
.cate-r h2{
	color:#999;
	font-size:22px;
}

.cate-r .txt{
	color:#999;
	line-height:24px;
	margin-top:34px;
}
.cate-r .more{
	margin-top:8px;
}
.imgtitle .txt{
	color:#777;
	margin:0px 0px 0px;
}



/*pro
=======*/
#pro{
	width:100%;
	/* background:url(../images/probg.jpg) no-repeat center top; */
	background:#f7f7f7;
	padding:80px 0px 80px;
	background-attachment:fixed;
}
#pro .container{	
}
#pro .col-md-4{
}
#pro .thumbnail{
   background:#fff;
   margin-bottom:0px;
   padding-bottom:0px;
   border:none;
   border-radius:10px;
   border-bottom-left-radius:0px;
   border-bottom-right-radius:0px;
}

#pro .caption{
	background:#fff;
	display:block;
	color:#1d1d22;
	margin:0px auto 20px;
	padding:0px 20px 20px;
	border-bottom-left-radius:5px;
   border-bottom-right-radius:5px;
}
.prohot{
	width:100%;
	margin:0px auto;
	padding:0px;
}
.prohot .row{
	margin:0px;
}
.prohot img{
	width:100%;
}
.prohot .contxt{
	width:80%;
	margin:0px auto;
}
.prohot .contxt h3{
	color:#1d1d22;
	font-size:36px;
	margin:0px 0px;
	padding:150px 0px 0px;
}
.prohot .contxt h4{
	font-size:24px;
	margin:20px 0px 40px;
}
.prohot .caption{
	line-height:24px;
}
.prohot .img1,.prohot .img2{
	padding:0px;
}
/*about
=========*/
#about{
	width:100%;
	/* margin:30px 0px 80px; */
	padding:100px 0px;
	line-height:30px;

}
 .aboutbg{
	padding-bottom: 80px;
	background:url(../images/about-bg.jpg) no-repeat center bottom;
	background-size: cover;
}
#about .sonpage{
	background:none;
}
#about .thumbnail{
	border:none;
}
#about .thumbnail img{
	border-radius:10px;
}
#pro h3,#about h3{
	text-align:center;
	color:#025f33;
	padding:10px 0px;
	margin:0px;
}

#about .container{
}
#about-l{
	padding:0px 15px;
}
.about-r{
	margin:0px;
	padding:0px 20px;
}
.aboutbtn{
	color:#fff;
	width:150px;
	padding:8px 10px;
	margin:50px 0px;
	text-align:center;
	border-radius:5px;
	background: linear-gradient(to bottom right, #14a900, #00a974);
}
.aboutbtn a{
	display:block;
	color:#fff;
}
.aboutnum{
	margin:40px 0px;
}
#about .aboutnum h3{
	color:#2d8a2f;
	font-size:48px;
	margin:0px;
	padding:0px;
}
#about .aboutnum h3 span{
	font-size:24px;
	margin-top:-2px;
	position:absolute;
}
#about .aboutnum h3 img{
	width:36px;
	margin-left:10px;
}
#about .aboutnum h4{
	opacity:0.8;
	text-align:center;
	font-size:18px;
}
.aboutculture{
	margin: 160px auto 0px;
}
.aboutculture .con{
	text-align: center;
	min-height: 420px;
	padding: 4em 3em;
	background: #f3f4f5;
	transition: 0.5s;
}
.aboutculture .con:hover{
	transform: translateY(-20px);
	box-shadow: 0 0 10px rgba(0,0,0,10%);
}
.aboutculture .con img{
	display: block;
	width: 68px;
	transition: 0.5s;
	margin: 0px auto;
}
.aboutculture .con:hover img{
	transform:rotate(360deg);
}
.aboutculture .con h2{
	width: 90%;
	padding: 0px;
	font-size: 24px;
	text-align: center;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	margin: 20px auto;
}
.aboutculture .con p{
	margin-bottom: 5px;

}
/*news
==========*/
#news{
	overflow:hidden;
	padding:100px 0px 100px;
	background:#f7f7f7;
}
#news:before{
	background:rgba(0, 0, 0, 0.2);
}

#news .lis{
	overflow:hidden;
	padding:20px 24px;
	/*margin:15px 0px 25px;*/
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	min-height:300px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.1);
}
#news .lis:hover h3{
	color:#2d8a2f;
}
#news .lis h3{
	font-weight:bold;
	margin:10px auto;
}
#news .lis h3,#news .lis h3 a{
	font-size:18px;
	color:#666;
	
}
#news h4{
	margin:0px;
	padding:0px;
}
#news .thumbnail{
	padding:0px;
	margin-bottom:0px;
}
#news .pic{
	float:left;
	width:160px;
	border:none;
	border-radius:5px;
	overflow:hidden;
	margin-right:10px;
}
#news .pic img{
	width:100%;
	border-radius:10px;
}
#news .caption{
	color:#666;
	line-height:25px;
}
#news .lis:hover img{
	cursor:pointer;
	border-radius:5px;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
#news .newsimg{
	width:100%;
	border-radius:5px;
	overflow:hidden;
	}
#news .newsimg img{
	width:100%;
}
#news .lis img{
	border-radius:5px;
	 transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
}
#news a:hover{
	text-decoration:none;
}
.datetime{
	clear:both;
	margin:20px 0px 0px;
}
.datetime .day{
	float:left;
	font-size:40px;
	color:#1d1d22;
	margin-right:0.2em;
}
.datetime .year{
	float:left;
	color:#666;
	font-size:14px;
	padding-top:18px;
}
.datetime .moth{
	display:block;	
	text-align: center;
}
#news .more{
	color:#666;
	padding-top: 20px;
    text-align: right;
}
#news .more:hover{
	color:#2d8a2f;
	}
/*pro
==========*/
#honor{
	clear:both;
	width:100%;
	padding:100px 0px 100px;		
}
#honor h3 a{
	font-size:20px;
	color:#1d1d22;
}
#pro .row{
	position:relative;
}
#pro .hd{ 
	overflow:hidden;  
	padding:0 10px;
}
#pro .hd .prev,#pro .hd .next{ 
	display:block;
	width:20px;
	height:59px;
	float:left;
	margin-right:5px; 
	margin-top:5%;
	overflow:hidden;
	cursor:pointer; 
	position:absolute;
	top:120px;
	background:url(../images/left.png) 0 0 no-repeat;
}
#pro .hd .next{
	float:right;
	right:0px;
	background:url(../images/right.png) 0px 0px no-repeat;
}
#pro .hd .prevStop{ 
	background-position:-60px 0;
}
#pro .hd .nextStop{
	background-position:-60px 0px;
}
/*隐藏*/
#pro .hd ul{
	float:right;
	display:none;
	overflow:hidden;
	zoom:1; 
	margin-top:10px;
}
#pro .hd ul li{ 
	float:left;
	width:9px;
	height:9px; 
	overflow:hidden; 
	margin-right:5px; 
	text-indent:-999px; 
	cursor:pointer; 
	background:url("http://down.admin5.com/demo/code_pop/18/562/demo/images/icoCircle.gif") 0 -9px no-repeat;
	}
#pro .hd ul li.on{ 
	background-position:0 0;
}
#pro .bd{ 
	padding:10px 62px;
}
#pro .bd ul{ 
	overflow:hidden; 
	zoom:1;
}
#pro .bd ul li,#honor .bd li{ 
	width:22%; 
	margin:0px 10px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;
}
#pro .bd ul li{
	padding:0px;
	width:30%;
	margin:0px 20px;
}

#pro .bd ul li .pic,#honor .bd ul li .pic{ 
	text-align:center;
}
#honor .bd li img{ 
	width:95%; 
	display:block; 
	padding:0px;
	margin:0px auto;
	border-radius:10px;
	text-align:center;
}
#pro .bd ul li .pic img{
	width:100%;
}

/*productlist
==========*/
.prolist{
	clear:both;
	margin:0px auto;
	padding:0px;
	overflow:hidden;
}
.prolist h3{
	width:95%;
	font-size:20px;
	overflow:hidden;
	text-align:center;
	margin:0px auto;
	padding:10px 0px;
}
.prolist h3 a{
	color:#666;
}
.prodetail .proimg img{
	width:350px;
	border-radius:5px;
}
.prodetail .detail_tit{
	padding:20px 0px 0px;
}





#news .prolist li{
	float:left;
	width:30.5%;
	overflow:hidden;
    padding:0px 0px 20px;
    margin: 0px 10px 20px;
}
#news .prolist .pic{
	clear:both;
	display:block;
	width:100%;
	margin-right:0px;
}
#news .prolist .pic img{
	border-radius:0px;
}
#news .prolist .caption{
	width:90%;
	margin:0px auto 20px;
}
#news .prolist .caption a{
	color:#777;
}
/*honor
========*/

#honor .tempWrap{	
	margin:0px auto;
}
#honor .title{
	padding-top:15px;
}



/*message
===============*/
#mg{
	padding:100px 0px 80px;
	background: url(../images/messbg.jpg) no-repeat center top;
	background-size:cover;
}
#mg h2{
text-align:center;
	padding-bottom:20px;
}
.mesbtn{
	display:block;
	clear:both;
	width:150px;
	margin:10px auto;
	text-align:center;
	padding:15px 0px;
	border-radius:5px;
	background:#F3B007;
}
.mesbtn a{
	color:#fff;
}

#news h3,#pro h3,.certifica h3{
	color: #666 ;
    font-size: 32px;
    font-weight: bold;
}
#news h3 b,.certifica h3 b{
	color:#2d8a2f;
}
#news h2,.certifica h2{
	color:#999;
	font-size:24px;
}
#news h2 .more{
	float:right;
	font-weight:normal;
	font-size:16px;
	text-align:right;
}
#pro h3{
	font-size:20px;
	min-height:25px;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}


/*certifica
==========*/

.certifica{
	overflow:hidden;
	padding:100px 0px;
	background:url(../images/certifica-bg.jpg) no-repeat center bottom;
}
.certifica h2{
	text-align:center;
	margin-bottom:20px;
	padding-bottom:0px;
}
.certifica h3{
	text-align:center;

}
.certifica img {
	display:block;
	margin:0px auto 10px;
}
.cerimg span{
	float:left;
	width:100px;
	z-index:4;
	position: relative;
}
.cerimg span img{
	position:;
	width:100%;
}
.certifica .wow .txt{
	color:#999;
	text-align:center;
	padding-bottom: 80px;
}
.certifica .imgtitle .txt{
	color:#fff;
	text-align:center;
	padding-bottom:0px;
}
.certifica .col-xs-6{
	margin:20px 0px;
}


.certifica .thumbnail{
	/*position: absolute;*/
    border: none;
    background: none;
    overflow: hidden;
    padding: 0px 0px 0px;
    /* box-shadow: 0px 0px */
}
.certifica .thumbnail img{
	border-radius:3px;
	}
.certifica .imgtitle{
	position: relative;
    color: #fff;
	overflow:hidden;
	background:rgba(0,0,0,0.5);
	margin-top:-80px;
    padding: 15px 10px;
   
}
/*footer
========*/
#footer{
	clear:both;
	color:#fff;
	overflow:hidden;
	position:relative;
	background:url(../images/footer-bg.jpg) no-repeat center bottom;
	padding:60px 0px 0px;
}
.fmenu .col-lg-2{
	/* width:14%; */
	padding:0px;
}
.f-contac-txt li:last-child{
	/*text-indent:1em;*/
	}
#footer:before{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content:"";
}
#footer h5{
	margin-bottom:20px;
	font-weight:bold;
	color:rgba(255,255,255,0.8);
	font-size:16px;
}
#footer i{
	display:block;
	cursor:pointer;
	text-align:center;
}
#footer b{
	color:#fff;
	font-weight:bold;
}
#footer li,#footer li a{
	color:rgba(255,255,255,0.8);
	line-height:25px;
	font-size:14px;
	font-weight:normal;
	padding:0px;
}
#footer li:before{
	margin-right:5px;
}
.follow i{
	/* color:#fff; */
	float:left;
	height:20px;
	width:20px;
	vertical-align:middle;
	background:rgba(0,0,0,0.5);
	border-radius:50%;
	font-size:24px;
	margin-right:10px;
	margin:5px 10px 0px 0px;
}
.follow i:before{
	opacity:0.8;
	position:absolute;
	margin-top:-6px;
	margin-left:-12px;
}
.key{
	width:100%;
	padding:10px 0px;
	margin:40px auto 0px;
	line-height:25px;
	overflow:hidden;
	border-top:1px solid rgba(255,255,255,0.15);
}
#footer a{
	font-size:14px;
	color:rgba(255,255,255,0.5);
	padding:5px;
}
.fmenu .f-contac-txt p{
	padding-left: 1.5em;
}
/*copyright
==========*/
#copyright{
	width:100%;
	color:rgba(255,255,255,0.5);
	font-size:12px;
	text-align:center;
	padding:10px 0px;
}



.detailtit{
	clear:both;
	background:#eee;
    color: #999;
	font-weight:bold;
    font-size: 18px;
    line-height: 30px;
    padding: 8px 0px;
    margin: 30px auto 0px;
    text-indent: 0.8em;
}

.detail{
	width:95%;
	overflow:hidden;
	padding:20px 0px;
	margin:0px auto;
	line-height:25px;
}
.detail img{
	width:100%;
	margin:10px auto;
}
.detail_tit{
	color:#0068b7;
	text-align:center;
	margin:15px auto 5px;
}

/*aboutpage
=======*/
.sbanner{
	height:60vh;
}
.sbanner{
	text-align:center;
}
.btxt .loctxt{
	font-family:"Calibri";
	margin-top:10%;
	font-size:50px;
}
.lis-nav{
	clear:both;
	width:100%;
	overflow:hidden;
	font-size:16px;
	padding:15px 0px;
	background:#fff;
	margin-bottom:5px;
	box-shadow:0px 1px 15px rgba(0,0,0,0.2);
}
.lis-nav a{
	display:block;
	float:left;
	color:#666;
	font-weight:bold;
	padding:0px 40px;
	border-left:1px solid #ddd;
}
.lis-nav .cur{
	color:#0068b7;
}
.aboutus{
	line-height:30px;
}
.aboutus .tit{
	color:#0068b7;
	text-align:center;
	margin:30px auto;
}
.aboutus img{
	width:100%;
	border:none;
}
/*contact
========*/
.conlist{
    width:90%;
    margin:20px auto;
}
.conlist h3{
line-height:35px;
}
.conlist p{
    padding-bottom:10px;
}
.conlist .col-xs-12 {
   margin:10px 0px;
   overflow:hidden;
}
.form-control{
   height:40px;
   border-radius:0px;
}

.add-btn{
    background: rgb(243, 176, 7);
    border: 1px solid rgb(243, 176, 7);
    color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 35px;
    transition: all 0.4s ease 0s;
    border-radius: 2px;
}


/*casespage
==========*/
.cases{
	background:#fff !important;
}
.cases .left{
	min-height:330px !important;
}
.cases .proimg img{
	display:block;
	margin:0px auto;
}
.loc{
	text-align:right;
	color:#fff;
	margin:-100px 0px 0px 0px;
}
.loc a{
	color:#fff;
}
.pagelist{
	clear:both;
	width:100%;
	margin:10px auto;
}
.banner-nav{
	z-index: 999;
    width: 100%;
    padding: 0px;
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%)
}
.banner-nav ul{
	display: flex;
}
.banner-nav li{
	width:100%;
	font-weight:bold;
	text-align:center;	
	line-height:48px;

}
.banner-nav .typelink{
	color:#666;
	font-size:16px;
}
.sonpage{
	padding:40px 0px;
	background:#f7f7f7;
}

.goodslist{
    margin: 40px 0px;
    overflow: hidden;	
}
.goodslist li{
	padding:16px;
	overflow: hidden;
	background:#fff;
}
.goodslist li img{
	width: 100%;
	transition: all 0.4s;
}
.goodslist li .t{
	color:#666;
	font-size:16px;
	font-weight: bold;
	display:block;
	width: 100%;
}
.goodslist li a{
	color:#666;
}
.goodslist .caption{
	text-align:left;	
	color:#888;
	height:60px;
	padding-bottom:8px;
	line-height:25px;
}
.goodslist li:hover{
	box-shadow: 0 0 0.75rem rgb(0 0 0 / 7%);
}
.goodslist li:hover h3{
	color:#2d8a2f;
}
.goodslist li:hover img{
	transform: scale(1.04);
}
.prodetail{
	width: 100%;
	overflow: hidden;
	padding: 40px 0px;
}
.prodetail h4{
	font-weight: bold;
	color:#008000;
	margin:20px 0px;
}
.readtitle{
	clear:both;
	width:100%;
	margin:10px;
}
.prodetail table{
	margin:40px 0px;
	 border-collapse: collapse;
}
.prodetail table, .prodetail table tr, .prodetail table td{
	border:1px solid #ccc;
}
.prodetail td{
	padding:5px;
}
.prodetail .tabletitbg{
	font-weight:bold;
	color:#fff;
	background:#008000;

}
.prodetail .trbg tr:nth-child(even){
		background:#ccffcc;
}



.prodetail .readtitle h3{	
	color:#2d8a2f;
}
.prodetail .caption{
	color:#999;
	line-height:25px;
}
.prodetail-content{
	color:#999;
	line-height:25px;
}
.likelink{
	
}
.prodetail-content{
	
}
.prodetail-content img{
	display:block;
	margin:10px auto;
}
.newslist{
	margin: 0px auto;
}
.newslist .col-xs-12:hover h3{
	color:#2d8a2f;	
}
.newslist .col-xs-12 .infolist{
	display:block;
	line-height: 25px;
	text-align: justify;
	padding:20px 24px;
	background:#fff;
	margin-bottom: 20px;
}
.newslist .col-xs-12 a:hover{
	color:#626262;
	text-decoration:none;
}
.newslist img{
	width:100%;
	max-height:120px;
	border:none;
	background:url(../images/news-bg.jpg) no-repeat center top;
	background-size:100%;
}
.newslist .caption{
	color:#666;
	line-height:25px;
	overflow:hidden;
	
}
.downlist .caption{
	background:url(../images/d1_icon2.svg) no-repeat bottom right;
}
.newslist h3{
	color: #666;
    font-size: 18px;
	line-height: 24px;
    font-weight: bold;
}
.newslist .time{
	display:block;
	margin:20px 0px 0px 0px;
	font-size:14px;
	font-weight:normal;
}
.news-detail{
	padding:20px 24px;
	background:#fff;
}
.news-detail h3{
	color:#666;
	font-weight:bold;
	line-height:36px;
}
.news-detail .contenttxt{
	color:#666;
	line-height:25px;
	margin:40px auto;
}
.news-detail .contenttxt img{
	margin: 0px auto;
	display: block;
	text-align: center;
}
.righttext{
	width:100%;
	font-size:16px;
	margin:40px auto;
}
.righttext a{
	color:#666;
	font-weight:bold;
}

.righttext a:hover{
	color:#2d8a2f;
	text-decoration:underline;
}
.joblist{
	margin: 0px auto;
}
.joblist li{
	background:#fafafa;
	margin-top:10px;
	padding:5px 0px;
	border:1px solid #DADBD6;
}
.joblist h4{
	color: #666;
	width: 95%;
	margin: 16px auto;
	font-weight: bold;
	display: flex;
	cursor:pointer;
	line-height: 24px;
	background: url(../images/plus.png) no-repeat right center;
}
.joblist h4 span{
	width: 100%;
	font-size:16px;	
}
.joblist .current {
    background: url(../images/less.png) no-repeat right center;
}
.joblist .item-body{
	background:#fff;
	width:95%;
	margin:10px auto;
}



.conact-detail{
}
.conact-detail .pos-cont{
    position:relative;
    bottom: -2.05rem;
    width: 100%;
	margin:-100px 0px 0px;
    box-shadow: 0 0.4rem 0.9rem rgb(0,0,0,0.2);
}
.conact-detail .intro {
    margin-top: 3.85rem;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    padding: 6rem 3rem 4rem;
    position: relative;
}

.conact-detail .intro li {
    width: 100%;
    display: flex;
}
.pos-cont .info{
	display: flex;
}
.pos-cont .info .iconfont{
	font-size: 24px;
	    margin-right: 10px;
	    background: #f7f7f7;
	    display: flex;
	    text-align: center;
	    align-items: center;
	    position: relative;
	    border-radius: 50%;
	    width: 5rem;
	    height: 5rem;
	    justify-content: center;
}
.conact-detail .info:hover .iconfont{	
	color: #fff;
	background:#2d8a2f;
}
.pos-cont .iconfont:before{
	margin-left:5px;
}
.forminfo{
	padding: 80px 0px;
}
.forminfo .f .lis {
    width: 100%;
	display:flex;
    margin: 20px 0px;
}
.forminfo .th2{
	 color: red;
	 line-height: 40px;
	 vertical-align: middle;
	 font-size: 16px;
}
.forminfo input, .forminfo input:hover {
    height: 48px;
    border-radius: 0px;
    display: block;
    width: 99%;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background: none;
    border: 1px solid #ccc;
	outline: none;
}
.forminfo textarea {
    height: 150px;
    display: block;
    width: 99%;
    padding: 6px 12px;
    border: 1px solid #ccc;
}
.yzcode{
	display: flex;
	width: 100%;
}
.yzcode input{
	width: 100%;
}
#from2botton{
	color:#fff;
	margin: 40px 0px;
	border:1px solid #2d8a2f;
	border-radius:3px;
	background: linear-gradient(to bottom right, #14a900, #00a974);
}
#from2botton:hover{
	background: linear-gradient(to bottom right, #14a900, #2d8a2f);

}


@media (max-width: 960px){

.navbar-default{
	height: 60px;
	background: #fff;
}
		
.navbar-right{
	width: 100%;
	margin-top: -2px;
	position: absolute;
	background: #fff;
}	
.topbg .container{
	padding:0px 5px;
	font-size:10px;
}
.navbar-brand{
	margin:0px;
	padding:10px 0px;
	}
.navbar-brand>img{
	height:40px;
	margin: 0px 20px;
}
.btxt{
	top:35%;
}
.btxt .big{
	font-size: 20px;
}
.btxt .small,.btxt h4{
	font-size: 14px;
	line-height: 28px;
}
#prohot{
	padding: 0px;
}
.cate-r{
	background: #fff;
	margin: 0px 0px;
}
.cate-r h3{
	font-size: 28px;
}
.cate-r h2{
	font-size: 20px;
}
#prohot .thumbnail{
	width: 80%;
	margin: 10px auto;
}
.imgtitle{
	width: 80%;
	margin: 0px auto;
	padding: 15px 0px 25px;
}
.cate-r .thumbnail a>img, .cate-r .thumbnail>img{
	width:100%;
}
#about h2{
	font-size: 28px;
	line-height: 36px;
}
.aboutbtn{
	width: 100%;
}
#about .col-xs-6{
	margin:20px auto;
}
#about .aboutnum h4{
	font-size: 14px;
}
.aboutculture{
	margin-top:80px;
}
.aboutculture .con{
	margin-bottom:20px;
}
#news{
	padding: 80px 0px;
}
#news h3, #pro h3, .certifica h3{
	font-size: 28px;
}
#news h2, .certifica h2 {
	font-size:20px;
}
#news h2 .more{
	display: none;
}
#news .lis{
	margin-bottom: 20px;
}
#news .more{
	font-size: 14px;
}
.certifica{
	padding: 80px 0px;
}
.certifica .imgtitle{
	width: 100%;
	font-size: 14px;
}
#footer{
	background: #222;
}
#footer .fmenu, .key, #copyright{
	width: 80%;
	margin: 0px auto 40px;
}

.sbanner{
	/* display: none; */
	height: 40vh;
}
.loc {
	text-align:left;
	margin: -50px 0px 0px 0px;
}
.sbanner .btxt{
	width: 80%;
	display: none;
	margin: 0px auto;
}

#news .pic{
	clear:both;
	width:100%;
	overflow:hidden;
	margin-bottom:15px;
}
#news .prolist li{
	clear:both;
	width:100%;
	margin:20px auto;
	padding:0px;
}
.lis-nav a{
	width:50%;
	text-align:center;
	padding:0px;
}
.btxt .loctxt{
	margin-top:10%;
	font-size:30px;
}

.prodetail-content img{
	width:100%;
}

.joblist h4{
	font-weight: normal;
}

.conact-detail .pos-cont{
	position: inherit;
	overflow: hidden;
	width: 90%;
	margin: 80px auto 0px;
}
.conact-detail .intro{
	display: inherit;
}
.pos-cont .info{
	margin-bottom: 20px;
}
.forminfo .f{
	width: 90%;
	margin: 0px auto;
}
}