@charset "UTF-8";

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, code, em, img, q, small, strong, dd, dl, dt, li, ol, ul, fieldset, form, label, table, tbody, tr, th, td, input, textarea, button, i, input, select, option, header, footer, main, article, section, aside, nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 600;
}

ul, li {
  list-style: none;
}


a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

a:focus, a:active, a:hover {
  outline: none;
}

a img {
  vertical-align: top;
}

a, img {
  -webkit-touch-callout: none;
}

img {
  border: none;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
}

input,
select,
button,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  font: inherit;
  cursor: pointer;
}

textarea {
  padding: .5em;
  border: 1px solid #ccc;
  font: inherit;
  resize: none;
  overflow-y: auto;
  vertical-align: top;
}

/* 淇敼榛樿placholder棰滆壊 */
::-webkit-input-placeholder {
  color: #d1cfd3;
}

:-moz-placeholder {
  color: #d1cfd3;
  opacity: 1;
}

::-moz-placeholder {
  color: #d1cfd3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #d1cfd3;
}

/* 娴姩涓庢竻妤氭诞鍔� */
.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden;
}

/* 鍘熷瓙绫� */
.show {
  display: block;
}

.hide {
  display: none;
}

p, a {
  word-break: break-all;
}

.page-con {
  width: 100%;
  min-width: 1200px;
}

/*.nav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  min-width: 1200px;
  height: 90px;
  margin: 0 auto;
  z-index: 100;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}*/

.nav .nav-con {
  width: 1200px;
  margin: 0 auto;
}

.nav .nav-con .logo-link {
  display: block;
  width: 206px;
  height: 40px;
  margin-top: 30px;
}

.nav .nav-con .logo-link .logo1 {
  display: none;
}

.nav .nav-con .logo-link .logo2 {
  display: block;
}

.nav .nav-con .logo-link img {
  padding-top: 3px;
  width: 144px;
  height: 24px;
}

.nav .nav-con .nav-list .nav-item {
  float: left;
  height: 90px;
  position: relative;
}

.nav .nav-con .nav-list .nav-item .nav-one-link {
  display: block;
  padding: 0 30px;
  line-height: 90px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .nav-con .nav-list .nav-item:hover .nav-one-link {
  color: #207BFF !important;
}

.nav .nav-con .nav-list .nav-item:hover .nav-two {
  display: block;
}

.nav .nav-con .nav-list .nav-item .button {
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 5px;
  margin-top: 24px;
}

.nav .nav-con .nav-list .nav-item .button:hover {
  background: #207BFF;
  border-color: transparent;
  color: #fff !important;
  -webkit-box-shadow: 0px 0px 15px rgba(32, 123, 255, 0.3);
          box-shadow: 0px 0px 15px rgba(32, 123, 255, 0.3);
}

.nav .nav-con .nav-list .nav-item .nav-two {
  width: 120px;
  height: auto;
  background: #fff;
  border-radius: 5px;
  border-top: 1px solid #e7e7e6;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item {
  display: table;
  width: 100%;
  height: 40px;
  line-height: 33px;
  text-align: center;
  font-size: 16px;
  position: relative;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item:hover .nav-two-link {
  color: #207BFF;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item:hover .nav-three {
  display: block;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item:last-child .nav-two-link {
  border-bottom: 0;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-two-item .nav-two-link {
  color: #303848;
  display: block;
  height: 100%;
  width: 100px;
  margin: 0 auto;
  border-bottom: 1px solid #e7e7ef;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-three {
  position: absolute;
  top: -1px;
  left: 100%;
  width: 190px;
  padding: 0 14px;
  background: #fff;
  border-radius: 5px;
  border-top: 1px solid #e7e7e6;
  display: none;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-three .nav-three-item {
  width: 100%;
  padding-top: 6px;
  margin: 0 auto;
  height: 40px;
  border-bottom: 1px solid #e7e7ef;
  line-height: 33px;
  font-size: 14px;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-three .nav-three-item:hover .nav-three-link {
  color: #207BFF;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-three .nav-three-item:last-child {
  border-bottom: 0;
}

.nav .nav-con .nav-list .nav-item .nav-two .nav-three .nav-three-item .nav-three-link {
  color: #303848;
  display: block;
  height: 100%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav:hover, .nav.black-word {
  background: #fff !important;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.4);
}

.nav:hover .nav-one-link, .nav.black-word .nav-one-link {
  color: #333 !important;
}

.nav:hover .nav-one-link.link-active, .nav.black-word .nav-one-link.link-active {
  color: #207BFF !important;
}

.nav:hover .logo1, .nav.black-word .logo1 {
  display: block !important;
}

.nav:hover .logo2, .nav.black-word .logo2 {
  display: none !important;
}

.nav:hover .button, .nav.black-word .button {
  color: #207BFF !important;
  border: 1px solid #207BFF !important;
}

.nav .link-active {
  color: #207BFF !important;
}

.public-title1 {
  display: table;
  margin: 0 auto;
  padding-top: 73px;
  width: 184px;
  height: 117px;
}

.public-title1 img {
  float: left;
  margin-right: 20px;
  padding-top: 10px;
}

.public-title1 p {
  float: right;
  font-size: 0;
  font-weight: normal;
}

.public-title1 p .big-title {
  font-size: 30px;
  color: #323032;
  display: block;
}

.public-title1 p .sml-title {
  font-size: 14px;
  color: #9c9c9d;
  line-height: 1;
  letter-spacing: 2px;
}

.public-title2 {
  width: 100%;
  height: 96px;
  text-align: center;
}

.public-title2 h3 {
  font-size: 30px;
  color: #333;
  line-height: 1;
}

.public-title2 p {
  font-size: 20px;
  color: #666;
  line-height: 24px;
  padding-top: 20px;
  width: 920px;
  margin: 0 auto;
}

.public-title3 {
  text-align: center;
}

.public-title3 h3 {
  font-size: 30px;
  font-weight: normal;
}

.public-title3-text {
  font-size: 15px;
  color: #98999e;
}

.public-title3-slide {
  display: inline-block;
  width: 337px;
  height: 1px;
  vertical-align: middle;
  background-color: #9e9e9e;
  margin: 0 20px;
}

.public-title3-slide-item {
  display: inline-block;
  width: 24px;
  height: 3px;
  background-color: #056cf8;
  margin-top: -1px;
}

.download-btn {
  display: block;
  width: 115px;
  height: 38px;
  border: 1px solid #92c5fd;
  border-radius: 5px;
  line-height: 38px;
  font-size: 18px;
  color: #3388FF;
  text-indent: 10px;
  background-size: 18px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 25px;
}

.download-btn i {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 7px;
  background-image: url("../img/assets/download.png");
  background-position: center center;
  background-size: cover;
}

.download-btn:hover {
  color: #fff;
  background: #3388FF;
  border: 1px solid transparent;
}

.download-btn:hover i {
  background-image: url("../img/assets/download_active.png");
}

footer {
  position: relative;
  width: 100%;
  height: 270px;
  background: #303848;
  min-width: 1200px;
}

footer .row {
  width: 62.5%;
  min-width: 1200px;
  margin: auto;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

footer .footer-content {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  width: 100%;
  min-width: 1200px;
  height: 40px;
  line-height: 40px;
  background: #42526b;
  text-align: center;
  color: #ffffff;
}

footer ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  vertical-align: top;
  margin: 25px 0;
}

footer ul li {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
}

footer ul li:nth-child(1) {
  margin-bottom: 20px;
  font-weight: 900;
}

footer ul li:nth-child(1) a {
  font-size: 15px;
  color: #ffffff;
}

footer ul li a {
  font-size: 13px;
  color: #9c9c9d;
  text-decoration: none;
}

footer ul li a:hover {
  color: #ffffff;
}