/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    background: url(../img/bg.png) no-repeat top center;
  }
  html,body {
    margin: 0;
    padding: 0;
    font: 14px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
  }
  html,body{
    position: relative;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea,
  a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  
  a:hover {
    color: #157EB8;
    text-decoration: none;
  }
  
  h1, h2, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  
  ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .container{
    width: 1000px !important;
    min-width: 1000px !important;
}
header .col-5{
    text-align: right;
}
header .col-5 a{
    display: inline-block;
    line-height: 72px;
    padding: 0 20px;
}
nav{
    background: #157EB8;
    color: #FFF;
    box-shadow: 0px 15px 15px -15px rgba(0, 0, 0, 0.3);
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
}
nav a{
    float: left;
    text-align: center;
    width: calc(100% / 7);
    font-size: 16px;
}
nav a:hover{
    color: #FF0;
}
.search{
  background: #C4D0E8;
}
.search input{
  width: 100%;
  height: 34px;
  padding-left:10px;
  background: #FFF;
  border: 1px #C4D0E8 solid;
}
.search input:hover{
  border-color: #157EB8;
}
.search button{
  background: #157EB8;
  color: #FFF;
  border: none;
  height: 34px;
  padding:0 30px;
  cursor: pointer;
}
.search button:hover{
  background-color: #03669C;
}
.class{
  background: #EEF1F9;
}
.class ul li{
  position: relative;
  padding-left:16px;
}
.class ul li a{
  display: block;
  line-height: 32px;
}
.class ul li::before{
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  top:10px;
  height: 10px;
  background: #FFF;
  border: 2px #157EB8 solid;
  border-radius: 50px;
}
.tatle{
  border-bottom: #C4D0E8 2px solid;
}
.tatle h3{
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding-left: 8px;
  color: #03669C;
}
.tatle a{
  float: right;
  color: #999;
  padding-right: 8px;
}
.abb p{
  line-height: 26px;
  text-indent: 2rem;
}
.abb ul li{
  padding: 10px 0;
  font-weight: bold;
  font-size: 16px;
}
.Hpr p{
  margin: 0;
  padding: 0;
  text-align: center;
  padding-top:10px;
}
footer{
  background: #F6F6F6;
  border-top: 1px #CCCCCC solid;
  width: 979px;
  margin: 0 auto;
  text-align: center;
  line-height: 24px;
}
.dow .row{
  border-bottom: 1px #CCC solid;
  padding-bottom: 15px;
}
.dow h3{
  padding: 15px 0;
  margin: 0;
}
.dow p{
  line-height: 26px;
  text-indent: 2rem;
}
.dow .col-6{
  color: #888
}
.dow button{
  background: #157EB8;
  color: #FFF;
  border: none;
  height: 34px;
  padding:0 30px;
  cursor: pointer;
  width: auto;
}
.dow button:hover{
  background-color: #03669C;
}
.pV{
  text-align: center;
}
.pV h3{
  text-align: center;
}
.pV p{
  text-align: left;
  margin: 0;
  padding:5px 0;
}