@charset "UTF-8";
.wrap {
  height: auto;
  overflow: hidden;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

.p0 {
  padding: 0 !important;
}

.equally {
  width: 50%;
  float: left;
}

*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset {
  margin: 0;
  padding: 0;
  font-weight: normal;
  -webkit-tap-highlight-color: transparent;
}

ul, ol, dl {
  list-style-type: none;
}

html, body {
  *position: static;
  color: #000;
  background: #fff;
  width: 100%;
  height: auto;
  min-width: 1345px;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: 400;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

body, th, td, button, input, select, textarea {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #000;
}

a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}

a.ie6:hover {
  zoom: 1;
}

b, i {
  font-weight: normal;
  font-style: normal;
}

sub, sup {
  vertical-align: baseline;
}

button, input[type="button"], input[type="submit"] {
  line-height: normal !important;
}

img {
  border: 0;
  -webkit-user-drag: none;
}

a img, img {
  -ms-interpolation-mode: bicubic;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: block;
  max-width: 100%;
}

/* HTML5 reset */
header, footer, section, aside, details, menu, article, section, nav, address, hgroup, figure, figcaption, legend {
  display: block;
  margin: 0;
  padding: 0;
}

time {
  display: inline;
}

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

legend {
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999;
}

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

fieldset {
  border-width: 0;
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

input, textarea {
  border: 0;
  outline: none;
  resize: none;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #D3D6D8;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #D3D6D8;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #D3D6D8;
}

.banner img {
  width: 100%;
}

.logo {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 110px;
}

.imgW100 {
  width: 100%;
}

.box {
  height: auto;
  overflow: hidden;
  padding-top: 116px;
  position: relative;
}

.nav {
  width: 100%;
  height: 116px;
  background: #0055BE;
  position: absolute;
  top: 0;
}

.nav .w1200 {
  z-index: 1;
}

.nav .line {
  z-index: -1;
  width: 1000px;
  height: 2px;
  background: #57A2FF;
  position: absolute;
  top: 45px;
  left: 100px;
}

.nav .item {
  display: inline-block;
  width: 237px;
  text-align: center;
}

.nav .item .selected-nav1.active .nav-icon {
  background: url("../images/icon/icon1_selected.png") !important;
}

.nav .item .selected-nav2.active .nav-icon {
  background: url("../images/icon/icon2_selected.png") !important;
}

.nav .item .selected-nav3.active .nav-icon {
  background: url("../images/icon/icon3_selected.png") !important;
}

.nav .item .selected-nav4.active .nav-icon {
  background: url("../images/icon/icon4_selected.png") !important;
}

.nav .item .selected-nav5.active .nav-icon {
  background: url("../images/icon/icon5_selected.png") !important;
}

.nav .item .nav-icon {
  width: 61px;
  height: 60px;
  margin: 0 auto;
  margin-top: 16px;
  cursor: pointer;
  margin-bottom: 10px;
}

.nav .item span {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 14px;
  margin-top: 10px;
  cursor: pointer;
}

.fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  z-index: 20;
  left: 0;
  right: 0;
}

.content {
  position: relative;
  overflow: hidden;
  height: auto;
  clear: both;
  z-index: 1;
}

.content .title {
  z-index: 1;
  font-size: 48px;
  font-weight: normal;
  color: #57A2FF;
  line-height: 64px;
}

.content .text {
  font-size: 18px;
  font-weight: 500;
  color: #373F48;
  line-height: 25px;
  margin-top: 40px;
}

.content .text .border {
  width: 96px;
  height: 4px;
  background: #57A2FF;
  margin-top: 26px;
}

.content .info {
  margin-top: 40px;
}

.content .info .botton-group {
  margin-top: 60px;
}

.content .info .botton-group span {
  width: 200px;
  height: 50px;
  background: #0055BE;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin-right: 40px;
  display: inline-block;
  cursor: pointer;
}

.content .info .info-title {
  font-size: 24px;
  font-weight: 500;
  color: #373F48;
  line-height: 33px;
  margin-bottom: 10px;
}

.content .info .info-text {
  font-size: 16px;
  font-weight: 400;
  color: #373F48;
  line-height: 22px;
  margin-bottom: 20px;
  width: 550px;
}

/* 内容 **/
.content1 .background {
  position: absolute;
  top: 371px;
}

.content1 .left {
  z-index: 1;
}

.content1 .left .box-image {
  z-index: -1;
  top: 110px;
  right: 877px;
  position: absolute;
}

.content1 .left .title {
  margin-top: 112px;
}

.content1 .right img {
  margin-top: 100px;
}

.content2 {
  margin-top: 100px;
  background: #F6F9FB;
}

.content2 .background {
  position: absolute;
  right: 0;
}

.content2 .right {
  position: relative;
  padding-left: 50px;
}

.content2 .right .box-image {
  z-index: -1;
  top: 100px;
  left: 96px;
  position: absolute;
}

.content2 .right .title {
  margin-top: 132px;
}

.content2 .right .text {
  width: 550px;
}

.content3 {
  background: #F6F9FB;
}

.content3 .background {
  position: absolute;
  top: 442px;
}

.content3 .left {
  position: relative;
  text-align: right;
  padding-right: 50px;
}

.content3 .left .box-image {
  z-index: -1;
  top: 100px;
  right: 92px;
  position: absolute;
}

.content3 .left .border {
  position: absolute;
  right: 50px;
}

.content3 .left .title {
  margin-top: 132px;
}

.content3 .left .info {
  margin-top: 84px;
  float: right;
}

.content4 .background {
  position: absolute;
  top: 409px;
}

.content4 .left img {
  margin: 100px 0;
}

.content4 .right {
  text-align: right;
  z-index: 1;
}

.content4 .right .box-image {
  z-index: -1;
  top: 100px;
  right: 47px;
  position: absolute;
}

.content4 .right .title {
  margin-top: 100px;
}

.content4 .right .border {
  position: absolute;
  right: 0;
}

.content4 .right .info {
  float: right;
  margin-top: 70px;
}

.content5 {
  position: relative;
}

.content5 .children {
  position: absolute;
  width: 100%;
  min-height: 10px;
}

.content5 .children .w1200 {
  z-index: 1;
}

.content5 .children .left {
  float: left;
  width: 400px;
}

.content5 .children .left .box-image {
  position: absolute;
  top: 123px;
  left: 51px;
}

.content5 .children .left .title {
  padding-top: 90px;
}

.content5 .children .left .text {
  width: 345px;
  color: #FFFFFF;
  margin-top: 40px;
}

.content5 .children .left .botton-group {
  margin-top: 60px;
}

.content5 .children .left .botton-group span {
  width: 170px;
  height: 50px;
  background: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  color: #0055BE;
  line-height: 50px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer;
}

.content5 .children .right {
  float: left;
  width: 800px;
  margin-top: 40px;
  background: rgba(255, 255, 255, 0.7);
}

.content5 .children .right .line {
  clear: both;
  padding: 50px 40px;
}

.content5 .children .right .line .equally {
  padding: 0 20px;
}

.content5 .children .right .line .num {
  font-size: 56px;
  font-weight: bold;
  color: #373F48;
  line-height: 56px;
}

.content5 .children .right .line .line-title {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  color: #373F48;
  line-height: 33px;
}

.content5 .children .right .line .line-info {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #373F48;
  line-height: 22px;
}

.content5 .children .right .line2 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.content6 .box-image {
  z-index: -1;
  margin: auto;
  margin-top: 100px;
}

.content6 .title {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40px;
}

.content6 .text {
  text-align: center;
  margin-bottom: 60px;
}

.content6 .text .border {
  margin: auto;
  margin-top: 26px;
}

.content7 {
  background: #F6F9FB;
}

.content7 .left {
  position: relative;
  min-height: 10px;
}

.content7 .left .info {
  position: absolute;
  right: 50px;
  margin-top: 100px;
}

.content8 {
  background: #F6F9FB;
}

.content8 .right {
  position: relative;
  min-height: 10px;
}

.content8 .right .info {
  margin-left: 50px;
  margin-top: 100px;
}

@media screen and (max-width: 1800px) {
  .content .text {
    margin-top: 40px;
  }
  .content .info {
    margin-top: 40px;
  }
  .content .info .botton-group {
    margin-top: 60px;
  }
  .content1 .left .box-image {
    top: 120px;
  }
  .content1 .left .title {
    margin-top: 122px;
  }
  .content2 .right .box-image {
    top: 20px;
  }
  .content2 .right .title {
    margin-top: 52px;
  }
  .content3 .left .box-image {
    top: 60px;
  }
  .content3 .left .title {
    margin-top: 92px;
  }
  .content3 .left .info {
    margin-top: 64px;
  }
  .content4 .info {
    margin-top: 64px;
  }
  .content5 .children .left .box-image {
    top: 60px;
  }
  .content5 .children .left .title {
    padding-top: 60px;
  }
  .content5 .children .right {
    margin-top: 50px;
  }
  .content5 .children .right .line {
    padding: 20px 20px;
  }
  .content5 .children .right .line .equally {
    padding: 0 25px;
  }
  .content5 .children .right .line2 {
    margin-bottom: 20px;
  }
  .content7 .left .info {
    margin-top: 70px;
  }
  .content8 .right .info {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1650px) {
  .content .box-image {
    width: 200px;
  }
  .content .title {
    font-size: 40px;
    color: #57A2FF;
    line-height: 44px;
  }
  .content .text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 30px;
  }
  .content .text .border {
    width: 96px;
    height: 4px;
    background: #57A2FF;
    margin-top: 20px;
  }
  .content .info {
    margin-top: 30px;
  }
  .content .info .botton-group {
    margin-top: 50px;
  }
  .content .info .botton-group span {
    width: 180px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-right: 30px;
  }
  .content .info .info-title {
    font-size: 20px;
    line-height: 30px;
  }
  .content .info .info-text {
    font-size: 14px;
    line-height: 18px;
  }
  .content1 .left .box-image {
    top: 160px;
    right: 940px;
  }
  .content1 .left .title {
    margin-top: 164px;
  }
  .content2 .right .box-image {
    top: 10px;
  }
  .content2 .right .title {
    margin-top: 32px;
  }
  .content3 .left .box-image {
    top: 50px;
  }
  .content3 .left .title {
    margin-top: 82px;
  }
  .content3 .left .info {
    margin-top: 64px;
  }
  .content4 .right {
    padding-right: 5px;
  }
  .content4 .right .box-image {
    top: 175px;
  }
  .content4 .right .title {
    margin-top: 180px;
  }
  .content4 .right .info {
    margin-top: 64px;
  }
  .content5 .children .left .box-image {
    position: absolute;
    top: 60px;
    left: 51px;
  }
  .content5 .children .left .title {
    padding-top: 40px;
  }
  .content5 .children .left .text {
    width: 345px;
    color: #FFFFFF;
    margin-top: 40px;
  }
  .content5 .children .left .botton-group {
    margin-top: 50px;
  }
  .content5 .children .left .botton-group span {
    width: 160px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
  }
  .content5 .children .right {
    margin-top: 40px;
  }
  .content5 .children .right .line {
    padding: 20px 20px;
  }
  .content5 .children .right .line .equally {
    padding: 0 20px;
  }
  .content5 .children .right .line .num {
    font-size: 34px;
    line-height: 34px;
  }
  .content5 .children .right .line .line-title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 26px;
  }
  .content5 .children .right .line .line-info {
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px;
  }
  .content5 .children .right .line .line2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .content6 .title {
    top: 30px;
  }
  .content7 .left .info {
    margin-top: 60px;
  }
  .content8 .right .info {
    margin-top: 40px;
  }
}

.content9 {
  margin: 101px 0;
}

.content9 .w1200 .play {
  background: rgba(0, 0, 0, 0.3);
  height: 100%;
  position: absolute;
  width: 100%;
}

.content9 .w1200 .play img {
  margin: auto;
  margin-top: 305px;
  cursor: pointer;
}

/* contact */
.contact {
  height: auto;
  overflow: hidden;
  margin: 70px 0;
}

.contact .item {
  width: 25%;
  float: left;
}

.contact .item i {
  font-size: 50px;
  float: left;
  color: #5e5e5e;
  margin-right: 15px;
  transition: all .3s;
}

.contact .item .text {
  height: auto;
  overflow: hidden;
}

.contact .item .text h2 {
  font-size: 24px;
  color: #5d5d5d;
  margin-bottom: 5px;
  transition: all .3s;
}

.contact .item .text p {
  font-size: 18px;
  color: #5d5d5d;
  transition: all .3s;
}

.contact .item:hover i, .contact .item:hover h2, .contact .item:hover p {
  color: #e48450;
}

/* footer */
.footer {
  height: auto;
  overflow: hidden;
  background: #262626;
  padding: 50px 0;
}

.footer .sj {
  text-align: center;
  margin-bottom: 30px;
}

.footer .sj a {
  display: inline-block;
  margin: 0 15px;
}

.footer .sj a i {
  font-size: 28px;
}

.footer .sj a i.icon-facebook {
  color: #425f9b;
}

.footer .sj a i.icon-twitter {
  color: #55acee;
}

.footer .sj a i.icon-youtube {
  color: #e12727;
}

.footer p {
  font-size: 18px;
  color: #fff;
  text-align: center;
}

/* right*/
.fixed-right {
  position: fixed;
  right: 0;
  top: 32%;
  z-index: 10;
}

.fixed-right .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.fixed-right ul li {
  margin-bottom: 2px;
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: #f2f2f2;
  position: relative;
}

.fixed-right ul li p {
  background: #f2f2f2;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  white-space: nowrap;
  font-size: 14px;
  color: #226bc5;
  text-align: center;
  width: 0;
}

.fixed-right ul li span {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #f2f2f2;
  float: left;
}

.fixed-right ul li span img {
  display: block;
  width: 24px;
  margin: 20px auto 5px;
}

.fixed-right ul li span h4 {
  font-size: 12px;
  color: #226bc5;
  text-align: center;
}

.fixed-right ul li .fixed-right-box {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
}

/* 公用视频弹出 */
.video-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: url("../images/cover-bg.png") repeat;
}

.video-popup .video-popup-box {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.video-popup .coverV {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  background: url("../images/bg-video-title.png") repeat;
  background: #000000\0;
}

.video-popup .coverV .text {
  color: #fff;
  font-size: 18px;
  padding: 0 0 0 40px;
  width: 80%;
  display: table;
  height: 70px;
  float: left;
}

.video-popup .coverV .text p {
  display: table-cell;
  height: 70px;
  vertical-align: middle;
}

.video-popup .coverV .other {
  float: right;
  background: url("../images/bg-video-title.png") repeat;
}

.video-popup .coverV .other a {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  margin: 0 10px;
}

.video-popup .coverV .other .close {
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 10px;
}

.video-popup .video-list-box {
  position: absolute !important;
  left: 0;
  top: 0;
  top: 70px\0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

/* 表单 弹窗*/
.form-popup {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.form-popup .popup-content {
  width: 500px;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  height: 600px;
  overflow: auto;
  top: 50%;
  /*偏移*/
  margin-top: -300px;
}

.form-popup .popup-content .popup-title {
  font-size: 20px;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  background-color: #57a2ff;
  color: #fff;
}

.form-popup .popup-content .form {
  margin: 30px;
}

.form-popup .popup-content .form .form-item {
  margin-bottom: 15px;
  clear: both;
}

.form-popup .popup-content .form .form-item label {
  float: left;
  display: block;
  padding: 9px 0;
  width: 100px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
}

.form-popup .popup-content .form .form-item label .required {
  color: #f71d21;
}

.form-popup .popup-content .form .form-item .input-block {
  margin-left: 100px;
  min-height: 36px;
}

.form-popup .popup-content .form .form-item input {
  border-color: #e6e6e6;
  width: 100%;
  padding-left: 10px;
  height: 38px;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  background-color: #fff;
  border-radius: 2px;
}

.form-popup .popup-content .form .form-item textarea {
  border-color: #e6e6e6;
  border-width: 1px;
  width: 100%;
  border-style: solid;
  border-radius: 2px;
  min-height: 100px;
  height: auto;
  line-height: 20px;
  padding: 6px 10px;
}

.form-popup .popup-content .form .form-button {
  margin-top: 50px;
  text-align: center;
}

.form-popup .popup-content .form .form-button button {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 40px;
  background-color: #0055BE;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
}

.form-popup .close-btn {
  position: absolute;
  top: 50%;
  /*偏移*/
  margin-top: 350px;
  width: 100%;
}

.form-popup .close-btn img {
  width: 36px;
  height: 36px;
  margin: auto;
  cursor: pointer;
}

/* 表格 弹窗*/
.table-popup {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.table-popup .popup-content {
  width: 1000px;
  margin: auto;
  background: #fff;
  border-radius: 5px;
  position: relative;
  height: 600px;
  overflow: auto;
  padding: 5px;
  top: 50%;
  /*偏移*/
  margin-top: -300px;
}

.table-popup .popup-content table {
  min-height: 590px;
  border: 0;
  width: 100%;
  border-collapse: collapse;
}

.table-popup .popup-content table thead {
  background: #0055BE;
}

.table-popup .popup-content table thead tr th {
  font-size: 18px;
  font-weight: normal;
  color: #FFFFFF;
  height: 50px;
  line-height: 24px;
  padding: 10px 0;
}

.table-popup .popup-content table tbody tr td {
  font-size: 16px;
  border: 1px solid #C9E1FF;
  color: #373F48;
  line-height: 22px;
  text-align: center;
  padding: 10px;
}

.table-popup .close-btn {
  position: absolute;
  top: 50%;
  /*偏移*/
  margin-top: 350px;
  width: 100%;
}

.table-popup .close-btn img {
  width: 36px;
  height: 36px;
  margin: auto;
  cursor: pointer;
}
