﻿@charset "utf-8";

/*顶部广告*/
.top-ad{ width: 100%; height: 100px;}
.top-ad .close{ display: block;position: absolute;top: 15px;right: 50%;margin-right: -580px;z-index: 1; cursor: pointer;}
.top-ad-con{ width: 1200px; margin: 0 auto; height: 100px; display: block;}
/*右侧菜单*/
.label {
    position: fixed;
    width: 54px;
    top: 50%;
    margin-top: -111px;
    right: 0;
  }
  
  .label .pub {
    width: 54px;
    height: 54px;
    background-color: #e60e3a;
    background-position: 0 0;
    margin-bottom: 2px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
  }
  
  .label .pub:hover {
    background-color: #ca0f1a;
  }
  
  .label .phone-right {
    background-image: url("../images/registered/phone.png");
  }
  
  .label .phone-right .phone-box {
    position: absolute;
    top: 0;
    left: 54px;
    width: 252px;
    height: 222px;
    background-color: #ca0f1a;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 18px 18px 0;
  }
  
  .label .phone-right .phone-box h4 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #df6f76;
  }
  
  .label .phone-right .phone-box .input-wrap {
    width: 100%;
    background-color: #df6f76;
    height: 42px;
    margin-top: 20px;
  }
  
  .label .phone-right .phone-box .input-wrap .icon {
    float: left;
    width: 41px;
    height: 41px;
    background: url("../images/registered/icon-phone.png") no-repeat 12px 9px;
  }
  
  .label .phone-right .phone-box .input-wrap input {
      border:0;
    float: left;
    width: 163px;
    height: 41px;
    padding-left: 10px;
    border-left: 1px dashed #efb7bb;
    background-color: #df6f76;
  }
  
  .label .phone-right .phone-box .input-wrap input::-webkit-input-placeholder {
    font-size: 14px;
    color: #fff;
  }
  
  .label .phone-right .phone-box .input-wrap input::-moz-input-placeholder {
    font-size: 14px;
    color: #fff;
  }
  
  .label .phone-right .phone-box .jieting-btn {
    width: 217px;
    height: 42px;
    background-color: #fff;
    line-height: 42px;
    text-align: center;
    color: #c90f19;
    font-size: 18px;
    margin-top: 20px;
    border-radius: 20px;
    display: block;
  }
  
  .label .phone-right .phone-box .dibu-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 32px;
    background-color: #ac1019;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    opacity: 0.6;
  }
  
  .label .phone-right .phone-box .form-error {
    display: none;
    position: absolute;
    left: 62px;
    top: 83px;
    clear: both;
    font-size: 14px;
    color: #e60e3a;
  }
  
  .label .online {
    background-image: url("../images/registered/online.png");
  }
  
  .label .online .online-box {
    position: absolute;
    top: 0;
    left: 54px;
    width: 192px;
    height: 54px;
    background-color: #ca0f1a;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 54px;
    text-align: center;
  }
  
  .label .gongzhong {
    background-image: url("../images/registered/gongzhong.png");
  }
  
  .label .gongzhong .gongzhong-box {
    position: absolute;
    top: 0;
    left: 54px;
    width: 328px;
    height: 222px;
    background-image: url("../images/registered/gongzhong.jpg");
  }
  
  .label .top {
    background-image: url("../images/registered/top.png");
  }
/*head*/
.head{ height: 72px; border-bottom: solid 1px #ddd; background-color: #fff; position: relative; z-index: 1;}
.head-logo{ float: left; padding-top: 18px;}
.head-logo a{ display: block;}
.head-nav{ float:right; }
.head-navfirst{ float: left; font-size: 18px;}
.hnf-text{ display: inline-block; height: 72px; line-height: 72px; padding: 0 25px; font-size: 16px; color: #333;  position: relative;}
.head-navfirstcur .hnf-text,.hnf-text:hover{ color: #ca101a;}
.hnf-text em{ display: inline-block; width: 10px; height: 5px;  background: url("../images/registered/h-icon13.png") no-repeat left top; position: relative; left: 8px; top: -4px; *top: -9px;}
.head-navfirstcur .hnf-text em,.hnf-text:hover em{ background-position: left -5px;}
.head-navsecond{ width: 100%; position: absolute; z-index: -1; left: 0; top: 72px; background:url("../images/registered/h-navbg.png") repeat-x bottom; height: 54px; line-height: 42px; text-align: center; ; border-top: solid 1px #ddd; display: none; }
.head-navsecondpad01{ padding-left: 280px;}
.head-navsecondpad02{ padding-left: 280px;}
.head-navfirst:hover .head-navsecond{display: block; }
.head-navsecond a{ font-size: 14px; color: #333; position: relative;}
.head-navsecond a .hns-hot{ position: absolute; top: -4px; *top: -2px; right: -24px; color: #ca101a; }
.head-navsecond a .hns-hot img{ vertical-align: top;}
.head-navsecond a:hover{ color: #ca101a;}
.head-navsecond a em{ width: 19px; height: 18px; display: inline-block; margin-right: 6px; position: relative;  top: 3px; *top: 0; }
.hns-icon01{ background: url("../images/registered/h-icon04.png") no-repeat left top;}
.hns-icon02{ background: url("../images/registered/h-icon05.png") no-repeat left top;}
.hns-icon03{ background: url("../images/registered/h-icon06.png") no-repeat left top;}
.hns-icon04{ background: url("../images/registered/h-icon07.png") no-repeat left top;}
.hns-icon05{ background: url("../images/registered/h-icon08.png") no-repeat left top;}
.hns-icon06{ background: url("../images/registered/h-icon09.png") no-repeat left top;}
.hns-icon07{ background: url("../images/registered/h-icon10.png") no-repeat left top;}
.hns-icon08{ background: url("../images/registered/h-icon11.png") no-repeat left top;}
.hns-icon09{ background: url("../images/registered/h-icon12.png") no-repeat left top;}
.hns-icon16{ background: url("../images/registered/h-icon16.png") no-repeat left top;}
.hns-icon17{ background: url("../images/registered/h-icon17.png") no-repeat left top;}
.hns-icon18{ background: url("../images/registered/h-icon18.png") no-repeat left top;}
.hns-icon19{ background: url("../images/registered/h-icon19.png") no-repeat left top;}
.hns-icon20{ background: url("../images/registered/h-icon20.png") no-repeat left 1px;}
.hns-icon21{ background: url("../images/registered/h-icon21.png") no-repeat left 1px;}
.head-navsecond a:hover em,.head-navsecond .hns-cur em{ background-position: left -18px;}
.head-navsecond .hns-cur{ color: #ca101a;}
.hns-line{ width: 1px; height: 16px; display: inline-block; background-color: #ddd; margin: 0 22px; position: relative; top: 3px; *top: -2px;}
.head-cut{ float: left; width: 62px; position: relative; padding: 5px 0 0 10px; margin: 20px 0 0 10px;}
.cut-city{ position: relative; z-index: 2; cursor: pointer;}
.cut-city em{ display: inline-block; width:11px; height: 13px; background: url("../images/registered/h-icon01.png") no-repeat; position: relative; margin-right: 6px; top: 1px; *top: -2px;}
.cut-city a{ display: inline-block; width: 7px; height: 4px; background: url("../images/registered/h-icon15.png") no-repeat; margin-left: 5px;position: relative;  top: -3px;  *top: -6px;}
.cut-citylist{ position: absolute; left: 0; top: 0; z-index: 1; width: 78px; height: 70px; padding-top: 27px; border:solid 1px #ddd;background-color: #f5f5f5; display: none;}
.cut-citylist li a{ display:block; text-align: center; height: 30px; line-height: 30px; color: #666;}
.cut-citylist li a:hover{ color: #ca101a;}

/*热门补贴*/
.headHot{width: 142px; position:absolute; top:0; right:-10px; z-index: -1;}
.headHot-small{width: 103px; position:absolute; top:-2px;left:-97px; z-index: -1;}
.s-click{width: 142px; height:30px; position:absolute; top:0; right:-10px; cursor:pointer;}

/* banner */
.banner{ height: 310px; padding-top: 328px; background: url("../images/registered/bg-banner.jpg") no-repeat center top;}
.banner-con{ width: 867px; height: 310px; padding-top: 50px; margin: 0 auto; background-color: #f9f9f9; border-radius: 10px 10px 0 0; box-sizing: border-box; -webkit-box-sizing: border-box; position: relative;}
.bc-title{ text-align: center; font-size: 18px; color: #202020;}
.bc-title span{ font-weight: bold; color: #d760be;}
.bc-title em{ font-size: 20px; color: #999; font-weight: bold; display: inline-block; margin: 0 10px;}
.bc-form{ width: 712px; height: 56px; background-color: #fff; margin: 25px auto 0; border: solid 1px #dcdcdc; box-shadow: 0 0 25px #e8dbe2; border-radius: 28px;}
.bc-form input{ width: 500px; padding-left: 30px; float: left;  height: 56px; line-height: 56px; font-size: 18px; border: none; background: none; color: #333;}
.bc-form input::placeholder{ color: #999;}
.banner-btn{ width: 172px; height: 52px; line-height: 52px; float: right; background: url("../images/registered/bg-btn.png") no-repeat center; font-size: 18px; color: #fff;  margin: 2px 2px 0 0; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; padding-left: 23px;}
.banner-btn em{ width: 17px; height: 8px;  display: inline-block; background: url("../images/registered/icon01.png") no-repeat center; margin-left: 7px; position: relative; top: -2px;}
.roll{ margin-top: 20px; padding-left: 100px; height: 20px; overflow: hidden;}
.roll .roll-title{ float: left; font-size: 14px; color: #c2c2c2; height: 20px; line-height: 20px;}
.roll ul{ float: left; }
.roll ul li{ height: 20px; line-height: 20px; font-size: 14px; color: #c2c2c2;}
.roll ul li span{ padding-right: 40px;}
.bc-business{ height: 70px; line-height: 70px; background-color: #f3f3f3; position: absolute; left: 0; bottom: 0; width: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding-left: 40px; }
.bc-business li{ float: left; line-height: 70px; position: relative; padding: 0 35px; text-align: center;  }
.bc-business li a{ display: block; font-size: 16px; color: #a550fa; }
.bcb-img{ display: inline-block; margin-right: 15px; position: relative;}
.bgb-line{ display: inline-block; position: absolute; width: 1px; height: 15px; background-color: #d8d8d8; right: 0; top: 28px;}

/* one */
.floor-title{ text-align: center; padding-bottom: 30px; }
.floor-title h2{ font-size: 40px; color: #202020;}
.floor-title p{ font-size: 18px; color: #999; padding-top: 10px;}
.one{ padding: 70px 0 80px 0; }
.one-con{position: relative; margin-top: 50px; }
.oc-tab{ padding-left: 30px; position: absolute; left: 0; top: 40px; z-index: 1;}
.oc-tab li{ float: left; width: 190px; height: 82px; line-height: 56px;  text-align: center; font-size: 18px; color: #a550fa; margin-right: 5px; cursor: pointer; background: url("../images/registered/bg-onetab.png") no-repeat center top;}
.oc-tab li em{ display: inline-block; width: 26px; height: 26px; margin-right: 8px; position: relative; top: 6px;}
.oc-tab li .oct-icon01{ background: url("../images/registered/icon02.png") no-repeat left top;}
.oc-tab li .oct-icon02{ background: url("../images/registered/icon03.png") no-repeat left top;}
.oc-tab li .oct-icon03{ background: url("../images/registered/icon04.png") no-repeat left top;}
.oc-tab li .oct-icon04{ background: url("../images/registered/icon05.png") no-repeat left top;}
.oc-tab li.oct-cur,.oc-tab li:hover{ height: 82px; line-height: 56px; background: url("../images/registered/bg-onetabcur.png") no-repeat center top;  color: #fff;}
.oc-tab li.oct-cur em,.oc-tab li:hover em{ background-position: left -26px;}
.oc-tabbox{ display: none; width: 1030px; height: 440px; padding: 130px 240px 0 45px; background-color: #fff; box-shadow: 0 0 25px #e8dbe2; box-sizing: border-box; position: relative; z-index: 0; }
.oc-tabbox h3{ font-size: 18px; color: #000;  margin-bottom: 22px;}
.oc-tabbox p{ font-size: 16px; color: #999; line-height: 24px; padding-bottom: 20px;}
.oc-tabbox p span{ color: #999;}
.oc-tabbox img{ position: absolute; right: -150px; top: 28px;}
.oc-prev,.oc-next{ display: block; width:17px; height: 23px; position: absolute; }
.oc-prev{ left: -50px; top: 200px;}
.oc-next{ right: -35px; top: 200px;}

/* two */
.two{ padding: 70px 0; background:#f9f9f9 url("../images/registered/bg-two.jpg") no-repeat center top;}
.two .floor-title h2{  color: #fff;}
.two .floor-title p{ color: #fff; filter: alpha(opacity=60); opacity: 0.6; }
.two-con{ position: relative; background-color: #fff; margin-top: 70px; box-shadow: 0 10px 25px #e8dbe2;}
.tc-tab li{ width: 150px; float: left; height: 146px; text-align: center; font-size: 16px; color: #666; box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: 46px; border-right: solid 1px #eee; border-bottom: solid 1px #eee; position: relative; z-index: 1; cursor: pointer; }
.tct-bg{ position: absolute; width: 179px; height: 187px; background: url("../images/registered/bg-tctabcur.png") no-repeat center; left: -15px; top: -11px; z-index: 2; display: none;}
.tc-tab  .tct-marg{ margin-left: 599px; border-left: solid 1px #eee;}
.tc-tab .tct-bor{ border-top: solid 1px #eee; }
.tc-tab  .no-borig{ border-right: none; }
.tc-tab li:nth-child(11),.tc-tab li:nth-child(15){ width: 151px;}
.tc-tab li .hot{ position: absolute; width: 23px; height: 27px; left: 5px; top: 5px; z-index: 2; background: url("../images/registered/icon08.png") no-repeat center top; }
.tc-tab li span{ display: inline-block; position: relative; z-index: 2;}
.tc-tab li span em{ display: inline-block; width:34px; height: 34px; margin-right: 6px; position: relative; top: 10px; }
.tc-tab li span .two-icon01{ background: url("../images/registered/icon-two01.png") no-repeat left top;}
.tc-tab li span .two-icon02{ background: url("../images/registered/icon-two02.png") no-repeat left top;}
.tc-tab li span .two-icon03{ background: url("../images/registered/icon-two03.png") no-repeat left top;}
.tc-tab li span .two-icon04{ background: url("../images/registered/icon-two04.png") no-repeat left top;}
.tc-tab li span .two-icon05{ background: url("../images/registered/icon-two05.png") no-repeat left top;}
.tc-tab li span .two-icon06{ background: url("../images/registered/icon-two06.png") no-repeat left top;}
.tc-tab li span .two-icon07{ background: url("../images/registered/icon-two07.png") no-repeat left top;}
.tc-tab li span .two-icon08{ background: url("../images/registered/icon-two08.png") no-repeat left top;}
.tc-tab li span .two-icon09{ background: url("../images/registered/icon-two09.png") no-repeat left top;}
.tc-tab li span .two-icon10{ background: url("../images/registered/icon-two10.png") no-repeat left top;}
.tc-tab li span .two-icon11{ background: url("../images/registered/icon-two11.png") no-repeat left top;}
.tc-tab li span .two-icon12{ background: url("../images/registered/icon-two12.png") no-repeat left top;}
.tc-tab li span .two-icon13{ background: url("../images/registered/icon-two13.png") no-repeat left top;}
.tc-tab li span .two-icon14{ background: url("../images/registered/icon-two14.png") no-repeat left top;}
.tc-tab li span .two-icon15{ background: url("../images/registered/icon-two15.png") no-repeat left top;}
.tc-tab li span .two-icon16{ background: url("../images/registered/icon-two16.png") no-repeat left top;}
.tc-tab li span .two-icon17{ background: url("../images/registered/icon-two17.png") no-repeat left top;}
.tc-tab li span .two-icon18{ background: url("../images/registered/icon-two18.png") no-repeat left top;}
.tc-tab li span .two-icon19{ background: url("../images/registered/icon-two19.png") no-repeat left top;}
.tc-tab li span .two-icon20{ background: url("../images/registered/icon-two20.png") no-repeat left top;}
.tc-tab li span .two-icon21{ background: url("../images/registered/icon-two21.png") no-repeat left top;}
.tc-tab li span .two-icon22{ background: url("../images/registered/icon-two22.png") no-repeat left top;}
.tc-tab li span .two-icon23{ background: url("../images/registered/icon-two23.png") no-repeat left top;}
.tc-tab .tct-last{ background: url("../images/registered/icon-two24.png") no-repeat center 64px;}
.tc-tab .tct-cur{ z-index: 2;}
.tc-tab .tct-cur,.tc-tab li:hover{ padding-top: 20px; }
.tc-tab .tct-cur .hot,.tc-tab li:hover .hot{ background-position: center -27px;}
.tc-tab .tct-cur span,.tc-tab li:hover span{ display:block; color: #fff; padding-bottom: 20px;}
.tc-tab .tct-cur .tct-bg,.tc-tab li:hover .tct-bg{ display: block;}
.tc-tab .tct-cur  span em,.tc-tab li:hover span em{ background-position: left -34px;}
.tc-tabcon{ width: 599px; height: 291px; position: absolute; left: 300px; top: 146px; z-index: 0; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 40px 0 0 40px; display: none;}
.tc-tabcon01{ background:#f9f9f9 url("../images/registered/img-two01.png") no-repeat right bottom;}
.tc-tabcon02{ background:#f9f9f9 url("../images/registered/img-two02.png") no-repeat right bottom;}
.tc-tabcon03{ background:#f9f9f9 url("../images/registered/img-two03.png") no-repeat right bottom;}
.tc-tabcon04{ background:#f9f9f9 url("../images/registered/img-two04.png") no-repeat right bottom;}
.tc-tabcon05{ background:#f9f9f9 url("../images/registered/img-two05.png") no-repeat right bottom;}
.tc-tabcon06{ background:#f9f9f9 url("../images/registered/img-two06.png") no-repeat right bottom;}
.tc-tabcon07{ background:#f9f9f9 url("../images/registered/img-two07.png") no-repeat right bottom;}
.tc-tabcon08{ background:#f9f9f9 url("../images/registered/img-two08.png") no-repeat right bottom;}
.tc-tabcon09{ background:#f9f9f9 url("../images/registered/img-two09.png") no-repeat right bottom;}
.tc-tabcon10{ background:#f9f9f9 url("../images/registered/img-two10.png") no-repeat right bottom;}
.tc-tabcon11{ background:#f9f9f9 url("../images/registered/img-two11.png") no-repeat right bottom;}
.tc-tabcon12{ background:#f9f9f9 url("../images/registered/img-two12.png") no-repeat right bottom;}
.tc-tabcon13{ background:#f9f9f9 url("../images/registered/img-two13.png") no-repeat right bottom;}
.tc-tabcon14{ background:#f9f9f9 url("../images/registered/img-two14.png") no-repeat right bottom;}
.tc-tabcon15{ background:#f9f9f9 url("../images/registered/img-two15.png") no-repeat right bottom;}
.tc-tabcon16{ background:#f9f9f9 url("../images/registered/img-two16.png") no-repeat right bottom;}
.tc-tabcon17{ background:#f9f9f9 url("../images/registered/img-two17.png") no-repeat right bottom;}
.tc-tabcon18{ background:#f9f9f9 url("../images/registered/img-two18.png") no-repeat right bottom;}
.tc-tabcon19{ background:#f9f9f9 url("../images/registered/img-two19.png") no-repeat right bottom;}
.tc-tabcon20{ background:#f9f9f9 url("../images/registered/img-two20.png") no-repeat right bottom;}
.tc-tabcon21{ background:#f9f9f9 url("../images/registered/img-two21.png") no-repeat right bottom;}
.tc-tabcon22{ background:#f9f9f9 url("../images/registered/img-two22.png") no-repeat right bottom;}
.tc-tabcon23{ background:#f9f9f9 url("../images/registered/img-two23.png") no-repeat right bottom;}
.tct-con{ padding-bottom: 20px;}
.tct-con span{ float: left; line-height: 30px; font-size: 16px; color: #333; font-weight: bold; }
.tct-con p{ float: left; line-height: 30px; font-size: 14px; color: #666; width: 380px;}
.tct-con ul{ float: left; width: 390px;}
.tct-con ul li{ width: 130px; line-height: 30px; float: left; font-size: 14px; color: #666;}
.tct-btn{ position: absolute; width: 100%; bottom: 0; left: 0; }
.tct-btn a{ display: block; margin: 0 auto; width: 178px; height: 54px; padding-top: 12px; text-align: center; background: url("../images/registered/bg-btn01.png") no-repeat center; font-size: 16px; color: #fff; }
.tct-btn a em{ display: inline-block; width: 13px; height: 7px; background: url("../images/registered/icon01.png") no-repeat center; background-size: 100%; margin-left: 4px;}

/* three */
.three{ background:#f9f9f9 url("../images/registered/bg-three.png") no-repeat center bottom; padding: 60px 0 30px 0;}
.three-con{ margin-top: 50px; height: 400px;}
.three-con li{ width: 272px; height: 300px; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; padding-top: 50px; margin-right: 26px; border-radius: 7px; cursor: pointer;}
.thc-li01{ background: url("../images/registered/bg-three01.png") no-repeat center top;}
.thc-li02{ background: url("../images/registered/bg-three02.png") no-repeat center top;}
.thc-li03{ background: url("../images/registered/bg-three03.png") no-repeat center top;}
.three-con .thc-li04{ background: url("../images/registered/bg-three04.png") no-repeat center top; margin-right: 0;}
.three li h2{ font-size: 26px; font-weight: bold; color: #fff; padding: 20px 0 10px 0;}
.three li h3{ font-size: 16px; color: #fff; filter: alpha(opacity=60); opacity: 0.6; }
.three li  .thc-text{ font-size: 14px; color: #fff; filter: alpha(opacity=60); opacity: 0.6;  padding-top: 10px; display: none;}
.thc-btn{ margin-top: 35px; display: none;}
.thc-btn a{ display: inline-block; width: 150px; height: 38px; line-height: 38px; background-color: #fff; border-radius: 19px; font-size: 16px; color: #ff01ca;}
.thc-btn a em{ display: inline-block; width: 13px; height: 7px; margin-left: 10px; background: url("../images/registered/icon09.png") no-repeat center; position: relative; top: -2px;}

/* four */
.four{ height: 849px; background: url("../images/registered/bg-four.jpg") no-repeat center;  box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: 70px;}
.four .floor-title h2{  color: #fff;}
.four .floor-title p{ color: #fff; filter: alpha(opacity=60); opacity: 0.6;}
.four-con{ margin-top: 60px;}
.four-tab{ border-radius: 4px 4px 0 0;}
.four-tab li{  width: 240px; float: left; text-align: center; position: relative; cursor: pointer; z-index: 0;}
.ft-bg{ position: absolute; width: 240px; height: 70px; line-height: 70px; background-color: #f0f0f6; left: 0; bottom: 0; z-index: -1; box-sizing: border-box; -webkit-box-sizing: border-box; border-right: solid 1px #dedbee}
.ft-bgbor{border-radius: 0 4px 0 0; }
.ft-bg img{ vertical-align: middle;}
.ft-con{ position: relative; z-index: 1; height: 80px; line-height: 90px; font-size: 18px; color: #202020;}
.fct-icon{ display: inline-block; width: 33px; height: 30px; margin-right: 6px; position: relative; top: 9px; }
.fct-icon01{ background: url("../images/registered/icon-four01.png") no-repeat left top;}
.fct-icon02{ background: url("../images/registered/icon-four02.png") no-repeat left top;}
.fct-icon03{ background: url("../images/registered/icon-four03.png") no-repeat left top;}
.fct-icon04{ background: url("../images/registered/icon-four04.png") no-repeat left top;}
.fct-icon05{ background: url("../images/registered/icon-four05.png") no-repeat left top;}
.ft-con span{ font-size: 12px; color: #666;}
.ft-con span em{ color: #f92351;}
.ft-cur,.four-tab li:hover{ background-color: #fff; border-radius: 4px 4px 0 0;}
.ft-cur .ft-bg,.four-tab li:hover .ft-bg{ background: none; }
.ft-cur .ft-con,.four-tab li:hover .ft-con{ font-size: 22px;}
.ft-cur .fct-icon,.four-tab li:hover .fct-icon{ background-position: left -30px;}
.four-tabcon{ height: 456px; background-color: #fff; box-sizing: border-box; -webkit-box-sizing: border-box; padding: 40px 0 0 40px; }
.four-tabcon01{ background:#fff  url("../images/registered/bg-fourcon01.png") no-repeat center;}
.four-tabcon01 .ftc-left{ width: 670px;  float: left; padding-right: 27px; box-sizing: border-box; -webkit-box-sizing: border-box; }
.ftc-title span{ display: inline-block; width: 96px; height: 26px; line-height: 26px; text-align: center; font-size: 16px; color: #fff; background: url("../images/registered/bg-fourtitle.png") no-repeat center;}
.ftcl-ul01{ padding-top: 40px;  height: 157px;  margin-bottom: 25px;}
.ftcl-ul01 li{ float: left; width: 213px; text-align: center;}
.ftcl-ul01 li h3{ font-size: 16px; color: #000;}
.ftcl-ul01 li h3 img{ vertical-align: middle; margin-right: 5px;}
.ftcl-ul01 li p{ font-size: 14px; color: #999; height: 74px; line-height: 22px; padding-top: 12px;}
.ftcl-ul01 li a{ color: #2878f0;  font-size: 14px; text-decoration:underline; }
.ftcl-ul02{ padding-top: 30px;}
.ftcl-ul02 li{ float: left; width: 280px; }
.ftcl-ul02 .bor{ border-right: 1px #ddd dashed; margin-right: 60px; width: 260px; padding-left: 30px;}
.ftcl-ul02 li span{ float: left; font-size: 16px;  color: #333;}
.ftcl-ul02 li span img{ vertical-align: middle; margin-right: 6px;}
.ftcl-ul02 li p{ float: left; width: 180px; font-size: 16px; color: #999; line-height: 24px; display: inline-block; padding-top: 2px;}
.ftcl-ul02 .bor p{ width: 140px;}
.ftc-right{ float: right; width: 460px;}
.ftc-right .question{ padding-top: 22px; height: 198px;}
.ftc-right .question li{ line-height: 40px;  font-size: 16px; color: #666;}
.ftc-right .question li span{ color: #999;}
.ftc-right .question li a{ color: #2878f0;  font-size: 14px; text-decoration:underline; display: inline-block; padding-left: 5px;}
.ftc-right p a{ display: block; float: left;  width: 130px; height: 42px; line-height: 42px; border: solid 1px #eee; text-align: center; font-size: 16px; color: #333; margin-right: 14px;}
.ftc-right p{ padding-top: 30px;}
.ftc-right p a img{ vertical-align: middle; margin-right: 6px;}
.four-tabcon02 .ftc-left{ width: 470px; float: left;}
.four-tabcon02 .ftcl-ul01{ height: 153px;  border-bottom: solid 1px #f5f5f5;  margin-bottom: 28px;}
.services{ margin-top: 20px;}
.services a{ display: block; float: left; height: 42px; line-height: 42px; border: solid 1px #eee; padding: 0 10px; margin: 0 30px 15px 0; font-size: 16px; color: #333;}
.services a img{ vertical-align: middle; margin-right: 6px;}
.four-tabcon02  .ftc-right{ width: 600px; height: 390px; float: left; border-left:solid 1px #f5f5f5; padding-left: 40px; margin-left: 30px; }
.four-tabcon03 .ftc-left{ width: 510px; float: left;}
.four-tabcon03 .ftc-left h3{ font-size: 16px; color: #202020; margin-bottom: 10px;}
.four-tabcon03 .ftc-left p{ height: 166px; padding-top: 157px; background: url("../images/registered/img-four06.png") no-repeat left center;}
.four-tabcon03 .ftc-left p a{ display: inline-block; width: 178px; height: 66px; line-height: 48px; background: url("../images/registered/bg-btn01.png") no-repeat center; text-align: center; font-size: 16px; color: #fff; margin: 0 42px 0 15px;}
.four-tabcon03 .ftc-left p a em{display: inline-block; width: 13px; height: 7px; background: url("../images/registered/icon01.png") no-repeat center; background-size: 100%; margin-left: 4px; position: relative; top: -2px; }
.four-tabcon03 .ftc-right,.four-tabcon04  .ftc-right{ width: 540px; padding-left: 50px; height: 380px; float: left; border-left:solid 1px #f5f5f5;}
.four-tabcon04 .ftc-left{ width: 510px; float: left; margin-right: 40px;}
.four-tabcon04 .ftcl-ul01{ border-bottom:solid 1px #f5f5f5;  }
.four-tabcon04 .ftcl-ul01 li{ width: 500px;}
.four-tabcon04 .services a{ margin: 0 0 0 15px;}
.four-tabcon05 .ftcl-ul01{  border-bottom:solid 1px #f5f5f5; width: 1120px; }
.four-tabcon05 .ftcl-ul01 li{ width: 350px; position: relative;}
.four-tabcon05 .ftcl-ul01 li .line{ width: 1px; height: 95px; position: absolute; right: 0; top: 6px; background-color:#f5f5f5;  }
.four-tabcon05 .ftcl-ul01 .form p{ height: 26px; }
.four-tabcon05 .form-box{ width: 256px; padding-left: 12px; height: 28px; border: solid 1px #a04ffe; border-radius: 14px; margin: 0 auto 18px; position: relative;}
.four-tabcon05 .form-box input{ height: 28px; line-height: 28px; width: 165px; border: none;  float: left;}
.four-tabcon05 .form-box .error{ font-size: 12px; left: 10px; top: 31px; }
.four-tabcon05 .form-box a{ display: block; width: 89px; height: 26px; line-height: 26px; text-align: center; float: right; margin: 1px 1px 0 0; background: url("../images/registered/bg-btn02.png") no-repeat center; font-size: 14px; color: #fff; text-decoration: none;}
.four-tabcon05 .form-box a em{display: inline-block; width: 13px; height: 7px; background: url("../images/registered/icon01.png") no-repeat center; background-size: 100%; margin-left: 4px; position: relative; top: -2px; }
.four-tabcon05 .ftc-left{ width: 510px; float: left; }
.four-tabcon05  .ftc-right{ float: left;  width: 540px; height: 150px; padding-left: 50px;  border-left:solid 1px #f5f5f5;}

/* five */
.five{ padding: 70px 0;}
.five-con{ margin-top: 50px;}
.five-con li{ width: 216px; float: left; height: 246px; padding-top: 30px; cursor: pointer; margin-right: 27px;}
.five-con .no-marg{ margin-right: 0;}
.five-con li:hover{ box-shadow: 0 0 20px #ededed;}
.fic-img{ padding-left: 18px;}
.five-con li h3{ font-size: 20px; color: #202020; padding-left: 40px;}
.fic-text{ height: 96px; padding: 10px 0 0 40px; font-size: 16px; color: #999; line-height: 24px;}
.fic-textheight{ height: 70px;}
.fic-btn{ padding-left: 20px; display: none;}
.fic-detail{ text-align: center; display: none;}
.fic-detail a{ font-size: 14px; color: #2878f0; text-decoration: underline;}
.fic-btn a{ display: block; margin: 0 auto; width: 178px; height: 49px; padding-top: 8px; text-align: center; background: url("../images/registered/bg-btn01.png") no-repeat center; font-size: 16px; color: #fff; }
.fic-btn a em{ display: inline-block; width: 13px; height: 7px; background: url("../images/registered/icon01.png") no-repeat center; background-size: 100%; margin-left: 6px; position: relative; top: -3px;}
.five-con li:hover .fic-btn,.five-con li:hover .fic-detail{ display: block;}

/* six */
.six{ height: 816px; padding-top: 70px; background: url("../images/registered/bg-six.jpg") no-repeat center top;}
.six-con{ margin-top: 90px;}
.six-con li{ width: 400px; float: left; text-align: center; margin-bottom: 80px;}

/* seven */
.seven{ padding: 80px 0 100px 0; }
.seven table{ margin-top: 60px;}
.seven table td{width: 200px;height: 150px; -webkit-filter: grayscale(1); filter: gray; filter: grayscale(1); opacity: .5;}
.seven table td img{ vertical-align: middle;}
.seven table td:hover{opacity: 1;-webkit-filter: none;filter: none; filter: none; }

/*底部*/
.foot{ width:100%; height:220px; background-color:#333;}
.foot .f_con{ width:1200px; margin:0 auto 30px; text-align:left; overflow:hidden;}
.foot .f_con .fc_list{ margin-top:36px; margin-right:96px; float:left; padding-left:95px;}
.foot .f_con .fc_list{ background:url("../images/registered/icon_foot01.png") left bottom no-repeat;}
.foot .f_con .fc_lsec{ background:url("../images/registered/icon_foot02.png") left bottom no-repeat;}
.foot .f_con .fc_lthr{ background:url("../images/registered/icon_foot03.png") left bottom no-repeat;}
.foot .f_con .fc_last{ margin-right:0; background:url("../images/registered/icon_foot04.png") left bottom no-repeat;}
.fc_list .fcl_tit{ font-size:18px; color:#f7f9f9; margin-bottom:20px;}
.fc_list p{ color:#7f7f7f; font-size:14px; line-height:20px;}
.foot .f_bot{ font-size:14px; color:#545454; height:74px; background-color:#2b2b2b; text-align: center;}
.foot .f_bot p{ font-size:14px; line-height:14px;}
.foot .f_bot .fb_pfir{ margin-bottom:12px; padding-top:20px; color:#7f7f7f;}
.foot .f_bot .fb_pfir a{ color:#afafaf;}
.foot .f_bot .fb_pfir a:hover{ color:#e6e5e5; text-decoration:underline; }

/*商务通*/
.swt {  position: fixed;  top: 50%;  right: 0;  margin-top: -230px;  z-index: 7; }
.swt .swt_zai {  float: left;  width: 12px;  height: 88px;  border: 1px solid #7d14f6;  border-right: 0 none;  background-color: #fff;  color: #a04ffe;  padding: 13px 5px 0 7px;  font-size: 12px;  cursor: pointer;  margin-top: 130px;}
.swt .swt_zai .sw_trg {  width: 0;  height: 0;  display: block;  margin: 6px 0 0 4px;  border-style: dashed dashed dashed solid;  border-color: transparent transparent transparent #a04ffe; }
.swt .swt_zai .sw_trg .swt .swt_zai .sw_trg {  width: 0;  height: 0;  display: block;  margin: 6px 0 0 4px;  border-width: 4px;  border-style: dashed dashed dashed solid;  border-color: transparent transparent transparent #a04ffe; }
.swt .swt_zai .sw_trg .swt .swt_zai .sw_trg_hid {  border-width: 4px;  border-color: transparent #a04ffe transparent transparent;  margin-left: 0; }
.swt .swt_zai .sw_trg_hid {  border-color: transparent #a04ffe transparent transparent;  margin-left: 0; }
.swt_menu {  width: 130px;  font-size: 12px;  text-align: center;  float: left;  background-color: #a04ffe;  border: 1px solid #9136fa;  color: #fff; position: relative; z-index: 2;  }
.swt_menu .sm-ul{  background-color: #a04ffe; padding-bottom: 10px; position: relative; z-index: 2; }
.swt_menu .sm_hour { margin-top: 10px; }
.swt_menu ul .sm_list {  height: 26px;  width: 98px;  border: 1px solid #fff;  line-height: 26px;  margin: 12px auto 0; cursor: pointer; }
.swt_menu ul .sm_list a{ color: #fff; display: block;}
.swt_menu .sm_zai img{ display: inline;}
.swt_menu ul li.sm_list:hover {  background-color: #9136fa;  border-color: #9136fa; }
.swt a.swt_zai:hover {  color: #9136fa; }
.swt_menu .sm_zai {  width: 130px; position: relative; z-index: 2;  height: 70px;  padding-bottom: 0;  background-color: #9136fa;  }
.swt_menu .sm_zai li{ width: 65px; padding-top: 14px; float: left;  text-align: center; cursor: pointer; position: relative; z-index: 2;}
.smz-img{ height: 30px;}
.swt-phonebig{ position: absolute; right: -280px; bottom: -1px; height: 61px; width: 200px;  z-index: -1;  }
.swt-ewmbig{  position: absolute; right: -280px; bottom:-1px;  height: 196px; width: 200px;  z-index: -1;  }
.swt-phonebig img,.swt-ewmbig img{ vertical-align: top;}
/* 新增一键回拨功能   2018-11  wxm*/
.call{ position: relative;  background-color: #9136fa;  padding-top: 15px; z-index: 3; }
.call-text{ width: 110px; margin: 0 auto; border-bottom: solid 1px #a04ffe; padding-bottom: 13px; font-size: 12px;}
.call-form{ width: 328px; position: absolute; top: 0; right: -350px; background-color: #a04ffe; padding: 4px 10px 15px 10px; border: solid 1px #9136fa;}
.call-form .protect{ text-align: left; color: #fff; font-size: 12px; padding: 0 0 2px 14px; background: url("../images/registered/icon10.png") no-repeat left center;}
.call .form-con{ height: 33px;}
.call .form-con .phone{ height: 33px; line-height: 33px; float: left; width: 195px; padding-left: 10px; border:none; background-color: #fff; font-size: 14px; border-radius: 2px 0 0 2px; }
.call .form-con .fc-btn{ display: block; height: 33px; line-height: 33px; width: 123px; text-align: center; background-color: #ffdc74; color: #524100;  font-size: 14px; float: left; border-radius: 0 2px 2px 0;}
.call .error{ position: absolute; font-size: 12px; color: #ffdc74; left: 10px; top: 54px;}
.call .hint{ width: 280px; height: 99px; padding: 11px 0 0 15px; position: absolute; left: 10px; bottom: 72px; background: url("../images/registered/bg-swthint.png") no-repeat center; font-size: 12px; color: #333; line-height: 20px; text-align: left; display: none;}
.call .hint span{ color: #df1344;}
.hint-calling{  width: 295px; height: 70px; padding-top:40px; position: absolute; left: 10px; bottom: 72px; background: url("../images/registered/bg-swthint.png") no-repeat center; font-size: 16px; color: #333; line-height: 20px; text-align: center; display: none; }



.hide {  display: none;}

/* mask */
.mask{ position: fixed; width: 100%; height: 100%; left: 0; top: 0; background-color: #000; opacity: 0.7; z-index: 8; display: none;}

/*表单*/
.pop-style{ position: fixed; left: 50%; margin-left: -223px; top: 50%; margin-top: -240px; width: 446px; padding-top: 20px; background-color: #fff;  border-top:solid 4px #9f4ffe; z-index: 9; display: none; }
.pop-close{ position: absolute; top: 10px; right: 10px;}
.pop-title{ text-align: center; font-size: 24px; color: #202020; margin-bottom: 24px;}
.pop-title span{ color: #fd62b6; font-weight: bold;}
.pop-con{ width: 360px; margin: 0 auto 15px; position: relative;}
.pop-tel{ margin-bottom: 25px;}
.pop-select{ display: none;}
.pop-con input{ color: #333; width: 348px; height: 45px; line-height: 45px; padding-left: 10px; border: solid 1px #dcdcdc; font-size: 16px;}
.pop-con input::placeholder{ color: #999;}
.pop-con select{  width: 360px; height: 45px; line-height: 45px; padding-left: 10px; border: solid 1px #dcdcdc; font-size: 16px; color: #333;}
.hint{ height: 18px; line-height: 18px; font-size: 12px; color: #fff; background:#00b649 url("../images/registered/icon10.png") no-repeat 7px center; padding-left: 20px; }
.star{ position: absolute; left: -17px; top: 30px; color: #ed1212; font-size: 24px;}
.error{ position: absolute; left: 0; top: 65px; color: #d10101; font-size: 14px;display: none;}
.pop-btn{ text-align: center; margin: 30px 0 20px 0; cursor: pointer;}
.pop-btn .btn-pop{ display: inline-block; width: 301px; height: 64px; line-height: 54px; font-size: 18px; color: #fff; background: url("../images/registered/bg-btn03.png") no-repeat center;}
.pop-searchtext{ background-color: #f9f9f9; padding: 15px 20px; display: none;}
.pop-searchtext p{ font-size: 14px; color: #999; line-height: 26px;}
.pop-searchtext p span{ color: #202020; font-size: 16px;}
.pop-success{ padding-bottom: 40px;}
.pop-success h3{ font-size: 30px; font-weight: bold; color: #4c4c4c; text-align: center;}
.pop-success h3 img{ vertical-align: middle; margin-right: 10px;}
.pop-success p{ font-size: 18px; color: #999; text-align: center; padding: 20px 0;}

/*左侧广告*/
.lfet-ad{ width: 150px; height: 20px; position: fixed; left: 0; top: 50%; margin-top: -100px; cursor: pointer; z-index: 9999;display: none;}
.lfet-ad .close{ display: block; position: absolute; right: 0; top: 0;}
.lfet-ad-con{ display: block;}

/*关于我们*/
.w1200{ width:1200px; margin:0 auto;}
.as-banner{ height:270px; padding-top:130px; background:url("../images/registered/as_banner_bg.jpg") no-repeat center; text-align:center;}
.as-banner p{ font-size:18px; color:#fff; }
.as-banner .adb-title{ font-size:60px; padding:5px 0; }
.as-intro{ margin-top:40px;}
.asi-title{ height:45px; line-height:45px; font-size:24px; font-weight:normal; color:#333; border-bottom:solid 1px #e2e2e2; }
.asi-content{ padding:50px 80px; overflow:hidden;}
/*.asic-left{ width:600px;}*/
.asic-left p{ line-height:30px; font-size:16px; color:#333; text-indent:2em; padding-top:10px;  }
.asa-content{ padding:40px 80px 100px 80px;}
.asa-content p{font-size:16px; color:#333; padding:3px 0; }
.asa-content .asac-img{ padding-bottom:40px;}


