@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: 0 none;
  font-family: PingFang SC, Microsoft YaHei, Source Han Sans SC,
    Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
  font-weight: 300;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

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

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  outline: 0;
}

body {
  background: #fff;
}

a {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a,
a:hover {
  color: #333;
}

input {
  -webkit-appearance: none;
}

html,
body {
  height: 100%;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
  overflow: hidden;
}

.opacity0 {
  opacity: 0;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-mgl20 {
  margin-left: 20px;
}
.u-btn {
  width: 110px;
  height: 30px;
  background: rgba(0, 141, 213, 1);
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.u-btn:hover {
  background: #008DD5;
  color: #fff;
}
.u-btn-white {
  width: 110px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 28px;
  text-align: center;
}
.u-btn-white:hover {
  background: #008DD5;
  border: 1px solid #008DD5;
  color: #fff;
}

body {
  background: #f8f8f8;
}
.m-nav {
  height: 98px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .08);
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, .08);
  position: fixed;
  top: 71px;
  left: 0;
  width: 100%;
  z-index: 1
}
.m-nav .nav-list {
  width: 1092px;
  margin: 0 auto;
}
.m-nav .nav-list li {
  width: 64px;
  height: 72px;
  padding-top: 26px;
  position: relative;
  float: left;
  margin-left: 108px;
  cursor: pointer;
}

.m-nav .nav-list li .feature-text {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  line-height: 16px;
  padding-top: 8px;
}
.m-nav .nav-list li .feature-line {
  position: absolute;
  width: 0;
  height: 3px;
  background: #008DD5;
  left: 0;
  bottom: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}


.m-nav .nav-list li:hover .feature-text, .m-nav .nav-list .cur .feature-text {
  color: #008DD5;
}
.m-nav .nav-list li:hover .feature-line, .m-nav .nav-list .cur .feature-line {
  width: 100%;
}
.feature-box {
  padding-top: 169px;
}
.m-banner-first {
  border-bottom: 1px solid #eee
}
.m-banner-first .banner-first-box {
  width: 1290px;
  height: 622px;
  margin: 0 auto;
}
.m-banner-first .banner-first-box .banner-first-left {
  width: 640px;
  height: 360px;
  padding-top: 103px;
  float: left;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
}
.m-banner-first .banner-first-box .banner-first-left .feature-banner {
  width: 640px;
  height: 360px;
}
.m-banner-first .banner-first-box .banner-first-right {
  margin-left: 97px;
  float: left;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
}
.m-banner-first .banner-first-box .banner-first-right .banner-first-title {
  font-size: 35px;
  font-weight: 600;
  color: rgba(0, 141, 213, 1);
  line-height: 49px;
  padding-top: 140px;
}
.m-banner-first .banner-first-box .banner-first-right .banner-first-text {
  font-size: 28px;
  /* font-weight: 400; */
  color: #000;
  line-height: 34px;
  padding: 6px 0 30px 0;
}
.m-banner-first .banner-first-box .banner-first-right .banner-first-text2 {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 28px;
  width: 540px;
}

.m-banner-second {
  border-bottom: 1px solid #eee
}

.m-banner-second .banner-second-box {
  width: 1290px;
  height: 622px;
  margin: 0 auto;
}

.m-banner-second .banner-second-box .banner-second-left {
  width: 495px;
  float: left;
  padding-left: 43px;
  -webkit-transform: translateX(-200px);
          transform: translateX(-200px);
  opacity: 0;
}

.m-banner-second .banner-second-box .banner-second-left .banner-second-title {
  font-size: 35px;
  font-weight: 600;
  color: rgba(0, 141, 213, 1);
  line-height: 49px;
  padding-top: 120px;
}

.m-banner-second .banner-second-box .banner-second-left .banner-second-text {
  font-size: 28px;
  /* font-weight: 400; */
  color: #000;
  line-height: 34px;
  padding: 6px 0 30px 0;
}


.m-banner-second .banner-second-box .banner-second-left .banner-second-text2 {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  line-height: 28px;
  width: 540px;
}

.m-banner-second .banner-second-box .banner-second-right {
  width: 640px;
  height: 360px;
  padding-top: 102px;
  margin-left: 112px;
  float: left;
  -webkit-transform: translateX(200px);
          transform: translateX(200px);
  opacity: 0;
}

.m-banner-second .banner-second-box .banner-second-right .feature-banner {
  width: 640px;
  height: 360px;
}
.fade-cur .banner-first-left,
  .fade-cur .banner-second-left {
  /* animation: move-left 1.8s; */
  -webkit-transition: 1s !important;
  transition: 1s !important;
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.fade-cur .banner-first-right,
  .fade-cur .banner-second-right {
  -webkit-transition: 1s !important;
  transition: 1s !important;
  opacity: 1 !important;
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
@-webkit-keyframes move-left {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes move-left {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes move-left {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.about {
    background-color: #fff;
}
.wd1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.content1 {
    width: 1000px;
    height: 100%;
    margin: 0 auto
}

.content1 .text {
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    font-weight: 500;
    padding-bottom: 30px;
    color: #333
}

.content1 .text1 {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #333
}

.clear {
    clear: both;
}

.content2 .text {
    font-size: 32px;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 80px;
    font-weight: 500;
    color: #333
}

.content2 {
    text-align: center;
}


.content2 ul>li {
    /* width: 225px; */
    height: 200px;
    float: left;
    margin-left: 62px;

    position: relative
}

.content2 ul>li:first-child {
    width: 190px;
    margin-left: 0
}

.content2 ul>li:nth-child(2) {
    width: 315px;
}

.content2 ul>li:nth-child(3) {
    width: 315px;
}

.content2 ul>li:nth-child(4) {
    width: 190px;
}

.content2 ul>li:first-child::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    top: 84px;
    left: 200px;
    background-color: #bbb
}

.content2 ul>li:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    top: 84px;
    left: 324px;
    background-color: #bbb
}

.content2 ul>li:nth-child(3)::after {
    position: absolute;
    content: "";
    width: 75px;
    height: 1px;
    top: 84px;
    left: 322px;
    background-color: #bbb
}

.content2 ul>li span:first-child {
    font-size: 124px;
    letter-spacing: -7px;
    line-height: 140px;
    font-weight: 500;
    color: #008DD5
}

.content2 ul>li span:nth-child(2) {
    font-size: 24px;
    position: absolute;
    top: 26px;
    right: 5px;
    /* font-weight: 500; */
    /* padding-bottom: 40px; */
    color: #008DD5
}

.content3 .text {
    font-size: 32px;
    text-align: center;
    padding-top: 150px;
    font-weight: 500;
    padding-bottom: 80px;
    color: #333
}

.content3 ul>li {
    width: 333px;
    height: 260px;
    /* font-weight: 500; */
    margin-right: 100px;
    float: left;
}

.content3 ul>li:nth-child(3n) {
    margin-right: 0px;
}

.content3 ul>li p:first-child {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    padding-bottom: 25px;
}
.content5{
    width: 100%;
    height: 350px;
    position: relative;
}

.content5 .text {
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    font-weight: 500;
    padding-bottom: 20px;
    color: #333;
}
.content5 .text1 {
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 40px;
    color: #333
}
.content6{
    width: 100%;
    position: absolute;
    height: 300px;
}
.content6 .content6-item{
    width: 580px;
    height: 300px;
    float: left;
    box-shadow: 0px 0px 15px 0px #0000001a;
    background-color: #fff;
    position: relative;
}
.content6 .content6-item .img-item{
    width: 140px;
    height: 84px;
    bottom: 30px;
    right: 40px;
    position: absolute
}
.content6 .content6-item .icon{
	background-position: center center;
	background-repeat: no-repeat;
}

.content6 .content6-item .text{
    font-size: 30px;
    padding-top: 45px;
    font-weight: 500
}
.content6 .content6-item .text1{
    font-size: 16px;
    font-weight: 300
}
.content6 .item-left{
    margin-left: 40px
}
#bannerRegister {
    margin: 0 auto;
    cursor: pointer;
    height: 42px;
    width: 168px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    /* font-weight: 500; */
    color: #fff;
    background-color: #008DD5;
    border-radius: 4px;
    border-radius: 4px;
  }
.content7{
    padding-top: 223px;

}
.cen{
    text-align: center;
    width: 1200px;
    /* height: 800px; */
}
.content8{
    padding-top: 100px;
    padding-bottom: 55px
}
.content8 .text{
    font-size: 24px;
    font-weight: 500;
    padding-bottom: 30px
}
.content8 .text1{
    font-size: 16px;
    font-weight: 300;
    line-height: 36px;
}
.img-box{
    width: 1200px;
    height: 577px;
}
.img-box img{
    width: 1200px;
    height: 577px;
}
.hei1{
    height: 925px;
}
.hei2{
    height: 675px;
}
.content9 .text{
    padding-top: 360px;
    font-size: 16px;
    font-weight: 300;
    line-height: 48px
}
.content10 li{
    width: 600px;
    height: 330px;
    float: left;
}
.content10 .content10-icon{
    width: 79px;
    height: 79px;
    margin: 0 auto;
    border-radius: 50%;
    margin-top: 102px
}
.content10 .content10-icon{
    margin-top: 20px
}
.content10 .icon{
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
}
.content10 .text{
    font-size: 20px;
    line-height: 55px;
    font-weight: 400
}
.content10 .text1{
    font-size: 16px;
    line-height: 24px;
    font-weight: 300
}
.content11{
    padding-bottom: 30px
}
.content11 .text3{
    font-size: 14px;
    color: #999
}
.content11 .text {
    font-size: 36px;
    text-align: center;
    padding-top: 70px;
    font-weight: 500;
    padding-bottom: 6px;
    color: #333
}
.content12{
    width: 1200px;
    height: 150px;
    padding-top: 40px;
    background-color: #f8f8f8
}
.content12 .content12-box{
    width: 1120px;
    height: 110px;
    margin: 0 auto;

}
.content12-box ul>li{
    width: 346px;
    height: 110px;
    float: left;
    margin-right: 40px;
    background-color: #fff
}
.content12-box ul>li:last-child{
    margin-right: 0px;
}
.content12-box .img-item{
    width: 60px;
    height: 60px;
    margin-left: 25px;
    margin-top: 27px;
    float: left;
}
.content12-box .icon1{
    background: url(../images/208.png) center no-repeat;
}
.content12-box .icon2{
    background: url(../images/209.png) center no-repeat;
}
.content12-box .icon3{
    background: url(../images/210.png) center no-repeat;
}
.content12-box .text-item{
    width: 260px;
    height: 110px;
    float: left;
    padding-top: 34px;
}
.content12-box .text-item p{
    /* font-weight: 500 */
}
.content13{
    padding-top: 35px;
}
.content13 ul>li{
    width: 340px;
    height: 215px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}
.content13 .img-item{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.content13 .icon1{
    background: url(../images/211.png) center no-repeat;
}
.content13 .icon2{
    background: url(../images/212.png) center no-repeat;
}
.content13 .icon3{
    background: url(../images/213.png) center no-repeat;
}
.content13 .line{
    width: 100%;
    height: 1px;
    background-color: #008DD5
}
.content13 .text{
    font-size: 16px;
    line-height: 42px;
    /* font-weight: 500; */
    color: #008DD5
}
.content13 .text1{
    font-size: 16px;
    line-height: 60px;
    /* font-weight: 500; */
}
.content14{
    width: 1120px;
    height: 410px;
    padding: 40px 40px 45px 40px;
    border: 1px #eee solid
}
.content14 .left{
    width: 75%;
    height: 401px;
    float: left;
    box-sizing: border-box;
    border-right: 1px #eee solid
}
.content14 .right{
    width: 25%;
    height: 310px;
    text-align: center;
    float: left;
}
.content14 .left .text{
    font-size: 26px;
    font-weight: 500;
    padding-bottom: 5px;
    color: #008DD5
}
.content14 .left span{
    font-size: 14px;
    font-weight: 500
}
#from{
    padding-top: 30px
}
#from .to{
    font-size: 20px;
    font-weight: 300;
    width: 365px;
    height: 50px;
    margin-right: 20px;
    padding-left: 15px;
    border-radius: 3px;
    background-color: #f8f8f8;
    float: left;
}
#from .textarea{
    font-size: 20px;
    font-weight: 300;
    width: 765px;
    height: 145px;
    margin-top: 18px;
    padding-top: 16px;
    padding-left: 15px;
    border-radius: 3px;
    background-color: #f8f8f8;
}
#submit{
    cursor: pointer;
    height: 50px;
    width: 780px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    /* font-weight: 500; */
    color: #fff;
    background-color: #008DD5;
    border-radius: 4px;
    margin-top: 23px;
}
.content14 .right .text{
    font-size: 14px;
    margin-top: 33px;
    font-weight: 500
}
.content14 .right .text1{
    font-size: 20px;
    margin-top: 7px;
    /* font-weight: 500; */
    color: #008DD5
}
.content14 .right .img img{
    margin-top: 12px;
    width: 163px;
    height: 163px;

}
