﻿* {
    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: 500px;
    margin: 0 auto;
    background: url(../images/banner.jpg) no-repeat center;
}

.ban .banner {
    height: 500px;
    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: 360px;
    margin-left: 50px;
    cursor: pointer;
}
.tit {
    margin-top:20px;
    height: 85px;
    line-height: 75px;
    font-size: 42px;
    padding-left:20px;
    font-weight: bold;
    text-align: center;
    color: #4b5973;
    background: url(../images/tit.png) no-repeat center bottom;
    box-sizing:border-box;
}
.tit font{
    color:#4b5973;
    font-size: 42px;
    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-bottom:0px;
    box-sizing:border-box;
}
.jies .jies-nr{
      display: flex; /* 设置为flex容器 */
  justify-content: space-between; /* 两端对齐 */
    margin:50px auto 0px;
    width:1200px;
    height:420px;
    background: url(../images/jies.png) no-repeat center;
    box-sizing:border-box;
}
.jies .jies-nr .jies-left{
      flex: 1; /* 可以根据需要设置比例 */
    margin-right: 20px; /* 右边距，创建间隔 */
    padding:160px 0px 0px 20px;
    box-sizing: border-box;
}
.jies .jies-nr .jies-center{
      flex: 1; /* 可以根据需要设置比例 */

}
.jies .jies-nr .jies-right{
      flex: 1; /* 可以根据需要设置比例 */
    padding:160px 0px 0px 120px;
    box-sizing: border-box;

}
.jies .jies-nr .jies-right .p1{
    margin-bottom:5px;
}

.jies .jies-nr .jies-cont .p1{
    width:320px;
    font-size: 18px;
    color: #353535;
    line-height:32px;
    position: relative; /* 为伪元素定位提供参考 */
    padding-left: 15px; /* 为正方形留出空间 */
        box-sizing: border-box;
}
.jies .jies-nr .jies-left .p1:nth-child(2){
    margin-top:30px;
}
.jies .jies-nr .jies-cont .p1::before{
      content: ""; /* 必需的属性 */
  position: absolute;
  left: 0;
  top: 50%; /* 垂直居中 */
  transform: translateY(-50%); /* 精确垂直居中 */
  width: 7px;
  height: 7px;
  background-color: #a2c2db; /* 可以改变颜色 */
}
.jies .jies-nr .jies-left .p1:nth-child(2)::before{
      content: ""; /* 必需的属性 */
  position: absolute;
  left: 0;
  top: 15%; /* 垂直居中 */
  transform: translateY(-50%); /* 精确垂直居中 */
  width: 7px;
  height: 7px;
  background-color: #a2c2db; /* 可以改变颜色 */
}
.jies .jies-nr .p1 font{
     font-size: 18px;
     font-weight:bold;
    color: #4a5a74;
}
.one {
    width: 100%;
    margin: 0px auto;
    padding-top:50px;
    position: relative;
    background-position-y: 0;
        background: url(../images/one.png) no-repeat center;
        background-size:100%;
}
.one .one-nr{
    position:relative;
    width: 1200px;
    height:530px;
    margin: 30px auto 0px;
    background: url(../images/one-bg.png) no-repeat center;
}
.one .one-nr .one-l {
    width: 100%;
    padding-left:0px;
    box-sizing:border-box;
}
.one .one-nr .one-l i{
    margin-top:140px;
    display: block;
    width:55px;
    height:10px;
    background: url(../images/one-icon.png) no-repeat center;
    background-size:100%;
}
.one .one-nr .one-l .p1{
     display: block;
    width:710px;
    margin:20px 0px 20px 0px;
    font-size:18px;
    color:#323232;
    line-height:34px;
    text-align: justify;
}
.one .one-nr  .one-btn{

    position: absolute;
    top:340px;
    left:710px;
    width:310px;
    height:80px;
    line-height:80px;
    text-align:center;
 background: linear-gradient(to right, #d3163e, #ec3a62);
    font-size:22px;
    color:#fff;
    font-weight:400;
    margin-top:0px;
    margin-left:40px;
    border-radius:100px;
    cursor: pointer;
}
.one .one-nr .one-btn:hover{
        background: linear-gradient(to right, #d4183e, #fee407);
}
.ym_forms{
    width: 100%;
    height: 400px;
    padding: 1px 0px 0px 0px;
    margin: 30px 0px;
    background: url('../images/ym_form.png')no-repeat center;
    background-position-y: 0px;
    box-sizing: border-box;
}
.ym_forms .tit{
    background:url('../images/tit2.png')no-repeat center;

    color:#fff;
    line-height: 100px;
}
.ym_forms .tit font{
    color:#fafd05;
}
.ym_form_info{
    margin:0 auto;
    width:1200px;
    margin-top:30px;
    padding-top:0px;
    box-sizing:border-box;
}
.ym_form_nav{
    width: 466px;
    height: 66px;
    background: #eeeeee;
    border-radius: 100px;
    margin:0px 383px;
}
.ym_form_nav li {
    line-height: 66px;
    text-align: center;
    width: 180px;
    font-size: 24px;
    margin-right: 25px;
    cursor: pointer;
}
.ym_form_nav .li_hover1 {
    background: #609279;
    color: #fff;
    font-weight:bold;
    border-radius: 100px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 262px;
    margin-left:-1px;
    margin-right:-1px;
}
.ym_form_info_text{
    width:100%;
    margin-top:52px;
    height:80px;
}
.ym_form_info_text_list{
    width:100%;
    margin-left: 60px;
    display: none;
}
.ym_form_info_text_list input{
    float:left;
    color:#353535 !important;
    font-size:16px;
    width:307px;
    height:71px;
    line-height:71px;
    border-radius:7px;
    padding-left: 30px;
    margin-right:30px;
border: 1px solid #cdcdcd;
}
.ym_form_info_btn{
    width:310px;
    height:71px;
    background:url('../img/ym_form_btn.png')no-repeat center;
    font-size:24px;
    background:#ca0c1e;
    color:#fff;
    cursor: pointer;
    line-height: 71px;
    border-radius: 10px;
    text-align:center;
}
.ym_form_info_btn:hover {
    background: linear-gradient(to right, #ffd300, #ff2500);
}

.two {
    height:800px;
    margin: 50px auto 0px;
    padding-bottom: 0px;
    padding-top:0px;
    background: url(../images/two.png) no-repeat center;
    background-position-y:30px;
}
.two .tit{

}
.two .two-nr {
    width: 1200px;
    margin: 20px auto 0px;
    padding: 55px 30px 60px 40px;
    border-radius: 6px;
    box-sizing:border-box;
}
.two .two-nr .two-box{
    width:250px;
    height:200px;
    padding:90px 20px 0px 20px;
    margin-right:42px;
    margin-bottom:20px;
    background:#fff;
    box-sizing:border-box;
}
.two .two-nr .two-box:nth-child(1){
    background: url(../images/two-icon1.png) no-repeat center;
}
.two .two-nr .two-box:nth-child(2){
    background: url(../images/two-icon2.png) no-repeat center;
}
.two .two-nr .two-box:nth-child(3){
    background: url(../images/two-icon3.png) no-repeat center;
}
.two .two-nr .two-box:nth-child(4){
    background: url(../images/two-icon4.png) no-repeat center;
}
.two .two-nr .two-box:nth-child(5){
    background: url(../images/two-icon5.png) no-repeat center;
}
.two .two-nr .two-box:nth-child(6){
    background: url(../images/two-icon6.png) no-repeat center;
}
.two .two-nr .two-box:nth-child(7){
    background: url(../images/two-icon7.png) no-repeat center;
}
.two .two-nr .two-box:nth-child(8){
    background: url(../images/two-icon8.png) no-repeat center;
}
.two .two-nr .two-box .p1{
    text-align: left;
    font-size:20px;
    color:#353535;
    line-height:32px;
}
.two .two-nr .two-box .p2{
    text-align: center;
    font-size:20px;
    color:#353535;
    opacity:0.05;
    text-transform:uppercase;
}
.two .two-nr .two-box img{
    margin-top:22px;
    margin-bottom:22px;
}
.two .two-nr .two-box .p3{
    width: 214px;
    margin-left: 12px;
    line-height: 28px;
}
.two .two-btn{
    display: block;
    margin:40px auto 0px;
    width:310px;
    height:80px;
    background:#e12a52;
    color:#fff;
    text-align: center;
    line-height:80px;
    font-weight:bold;
    font-size:24px;
    border-radius:50px;
    cursor: pointer;
}
.two .two-btn:hover{
    background: linear-gradient(to right, #ffd300, #ff2500);
}

.three{
    width: 100%;
    margin: 0px auto;
    padding-top:30px;
    padding-bottom:65px;
        background: url(../images/three.png) no-repeat center;
    background-position-y:30px;
}
.three .tit{
    margin-top:68px;
    color:#fff;
}
.three .three-nr{
    margin: 0px auto 0;
    width: 1200px;
        background: url(../images/three-nr.png) no-repeat center;
}
.three .three-nr .three-box{
width: 160px;
    height: 263px;
    line-height: 30px;
    margin-right: 100px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 70px 10px 0px 10px;
    box-sizing: border-box;
}


.three .three-nr .three-box p{
     text-align:center;
     margin-bottom:10px;
}
.three .three-nr .three-box:nth-child(1){
   
}
.three .three-nr .three-box:nth-child(2){
        
}
.three .three-nr .three-box:nth-child(3){
      
}
.three .three-nr .three-box:nth-child(4){
       
}
.three .three-nr .three-box:nth-child(5){
       margin-right: 0px;
}
.three .three-nr .three-box2{
            width:1028px;
            height:28px;
            margin-left:85px;
            margin-top:-70px;
}
.three .three-nr .three-box2:nth-child(6){
        background: url(../images/three-img1.png) no-repeat center;
        background-size: 100%;
}
.three .three-btn{
    display: block;
    margin:0 auto;
    width:300px;
    height:75px;
    background:#da1f48;
    color:#fff;
    text-align: center;
    line-height:75px;
    font-weight:bold;
    font-size:22px;
    border-radius:50px;
    cursor: pointer;
}
.three .three-btn:hover{
    background: linear-gradient(to right, #ffd300, #ff2500);
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #fff;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff ;
}
/* 金牌移民顾问 */
 .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: 50px auto;
    padding-top:0px;
    width: 1200px;
    height:590px;
        background: url(../images/four.png) no-repeat left;
        background-position-y:40px;
}
.four .tit{
    width: 675px;
    margin: 0 auto;
    font-size:40px;
    background-position-x: 350px;
}
.four .four-nr {
    width: 1200px;
    height:538px;
    margin: -50px auto 20px;

}
.four .four-nr .four-box{
    width:837px;
    padding-left:340px;
    padding-top:130px;
    box-sizing:border-box;
}
.four .four-nr .four-box i{
    width: 129px;
    height:3px;
    display: block;
    background:#609279;
    margin:96px 0px 0px 0px;
}
.four .four-nr .four-box .p1{
    width:844px;
    color:#353535;
    font-size:20px;
    line-height:34px;
    margin:28px 0px 20px 0px;
}
.four .four-nr .four-box .nr4{
    width:1200px;
    height:140px;
    line-height:99px;
    padding:0px;
    margin-bottom:5px;
        background: url(../images/four_icon.png) no-repeat center;
        background-size:100%;
}
.four .four-nr .four-box .nr4 .p2{
     color:#323232;
    font-size:28px;
    line-height:140px;
    margin-left:50px;
}
.four .four-nr .four-box .nr4 .four-btn{
    display: block;
    margin:40px 57px 0px 115px;
    width:220px;
    height:60px;
     background: linear-gradient(to right, #e32d56, #e12a52);
    color:#fff;
    font-size:22px;
    text-align: center;
    line-height:60px;
    font-weight:400;
    border-radius:50px;
    cursor: pointer;
}
.four .four-nr .four-box .nr4 .four-btn:hover{
      background: linear-gradient(to right, #d41a3e, #fee408);
  }




.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 {
    height:610px;
    margin: 50px auto 0px;
    background: url(../images/six.png) no-repeat center;
    padding-top:0px;
    background-position-y: 30px;
}
.six .tit{

}
.six .six-nr{
    margin: 30px auto 40px;
    width: 1200px;
    background: url(../images/six-img2.png) no-repeat center;
}
.six .six-nr .nr6{
    margin:55px 0px 0px 200px;
    width: 400px;
    height:285px;
    background: url(../images/six-icon.png) no-repeat center;
    background-size:100%;
    box-sizing:border-box;
}

.six .six-nr .nr6 .p1{
    color:#1a5972;
    font-weight:bold;
    font-size:24px;
    margin:20px 0px 45px 86px;
}
.six .six-nr .nr6 .box6{

    line-height:42px;
    padding-left:45px;
    font-size:18px;
    color:#fff;
    margin-bottom:18px;
    box-sizing: border-box;
}


.six .six-nr .nr6-2{
    margin:55px 0px 0px 20px;
    width: 400px;
    height:285px;
    background: url(../images/six-icon.png) no-repeat center;
    background-size:100%;
    box-sizing:border-box;
}

.six .six-nr .nr6-2 .p1{
    color:#1a5972;
    font-weight:bold;
    font-size:24px;
    margin:20px 0px 35px 86px;
}
.six .six-nr .nr6-2 .box6{
    line-height:30px;
    padding-left:45px;
    font-size:18px;
    color:#fff;
    margin-bottom:18px;
    box-sizing: border-box;
}
.six .six-nr .nr6-2 .box6::before {
    content: ""; /* 添加一个点 */
    width:7px;
    height:7px;
    margin-right: 5px; /* 点和文字之间的间距 */
    color: #fff; /* 点的颜色 */
    font-size: 16px; /* 点的大小，可根据需求调整 */
}
.six .six-btn{
    display: block;
    margin:0 auto;
    width:310px;
    height:80px;
    background: linear-gradient(to top, #ec3960, #d51840);
    color:#fff;
    text-align: center;
    line-height:80px;
    font-weight:400;
    font-size:22px;
    border-radius:50px;
    cursor: pointer;
}
.six .six-btn:hover{
    background: linear-gradient(to right, #d3183d, #fee806);
}

.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;
}
.jqymys .jqymys-nr{
    width:1200px;
    margin:0 auto;
    padding-top:110px;
    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:#214e37 !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(33,78,55,0.7)!important;
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .div1 .div1-box .div1-span{
    width:100px;
    height:82px;
    background:#214e37 !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;
}
