﻿html,
body {
  position: relative;
  height: 100%;
  font-family: 微软雅黑;

} 

body {
  background-color: #FFFFFF;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
  /* border: 1px solid transparent; */
  /* box-sizing: border-box; */
}

body::-webkit-scrollbar {
  background-color: rgba(0, 148, 72,0.4);
  width: 5px;
}

body::-webkit-scrollbar-thumb {
  background-color: rgb(0, 148, 72);

}

ul {
  list-style: none;
  padding: 0;
}

@font-face {
  font-family: DinCond;
  src: url(../font/DINCond-Regular.otf);
}

a {
  text-decoration: none;
  color: inherit;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
 
a:hover {
  color:#009448;
}

img {
  width: 100%;
  height: 100%;
  transition: 0.5s all;
}

.swiper-container {
  width: 100%;
  max-height: 100vh;
  position: relative;
  /* margin-top: 100px; */

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}



.swiper-slide {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}


.swiper-slide {
  overflow: hidden;
}

.swiper-slide img {
  height: 100%;
  width: 100%;
}

.section {
  position: relative;
}
header{
  width: 100%;
  height: 90px;
  background-color: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo{
margin-left: 0.4rem;
}
header .handle{
  height: 100%;
}

header .search{
  height: 100%;
  display: flex;
  align-items: center;
  width: 1.1rem;
  justify-content: center;
  position: relative;
}
header .search::after{
  position: absolute;
  left: 0;
  top: 40%;
  background-color: #000;
  height: 18px;
  width: 1px;
  content: "";
}
header .search img{
  width: 19px;
  height: 21px;
}

header .nav-list{
  display: flex;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
}
header .nav-list li{
  padding: 0px 0.5rem;
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
header .nav-list .active{
  
}
header .nav-list>.active::after{
  position: absolute;
  content: "";
  width: 70%;
  height: 4px;
  background-color: #009448;
  left: 15%;
  top: calc(100% - 4px);
}
header .nav-list li a{
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  line-height: 90px;
  text-align: center;
  color: #333333;
}
header .nav-list li .sub-nav{
display: none; 
  position: absolute;
  width: 100%;
	/* */
  height: 0;
  left: 0;
  top: 100%;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 34, 16, 0.1);
	border-radius: 0px 0px 8px 8px;
	opacity: 0.95;
  transition: 0.6s all;
  overflow: hidden;
}
header .nav-list .active .sub-nav{
  /* display: block; */
  min-height: 1.4rem; 
  height: auto;
}
header .nav-list li .sub-nav li{
  margin: 0;
  padding: 0;
}
header .nav-list li .sub-nav a:hover{
  color: #009448;
  text-decoration: underline;
}










/* 按钮 */


.nav-btn{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
	background-color: #009448;
  position: fixed;
	width: 90px;
	height: 90px;
top: 0px;
right: 0%;
z-index: 50;
/* background: linear-gradient(135deg, #01bbf5, #dde2e4) center center no-repeat; */
}
.nav-btn span{
top: 35px;
left: 30%;
display: block;
width: 40%;
height: 3px;
background-color: #FFFFFF;
margin: 5px 0px;
}
.nav-btn span:before{
 top: -10px;
width: 100%;
}
.nav-btn span:after{
top: 10px;
width: 100%;
}
.nav-btn span, .nav-btn span:after, .nav-btn span:before{
position: absolute;
height: 2px;
background-color: #fff;
border-radius: 1px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.nav-btn span:after, .nav-btn span:before{
content: "";
left: 0;
-webkit-transform: translateY(0px) rotate(0deg);
}
.nav-btn span, .nav-btn span:after, .nav-btn span:before{
  position: absolute;
height: 2px;
background-color: #fff;
border-radius: 1px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}
.nav-btn.active span{
  background-color: transparent;
}
.nav-btn.active span:after, .nav-btn.active span:before{
  width: 25px;
}
.nav-btn.active span:before{
  -webkit-transform: translateY(6px) rotate(-45deg);
}
.nav-btn.active span:after{
-webkit-transform: translateY(-6px) rotate(45deg);
}


/* 按钮end */


















main{
  width: 100%;

}
main #swiperContainer{
width: 100%;
height: 9.65rem;
position: relative;
}
main #swiperContainer .swiper-wrapper{

}
main #swiperContainer .swiper-slide{
  position: relative;
}
main #swiperContainer  .notice1{
  position: absolute;
  color: #FFFFFF;
  font-size: 16px;
  bottom: 0.52rem;
  z-index: 999;
  left: 48%;
  display: flex;
  align-items: center;
  flex-direction: column;
  animation: donghua 2s infinite;
}
main #swiperContainer  .notice1 img{
	width: 25px;
	height: 40px;

}
.notice-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:60px;
  background-color: #f7f8f9;
  width: 100%;
  
}

.notice-wrap .title{
  width: 140px;
	height: 60px;
	background-color: #009448;
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
}
.notice-wrap  .more{
  width: 100px;
	height: 30px;
  text-align:center;
  line-height: 30px;
  color: #FFFFFF;
	background-color: #009448;
	border-radius: 15px;
  font-size: 14px;
  margin-right: 0.4rem;
}
.notice-wrap .list{
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-grow: 1;
  overflow: hidden;
}
.notice-wrap li {
  flex-shrink: 0;
  width: 30%;
}
.notice-wrap .list li a{
  display: flex;
  align-items: center;
  color: #484848;
  justify-content: space-between;
  border-right: 1px solid #cecece;
  box-sizing: border-box;
  padding-right: 0.2rem;
}
.notice-wrap .list li a .label{
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.easy-handle{
  width: 100%;
  background-color: #FFFFFF;
  
}
.wrapper{
  width: 16.4rem;
  margin: 0 auto;
  overflow: hidden;
}
.easy-handle .wrapper ul{
  display: flex;
  margin: 0.5rem 0rem;
  box-sizing: border-box;
  padding: 0.1rem 0rem;
}
.easy-handle .wrapper ul li{
  width: 2.5rem;
	height: 1.72rem;
  margin-right: 0.28rem;
	background-color: #009448;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 109, 53, 0.4);
    cursor: pointer;
    box-sizing: border-box;
}
.easy-handle .wrapper ul li:nth-child(6n){
  margin-right: 0px;
}
.easy-handle .wrapper ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #FFFFFF;
}
.easy-handle .wrapper ul li a .imgs{
  background-color:rgba(37, 28, 28, 0.1);
  border-radius: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  
}
.easy-handle .wrapper ul li a .imgs img{
  width: 0.62rem;
  height: 0.62rem;
  transition: 0.7s all;
}
.easy-handle .wrapper ul li:hover .imgs img{
  /* animation: donghua 1s ; */
  transform: scale(1.1);
}


.easy-handle .wrapper ul li::before,
.easy-handle .wrapper ul li::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #fff
}

.easy-handle .wrapper ul li a::before,
.easy-handle .wrapper ul li a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #fff
}

.easy-handle .wrapper ul li:hover::before,
.easy-handle .wrapper ul li:hover::after {
    width: 100%
}

.easy-handle .wrapper ul li:hover a::before,
.easy-handle .wrapper ul li:hover a::after {
    height: 100%
}
.easy-handle .wrapper ul li::before,
.easy-handle .wrapper ul li::after {
    transition-delay: .2s
}

.easy-handle .wrapper ul li a::before,
.easy-handle .wrapper ul li a::after {
    transition-delay: 0s
}

.easy-handle .wrapper ul li::before {
    right: 0;
    top: 0
}

.easy-handle .wrapper ul li::after {
    left: 0;
    bottom: 0
}

.easy-handle .wrapper ul li a::before {
    left: 0;
    top: 0
}

.easy-handle .wrapper ul li a::after {
    right: 0;
    bottom: 0
}

.easy-handle .wrapper ul li:hover::before,
.easy-handle .wrapper ul li:hover::after {
    transition-delay: 0s
}

.easy-handle .wrapper ul li:hover a::before,
.easy-handle .wrapper ul li:hover a::after {
    transition-delay: .2s
}

.easy-handle .wrapper ul li .cn-title{
  font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.easy-handle .wrapper ul li  .en-title{
  font-size: 12px;
	letter-spacing: 0px;
	color: #ffffff;
}
.party-wrap{
  width: 100%;
  margin: 0.45rem 0rem;
  overflow: hidden;
}
.party-wrap .wrapper a {
  display: block;
	height: 1.65rem;
}

.info-wrap{
  width: 100%;
  
}
.info-wrap .wrapper{
  display: flex;
  justify-content: space-between;
}
.info-wrap .notice-list{
  width: 10.5rem;
}
.info-wrap  .header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
  height: 70px;
}
.info-wrap  .header .title{
  display: flex;
  align-items: baseline;
}
.info-wrap  .header .cn-title{
  font-size: 0.3rem;
  font-weight: 600;
	line-height: 36px;
	color: #333333;
}
.info-wrap  .header .en-title{
  font-size: 0.24rem;
	color: #bbbbbb;
  margin-left: 10px;
}
.info-wrap  .header .more{
  width: 180px;
	height: 60px;
	border-radius: 30px;
	border: solid 1px #c6c7c8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info-wrap  .header .more img{
  width: 17px;
	height: 10px;
  margin-right: 10px;

}
.report-list{
  width: 4.88rem;
  
}
.report-list .monthly{
  background-color: #f5f5f5;
  width: 100%;
  /* height: 2.2rem; */
  box-sizing: border-box;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
}
.report-list .monthly li {
  height: 40px;
}
.report-list .monthly li a{
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 16px;
  color: #222222;
  box-sizing: border-box;
  padding-left: 15px;
  position: relative;
  align-items: center;
}
.report-list .monthly li a .label{
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.report-list .monthly li a::after{
  content: "";
  position: absolute;
  left: 0;
  width: 6px;
	height: 6px;
	background-color: #999999;
  border-radius: 50%;
  top: 45%;
}
.water-pirce{
  width: 100%;
  
}
.water-pirce .top{
  width: 100%;
  height: 60px;
	background-color: #009448;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0rem 0.2rem;
  box-sizing: border-box;

}
.water-pirce .top .left{
  font-size: 22px;
	font-weight: 600;
	line-height: 36px;
	color: #ffffff;
  position: relative;
  margin-left: 10px;
}
.water-pirce .top .right{
  font-size: 14px;
	color: #ffffff;
}
.water-pirce .top .left::after{
  content: "";
  width: 4px;
	height: 22px;
	background-color: #ffffff;
  position: absolute;
  left: -8px;
  top: 7px;
}
.water-pirce .card{
  width: 100%;
  background-color: #f5f5f5;
  box-sizing: border-box;
  padding: 14px 10px;
}
.water-pirce .card li{
  width: 100%;
  background-color: #FFFFFF;
  min-height: 50px;
  margin-bottom: 2px;
  height: 100%;
}
.water-pirce .card li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 10px;
  width: 100%;
  height: 50px;
}
.water-pirce .card li a .label{
  display: flex;
  height: 50px;
  align-items: center;
}
.water-pirce .card li .icon{
  width: 32px;
  margin-right: 10px;
  height: 32px;
  flex-shrink: 0;
}
.water-pirce .card li .cell{
  display: flex;
  margin-left: 0.5rem;
  min-height: 0.3rem;
  width: calc(100% - 0.6rem);
  color: #666666;
  justify-content: space-between;
}
.notice-ul li{
  position: relative;
  transition: 0.7s all;
}
.notice-ul li::after{
  content: "";
  width: 6px;
	height: 6px;
	background-color: #999999;
  border-radius: 50%;
  position: absolute;
  top: 45%;
  
}
.notice-ul .active::after{
  display: none;
}
.notice-ul .active {
  height: auto;
  border-bottom: none;
}
.notice-ul .active .imgs{
      display: flex;
    justify-content: center;
    align-items: center;

  flex-shrink: 0;

}
.notice-ul .active .imgs img{
width:auto;
height:auto;
max-width:100%;
max-height:100%;
}
.notice-ul .active .content .ff{
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  justify-content: flex-start;
}
.notice-ul .active .content .n-text{
  display: block;
  padding-left: 0.28rem;
  margin-top: 0.1rem;
  line-height: 24px;
}
.notice-ul .active .content{
  height: 3.36rem;
}
.notice-ul .active .content .line{
  display: block;
  margin-left: 0.28rem;
  width: calc(100% - 0.28rem);
  margin-top: 1rem;
}
.notice-ul .active .content .more{
  display: flex;
  margin-left: 0.28rem;
  width: calc(100% - 0.28rem);
  margin-top: 0.2rem;
}
.notice-ul .active .content .time{
  line-height: 30px;
}
@keyframes donghua {
  0% {
      transform: scale(0.80);
  }

  50% {
      transform: scale(1);
  }

  100% {
      transform: scale(0.80);
  }
}
.notice-ul{
  display: flex;
  width: 100%;
  flex-direction: column;
  
}
.notice-ul li{
  width: 100%;
  height: 86px;
  border-bottom:1px solid #eeeeee;
}
.notice-ul li a{
  display: flex;
  width: 100%;
  align-items: center;
  height: 100%;
}
.notice-ul li .imgs{
  width: 5.2rem;
	height: 3.36rem;
  transition: 0.7s;
	background-color: #ffffff;
	border: solid 1px #e2e4e6;
  display: none;
}
.notice-ul li .content{
  width: 100%;
  
}

.notice-ul li .content .title{
  font-size: 18px;
  font-weight: 600;
	color: #333333;
}
.notice-ul li .content .time{
  font-size: 14px;
	color: #999999;
}
.notice-ul li .content .more{
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
	color: #999999;
  display: none;
}
.notice-ul li .content  .line{
  width: 100%;
  height: 1px ;
  background-color: #eeeeee;
  display: none;
  
}
.notice-ul li .content .ff{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.28rem;
}
.notice-ul li .content  .n-text{
  font-size: 14px;
	color: #666666;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: none;
}
footer{
  width: 100%;
  min-height: 4.16rem;
  background-image: url(../images/footer-bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

footer .top .wrapper {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0.5rem 0rem 0.35rem 0rem;
}
footer .top .wrapper .left .title{
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 40px;
	color: #ffffff;
}
footer .top .wrapper .left{
  width: 4.23rem;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  
}
footer .top .wrapper .left .address{
  font-size: 14px;
	color: #ffffff;
  line-height: 30px;

}
footer .top .wrapper .left .email{
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
}
footer .top .wrapper .middle{
  display: flex;
}
footer .top .wrapper .middle{
  flex-grow: 1;
  display: flex;
  margin-left: 0.4rem;
  /* justify-content: space-around; */
}
footer .top .wrapper .middle ul {
  margin-right: 1rem;
}
footer .top .wrapper .middle ul li{
  font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
footer .top .wrapper .middle ul li:nth-child(1){
  font-size: 18px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
footer .top .wrapper .right{
  width: 3.4rem;
  margin-left: 0.5rem;
}
footer .top .wrapper .right .title{
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
footer .top .wrapper .right .tell{
  font-size: 0.36rem;
	font-weight: 600;
  margin-bottom: 0.3rem;
	color: #ffffff;
}
footer .top .wrapper .right  .code{
  display: flex;
  color: #FFFFFF;
  align-items: center;
}
footer .top .wrapper .right  .code .imgs{
  width: 136px;
	height: 136px;
  margin-right: 10px;
}
footer .line{
  width: 100%;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.1;
}
footer  .bottom{
  height: 0.79rem;
}
footer  .bottom .wrapper{
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  height: 100%; 
  
}
footer  .bottom .wrapper a:hover{
  color: #FFF;
}
.about-wrap .wrapper{
	height: 7.2rem;
  background-image: url(../images/index-about-bg.jpg);
  background-size: 100% 100%;
  margin-bottom: 0.7rem;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  box-sizing: border-box;
  padding: 0.9rem ;
}
.about-wrap .wrapper .left{
  width: 7rem;
  display: flex;
  height: 90%;
  flex-direction: column;
  justify-content: space-between;
}
.about-wrap .wrapper .left .cn-title{
  font-size: 30px;
	line-height: 36px;
	color: #ffffff;
  font-weight: 600;
}
.about-wrap .wrapper .left .en-title{
  font-size: 24px;
	color: #ffffff;
  margin: 20px 0px;
}
.about-wrap .wrapper .left  .line{
  width: 60px;
	height: 1px;
	background-color: #ffffff;
}
.about-wrap .wrapper .left .content{
  font-size: 16px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: -80px;
}
.about-wrap .wrapper .left .more{
  width: 180px;
	height: 60px;
	border-radius: 30px;
	border: solid 1px #ffffff;
  color: #FFF;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.about-wrap .wrapper .left .more img{
  width: 17px;
  margin-right: 10px;
	height: 10px;
}
.about-wrap .wrapper .right{
  display: flex;
  align-items: center;
}
.about-wrap .wrapper .right .icon1{
  width: 94px;
	height: 94px;
  display: block;
  color: #FFF;
  text-align: center;
  margin-right: 0.47rem;
}
.banner{
  width: 100%;
  height: 5.2rem;
  margin-top: 0.9rem;
}
.drop-nav {
  display: flex;
  background-color: #FFFFFF;
  align-items: center;
  border-bottom: 1px solid #f4f4f4;
}
.drop-nav ul{
  width: 100%;
  display: flex;
}
.drop-nav ul li{
	color: #222222;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  margin-right: 0.5rem;
}
.drop-nav ul .active{
  font-size: 16px;
	line-height: 26px;
	letter-spacing: 0px;
	color: #009448;
}
.section {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section1{
  width: 100%;
  min-height: 8.1rem;
  background-image: url(../images/about-bg-1.png);
  
}
.section2{
  width: 100%;
  min-height: 10rem;
  background-image: url(../images/about-bg-2.png);
  
}
.section3{
  width: 100%;
  min-height: 7.4rem;
  background-image: url(../images/about-bg-3.png);
  
}
.section .title{
  display: flex;
  align-items: baseline;
  
}
.section .title .cn-title{
  font-size: 30px;
	font-weight: 600;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
  margin-right: 0.12rem;
}

.section .title .en-title{
	font-size: 24px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.section2 .wrapper{
  box-sizing: border-box;
  padding: 0.9rem 0rem;
}
.section3  .title .cn-title ,.section1  .title .cn-title {
  color: #222222;
  
}
.section3  .title .en-title,.section1  .title .en-title {
  color: #bbbbbb;
}
.section3 .wrapper,.section1 .wrapper{
  box-sizing: border-box;
  padding: 0.8rem 0rem;
}
.section1 .wrapper {
  display: flex;
}
.section1 .wrapper .right{
  width: 5.6rem;
	height: 6.2rem;
  flex-shrink: 0;
	background-color: #009448;
  margin-left: 1.3rem;
}
.section1 .wrapper .content{
  margin-top: 0.4rem;
font-size:18px;
}
.section1 .wrapper .content .sub-title{
  font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
}
.section1 .wrapper .content .a-text{
  margin-bottom: 30px;
  line-height: 30px;
  font-size: 16px;
}

#honorSwiper{
  margin-top: 0.6rem;
  height: 3.3rem;
  position: relative;
}
#honorSwiper .swiper-slide{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 15px;
}
#honorSwiper .swiper-slide  .line{
  width: 100%;
	height: 1px;
	background-color: #dcdcdc;
	opacity: 0.6;
}
#honorSwiper .swiper-slide .imgs{
  width: 100%;
  height: 1.8rem;
}
.section3 .swiper-button-prev:after{
  display: none;
}
.section3 .swiper-button-next:after{
  display: none;
 }
 .section3 .swiper-button-prev img, .section3 .swiper-button-next img{
  width: 0.8rem;
  height: 0.8rem;
 }
 .section3 .swiper-button-next{
  left:53%;
  top:80%;
 }
 .section3 .swiper-button-prev{
  left: 48%;
  top:80%;
 }
 .notice{
  width: 100%;
  background-color: #FFFFFF;
 }
 .notice .wrapper{
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 0.4rem;
 }
 

 .pagination {
  display: flex;
  margin: 0.6rem auto;
  justify-content: center;

}

.pagination li {
  box-sizing: border-box;
  margin: 0px 5px;
  min-width: 42px;
  padding: 0px 15px;
  height: 42px;
  background-color: #ffffff;
  border: solid 1px #d4d5e3;
  text-align: center;
}

.pagination .active {
  color: #FFF;
  background-color: #009448;
}

.pagination li a {
  display: block;
  width: 100%;
  line-height: 42px;
  height: 100%;
  /* font-size: 12px; */
}
.pagination li:hover a{
  color: #FFF;
}
.notice .wrapper .left{
  width: 100%;
  position: relative;
}

.notice .wrapper .left .notices{
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.notice .wrapper .left .notices::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -0.5rem;
  top: 0;
  background-color: #e5e5e5;
}
.notice .wrapper .left .notices li{
  width: 100%;
  box-sizing: border-box;
  height: 1.08rem;
  border-bottom:1px solid #e5e5e5 ;
  padding-left: 20px;
  transition: 0.7s all; 
}
.notice .wrapper .left .notices li a{
  display: flex;
  align-items: center;
  height: 100%;
  width: 90%;
  font-size: 20px;
}
.notice .wrapper .left .notices li a .time{
  font-size: 18px;
  color: #333333;
}
.notice .wrapper .left .notices li a .title{
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.7rem;
  white-space: nowrap;
  color: #333333;
}
.notice .wrapper .left .notices li:hover a{
  color: #FFFFFF;
}
.notice .wrapper .left .notices  .active{
  background-image: url(../images/notice-bg.png);
  background-size: 100% 90%;
  background-repeat: no-repeat;
  transition: 0.7s all;
}
.notice .wrapper .left .notices .active a .time{
  color: #FFF;
}
.notice .wrapper .left .notices .active a .title{
  color: #FFF;
}
.notice .wrapper .right{
  width: 4.2rem;
}
.notice .wrapper .right .gs-list li{
  margin-bottom: 0.3rem;
}
.notice .wrapper .right .gs-list li a{
  text-align: center;
  font-size: 16px;
}














.handle-list{
  display: flex;
  margin: 0.5rem 0rem;
  box-sizing: border-box;
  padding: 0.1rem 0rem;
  flex-wrap: wrap;
}
.handle-list li{
  width: 2rem;
	height: 1.46rem;
  margin-right: 0.18rem;
	background-color: #009448;
	box-shadow: 0px 0px 10px 0px 
		rgba(0, 109, 53, 0.4);
    cursor: pointer;
    box-sizing: border-box;
    margin-bottom:  0.18rem;
}
.handle-list li:nth-child(2n){
  margin-right: 0px;
}
.handle-list li a{
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #FFFFFF;
}
.handle-list li a .imgs{
  background-color:rgba(37, 28, 28, 0.1);
  border-radius: 0.35rem;
  width: 0.7rem;
  height: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  
}
.handle-list li a .imgs img{
  width: 0.62rem;
  height: 0.62rem;
  transition: 0.7s all;
}
.handle-list li:hover .imgs img{
  /* animation: donghua 1s ; */
  transform: scale(1.1);
}


.handle-list li::before,
.handle-list li::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: #fff
}

.handle-list li a::before,
.handle-list li a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: #fff
}

.handle-list li:hover::before,
.handle-list li:hover::after {
    width: 100%
}

.handle-list li:hover a::before,
.handle-list li:hover a::after {
    height: 100%
}
.handle-list li::before,
.handle-list li::after {
    transition-delay: .2s
}

.handle-list li a::before,
.handle-list li a::after {
    transition-delay: 0s
}

.handle-list li::before {
    right: 0;
    top: 0
}

.handle-list li::after {
    left: 0;
    bottom: 0
}

.handle-list li a::before {
    left: 0;
    top: 0
}

.handle-list li a::after {
    right: 0;
    bottom: 0
}

.handle-list li:hover::before,
.handle-list li:hover::after {
    transition-delay: 0s
}

.handle-list li:hover a::before,
.handle-list li:hover a::after {
    transition-delay: .2s
}

.handle-list li .cn-title{
  font-size: 18px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #ffffff;
}
.handle-list li  .en-title{
  font-size: 12px;
	letter-spacing: 0px;
	color: #ffffff;
}

.notice .wrapper .detail::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  right: -0.5rem;
  top: 0;
  background-color: #e5e5e5;
}

.notice .wrapper .detail .title{
  font-size: 28px;
	font-weight: 500;
	line-height: 48px;
	color: #222222;
}
.notice .wrapper .detail .time{
  font-size: 12px;
	color: #666666;
  margin: 20px 0px;
}
.notice .wrapper .detail .time span{
  margin-left:0.6rem ;
}
.notice .wrapper .detail .line-h{
  width: 100%;
  height: 1px ;
  background-color: #e5e5e5;
 }

 .notice .wrapper .detail .content{
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 0px;
	color: #555555;
  margin-top: 0.4rem;
 }
.notice .wrapper .detail .content img{
max-width:100%;
width:auto;
height:auto;
}
 .notice .wrapper .detail .more-list{
  display: flex;
  justify-content: space-between;
  width: 100%;
 }

 .notice .wrapper .detail .more-list li{
  width: 50%;
  background-color: #f7f7f7;
  height: 1rem;
 }
 .notice .wrapper .detail .more-list li a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  box-sizing: border-box;
  padding-left: 0.35rem;
  font-size: 14px;
 }
 .notice .wrapper .detail .m ore-list li:nth-child(1):hover a{
  color: #FFF
 }
 .notice .wrapper .detail .more-list li a .line-v{
  width: 1px ;  
	height: 28px;
  background-color: #FFFFFF;
  margin:0rem 0.2rem;
 }
 .notice .wrapper .detail .more-list li:nth-child(1){
  background-color: #009448;
  color: #FFF
 }
 .notice .wrapper .detail .more-list li:nth-child(2) a{
  flex-direction: row-reverse;
  padding-right: 0.35rem;
  width: 100%;
  /* justify-content: space-between; */
 }

 .notice .wrapper .detail .more-list li:nth-child(2) a .line-v{
  background-color: #e6e6e6;
 }

 .notice .wrapper .detail .more-list li:nth-child(2) a .label{
  margin-left: -2rem;
 }
 main .yewu{
  background-color: #f1f3f6;
  height: 2.81rem;
 }
 main .yewu .wrapper{
  display: flex;
  justify-content: center;
 }
 main .yewu .wrapper li:nth-child(2){
  background-color: #FFF;
 }
 main .yewu .wrapper li:nth-child(2) .cn-title{
  color: #333;
 }
 main .yewu .wrapper li:nth-child(2) .en-title{
  color: #333;
 }
 main  .yewu-wrap{
  background-image: url(../images/ywbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 14.55rem;
  box-sizing: border-box;
  padding: 0.8rem 0rem;
 }
 main  .yewu-wrap .title{
  display: flex;
  align-items: baseline;
 }
 main  .yewu-wrap  .title .cn-title{
  font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 0.12rem;
 }
 main  .yewu-wrap  .title .en-title{
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
 }
 main  .yewu-wrap  .card{
  width: 100%;
	min-height: 12.2rem;
	background-color: #ffffff;
	border-radius: 20px;
  box-sizing: border-box;
  padding: 0.75rem ;
  margin-top:0.6rem;
}
main  .yewu-wrap  .card h1{
  text-align: center;
}
.step-wrap img{
max-width:100%;
width:auto;
height:auto;
}
 /** .step-wrap{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-top: 0.5rem;
}
 .step-wrap .step{
  width: 40%;
  margin-top: 0.2rem;
}
.step-wrap .step .name{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #555555;
}
.step-wrap .step .imgs{
  width: 80%;
} **/
.map{
  width: 100%;
  height: 6.6rem;
overflow:hidden;
}
.us-info{
  width: 100%;
  height: 4.15rem;
  
}

.us-info .wrapper{
  height: 100%;
}
.us-info ul{
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.us-info ul li a{
  display: flex;
  flex-direction: column;
  justify-self: center;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  justify-content: center;
}
.us-info ul li a img{
  width: 80px;
  height: 80px;
  margin: 0 auto;
}
.us-info ul li a .title{
  text-align: center;
  margin: 20px 0px 10px 0px;
}
.us-info ul li a .line{
  width: 18px;
	height: 2px;
	background-color: #cbcbcb;
  margin: 10px auto;
}
.us-info ul li a .value{
  font-size: 16px;
  line-height: 30px;
	color: #888888;
}
header .nav-list li:hover .sub-nav{
  display: block;
}


/* 展开菜单 */
.menuFigure{ width:24%; position:fixed; left:-25%; top:0; height:100%; z-index:9999999999999; opacity:0; transition:all 0.5s; -webkit-transition:all 0.5s; overflow:hidden;}
.menuFigure.on{opacity: 1;left:0%}
.menuFigure img{ max-width:inherit !important; width:100%; display:block; transform:scale(1.1); -webkit-transform:scale(1.1); transition:all 2s; -webkit-transition:all 2s; transition-delay:0.5s;}
.menuFigure.on img{transform:scale(1);-webkit-transform:scale(1);}

.menuItem{ background-color:#fff; width:0%; height:100%; position:fixed; right:0; top:0; z-index:99998; opacity:0; transition:all 0.5s; -webkit-transition:all 0.5s; box-shadow:-1px 0 10px 0 rgba(0,0,0,0.2); overflow:hidden; overflow-y:auto;}
.menuItem.on{ opacity: 1;width:76%;}
.menuItem-padd{ width:100%; height:100%; padding:50px 9%;box-sizing: border-box;}
.menuItem-close{ background:#009448 url(../images/menu-close.png) no-repeat center; width:90px; height:90px; text-align:center; line-height:90px; color:#fff; font-size:30px; position:absolute; right:0; top:0;}

.menuItem-title{ font-size:30px; font-weight:bold; line-height:1; color:#009448; position:relative; padding-bottom:12px; opacity:0; transition:all 0.5s; -webkit-transition:all 0.5s; transform:translateY(5%);}
.menuItem-title.on{ opacity:1; transform:translateY(0);}
.menuItem-title .en{ font-size:48px; color:#cbcbcb; text-transform:capitalize; display:inline-block; line-height:1; vertical-align:-7px; padding-left:15px; font-weight:normal;}
.menuItem-title:before{ content:''; background:#009448; width:59px; height:3px; position:absolute; left:0; bottom:0;}

.menuItem-list{ font-size:0; opacity:0; transition:all 0.5s; -webkit-transition:all 0.5s; position:relative; transform:translateY(5%);}
.menuItem-list.on{ transform:translateY(0); opacity:1;}
.menuItem-list dl{ width:25%; display:inline-block; margin-top:6%; vertical-align:top;}
.menuItem-list dl dt{ font-size:24px; line-height:1; text-align:left; padding-bottom:18px; }
.menuItem-list dl dt .num{ font-size:18px; color:#a5a5a5;}
.menuItem-list dl dd a{ display:block; line-height:36px; color:#555; font-size:14px; padding-left:30px; position:relative;}
.menuItem-list dl dd a:before{ content:''; background:#009448; width:0; height:1px; position:absolute; left:20px; top:21px; transition:all 0.4s;}
.menuItem-list dl dd a:hover{ padding-left:40px; color:#009448;}
.menuItem-list dl dd a:hover:before{ width:14px;}
/* 展开菜单END */



.complaints-wrap {
	height: 9rem;
	background-color: #f1f3f6;
	overflow: hidden;
}

	.complaints-wrap .wrapper {
		width: 16.4rem;
		margin: 0.66rem auto;
		background-color: #FFFFFF;
		box-sizing: border-box;
		padding: 0.6rem 1.2rem;
	}

		.complaints-wrap .wrapper .cn-title {
			font-size: 30px;
			font-weight: 600;
			line-height: 36px;
			color: #333333;
			text-align: center;
		}

		.complaints-wrap .wrapper .en-title {
			font-weight: 500;
			color: #333333;
			text-align: center;
			font-size: 24px;
			line-height: 36px;
			color: #bbbbbb;
			margin-bottom: 0.5rem;
		}

.notice {
}

.complaints-wrap .wrapper .input-wrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.complaints-wrap .wrapper .name-ipt {
	width: 6rem;
	height: 0.6rem;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	box-sizing: border-box;
	padding: 0rem 0.2rem;
	font-size: 16px;
	outline: none;
}

.complaints-wrap .wrapper .phone-ipt {
	width: 3.8rem;
	height: 0.6rem;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	outline: none;
	box-sizing: border-box;
	padding: 0rem 0.2rem;
}

.complaints-wrap .wrapper .email-ipt {
	width: 3.8rem;
	height: 0.6rem;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	outline: none;
	box-sizing: border-box;
	padding: 0rem 0.2rem;
}

.complaints-wrap .wrapper .title-ipt {
	width: 100%;
	height: 0.6rem;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	outline: none;
	box-sizing: border-box;
	padding: 0rem 0.2rem;
	margin: 10px 0px;
}

.complaints-wrap .wrapper textarea {
	width: 100%;
	height: 2rem;
	margin: 10px 0px;
	padding: 0.2rem;
	box-sizing: border-box;
	background-color: #FFFFFF;
	border: solid 1px #e3e3e3;
}

.complaints-wrap .wrapper .code-ipt {
	width: 4rem;
	height: 0.6rem;
	background-color: #ffffff;
	border: solid 1px #e3e3e3;
	outline: none;
	box-sizing: border-box;
	padding: 0rem 0.2rem;
	margin-right: 12px;
}

.complaints-wrap .wrapper .code {
	width: 1.1rem;
	height: 0.6rem;
	background-color: #cceada;
	color: #009448;
	font-size: 0.22rem;
	text-align: center;
	line-height: 0.6rem;
	font-weight: 600;
}

.sub-wrap {
	display: flex;
	align-items: center;
}

	.sub-wrap button {
		width: 2.3rem;
		height: 0.6rem;
		margin: 0rem 0.8rem;
		text-align: center;
		line-height: 0.6rem;
		outline: none;
		color: #FFFFFF;
		border: none;
		font-size: 18px;
		background-color: #009448;
		cursor: pointer;
	}

	.sub-wrap label a {
		color: #009448;
	}

.input-wrap .comment {
	display: flex;
	height: 0.6rem;
	margin: 0.14rem 0rem;
	align-items: center;
}

	.input-wrap .comment .label {
		font-size: 16px;
		color: #666666;
	}

	.input-wrap .comment .value {
		font-size: 16px;
		color: #666666;
		display: flex;
		align-items: center;
	}

		.input-wrap .comment .value input {
			color: #009448;
			background-color: #009448;
			font-size: 16px;
		}

		.input-wrap .comment .value label {
			margin-right: 20px;
		}


.SplitPage{ text-align:center; padding-top:45px; font-size:0;}
.SplitPage a{ background:#e6e6e6; line-height:32px; font-size:16px; padding:0 12px; display:inline-block; margin:0 3px;}
.SplitPage a.cur, .ppage a:hover{ background:#009448; color:#fff;}
.nowpage{ background:#e6e6e6; line-height:32px; font-size:16px; padding:0 12px; display:inline-block; margin:0 3px; background:#009448; color:#fff;}
.searchbar img{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 4px;
    cursor: pointer;
}
.searchbar{
    width: 230px;
    position: relative;
    padding: 4px;
    border: 1px #c1c1c1 solid;
    border-radius: 20px;
}
.searchbar input{
    background: none;
    border:none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    vertical-align: top;
    color: #999;
    padding-left: 18px;
    box-sizing: border-box;
    outline: none;
}
