/*reset*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;

  }

body {
    margin: 0;
  }

  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  nav,
  section,
  summary {
    display: block;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  dl,
  dd,
  p,
  select,
  textarea {
    margin: 0;
  }

  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  a {
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
  }

  a:active,
  a:hover {
    outline: 0;
  }

  audio,
  canvas,
  video {
    display: inline-block;
    vertical-align: baseline;
  }

  audio:not([controls]) {
    display: none;
    height: 0;
  }

  img {
    border: 0;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  button,
  input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }

  button::-moz-focus-inner,
  input[type="button"]::-moz-focus-inner,
  input[type="reset"]::-moz-focus-inner,
  input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  button[disabled],
  html input[disabled] {
    cursor: default;
  }

  input,
  button {
    overflow: visible;
  }

  button,
  select {
    text-transform: none;
  }

  input[type="checkbox"],
  input[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  textarea {
    resize: none;
    border: 1px solid #ccc;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  td,
  th {
    padding: 0;
  }

  del {
    text-decoration: line-through;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  .clearfix:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
  }

  html {
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
  }

  body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #ffffff;
    max-width: 480px;
    margin: 0 auto;
    overflow-x: hidden;
    padding-bottom: 80px;
  }

    .clearfix{
        clear:both;
 }

 .pullL{
    float: left;
 }

 .pullR{
    float:right;
 }

 @keyframes ballon6{
    0%{transform: translateY(-3px);}
    50%{transform: translateY(0);}
    100%{transform: translateY(-3px);}
 }

 @keyframes scale2{
  0%{ transform: scale(1);}
  100%{ transform: scale(1.1);}
}

a.pubtn {
    display:block;
    width: 9rem;
    height: 2rem;
    margin:0 auto;
    text-align: center;
    line-height: 2rem;
    font-size: .75rem;
    color: #fff;
    background: linear-gradient(to right, #ff9800, #f16c2e);
    border-radius: 1rem;
    animation: ballon6 1s linear infinite;
    margin-top: 1rem;
    transition: all .3s;
}

 /* å¤´å›¾ */
 .content100 {
    width: 100%;
    padding: 0 0.75rem;
    box-sizing: border-box;
}

 .ban1{
    height:14rem;
    background: url(../images/ban1_bg.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
    padding-top: 1.7rem;
 }

.ban1 .text-main2{
    width: 12.525rem;
    height:2.25rem;
    margin:0 auto;
    background: url(../images/ban2_textbg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 4.2rem;
    padding-top: 0.65rem;
}
.ban1 .text-main2 p{
    font-size: 0.65rem;
    color: #fff;
}
.ban1 .text-main2 p span{
    color: #f7e6bc;
}
.ban1 .list_main ul{
    width: 12.525rem;
    height:2.02rem;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 1rem;

}

.ban1 .list_main ul li{
    width:6.25rem;
    height:1.1rem;
    line-height: 1.1rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    padding-left:1rem;
    color:#d24000;
    font-weight: bolder;
    font-size: 0.5rem;
 
}

.ban1 .list_main ul li:last-child{
    margin-right: 0;

}

.ban1 .list_main ul li:nth-child(1){
    background: url(../images/ban1_listbg01.png) 0 0 no-repeat;
    background-size: 100% 100%;

}

.ban1 .list_main ul li:nth-child(2){
    background: url(../images/ban1_listbg02.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ban1 .list_main ul li:nth-child(3){
    background: url(../images/ban1_listbg03.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.ban1 .list_main ul li:nth-child(4){
    background: url(../images/ban1_listbg04.png) 0 0 no-repeat;
    background-size: 100% 100%;

}
.ban1 .list_main ul li p{
    text-align: left;
}

.content100 h3.title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem auto 0 auto;
  height: 2.5rem;
  line-height: 1rem;
  font-size: 0.95rem;
  font-weight: bold;
  color: #333;
  background: url(../images/top_icon.png) center 0 no-repeat;
  background-size: 2.05rem 2.1rem;
}

.content100 h4.sectitle {
  margin: -0.5rem auto 0 auto;
  font-size: 0.55rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.content100 h3.title span{
color: #f16c2e;
}

.content100 h3.title::before {
  content: "";
  display: inline-block;
  width:1.025rem;
  height:0.5rem;
  margin-right: 0.45rem;
  background: url(../images/left_icon.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.content100 h3.title::after {
  content: "";
  display: inline-block;
  width:1.025rem;
  height:0.5rem;
  margin-left: 0.45rem;
  background: url(../images/left_icon.png) no-repeat 0 0;
  background-size: 100% 100%;
}

.bggrey{
  background:#f5f6f8;
}

/*   å¼€å­¦å­£ä¼˜æƒ  */
.ban2_main{
  display: block;
  width:17.925rem;
  height:5.75rem;
  background: url(../images/ban2_mainbg.png) no-repeat 0 0;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 1.4rem;
  padding-left: 3.2rem;
  margin-top: -0.5rem;
  margin-bottom: 0.3rem;
}

.ban2_main p{
  font-size:0.7rem;
  font-weight: bold;
  color: #2a4967;
}

.ban2_main p:nth-child(2){
 margin-top: 0.8rem;
}

/* ä»€ä¹ˆæ ·çš„å­¦ç”Ÿé€‚åˆè¯»DSE? */
.ban3{
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}

.ban3 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.ban3 ul li{
    width: 8.475rem;
    height: 8.5rem; 
    box-sizing: border-box;
}

.ban3 ul li img{
      width: 8.475rem;
      height:4.8rem;
      margin: 0 auto;
      display: block;
}

.ban3 ul li dl dt{
    width: 8rem;
    border-radius: 1rem;
    margin:0 auto;
    text-align: center;
    color:#244e74;
    font-size: 0.65rem;
    font-weight: bold;
}

.ban3 ul li dl dd{
    font-size: 0.6rem;
    margin-top:.3rem;
    color:#000;
    text-align: center;
}

/* é¦™æ¸¯DSEè¯¾ç¨‹ä»‹ç» */
.ban4{
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.ban4 a.pubtn {
    margin-top: 2rem;
}
.ban4 .ban4_main{
  position: relative;
}
.ban4 .ban4_main img.centerimg{
  display: block;
  width: 5.325rem;
  height:5.325rem;
  margin:0 auto;
  margin-top: 1rem;
}
.ban4 .ban4_main div dl dt{
  font-size: 0.55rem;
  color: #244e74;
  font-weight: bold;
  text-align: center;
}
.ban4 .ban4_main div dl dd{
  font-size: 0.5rem;
  color: #000;
  text-align: center;
}
.ban4 .ban4_main .ban4mainl_tag01{
  position: absolute;
  top:0;
  left: 0;
}
.ban4 .ban4_main .ban4mainl_tag02{
  position: absolute;
  left:0;
  top:3.6rem;
}
.ban4 .ban4_main .ban4mainl_tag03{
  position: absolute;
  top:0;
  right: 0;
}
.ban4 .ban4_main .ban4mainl_tag04{
  position: absolute;
  top:3.6rem;
  right: 0;
}
/* æ–°èˆªé“Â·é”¦ç§‹HKDSEçƒ­æŠ¥ç­åž‹ */
.ban5 {
   padding-top: 1rem;
   padding-bottom: 1.5rem;
}
.ban5 h4.sectitle{
   font-size: 0.5rem;
}
.ban5 .kecheng{
    width: 17.25rem;
    margin-top: 1rem;
} 
.ban5 .kecheng .navbar_bx{
   width: 17.25rem;
   margin-top: .75rem;
   height: 1.5rem;
   display: flex;
   justify-content: space-around;
   align-items: center;
   flex-wrap: nowrap;
 }
.ban5 .kecheng .navbar_bx .item{
   width: 5.2rem;
   height: 1.5rem;
   line-height: 1.5rem;
   font-size: .66rem;
   color: #f16c2e;
   background:#fff;
   text-align: center;
   cursor: pointer;
   font-weight: bold;
   border-radius: .75rem;
   border:1px solid #f16c2e;
   box-sizing: border-box;
 
 }
.ban5 .kecheng .navbar_bx .active{
   color: #fff;
   background:#f16c2e;
   border:1px solid #f16c2e;

 }
.kecheng_bx {
    display: none;
}
.ban5 .kecheng .kecheng_banxiang{
     border-top:0;
     margin-top: .6rem;
 }
.ban5 .kecheng .kecheng_banxiang table{
    width: 100%;
    margin:0 auto;
    box-shadow: 0 0 .25rem rgba(0,0,0,.2);
    border-radius: .5rem;
 }
.ban5 .kecheng .kecheng_banxiang table tr:nth-child(odd){
    background: #fafbfd;
}
.ban5 .kecheng .kecheng_banxiang table tr:nth-child(even){
    background: #ebeef6;
}
.ban5 .kecheng .kecheng_banxiang table tr td{
    text-align: center;
    vertical-align: middle;
    font-size: .6rem;
    color:#333;
    line-height: .72rem;
}
.ban5 .kecheng .kecheng_banxiang table tr.firstTr{
    height: 2rem;
    color:#fff;
    font-size: .66rem;
}
.ban5 .kecheng .kecheng_banxiang table tr th{
    vertical-align: middle;
}
.ban5 .kecheng .kecheng_banxiang table tr .bor_ralef01{
    border-radius: .5rem 0 0 0;
}
.ban5 .kecheng .kecheng_banxiang table tr .bor_rarig01{
    border-radius:0 .5rem 0 0;
}
.ban5 .kecheng .kecheng_banxiang table tr td.bor_ralef02{
    border-radius:0 0 0 .5rem;
}
.ban5 .kecheng .kecheng_banxiang table tr td.bor_rarig02{
    border-radius:0 0 .5rem 0;
}
.ban5 .kecheng .kecheng_banxiang table tr.firstTr th.shitingHot{
    position: relative;
    vertical-align: middle;
}
.ban5 .kecheng .kecheng_banxiang table tr th.borR0{
    border-right:0 solid #ffe1e9;
}
.ban5 .kecheng .kecheng_banxiang table tr td.borR0{
    border-right:0 solid #e6e6e6;
}
.ban5 .kecheng .kecheng_banxiang table tr td{
    color:#333;
    font-size: .6rem;
    line-height: 1rem;
    border-right:1px solid #e6e6e6;
    border-bottom:1px solid #ffe1e9;
    padding:.8rem .25rem;
}
.ban5 .kecheng .kecheng_banxiang table tr td:first-child{
    width: 5rem;
    color: #f16c2e;
    font-weight: bold;
}
.ban5 .kecheng .kecheng_banxiang table tr td:nth-child(3){
    width: 4rem;
    text-align: left;
    padding-left: .5rem;
}
.ban5 .kecheng .kecheng_banxiang table tr:nth-child(odd){
    background:#ffefe7;
}
.ban5 .kecheng .kecheng_banxiang table tr:nth-child(even){
    background:#fff;
}
.ban5 .kecheng .kecheng_banxiang table tr:nth-child(1){
    background:#f16c2e;
    border-radius: .5rem .5rem 0 0;
}
.ban5 .kecheng .kecheng_banxiang table tr td a {
    display: block;
    width: 3.2rem;
    height: 1rem;
    margin: 0 auto;
    line-height: 1rem;
    text-align: center;
    border-radius: .5rem;
    font-size: .6rem;
    background: #fff;
    transition: all .2s;
    animation: ballon7 1s linear infinite;
    background: linear-gradient(to bottom, #ff8028, #ff551c);
    background: -webkit-linear-gradient(to bottom, #ff8028, #ff551c);
    background: -o-linear-gradient(to bottom, #ff8028, #ff551c);
    background: -ms-linear-gradient(to bottom, #ff8028, #ff551c);
    background: -moz-linear-gradient(to bottom, #ff8028, #ff551c);
    color: #fff;
    box-shadow: 0 0 .25rem rgba(0,0,0,.3);
    border:1px solid #ff490e;
    font-weight: bold;
}
.show{
    display: block;
}
/* DSEè€ƒè¯•ç§‘ç›®  */
.ban6{
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  height: 14.5rem;
}
.ban6 a.pubtn {
    margin-top: 7rem;
}
.ban6 img{
  position:absolute;
  width: 3.925rem;
  height: 6.7rem;
  left: 2rem;
  top: 3.5rem;
}
.ban6 .ban6_main{ 
  position:absolute;
  width: 11rem;
  height: 6.45rem;
  right: 0.75rem;
  top: 3.5rem;
}
.ban6 .ban6_main h3 {
  color: #f16c2e;
  font-size: 0.65rem;
  text-align: center;
}
.ban6 .ban6_main dl{
  width: 100%;
  box-sizing: border-box;
  padding:0 0.2rem;
  margin-top: 0.3rem;
}
.ban6 .ban6_main dl dt{
  text-align: left;
  color:#244e74;
  font-size: 0.55rem;
  font-weight: bold;
}
.ban6 .ban6_main dl dd{
  font-size: 0.5rem;
  color:#000000;
  text-align: left;
}
/* æ–°èˆªé“Â·é”¦ç§‹HKDSEä¼˜åŠ¿ */
.ban78{
  height:26rem;
  background: url(../images/ban78_bg.jpg) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.ban78 h3.title{
   color:#fff;
   background: url(../images/top_icon2.png) center 0 no-repeat;
   background-size: 2.05rem 2.1rem;
}
.ban78 .dseys_tit01{
  width: 9.725rem;
  height:1.375rem;
  line-height: 1.375rem;
  margin:0 auto;
  background: url(../images/ban7_titbg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.75rem;
  color:#fff;
  font-weight: bold;
}
.ban78 h4.sectitle {
  margin: 0 auto;
  margin-top: 0.3rem;
  font-size: 0.55rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.ban7 img{
  width: 17.25rem;
  height:6.9rem;
  margin:0.3rem auto;
}
.ban78 .dseys_tit02{
  width:16.45rem;
  height:1.375rem;
  line-height: 1.375rem;
  margin:0 auto;
  background: url(../images/ban8_titbg.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.75rem;
  color:#fff;
  font-weight: bold;
  margin-top: 1rem;
}
.ban7 ul{
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
   margin-top: 0.3rem;
}
.ban7 ul li{
  width: 8.625rem;
  height:4.675rem;
  margin-bottom:0.3rem;
  position: relative;
  color:#fff;
}
.ban7 ul li:nth-child(1){
  background: url(../images/ban8_list01.png) 0 0 no-repeat;
  background-size:100% 100%;
}
.ban7 ul li:nth-child(2){
  background: url(../images/ban8_list02.png) 0 0 no-repeat;
  background-size:100% 100%;
}
.ban7 ul li:nth-child(3){
  background: url(../images/ban8_list03.png) 0 0 no-repeat;
  background-size:100% 100%;
}
.ban7 ul li:nth-child(4){
  background: url(../images/ban8_list04.png) 0 0 no-repeat;
  background-size:100% 100%;
}
.ban7 ul li dl{
  width: 8.625rem;
  text-align: center;
  box-sizing: border-box;
  padding:0.7rem 0.5rem 0 0.5rem;
}
.ban7 ul li dl dt{
  font-size:0.7rem;
  font-weight: bold;
  color:#fff;
}
.ban7 ul li dl dd{
  font-size:0.5rem;
  color:#000;
  margin-top: 0.6rem;
  line-height: 0.7rem;
}
/* æ–°èˆªé“äº”æ˜ŸæœåŠ¡å­¦å‘˜ç®¡ç†åˆ¶åº¦ */
.ban8{
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.ban8 ul{
   display: flex;
   flex-direction:column;
   justify-content: space-between;
   align-items: center;
   flex-wrap: nowrap;
}
.ban8 ul li{
  width: 17.925rem;
  height:4.375rem;
  position: relative;
  color:#fff;
  background: url(../images/ban9_listbg.png) 0 0 no-repeat;
  background-size:100% 100%;
  position: relative;
}
.ban8 ul li h3{
  width:2.175rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  color:#fff;
  font-size:1rem;
  font-weight: bold;
  position: absolute;
  top:0;
  left: 1.1rem;
}
.ban8 ul li dl{
  width:13.35rem;
  position: absolute;
  left: 4rem;
  top: 1rem;
}
.ban8 ul li dl dt{
  font-size:0.6rem;
  font-weight: bold;
  color:#3b5771;
}
.ban8 ul li dl dd{
  font-size:0.5rem;
  color:#000;
  line-height: 1.3;
}
.ban8 ul li:nth-child(4) dl{
  width:13.35rem;
  position: absolute;
  left: 4rem;
  top: 0.35rem;
}
/* HKDSEè¯¾ç¨‹è®¤å¯åº¦ */
.ban9{
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.ban9 ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  padding-bottom: 0.3rem;
}
.ban9 ul li{
  width: 8.6rem;
  height:5.825rem;
}
.ban9 ul li img{
  width: 8.6rem;
  height:5.825rem;
}
/* HKDSEè¯¾ç¨‹è®¤å¯åº¦ */
.ban10{
  height:25rem;
  background: url(../images/ban10_bg.jpg) no-repeat;
  background-size: 100% 100%;
  position: relative;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.ban10 .ban10_bg{
  height:18.675rem;
  margin:0 auto;
  background: url(../images/ban10main_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.5rem;
  position: relative;
}
.ban10 .ban10_bg p{
  font-size:0.6rem;
  color:#fff;
}
.ban10 .ban10_bg p:nth-child(1){
   position: absolute;
   bottom: -0.9rem;
   left: 2rem;
}
.ban10 .ban10_bg p:nth-child(2){
  position: absolute;
  bottom: -0.9rem;
  right: 2rem;
}

/* 表单二 */
.ban11{
  background: url(../images/ban11_bg.jpg) 50% no-repeat; 
  width: 100%;
  height: 15.75rem;
  padding-top:1.6rem;
  position: relative;
  background-size: 100% 100%;
}
.ban11 h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1rem;
    font-size: 0.95rem;
    font-weight: bold;
    color: #fff;
}
.two-form{
    width: 88%;
    padding: 1.5rem 0 0;
    margin:0 auto;

}
.two-form .two-form-top{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.two-form .two-form-top .txo-item{
    position: relative;
    width: 100%;
    height: 2rem;
    position: relative;
    display: flex;
    align-items: center;
    border: 0.01rem solid #101010;
    border-radius: 0.125rem;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
    background-color: #fff;
}
.two-form .two-form-top .txo-item .tyo-img{
  width: 0.65rem;
  height: 0.8rem;
  margin: 0 0.5rem;
}
.two-form .two-form-top .txo-item .tyo-img img{
  width: 100%;
  height: 100%;
  display: block;
}
.two-form .two-form-top .txo-item .tyo-input{height: 100%;}
.two-form .two-form-top .txo-item .tyo-input .tyo-input-name{
  border: none;
  border: none;
  height: 100%;
}
.two-form .two-form-top .txo-item .tyo-twoCode{
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translate(0, -50%);
}
.two-form .two-form-top .txo-item .tyo-twoCode .twoYzm{
  border: none;
  padding: 0.25rem 0.8rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #767676;
}
.two-form .two-form-top .txo-submit{
  width: 100%;
  border-radius: 0.125rem; 
  height: auto;
}
.two-form .two-form-top .txo-submit .submit-in{
  transition: all 0.2s linear; 
  height: 2rem;
  margin-top: 0.2rem;
  background: linear-gradient(to right, #ff9800, #f16c2e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fffeff;
  font-size: 0.9rem;
  font-weight: bold;
}
.two-form .two-form-top .txo-submit .submit-in .tzo-txt{
  color: #fffeff;
  font-size: 16px;
  font-weight: bold;
}
.two-form .two-form-bottom{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  font-size: 0.6rem;
}
