@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: "iconfont"; /* project id："132434" */
  src: url("../font/wh.eot");
  src: url("../font/wh.eot") format("embedded-opentype"),
    url("../font/wh.woff") format("woff"),
    url("../font/wh.ttf") format("truetype"),
    url("../font/wh.svg#iconfont") format("svg");
}
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Microsoft Yahei", "微软雅黑", arial;
  font-size: 13px;
  color: #333;
}
input,
select {
  font-family: "微软雅黑";
}
select {
  box-sizing: content-box;
}
a,
button,
img,
fieldset {
  text-decoration: none;
  outline-style: none;
}
dl,
dt,
dd,
ul,
li,
p,
h1,
img,
form {
  list-style: none;
  border: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
a {
  color: #333;
} /* 未访问的链接 */
a:hover {
  color: #007bb7;
} /* 鼠标在链接上 */
a,
input,
select,
button {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}
div:hover,
a:hover {
  text-decoration: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

input[type="button"],
button {
  border: none;
}
.wrap {
  width: 1080px;
  margin: auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
i {
  font-style: normal;
}
.hide {
  display: none;
}
.rel {
  position: relative;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*各种按钮样式*/

/*通用，每个都加*/
.btn-button {
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #fff;
}
.btn-button:hover {
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #fff;
}
/*成功*/
.btn-sucess {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/*一般信息*/
.btn-info {
  background-color: #5bc0de;
  border-color: #46b8da;
}
/*警告*/
.btn-warning {
  background-color: #f0ad4e;
  border-color: #eea236;
}
/*危险*/
.btn-danger {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/*蓝色，首选项*/
.btn-blue {
  background-color: #007bb7;
  border-color: #2e6da4;
}

/*白色，默认*/
.btn-moren {
  background-color: #fff;
  border-color: #ccc;
  color: #333;
}
.btn-moren:hover,
.btn-hui:hover {
  color: #333;
}
/*灰色，默认*/
.btn-hui {
  background-color: #f5f5f5;
  border-color: #ccc;
  color: #333;
}

/*通用select下拉菜单样式*/
.btn-select {
  padding: 10px 20px;
  border: 1px solid #ddd;
  color: #555;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
  background: url(../images/yhk_xiala.jpg) right center no-repeat;
}

/*bg-color*/
.col-orange {
  background: #ff7200 !important;
}
.col-green {
  background: #9ec900 !important;
}
.col-red {
  background: #ff4200 !important;
}
/*color*/
.col666 {
  color: #666;
}
.col000 {
  color: #000;
}
/*边框线*/
.bl-colddd {
  border-left: 1px solid #b8bbc2 !important;
}
.noline-r {
  border-right: none !important;
}
.noline-b {
  border-bottom: none !important;
}
/*通用的table搜索区域*/
.tysearch {
  padding: 20px 10px 10px;
}
.tysearch span {
  display: inline-block;
  padding: 6px 0;
  line-height: 1.5em;
  margin-right: 10px;
  font-size: 13px;
}
.s-boxstyle {
  padding: 6px 12px;
  line-height: 1.5em;
  border: 1px solid #ddd;
  color: #555;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.select-bg {
  padding: 6px 20px 6px 12px;
  background: url(../images/yhk_xiala.jpg) right center no-repeat;
}

/*交易警示*/
.jingshi {
  width: 1080px;
  margin: 20px auto;
  line-height: 24px;
}
.jingshi img {
  width: 20px;
  vertical-align: middle;
}
.jingshi span {
  margin: auto 10px;
  vertical-align: middle;
  color: #ff8800;
}

/*各种边距*/
.pl30 {
  padding-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.pt15 {
  padding-top: 15px;
}
.pt10 {
  padding-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb80 {
  padding-bottom: 80px;
}
.mr0 {
  margin-right: 0 !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt20 {
  margin-top: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb150 {
  margin-bottom: 150px !important;
}
.ml10 {
  margin-left: 10px;
}
.ml30 {
  margin-left: 30px !important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt35 {
  margin-top: 35px;
}
.font14 {
  font-size: 14px;
}
.shsj {
  text-indent: 2em;
}
/*字体颜色等*/
.f20 {
  font-size: 20px;
}
.f40 {
  font-size: 40px;
}
.fweight {
  font-weight: 500;
}
.c333 {
  color: #333;
} /*深灰*/
.cred {
  color: red;
} /*红色*/
.cf87500 {
  color: #f87500;
} /*橙色*/
.c007bb7 {
  color: #007bb7;
} /*中介网蓝色*/
.btm-eee {
  border-bottom: 1px solid #eee;
}
/*取消边框*/
.border-r {
  border-right: none !important;
}
.border-b {
  border-bottom: none !important;
}

/*通用表格*/
.ty-table {
  width: 100%;
}
.th-left {
  text-align: left;
}

/*背景调节*/
.fixfloat {
  zoom: 1;
}
.fixfloat:after {
  content: ".";
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0px;
  font-size: 0px;
}

/*footer*/
.footerOut {
  width: 100%;
  background: #f5f5f5;
}
.footer {
  width: 1080px;
  margin: 0 auto;
}
.footerSer {
  height: 102px;
  border-bottom: 1px dashed #fff;
  line-height: 102px;
  color: #404040;
  overflow: hidden;
}
.footerSer ul {
}
.footerSer ul li {
  float: left;
  padding-left: 44px;
  margin-right: 98px;
}
.footerSer ul li.ser1 {
  background: url(../images/pei.png) no-repeat center left;
  margin-left: 6px;
}
.footerSer ul li.ser2 {
  background: url(../images/shou.png) no-repeat center left;
}
.footerSer ul li.ser3 {
  background: url(../images/th.png) no-repeat center left;
}
.footerSer ul li.ser4 {
  background: url(../images/tigao.png) no-repeat center left;
}
.footerSer ul li.ser5 {
  background: url(../images/zhuanye.png) no-repeat center left;
  margin-right: 0;
}
.footerCon {
  color: #555;
}
.line1 {
  width: 6px;
  height: 25px;
  background: #007bb7;
  margin: 44px 15px 138px 0;
}
.footNav {
  margin: 42px 0 38px 0;
}
.footNav li {
  float: left;
  margin-right: 55px;
}
.footNav a {
  color: #555;
  display: block;
  line-height: 30px;
}
.footNav a:hover {
  color: #007bb7;
}
.footNav p {
  font-size: 18px;
  margin-bottom: 14px;
  color: #111;
}

.linkOut {
  width: 100%;
  height: 150px;
  background: #007bb7;
}
.link {
  width: 1080px;
  height: 150px;
  margin: 0 auto;
  overflow: hidden;
  word-break: keep-all;
}
.link .linkTit {
  font-size: 18px;
  border-left: 6px solid #fff;
  padding-left: 14px;
  color: #e5f6fd;
  margin: 20px 0;
}
.link a {
  display: inline-block;
  padding: 0 20px 10px;
  color: #e5f6fd;
}

.erwima {
  width: 140px;
  height: 140px;
  margin: 42px 0 0 35px;
  line-height: 24px;
  text-align: center;
}
/*zrq modie*/
.contact {
  width: 308px;
  margin-top: 42px;
  line-height: 32px;
}
/*zrq modie end*/
.contact p {
}
.contact p span {
  float: left;
}
.contact p span.add1 {
  width: 70px;
}
/*zrq modie*/
.contact p span.add2 {
  width: 238px;
  line-height: 22px;
  margin-top: 5px;
}
/*zrq modie end*/
.colorphone {
  height: 40px;
  color: #00abf2;
}
.colorphone b {
  display: block;
  font-weight: normal;
  float: left;
  color: #555;
}
.colorphone span {
  font-size: 30px;
  color: #007bb7;
  font-family: Georgia;
}
.foot {
  width: 100%;
  height: 64px;
  line-height: 30px;
  color: #555;
  margin: 0 auto;
  text-align: center;
}

/*小banner*/
.bannerTrade {
  width: 100%;
  height: 130px;
  line-height: 50px;
  background: url(../images/bannerbg.jpg) no-repeat center top;
  text-align: center;
  overflow: hidden;
}
.bannerTrade span {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
}
.bannerTrade img {
  margin-top: 25px;
}

/*去顶部悬浮联系方式*/
.gototop_wrap {
  position: fixed;
  width: 58px;
  z-index: 9999;
  right: 5px;
}
.gototop_wrap div {
  width: 50px;
  height: 50px;
  text-align: center;
  background: url(../images/mim_bg.png) no-repeat -164px -150px #ff8018;
  cursor: pointer;
  margin: 2px 0;
  border-radius: 5px;
}
.gototop_wrap div img {
  display: none;
}
.gototop_wrap div:hover img {
  display: block;
}
.gototop_wrap div:hover {
  /* color:#2aa3ce;border-color:#d9dada;*/
}
.gototop_wrap .weituo-zdd {
  background: url("../images/fbwtuo.png") no-repeat left center !important;
}
.gototop_wrap .yijian {
  position: relative;
  background-position: 10px -921px;
}
.gototop_wrap .gotoTop {
  line-height: 80px;
  background-position: -279px -840px;
}
.gototop_wrap .phone {
  position: relative;
  background-position: -131px -838px;
}
.gototop_wrap .phone.hover {
}
.gototop_wrap .showWechat {
  background-position: -180px -837px;
}
.gototop_wrap .showWechat.hover {
}
.gototop_wrap .qq {
  background-position: -231px -835px;
}
.gototop_wrap .showWechat div {
  display: none;
  background: url(../images/mim_bg.png) no-repeat -2px -276px;
  width: 114px;
  height: 154px;
  position: absolute;
  left: -143px;
  top: -15px;
  padding: 26px 17px 0 13px;
}
.gototop_wrap .showWechat div p {
  background: #fff;
  width: 114px;
  height: 114px;
  overflow: hidden;
}
.gototop_wrap .showWechat div p img {
  width: 114px;
  height: 114px;
}
.gototop_wrap .phone div {
  background: #ff8018;
  height: auto;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black",
    sans-serif, Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
  text-align: left;
  width: 132px;
  color: #fff;
  padding: 10px 0 10px 50px;
  position: absolute;
  right: 0;
  top: -2px;
  border-radius: 5px;
  width: 0;
  overflow: hidden;
  height: 30px;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -ms-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
  font-weight: bold;
}
.gototop_wrap .phone div p {
  width: 40px;
  height: 40px;
  background: #ff8018 url(../images/mim_bg.png) no-repeat -131px -838px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  text-align: center;
  padding: 5px;
}
.gototop_wrap .phone div em {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-left: 1px solid #ffcfa8;
  padding: 0 10px;
  text-indent: -9999px;
  background: url(../images/gsjj.png) no-repeat -447px -701px;
  width: 100%;
}
.gototop_wrap .phone.hover div {
  width: 168px;
}
/*头部*/
.headerOut {
  width: 100%;
  height: 81px;
  border-bottom: 1px solid #f4f4f4;
  background: #fff;
}
.header {
  width: 1080px;
  height: 81px;
  margin: 0 auto;
}
.logo {
}
.logo a {
  display: block;
  width: 182px;
  height: 68px;
  margin-top: 10px;
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
}
.loginOut {
  height: 80px;
  line-height: 80px;
}
.loginOut a {
  display: block;
  font-size: 15px;
  color: #fff;
}
.loginOut a.register,
.loginOut a.login {
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.loginOut a.register {
  color: #00abf2;
  background: #fff;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.8);
  filter: Alpha(opacity=80);
}
.loginOut a.login {
  background: #007bb7;
  border-radius: 4px;
  color: #fff;
}
.loginOut a.site {
  background: url(../images/site.png) no-repeat center left;
  padding-left: 28px;
}
.loginTrade {
  height: 80px;
  line-height: 80px;
}
.loginTrade a {
  display: block;
  float: left;
}
.loginTrade .name {
  width: 57px;
  height: 38px;
  line-height: 38px;
  background: url(../images/head.png) no-repeat 13px 8px #f5f8f9;
  border-radius: 20px;
  color: #333;
  margin-top: 21px;
  margin-right: 6px;
  padding-left: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.loginTrade .login {
  color: #007bb7;
}
.servicephone {
  float: left;
  margin-left: 20px;
  margin-top: 30px;
}
/*nav*/
.navOut {
  height: 82px;
  margin-left: 90px;
}
.nav {
  height: 82px;
  line-height: 82px;
  margin: 0 auto;
}
.nav li {
  float: left;
  position: relative;
  padding: 0 12px;
}
.nav li a {
  position: relative;
  font-size: 15px;
  color: #333;
}
.nav li.on a,
.nav li:hover a {
  display: block;
  border-bottom: 3px solid #007bb7;
  color: #007bb7;
  height: 68px;
}
.nav a:hover {
  color: #007bb7;
  text-decoration: none;
}
.nav li .wtmenu-down {
  display: none;
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 200;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(128, 128, 128, 0.1);
}
.nav li .wtmenu-down li {
  height: 36px;
  line-height: 36px;
}
.nav li .wtmenu-down li a {
  border: none;
  color: #333;
}
.nav li .wtmenu-down li a:hover {
  color: #007bb7;
  text-decoration: underline;
}

/*top-nav*/
.top-nav {
  width: 100%;
  height: 37px;
  background: #f2f2f2;
}
.top-navcontent {
  width: 1080px;
  margin: auto;
  overflow: hidden;
}
.top-navlist {
  float: left;
  line-height: 36px;
}
.top-navlist a {
  color: #848585;
  font-weight: lighter;
  font-size: 12px;
}
.top-navlist a:hover,
.top-navr a:hover {
  color: #f90;
}
.top-navlist span {
  margin: 0 12px;
  color: #e0e0e0;
  font-weight: lighter;
}
.top-navr {
  float: right;
  line-height: 36px;
}
.top-navr a {
  color: #848585;
  font-weight: lighter;
  font-size: 12px;
}
.top-navr a.scwm {
  padding-left: 16px;
  background: url(../images/scwm.png) no-repeat center left;
}
/*search*/
.search {
  width: 100%;
  background-color: #fafafa;
  background: url("../images/searchbg.png");
  padding: 35px 0 25px;
}
.search-w {
  width: 858px;
  margin: 0 auto;
}
.search .search-left {
  max-width: 118px;
  float: left;
}
.search .search-left img {
  width: 100%;
}
.search-sp {
  display: inline-block;
  width: 683px;
  height: 46px;
  vertical-align: middle;
  line-height: 46px;
  border: 1px solid #e2e1e1;
  border-right: 0;
  box-shadow: inset 1px 1px 2px #ededed;

  background-color: #fff;
}

.icon-search {
  height: 30px;
  width: 30px;
  background-position: 0 -467px;
  line-height: 30px;
  margin: 0 12px;
}

input.search-ipt {
  height: 48px;
  line-height: 48px;
  border: 0;
  box-shadow: none;
  font-size: 16px;
  width: 450px;
  background: none;
  text-indent: 10px;
}
.search-btn {
  float: right;
  height: 48px;
  width: 123px;
  margin-top: -1px;
  background-color: #00a7eb;
  border: 1px solid #0b98d1;
  font-size: 18px;
  color: #fff;
  box-shadow: inset 0 0 3px #7adafe;
  cursor: pointer;
}
.search-hot {
  width: 683px;
  font-weight: bold;
  margin-top: 8px;
}
.search-hot a {
  margin-left: 10px;
  font-weight: normal;
  color: #525252;
}
.search-hot a:hover {
  color: #525252;
}
.search-down {
  font-size: 16px;
  border: 0;
  font-family: "Microsoft Yahei", "微软雅黑", arial;
  background: url(../images/form.jpg) no-repeat right center;
  display: inline-block;
  width: 90px;
  height: 38px;
  line-height: 38px;
  color: #555;
  text-indent: 20px;
}
/*搜索框仿下拉菜单*/
.bin-select {
  width: 100px;
}
.bin-select .cs-placeholder {
  width: 100px;
  height: 46px;
  line-height: 46px;
  background: none;
  background: url(../images/form.jpg) no-repeat right center;
}
.bin-select .cs-options {
  width: 100px;
  border: 1px solid #e2e1e1;
  border-top: none;
}

/*固定在底部的搜索*/
.btmsearch {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  _position: absolute;
  _bottom: auto;
  _top: expression_r(
    eval_r(
      document.documentElement.scrollTop +
        document.documentElement.clientHeight-this.offsetHeight-(
          parseInt(this.currentStyle.marginTop, 10) ||0
        )- (parseInt(this.currentStyle.marginBottom, 10) ||0)
    )
  );
  padding: 10px 0;
  border-top: 2px solid rgba(0, 123, 183, 0.8);
  *border-top: 2px solid #1b92cd;
  background: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);
  z-index: 1000;
}
.btmsearch .btmsearch-content {
  width: 1080px;
  margin: auto;
}
.bottom-search {
  width: 577px;
  margin: 5px auto auto 50px;
}
.bottom-search .search-ipt {
  width: 350px;
}
.cs-options.btm-xiala {
  display: none;
  bottom: 168px;
  border-top: 1px solid #e2e1e1;
  border-bottom: none;
}
.cs-options.btm-xiala ul li:first-child {
  border-top: none;
}

@media (max-width: 1366px) {
  body {
    font-size: 12px;
  }
  .banner,
  .wrap,
  .header,
  .serOut,
  .liucheng,
  .footer,
  .link,
  .btmsearch .btmsearch-content,
  .top-navcontent {
    width: 960px;
  }
  .footerSer ul li {
    margin-right: 55px;
  }
  .erwima {
    margin: 42px 0 0 -10px;
  }
  .jingshi {
    width: 960px;
    margin: 20px auto;
    line-height: 24px;
  }
  .servicephone {
    margin-left: 15px;
  }
  .servicephone img {
    width: 160px;
  }
  .navOut {
    height: 82px;
    margin-left: 10px;
  }
  .nav {
    height: 82px;
    line-height: 82px;
    margin: 0 auto;
  }
  .nav li {
    padding: 0 10px;
    display: block;
    float: left;
  }
  .nav li a {
    font-size: 14px;
    color: #333;
  }
  .nav li a.on {
    border-bottom: 3px solid #007bb7;
    color: #007bb7;
    height: 68px;
  }
  .nav li a:hover {
    color: #007bb7;
    text-decoration: none;
  }
  .bottom-search {
    width: 460px;
    margin: 5px auto auto 50px;
  }
  .bottom-search .search-ipt {
    width: 255px;
  }

  .bottom-search .search-btn {
    width: 100px;
  }
}

@media (max-width: 736px) {
  .search-w {
    width: 98%;
    margin: auto;
  }
  .search-left {
    display: none;
  }
  .search-left img {
    width: 100%;
  }
  .searchbox {
    float: none;
    width: 80%;
    margin: auto;
  }
  .search-sp {
    width: 100%;
  }
  .bin-select {
    width: 22%;
  }
  input.search-ipt {
    width: 56%;
  }
  .search-btn {
    width: 20%;
  }
  .cs-options ul li span {
    font-size: 0.6rem;
  }
  .bin-select .cs-options {
    width: 100%;
  }
}

/*个人账户消息入口*/
.message-enter {
  display: none;
  position: absolute;
  top: 70px;
  left: -31px;
  z-index: 200;
  width: 152px;
  height: auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.message-enter li {
  position: relative;
  height: 57px;
  line-height: 57px;
  padding-left: 24px;
  font-size: 14px;
  color: #333;
}
.message-enter li:hover {
  background: #f7f7f7;
}
.message-enter li:hover a {
  color: #007bb7;
}
.message-enter li a {
  color: #333;
}
.message-enter li.message-tit {
  font-size: 18px;
  color: #222;
}
.message-enter li.message-tit:hover {
  background: #fff;
}
.message-enter li.message-tit a {
  color: #222;
}
.message-enter li i {
  display: block;
  position: absolute;
  top: 20px;
  left: 80px;
  width: 10px;
  height: 10px;
  background: url("../images/log_26.png") no-repeat;
}
.number-log {
  position: absolute;
  top: 11px;
  right: 1px;
  width: 24px;
  height: 24px;
  line-height: 23px;
  font-size: 10px;
  color: #fff;
  text-align: center;
  background: #ff4e32;
  border-radius: 100%;
}
.bb-ts {
  border-bottom: 1px solid #f0f0f0;
}
.name-wrap {
  float: left;
  position: relative;
  height: 80px;
  line-height: 80px;
}
/*头部新增我的消息*/
.top-navr a.xiaoXi-new {
  padding-left: 18px;
  background: url(../images/message_log.png) no-repeat center left;
  margin-right: 15px;
}
.xiaoXi-new span {
  font-size: 12px;
  color: #848585;
  vertical-align: middle;
}
.xiaoXi-new:hover span {
  color: #f90;
}
.xiaoXi-new i {
  font-style: normal;
  font-size: 11px;
  color: #f00;
  padding-left: 5px;
  vertical-align: 1px;
}

/*投融资*/

/*banner-滚动部分*/
.index-slide-box {
  overflow: hidden;
}
.index-banner-box,
.index-slide-box {
  width: 100%;
  height: 510px;
  position: relative;
  z-index: 1;
}
.index-slide-box .hd {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -35px;
  bottom: 15px;
  z-index: 100;
}
.index-slide-box .hd ul {
  padding: 3px 0 0 10px;
  height: 17px;
  border-radius: 14px;
}
.index-slide-box .hd-ul {
  display: block;
  background: rgba(0, 0, 0, 0.6) !important;
  filter: Alpha(opacity=60);
  position: static;
}
.index-slide-box .slide-hd-list {
  float: left;
  margin: 0 10px 0 0;
}
.index-slide-box .slide-hd-list a {
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  position: relative;
  border-radius: 7px;
}
.index-slide-box .slide-bd-list {
  height: 510px;
}
.index-slide-box .slide-bd-list .slide-bd-a {
  display: block;
  height: 510px;
}
.index-slide-box .b-select a {
  width: 25px;
  background: #ff8800;
}
.banner-content {
  width: 100%;
}
.index-slide-box .hd {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -35px;
  bottom: 15px;
  z-index: 100;
}
.index-slide-box .slide-hd-list a {
  display: block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6) !important;
  filter: Alpha(opacity=60);
  position: relative;
  border-radius: 7px;
}
.index-slide-box .b-select a {
  width: 15px;
  background: rgba(255, 255, 255, 1) !important;
}
.index-slide-box .hd ul {
  padding: 3px 0 0 10px;
  height: 13px;
  border-radius: 14px;
}
.index-slide-box .btn-yjsq {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -75px;
  bottom: 75px;
  z-index: 100;
}
.index-slide-box .btn-yjsq a {
  padding: 5px 30px;
  font-size: 22px;
  background: #f90;
  border-radius: 2px;
  font-weight: lighter;
}
.index-slide-box .zhongjie_cash {
  position: absolute;
  color: #fff;
  left: 46.5%;
  bottom: 135px;
}
.trz-zjf {
  margin: 10px auto;
  text-align: center;
  color: #eee;
  font-weight: lighter;
  opacity: 0.9;
}
.trz-zjf span {
  opacity: 0.5;
}
/*trz-about*/
.trz-about {
  width: 1080px;
  margin: 30px auto;
}
.trz-title-en {
  width: 20%;
  height: 10px;
  margin: auto;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
}
.trz-title-en span {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  color: #737373;
  font-size: 18px;
  font-weight: lighter;
}
.trz-title-cn {
  text-align: center;
  height: 42px;
  margin: 20px auto 10px;
  font-size: 32px;
  font-weight: normal;
  margin-top: 70px;
}
.trz-title-null {
  width: 40%;
  height: 17px;
  margin: auto;
  text-align: center;
  color: #b3b3b3;
  margin-bottom: 80px;
}
.trz-title-null span {
  display: inline-block;
  width: 150px;
  height: 15px;
  background: #fff;
  color: #737373;
  font-size: 18px;
  font-weight: lighter;
}
.trz-txt {
  margin: 50px auto 60px;
  text-align: center;
  line-height: 32px;
  font-size: 15px;
  color: #666;
  font-weight: lighter;
}

.trz-fenge {
  width: 100%;
  height: 344px;
  background: url(../images/trzfenge.jpg) center no-repeat;
}

.trz-service,
.trz-contact ul {
  overflow: hidden;
  zoom: 1;
}
.trz-service ul {
  margin: 0 auto;
}
.trz-service ul li {
  width: 33.33%;
  float: left;
  text-align: center;
  margin-bottom: 80px;
}
.trz-service_new ul li {
  width: 25%;
}
.trz-service ul li img {
}
.trz-service ul li h5 {
  font-size: 18px;
  margin: 15px auto;
  font-weight: normal;
}
.trz-service ul li p {
  padding: 0 30px;
  line-height: 24px;
  font-size: 14px;
  font-weight: lighter;
  color: #999;
}
.trz-service ul li h6 {
  width: 23%;
  height: 2px;
  margin: 20px auto;
  background: #ffc907;
}

/*申请表准*/
.trz-fg2 {
  width: 100%;
  height: 496px;
  background: url(../images/trz-fg2.jpg) center no-repeat;
}
.trz-fg2 .trz-title-sq {
  text-align: center;
  padding: 80px 0 5px;
  font-size: 40px;
  font-weight: normal;
  color: #fff;
}
.trz-fg2 .trz-title-line {
  width: 80px;
  height: 2px;
  margin: 20px auto;
  background: #ffc907;
}
.trz-fg2 p {
  text-align: center;
  margin: 30px;
  line-height: 40px;
  color: #ddd;
  font-size: 16px;
  font-weight: lighter;
}
.btn-shenqing {
  display: block;
  width: 180px;
  height: 50px;
  margin: auto;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-radius: 25px;
  border: 1px solid #f90;
  background: rgba(255, 153, 0, 0.1);
}
.btn-shenqing:hover {
  color: #fff;
  background: rgba(255, 153, 0, 0.3);
}

/*推荐项目*/
.trz-tjxm {
  overflow: hidden;
  zoom: 1;
}
.trz-tjxm ul {
  margin: 50px auto;
}
.trz-tjxm ul li {
  float: left;
  width: 340px;
  height: 190px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #f5f5f5;
}
.trz-tjxm ul li:nth-child(3n) {
  margin-right: 0;
}
.trz-tjxm ul li .xm-img {
  float: left;
  margin: 35px 10px 30px 30px;
}
.trz-tjxm ul li .xm-img img {
  width: 115px;
  border-radius: 50%;
}
.trz-tjxm ul li .xm-dl {
  float: left;
  margin: 35px 10px 30px 10px;
}
.trz-tjxm ul li .xm-dl h2 {
  line-height: 40px;
}
.trz-tjxm ul li .xm-dl p {
  margin: 5px auto 10px;
  line-height: 22px;
  color: #8a8a8a;
  font-weight: lighter;
}
.trz-tjxm ul li .xm-dl a {
  padding: 4px 10px;
  border-color: #f90;
  color: #f90;
  font-weight: lighter;
}
/*合作伙伴*/
.trz-fg3 {
  width: 100%;
  height: 496px;
  background: url(../images/trz-fg3.jpg) center no-repeat;
}
.trz-fg3 ul {
  width: 1080px;
  margin: auto;
}
.trz-fg3 ul li {
  float: left;
  width: 21%;
  margin: 2%;
  height: 50px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
}

.trz-contact {
}
.trz-contact ul {
  width: 902px;
  margin: 70px auto;
  border: 1px solid #e3e3e3;
}
.trz-contact ul li {
  float: left;
  width: 260px;
  height: 100px;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #e3e3e3;
}
.trz-contact ul li:last-child {
  border-right: none;
}
.trz-contact ul li p {
  margin: 15px auto;
  line-height: 22px;
  color: #2a2a2a;
  font-weight: lighter;
}
.circle_container {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  /*
            display: -webkit-box;
            display: -moz-box;
            display: -webkit-flex;
            -webkit-box-pack: justify;
            -moz-justify-content: space-between;
            -webkit-justify-content: space-between;
            */
}
.circle_container > div {
  width: 290px;
  height: 252px;
  text-align: center;
}
.circle_describe_box {
  margin-top: 28px;
  line-height: 26px;
}
.circle_describe_box p {
  font-size: 14px;
  color: #999;
}
.circle_describe_box p:first-child {
  font-size: 16px;
  color: #333;
}
.why_fenqi {
  width: 100%;
  height: 440px;
  background: #fafafa;
  font-size: 14px;
  color: #666;
  margin-top: 50px;
}
.fenqi_box_container {
  width: 1000px;
  margin: 0 auto;
}
.fenqi_box_container .why_fenqi_leftbox {
  width: 510px;
  height: 300px;
  margin-top: 86px;
}
.fenqi_box_container .why_fenqi_rightbox {
  width: 490px;
  height: 304px;
  margin-top: 64px;
}
.fenqi_ptitle {
  font-size: 24px;
  height: 38px;
  color: #333;
}
.fenqi_detail {
  margin-top: 32px;
  line-height: 32px;
}
.three_stages_box {
  width: 1080px;
  height: 490px;
  margin-bottom: 140px;
}
.stage_img_box {
  width: 640px;
}
.stage_describe_box {
  width: 360px;
  margin-top: 70px;
}
.three_stages_box > div:first-child {
  margin-right: 80px;
}
.three_stages_box img {
  width: 640px;
  height: 490px;
}
.out_shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.zhongjie_strengths {
  width: 100%;
  height: 250px;
  padding-top: 70px;
  background: #fafafa;
  font-size: 14px;
  color: #333;
  margin-bottom: 132px;
}
.zhongjie_strengths .trz-title-cn {
  margin-top: 0;
}
.strengths_box {
  width: 1080px;
  height: 244px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  top: -10px;
  box-shadow: 0px 4px 10px #dcdcdc;
}
.strengths_details_box {
  width: 33.33%;
  height: 126px;
  text-align: center;
}
.strengths_title {
  font-size: 22px;
  margin-top: 60px;
}
.strengths_details {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
.strengths_details_box hr {
  border: 1px dashed #ff9900;
  width: 12px;
  margin: 28px 0;
  margin-left: 168px;
}
.bottom_pic_container {
  width: 1180px;
  margin: 0 auto;
  margin-top: 232px;
  margin-bottom: 98px;
}
.bottom_pic_box {
  width: 33.33%;
  text-align: center;
}
.bottom_pic_title {
  font-size: 18px;
  color: #333;
  margin-top: 40px;
}
.bottom_pic_details {
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-top: 20px;
}
.deal_tags_box {
  width: 16%;
  height: 120px;
  text-align: center;
}
.deal_tags_box p {
  font-size: 14px;
  color: #515151;
  margin-top: 24px;
  line-height: 24px;
}
.account_tags_box p {
  font-size: 14px;
  color: #515151;
  margin-top: 24px;
  line-height: 24px;
}
.midea_account_arrow {
  width: 3%;
  color: #bfbfbf;
  height: 120px;
  line-height: 160px;
}
.deal_arrow {
  width: 5%;
  color: #bfbfbf;
  height: 120px;
  line-height: 160px;
}
.deal_top_container {
  overflow: hidden;
  margin: 0 auto;
  width: 830px;
}
.deal_services {
  width: 1080px;
  margin: 0 auto;
}
.detail_box1,
.detail_box1 img {
  width: 520px;
  height: 580px;
  margin-right: 168px;
  box-shadow: 10px 17px 14px -10px rgba(102, 102, 102, 0.2);
  border-radius: 4px;
  position: relative;
}
.detail_box2 {
  width: 390px;
  height: 690px;
  position: relative;
  margin-top: 50px;
  box-shadow: 1px 17px 9px -10px rgba(102, 102, 102, 0.2);
}
.detail_box2 img {
  width: 390px;
  height: 550px;
}
.detail_box3,
.detail_box3 img {
  width: 450px;
  height: 580px;
  margin-right: 168px;
  margin-top: -30px;
  position: relative;
  box-shadow: 10px 17px 14px -10px rgba(102, 102, 102, 0.2);
}
.detail_box4 {
  width: 460px;
  height: 580px;
  position: relative;
  box-shadow: 10px 17px 14px -10px rgba(102, 102, 102, 0.2);
  margin-top: 140px;
  margin-bottom: 110px;
}
.detail_box4 img {
  width: 460px;
  height: 580px;
}
.deal_services_container {
  width: 1080px;
  margin: 0 auto;
}
.detail_describe_l {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  padding: 22px 5%;
  background: #fff;
}
.detail_describe_r {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74%;
  padding: 22px 5%;
  background: #fff;
}
.describe_title {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 10px;
}
.describe_content {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.detail_top2 {
  width: 90%;
  margin-left: 10%;
  height: 126px;
  padding-top: 16px;
}
.describe_details {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.diamond {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #f4963c;
  transform: rotate(45deg);
  margin: 0 10px;
}
.top_deal_container {
  width: 1080px;
  margin-top: 100px;
}
.top_deal_container > div {
  width: 359px;
  text-align: center;
  border-right: 1px solid #ebebeb;
}
.top_deal_container > div:last-child {
  border: none;
}
.domain_name_deal_box {
  margin-top: 18px;
  line-height: 26px;
  margin-left: 6px;
}
.domain_name_deal_box p:first-child {
  font-size: 16px;
  color: #333;
}
.domain_name_deal_box p:last-child {
  font-size: 14px;
  color: #666;
  line-height: 22px;
  margin-top: 12px;
}
.why_zhongjie {
  width: 100%;
  height: 440px;
  background: #fafafa;
  font-size: 14px;
  color: #666;
  margin-top: 100px;
  padding: 100px 0;
}
.why_zhongjie_box_container {
  width: 1000px;
  margin: 0 auto;
}
.why_zhongjie_box_container > div:first-child {
  margin: 30px 30px 0 0;
}
.service_tenet_box {
  width: 1080px;
  margin: 100px auto;
  text-align: center;
}
.service_tenet_box > p:first-child {
  font-size: 32px;
  line-height: 41px;
}
.service_tenet_box .service_tent_stitle {
  font-size: 14px;
  line-height: 41px;
  color: #b3b3b3;
}
.service_tent_details {
  margin-top: 60px;
}
.service_tent_details li {
  width: 250px;
  height: 430px;
  margin-right: 26px;
  background: #fff;
  float: left;
  text-align: center;
  box-shadow: 0px 10px 36px 0px rgba(0, 0, 0, 0.1);
}
.service_tent_details li:last-child {
  margin-right: 0;
}
.service_tent_details div {
  padding: 10px 0;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 28px;
}
.service_tent_details p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 18px;
}
.service_tent_details hr {
  border: 1px solid #8dcbfd;
  width: 32px;
  margin-left: 108px;
}
.account_deal_box {
  width: 1080px;
  margin: 0 auto;
}
.account_gray_bg {
  width: 100%;
  padding: 80px 0;
  background: #fafafa;
}
.account_title {
  text-align: center;
  height: 42px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: normal;
}
.midea_account_container {
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.account_tags_box {
  width: 14%;
  height: 120px;
  text-align: center;
}
.why_chose_box {
  width: 1080px;
  margin: 0 auto;
  margin-top: 80px;
}
.chose_us_pics {
  margin-bottom: 60px;
}
.chose_us_pics li {
  width: 340px;
  margin-right: 30px;
  min-height: 380px;
  float: left;
}
.chose_us_pics li:last-child {
  margin: 0;
}
.chose_us_title {
  font-size: 18px;
  line-height: 41px;
  margin-top: 10px;
}
.chose_us_words {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.why_fenqi_leftbox .see_more {
  color: #4385f5;
}
.daili_des li {
  width: 326px;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  padding: 34px 20px;
  font-size: 14px;
  color: #999;
  float: left;
  margin-right: 51px;
}
.daili_des li:last-child{
    margin-right: 0;
}
.daili_des li>img{
    display: block;
    margin: 0 auto;
}
.daili_des li .tt{
    font-size: 18px;
    text-align: center;
    padding: 15px 0 30px;
    position: relative;
    color: #333;
    margin-bottom: 40px;
}
.daili_des li .tt::after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 64px;
    height: 2px;
    background: #ffc907;
    transform: translate(-50%,0);
}
.daili_des li .tt2 span{
    font-weight: bold;
    color: #ff8000;
    font-size: 24px;
    vertical-align: -3px;
}
.daili_des li .des{
    padding-bottom: 5px;
}
.lxfs{
  width: 300px;
  height: 230px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  position: absolute;
    left: 50%;
    margin: 0 0 0 310px;
    bottom: 130px;
    z-index: 100;
    text-align: center;
}
.lxfs .tt{
  color: #fff;
  font-size: 18px;
  font-weight: 700px;
  padding: 44px 0 24px;
}
.lxfs .cc{
  width: 230px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: rgba(171, 171, 171, 1);
  background: #fff;
  margin: 0 auto 14px auto;
  border-radius: 20px;
}
.lxfs .cc span{
  color: rgba(0, 171, 242, 1);
}