@charset "utf-8";
/* by Sean Lu 20190805 */
/* 移动端全局控制reset */
body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,iframe,input,textarea,select,label,article,aside,footer,header,menu,nav,section,time,audio,video { margin:0; padding:0; }
article,aside,footer,header,hgroup,nav,section,audio,canvas,video { display: block; }
body { font-size: 100%;  font-family:arial,Helvetica,STHeiti,Droid Sans Fallback; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -webkit-tap-highlight-color:rgba(0,0,0,0); background-color: #fff; }
textarea { resize: none; }
iframe,img { border:0; }
ul,ol { list-style:none; }
input, select, textarea { outline: 0; -webkit-user-modify: read-write-plaintext-only; }
/* input { -webkit-appearance: none; } */
a { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; color: #62b15d; }

/* 清理浮动 */
.clearfix { clear: both; zoom: 1; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

/* 全局浮动 */
.fl { float: left; }
.fr { float: right; }

/* 圆细滚动条样式 20180601 */
::-webkit-scrollbar{width:5px;height:5px;}
::-webkit-scrollbar-button:vertical{display:none;}
::-webkit-scrollbar-track:vertical{background-color:black;}
::-webkit-scrollbar-track-piece{background:#fff;}
::-webkit-scrollbar-thumb:vertical{background-color:#c2c2c2;}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#A0A0A0;}
::-webkit-scrollbar-corner:vertical{background-color:#535353;}
::-webkit-scrollbar-resizer:vertical{background-color:#FF6E00;}

/* 拖选文字样式 20160628 */
::selection { background: #62b15d; color: #fff; }
::-moz-selection { background: #62b15d; color: #fff; }

.wrapper { margin: 0 auto; width: 1200px; }

.bannerslide { position: relative; }
.bannerslide .box { position: absolute; top: 90px; color: #fff; text-align: center; z-index: 8; left: 0; right: 0; }
.bannerslide .box .nam { font-size: 28px; font-weight: bold; margin-bottom: 10px; }
.bannerslide .box .sub { font-size: 16px; margin-bottom: 10px; }
.bannerslide .box .btn a { font-size: 14px; font-weight: bold; display: inline-block; line-height: 30px; padding: 0 30px; color: #666; background: #fff; border-radius: 20px; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.bannerslide .box .btn a:hover { background: #28b763; color: #fff; }
.bannerslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 100vh; }
.paginationw { position: absolute; left: 0; text-align: center; bottom: 10px !important; width: 100%; z-index: 9; }
.swiper-pagination-bullet { background: #fff; }
.swiper-pagination-bullet-active { background: #28b763; }

.header { height: 85px; box-sizing: border-box; padding: 0 5%; position: fixed; top: 0; right: 0; left: 0; z-index: 9; -webkit-transition: all .2s; transition: all .2s; }
.header.fxd { height: 60px; background: rgba(34,34,34,.9); }
.header .logo { float: left; display: block; padding: 20px 0; -webkit-transition: all .2s; transition: all .2s; }
.header.fxd .logo { padding: 15px 0; }
.header .logo img { display: block; height: 65px; -webkit-transition: all .2s; transition: all .2s; }
.header.fxd .logo img { height: 30px; }
.header .mor { float: right; padding: 20px 0; position: relative; -webkit-transition: all .2s; transition: all .2s; }
.header.fxd .mor { padding: 7.5px 0; }
.header .mor a { float: left; line-height: 45px; font-size: 14px; color: #fff; padding: 0 10px; font-weight: 600; text-decoration: none; }
.header .mor a:hover { color: #28b763; }
.header .mor .icon { text-indent: -9999px; background-position: center; background-repeat: no-repeat; }
.header .mor .icon.icon01 { background-image: url(../img/sea.png); }
.header .mor .icon.icon02 { background-image: url(../img/menu.png); }
.header .mor .seabox { position: absolute; right: 0; top: 80px; background: #fff; width: 260px; padding: 20px; line-height: 1; opacity: 0; visibility: hidden; -webkit-transform: translateY(20px); transform: translateY(20px); -webkit-transition: all .2s; transition: all .2s; }
.header.fxd .mor .seabox { top: 60px; }
.header .mor .seabox.sbon { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); }
.header .mor .seabox input { border: 0; background: #f1f1f1 url(../img/seaicon.png) no-repeat 94% center; padding: 0 20px; line-height: 40px; width: 100%; box-sizing: border-box; }
.header .mor .seabox input:focus { outline: none; background-color: #f9f9f9; }
.header .nav { text-align: center; }
.header .nav .nli { display: inline-block; padding: 0 20px; }
.header .nav .nli .na { font-size: 16px; font-weight: bold; display: block; line-height: 85px; color: #fff; text-decoration: none; position: relative; -webkit-transition: all .2s; transition: all .2s; }
.header.fxd .nav .nli .na { line-height: 60px; font-size: 15px; }
.header .nav .nli .na:after { content: ''; display: block; position: absolute; bottom: 16px; left: 0; width: 0; height: 2px; background: #28b763; -webkit-transition: all .2s; transition: all .2s; }
.header .nav .nli .na:hover { color: #28b763; }
.header .nav .nli:hover .na { color: #28b763; }
.header .nav .nli .na:hover:after { width: 100%; }
.header .nav .nli:hover .na:after { width: 100%; }
.header .nav .nli .sub { position: fixed; top: 85px; left: 0; right: 0; background: #fff; box-shadow: 0 5px 5px rgba(0,0,0,.1); padding: 30px 0; opacity: 0; visibility: hidden; -webkit-transition: all .2s; transition: all .2s; -webkit-transform: translateY(10px); transform: translateY(10px); }
.header.fxd .nav .nli .sub { top: 60px; }
.header .nav .nli:hover .sub { opacity: 1; visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); }
.header .nav .nli .sub .sul { overflow: hidden; }
.header .nav .nli .sub .sul .sli { float: left; width: 25%; -webkit-transform: translateY(10px); transform: translateY(10px); }
.header .nav .nli .sub.sub3 .sul .sli { width: 25%; }
.header .nav .nli:hover .sub .sul .sli { -webkit-transform: translateY(0); transform: translateY(0); }
.header .nav .nli:hover .sub .sul .sli:nth-child(1) { -webkit-transition: all .4s .2s; transition: all .4s .2s; }
.header .nav .nli:hover .sub .sul .sli:nth-child(2) { -webkit-transition: all .4s .3s; transition: all .4s .3s; }
.header .nav .nli:hover .sub .sul .sli:nth-child(3) { -webkit-transition: all .4s .4s; transition: all .4s .4s; }
.header .nav .nli:hover .sub .sul .sli:nth-child(4) { -webkit-transition: all .4s .5s; transition: all .4s .5s; }
.header .nav .nli .sub .sul .sli a { display: block; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.header .nav .nli .sub .sul .sli a .img { margin-bottom: 20px; }
.header .nav .nli .sub .sul .sli a .img img { display: block; height: 120px; margin: 0 auto; }
.header .nav .nli .sub .sul .sli a .nam { font-size: 18px; margin-bottom: 10px; }
.header .nav .nli .sub.sub2 .sul .sli a .nam { font-size: 14px; }
.header .nav .nli .sub .sul .sli a .btn { text-align: center; }
.header .nav .nli .sub .sul .sli a .btn span { display: inline-block; line-height: 30px; border: 1px solid #dedede; font-size: 12px; padding: 0 20px; border-radius: 20px; -webkit-transition: all .2s; transition: all .2s; }
.header .nav .nli .sub .sul .sli a:hover .btn span { background: #62b15d; border-color: #62b15d; color: #fff; }


.homebox { height: 100vh; width: 100%; background: url(../img/hb01bg.jpg) no-repeat center; background-size: cover; position: relative; }
.homebox01 { background-image: url(../img/hb01bg.jpg); }
.homebox02 { background-image: url(../img/hb02bg.jpg); }
.homebox .box { padding-top: 140px; color: #fff; text-align: center; }
.homebox .box .nam { font-size: 30px; font-weight: bold; margin-bottom: 20px; }
.homebox .box .sub { font-size: 18px; margin-bottom: 20px; }
.homebox .box .btn a { font-size: 14px; font-weight: bold; display: inline-block; line-height: 40px; padding: 0 30px; color: #666; background: #fff; border-radius: 20px; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.homebox .box .btn a:hover { background: #28b763; color: #fff; }

.footer { background: #fff; padding: 60px 0; text-align:center;}
.footer .footlink { line-height: 40px; padding-bottom: 20px; border-bottom: 1px solid #e3e3e3; margin-bottom: 30px; font-size: 13px; color: #333; text-align: center; }
.footer .footlink a { margin: 0 20px; color: #333; text-decoration: none; -webkit-transition: all .2s; transition: all .2s; }
.footer .footlink a:hover { color: #28b763; }
.footer .footlink span { margin: 0 20px; }
.footer .foot { text-align: center; font-size: 13px; line-height: 20px; color: #777; }
.footer .foot p { margin-bottom: 20px;}
.footer .erweima{ max-width:200px;}

body.close { position: relative; overflow: hidden; }

.coverbox { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; opacity: 0; visibility: hidden; -webkit-transition: all .2s; transition: all .2s; }
.coverbox.cbon { opacity: 1; visibility: visible; }
.coverbox .coverbg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,.6); }
.coverbox .covernav { position: absolute; top: 0; right: 0; bottom: 0; width: 200px; background: rgba(255,255,255,.95); padding: 20px; box-sizing: border-box; -webkit-transform: translateX(200px); transform: translateX(200px); -webkit-transition: all .2s; transition: all .2s; }
.coverbox.cbon .covernav { -webkit-transform: translateX(0); transform: translateX(0); }
.coverbox .covernav .close { line-height: 20px; margin-bottom: 20px; font-size: 30px; font-family: arial; color: #000; text-align: right; cursor: pointer; }
.coverbox .covernav .cul {  }
.coverbox .covernav .cul .cli { line-height: 56px; border-bottom: 1px solid #dedede; font-size: 14px; }
.coverbox .covernav .cul .cli.clim { display: none; }
.coverbox .covernav .cul .cli .ca { display: block; text-decoration: none; padding: 0 10px; }


.fooo { background: #333; }

.hpimg { position: relative; }
.hpimg .img { position: absolute; -webkit-transition: all .2s; transition: all .2s; cursor: pointer; }
.hpimg .img:hover { -webkit-transform: scale(1.1); transform: scale(1.1); }
.hpimg .img.img01 { left: -10%; top: 10vh; z-index: 3; }
.hpimg .img.img02 { left: 23%; top: 2vh; z-index: 2; }
.hpimg .img.img03 { right: 6%; top: 14vh; z-index: 1; }




html, body {
      position: relative;
      height: 100%;
    }
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-container-v .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /* 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;
}


.topblock { height: 85px; background: url(../img/banner01.jpg) no-repeat center top; }



.pro01itemtop { background: #f5f5f5; padding: 10px 0; line-height: 40px; color: #333; }
.pro01itemtop h4 { float: left; font-size: 18px; font-weight: normal; }
.pro01itemtop .pul { float: right; }
.pro01itemtop .pul .pli { float: left; line-height: 40px; }
.pro01itemtop .pul .pli .pa { color: #666; font-size: 15px; text-decoration: none; padding: 0 16px; display: block; border-radius: 20px; }
.pro01itemtop .pul .pli .pa:hover { color: #28b763; }
.pro01itemtop .pul .pli.on .pa { color: #28b763; font-weight: bold; }


.pro01box01 { padding: 60px 0; text-align: center; border-bottom: 1px solid #dedede; }
.pro01box01 .nam { font-size: 40px; color: #333; }
.pro01box01 .txt { font-size: 16px; color: #666; line-height: 30px; margin: 20px 0 40px; }
.pro01box01 .img {  }
.pro01box01 .img img { display: block; margin: 0 auto; max-width: 100%; }


.pro01box02 { padding: 60px 0; border-bottom: 1px solid #dedede; }
.pro01box02 .tit { font-size: 24px; color: #333; margin-bottom: 30px; }
.pro01box02 .con { font-size: 16px; line-height: 30px; color: #666; }
.pro01box02 .con p { margin-bottom: 20px; }
.pro01box02 .con img { max-width: 100%; }

.pro01box03 { padding: 60px 0; text-align: center; }
.pro01box03 .nam { font-size: 40px; color: #333; }
.pro01box03 .txt { font-size: 16px; color: #666; line-height: 30px; margin: 20px 0 40px; }
.pro01box03 .img {  }
.pro01box03 .img img { display: block; margin: 0 auto; max-width: 100%; }

.shuaitable { width: 100%; margin-bottom: 20px; color: #333; }
.shuaitable th { font-size: 16px; line-height: 30px; padding: 5px 10px; background: #f5f5f5 }
.shuaitable td { font-size: 16px; line-height: 30px; padding: 5px 10px; }
.shuaitable.shuaitablecen td { text-align: center; }
.shuaitable tr:nth-child(2n) td { background: #f1f1f1; }



.pro03bg { background: url(../img/pro03img01.jpg) no-repeat center; height: 700px; background-size: cover; }

.pro03box02 { background: #f1f1f1; padding: 60px 0; }
.pro03box02 .nam { font-size: 26px; color: #333; margin-bottom: 30px; }
.pro03box02 .list { }
.pro03box02 .list .item { width: 32%; float: left; margin-right: 2%; margin-bottom: 20px; background: #fff; box-sizing: border-box; padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 10px; }
.pro03box02 .list.list5 .item { width: 18.4%; text-align: center; }
.pro03box02 .list .item:nth-child(3n) { margin-right: 0; }
.pro03box02 .list.list5 .item:nth-child(3n) { margin-right: 2%; }
.pro03box02 .list.list5 .item:nth-child(5n) { margin-right: 0; }
.pro03box02 .list.list5 .item .fwn { font-size: 16px; line-height: 30px; margin: 10px 0; }
.pro03box02 .list.list5 .item .btn a { display: inline-block; line-height: 30px; padding: 0 30px; font-size: 14px; color: #fff; background: #28b763; border-radius: 20px; text-decoration: none; }
.pro03box02 .list.list5 .item .btn a:hover { opacity: .8; }
.pro03box02 .list .item .hd { line-height: 45px; padding-bottom: 10px; margin-bottom: 20px; font-size: 18px; color: #333; border-bottom: 1px solid #eee; }
.pro03box02 .list .item .hd img { vertical-align: middle; display: block; float: left; margin-right: 10px; }
.pro03box02 .list .item .bd { font-size: 14px; line-height: 24px; color: #666; min-height: 96px; }
.pro03box02 .list .item .bd ul { }
.pro03box02 .list .item .bd ul li:before { content: '●'; color: #28b763; margin-right: 10px; }



.pro03box03 { background: #fff; padding: 60px 0; }
.pro03box03 .nam { font-size: 26px; color: #333; margin-bottom: 30px; line-height: 40px; }
.pro03box03 .list { }
.pro03box03 .list .item { width: 49%; float: left; margin-right: 2%;margin-bottom: 20px; background: #fff; box-sizing: border-box; padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 10px; border: 1px solid #dedede; }

.pro03box03 .list .item:nth-child(2n) { margin-right: 0; }

.pro03box03 .list .item .img { float: left; width: 210px; }
.pro03box03 .list.list3 .item .img { float: none; margin: 0 auto 10px; }
.pro03box03 .list .item .img img { display: block; width: 100%; }
.pro03box03 .list .item .inf { margin: 0 20px 0 240px; }
.pro03box03 .list.list3 .item .inf { margin: 0; text-align: center; }
.pro03box03 .list .item .inf .tit { font-size: 18px; color: #28b763; margin-bottom: 20px; }
.pro03box03.pro01hbox04 .list .item .inf .tit { font-size: 20px; }
.pro03box03 .list .item .inf .txt { font-size: 14px; color: #666; margin-bottom: 20px; line-height: 24px; height: 96px; overflow: hidden; }
.pro03box03 .list .item .inf .btn {  }
.pro03box03 .list .item .inf .btn a { display: inline-block; line-height: 30px; padding: 0 30px; font-size: 14px; color: #fff; background: #28b763; border-radius: 20px; text-decoration: none; }
.pro03box03 .list .item .inf .btn a:hover { opacity: .8; }


.pro03box04 { background: #fff; padding: 60px 0; }
.pro03box04 .nam { font-size: 26px; color: #333; margin-bottom: 30px; line-height: 40px; }
.pro03box04 .list { }
.pro03box04 .list .item { width: 49%; float: left; margin-right: 2%;margin-bottom: 20px; background: #fff; box-sizing: border-box; padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 10px; border: 1px solid #dedede; }
.pro03box04 .list.list3 .item { width: 32%; }
.pro03box04 .list .item:nth-child(2n) { margin-right: 0; }
.pro03box04 .list.list3 .item:nth-child(2n) { margin-right: 2%; }
.pro03box04 .list.list3 .item:nth-child(3n) { margin-right: 0; }
.pro03box04 .list .item .img { float: left; width: 210px; }
.pro03box04 .list.list3 .item .img { float: none; margin: 0 auto 10px; }
.pro03box04 .list .item .img img { display: block; width: 100%; }
.pro03box04 .list .item .inf { margin: 0 20px 0 240px; }
.pro03box04 .list.list3 .item .inf { margin: 0; text-align: center; }
.pro03box04 .list .item .inf .tit { font-size: 18px; color: #28b763; margin-bottom: 20px; }
.pro03box04.pro01hbox04 .list .item .inf .tit { font-size: 20px; }
.pro03box04 .list .item .inf .txt { font-size: 14px; color: #666; margin-bottom: 20px; line-height: 24px; height: 96px; overflow: hidden; }
.pro03box04 .list .item .inf .btn {  }
.pro03box04 .list .item .inf .btn a { display: inline-block; line-height: 30px; padding: 0 30px; font-size: 14px; color: #fff; background: #28b763; border-radius: 20px; text-decoration: none; }
.pro03box04 .list .item .inf .btn a:hover { opacity: .8; }



.morelinks { background: url(../img/morelinksbg.jpg) no-repeat center; background-size: cover; padding: 60px 0; }
.morelinks dl { width: 24%; margin-right: 14%; float: left; }
.morelinks2 dl { width: 50%; margin-right: 0; }
.morelinks4 dl { width: 22%; margin-right: 1%; }
.morelinks3 dl:nth-child(1) { width: 34%; margin-right: 9%; }
.morelinks3 dl:nth-child(2) { width: 22%; margin-right: 9%; }
.morelinks4 dl:nth-child(1) { width: 34%; }
.morelinks4 dl:nth-child(4) { width: 18%; }
.morelinks dl:last-child { margin-right: 0; }
.morelinks dl dt { font-size: 20px; color: #333; margin-bottom: 20px; }
.morelinks dl dd { font-size: 15px; line-height: 34px; }


.pro01hbox01 { background: url(../img/pro01box01bg.jpg) no-repeat center; background-size: cover; height: 700px; }
.pro01hbox01 .box { padding-top: 210px; color: #fff; }
.pro01hbox01 .box .tit { font-size: 46px; margin-bottom: 30px; }
.pro01hbox01 .box .txt { font-size: 16px; line-height: 30px; margin-bottom: 50px; }
.pro01hbox01 .box .btn {  }
.pro01hbox01 .box .btn a { display: inline-block; line-height: 40px; background: #fff; color: #333; font-size: 14px; padding: 0 30px; border-radius: 20px; text-decoration: none; }
.pro01hbox01 .box .btn a:hover { opacity: .8; }


.pro01hbox02 { background: #fff url(../img/pro01hbox02bg.jpg) no-repeat center bottom; padding: 60px 0; }
.pro01hbox02 .tit { font-size: 40px; color: #333; margin-bottom: 40px; text-align: center; }
.pro01hbox02 .txt { font-size: 15px; color: #666; line-height: 25px; margin-bottom: 70px; }
.pro01hbox02 .img img { display: block; margin: 0 auto 20px; max-width: 100%; }


.pro01hbox03 { background: url(../img/pro01hbox03bg.jpg) no-repeat center; background-size: cover; padding: 60px 0; }
.pro01hbox03 .nam { font-size: 26px; color: #333; margin-bottom: 30px; }
.pro01hbox03 .list { }
.pro01hbox03 .list .item { width: 23.5%; float: left; margin-right: 2%; margin-bottom: 20px; background: #fff; box-sizing: border-box; padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 10px; }
.pro01hbox03 .list .item:nth-child(4n) { margin-right: 0; }
.pro01hbox03 .list .item .hd { line-height: 45px; padding-bottom: 10px; margin-bottom: 20px; font-size: 18px; color: #333; border-bottom: 1px solid #eee; }
.pro01hbox03 .list .item .hd img { vertical-align: middle; display: block; float: left; margin-right: 10px; }
.pro01hbox03 .list .item .bd { font-size: 14px; line-height: 24px; color: #666; min-height: 96px; text-align: justify; height: 144px; overflow: hidden; }


.pro01hbox05 { padding: 60px 0; background: #f1f1f1; }
.pro01hbox05 .tit { margin-bottom: 30px; }
.pro01hbox05 .tit .nam { font-size: 26px; line-height: 40px; color: #333; }
.pro01hbox05 .tit .txt { font-size: 15px; line-height: 40px; color: #666; }
.pro01hbox05 .img img { margin: 0 auto; display: block; max-width: 100%; }


.pro01hbox06 { padding: 60px 0; background: #fff; }
.pro01hbox06 .tit { font-size: 26px; line-height: 40px; color: #333; margin-bottom: 30px; }
.pro01hbox06 .img img { margin: 0 auto; display: block; max-width: 100%; }







@-webkit-keyframes dowarrow {
	0% { opacity: 1; transform: translateY(20px); }
	50% { opacity: 0; transform: translateY(0); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@keyframes dowarrow {
	0% { opacity: 1; transform: translateY(20px); }
	50% { opacity: 0; transform: translateY(0); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}

.dowarrow { background: url(../img/dowarrow.png) no-repeat 0 0; width: 40px; height: 38px; background-size: auto 100%; position: absolute; z-index: 8; left: 50%; bottom: 5%; margin-left: -20px; -webkit-animation: dowarrow 1.4s linear infinite; animation: dowarrow 1.4s linear infinite; }


.hangyeslide { position: relative; }
.hangyeslide .box { position: absolute; top: 140px; color: #fff; text-align: center; z-index: 8; left: 0; right: 0; }
.hangyeslide .box .nam { font-size: 35px; font-weight: bold; margin-bottom: 20px; }
.hangyeslide .box .sub { font-size: 14px; margin-bottom: 20px; }
.hangyeslide .box .btn { font-size: 14px; }
.hangyeslide .box .btn a { color: #fff; text-decoration: underline; }
.hangyeslide .swiper-slide { background-position: center; background-size: cover; position: relative; height: 100vh; }
.paginationx { text-align: center; margin-top: 30px; width: 100%; margin-bottom: 10px; }
.paginationx .swiper-pagination-bullet { background: none; width: auto; height: 40px; line-height: 36px; border: 2px solid #fff; padding: 0 30px; font-size: 14px; font-weight: bold; border-radius: 20px; box-sizing: border-box; margin: 0 5px; opacity: 1; margin-bottom: 5px; }
.paginationx .swiper-pagination-bullet:hover { opacity: .8; }
.paginationx .swiper-pagination-bullet-active { background: #28b763; border-color: #28b763; }



.inbanner { height: 160px; background-repeat: no-repeat; background-position: center; }

.inwrap { background: #f5f5f5; padding: 40px 0; }

.inbox { background: #fff; }
.intit { overflow: hidden; border-bottom: 1px solid #eee; line-height: 40px; padding: 0 40px 20px; }
.intit h1 { float: left; font-size: 30px; font-weight: normal; color: #333; position: relative; }
.intit h1:before { content: ''; width: 4px; height: 20px; background: #62b15d; position: absolute; left: -20px; top: 10px; }
.intit .iul { float: right; font-size: 16px; }
.intit .iul .ili { float: left; }
.intit .iul .ili .ia { display: block; padding: 0 20px; text-decoration: none; position: relative; }
.intit .iul .ili.on .ia { color: #62b15d; }
.intit .iul .ili.on .ia:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 50%; margin-left: -4px; bottom: -8px; border: 4px solid transparent; border-top-color: #62b15d; }




.incontent { padding: 40px; font-size: 16px; line-height: 30px; color: #333; }
.incontent p { margin-bottom: 20px; }
.incontent img { max-width: 100%; display: inline-block; }


.culturelist { overflow: hidden; margin-bottom: 20px; }
.culturelist li { width: 33.3333333%; float: left; text-align: center; font-size: 20px; color: #62b15d; }
.culturelist li img { display: block; margin: 0 auto 10px; }

.conlist { overflow: hidden; margin-bottom: 20px; }
.conlist li { width: 50%; float: left; }
.conlist li img{ width:150px; vertical-align:top;}

.messagebox { background: #f1f1f1; padding: 20px; overflow: hidden; }
.messagebox .item { width: 50%; float: left; line-height: 40px; margin-bottom: 10px; height: 42px; overflow: hidden; }
.messagebox .item.item02 { width: 100%; height: auto; line-height: 24px; }
.messagebox .item.item02 p { font-size: 14px; line-height: 24px; color: #666; }
.messagebox .item .hd { width: 20%; float: left; }
.messagebox .item .bd { width: 60%; float: left; }
.messagebox .item .bd select { line-height: 40px; box-sizing: border-box; border: 1px solid #dedede; background: #fff; width: 100%; padding: 0 20px; font-size: 14px; height: 40px; -webkit-transition: all .2s; transition: all .2s; }
.messagebox .item .bd select:focus { border-color: #333; }
.messagebox .item .bd .inp { line-height: 40px; box-sizing: border-box; border: 1px solid #dedede; background: #fff; width: 100%; padding: 0 20px; font-size: 14px; height: 40px; -webkit-transition: all .2s; transition: all .2s; }
.messagebox .item .bd .inp:focus { border-color: #333; }
.messagebox .item .bd .itxt { line-height: 24px; box-sizing: border-box; border: 1px solid #dedede; background: #fff; width: 100%; padding: 10px 20px; font-size: 14px; -webkit-transition: all .2s; transition: all .2s; height: 90px; display: block; }
.messagebox .item .bd .itxt:focus { border-color: #333; }
.messagebox .item.itemxq { width: 100%; height: auto; }
.messagebox .item.itemxq .hd { width: 10%; }
.messagebox .item.itemxq .bd { width: 80%; }
.messagebox .item .btn { line-height: 40px; height: 40px; border: 0; color: #fff; font-size: 14px; padding: 0 60px; background: #62b15d; cursor: pointer; }
.messagebox .item .btn:hover { opacity: .8; }



.faqlist { overflow: hidden; background: #f1f1f1; padding: 20px; }
.faqlist .fli { width: 50%; float: left; }
.faqlist .fli:before { content: '●'; color: #62b15d; margin-right: 10px; font-size: 12px; }
.faqlist .fli .fa {  }

.faqbox { padding-top: 60px; }
.faqbox .fq { line-height: 60px; background: #f5f5f5; font-size: 18px; margin-bottom: 20px; }
.faqbox .fq:before { content: 'Q'; width: 60px; height: 60px; line-height: 60px; float: left; margin-right: 20px; text-align: center; background: #62b15d; color: #fff; }


.applist { overflow: hidden; }
.applist .item { width: 32%; float: left; margin-right: 2%; background: #fff; border: 1px solid #dedede; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 10px; box-sizing: border-box; padding: 20px; margin-bottom: 20px; }
.applist .item:nth-child(3n) { margin-right: 0; }
.applist .item a { display: block; text-align: center; text-decoration: none; font-size: 18px; }
.applist .item .img { margin-bottom: 10px; }
.applist .item .img img { display: block; width: 100%; }


.newslist { margin-bottom: 0px; }
.newslist .item { width: 49%; float: left; margin-right: 2%; margin-bottom: 20px; box-sizing: border-box; border: 6px solid #dedede; -webkit-transition: all .4s; transition: all .4s; background: #fff; padding: 30px; }
.newslist .item:nth-child(2n) { margin-right: 0; }
.newslist .item:hover { -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); -webkit-transform: translate3d(0, -2px, 0); transform: translate3d(0, -2px, 0); }
.newslist .item .time { font-size: 12px; line-height: 20px; margin-bottom: 10px; color: #999; text-transform: uppercase; }
.newslist .item .time .split { margin: 0 10px; color: #ccc; }
.newslist .item .name { font-size: 18px; line-height: 28px; margin-bottom: 25px; height: 28px; overflow: hidden; }
.newslist .item .name a { color: #111; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.newslist .item .name a:hover { color: #ef3320; }
.newslist .item .text { color: #777; font-size: 14px; line-height: 24px; height: 72px; overflow: hidden; margin-bottom: 16px; }
.newslist .item .link { overflow: hidden; margin-bottom: -12px; }
.newslist .item .link a { width: 24px; height: 24px; display: block; background: url(../img/hb01img01s.png) no-repeat center; float: left; }
.newslist .item .link a.l02 { float: right; background-image: url(../img/hb01img02s.png); }

.newstitle { font-size: 24px; text-align: center; line-height: 30px; margin-bottom: 5px; word-break: break-all; }
.newsinfo { font-size: 12px; text-align: center; line-height: 30px; color: #999; }
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0; }
.newsmaincon p { margin-bottom: 20px; text-align: justify; }
.newsmaincon img { max-width: 100%; }
.newsmaincon video { height: 60vh; }
.newsmaincon h3 { font-size: 18px; font-weight: normal; background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1)); color: #fff; line-height: 30px; padding: 5px 20px; border-radius: 20px; margin-bottom: 20px; margin-top: 40px; }
.newsmaincon.spimg h4 { background: #f1f1f1; padding: 20px; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede; font-size: 16px; line-height: 30px; text-align: left; }
.newsmaincon .dou { margin-bottom: 20px; }
.newsmaincon .dou02 { overflow: hidden; }
.newsmaincon .dou02 li { width: 50%; float: left; }
.newsmaincon .dou li:before { content: '·'; color: #ef3320; font-weight: bold; margin-right: 10px; }

.newsbackline { line-height: 30px; border-top: 1px solid #dedede; padding-top: 10px; margin: 30px 0 30px; }
.newsbackline ul { width: 100%; }
.newsbackline ul li { width: 33.333333%; float: left; text-align: center; display: block; height: 33px; }
.newsbackline ul li a { display: inline-block; width: 120px; border-width: 1px; border-style: solid; border-color: #dedede; text-decoration: none; color: #666; font-size: 12px; }
.newsbackline ul li a:hover { border-color: #323e4a; color: #323e4a; }
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }



a.cmmbtn { background: #62b15d; color: #fff; display: inline-block; padding: 0 30px; border-radius: 20px; line-height: 40px; text-decoration: none; }
a.cmmbtn:hover { opacity: .8; }


.qfwlist { margin-bottom: 40px; }
.qfwlist .item { width: 32%; float: left; margin-right: 2%; margin-bottom: 20px; background: #fff; box-sizing: border-box; padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 10px; }
.qfwlist .item:nth-child(3n) { margin-right: 0; }
.qfwlist .item .hd { line-height: 45px; padding-bottom: 10px; margin-bottom: 20px; font-size: 18px; color: #333; border-bottom: 1px solid #eee; }
.qfwlist .item .hd img { vertical-align: middle; display: block; float: left; margin-right: 10px; }
.qfwlist .item .bd { font-size: 14px; line-height: 24px; color: #666; min-height: 120px; }
.qfwlist .item .bd p { margin-bottom: 0; }


.sptel { width: 100%; background: #fff; box-sizing: border-box; padding: 30px; box-shadow: 0 0 10px rgba(0,0,0,.1); border-radius: 10px; text-align: center; color: #62b15d; }
.sptel a { display: inline-block; line-height: 40px; border-radius: 6px; color: #fff; background: #62b15d; padding: 0 30px; font-size: 26px; font-family: arial; text-decoration: none; margin-top: 10px; font-weight: bold; }




@media (max-width: 1200px){
	
	.wrapper { width: 100%; padding: 0 20px; box-sizing: border-box; }
	
	.header { padding: 0 2%; }
	.header .nav .nli { padding: 0 10px; }
	.header .nav .nli .na { font-size: 15px; }
	

}

@media (max-width: 800px){
	
	
	.hpimg .img.img01 { left: -23%; top: 20vh; width: 46vw; }
	.hpimg .img.img02 { left: 9%; top: 17vh; width: 56vw; }
	.hpimg .img.img03 { right: -2%; top: 20vh; width: 44vw; }
	.hpimg .img img { display: block; width: 100%; }
	
	.morelinks4 dl:nth-child(1) { width: 100%; }
	.morelinks4 dl:nth-child(4) { width: 100%; }
	.pro03box03 .list.list3 .item { width: 100%; }
	.pro03box02 .list.list5 .item { width: 100%; }
	
	.header .mor a.link { display: none; }
	
	.header { padding: 0 5%; }
	.header .nav { display: none; }
	
	
	.coverbox .covernav { width: 80%; }
	.coverbox .covernav .cul .cli.clim { display: block; }
	
	.bannerslide .box { padding: 0 20px; }
	.hangyeslide .box { padding: 0 20px; }
	.hangyeslide .box .sub br { display: none; }
	
	.footer .footlink { display: none; }
	
	
	.bannerslide .box .nam { font-size: 24px; text-align: left; padding: 0 0 0 6%; }
	.bannerslide .box .nam br { display: none; }
	
	.homebox .box .nam { font-size: 6.2vw; text-align: left; padding: 0 0 0 0; }
	
	.pro01hbox01 { background-image: url(../img/pro01box01bgm.jpg); background-position: center top; height: auto; padding-bottom: 380px; }
	.pro01hbox01 .box { padding-top: 100px; padding-left: 6%; }
	.pro01hbox01 .box .tit { font-size: 30px; }
	.pro01hbox01 .box .txt { margin-bottom: 40px; }
	
	.pro01hbox02 .tit { font-size: 24px; }
	
	.pro01hbox03 .nam { font-size: 24px; }
	
	.pro01hbox03 .list .item { width: 100%; margin-right: 0; }
	.pro01hbox03 .list .item .bd { height: auto; min-height: 0; }
	
	.pro01box03{ padding:60px 0 0 0;}
	.pro01box03 .nam{font-size: 24px; }
	
	.pro03box03 .nam { font-size: 20px; line-height: 30px; }
	.pro03box03 .nam br { display: none; }
	.pro03box03 .list .item { width: 100%; margin-right: 0; }
	.pro03box03 .list .item .img { width: 100%; float: none; margin-bottom: 10px; }
	.pro03box03 .list .item .img img { width: 60%; margin: 0 auto; }
	.pro03box03 .list .item .inf { margin: 0 auto 0; }
	.pro03box03 .list .item .inf .txt { height: auto; }
	
	.pro03box04 .list.list3 .item{ width:100%;}
	.pro03box04 .nam{ font-size:20px; line-height:30px;}
	
	.morelinks dl { width: 100%; float: none; margin-bottom: 40px; }
	
	.pro01itemtop h4 { float: none; }
	.pro01itemtop .pul { float: none; }
	
	.pro01box02 .con { width: 100%; overflow-x: scroll; }
	
	.pro03box02 .list .item { width: 100%; margin-right: 0; }
	.pro03box02 .list .item .bd { min-height: 0; }
	
	.qfwlist .item { width: 100%; margin-right: 0; }
	.qfwlist .item .bd { min-height: 0; }
	
	.pro01box01 .nam { font-size: 24px; }
	.pro01box01 .txt br { display: none; }
	
	.pro03bg { height: 300px; }
	
	.intit { padding: 0 0 0 20px; }
	.intit h1 { font-size: 24px; float: none; }
	.intit .iul { float: none; }
	.intit .iul .ili .ia { font-size: 14px; padding: 0 10px; }
	
	.incontent { padding: 20px; }
	
	.conlist li { width: 100%; float: none; }
	.messagebox .item { width: 100%; float: none; }
	.messagebox .item .hd { width: 40%; }
	.messagebox .item.itemxq .hd{ width:40%;}
	.messagebox .item.itemxq .bd{ width:60%;}
	
	.faqlist .fli { width: 100%; float: none; }
	
	.applist .item { width: 100%; float: none; margin-right: 0; }
	
	.inbanner { height: 85px; }
	
	.newslist .item { width: 100%; float: none; margin-right: 0; }
	
	
	
	
}


.page{ margin-top: 2em;}
.page .current,.page .num,.page .prev,.page .next{ display: inline-block; padding:.5em 1em .5em 1em; margin-right:.5em; border: 1px solid #cccccc;}
.page .current{ background-color: #172144; color:#ffffff;}
.page .current:hover,.page .num:hover,.page .prev:hover,.page .next:hover{ background-color: #172144; color:#ffffff;}


















