/*初始化*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body { margin: 0 auto; min-width: 1300px; font-size: 14px; color: #383838; background-color: #fff; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { padding: 0; font-size: 14px; color: #383838; border: none; }
img { border: none; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
i { font-style: normal; }
a { color:#383838;text-decoration:none;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-ms-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; }
a:hover { color: #2f83a3; }

/*通用*/
.comwrap { position: relative; margin: 0 auto; width: 94%; max-width: 1400px; text-align: center;}
.join .fbbox .comwrap {
  position: relative;
    margin: 0 auto;
    text-align: center;
    width: 40%;
    height: 68%;
    max-width: 1400px;
  background-color: #ffffff;
    border: 12px solid #CCC;
}
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.clear { display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs2s { -webkit-transition: all 2s; -o-transition: all 2s; transition: all 2s; }
.trs1s { -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.trs03s { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.trsnone { -webkit-transition: none; -o-transition: none; transition: none; }
.imgha img { max-width: 100%; vertical-align: top; }
.imgwr-il, .imgwr-ilm { position: relative; padding-bottom: 100%; height: 0; overflow: hidden; }
.imgwr-il .img { display: block; width: 100%; }
.imgwr-ilm .img { position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; max-width: 100%; max-height: 100%; }
strong { font-weight: 900; }
.ffpf { font-family:'苹方','PingFang SC','PingFang','microsoft yahei','helvetica',arial,sans-serif; }
.ffyh { font-family:'microsoft yahei','helvetica','simsun',arial,sans-serif; }
.lsnormal { letter-spacing: 0.06em; }
.fontwl { font-weight: lighter; }

/*头部*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  padding-top: 1.3%;
  padding-bottom: 1.45%;
  width: 100%;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.header .logo .img { height: 36px; }
.header .btnwr { position: relative; z-index: 8; margin-top: 7px; padding-left: 8px; width: 20px; cursor: pointer; float: right; }
.header .btnwr .line { display: block; position: relative; margin-top: 6px; height: 3px; background-color: #fff; }
.header .btnwr .line::before { content: ''; position: absolute; top: 0; right: 100%; margin-right: 4px; width: 3px; height: 3px; background-color: #fff; }
.header .btnwr .line-t { margin-top: 0; }
.header .btnwr .line-b { width: 50%; }
.header .btnwr:hover { transform: scale(0.9); }
.header .btnwr:hover .line-b { width: 50%; }
.header .btnwr.on .line-t { transform: translate3d(0, 9px, 0) rotateZ(45deg) scale(0.8, 0.5); }
.header .btnwr.on .line-b { width: 100%; transform: translate3d(0, -9px, 0) rotateZ(-45deg) scale(0.8, 0.5); }
.header .btnwr.on .line::before, .header .btnwr.on .line-m { opacity: 0; filter: alpha(opacity=0); }
.header .navBtnTel {
  position: relative;
  z-index: 8;
  font-size: 14px;
  margin-top: 7px;
  padding-left: 38px;
  padding-right: 54px;
  cursor: pointer;
  float: right;
}
#header .comwrap.cl-baf #navBtnTel img {
  float: left;
}
#header .comwrap.cl-baf #navBtnTel span{
      padding-left: 10px;
    color: #fff;
    padding-top: 2px;
  float: left;
}

  /*导航*/
.nav { position: relative; z-index: 7; margin-top: 8px; float: right;}
.nav .list { font-size: 0; }
.nav .list .col { position: relative; margin-right: 28px; }
.nav .col .link {
  font-size: 14px;
  color: #fff;
}
.nav .list .col:hover { transform: translate3d(0, -3px, 0); transition-delay: 0s; }
.nav .col .son { position: absolute; top: 90%; left: 0; z-index: 7; margin-left: -26px; padding: 20px 0px 10px; width: 100%; opacity: 0; filter: alpha(opacity=0); visibility: hidden; overflow: hidden; }
.nav .col .son::before { content: ''; position: absolute; top: 10px; left: 0; z-index: 6; width: 100%; height: 100%; background-color: #2f83a3; opacity: 0.7; filter: alpha(opacity=70); }
.nav .col .row { position: relative; z-index: 7;}
.nav .col .slink { display: block;  font-size: 14px; line-height: 32px; text-align: center; }
.nav .col .slink:hover, .nav .col .scur .slink { color: #fff; background-color: #373c3e; }
.nav .col:hover .son { top: 100%; width: 120px;opacity: 1; filter: alpha(opacity=100); visibility: visible; }
.nav .cur .tlink { font-weight: bold; }
.nav .list .col-h { transition-delay: 0.35s; }
.nav .list .col-0 { transition-delay: 0.3s; }
.nav .list .col-1 { transition-delay: 0.25s; }
.nav .list .col-2 { transition-delay: 0.2s; }
.nav .list .col-3 { transition-delay: 0.15s; }
.nav .list .col-4 { transition-delay: 0.1s; }
.nav .list .col-5 { transition-delay: 0.05s; }
.nav-hide .list .col { visibility: hidden; opacity: 0; filter: alpha(opacity=0); transform: translate3d(50%, 0, 0); }
.nav-hide .list .col { transition-delay: 0s; }
 

/*底部*/
/*.footer { position: relative; z-index: 6; margin-top: 1px; font-size: 12px; line-height: 18px; color: #fff; background-color: #000; overflow: hidden; }
.footer .comwrap { padding: 30px 0; }
.footer a { color: #fff; }
.footer a:hover { text-decoration: underline; }
.footer .logo { position: absolute; top: 0; left: 0; width: 30.35%; height: 100%; }
.footer .logo::before { content: ''; position: absolute; top: 0; right: 0; width: 1000%; height: 100%; background-color: #2f83a3; }
.footer .logo .img { position: absolute; top: 50%; left: 0; z-index: 2; max-width: 80%; max-height: 30px; transform: translate3d(0, -50%, 0); }
.footer .copyright { margin-left: 35.35%; width: 40%; opacity: 0.3; filter: alpha(opacity=30); }
.footer .cont { width: 19.65%; text-align: right; opacity: 0.3; filter: alpha(opacity=30); }*/
.footer { position: relative; z-index: 6; margin-top: 1px; padding: 2.6875% 0 5.2%; font-size: 0; background-color: #1f1e1e; }
.footer .top { position: relative; text-align: center; }
.footer .top .logo { position: absolute; top: 50%; left: 0; margin-top: -19px; }
.footer .top .logo .img { height: 38px; }
.footer .top .cont { padding-top: 2px; font-size: 18px; color: #fff; }
.footer .top .cont .tellink { display: block; margin-top: 8px; font-weight: bold; font-size: 26px; line-height: 36px; color: #3a86a5; }
.footer .top .btnwr { position: absolute; top: 50%; right: 0; width: 134px; margin-top: -35px; }
.footer .top .btnwr .btn { display: block; margin-bottom: 6px; font-size: 14px; line-height: 32px; color: #fff; background-color: #535353; }
.footer .top .btnwr .btn:hover { background-color: #3a86a5; }
.footer .bottom { position: relative; margin-top: 2.35%; padding-top: 2.87%; }
.footer .bottom::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background-color: #fff; opacity: 0.3; filter: alpha(opacity=30); }
.footer .bottom .menu { width: 67.5%; }
.footer .bottom .menu .col { display: none; margin-left: 3.7%; width: 10.58%; vertical-align: top; }
.footer .bottom .menu .col-7, .footer .bottom .menu .col-2, .footer .bottom .menu .col-3, .footer .bottom .menu .col-4, .footer .bottom .menu .col-5, .footer .bottom .menu .col-6, .footer .bottom .menu .col-8 { display: inline-block; }
.footer .bottom .menu .tit { font-size: 14px; color: #fff; }
.footer .bottom .menu .son { margin-top: 10px; }
.footer .bottom .menu .slink { display: block; font-size: 14px; line-height: 30px; color: #656565; }
.footer .bottom .menu .slink:hover { color: #ccc; }
.footer .bottom .info { width: 13.57%; text-align: center; }
.footer .bottom .info .ewm .col { width: 42.1%; vertical-align: top; }
.footer .bottom .info .ewm .col-2 { margin-left: 15.8%; }
.footer .bottom .info .ewm .img { max-width: 100%; }
.footer .bottom .info .ewm .txt { margin-top: 6px; font-size: 14px; color: #fff; }
#shareFoot { margin-top: 18.42%; }
#shareFoot a { margin: 0 5px; padding: 0; width: 27px; height: 27px; background: url(../img/icon-share-foot.png) 0 0 no-repeat; border: 1px solid #fff; border-radius: 100%; }
#shareFoot .bshare-weixin { background-position: -33px 0; }
#shareFoot .bshare-sinaminiblog { background-position: -66px 0; }
#shareFoot a:hover { background-color: #fff; background-position: 0 -33px; }
#shareFoot .bshare-weixin:hover { background-position: -33px -33px; }
#shareFoot .bshare-sinaminiblog:hover { background-position: -66px -33px; }
.footer .bottom .info .copyr { margin-top: 18.42%; }
.footer .bottom .info .copyr { font-size: 12px; color: #666; }
.footer .bottom .info .copyr a { color: #666; }
.footer .bottom .info .copyr a:hover { color: #ccc; }
.footer .flink { position: relative; margin-top: 2.35%; }
.footer .flink .con { position: relative; margin-left: 2.5%; padding-left: 70px; font-size: 0; line-height: 20px; }
.footer .flink .txt { position: absolute; top: 0; left: 0; font-size: 14px; color: #eee; }
.footer .flink .link { margin-left: 1em; font-size: 12px; color: #666; }
.footer .flink .link:hover { color: #ccc; }

/* 右侧工具条 */
.floattool { position: fixed; top: 55%; right: 0; z-index: 8; margin-top: -168px; width: 52px; opacity: 0.8; filter: alpha(opacity=80); }
.floattool .box { position: relative; z-index: 8; margin-bottom: 2px; height: 82px; font-size: 0; text-align: center; background-color: #666; border-radius: 4px; cursor: pointer; }
.floattool .icon { margin-top: 11px; width: 25px; height: 25px; background: url(../img/icon-fr.png) 0 0 no-repeat; }
.floattool .icon-jm { background-position: 0 -31px; }
.floattool .icon-dh { background-position: 0 -62px; }
.floattool .icon-wx { background-position: 0 -93px; }
.floattool .icon-kf { background-position: 0 -124px; }
.floattool .icon-db { background-position: 0 -155px; }
.floattool .box .btxt { display: block; margin: 0.5em auto 0; width: 30px; font-size: 12px; line-height: 15px; letter-spacing: 0.06em; color: #fff; }
.floattool .box .con { position: absolute; right: 90%; bottom: 0; margin-right: 1px; padding: 10px 20px; min-width: 130px; font-weight: bold; font-size: 15px; line-height: 21px; color: #fff; background-color: #666; border-radius: 4px; opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.floattool .box .con .imgwr { padding: 7px; background-color: #fff; }
.floattool .box .con .img { display: block; max-width: 100%; }
.floattool .box .con .txt { display: block;/* margin-top: 10px;*/ font-size: 16px; color: #fff; }
.floattool .box .con .txt-s { font-weight: normal; font-size: 15px; }
.floattool .box .con .txt:nth-child(2) { margin: 5px 0 8px; }
.floattool .box .con-2 { bottom: 42px; }
.floattool .box .link { position: absolute; top: 0; left: 0; z-index: 8; width: 100%; height: 100%; }
.floattool .box .ewm { padding: 10px; min-width: 100px; font-size: 0; }
.floattool .box .ewm .col { width: 110px; }
.floattool .box .ewm .col-2 { margin-left: 10px; width: 110px; }
.floattool .box .ewm .imgwr { padding: 5px; }
.floattool .box .ewm .img { display: block; width: 100%; }
.floattool .box .ewm .tit { margin: 6px 0 -4px; font-size: 14px; }
.floattool .box:hover { background-color: #2f83a3; }
.floattool .box:hover .con { right: 100%; opacity: 1; filter: alpha(opacity=100); visibility: visible; }

/*移动端工具条*/
.xuanfu, .zhezhao { display: none; }

/*浮动留言*/
.fixedfb { position: fixed; bottom: 0; left: 0; z-index: 999; width: 100%; background-color: rgba(50,39,34,0.9); }
.fixedfb .title { display: none; width: 200px; }
.fixedfb .title .img { display: block; max-width: 100%; }
.fixedfb .main { padding: 20px 0; max-width: 1100px; font-size: 0; }
.fixedfb .main .conwr { width: 346px; text-align: center; }
.fixedfb .main .conwr .img { display: block; max-width: 100%; }
.fixedfb .main .conwr .txt { margin-top: 15px; font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: #F0CA9F; transform: scale(0.83); }
.fixedfb .main .conwr .cn { margin-right: 0.6em; }
.fixedfb .main .btnwr .btn { display: block; margin-left: 22px; width: 120px; font-weight: bold; font-size: 14px; line-height: 26px; text-align: center; letter-spacing: 0.02em; color: #734b25; background-color: #f2cca0; border-radius: 3px; }
.fixedfb .main .listwr { margin-right: 50px; width: 260px; }
.fixedfb .main .listwr .list { margin: 0 -6px; }
.fixedfb .main .listwr .row { position: relative; margin: 6px 5px 6px 0; width: 125px; background-color: #fff; border-radius: 3px; overflow: hidden; }
.fixedfb .main .listwr .txt { position: absolute; top: 0; left: 10px; font-size: 13px; line-height: 26px; color: #aaa; }
.fixedfb .main .listwr .inbox { position: relative; z-index: 999; padding: 0 10px; }
.fixedfb .main .listwr .intxt { margin: 0 -10px; padding: 0 10px; height: 26px; font-size: 14px; background: none; border-radius: 3px; }
.fixedfb .main .listwr .inbtn { display: block; padding: 0; width: 100%; font-weight: bold; font-size: 14px; line-height: 26px; text-align: center; letter-spacing: 0.02em; color: #734b25; background-color: #f2cca0; border-radius: 3px; }
.fixedfb .main .listwr .inbtn:hover { cursor: pointer; }
.fixedfb .main .close { position: absolute; top: 15px; right: 0; width: 20px; height: 20px; font-size: 0; background: url(../img/closefooter.png) no-repeat; }
.fixedfb .main .close:hover { transform: rotateZ(360deg); }
.fixedfb.off { bottom: 10px; width: 200px; background: none; }
.fixedfb.off .title { display: block; cursor: pointer; }
.fixedfb.off .main { display: none; }

/*弹出灯箱*/
.commask { display: none; position: fixed; top: 0; left: 0; z-index: 999; width: 100%; height: 100%; background-color: #000; opacity: 0.8; filter: alpha(opacity=80); }
.swiperpf { display: none; position: fixed; top: 0; left: 0; z-index: 1000; margin: 0 auto; width: 100%; height: 100%; text-align: center; overflow: hidden; }
.swiperpf-db { display: block; }
.swiperpf-hide { opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
.swiperpf .swiper-container { position: absolute; top: 10%; left: 0; right: 0; margin: 0 auto; width: 90%; height: 80%; }
.swiperpf .swiper-slide { position: relative; }
.swiperpf .img { position: absolute; top: 0; left: 0; right: 0; z-index: 1001; margin: 0 auto; max-width: 100%; max-height: 100%; }
.swiperpf .swiper-lazy-preloader { z-index: 1000; }
.swiperpf .tit { display: none; position: absolute; bottom: 0; left: 0; z-index: 1001; width: 100%; font-size: 18px; line-height: 1.8; text-align: center; color: #fff; text-shadow: 0 0 3px #000; }
.swiperpf .close { position: absolute; top: 0; right: 0; z-index: 1000; width: 50px; height: 50px; background-color: #2f83a3; }
.swiperpf .close .icon { position: absolute; top: 50%; left: 50%; margin: -14px 0 0 -14px; width: 27px; height: 27px; background: url(../img/icon_close.png) 0 0 no-repeat; }
.swiperpf .close:hover .icon { -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); }
.swiperpf .btn { position: absolute; top: 50%; z-index: 1001; margin-top: -25px; width: 50px; height: 50px; background-color: rgba(47, 131, 163, 0.6); background-color: #2f83a3\9; }
.swiperpf .btn .icon { position: absolute; top: 50%; left: 50%; margin: -12px 0 0 -7px; width: 14px; height: 24px; }
.swiperpf .btn:hover { background-color: rgba(47, 131, 163, 0.8); }
.swiperpf .prev { left: 5%; }
.swiperpf .prev .icon { background: url(../img/icon_btn_l_w.png) 0 0 no-repeat; }
.swiperpf .prev:hover .icon { -webkit-transform: translate3d(-3px, 0, 0); -moz-transform: translate3d(-3px, 0, 0); -ms-transform: translate3d(-3px, 0, 0); -o-transform: translate3d(-3px, 0, 0); transform: translate3d(-3px, 0, 0); }
.swiperpf .next { right: 5%; }
.swiperpf .next .icon { background: url(../img/icon_btn_r_w.png) 0 0 no-repeat; }
.swiperpf .next:hover .icon { -webkit-transform: translate3d(3px, 0, 0); -moz-transform: translate3d(3px, 0, 0); -ms-transform: translate3d(3px, 0, 0); -o-transform: translate3d(3px, 0, 0); transform: translate3d(3px, 0, 0); }

@media screen and (max-width: 1530px) {
  .floattool { opacity: 0.6; filter: alpha(opacity=60); }
  .floattool:hover { opacity: 1; filter: alpha(opacity=100); }
}
@media screen and (max-width: 1200px) {
  .fixedfb { display: none; }
}
@media screen and (max-width: 640px) {
  body { min-width: 0; }
  .comwrap { width: 88%; }
  .header { position: fixed; z-index: 101; margin-top: 0; padding: 10px 0; background-color: rgba(0, 0, 0, 0.7); }
  .header .logo,
  .header .btnwr { position: relative; z-index: 101; }
  .header .navBtnTel {
    position: relative;
    z-index: 8;
    font-size: 14px;
  margin-left: -38px;
    cursor: pointer;
    float: left;
}
  .header .logo .img { height: 32px; }
  .header .btnwr { margin-top: 14px; width: 20px; }
  .header .btnwr .line { margin-top: 5px; }
  .header .btnwr .line-t { margin-top: 0; }
  .header .btnwr.on .line-t { transform: translate3d(0, 8px, 0) rotateZ(45deg) scale(0.8, 0.5); }
  .header .btnwr.on .line-b { transform: translate3d(0, -8px, 0) rotateZ(-45deg) scale(0.8, 0.5); }
  .nav { position: fixed; top: 0; left: 0; z-index: 100; margin-top: 0; padding-top: 42px; width: 100%; height: calc(100% - 50px); background-color: rgba(0, 0, 0, .9); overflow-y: scroll; }
  .nav .list { padding: 5%; border-top: 1px solid #fff; }
  .nav .list .col { margin-right: 0; width: 47%; border-bottom: 1px solid #eee; vertical-align: top; }
  .nav .list .col:nth-child(2n) { margin-left: 6%; }
  .nav .col .tlink { display: block; padding: 0 10px; line-height: 44px; }
  .nav .col .son { display: none; position: relative; margin-left: 0; margin-right: -112.76%; padding: 10px 0 20px; width: 212.76%; border-bottom: 1px solid #eee; opacity: 1; filter: alpha(opacity=100); visibility: visible; }
  .nav .col:nth-child(2n) .son { margin-left: -112.76%; }
  .nav .col .son::before { display: none; }
  .nav .col .row { display: inline-block; margin: 10px 0 0; width: 47%; }
  .nav .col .row:nth-child(2n) { margin-left: 6%; }
  .nav .col .slink { display: block; padding: 0 10px; font-size: 14px; line-height: 30px; text-align: center; color: #333; background-color: #ddd; border-radius: 30px; }
  .nav .col:hover .son { top: 0; }
  //.nav .list .cur { border-bottom: none; }
  .nav .cur .tlink { text-shadow: none; }
  .nav .scur .slink { color: #fff; background-color: #2f83a3; }
  .nav-hide { opacity: 0; filter: alpha(opacity=0); visibility: hidden; }
  .nav .list .col { width: 100%; }
  .nav .list .col:nth-child(2n) { margin-left: 0; }
  .nav .col .tlink { position: relative; }
  .nav .col .tlink::before { content: '>'; position: absolute; top: 0; right: 5px; }
  /*.footer { padding-top: 48px; }
  .footer .comwrap { padding: 10px 0; }
  .footer .logo { display: none; }
  .footer .copyright,
  .footer .cont { float: none; margin-left: 0; width: auto; text-align: center; }*/
  .footer { padding: 30px 0 68px; }
  .footer .top .cont { font-size: 15px; }
  .footer .top .cont .tellink { font-size: 20px; line-height: normal; }
  .footer .bottom { margin-top: 20px; padding-top: 20px; }
  .footer .bottom .info { float: none; width: auto; }
  .footer .bottom .info .ewm { margin: 0 auto; width: 70%; }
  .footer .bottom .info .copyr,
  .footer .flink { position: relative; margin-top: 15px; padding-top: 10px; }
  .footer .flink::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background-color: #fff; opacity: 0.3; }
  .footer .flink .con { margin-left: 0; }
  .footer .flink .txt { font-size: 13px; }
  .footer .logo,
  .footer .top .btnwr,
  .footer .bottom .menu,
  #shareFoot,
  .floattool { display: none; }
  .xuanfu { display: block; position: fixed; bottom: 0; left: 0; right: 0; margin: 0 auto 20px; width: 70%; height: 38px; font-size: 0; background: #fff; border-radius: 38px; z-index: 99; box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.2); overflow: hidden; }
  .xuanfu_item { width: 25%; height: 38px; font-size: 0; line-height: 38px; text-align: center; border-left: 1px solid #eee; vertical-align: top; box-sizing: border-box; }
  .xuanfu_item::first-child { border-left: none; }
  .xuanfu_item img { max-width: 80%; max-height: 17px; }
  .xuanfu_item_1 img { max-height: 18px; }
  .xuanfu_item_3 img { max-height: 15px; }
  .xuanfu_item_4 img { max-height: 16px; }
  .zhezhao { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7); z-index: 9998; }
  .zhezhao .zs_jm { position: fixed; top: 50%; left: 0; right: 0; margin: 0 auto; padding: 48px 24px 24px; width: 86.66%; background: #FFF; z-index: 9999; box-sizing: border-box; transform: translate3d(0, -50%, 0); }
  .zhezhao .zs_jm span { float: left; width: 100%; text-align: center; font-size: 12px; color: #333; }
  .zhezhao .zs_jm span:nth-child(2) { margin: 8px 0; font-weight: bold; font-size: 18px; }
  .zhezhao .zs_jm span:nth-child(3) { margin-left: -10%; width: 120%; transform: scale(0.83); }
  .zhezhao .zs_jm span:nth-child(5) { color: #999; }
  .zhezhao .zs_jm input { float: left; margin-top: 14px; padding-left: 14px; width: 100%; line-height: 33px; border: 1px solid #c2c2c2; box-sizing: border-box; }
  .zhezhao .zs_jm input.last-child { margin: 14px 3.4%; padding: 0; width: 93.2%; font-size: 18px; color: #FFF; background: #2f83a3; border: 0; -webkit-appearance: none; }
  .zhezhao a { position: absolute; top: 0; right: 0; margin: 14px 14px 0 0; width: 19px; height: 19px; }
  .zhezhao a img { float:left; width: 100%; }
  .swiperpf .swiper-container { top: 5%; width: 94%; height: 90%; }
  .swiperpf .tit { top: 0; bottom: auto; font-size: 14px; }
  .swiperpf .close { top: auto; bottom: 0; width: 40px; height: 40px; }
  .swiperpf .btn { width: 30px; opacity: 0.8; filter: alpha(opacity=80); }
  .swiperpf .prev { left: 3%; }
  .swiperpf .next { right: 3%; }
}

/*动画*/
.yt, .yb, .xl, .xr, .anime-t { opacity: 0; }
.anime-r .yt, .anime-r.yt { -webkit-animation: yt 1s forwards; -moz-animation: yt 1s forwards; -o-animation: yt 1s forwards; animation: yt 1s forwards; }
.anime-r .yb, .anime-r.yb { -webkit-animation: yb 1s forwards; -moz-animation: yb 1s forwards; -o-animation: yb 1s forwards; animation: yb 1s forwards; }
.anime-r .xl, .anime-r.xl { -webkit-animation: xl 1s forwards; -moz-animation: xl 1s forwards; -o-animation: xl 1s forwards; animation: xl 1s forwards; }
.anime-r .xr, .anime-r.xr { -webkit-animation: xr 1s forwards; -moz-animation: xr 1s forwards; -o-animation: xr 1s forwards; animation: xr 1s forwards; }
.anime-r .yt:nth-child(1), .anime-r .yb:nth-child(1), .anime-r .xl:nth-child(1), .anime-r .xr:nth-child(1) {
  -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s;
}
.anime-r .yt:nth-child(2), .anime-r .yb:nth-child(2), .anime-r .xl:nth-child(2), .anime-r .xr:nth-child(2) {
  -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s;
}
.anime-r .yt:nth-child(3), .anime-r .yb:nth-child(3), .anime-r .xl:nth-child(3), .anime-r .xr:nth-child(3) {
  -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s;
}
.anime-r .yt:nth-child(4), .anime-r .yb:nth-child(4), .anime-r .xl:nth-child(4), .anime-r .xr:nth-child(4) {
  -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; -o-animation-delay: 0.4s; animation-delay: 0.4s;
}
.anime-r .yt:nth-child(5), .anime-r .yb:nth-child(5), .anime-r .xl:nth-child(5), .anime-r .xr:nth-child(5) {
  -webkit-animation-delay: 0.5s; -moz-animation-delay: 0.5s; -o-animation-delay: 0.5s; animation-delay: 0.5s;
}
.anime-r .yt:nth-child(6), .anime-r .yb:nth-child(6), .anime-r .xl:nth-child(6), .anime-r .xr:nth-child(6) {
  -webkit-animation-delay: 0.6s; -moz-animation-delay: 0.6s; -o-animation-delay: 0.6s; animation-delay: 0.6s;
}
.anime-r .yt:nth-child(7), .anime-r .yb:nth-child(7), .anime-r .xl:nth-child(7), .anime-r .xr:nth-child(7) {
  -webkit-animation-delay: 0.7s; -moz-animation-delay: 0.7s; -o-animation-delay: 0.7s; animation-delay: 0.7s;
}
.anime-r .yt:nth-child(8), .anime-r .yb:nth-child(8), .anime-r .xl:nth-child(8), .anime-r .xr:nth-child(8) {
  -webkit-animation-delay: 0.8s; -moz-animation-delay: 0.8s; -o-animation-delay: 0.8s; animation-delay: 0.8s;
}
.anime-r .yt:nth-child(9), .anime-r .yb:nth-child(9), .anime-r .xl:nth-child(9), .anime-r .xr:nth-child(9) {
  -webkit-animation-delay: 0.9s; -moz-animation-delay: 0.9s; -o-animation-delay: 0.9s; animation-delay: 0.9s;
}
.anime-r .yt:nth-child(10), .anime-r .yb:nth-child(10), .anime-r .xl:nth-child(10), .anime-r .xr:nth-child(10) {
  -webkit-animation-delay: 1.0s; -moz-animation-delay: 1.0s; -o-animation-delay: 1.0s; animation-delay: 1.0s;
}
.anime-r .yt:nth-child(11), .anime-r .yb:nth-child(11), .anime-r .xl:nth-child(11), .anime-r .xr:nth-child(11) {
  -webkit-animation-delay: 1.1s; -moz-animation-delay: 1.1s; -o-animation-delay: 1.1s; animation-delay: 1.1s;
}
.anime-r .yt:nth-child(12), .anime-r .yb:nth-child(12), .anime-r .xl:nth-child(12), .anime-r .xr:nth-child(12) {
  -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s;
}
.anime-r .yt:nth-child(13), .anime-r .yb:nth-child(13), .anime-r .xl:nth-child(13), .anime-r .xr:nth-child(13) {
  -webkit-animation-delay: 1.1s; -moz-animation-delay: 1.1s; -o-animation-delay: 1.1s; animation-delay: 1.1s;
}
.anime-r .yt:nth-child(14), .anime-r .yb:nth-child(14), .anime-r .xl:nth-child(14), .anime-r .xr:nth-child(14) {
  -webkit-animation-delay: 1.2s; -moz-animation-delay: 1.2s; -o-animation-delay: 1.2s; animation-delay: 1.2s;
}
@keyframes yt {
  0% { -webkit-transform: translate3d(0, -30px, 0); -ms-transform: translate3d(0, -30px, 0); -o-transform: translate3d(0, -30px, 0); transform: translate3d(0, -30px, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes yt { 0% { -webkit-transform: translate3d(0, -30px, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes yt { 0% { -moz-transform: translate3d(0, -30px, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes yt { 0% { -o-transform: translate3d(0, -30px, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }
@keyframes yb {
  0% { -webkit-transform: translate3d(0, 30px, 0); -ms-transform: translate3d(0, 30px, 0); -o-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes yb { 0% { -webkit-transform: translate3d(0, 30px, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes yb { 0% { -moz-transform: translate3d(0, 30px, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes yb { 0% { -o-transform: translate3d(0, 30px, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }
@keyframes xl {
  0% { -webkit-transform: translate3d(-30px, 0, 0); -ms-transform: translate3d(-30px, 0, 0); -o-transform: translate3d(-30px, 0, 0); transform: translate3d(-30px, 0, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes xl { 0% { -webkit-transform: translate3d(-30px, 0, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes xl { 0% { -moz-transform: translate3d(-30px, 0, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes xl { 0% { -o-transform: translate3d(-30px, 0, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }
@keyframes xr {
  0% { -webkit-transform: translate3d(30px, 0, 0); -ms-transform: translate3d(30px, 0, 0); -o-transform: translate3d(30px, 0, 0); transform: translate3d(30px, 0, 0); opacity: 0; }
  100% { -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
}
@-webkit-keyframes xr { 0% { -webkit-transform: translate3d(30px, 0, 0); opacity: 0; } 100% { -webkit-transform: translate3d(0, 0, 0); opacity: 1; } }
@-moz-keyframes xr { 0% { -moz-transform: translate3d(30px, 0, 0); opacity: 0; } 100% { -moz-transform: translate3d(0, 0, 0); opacity: 1; } }
@-o-keyframes xr { 0% { -o-transform: translate3d(30px, 0, 0); opacity: 0; } 100% { -o-transform: translate3d(0, 0, 0); opacity: 1; } }

.text-center {text-align:center}
/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
/* 行距 end*
/* 上下篇  */
.prenext-pro a.button{height:70px;line-height:70px;padding:0 25px}
.prenext-pro a.button:hover{background:#ff9600;color:#fff}
.prenext-pro a.border{border:1px solid #eee}
.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group {border-right:solid 1px #EBEBEB;border-radius:4px}
.pagination-group li {float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child) {border-radius:0}
.pagination-group li:first-child {border-radius:4px 0 0 4px}
.pagination-group li:last-child {border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover {background:#f5f5f5;border-radius:0}
.pagination-big a {padding:10px 16px;font-size:16px}
.pagination-small a {padding:5px 10px;font-size:12px}
/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#ff9600;color:#fff;border:1px solid #ff9600;}
/*分页 end*/
