@import "../../iconfont/iconfont.css";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  line-height: 1.5; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
  color: #222;
  font-size: 14px;
  /*text-transform: uppercase;*/
}

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

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

input, select, input, textarea {
  outline: none;
}

a {
  text-decoration: none;
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
  color: #222;
}

a:hover {
  outline-width: 0;
  color: #1a71d8;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

.wrap {
  margin: 0 auto;
}
.wrap::after {
  display: block;
  content: "";
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
  clear: both;
}

@media screen and (min-width: 1700px) {
  html {
    font-size: 17px;
  }
  .wrap, .wrap2 {
    width: 1500px;
  }
  .swiper-container .wrap {
    margin-left: -750px;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1699.999px) {
  html {
    font-size: 16px;
  }
  .wrap, .wrap2 {
    width: 1300px;
  }
  .swiper-container .wrap {
    margin-left: -650px;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1499.9999px) {
  html {
    font-size: 15px;
  }
  .wrap, .wrap2 {
    width: 1200px;
  }
  .swiper-container .wrap {
    margin-left: -600px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1299.999px) {
  html {
    font-size: 14px;
  }
  .wrap {
    width: 990px;
  }
  .swiper-container .wrap, .swiper-container .wrap2 {
    margin-left: -495px;
  }
  .header .logo p {
    display: none;
  }
}
.hs-main-container {
  max-width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
}

.header {
  height: 62px;
  width: 100%;
}
.header .partner {
  float: right;
}
.header .partner a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  width: 7.05rem;
  background: #1a71d8;
  color: #fff;
  text-align: center;
  margin-top: 26px;
}
.header .logo {
  float: left;
  padding-top: 15px;
}
.header .logo img {
  height: 48px;
  float: left;
}
.header .logo p {
  float: left;
  color: #999;
  font-size: 14px;
  padding-top: 3px;
}
.header .menu {
  float: left;
  padding-left: 2.7rem;
}
.header .menu .orange {
  background: #fe5000;
  color: #fff;
  margin-left: 5px;
  font-size: 12px;
  padding: 0 5px;
  font-weight: normal;
}
.header .menu > li {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  font-size: 1.1rem;
  /*&:last-child{
    .levelTwo{
      right: 0;
      margin-right: 0;
    }
  }
  &:nth-last-of-type(2){
    .levelTwo{
      margin-right:0;
      right: 0;
    }
  }
  &:nth-of-type(3){
    .levelTwo{
      width: 600px;
      margin-right:-300px;
    }
    p{
      width: 25%;
    }
  }*/
}
.header .menu > li > a, .header .menu > li > span {
  line-height: 90px;
  padding: 0 0.9rem;
}
.header .menu > li > span {
  padding: 0;
}
.header .menu > li.active, .header .menu > li:hover {
  position: relative;
}
.header .menu > li.active:after, .header .menu > li:hover:after {
  position: absolute;
  content: "";
  display: block;
  height: 2px;
  background: #1a71d8;
  width: 3rem;
  bottom: -1px;
  left: 50%;
  margin-left: -1.5rem;
}
.header .menu > li.active > a, .header .menu > li:hover > a {
  color: #1a71d8;
}
.header .menu > li:hover .levelTwo {
  padding: 14px 0;
  height: auto;
}
.header .levelTwo {
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  top: 90px;
  transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  overflow: hidden;
  font-size: 1.1rem;
  text-align: center;
  box-shadow: 0 0.18rem 0.41rem rgba(78, 78, 78, 0.15);
  z-index: 9;
}
.header .levelTwo .item3 {
  overflow: hidden;
  min-height: 300px;
  background: #f6f6f6;
  text-align: center;
  font-size: 24px;
  color: #999;
}
.header .levelTwo .item {
  overflow: hidden;
  padding: 1rem 0;
  text-align: left;
  /*a{
    display: block;
    line-height: 1.6;
    text-align: center;
    padding:4px 0;
    font-size: 1.05rem;
    &:hover{
      color: $blue;
    }
  }
  p{
    display: inline-block;
    padding: 0 1.8rem;
  }
  .h3{
    font-weight: 600;
    padding: 8px 0;
    display: block;
    margin: 4px 10px;
  }*/
}
.header .levelTwo .item .lv2 {
  border-bottom: 1px solid #dedede;
  text-align: center;
}
.header .levelTwo .item .lv2 p {
  width: 11.4%;
  display: inline-block;
  margin: 0 1rem;
  text-align: left;
}
.header .levelTwo .item .lv2 p:last-child {
  margin-right: 0;
}
.header .levelTwo .item .lv2 p:first-child {
  margin-left: 0;
}
.header .levelTwo .item .lv2 p.active a {
  color: #1a71d8;
}
.header .levelTwo .item .lv2 a, .header .levelTwo .item .lv2 span {
  display: block;
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .levelTwo .item .lv2 a {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.header .levelTwo .item .lv2 span {
  font-size: 13px;
  color: #999;
}
.header .levelTwo .item .lv3 {
  padding-top: 1rem;
  font-size: 1rem;
}
.header .levelTwo .item .lv3 a {
  line-height: 2;
  display: inline-block;
  width: 19%;
  padding-right: 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .levelTwo .item .lv4 {
  display: table;
  margin: 0 auto;
  max-width: 100%;
  text-align: center;
}
.header .levelTwo .item .lv4 li {
  display: inline-block;
  width: 14.28%;
  vertical-align: top;
  text-align: left;
  padding: 1rem 1rem;
}
.header .levelTwo .item .lv4 li:last-child {
  padding-right: 0;
}
.header .levelTwo .item .lv4 li .line-item h3 span {
  font-weight: 500;
  color: #1a71d8;
}
.header .levelTwo .item .lv4 li .line-bottom {
  border-top: 1px solid #EEEEEE;
  padding-top: 20px;
}
.header .levelTwo .item .lv4 .item-child {
  padding: 1rem 1rem;
  text-align: left;
}
.header .levelTwo .item .lv4 .item-child:hover {
  background: #c4dfff;
}
.header .levelTwo .item .lv4 .item-child:hover h3 a {
  color: #1a71d8;
}
.header .levelTwo .item .lv4 .item-child:hover small {
  color: #89abd3;
}
.header .levelTwo .item .lv4 .item-child:hover p {
  color: #1a71d8;
}
.header .levelTwo .item .lv4 h3 {
  font-size: 1.15rem;
  font-weight: 600;
  padding-bottom: 0.6rem;
}
.header .levelTwo .item .lv4 h3 a, .header .levelTwo .item .lv4 h3 span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 6px;
}
.header .levelTwo .item .lv4 small {
  font-size: 13px;
  color: #999;
  font-weight: normal;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .levelTwo .item p {
  font-size: 1rem;
  line-height: 1.8;
}
.header .levelTwo .item p a {
  display: block;
  margin: 0.3rem 0;
}
.header .levelTwo .item2 {
  overflow: hidden;
  text-align: left;
  padding: 2rem 0;
}
.header .levelTwo .item2 p {
  display: inline-block;
  padding: 0.6rem 1.3rem;
  vertical-align: top;
  width: 24%;
  box-sizing: border-box;
}
.header .levelTwo .item2 a, .header .levelTwo .item2 span {
  display: block;
  line-height: 1.6;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.header .levelTwo .item2 span {
  font-size: 13px;
  color: #999;
}

.footerBottom {
  background: #353535;
  color: #afafaf;
  font-size: 14px;
  height: 62px;
  line-height: 62px;
  text-align: center;
}

.footer {
  background: #f7f7f7;
}
.footer .wrap {
  padding: 2.5rem 0;
  font-size: 0.94rem;
}
.footer a {
  color: #666;
}

.link {
  line-height: 1.8;
}
.link h3 {
  font-weight: 400;
  font-size: 0.94rem;
}
.link li {
  float: left;
  padding-right: 4rem;
}
.link a {
  display: block;
  margin: 0.4rem 0;
}
.link a:hover {
  color: #1a71d8;
}

.code {
  float: right;
  overflow: hidden;
  color: #666;
}
.code dt {
  text-align: center;
  padding-bottom: 1.8rem;
}
.code dd {
  overflow: hidden;
}
.code p {
  padding: 1rem;
  background: #fff;
  float: left;
  margin-left: 1.4rem;
}
.code p img {
  width: 7rem;
  height: 7rem;
  display: block;
}

.service {
  float: right;
  padding-right: 5rem;
  text-transform: none;
  letter-spacing: 1px;
}
.service h3 {
  font-weight: 400;
  font-size: 0.94rem;
  padding-bottom: 1.4rem;
}
.service p {
  line-height: 2;
  overflow: hidden;
  color: #666;
}
.service i {
  font-size: 1.45rem;
  float: left;
  color: #a1a1a1;
  margin-top: -0.55rem;
  margin-right: 0.8rem;
}

.rightSub {
  position: fixed;
  right: 10px;
  bottom: 10%;
  z-index: 99;
}
.rightSub a {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  display: block;
  background: rgba(11, 48, 91, 0.8);
  text-align: center;
  color: #c9d2d9;
  overflow: hidden;
  margin-top: 10px;
}
.rightSub a.go i {
  font-size: 1.4rem;
}
.rightSub a.back i {
  font-size: 1.3rem;
}
.rightSub a .show {
  display: inline-block;
}
.rightSub a .hidden {
  display: none;
  font-size: 12px;
  line-height: 1.4;
  padding-top: 8px;
}
.rightSub a:hover .show {
  display: none;
}
.rightSub a:hover .hidden {
  display: inline-block;
}

.line-item {
  float: left;
  vertical-align: text-top;
  width: 12%;
  margin-left: 20px;
}

/*# sourceMappingURL=global.css.map */
