﻿* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-size: 16px;
}

body {
    padding: 0px;
    margin: 0px;
    font: 500 16px Arial,'Times New Roman','Microsoft YaHei',SimHei;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.m-section .section-center {
    width: 1200px;
    margin: auto
}

.m-section,.m-section .section-center {
    position: relative;
    background-repeat: no-repeat;
    background-position: center
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

.clearfix {
    *zoom: 1;
}

.ban {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: url(../images/banner.jpg) no-repeat center;
}

.ban .banner {
    height: 600px;
    margin: 0 auto;
    background: url(../images/banner.jpg) no-repeat center;
    position: relative;
}
.ban .banner .banner-btn{
    display: block;
    width: 650px;
    height: 90px;
    padding-top: 400px;
    margin-left: 150px;
    cursor: pointer;
}
.tit {
    margin: 0 auto;
    width: 580px;
    height: 107px;
    line-height: 107px;
    font-size: 56px;
    padding-left: 20px;
    font-weight: bold;
    text-align: center;
    color: #353535;
    background: url(../images/tit.png) no-repeat center;
    background-size: 100%;
    box-sizing: border-box;
}
.tit font{
    color:#ea2e3d;
    font-size: 56px;
    font-weight: bold;
}
.tit-tip {
    width: 140px;
    height: 14px;
    margin: 1px auto;
    background: url(../images/tit.png) no-repeat center;
}

.btn {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 48px;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    text-align: center;
    border-radius: 24px;
    background: -moz-linear-gradient(left,#A741FE,#367FF0);
    background: -o-linear-gradient(left,#A741FE,#367FF0);
    background: -webkit-linear-gradient(left,#A741FE,#367FF0);
    box-shadow: 0 0 8px 2px rgba(79,91,255,.4);
}

.btn:hover {
    background: -moz-linear-gradient(left,#A741FE,#2E46FF);
    background: -o-linear-gradient(left,#A741FE,#2E46FF);
    background: -webkit-linear-gradient(left,#A741FE,#2E46FF);
}

.nav-top{
    width:1200px;
    margin:0 auto;
}
.nav-top-content{
    width:1003px;
    height:100px;
    border-radius:10px;
    margin-left:100px;
    -moz-box-shadow:2px 2px 5px #ecedf3;
    -webkit-box-shadow:2px 2px 5px #ecedf3;
    box-shadow:2px 2px 5px #ecedf3;
}
.nav-top-content .nav-top-box{
    width:167px;
    line-height:100px;
    text-align: center;

    background: url(../images/sx-icon.png) no-repeat right;
}
.nav-top-content .nav-top-box a{
    font-size:24px;
    color:#323232;
}
.nav-top-content .nav-top-box:hover{
    color:#fff;
    background:#074693;
}
.nav-top-content .nav-top-box:hover a{
    color:#fff;
}
.nav-top-content .nav-top-box:nth-child(1):hover{
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
}
.nav-top-content .nav-top-box:nth-child(6):hover{
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
}


.l-a {
    margin: 0 auto;
    display: block;
    width:260px;
    height:40px;
    font-size: 18px;
    line-height:40px;
    color: #3f51b5;
    text-align:center;
}
.zixun{
    margin: 0 auto;
    width:1200px;
    padding-left: 520px;
}
.zixun .l-a{
    margin: 0 auto;
    display: block;
    width:192px;
    height:55px;
    font-size: 18px;
    line-height:55px;
    color: #323232;
    text-align:center;
    border-radius:55px;
    margin-left:100px;
    background: -moz-linear-gradient(top,#fec26b,#fdd8a0);
    background: -o-linear-gradient(top,#fec26b,#fdd8a0);
    background: -webkit-linear-gradient(top,#fec26b,#fdd8a0);
}
.zixun .l-a:nth-child(2){
    background:#f39834;
}
.jies{
    width: 100%;
    padding-top:30px;
    padding-bottom:0px;
    background: url(../images/jies.png) no-repeat center;
    background-position-y:120px;

    box-sizing:border-box;
}
.jies .jies-nr{
    margin: 0px auto 0px;
    width: 1200px;
    padding: 30px 0px 0px 0px;
    box-sizing: border-box;
}
.jies .jies-nr .p1{
    font-size: 18px;
    color: #333333;
    line-height:40px;
}
.jies .jies-nr .p2{
    font-size: 40px;
    color: #353535;
    font-weight:bold;
    margin-bottom:54px;
    margin-left: -40px;
}
.jies .jies-nr .p2 font{
    font-size: 40px;
    color: #ca0c1e;
    font-weight:bold;
}
.jies .jies-nr .p1 font{
     font-size: 18px;
    color: #e02a29;
    font-weight:bold;
}
.jies .jies-nr .jies-btn{
    margin:50px auto;
    display: block;
    width: 310px;
    height: 73px;
    line-height: 73px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    cursor: pointer;
    background:#e02a29;
}
.jies .jies-nr .jies-btn:hover{
         background: linear-gradient(to top, #de3231, #f75150);
}
.one {
    width: 100%;
    margin: 0px auto;
    padding-top:50px;
    position: relative;
    background-position-y: 0;
}
.one .one-nr{
    width: 1200px;
    height:530px;
    margin: 30px auto 0px;
    background: url(../images/one-bg.png) no-repeat center;
}
.one .one-nr .one-l {
    width: 50%;
    padding-left:0px;
    box-sizing:border-box;
}
.one .one-nr .one-l .tit{
    line-height: 100px;
    padding-left:0px;
    text-align: left;
    background-position-x: 80px;
}
.one .one-nr .one-l .p1{
    width:640px;
    margin:50px 0px 20px 40px;
    font-size:16px;
    color:#353535;
    line-height:28px;
    text-align: justify;
}
.one .one-nr .one-l .one-btn{
    display: block;
    width:288px;
    height:71px;
    line-height:71px;
    text-align:center;
    background:#609279;
    font-size:24px;
    color:#fff;
    font-weight:bold;
    margin-top:0px;
    margin-left:40px;
    border-radius:15px;
    cursor: pointer;
}
.one .one-nr .one-l .one-btn:hover{
        background: linear-gradient(to right, #ffd300, #ff2500);
}
.ym_forms{
    width: 100%;
    height: 731px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px;
    background: url('../images/ym_form.png')no-repeat center bottom;

    box-sizing: border-box;
}
.ym_forms .tit{
    width:710px;
    height:103px;
    background: url(../images/ym-tit.png)no-repeat center;
    background-size:100%;

}
.ym_forms .tit font{

}
.ym_form_info{
    margin:0 auto;
    width:954px;
    height:423px;
    background:#fff;
    margin-top:125px;
    padding-top:55px;
    border-radius:10px;
    box-sizing:border-box;
        box-shadow: 2px 2px 15px rgb(0 0 0 / 10%);
}
.ym_form_nav{
    width: 620px;
    height: 68px;
    background: #eeeeee;
    border-radius: 100px;
    margin:0px 165px;
}
.ym_form_nav li {
    line-height: 68px;
    text-align: center;
    width: 285px;
    font-size: 30px;
    margin-right: 25px;
    cursor: pointer;
}
.ym_form_nav .li_hover1 {
    background: #314b98;
    color: #fff;
    font-weight:400;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 310px;
    margin-left:-1px;
    margin-right:-1px;
}
.ym_form_info_text{
    width:100%;
    margin-top:55px;
    height:80px;
}
.ym_form_info_text_list{
    width:100%;
    margin-left: 72px;
    display: none;
}
.ym_form_info_text_list input{
    float:left;
    color:#353535 !important;
    font-size:20px;
    width:395px;
    height:68px;
    line-height:68px;
    border-radius:10px;
    padding-left: 30px;
    margin-right:30px;
    border:1px solid #cdcdcd;
}
.ym_form_info_btn{
    width:310px;
    height:70px;
    background:url('../img/ym_form_btn.png')no-repeat center;
    font-size:30px;
    margin-left:250px;
    margin-top:58px;
    background:#e02a29;
    color:#fff;
    cursor: pointer;
    line-height: 70px;
    border-radius: 50px;
    text-align:center;

}
.ym_form_info_btn:hover {
    background: linear-gradient(to bottom, #f85251, #df3332);
}

.two-container {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background: #f2f8ff;
  position: relative;
}

.two-container .tit {
    width:950px;
  text-align: center;
  margin-bottom: 45px;
  font-size: 56px;
  background: url(../images/three-tit.png) no-repeat center;
  background-size: 100%;
}

.two-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #ddd;
}

.two-content {
    width:1200px;
    margin:0 auto;
  position: relative;
  height: 500px;
}

.two-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  overflow: hidden;
}

.two-circle img {
  width: 300px;
  height: 300px;
  object-fit: cover;
}

.two-item {
  position: absolute;
  width: 375px;
  height:170px;
  display: flex;
  align-items: flex-start;
  background: url(../images/two-icon1.png) no-repeat center;
  background-size: 100%;
  padding: 55px 0px 0px 80px;
  box-sizing: border-box;
}

.two-item-right {
  flex-direction: row-reverse;
  text-align: right;
}

.two-number {
  width: 30px;
  height: 30px;
  background-color: #7cb8ff;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 30px;
  flex-shrink: 0;
}

.two-item:not(.two-item-right) .two-number {
  margin-right: 10px;
}

.two-item-right .two-number {
  margin-left: 10px;
}

.two-info {
  flex: 1;
}

.two-info h3 {
  margin: 0 0 8px 0;
  font-size: 26px;
  color: #3978e0;
}

.two-info p {
  margin: 0;
  font-size: 18px;
  color: #3978e0;
  line-height: 1.5;
}

.two-item-1 { left: 100px; top: 0px; }
.two-item-2 { left: 40px; top: 160px;   background: url(../images/two-icon2.png) no-repeat center;background-size: 100%;}
.two-item-3 { left: 100px; top: 320px; background: url(../images/two-icon3.png) no-repeat center;background-size: 100%;}
.two-item-4 { right: 100px; top: 0px;  background: url(../images/two-icon4.png) no-repeat center;background-size: 100%;  background-size: 100%;padding: 55px 75px 0px 0px;}
.two-item-5 { right: 40px; top: 160px;  background: url(../images/two-icon5.png) no-repeat center;background-size: 100%;  background-size: 100%;padding: 55px 75px 0px 0px;}
.two-item-6 { right: 100px; top: 320px;  background: url(../images/two-icon6.png) no-repeat center;background-size: 100%;  background-size: 100%;padding: 55px 75px 0px 0px;}

.two-container .two-btn{
    display: block;
    margin:50px auto 0px;
    width:371px;
    height:71px;
    background: #e02a29;
    color:#fff;
    text-align: center;
    line-height:72px;
    font-weight:400;
    font-size:24px;
    border-radius:50px;
    cursor: pointer;
}
.two-container .two-btn:hover{
    background: linear-gradient(to bottom, #f85251, #dd3130);
}


.three-container {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0px;
}

.three-container .tit {
    width:950px;
  text-align: center;
  margin-bottom: 45px;
  font-size: 56px;
  background: url(../images/three-tit.png) no-repeat center;
  background-size: 100%;
}

.three-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 2px;
  background-color: #ddd;
}

.three-flow {
  position: relative;
  height: 466px;
  background: url(../images/three-back.png)no-repeat center top;
}

.three-item {
  position: absolute;
  display: inline-block;
  top:100px;
  width: 250px;
}

.three-bottom {
  top: 315px;
}

.three-number {
  width: 40px;
  height: 40px;
  background-color: #7cb8ff;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  float: left;
  margin-right: 15px;
}

.three-content {
}

.three-content h3 {
  margin: 0 0 10px 0;
  color: #333333;
  font-weight:400;
  font-size: 26px;
}

.three-content p {
  margin: 0;
  color: #666;
  font-size: 18px;
  line-height: 26px;
  margin-left:-10px;
}
.three-content p  font{
    display: inline-block;
    font-weight:600;
    font-size:18px;
}
.three-arrow {
  position: absolute;
  right: -50px;
  top: 20px;
  width: 50px;
  height: 2px;
  background-color: #7cb8ff;
}

.three-arrow::after {
  content: '';
  position: absolute;
  right: 0;
  top: -3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #7cb8ff;
  border-right: 2px solid #7cb8ff;
  transform: rotate(45deg);
}

.three-arrow-down {
  width: 2px;
  height: 160px;
  right: auto;
  left: 20px;
}

.three-arrow-down::after {
  top: auto;
  bottom: 0;
  left: -3px;
  transform: rotate(135deg);
}

.three-arrow-left {
  width: 50px;
  right: auto;
  left: -50px;
}

.three-arrow-left::after {
  right: auto;
  left: 0;
  transform: rotate(-135deg);
}

/* 金牌移民顾问 */
 .ymgw{margin:70px auto;width:1140px;}
.ymgw .gw-nr{margin:20px auto 30px;}
.ymgw .gw-nr .gw-one{width:170px;height:350px;text-align:center;margin-right:12px;position:relative;background:#EFF1FF;border-radius:10px;}
.ymgw .gw-nr .gw-one .gw-guan{position:absolute;left:34%;}
.ymgw .gw-nr .gw-one .gw-img{margin-top:32px;width:120px;height:120px;border-radius:50%;border:4px solid #FFBF32;overflow:hidden;}
.ymgw .gw-nr .gw-one .gw-img2{border:4px solid #AFC7FB;}
.ymgw .gw-nr .gw-two .gw-img{border:4px solid #C8DDFC;}
.ymgw .gw-nr .gw-one .gw-bg{margin-top:-154px;width:265px;height:300px;padding-top:60px;background:#4D67F6;text-align:center;}
.ymgw .gw-nr .gw-one  .gw-p1{text-indent:10px;font-size:18px;font-weight:bold;color:#fff;letter-spacing:10px;}
.ymgw .gw-nr .gw-one  .gw-p2{font-size:14px;color:#fff;}
.ymgw .gw-nr .gw-one  .gw-p3{width:90px;background:#fff;position: relative;left: 195px;top:15px;background-color: #fbaf1e;border-radius: 11px 0 0 11px;color:#fff;text-align:center;line-height:25px;}
.ymgw .gw-nr .gw-one  .gw-line{margin:5px auto;width:100px;height:1px;background:#fff;}
.ymgw .gw-nr .gw-one  .gw-line .n-l{margin:0 auto;width:30px;height:1px;background:#1B3081;}
.ymgw .gw-nr .gw-one .gw-bg .team-graded{margin-top:10px;margin-bottom:10px;}
.ymgw .gw-nr .gw-one .gw-bg .team-graded .icon-star{display:inline-block;margin:0 3px;width:12px;height:12px;background:url(/res/im1803/images/index-cn-0429/star.png) no-repeat;}
.ymgw .gw-nr .gw-one  .gw-al{width:224px;font-size:14px;color:#B4C3FF;margin:0 auto;}
.ymgw .gw-nr .gw-one  .gw-zx{display:block;width:110px;height:35px;margin:10px auto;line-height:35px;text-align:center;font-size:16px;color:#1B3081;border-radius:6px;background:#fff;position:absolute;bottom:15px;left:31%;}
.ymgw .gw-nr .gw-lb{width:750px;height:350px;position:relative;}
.ymgw .gw-nr .gw-lb .gw-one .gw-img{border:0;margin-top:20px;}
.ymgw .gw-nr .gw-lb .gw-one .gw-bg{background:#EFF1FF;border-radius:6px;}
.ymgw .gw-nr .gw-lb .gw-one  .gw-p1{color:#262626;}
.ymgw .gw-nr .gw-lb .gw-one  .gw-p2{color:#ACACAC;}
.ymgw .gw-nr .gw-lb .gw-one  .gw-line{background:#D8D8D8;}
.ymgw .gw-nr .gw-lb .gw-one .gw-al{color:#ACACAC;-webkit-line-clamp: 3;-webkit-box-orient: vertical;display: -webkit-box;overflow: hidden;}
.ymgw .gw-nr .gw-lb .gw-one .gw-zx{color:#fff;background:#1B3081;}
.ymgw .gw-nr .gw-lb .gw-one .gw-zx:hover{background:#4D67F6;}
.ymgw .gw-nr .gw-lb .swiper-button-next{width:60px;height:60px;outline:none;top:50%;right:-30px;font-size:40px;font-family: '黑体',serif;color:#ccc;background:none;background:rgba(93,93,93,.75);border-radius:50%;line-height:60px;text-align:center;}
.ymgw .gw-nr .gw-lb .swiper-button-prev{width:60px;height:60px;outline:none;top:50%;left:-30px;font-size:40px;font-family: '黑体',serif;color:#ccc;background:none;background:rgba(93,93,93,.75);border-radius:50%;line-height:60px;text-align:center;}
.ymgw .gw-nr .gw-lb .swiper-button-next:hover{color:#007AFF;}
.ymgw .gw-nr .gw-lb .swiper-button-prev:hover{color:#007AFF;}

.ymgw{width:1200px;}
.ymgw .all-tit{text-align:left;}
.ymgw .gw-nr .gw-one{width:250px;box-shadow: 0 5px 9.2px .8px hsla(0,0%,87.8%,.53);}
.ymgw .gw-nr .gw-lb{width:1200px;}
.ymgw .gw-nr .gw-one .gw-bg{padding:60px 5px 0px;}
.ymgw .gw-nr .gw-lb .gw-one .gw-bg{padding:160px 6px 0px;}

.four {
    margin: 60px auto;
    padding-top:0px;
    width: 1200px;
}
.four .tit{

}
.four .four-nr {
    width: 1200px;
    height:560px;
    margin: 30px auto 20px;
    border-radius:10px;
    background: #3978e0;
    background-size:100%;
}
.four .four-nr .four-box{
    box-sizing:border-box;
}

.four .four-nr .four-box .p1{
    color:#fff;
    font-size:18px;
    line-height:40px;
    margin:40px 45px 0px 45px;
}
.four .four-nr .four-box .four-box-center{
    margin:30px auto;
    width:1070px;
    height:325px;
    background: #fff;
    border-radius:10px;
    padding-top:30px;
    box-sizing:border-box;
}
.four .four-nr .four-box .four-box-center .p2{
    margin: 0 auto;
    width:570px;
    color:#3978e0;
    font-size:30px;
    font-weight:bold;
    margin-top:0px;
}
.four .four-nr .four-box .four-box-center .p2 i{
    display: inline-block;
    margin:10px 10px;
    width:175px;
    height:1px;
    background:#3978e0;
}
.four .four-nr .four-box .four-box-center .nr4{
    display: block;
    float: left;
    width:410px;
    height:220px;
    line-height:40px;
    font-size:22px;
    color:#666666;
    padding:0px 0px 0px 0px;
    margin:10px 0px 0px 2px;
    background: url(../images/four-nr.png) no-repeat center;
    background-size:100%;
}
.four .four-nr .four-box .four-box-center .nr4:nth-child(2){
    margin-left:130px;
}
.four .four-nr .four-box .four-box-center .nr4 .p3{
    width:175px;
    height:55px;
    margin:0 auto;
    padding-left:110px;
    line-height:60px;
     color:#fff;
    font-size:24px;
}
.four .four-nr .four-box .four-box-center .nr4 .p4{
    padding:25px 70px 0px;
     line-height:40px;
    font-size:22px;
    color:#666666;
    text-align:center;
    box-sizing:border-box;
}
.four .four-nr .four-box .nr4 .four-btn{
    display: block;
    margin:18px 57px 0px 0px;
    width:258px;
    height:65px;
    background:#e60012;
    color:#fff;
    font-size:24px;
    text-align: center;
    line-height:65px;
    font-weight:bold;
    border-radius:15px;
    cursor: pointer;
}
.four .four-nr .four-box .nr4 .four-btn:hover{
      background: linear-gradient(to right, #ffd300, #ff2500);
  }




.five {
    margin: 0px auto;
    padding-top:30px;
}
.five .five-nr {
    width: 1200px;
    margin: 30px auto 20px;

}
.five .five-nr .nr5{
    width:577px;
    height:477px;
    padding:105px 40px 0px 36px;
    margin-right:45px;
    box-sizing: border-box;
    background: url(../images/five-img.png) no-repeat center;
}
.five .five-nr .nr5 i{
    display: block;
    width:86px;
    height:4px;
    margin-bottom:15px;
    background:#d50215;
}
.five .five-nr .nr5 .p1{
    color:#353535;
    font-size:20px;
    line-height:31px;
}
.five .five-nr .nr5 .p1 font{
    color:#d50215;
    font-size:20px;
}
.five .five-nr .nr5 .p2{
    color:#353535;
    font-size:16px;
    line-height:28px;
}
.five .five-nr .nr5 .five-btn{
    display: block;
    margin:15px auto 0;
    width:212px;
    height:60px;
    background:#e60012;
    color:#fff;
    text-align: center;
    line-height:60px;
    font-weight:bold;
    font-size:24px;
    border-radius:15px;
    cursor: pointer;
}
.five .five-nr .nr5 .five-btn:hover{
      background: linear-gradient(to right, #ffd300, #ff2500);
  }
.six {
    margin: 0px auto 0px;
    background: #f2f8ff;
    padding:30px 0px 50px 0px;
    background-position-y: 0;
}
.six .tit{
    width:1050px;
    background: url(../images/six-tit.png) no-repeat center;
    background-size:95%;

}
.six .six-nr{
    margin: 0px auto 45px;
    width: 1310px;
    height:620px;
    background: url(../images/six-nr.png) no-repeat center;
    background-size:100%;
}
.six .six-nr .nr6{
    width: 400px;
    height:340px;
    padding-top:30px;
    padding-left:114px;
    box-sizing:border-box;
}
.six .six-nr .nr6 .p1{
    margin:35px 0px 0px 300px;
    width:278px;
    height:78px;
    line-height:70px;
    color:#fff;
    font-weight:bold;
    font-size:28px;
    text-align:center;
    background: url(../images/six-icon1.png) no-repeat center;
    background-size:100%;
}
.six .six-nr .nr6 .box6{
line-height: 63px;
padding-right: 83px;
text-align:right;
font-size: 22px;
color: #353535;
box-sizing: border-box;
border-radius: 7px;

}
.six .six-nr .nr6 .box6:nth-child(2){
    margin:20px 0px 44px 54px;
    width: 510px;
    height: 63px;
     background: url(../images/six-left1.png) no-repeat center;
     background-size:100%;
}
.six .six-nr .nr6 .box6:nth-child(3){
    margin:20px 0px 44px 54px;
        width: 495px;
    height: 63px;
     background: url(../images/six-left2.png) no-repeat center;
     background-size:100%;
}
.six .six-nr .nr6 .box6:nth-child(4){
    margin:20px 0px 44px 54px;
     width: 465px;
    height: 63px;
     background: url(../images/six-left3.png) no-repeat center;
     background-size:100%;
}
.six .six-nr .nr6-2{
    width: 400px;
    height:340px;
    padding-top:40px;
    padding-left:314px;
    box-sizing:border-box;
}
.six .six-nr .nr6-2 .p1{
    margin:60px 0px 0px 60px;
    width:278px;
    height:78px;
    line-height:70px;
    color:#fff;
    font-weight:bold;
    font-size:28px;
    text-align:center;
    background: url(../images/six-icon2.png) no-repeat center;
    background-size:100%;
}
.six .six-nr .nr6-2 .box6{
    line-height:65px;
    padding-left:80px;
    font-size:22px;
    color:#333333;
    margin-bottom:18px;
    box-sizing: border-box;
    border-radius:7px;
}
.six .six-nr .nr6-2 .box6:nth-child(2){
         margin:20px 0px 18px 60px;
     width: 476px;
    height: 63px;
     background: url(../images/six-right1.png) no-repeat center;
     background-size:100%;
}
.six .six-nr .nr6-2 .box6:nth-child(3){
        margin:0px 0px 18px 54px;
     width: 480px;
    height: 63px;
     background: url(../images/six-right2.png) no-repeat center;
     background-size:100%;
}
.six .six-nr .nr6-2 .box6:nth-child(4){
      margin:0px 0px 18px 42px;
     width: 491px;
    height: 63px;
     background: url(../images/six-right3.png) no-repeat center;
     background-size:100%;
}
.six .six-nr .nr6-2 .box6:nth-child(5){
         margin:0px 0px 18px 31px;
     width: 501px;
    height: 63px;
     background: url(../images/six-right4.png) no-repeat center;
     background-size:100%;
}
.six .six-nr .nr6-2 .box6:nth-child(6){
         margin:0px 0px 18px 14px;
     width: 518px;
    height: 63px;
     background: url(../images/six-right5.png) no-repeat center;
     background-size:100%;
}
.six .six-btn{
    display: block;
    margin:0 auto;
    width:371px;
    height:71px;
    background: #e02a29;
    color:#fff;
    text-align: center;
    line-height:72px;
    font-weight:400;
    font-size:24px;
    border-radius:50px;
    cursor: pointer;
}
.six .six-btn:hover{
    background: linear-gradient(to bottom, #f85251, #dd3130);
}

.jianjie{
    width: 100%;
    height:600px;
    background: url(../images/seven-img1.png) no-repeat center;
}
.jianjie .jianjie-p1{
    margin:0px auto;
    width: 480px;
    height:150px;
    padding-top:300px;
    position:relative;
    right:300px;
    line-height:30px;
    box-sizing: border-box;
}
.jianjie .jianjie-p1 span{
    display:block;
width:50px;
height:2.99px;
background:#000;
}
.seven {
    margin: 0px auto;
    width: 100%;
    padding-top:0px;
    padding-bottom:50px;
    background:#f2f1fa;
}
.seven .seven-nr{
    width:1200px;
    margin: 20px auto 0;
}
.seven .seven-nr .p1{
    font-size:18px;
    font-weight:bold;
}
.seven .seven-nr span{
    display: block;
    width: 35px;
    height:3px;
    margin-top:5px;
    margin-bottom:5px;
    background:#455ec9;
}
.seven .seven-nr .p2{
    line-height:30px;
}
.seven .seven-nr .seven-nr2{
    width: 1200px;
    height:100px;
    margin-top:30px;
    background:#dee1e8;
    padding-top:20px;
    box-sizing: border-box;
}
.seven .seven-nr .seven-nr2 .seven-left{
    margin-left:25px;
}
.seven .seven-nr .seven-nr2 .seven-left .p3{
    font-size:18px;
    margin-bottom:10px;
}
.seven .seven-nr .seven-nr2 .l-a{
        margin: 0 auto;
    display: block;
    width:192px;
    height:55px;
    font-size: 18px;
    line-height:55px;
    color: #323232;
    text-align:center;
    border-radius:55px;
    margin-left:100px;
    background: -moz-linear-gradient(top,#fec26b,#fdd8a0);
    background: -o-linear-gradient(top,#fec26b,#fdd8a0);
    background: -webkit-linear-gradient(top,#fec26b,#fdd8a0);
}
 .form-nr{
    width:1200px;
    margin:0px auto;
    height:150px;
    margin-top:60px;
    border-radius:20px;
    background: url(../images/form-nr.png) no-repeat center;
}
 .form-nr .form{
    margin-top:50px;
    margin-right:75px;
    margin-left:30px;
}
 .form-nr .form .sub{
    display: inline-block;
    height:44px;
    width:180px;
    text-align:center;
    line-height:44px;
    background:#f39834;
    color:#323232;
    border-radius:25px;
    margin-left:100px;
}
 .form-nr .form input{
    height:50px;
    width:320px;
    border-radius:5px;
    border:1px solid #fff;
    padding-left: 10px;
    color:#fff;
    outline:none;
    margin-right:60px;
    background-color: rgba(255, 255,255, 0.3);
}


.jqymys{
    width:100%;
    height:770px;
    background: #fff !important;

}
.jqymys .jqymys-nr{
    width:1200px;
    margin:0 auto;
    padding-top:80px !important;
    box-sizing: border-box;
}
.jqymys .jqymys-nr .jqymys-left{
    width:390px;
    height:570px;
margin-top: 5px;
    background: url(../images/jqymys.png)!important;
    background-repeat: no-repeat!important;
}
.jqymys .jqymys-nr .jqymys-left .p1{
    font-size:42px;
    color:#fff;
    margin:170px 0px 15px 50px;
}
.jqymys .jqymys-nr .jqymys-left span{
    display: block;
    width:73px;
    height:3px;
    background:#fff;
    margin-left:50px;
}
.jqymys .jqymys-nr .jqymys-left .p2{
    font-size:18px;
    color:#fff;
    margin:20px 40px 15px 50px;
    line-height:30px;
}
.jqymys .jqymys-nr .jqymys-right{
    width:810px;
    height:570px;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li{
    position: relative;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .hover1{
    overflow: hidden;
    width:310px;
    height:230px;
    background:#314b98 !important;
        position: absolute;
    top: 55px;
    left: 90px;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .hover1 .p1{
    color:#fff;
    font-size:24px;
    padding-top:30px;
    padding-left:15px;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .hover1 span{
    display: block;
    width:50px;
    height:1px;
    background:#d0dcd7;
    margin-left:20px;
    margin-top:6px;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .hover1 .p2{
        color:#fff;
    font-size:16px;
    padding-top:10px;
    padding-left:15px;
    padding-right: 30px;
    line-height:25px;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .div1{
    width:400px;
    height:280px;
    margin-right:5px;
    margin-top:5px;
    background: #323232;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .div1 .div1-box{
    width:400px;
    height:82px;
    position:relative;
    top:200px;
    background-color:rgba(49,75,152,0.7)!important;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .div1 .div1-box .div1-span{
    width:100px;
    height:82px;
    background:#178982 !important;
    font-size:30px;
    font-weight:bold;
    text-align:center;
    line-height:82px;
    color:#fff;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .div1 .div1-box .p1{
    color:#fff;
    font-size:24px;
    position:relative;
    top:10px;
    left:10px;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .div1 .div1-box span{
    display: block;
    width:50px;
    height:1px;
    background:#fff !important;
    position:relative;
    top:20px;
    left:110px;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li:nth-child(1) .div1{
    background: url(../images/ymys-img1.png) no-repeat center;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li:nth-child(2) .div1{
    background: url(../images/ymys-img2.png) no-repeat center;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li:nth-child(3) .div1{
    background: url(../images/ymys-img3.png) no-repeat center;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li:nth-child(4) .div1{
    background: url(../images/ymys-img4.png) no-repeat center;
}




.eight {
    margin: 0px auto;
}

.eight .eight-bg {
    margin: 40px auto;
    padding: 50px 0;
    background: #CDD8F9;
}

.eight .nr8-d {
    width: 1200px;
    margin: 0px auto;
}

.eight .nr8-d .d-l {
    width: 660px;
}

.eight .nr8-d .d-l .l1 {
    width: 660px;
    height: 235px;
    background: url(../images/eight-img.png) no-repeat center;
}

.eight .nr8-d .d-l .l2 {
    margin: 30px auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #2C56DC;
    letter-spacing: 10px;
}

.eight .nr8-d .d-r {
    margin: 0 50px;
    width: 340px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 5px 1px #E4E7F0;
}

.eight .nr8-d .d-r .r-p {
    font-size: 20px;
    font-weight: bold;
    color: #253C93;
    text-align: center;
}

.eight input[type="text"] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background-color: #F0F0F0;
    border-radius: 6px;
    margin-top: 24px;
    border: none;
    color: #999;
    text-indent: 16px;
    outline: none;
}

.eight .nr8-d .d-r .zxs {
    margin-top: 30px;
}

.eight .nr8-d .d-r .zxs>a {
    margin: 0 9px;
    display: inline-block;
    width: 148px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}

.eight .nr8-d .d-r .zxs>a:first-child {
    color: #253C93;
    background: #FFEA00;
    transition: all 0.5s;
}

.eight .nr8-d .d-r .zxs>a:first-child:hover {
    background: #FFED28;
}

.eight .nr8-d .d-r .zxs>a:last-child {
    color: #fff;
    background: #253C93;
    transition: all 0.5s;
}

.eight .nr8-d .d-r .zxs>a:last-child:hover {
    background: #4460CB;
}

.nine {
    width: 1200px;
    margin: 50px auto;
}

.nine .nine-nr {
    margin: 30px auto 0;
}

.nine .nine-nr .nr9-l .vvv {
    width: 630px;
    height: 360px;
    border-radius: 6px;
}

.nine .nine-nr .nr9-r {
    width: 510px;
    height: 330px;
    padding: 15px 20px;
    border-radius: 6px;
    background: #EFF1FF;
}

.nine .nine-nr .nr9-r .r-d {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 220px;
    height: 130px;
    padding: 15px;
    border-radius: 6px;
    background: #fff;
}

.nine .nine-nr .nr9-r .r-d:nth-child(2) {
    margin-right: 0px;
}

.nine .nine-nr .nr9-r .r-d:nth-child(3) {
    margin-bottom: 0px;
}

.nine .nine-nr .nr9-r .r-d:nth-child(4) {
    margin-right: 0px;
    margin-bottom: 0px;
}

.nine .nine-nr .nr9-r .r-d .d-tit {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.nine .nine-nr .nr9-r .r-d .d-tit>img {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-right: 8px;
}

.nine .nine-nr .nr9-r .r-d .d-text {
    font-size: 14px;
    color: #8C8C8C;
    line-height: 22px;
}

.S9 .m-sectitle {
    margin: 0 0 30px 0;
}
