@charset "utf-8";





* {
	
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

li,
ul,
ol,
p,
dl,
dt,
dd {
	list-style: outside none;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clear {
	 clear:both;
}
.clear:after{ display:block;
     content:'',
     clear:both;
     height:0;
     overflow:hidden;}
.clearfix:after{content:"";display:block;clear:both}
a,
a:link,
a:visited {
	text-decoration: none;
	color: #434343;
	cursor: pointer;
}
a:hover {
	color: #ad0000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 15px;
	font-size:.95rem;
}
.form-control:focus{background:none;border:none;color:#fff;padding-left:10px; font-size:14px;box-shadow:none;}
.flex-viewport { max-height: 2000px;width:100%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

.imgResponsive{width: 100%;height: 0;padding-bottom: 66.67%;overflow:hidden;display: block;background-color: #d2d2d2}
.imgResponsive img{width: 100%;transition: all 0.5s ease-in-out;}
.imgResponsive img:hover{transform:scale(1.03);opacity: 0.85;}
.logomain{margin-top:41px;max-width:49%;float:left;width:545px;}
.logomain img{
    width: 269px;
    /* height: 76px; */
    /* margin-top: 30px; */
    }
.logo1{width:269px;/* height:76px; *//* margin-top: 30px; */}
.logo{width:270px; height:69px;}
.topcenter{max-width:45%;    padding: 0;}
.headertop{height:180px; background: #028b39 url(../images/topbg.png) no-repeat center top; background-size: cover;}
.topright ul li{ margin-right: 8px; float:left;border:1px solid #fff; border-radius: 3px; -moz-border-radius: 3px; padding: 2px 8px;  -moz-border-radius: 3px;}
.topright ul li a{color: #ffffff;font-size:.6rem;}
.topright,.topright01{margin-top: 15px;margin-left:10px;}
.topright01 ul li{background: url(../images/icon01.png) no-repeat left center; padding-left: 35px; line-height: 30px;}
.topright01 ul li a{color: #FFF; display: block;font-size:.8rem;}
.bottomright{max-width:25%;}
.bottomcenter{max-width:50%;}
.headertop .navbar {
  display: none;
  position: absolute;
  right: 20px;
 top:70px;
cursor:pointer;
z-index:10;
  width: 40px;
  height: 40px;
  background: url(../images/menu-on.png) no-repeat center center;
  background-size: 100%;
}


.topright03{margin-top: 15px; width:100%;background-color: rgba(255,255,255,.3); border-radius: 30px; -moz-border-radius: 30px;  height: 30px; -moz-border-radius: 30px;}
.form-control{ color:#fff; width:48%;margin:0px; padding:0px; line-height:34px;background: none; border: none;}
.btn{border:0; height: 34px; background: none; border: none;}
.input-group-btn{display: block; }
.icon-search{background: url(../images/search.png) center no-repeat; width: 16px; height: 16px; display: block;}
.mobile img{width:100%;}

/*nav*/

.nav { background:#eeeeee; cursor:pointer; height:50px; line-height:50px;}
.nav li {  float: left; font-size:18px;width:11%; text-align:center; position: relative;  line-height:50px; }
.nav li a {color: #434343; display: block;  }
.nav li a.hover { color: #ddb10d; background: #028b39;  line-height:50px; }
.nav li ul {background:#028b39;position: absolute;top: 49px;width: 100%;z-index: 2;/* padding: 5px 0; */display: none;left: 0;}
.nav li ul li { float: none; display: block;  padding: 0; width:100%; margin: 0; }
.nav li ul li a { border-top:0px; line-height:40px; color:#fff; font-size: 15px; text-align:center; }
.nav li ul li a:hover { background: #fff; color:#028b39; }




.nav1 { padding-top:30px; margin-right:15px; float: left;}
.nav1 li {  float: left; font-size:20px;  position: relative;  line-height:42px; }
.nav1 li a { display: block; padding: 0 20px; }
.nav1 li a.hover { color: #005e5d; border-top:2px solid #005e5d; background: #f4f4f4;  line-height:40px; }
.nav1 li ul { background:#f4f4f4; position: absolute;  top: 42px; width:170px;  z-index: 2;  padding: 5px 0;  display: none;}
.nav1 li ul li { float: none; display: block;  padding: 0;  margin: 0; }
.nav1 li ul li a { border-top:0px; line-height:24px; padding:8px 15px; color:#333; font-size: 15px; text-align:left; }
.nav1 li ul li a:hover { background: #005e5d; color:#fff; }
/*nav*/

/*手机端导航*/

.mobile-inner-nav{background-color:#e8eef1;width: 100%;position: absolute;top: 130px;left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;z-index:1111111;}

.mobile-inner-nav a{display: inline-block;line-height: 45px;

    text-decoration: none;  width: 100%;

     border-bottom: solid 1px #d3d3d3;

    -webkit-transition: all 0.5s;   -moz-transition: all 0.5s;

    -o-transition: all 0.5s;    transition: all 0.5s; }

.mobile-inner-nav a:hover{color:#028B39;}

.mobile-inner-nav li{position: relative;padding: 0 20px;}

.mobile-inner-nav li a{text-indent: 15px;}

.mobile-inner-nav li strong{color:#aaa;position: absolute;right:20px;top:0;font-size:25px;cursor: pointer;width: 40px;height: 45px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;   -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.mobile-inner-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}

.mobile_subNav{display: none;padding-left:10px;}

.mobile-inner-nav dd a{height: 35px;line-height: 35px;border-bottom: dotted 1px rgba(0,0,0,0.2);font-size:14px;}

.mobile_search{clear: both;position: relative;height: 36px;margin:10px 30px 0; border:1px solid #d3d3d3;border-radius: 30px;overflow: hidden;}

.mobile_search input.notxt{width: 88%;color:#333; background:none; border:none; height:35px; line-height:35px; outline:medium none;}

.mobile_search input.notxt1{width: 55px; right:auto;left:0; float:left; height:30px;border:none; outline:medium none;}

.mobile-links{width: auto;margin:0 20px 10px;overflow: hidden;border-bottom:solid 1px #d3d3d3;padding:6px 0;}

.mobile-links span{float:left;padding:0 15px;}

.mobile-links span a{border:none;line-height: 25px;padding:4px 0;}

.mobile{position:absolute;top:72px;right:20px;display: none;}


/*footer*/
.footer{background: #018436;color:#fff; text-align: center;padding:10px 0px;line-height: 25px;}
.footer a{color:#fff; }
.footer1{padding:20px 10px; background: url(../images/bottombg.png) no-repeat top center; background-size: cover; }
.text{color: #fff; line-height: 25px; padding: 20px 0px;}
.ewm{text-align: center; margin-top: 10px;}
.ewm01 {width: 200px; margin: 25px auto;}
.ewm01 ul li{ padding:0px 10px; float: left; display: block;}
.footerlogo{text-align:center; height:180px;}
.footerlogo img{width:528px; height: 70px;    margin-top: 70px;}

@media (max-width: 1024px) {
	.mobile-inner-nav{
		top:130px;
	}
	.mobile{display:block;cursor:pointer;top: 49px !important;}
	.logomain {margin-top: 25px !important;}
}

@media (max-width: 1200px) {
.slides li:nth-child(2){
	float: right !important;
    margin-right: 9px;
	}
.col-auto,.nav{display:none;}
.mobile{display:block;cursor:pointer;top: 71px;}
.logo {
  		width: 302px;
  		height:77px;
  		margin-top: 0px;

  	}

.topcenter,.topright03{display:none;}
.logomain{max-width:100%;text-align:center;flex:none;margin-top: 47px;}



}


@media screen  and (min-width:1050px) {
.mobile{/* display: none; */}


}


@media screen  and (max-width:1680px) {


}


@media screen  and (max-width:1440px) {


}





@media screen  and (max-width:1366px) {



}






@media screen  and (max-width:1280px) {





}



@media (max-width:992px) {
	/*flexslider*/

.footerlogo,.bottomcenter,.bottomright{display:none;}
.logomain{max-width:100%;text-align:center;margin-top: 23px;flex:none;}


  .headertop .navbar {
    display: block;
  }
	.text{text-align:center; max-width:100%; width:100%;}
.bottomright{display:none;}
.bottomleft{max-width:100%;flex:none;}

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.banner .flexslider .slides > li a{display: block;height: 0;padding-bottom:41.67%;overflow:hidden;}
.banner .flexslider ul li.flex-active-slide img{ transition:transform 6000ms linear 0s;
 -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.flexslider .slides > li.clone{position:relative}
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { position: relative;zoom:1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }


.topright, .topright01{display:none;}
  .main-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 200px;
    height: 100%;
    overflow-y: auto;
    background: #378018;
    z-index: 99;

    display: none;
  } 

}


@media (max-width:768px) {
	.logomain img{width: 41%;/* height:100%; */}

  		.logomain {margin-top: 8px !important;}
  	.form-control {
  		color: #fff;
  		width: 89%;
  		margin: 0px;
  		padding: 0px;
  		line-height: 34px;
  		background: none;
  		border: none;
  	}
	.icon-search{display: none;}
	.ewm{display: none;}
	.ewm01{display: none;}
	.text{padding-top: 0px;}
	.footerlogo{border: none;padding: 0px; height:100%;}
	
.mobile-inner-nav{top:100px !important; }
  .headertop {height: 100px !important;}.mobile{top: 38px !important;}
.topright03{display: none;}

}



@media (max-width:640px){
.mobile-inner-nav{top:61px;}
.mobile{top: 19px !important;}
.headertop{height: 62px !important;}
.mobile-inner-nav{top:62px !important; }
.logomain {margin-top: 6px !important;text-align:left;max-width:100%;}
.logomain img{width: 35%;}
}







@media (max-width:440px){
.mobile-inner-nav{top:61px;}
.mobile{top: 48px;}
.headertop{height:62px;}
.logomain {margin-top: 13px !important;text-align:left;max-width:100%;}


}