*{
margin: 0;
padding: 0;
}
em{
  font-style: normal;
}
a{
text-decoration: none;
}
ul li{
  list-style: none;
}
.zhuanti_top_main {
width: 100%;
margin: 0 auto;
z-index: 100;
overflow: visible;
position: fixed;
top: 0;
background: url(http://www.zzwtqx.com/images/global/zt_btbg.gif) repeat-x left top;
height: 45px;
}
.zhuanti_top {
margin: 0 auto;
width: 980px;
height: 45px;
}
.zhuanti_logo {
height: 45px;
width: 285px;
background: url(http://www.zzwtqx.com/images/global/zt_logo.gif) no-repeat
left top;
float: left;
}
.zhuanti_logo h1 a {
width: 285px;
height: 45px;
display: block;
text-indent: -9999px;
}
.zhuanti_nav {
width: 660px;
height: 45px;
float: right;
line-height: 45px;
}
.zhuanti_nav a {
padding-left: 6px;
color: #30f;
font-size: 14px;
font-weight: 700;
}
.flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.banner{
  margin-top: 45px;
  width: 100%;
}
.banner img{
  width: 100%;
}
.content{
  width: 100%;
}
.sec1{
  box-sizing: border-box;
  width: 1400px;
  margin: 0 auto;
  background-color: white;
  padding: 20px 100px 50px;
  box-shadow: 0px 0px 20px #b3b3b3;
  /* transform: translateY(-30px); */
  position: relative;
}
.sec1Top ul li{
  padding-top: 20px;
  width: 25%;
  text-align: center;
  padding-bottom: 20px;
  transition: .3s;
}
.sec1Top ul li p{
  margin-top: 10px;
  font-size: 22px;
  color: #333333;
}
.sec1Top ul li:hover{
  background-color: #00a95f;
  transition: .3s;
}
.sec1Top ul li:hover p{
  color: #fff;
}
.sec1Top ul li:hover img:nth-child(2){
  display: block;
}
.sec1Bottom{
  overflow: hidden;
  margin-top: 30px;
  height: 354px;
}
.sec1BottomLeft{
  float: left;
  width: 384px;
  height: 354px;
}
.sec1BottomRight{
  width:765px;
  float:right;
}
.sec1BottomRight h2{
  font-size: 36px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #000;
}
.sec1BottomRight p{
  font-size: 22px;
  line-height: 45px;
  color: #666666;
}
.sec1BottomRight a{
  display: block;
  width:300px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-color: #00a95f;
  border-radius: 30px;
  font-size:24px ;
  margin-top: 28px;
}
.sec2{
  width: 1400px;
  margin:0 auto ;
}
.sec2 h2{
  font-size: 46px;
  text-align: center;
  margin: 35px 0;
  color: #000;
}
.sec2List ul li{
  width: 450px;
  height: 490px;
  overflow:hidden;
}
.sec2List ul li .sec2ListImg{
  width: 452px;
  height: 300px;
  transition: .3s;
  overflow: hidden;
}
.sec2List ul li  p{
  width: 450px;
  height: 190px;
  box-sizing: border-box;
  padding:20px 30px 0;
  background-color: #f5f5f5;
  color: #666666;
  font-size: 22px;
  line-height: 40px;
  transition: .3s;
}
.sec2List ul li .sec2ListImg img{
  transition: .3s;
}
.sec2List ul li:hover .sec2ListImg img{
  transform:scale(1.1);
  transition: .3s;
}
.sec2List ul li:hover p{
  transition: .3s;
  color: #fff;
  background-color: #00a95f;
}
.comBtn{
  width: 630px;
  height: 65px;
  overflow: hidden;
  margin: 35px auto;
}
.comBtn a{
  display: block;
  width: 305px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 10px;
}
.comBtn a:nth-child(1){
  background-color: #00a95f;
  float: left;
}
.comBtn a:nth-child(2){
  background-color: #ff5701;
  float: right;
}
.content{
  width: 100%;
  background-color: #f5f5f5;
}
.sec3{
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.sec3 h2{
  font-size: 46px;
  text-align: center;
  padding: 35px 0;
  color: #000;
}
.sec3List{
  background-color: #fff;
  padding-bottom: 1px;
}
.sec3ListTop{
  border-bottom: 1px solid #00a95f;
}
.sec3ListTop ul li{
  width: 174px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.sec3ListTop ul li span{
  position: absolute;
  width: 0;
  height: 0;
  left: -20px;
  top: -30px;
  border-top: 20px solid transparent;
  border-right: 20px solid #c2c2c2;
  border-bottom: 20px solid transparent;
  border-left: 20px solid transparent;
  transform: rotate(-315deg);
}
.activeSpan{
  border-right: 20px solid #00a95f !important;
}
.sec3ListBottomList{
  overflow: hidden;
  padding: 30px 30px 30px 50px;
  box-sizing: border-box;
  height: auto;
}
.sec3ListBottomListLeft{
  float: left;
  width: 885px;
}
.sec3ListBottomListLeft ul li h3{
  font-size: 24px;
  color: #333;
  line-height: 30px;
  position: relative;

}
.sec3ListBottomListLeft ul li h3::after{
  position: absolute;
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00a95f;
  left: -25px;
  top: 7px;
}
.sec3ListBottomListLeft ul li p{
  margin: 20px 0;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}
.sec3ListBottomListRight{
  float: right;
  width: 420px;
}
.sec3ListBottomListRight a{
  display: block;
}
.sec3ListBottomListRight a img{
  width: 100%;
}
.sec3ListBottomListRight a:nth-child(2){
  margin-top: 10px;
}
.sec3ListBottomBox .sec3ListBottom{
  display: none;
}
.sec4{
  width: 1400px;
  margin: 0 auto;
}
.sec4 h2{
  font-size: 46px;
  text-align: center;
  padding: 35px 0;
  color: #000;
}
.sec4List ul li{
  width: 690px;
}
.sec4List ul li .sec4ListImg{
  position: relative;
  overflow: hidden;
}
.sec4List ul li .sec4ListImg .sec4ListImgAfter{
  position: absolute;
  width: 690px;
  height: 400px;
  background-color: rgba(32, 173, 124, 0.8);
  top: -400px;
  left: 0;
  text-align: center;
  line-height: 430px;
  transition: .3s;
}
.sec4List ul li:hover .sec4ListImgAfter{
  top:0px;
  transition: .3s;
}
.sec4List ul li p{
  margin-top: 10px;
  background-color: #f5f5f5;
  padding: 20px;
  font-size:22px;
  color: #444;
  line-height: 35px;
}
.sec5{
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.sec5 h2{
  font-size: 46px;
  text-align: center;
  padding: 35px 0;
  color: #000;
}
.sec5List ul li{
  width: 450px;
  height:570px;
  background-color: #00a95f;
  text-align: center;
  transition: .3s;
  cursor: pointer;
}
.sec5List ul li .sec5ListImg{
  height: 155px;
  line-height: 250px;
  border-bottom: 1px solid #fff;
}
.sec5List ul li  h3{
  padding: 40px;
  font-size: 32px;
  color: #fff;
}
.sec5List ul li  p{
  font-size: 28px;
  color: #fff;
}
.sec5List ul li:hover{
  transition: .3s;
  /* transform: rotateY(7200deg); */
}
.sec6{
  width: 1400px;
  margin: 0 auto;
}
.sec6 h2{
  font-size: 46px;
  text-align: center;
  padding-bottom: 35px;
  color: #000;
}
.sec6List ul li{
  width: 380px;
  overflow: hidden;
}
.sec6List ul li .sec6ListImg{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 106px;
  text-align: center;
  background-color: #00a95f;
  float: left;
}
.sec6List ul li .sec6ListImg img{
  width: 40px;
}
.sec6List ul li .sec6ListFonts{
  float: left;
  width: 280px;
  box-sizing: border-box;
  padding-left: 15px;
  margin-bottom: 30px;
}
.sec6List ul li .sec6ListFonts h3{
  font-size: 28px;
  font-weight: normal;
  color: #000;
}
.sec6List ul li .sec6ListFonts p{
  padding: 0 0 10px;
  font-size: 20px;
  color: #666666;
}
.sec6List ul li .sec6ListFonts a{
  display: block;
  width: 100px;
  height: 40px;
  /* background-color: #00a95f; */
  border: 1px solid #00a95f;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  font-size: 19px;
  color: #00a95f;
}
.sec6List ul li:hover .sec6ListFonts a{
  border: 1px solid #00a95f;
   background-color: #00a95f;
  color: #fff;
  }
.content3{
  margin-top: 30px;
  box-sizing: border-box;
  width: 100%;
  min-width: 1200px;
  height: 400px;
  background-color: #00a95f;
  overflow: hidden;
  margin-bottom: 40px;
}
.w2{
  width: 1000px;
  height: 400px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 30px #008538;
}
.sec8Content{
  padding: 50px 0 0 40px;
  overflow: hidden;
}
.sec8ContentL{
  margin-right: 20px;
  width: 420px;
}
.sec8ContentR {
  width: 480px;
}
.sec8ContentR h3{
  text-align: center;
  font-size: 28px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 400;
}
.fl{
  float: left;
}
.formInput{
  width: 300px;
  height: 50px;
  margin: 0 auto 20px;
  border: 1px solid #eeeeee;
  line-height: 50px;
  padding: 0 20px 5px;
  border-radius: 30px;
}
.formInput input{
  width: 240px;
  height: 40px;
  vertical-align: middle;
  font-size: 18px;
  border: none;
  outline: none;
}
.formIcon{
  overflow: hidden;
  padding-right: 20px;
}
.formIcon img{
  vertical-align: middle;
}
.formBottom button{
  display: block;
  width:270px;
  height: 55px;
  line-height: 50px;
  color: #fff;
  background-color: #1bc15d;
  border: 1px solid #1b9c4f;
  margin: 0 auto;
  border-radius: 30px;
  font-size: 22px;
  outline: none;
  transition: .3s;
}
.formBottom button:hover{
  box-shadow: 0px 0px 10px #1b9c4f;
  transition: .3s;
}
.footer{
  margin-bottom: 100px;
}