  @charset "UTF-8";
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
  margin: 0;
  padding: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

body, div, span, p, input, textarea, button, label, h1, h2, h3, h4, h5, h6, pre {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Segoe UI","Helvetica Neue","PingFang SC","Noto Sans","Noto Sans CJK SC","Microsoft YaHei","Î¢ÈíÑÅºÚ",sans-serif;
}

body {
  background: #fff;
  /*overflow-y:scroll;*/
  overflow-x: hidden;
}

a {
  display: inline-block;
  color: #383838;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #383838;
}

a:focus {
  text-decoration: none;
}

.c-banner_tit {
  font-size: 50px;
  color: #262626;
  font-weight: bold;
  margin-bottom: 24px;
}

.c-banner_subTit {
  font-size: 22px;
  color: #595959;
  margin-bottom: 40px;
}

.c-ssst {
  font-size: 14px;
}

.c-sst {
  font-size: 16px;
}

.c-st {
  font-size: 18px;
}

.c-smt {
  font-size: 20px;
}

.c-mt {
  font-size: 22px;
}

.c-mlt {
  font-size: 24px;
}

.c-mllt {
  font-size: 28px;
}

.c-lt {
  font-size: 32px;
}

#header {
  position: fixed;
  z-index: 99999;
  background: #fff;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #383838;
  box-shadow: 0 2px 6px #e8e8e8;
}

#header .logo {
  float: left;
}

#header .mobile_navBtn {
  display: none;
}

#header .u-nav {
  display: inline-block;
  float: right;
}

#header .u-nav li {
  float: left;
  padding: 0 20px;
  cursor: pointer;
}

#header .u-nav li .underline {
  border-bottom: 2px solid #e60023;
}

#header .u-nav li a:hover {
  border-bottom: 2px solid #e60023;
}

#header .u-nav .u-nav_tip {
  min-height: 60px;
  line-height: 56px;
  text-align: left;
  margin-left: 15px;
}

#header .btn_box {
  float: right;
}

#header .btn_box .d-btn {
  width: 90px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  border-radius: 4px;
}

#header .btn_box .u-reg_btn {
  color: #fff;
  background: -webkit-linear-gradient(90deg, #ff2e4e, #e60023);
  background: -moz-linear-gradient(90deg, #ff2e4e, #e60023);
  background: -ms-linear-gradient(90deg, #ff2e4e, #e60023);
  background: linear-gradient(90deg, #ff2e4e, #e60023);
}

#header .btn_box .u-sig_btn {
  border: 1px solid #e8e8e8;
}

#header .mobile_btn_box {
  display: none;
}

.content {
  padding-top: 62px;
}

.content .u-banner {
  width: 100%;
  height: 284px;
  padding-top: 82px;
  background: url("/src/img/banner2.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
  color: #262626;
}

.content .u-tab {
  width: 100%;
  height: 60px;
  line-height: 56px;
  text-align: center;
  border: 1px solid #e8e8e8;
}

.content .u-tab a {
  font-size: 16px;
  margin-right: 100px;
  cursor: pointer;
}

.content .u-tab a i {
  font-size: 20px;
  margin-right: 20px;
  position: relative;
  top: 2.5px;
  color: #1ba5fa;
}

.content .u-tab a:last-child {
  margin: 0;
}

.content .u-tab .active {
  border-bottom: 2px solid #e60023;
  color: #e60023;
}

#foot {
  width: 100%;
  background: #222222;
  color: #fff;
  padding: 80px 0 15px 0px;
}

#foot h4 {
  margin-bottom: 40px;
}

#foot .lay_left {
  float: left;
  width: 490px;
  padding-left: 10px;
  font-size: 14px;
}

#foot .lay_left p {
  line-height: 33px;
}

#foot .lay_mid {
  float: left;
  width: 210px;
  padding-left: 70px;
  font-size: 14px;
}

#foot .lay_mid a {
  color: #fff;
  display: block;
  line-height: 33px;
  width: 60px;
}

#foot .lay_right {
  float: left;
  width: 440px;
  padding-left: 190px;
}

#foot .lay_right .cus_srv {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 30px;
}

#foot .lay_right .cus_srv i {
  font-size: 25px;
  margin: 0 8px;
}

#foot .lay_right .af_qrcode {
  background: #fff;
  width: 168px;
  height: 168px;
  padding: 10px;
  margin-left: 10px;
}

#foot .lay_right .af_qrcode img {
  width: 100%;
  height: 100%;
}

#foot .foot_key {
  padding: 30px 0 0 10px;
}

#foot .foot_key p {
  margin-bottom: 10px;
}

#foot .foot_key ul li {
  float: left;
}

#footer {
  width: 100%;
  text-align: center;
  height: 80px;
  line-height: 80px;
  color: #777;
  font-size: 12px;
}

#footer .container {
  border-top: 1px solid #777;
}

#footer img {
  margin-right: 6px;
}

#footer br {
  display: none;
}

#footer a {
  color: #777;
}

@media (min-width: 992px) and (max-width: 1199px) {
  #foot .lay_mid {
    padding-left: 0;
  }
  #foot .lay_right {
    width: auto;
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  #header {
    font-size: 0.16rem;
    height: 1.5rem;
    line-height: 0;
  }
  #header .container {
    padding:0.5rem;
  }
  #header .logo {
    width: 2.2rem;
    height: auto;
    margin-right: 0.4rem;
    margin-top: -18px;
  }
  #header .logo img {
    width: 100%;
    height: 100%;
  }
  #header .mobile_navBtn {
    display: block;
    float: right;
    width: 0.5rem;
    height: 0.5rem;
    color: #e60023;
    margin-top: 0.1rem;
    cursor: pointer;
  }
  #header .mobile_navBtn i {
    line-height: 0.3rem;
    font-size: 0.5rem;
  }
  #header .u-nav {
    position: absolute;
    left: 0;
    top: 1.5rem;
    display: none;
    background: #fff;
    width: 100%;
    height: auto;
    float: none;
    font-size: 0.34rem;
  }
  #header .u-nav li {
    float: none;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-top: 1px solid #e8e8e8;
  }
  #header .u-nav li .underline {
    border-bottom: none;
  }
  #header .u-nav li a {
    display: block;
    color: #000;
  }
  #header .u-nav li a:hover {
    border-bottom: none;
  }
  #header .btn_box {
    display: none;
  }
  #header .mobile_btn_box {
    text-align: center;
    display: block;
    position: relative;
    position: fixed;
    z-index: 99999;
    left: 0;
    bottom: 0;
    height: 1.1rem;
    width: 100%;
    background: #e60023;
  }
  #header .mobile_btn_box span {
    font-size: 0.36rem;
    position: absolute;
    left: 49.4%;
    color: #fff;
    height: 1.1rem;
    line-height: 1.1rem;
  }
  #header .mobile_btn_box .d-btn {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 0.36rem;
    margin-left: 0;
    height: 1.1rem;
    line-height: 1.1rem;
  }
  #header .mobile_btn_box .u-reg_btn {
    background: #e60023;
  }
  #header .mobile_btn_box .u-sig_btn {
    border: none;
  }
  .content {
    padding-top: 1.5rem;
  }
  .content .u-banner {
    height: 2.84rem;
    padding-top: 0.8rem;
  }
  .content .u-banner .c-banner_tit {
    font-size: 0.5rem;
    margin-bottom: 0.4rem;
    color: #000;
  }
  .content .u-banner .banner_smTit {
    font-size: 0.46rem;
  }
  .content .u-banner .c-mt {
    font-size: 0.24rem;
    color: #000;
  }
  .content .u-banner .mobile_br {
    width: 4.8rem;
    margin: 0 auto;
  }
  .content .u-tab {
    height: 0.9rem;
    line-height: 0.86rem;
    text-align: center;
  }
  .content .u-tab a {
    font-size: 0.28rem;
    margin: 0 0.64rem;
  }
  .content .u-tab a i {
    font-size: 0.3rem;
    margin-right: 0.4rem;
    position: relative;
    top: 0.025rem;
    color: #e60023;
  }
  .content .u-tab a:last-child {
    margin: 0 0.64rem;
  }
  #foot {
    padding: 1.6rem 0 1rem;
    text-align: center;
  }
  #foot h4 {
    font-size: 0.38rem;
    margin-bottom: 0.6rem;
  }
  #foot .lay_left {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.8rem;
  }
  #foot .lay_left p {
    font-size: 0.28rem;
    text-align: start;
    line-height: 0.56rem;
  }
  #foot .lay_mid {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.9rem;
  }
  #foot .lay_mid:before, #foot .lay_mid:after {
    content: '';
    display: table;
  }
  #foot .lay_mid:after {
    clear: both;
  }
  #foot .lay_mid a {
    float: left;
    font-size: 0.28rem;
    width: 20%;
  }
  #foot .lay_right {
    float: none;
    width: 100%;
    padding-left: 0;
	margin-bottom: 20px;
  }
  #foot .lay_right .cus_srv {
    font-size: 0.38rem;
    line-height: 0.38rem;
    margin-bottom: 0.4rem;
  }
  #foot .lay_right .cus_srv i {
    font-size: 0.4rem;
    margin: 0 8px;
  }
  #foot .lay_right .af_qrcode {
    width: 2.3rem;
    height: 2.3rem;
    padding: 0.1rem;
    margin: 0 auto;
  }
  #foot .lay_right .af_qrcode img {
    width: 100%;
    height: 100%;
  }
  #foot .foot_key {
    display: none;
  }
  #footer {
    height: auto;
    line-height: 0.56rem;
    font-size: 0.28rem;
    margin-bottom: 1.1rem;
  }
  #footer .container {
    border-top: 1px solid #e5e5e5;
    padding: 0.2rem 0;
  }
  #footer img {
    margin-right: 0.09rem;
  }
  #footer br {
    display: block;
  }
  #af .mobile_docTab .container {
    padding: 0;
  }
  #af .mobile_docTab .container a {
    width: 26%;
    margin: 0 2%;
  }
  #af .mobile_docTab .container a:last-child {
    margin: 0 0.2rem;
  }
  #af .mobile_docTab .container .u-nav_tip {
    margin: 0 0.24rem;
    line-height: 0.56rem;
    font-size: 0.24rem;
  }
  #af .mobile_docTab .container .u-nav_tip a {
    width: auto;
    margin: 0;
  }
}