* {
  margin: 0;
  padding: 0;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
p {
	margin: 0;
	padding: 0;
}
.center_box {
  width: 1200px;
  margin: 0 auto;
  transition: 0.3s;
}

@media (min-width: 1201px) and (max-width: 1440px) {
  .center_box {
    width: 1200px;
    margin: 0 auto;
    transition: 0.3s;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .center_box {
    width: 1000px;
    margin: 0 auto;
    transition: 0.3s;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .center_box {
    width: 750px;
    margin: 0 auto;
    transition: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .center_box {
    width: 100%;
    margin: 0 auto;
    transition: 0.3s;
  }
}
.nav_active {
  color: #8fc31f !important;
}
img {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .logo_box {
    width: 15% !important;
    height: 60px !important;
    margin-top: 20px;
  }
  .logo_box a {
    width: 100% !important;
    height: 100% !important;
  }
  .nav_box {
    width: 80% !important;
    margin-left: 5% !important;
    height: 80px !important;
    float: right;
  }
  .nav_box .nav_list {
    height: 80px !important;
  }
  .nav_box .nav_list li {
    line-height: 100px !important;
    float: left;
    margin-right: 20px !important;
  }
  .nav_box .nav_list li a {
    font-size: 16px !important;
  }
  .banner_wrap {
    height: auto !important;
  }
  .banner_wrap .swiper01 {
    height: auto !important;
  }
  .banner_wrap .swiper01 .banner_text {
    top: 50% !important;
	transform: translateY(-50%);
  }
  .banner_wrap .swiper01 .banner_title {
    top: 35% !important;
  }
  
  .about_wrap {
    height: auto !important;
    padding-top: 30px !important;
  }
  .about_wrap .aboutbox {
    height: auto !important;
  }
  .about_wrap .about_more {
    bottom: 50px !important;
  }
  .about_wrap .about_box {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 768px) {
  .head_wrap {
    height: auto !important;
  }
  .nav_wrap {
    height: 70px !important;
    background: #fff;
  }
  .logo_box {
    width: 35% !important;
    height: 60px !important;
    margin-top: 0px;
  }
  .logo_box a {
    width: 100% !important;
    height: 100% !important;
  }
  .nav_box {
    transition: 0.3s !important;
    overflow: hidden !important;
    width: 100% !important;
    height: 0 !important;
    position: absolute;
    top: 60px;
    left: 0;
    background: #fff;
  }
  .nav_box .nav_list {
    margin-left: 5% !important;
    margin-right: 2% !important;
    margin-top: 20px !important;
    border-top: 2px solid #8fc31f;
    width: 90% !important;
    height: 400px !important;
  }
  .nav_box .nav_list li {
    width: 100% !important;
    height: auto !important;
    line-height: 30px !important;
    
  }
  .nav_box .nav_list li a {
    width: 100% !important;
    height: 30px !important;
    color: #666 !important;
    font-size: 16px !important;
    text-indent: 1em !important;
	padding: 10px 0 10px 0 !important;
  }
  .nav_box .nav_list li .nav_active {
    color: #8fc31f !important;
  }
  .nav_box .nav_list li .nav_active:after {
  	width: 100% !important;
  }
  .height_active {
    height: 700px !important;
  }
  .menu_icon {
    float: right;
    width: 50px;
    height: 50px;
    background: #fff;
    margin-right: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 10px;
  }
  .icon_ul li {
    width: 17px;
    height: 2px;
    background: #999;
    margin: 3px auto;
    transition: all 0.3s;
  }
  .icon_ul:hover {
    cursor: pointer;
  }
  .menu_active li:nth-child(2) {
    opacity: 0;
  }
  .menu_active li:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu_active li:nth-child(3) {
    transform: translateY(-3px) rotate(-45deg);
  }
  .banner_wrap {
    height: auto !important;
  }
  .banner_wrap .swiper01 {
    height: auto !important;
  }
  .banner_wrap .swiper01 .img_item1 {
    background-size: 100% 100% !important;
  }
  .banner_wrap .swiper01 .img_item2 {
    background-size: 100% 100% !important;
  }
  .banner_wrap .swiper01 .img_item3 {
    background-size: 100% 100% !important;
  }
  .banner_wrap .swiper01 .banner_text {
    top: 50% !important;
    font-size: 24px !important;
  }
  .banner_wrap .swiper01 .banner_title {
    font-size: 25px !important;
  }
  .banner_wrap .swiper01 .banner_icon {
    width: 80% !important;
  }
  .about_wrap {
    height: auto !important;
  }
  .about_wrap .aboutbox {
    height: auto !important;
  }
  .about_wrap .about_more {
    bottom: 30px !important;
  }
  .about_wrap .about_box {
    margin-top: 0px !important;
  }
  .about_wrap .about_box div {
    width: 100% !important;
  }
  .about_wrap .about_box .about_left p {
    width: 90% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
  }
  .news_wrap {
    width: 100%;
    margin-top: 80px !important;
	overflow: hidden;
  }
  .news_wrap .news_top {
    width: 100%;
    height: auto !important;
    margin-top: 20px !important;
  }
  .news_wrap .news_top .top_left {
    width: 100% !important;
    height: auto !important;
    float: left;
    position: relative;
  }
  .news_wrap .news_top .top_left img {
    width: 100%;
    height: 100%;
  }
  .news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(1) {
    width: 90%;
  }
  .news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(2) {
    height: 310px !important;
  }
  .news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(3) {
    width: 90%;
  }
  .news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(4) {
    height: 310px !important;
  }
  .news_wrap .news_top .top_left .hover_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0;
  }
  .news_wrap .news_top .top_left .hover_line li {
    position: absolute;
    transition: 0.5s;
  }
  .news_wrap .news_top .top_left .hover_line li:nth-of-type(1) {
    width: 0%;
    height: 3px;
    background: #8fc31f;
    top: 15px;
    left: 5%;
  }
  .news_wrap .news_top .top_left .hover_line li:nth-of-type(2) {
    width: 3px;
    height: 0;
    background: #8fc31f;
    top: 15px;
    right: 5%;
  }
  .news_wrap .news_top .top_left .hover_line li:nth-of-type(3) {
    width: 0%;
    height: 3px;
    background: #8fc31f;
    bottom: 15px;
    right: 5%;
  }
  .news_wrap .news_top .top_left .hover_line li:nth-of-type(4) {
    width: 3px;
    height: 0;
    background: #8fc31f;
    bottom: 15px;
    left: 5%;
  }
  .news_wrap .news_top .top_right {
    width: 100% !important;
    height: 180px !important;
    float: left;
    position: relative;
    background-color: #f7f8f8;
  }
  .news_wrap .news_top .top_right div {
    transition: 0.3s;
    width: 50px !important;
    height: 50px !important;
    margin-top: 10px !important;
    margin-left: 50% !important;
    transform: translateX(-25px) !important;
    background: url(../images/1523782854.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .news_wrap .news_top .top_right div:hover {
    background: url(../images/1523783382.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .news_wrap .news_top .top_right h3 {
    width: 100%;
    text-align: center;
    font-size: 14px !important;
    line-height: 1.6em !important;
    color: #727171;
    font-weight: normal;
    padding: 10px 0 10px 0 !important;
  }
  .news_wrap .news_top .top_right .news_more {
    display: block;
    width: 20% !important;
    height: 34px;
    background: #ccc;
    color: #666;
    font-size: 14px;
    position: absolute;
    bottom: 20px !important;
    margin-left: 50%;
    text-align: center;
    line-height: 34px;
    transition: 0.3s;
    font-weight: 300;
    transform: translateX(-50%) translateZ(1px) !important;
  }
  .news_wrap .news_top .top_right .news_more:hover {
    background: #8fc31f;
    color: #fff;
  }
  .news_wrap .news_bottom .bottom_left div {
    transition: 0.3s;
    width: 80px;
    height: 80px;
    margin-top: 50px;
    margin-left: 50%;
    transform: translateX(-40px);
    background: url(../images/1523783356.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .news_wrap .news_bottom .bottom_left div:hover {
    background: url(../images/1523783634.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .foot_wrap {
    width: 100%;
    height: 250px !important;
    border-top: 2px solid #8fc31f;
    background: #efefef;
    margin-top: 100px;
  }
  .foot_wrap .foot_name {
    width: 95% !important;
    margin-left: 5% !important;
    float: left;
  }
  .foot_wrap .foot_name p {
    padding-right: 1em !important;
    font-size: 14px;
    color: #7d7d7d;
    text-align: left;
    line-height: 2em;
    font-weight: normal;
  }
  .foot_wrap .foot_name p:nth-of-type(1) {
    margin-top: 20px;
  }
  .foot_wrap .foot_logo {
    float: left !important;
  }
}
.head_wrap {
  width: 100%;
  height: 1050px;
  position: relative;
}
.head_wrap .nav_wrap {
  position: absolute;
  height: 90px;
  width: 100%;
  z-index: 9;
  transition: .5s;
}
.head_wrap .nav_wrap .logo_box {
  width: 160px;
  height: 90px;
  float: left;
}
.head_wrap .nav_wrap .logo_box a {
  display: block;
  width: 98%;
  height: 80px;
  margin-top: 5px;
}
.head_wrap .nav_wrap .logo_box a img {
  width: 100%;
}
.head_wrap .nav_wrap .nav_box {
  width: 780px;
  height: 90px;
  float: right;
}
.head_wrap .nav_wrap .nav_box .nav_list {
  width: 100%;
  height: 90px;
  margin: 0;
}
.head_wrap .nav_wrap .nav_box .nav_list li {
  line-height: 120px;
  float: left;
  margin-left: 35px;
}
.head_wrap .nav_wrap .nav_box .nav_list li a {
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  transition: 0.3s;
}
.head_wrap .nav_wrap .nav_box .nav_list li a:after {
  content: "";
  width: 0;
  height: 2px;
  background: #8fc31f;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s;
}
.head_wrap .nav_wrap .nav_box .nav_list li:hover a {
  color: #8fc31f;
}
.head_wrap .nav_wrap .nav_box .nav_list li:hover a:after {
  width: 100%;
}
.nav_active:after {
	width: 100% !important;
}
.head_wrap .banner_wrap {
  width: 100%;
  height: auto;
  
}
.head_wrap .banner_wrap .swiper01:hover .banner_right {
  opacity: 1;
}
.head_wrap .banner_wrap .swiper01:hover .banner_left {
  opacity: 1;
}
.head_wrap .banner_wrap .swiper01 {
  height: auto;
}
.head_wrap .banner_wrap .swiper01 .img_item {
  background-size: cover;
}

.head_wrap .banner_wrap .swiper01 .banner_text {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  font-weight: 300;
  color: #fff;
}
.head_wrap .banner_wrap .swiper01 .banner_titwrap {
	width: auto;
	height: auto;
	position: absolute;
	right: 10%;
	top: 50% !important;
	transform: translateY(-50%) !important;
}
.head_wrap .banner_wrap .swiper01 .banner_title {
  font-size: 55px;
  font-weight: 300;
  color: #8fc31f;
  line-height: 2em;
}
.head_wrap .banner_wrap .swiper01 .banner_icon {
  width: 90% !important;
}
.head_wrap .banner_wrap .swiper01 .banner_left:after {
  display: none;
}
.head_wrap .banner_wrap .swiper01 .banner_right:after {
  display: none;
}
.head_wrap .banner_wrap .swiper01 .banner_left {
  width: 40px;
  height: 40px;
  left: 20px;
  opacity: 0;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5) url(../images/icon01.png) center center no-repeat;
}
.head_wrap .banner_wrap .swiper01 .banner_left:hover {
  background: rgba(0, 0, 0, 0.5) url(../images/icon03.png) center center no-repeat;
}
.head_wrap .banner_wrap .swiper01 .banner_right {
  width: 40px;
  height: 40px;
  right: 20px;
  opacity: 0;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.5) url(../images/icon02.png) center center no-repeat;
}
.head_wrap .banner_wrap .swiper01 .banner_right:hover {
  background: rgba(0, 0, 0, 0.5) url(../images/icon04.png) center center no-repeat;
}
.bg_img {
  position: absolute;
  top: 250px;
  left: 0;
  min_height: 5000px;
  width: 100%;
  z-index: 0;
}
.about_wrap {
  background: #f5f5f5;
  width: 100%;
  height: 815px;
  padding-top: 100px;
}
.about_wrap .aboutbox {
  height: 800px;
  position: relative;
}
.about_wrap .about_more {
  display: block;
  width: 140px;
  height: 34px;
  background: #ccc;
  color: #666;
  font-size: 14px;
  position: absolute;
  bottom: 180px;
  margin-left: 50%;
  text-align: center;
  line-height: 34px;
  transition: 0.3s;
  font-weight: normal;
  transform: translateX(-70px) translateZ(1px);
}
.about_wrap .about_more a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
	transition: .3s;
}
.about_wrap .about_more:hover {
  background: #8fc31f;
  
}
.about_wrap .about_more:hover a {
	color: #fff;
}
.about_wrap .about_box {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
}
.about_wrap .about_box div {
  width: 49%;
  float: left;
}
.about_wrap .about_box .about_left {
  transform: translateZ(1px);
}
.about_wrap .about_box .about_left p {
  width: 100%;
  font-size: 15px;
  text-indent: 2em;
  line-height: 2em;
  color: #666;
  font-weight: 400;
  margin: 0;
  text-align: justify;
  margin-top: 5px;
}
.about_wrap .about_box .about_right {
  transform: translateZ(1px) translateX(30px);
  margin-top: 0;
}
.about_wrap .about_box .about_right img {
  width: 98%;
}
.news_wrap {
  width: 100%;
  margin-top: 150px;
}
.news_wrap .news_top {
  width: 98%;
  height: 383px;
  margin-left: 1%;
}
.news_wrap .news_top .top_left {
  width: 50%;
  height: 383px;
  float: left;
  position: relative;
}
.news_wrap .news_top .top_left img {
  width: 100%;
  height: 100%;
}
.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(1) {
  width: 90%;
}
.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(2) {
  height: 350px;
}
.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(3) {
  width: 90%;
}
.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(4) {
  height: 350px;
}
.news_wrap .news_top .top_left .hover_line {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.news_wrap .news_top .top_left .hover_line li {
  position: absolute;
  transition: 0.8s ease-out;
}
.news_wrap .news_top .top_left .hover_line li:nth-of-type(1) {
  width: 0%;
  height: 3px;
  background: #8fc31f;
  top: 15px;
  left: 5%;
}
.news_wrap .news_top .top_left .hover_line li:nth-of-type(2) {
  width: 3px;
  height: 0;
  background: #8fc31f;
  top: 15px;
  right: 5%;
}
.news_wrap .news_top .top_left .hover_line li:nth-of-type(3) {
  width: 0%;
  height: 3px;
  background: #8fc31f;
  bottom: 15px;
  right: 5%;
}
.news_wrap .news_top .top_left .hover_line li:nth-of-type(4) {
  width: 3px;
  height: 0;
  background: #8fc31f;
  bottom: 15px;
  left: 5%;
}
.news_wrap .news_top .top_right {
  width: 50%;
  height: 383px;
  float: left;
  position: relative;
  background-color: #f7f8f8;
}
.news_wrap .news_top .top_right div {
  transition: 0.3s;
  width: 80px;
  height: 80px;
  margin-top: 75px;
  margin-left: 50%;
  transform: translateX(-40px);
  background: url(../images/1523782854.png) center center no-repeat;
  background-size: 100% 100%;
}
.news_wrap .news_top .top_right div:hover {
  background: url(../images/1523783382.png) center center no-repeat;
  background-size: 100% 100%;
}
.news_wrap .news_top .top_right h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  color: #727171;
  font-weight: 300;
  padding: 35px 0 35px 0;
}
.news_wrap .news_top .top_right h3 a {
	 color: #727171;
	 font-weight: 400;
}
.news_wrap .news_top .top_right h3:hover a{
	color: #727171;
}
.news_wrap .news_top .top_right .news_more {
  display: block;
  width: 140px;
  height: 34px;
  background: #ccc;
  color: #666;
  font-size: 14px;
  position: absolute;
  bottom: 75px;
  margin-left: 50%;
  text-align: center;
  line-height: 34px;
  transition: 0.3s;
  font-weight: normal;
  transform: translateX(-70px) translateZ(1px);
}
.news_wrap .news_top .top_right .news_more:hover {
  background: #8fc31f;
  color: #fff;
}
.news_wrap .news_bottom .bottom_left div {
  transition: 0.3s;
  width: 80px;
  height: 80px;
  margin-top: 50px;
  margin-left: 50%;
  transform: translateX(-40px);
  background: url(../images/1523783356.png) center center no-repeat;
  background-size: 100% 100%;
}
.news_wrap .news_bottom .bottom_left div:hover {
  background: url(../images/1523783634.png) center center no-repeat;
  background-size: 100% 100%;
}
.news_wrap .news_top2 .top_right div {
  transition: 0.3s;
  width: 80px;
  height: 80px;
  margin-top: 50px;
  margin-left: 50%;
  transform: translateX(-40px);
  background: url(../images/1523783356.png) center center no-repeat;
  background-size: 100% 100%;
}
.news_wrap .news_top2 .top_right div:hover {
  background: url(../images/1523783634.png) center center no-repeat;
  background-size: 100% 100%;
}
.news_top2 .second_left {
  float: left !important;
}
.news_top2 .second_right {
  float: right !important;
}
.foot_wrap {
  width: 100%;
  height: 120px;
  border-top: 2px solid #8fc31f;
  background: #efefef;
  margin-top: 190px;
}
.foot_wrap .foot_name {
  width: 50%;
  float: left;
}
.foot_wrap .foot_name p {
  font-size: 13px;
  color: #7d7d7d;
  text-align: left;
  line-height: 1.8em;
  font-weight: 300;
}
.foot_wrap .foot_name p:nth-of-type(1) {
  margin-top: 25px;
}
.foot_wrap .foot_logo {
  float: right;
  margin-top: 1.5em;
}
.imgfoot01 img{
	margin-top: 3em;
}
.foot_wrap .foot_logo a:nth-child(2) img {
	width: 50%;
}
.back_top {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #333;
  color: #ccc;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
.back_top::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -5px;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #ccc;
  transform: rotateZ(45deg);
  border-right: none;
  border-bottom: none;
}
.back_top:hover {
  background: #000;
}
@media screen and (min-width: 1440px) {
	.center_box {
    width: 1310px;
    margin: 0 auto;
    transition: 0.3s;
  }
  
  
}
@media only screen and (min-width: 1440px) and (max-width:1680px) {
	.head_wrap .banner_wrap .swiper01 {
		height: auto;
	}
	.head_wrap .banner_wrap {
		height: auto;
	}
	.head_wrap {
		height: auto;
	}
	.bg_img {
		top: 280px !important;
	}
	.head_wrap .banner_wrap .swiper01 .banner_title {
		line-height: 1.5em;
	}
}
@media only screen and (max-width:1366px) {
	.center_box {
		width: 1170px !important;
	}
}
@media only screen and (min-width: 1366px) and (max-width:1440px) {
	.center_box {
		width: 1140px !important;
	}
	.head_wrap .banner_wrap .swiper01 {
		height: auto;
	}
	.head_wrap .banner_wrap {
		height: auto;
	}
	.head_wrap {
		height: auto;
	}
	.head_wrap .nav_wrap .nav_box {
	}
	.head_wrap .banner_wrap .swiper01 .banner_titwrap {
		top: 37%;
		right: 7%;
	}
	.bg_img {
		top: 295px;
	}
	.news_wrap .news_top {
		height: 341px;
	}
	.news_wrap .news_top .top_left {
		height: 341px;
	}
	.news_wrap .news_top .top_right {
		height: 341px;
	}
	.news_wrap .news_top .top_right div {
		margin-top: 55px;
	}
	.news_wrap .news_top .top_right .news_more {
		bottom: 45px;
	}
	.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(4) {
		height: 310px;
	}
	.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(2) {
		height: 310px;
	}
	
}
@media only screen and (min-width: 1280px) and (max-width:1366px) {
	.center_box {
		width: 1140px !important;
	}
	.head_wrap .banner_wrap .swiper01 {
		height: auto;
	}
	.head_wrap .banner_wrap {
		height: auto;
	}
	.head_wrap .banner_wrap .swiper01 .banner_text {
		font-size: 42px;
	}
	.head_wrap .banner_wrap .swiper01 .banner_title {
		font-size: 48px;
	}
	.head_wrap .banner_wrap .swiper01 .banner_titwrap {
		top: 34%;
		right: -2%;
	}
	.head_wrap .banner_wrap .swiper01 .banner_icon {
		width: 70% !important;
		margin-left: 2em;
	}
	.news_wrap .news_top {
		height: 341px;
	}
	.news_wrap .news_top .top_left {
		height: 341px;
	}
	.news_wrap .news_top .top_right {
		height: 341px;
	}
	.news_wrap .news_top .top_right div {
		margin-top: 55px;
	}
	.news_wrap .news_top .top_right .news_more {
		bottom: 45px;
	}
	.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(4) {
		height: 310px;
	}
	.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(2) {
		height: 310px;
	}
}
@media only screen and (min-width: 1024px) and (max-width:1280px) { 
	.head_wrap .nav_wrap .nav_box .nav_list li {
		margin-left: 28px;
	}
	.center_box {
		width: 90% !important;
	}
	.head_wrap .nav_wrap .nav_box {
		width: 80% !important;
	}
	.about_wrap {
		padding-top: 70px !important;
	}
	.head_wrap .banner_wrap .swiper01 {
		height: auto;
	}
	.head_wrap .banner_wrap {
		height: auto;
	}
	.head_wrap {
		height: auto;
	}
	.head_wrap .banner_wrap .swiper01 .banner_text {
		font-size: 42px;
	}
	.head_wrap .banner_wrap .swiper01 .banner_title {
		font-size: 48px;
	}
	.head_wrap .banner_wrap .swiper01 .banner_titwrap {
		top: 34%;
		right: -3%;
	}
	.head_wrap .banner_wrap .swiper01 .banner_icon {
		width: 70% !important;
		margin-left: 2em;
	}
	.bg_img {
		top: 320px;
	}
	.news_wrap .news_top {
		height: 341px;
	}
	.news_wrap .news_top .top_left {
		height: 341px;
	}
	.news_wrap .news_top .top_right {
		height: 341px;
	}
	.news_wrap .news_top .top_right div {
		margin-top: 55px;
	}
	.news_wrap .news_top .top_right .news_more {
		bottom: 45px;
	}
	.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(4) {
		height: 310px;
	}
	.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(2) {
		height: 310px;
	}
}
@media only screen and (min-width: 768px)  and (max-width:1024px) {
	.head_wrap {
	  height: auto;
	}
	.center_box {
		width: 750px !important;
	}
	.logo_box {
		width: 18% !important;
		margin-top: 0;
	}
	.nav_box .nav_list li a {
		font-size: 14px !important;
	}
	.head_wrap .banner_wrap {
		height: auto;
	}
	.banner_wrap .swiper01 {
		height: auto !important;
	}
	.head_wrap .nav_wrap .nav_box .nav_list li {
		margin-left: 10px !important;
		margin-right: 10px !important;
	}
	.banner_wrap .swiper01 .banner_text {
		font-size: 40px !important;
	}
	.news_wrap .news_top .top_right .news_more {
		bottom: 20px !important;
	}
	.news_wrap .news_top .top_right div {
		margin-top: 30px !important;
		width: 50px;
		height: 50px;
		transform: translateX(-25px);
	}
	.news_wrap .news_top .top_right h3 {
		font-size: 18px !important;
		padding-top: 20px !important;
		line-height: 1.5em !important;
	}
	.news_top2 .top_right h3 {
		padding-top: 15px !important;
	}
	.news_wrap .news_top .top_left {
		height: 220px !important;
	}
	.news_wrap .news_top {
		height: 220px !important;
	}
	.news_wrap .news_top .top_right {
		height: 220px !important;
	}
	.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(4) {
		height: 190px !important;
	}
	.news_wrap .news_top .top_left .hover_line:hover li:nth-of-type(2) {
		height: 190px !important;
	}
	.head_wrap .banner_wrap .swiper01 .banner_title {
		font-size: 43px;
	}
	.head_wrap .banner_wrap .swiper01 .banner_icon {
		width: 70% !important;
	}
	.head_wrap .banner_wrap .swiper01 .banner_titwrap {
		top: 33%;
		right: -4%;
	}
	.head_wrap .nav_wrap .nav_box .nav_list li {
		margin-left: 2.8em !important;
		margin-right: 0 !important;
	}
	.nav_box {
		margin-left: 0 !important;
	}
	.about_wrap .about_more {
		bottom: 100px !important;
	}
}

@media only screen and (max-width:768px) {
	.center_box {
		width:90% !important;
	}
	.head_wrap .nav_wrap .nav_box .nav_list li {
		margin-left: 0 !important;
	}
	.nav_box .nav_list {
		border-top: transparent !important;
	}
	.banner_wrap .swiper01 .banner_text {
		font-size: 20px !important;
	}
	.about_wrap .about_box .about_right img {
		width: 90% !important;
	}
	.head_wrap .banner_wrap .swiper01 .img_item {
		width: 100% !important;
	}
	.foot_wrap {
		margin-top: 50px;
	}
	.head_wrap .banner_wrap {
		height: auto !important;
	}
	.banner_wrap .swiper01 {
		height: auto !important;
	} 
	.logo_box {
		width: auto !important;
	}
	.head_wrap .nav_wrap .logo_box a img {
		width: 100px;
	}
	.banner_right,.banner_left {
		display: none !important;
	}
	.head_wrap .banner_wrap .swiper01 .banner_titwrap {
		width: 50% !important;
		overflow: hidden;
	}
	.banner_wrap .swiper01 .banner_title {
		float: right;
	}
	.banner_wrap .swiper01 .banner_icon {
		width: 69% !important;
		float: right;
	}
	.head_wrap {
		height: auto !important;
	}
	.about_wrap {
		padding-top: 30px;
	}
	.about_wrap .about_box .about_right {
		margin-top: 20px;
	}
	.head_wrap .banner_wrap .swiper01 .img_item {
		background-color: #f5f5f5;
		background-size: 100% auto !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}
	.bg_img {
		top: 420px;
	}
}
@media only screen and (max-width:440px) {
	.center_box {
		width: 100% !important;
	}
	.logo_box {
		width: 30% !important;
	}
	.banner_wrap .swiper01 {
		height: auto !important;
	}
	.head_wrap .banner_wrap .swiper01 .banner_titwrap {
		width: 75% !important;
	}
	.head_wrap {
		height: auto !important;
	}
	.about_wrap .about_box .about_right {
		width: 90% !important;
		margin-left: 5% !important;
		transform: translateZ(1px) translateX(0px);
	}
	.about_wrap .about_box .about_right img {
		width: 100% !important;
	}
	.about_wrap {
		height: auto !important;
	}
	.about_wrap .aboutbox {
		height: auto !important;
	}
	.news_wrap .news_top {
		height: auto !important;
		width: 90%;
		margin-left: 5%;
	}
	.news_wrap .news_top .top_left {
		height: auto !important;
	}
	.news_wrap .news_top .top_right .news_more {
		width: 50% !important;
	}
	.head_wrap .banner_wrap .swiper01 .img_item {
		background-color: #f5f5f5;
		background-size: 100% auto !important;
		background-position: center center !important;
		background-repeat: no-repeat !important;
	}
}
body {
	position: relative;
}
.scroll_bg {
	background-color: rgba(255,255,255,1);
	transition: .5s;
	position: fixed !important;
	top: 0;
	left: 0;
}
.scroll_bg .nav_box .nav_list li a {
	color: #666 !important;
}
.scroll_bg .nav_box .nav_list li:hover a {
	color: #8fc31f !important;
}
.head_wrap .banner_wrap .swiper01 .img_item img{
	width: 100%;
}
.head_wrap {
	height: atuo !important;
}
.head_wrap .banner_wrap {
	height: auto !important; 
}
.head_wrap .banner_wrap .swiper01 {
	height: auto !important;
}