.banner-box {
  position: relative;
}
.banner-box .banner-bg {
  position: absolute;
  width: 100%;
  height: 380px;
  background-size: cover;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.banner-box .banner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.banner-box .left-nav {
  width: 210px;
  background: #fff;
  height: 380px;
}
.banner-box .nav-title {
  height: 51px;
  line-height: 51px;
  font-size: 16px;
  font-weight: bold;
  padding-left: 47px;
  color: #333;
  position: relative;
  background-repeat: no-repeat;
  background-position: 20px center;
}
.banner-box .nav-title:hover {
  background-color: #EFF7FF;
  color: #3889FC;
}
.banner-box .nav-title:after {
  content: '';
  position: absolute;
  top: 22px;
  right: 32px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.banner-box .nav-title-1 {
  background-image: url("../images/icon-pc.png");
}
.banner-box .nav-title-2 {
  background-image: url("../images/icon-mobile-2.png");
}
.banner-box .nav-hot-title {
  font-size: 16px;
  font-weight: bold;
  padding-left: 47px;
  color: #333;
  padding-top: 24px;
  padding-bottom: 10px;
}
.banner-box .nav-hot {
  height: 228px;
  overflow: hidden;
}
.banner-box .nav-hot a {
  display: block;
  padding-left: 47px;
  height: 38px;
  line-height: 38px;
}
.banner-box .nav-hot a:hover {
  background: #EFF7FF;
  color: #3889FC;
}
.banner-box .left-nav-sub {
  position: absolute;
  height: 100%;
  width: 990px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #5199FF;
  z-index: 10;
  left: 210px;
  top: 0;
  background: #fff;
  padding: 20px;
  overflow: auto;
}
.banner-box .left-nav-sub .h3 {
  line-height: 24px;
  border: 1px solid #E9E9E9;
  padding: 0 10px;
  display: inline-block;
  border-radius: 2px;
  margin-bottom: 20px;
}
.banner-box .left-nav-sub .h3:hover {
  background: #5199FF;
  border-color: #5199FF;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-box .left-nav-sub .sub-list {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner-box .left-nav-sub .sub-list a {
  margin-bottom: 13px;
  margin-right: 40px;
}
.banner-box .left-nav-sub .sub-list a:hover {
  color: #5199FF;
}
.banner-box .banner {
  width: 990px;
  height: 380px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}
.banner-box .banner ul {
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.banner-box .banner ul.animate {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.banner-box .banner li {
  display: inline-block;
}
.banner-box .banner img {
  width: 990px;
  height: 380px;
  display: block;
}
.banner-box .banner-dot {
  position: absolute;
  text-align: center;
  font-size: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 5px;
}
.banner-box .banner-dot span {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 2px;
  border-radius: 8px;
  background: #fff;
  opacity: 0.3;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.banner-box .banner-dot span.active {
  opacity: 1;
  width: 24px;
}
.main {
  background: #eff3f6;
}
.main-box {
  padding-top: 23px;
  padding-bottom: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hot {
  width: 903px;
}
.hot ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hot ul li {
  width: 290px;
  margin-bottom: 16px;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(163, 163, 163, 0.5);
          box-shadow: 0 1px 3px 0 rgba(163, 163, 163, 0.5);
}
.hot ul li p {
  height: 150px;
  overflow: hidden;
}
.hot ul img {
  width: 100%;
  display: block;
}
.hot ul h3 {
  height: 50px;
  line-height: 50px;
  padding-left: 14px;
  font-size: 16px;
  color: #333333;
  background: #fff;
}
h2.title {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  padding-top: 13px;
  margin-bottom: 19px;
}
h2.title:before {
  content: '';
  width: 11px;
  height: 11px;
  border-left: 4px solid #5199FF;
  border-top: 4px solid #5199FF;
  position: absolute;
  left: 0;
  top: 0;
}
.notice {
  width: 266px;
}
.notice-content {
  background: #fff;
  height: 416px;
  padding-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.notice-list {
  margin-bottom: 29px;
}
.notice-list a {
  display: block;
  margin-bottom: 16px;
  padding-left: 25px;
  width: 218px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.btn-download {
  display: block;
  width: 218px;
  height: 44px;
  line-height: 44px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5592FC), to(#6DCFFF));
  background-image: linear-gradient(0deg, #5592FC 0%, #6DCFFF 100%);
  border-radius: 2px;
  margin: 0 auto;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.btn-download span {
  background: url("../images/icon-down.png") left center no-repeat;
  padding-left: 30px;
  display: inline-block;
}
.advantage {
  padding: 20px 0;
  background: #fff;
}
.advantage .advantage-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advantage .advantage-box dl {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #f1f4f5;
  height: 66px;
  padding-left: 130px;
  background-repeat: no-repeat;
  background-position: 45px 0;
}
.advantage .advantage-box dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}
.advantage .advantage-box dl dd {
  line-height: 18px;
}
.advantage .advantage-box dl:nth-child(1) {
  background-image: url("../images/icon1.png");
}
.advantage .advantage-box dl:nth-child(2) {
  background-image: url("../images/icon2.png");
}
.advantage .advantage-box dl:nth-child(3) {
  background-image: url("../images/icon3.png");
}
.advantage .advantage-box dl:nth-child(4) {
  background-image: url("../images/icon4.png");
}
.advantage .advantage-box dl:last-child {
  border-right: 0 none;
}
.disclaimer {
  padding-top: 20px;
}
.content-box {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 60px 60px 60px;
}
.content-box h2 {
  text-align: center;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #5199FF;
  margin-bottom: 40px;
  color: #333;
  line-height: 25px;
}
.content-box .content {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}
.content-box .content .p {
  margin-bottom: 30px;
}
.content-box .content .p h3 {
  color: #5199FF;
  font-size: 18px;
  margin-bottom: 10px;
}
.content-box .content .shq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 61px;
}
.content-box .content .shq-item:nth-last-child(1) {
  margin-bottom: 0;
}
.content-box .content .shq-item .shq-item-num {
  width: 25px;
  height: 25px;
  border: 1px dashed #5199FF;
  border-radius: 50%;
  text-align: center;
  margin-right: 20px;
}
.content-box .content .shq-item .shq-item-num span {
  background: #5199FF;
  color: #fff;
  display: block;
  margin: 2px;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  line-height: 21px;
}
.content-box .content .shq-item .shq-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-box .content .shq-item .shq-item-content h4 {
  margin-bottom: 20px;
  color: #333;
}
.content-box .content .shq-item .shq-item-content h4 span {
  color: #F54E35;
  font-size: 12px;
}
.content-box .content .shq-item .shq-item-content h4 .btn {
  line-height: 26px;
  padding: 0 12px;
  width: auto;
  font-size: 14px;
  border-radius: 4px;
}
.content-box .content .shq-item .shq-item-content .content-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content-box .content .shq-item .shq-item-content .content-ul li {
  position: relative;
  padding-left: 18px;
}
.content-box .content .shq-item .shq-item-content .content-ul li a {
  color: #5199FF;
}
.content-box .content .shq-item .shq-item-content .content-ul li:before {
  content: '';
  width: 6px;
  height: 6px;
  background: #5199FF;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 0;
  top: 10px;
}
