*{
  margin: 0;
  padding: 0;
}
body{
  background: linear-gradient(#f6f7fa,#fff);
}
form{
  user-select:none; 
}
/* 头部 */
.top{
  width: 100%;
  height: 88px;
  background-color: #fff;
}
.top .topCen{
  margin: 0 auto;
  width: 1080px;
  height: 88px;
}
.top .topCen .l{
  display: flex;
  align-items: center;
}
.top .topCen .l .logo{
  width: 274px;
}
.top .topCen .l .line{
  display: inline-block;
  width: 1px;
  height: 32px;
  background-color: #cacaca;
  margin: 0 12px;
}
.top .topCen .l .pla{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #069f5c;
}
.top .topCen .c{
  width: 400px;
}
.top .topNav {
  position: relative;
}
.top .topNav .topNavT{
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  cursor: pointer;
  line-height: 40px;
}
.top .topNav .topNavT .icon-nav{
  display: inline-block;
  width: 16px;
  height: 10px;
  background: url(../images/syfxic1.png) no-repeat;
  margin-left: 2px;
}
.top .topNav .topNavBox{
  visibility: hidden;
  position: absolute;
  top: 36px;
  width: 480px;
  background-color: #ffffff;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.44);
  z-index: 11;
  padding-top: 20px;
}
.top .topNav .topNavBoxC{
  margin: 0 20px 20px;
  overflow: hidden;
}
.top .topNav .topNavBox .plt{
  font-size: 16px;
  color: #069f5c;
  font-weight: bold;
}
.top .topNav .topNavBox ul{
  width: 465px;
  margin-top: 8px;
  justify-content: flex-start;
}
.top .topNav .topNavBox ul li{
  margin-right: 14px;
  line-height: 26px;
  display: flex;
  align-items: center;
}
.top .topNav .topNavBox ul li::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #bbbbbb;
  margin-left: 14px;
}
.top .topNav .topNavBox ul li:last-child::after{
  display: none;
}
.top .topNav .topNavBox ul li a{
  font-size: 16px;
  color: #666666;
}
.top .topNav .topNavBox ul li a:hover{
  color: #ff2828;
}
.top .search{
  width: 276px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #069f5c;
}
.top .search input{
  width: 80%;
  height: 100%;
  font-size: 16px;
  letter-spacing: 1px;
  color: #333;
  text-indent: 12px;
  border: none;
}
input::placeholder{
  color: #bbb;
}
.top .search button{
  width: 20%;
  height: 100%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #ffffff;
  background-color: #069f5c;
}
.top .topBtn{
  width: 148px;
  height: 53px;
  background: url(../images/btbg.png) no-repeat;
  font-size: 16px;
  font-weight: bold;
  color: #feff98;
  position: relative;
}
.top .topBtn::after{
  content: '';
  display: inline-block;
  width: 60px;
  height: 64px;
  background: url(../images/bth.png) no-repeat;
  position: absolute;
  bottom: -20px;
  right: -25px;
}
.top .topCen .r{
  width: 180px;
  height: 86px;
  position: relative;
  overflow: hidden;
}
.top .topCen .r .topBtnbm{
  position: absolute;
  top: 10px;
}
/* 导航栏 */
.nav{
  width: 100%;
  height: 48px;
  background-color: #069f5c;
}
.nav .navCen{
  height: 48px;
  margin: 0 auto;
  justify-content: center;
}
.nav .navCen li{
  height: 48px;
  padding: 0 32px;
}
.nav .navCen li a{
  display: block;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.nav .navCen li.active,
.nav .navCen li:hover{
  background-color: #008e50;
}
/* 子导航 */
.subnav{
  width: 100%;
  background-color: #f7f8fa;
}
.subnav ul{
  margin: 0 auto;
  width: 1080px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  padding: 8px 20px;
  box-sizing: border-box;
}
.subnav ul li{
  max-width: 240px;
  display: flex;
  align-items: center;
  position: relative;
}
.subnav ul li::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: #d8d8d8;
  position: absolute;
  right: 0;
  top: 0;
}
.subnav ul li:last-child::after{
  display: none;
}
.subnav ul li:nth-child(1),
.subnav ul li:nth-child(3){
  width: 165px;
}
.subnav ul li:nth-child(2){
  width: 200px;
}
.subnav ul li:nth-child(4){
  width: 220px;
}
.subnav ul li:nth-child(5){
  width: 185px;
}
.subnav ul li .plt{
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  color: #069f5c;
  margin-right: 14px;
}
.subnav ul li .cen{
  justify-content: flex-start;
}
.subnav ul li .cen .pla{
  font-size: 12px;
  color: #666666;
  margin-right: 16px;
  line-height: 19px;
}
.subnav ul li .cen .pla:hover{
  color: #ff7000;
}
/* 浮窗 */
.layer-left{
  width: 170px;
  height: 487px;
  background: url(../images/ltcbg1.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 170px;
  left: 10px;
  z-index: 9;
}
.layer-left .close{
  width: 30px;
  height: 30px;
  background: url(../images/tcbg.png) no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 6px;
  top: -4px;
}
.layer-left ul{
  margin: 63px 14px 0;
}
.layer-left ul li{
  line-height: 34px;
  text-align: left;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
}
.layer-left ul li:hover{
  color: #fcff01;
}
.layer-left button{
  width: 100%;
  height: 42px;
  border: none;
  color: #fcff01;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
}
.layer-right{
  width: 158px;
  height: 465px;
  background: url(../images/rtcbg2.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  top: 170px;
  right: 10px;
  z-index: 9;
}
.layer-right .close{
  width: 30px;
  height: 30px;
  background: url(../images/tcbg.png) no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 2px;
  top: -8px;
}
.layer-right ul{
  margin: 56px 8px 0 14px;
}
.layer-right ul li{
  line-height: 34px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 2px;
}
.layer-right ul li:hover{
  color: #fcff01;
}
.layer-right button{
  width: 100%;
  height: 34px;
  border: none;
  color: #fcff01;
  font-size: 14px;
  font-weight: bold;
  background-color: transparent;
}
/* 轮播 */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
}
.swiper-slide img {
  display: block;
  object-fit: cover;
}
/* 友情链接 */
.friLink{
  background-color: #f4f4f4;
  padding: 30px 0 22px;
}
.friLink .friLinkCon{
  width: 1080px;
  margin: auto;
}
.friLink .friLinkCon .title{
  font-size: 18px;
  letter-spacing: 1px;
  color: #666666;
  margin-left: 7px;
}
.friLink .friLinkCon .line{
  width: 1080px;
  height: 1px;
  background-color: #d5d5d5;
  margin: 20px auto 30px;
}
.friLink .friLinkCon ul{
  margin-left: 12px;
}
.friLink .friLinkCon ul li{
  text-align: center;
}
.friLink .friLinkCon ul li .plt{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
  margin-bottom: 16px;
}
.friLink .friLinkCon ul li .pla{
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  text-align: center;
}
.friLink .friLinkCon ul li .pla:hover{
  color: #ff7000;
}
.friLink .friLinkCon .imgBox{
  margin: 30px auto 0;
  text-align: center;
}
.friLink .friLinkCon .imgBox img{
  margin-right: 10px;
}
.friLink .friLinkCon ul .lib{
  margin-top: 10px;
  margin-right: 50px;
}
.friLink .friLinkCon ul .lib .cen{
  justify-content: flex-start;
}
.friLink .friLinkCon ul .lib img{
  margin-right: 15px;
}
.friLink .friLinkCon ul .lib .plb{
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  text-align: left;
}
.friLink .friLinkCon ul .lib .plb span,
.friLink .friLinkCon ul .lib .plb a{
  font-size: 18px;
  letter-spacing: 1px;
  color: #333333;
}
/* 版权 */
.copyright{
  padding: 18px 0;
  text-align: center;
  background-color: #363636;
}
.copyright .plt{
  font-size: 14px;
  color: #ffffff;
}
.copyright .pla,.copyright .pla a{
  font-size: 12px;
  color: #888888;
  line-height: 18px;
  margin-top: 10px;
}
/* tabs更多 */
.moreList .more{
  display: none;
}
.moreList .more:nth-child(1){
  display: block;
}