* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}

@font-face {
	font-family: "pingfang";
	src: url('../font/PingFang Medium.ttf') format('truetype');
}

@font-face {
	font-family: "montb";
	src: url('../font/MONTSERRAT-BOLD.TTF') format('truetype');
}

@font-face {
	font-family: "montr";
	src: url('../font/MONTSERRAT-REGULAR.TTF') format('truetype');
}

body,html {
	/*width: 100%;*/
	/*overflow-x: hidden;*/
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

.container {
	width: 1300px;
	margin: 0 auto;
}

/* header样式 */

#pc_head {
	width: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: #53b141;
}

#pc_head .container {
	
}

/* section样式 */

section{
	width: 100%;
}

section img{
	width: 100%;
}

/* nav导航样式 */

#pc_head .container {
	box-sizing: border-box;
}

#pc_head .header_top .logo {
  position: absolute;
  width: 310px;
  /*left: calc((130 / 1920) * 100%);*/
  /*float: left;*/
  left: 0px;
  height: 110px;
  /*margin-left: -280px;*/
  top: 0px;
  color: #fff;
  font-size:32px;
  line-height: 110px;
  text-align: center;
  background-color: #459136;
}

#pc_head .header_top .logo a{
	color: #fff;
}

#pc_head .header_top .logo img {
	display: block;
	max-height: 100%;
	margin: 0 auto;
	margin-top: 35px;
}

a{
	text-decoration:none;
	color: #000000;
}

#pc_head .header_top nav {
    
}

#pc_head .header_top nav ul {
    display: flex;
	flex-flow: row nowarp;
	justify-content: center;
}

#pc_head .header_top nav ul:after {
	display: table;
	clear: both;
	content: "";
}

#pc_head .header_top nav ul li {
	/*float: left;*/
}

#pc_head .header_top nav ul.header_nav li a {
	display: block;
  font-size: 20px;
  font-weight: bold;
	color: #ffffff;
	line-height: 105px;
  margin: 0 27px;
  box-sizing: border-box;
}

#pc_head .header_top nav ul.header_nav li a.active {
  border-bottom: 5px solid #ffffff;
}

#pc_head .header_top nav ul.header_nav li:hover a {
	border-bottom: 5px solid #ffffff;
}

#pc_head .header_top .header_tel {
  position: absolute;
  width: 310px;
  height: 110px;
  background-color: #222222;
  right: 0px;
  top: 0px;
  box-sizing: border-box;
}

#pc_head .header_top .header_tel p {
  font-family: 'montb';
  font-size: 22px;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  line-height: 110px;
}

#pc_head .header_top .header_tel p:first-child {
  letter-spacing: 0.5px;
}

#pc_head .header_top .header_tel p span {
  font-family: '微软雅黑';
  font-size: 16px;
  line-height: 35px;
}




/*/////////////////////////////////////////////////*/

#wap_head {
	display: none;
}

#wap_head header {
	box-sizing: border-box;
	padding: 0px 10px;
	line-height: 53px;
}

#wap_head header .logo{
	color: #53b141;
	font-size: 18px;
}

#wap_head header .logo {
	display: block;
	margin-top: 10px;
	padding: 0px;
	box-shadow: none;
}

#wap_head header .logo a {
	display: block;
}

#wap_head header #menu {
	background-color: #FFFFFF;
	border: 0px;
	outline: none;
	cursor: pointer;
	margin-top: 12px;
	border-radius: 5px;
}

#wap_head header #menu i {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	/*margin: 6px 0px;*/
	color: #000000;
}

body.nav-open #wap_head header #menu i {
	background-color: #CCCCCC;
}

#wap_head aside {
  position: absolute;
  box-sizing: border-box;
  height: auto;
  width: 250px;
  color: #fff;
  right: -100%;
  z-index: 50;
  background-color: #FFFFFF;
  padding: 10px;
  -moz-transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
  -o-transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
  -webkit-transition: right 0.4s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
  transition: right 0.5s ease, width 0.5s cubic-bezier(0.525, -0.35, 0.115, 1.335);
}

#wap_head aside .head_right {
	float: none;
}

#wap_head aside nav {
	float: none;
}

#wap_head aside nav li {
	display: block;
	float: none;
}
 
#wap_head aside nav li a {
	color: #000000;
	display: block;
    padding: 8px;
  	font-weight: 300;
  	-moz-transition: background-color 0.3s, color 0.3s;
  	-o-transition: background-color 0.3s, color 0.3s;
  	-webkit-transition: background-color 0.3s, color 0.3s;
  	transition: background-color 0.3s, color 0.3s;
}
 
/*#wap_head aside ul li a:hover { color: #fff; }*/
 
#wap_head aside .site-nav a { margin-bottom: 3px; }
 
#wap_head aside .site-nav a.active { background-color: rgba(0, 0, 0, 0.3); }
 
#wap_head aside footer {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 0;
  padding-left: 10px;
}
 
#wap_head aside footer a { padding: 8px; }

#wap_head aside .nav>li>a {
	
	background-repeat: no-repeat;
	background-position: right 5px center;
}

#wap_head aside .nav>li:nth-of-type(3)>a,
#wap_head aside .nav>li:nth-of-type(6)>a {
	background-image: url(../images/public/arrowB.png);
}

#wap_head .head_secnav {
	overflow: hidden;
	transition: all 0.4s linear;
	max-height: 0;
	-webkit-transform: translateZ(0);
   -moz-transform: translateZ(0);
   -ms-transform: translateZ(0);
   -o-transform: translateZ(0);
   transform: translateZ(0);
}

#wap_head .head_secnav>ul li {
	background-color: #EEEEEE;
}

#wap_head .head_secnav>ul li a {
	margin-bottom: 0px;
	font-size: 14px;
	padding-left: 14px;
}

#wap_head aside .nav>li.active>a {
	
}

#wap_head aside .nav>li.active:nth-of-type(3)>a,
#wap_head aside .nav>li.active:nth-of-type(6)>a {
	background-image: url(../images/public/arrowB_t.png);
}

#wap_head aside .nav>li.active .head_secnav {
	max-height: 350px;
}

body.nav-open section {
  margin-right: 0;
}

body.nav-open aside {
  right: 0 !important;
}

@media screen and (max-width: 1700px) {

  #pc_head .header_top nav ul.header_nav li a {
      margin: 0 20px;
  }

}

@media screen and (max-width: 1600px) {
    #pc_head .header_top nav ul.header_nav li a {
      margin: 0 10px;
  }
}

@media screen and (max-width: 1430px) {

  #pc_head .header_top .header_tel {
    display: none;
  }
  
  #pc_head .header_top nav ul.header_nav {
      padding-right: 80px;
      justify-content: flex-end;
  }

}

@media screen and (max-width: 1330px) {
	
	.container {
		width: 1200px;
  }
	
}

@media screen and (max-width: 550px) {
	
	#pc_head {
		display: none;
	}
	
	#wap_head {
		display: block;
		width: 100%;
		background-color: #FFFFFF;
		position: fixed;
		z-index: 99;
		border-bottom: 1px solid #EEEEEE;
		background-image: url('../images/wap_header_bg.png');
		background-size: cover;
		background-position: center center;
	}

	#wap_head header #menu{
		margin-top: 0;
	}
	
	header .logo img {
		margin-top: 5px;
	}
	
	#wap_head header .logo {
		margin-top: 0;
	}
	
	#wap_head header .logo img {
		display: block;
		max-height: 60px;
	}
	
	.container {
		width: 100% !important;
    padding: 0 10px;
    box-sizing: border-box;
	}
	
	.banner {
		padding-top: 54px;
		overflow: hidden;
	}
	
	.banner .swiper-slide {
	    overflow: hidden;
	}
	
	.banner img {
		width: 130% !important;
		transform: translateX(-13%);
	}
	
	
	#wap_head header .logo img {
	    margin-top: 7px !important;
		display: block;
		max-height: 60px !important;
		image-rendering: -moz-crisp-edges;
        image-rendering: -o-crisp-edges;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor;
	}
	
}

