<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    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.5rem auto;
    background: url(../images/banner.jpg) no-repeat center;
    position: relative;
}
.tit{
    height: 60px;
    line-height: 60px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    color: #323232;

}
.tit-tip{
    width: 1200px;
    height: 30px;
    margin: 1px auto;
    background: url(../images/tit.png) no-repeat center;
}
.tit-font{
    width:1200px;
    margin:5px auto;
    text-align: center;
    font-size: 24px;
    color: #757575;
}

.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);
}
.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;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
}

.title {
    text-align: center;
    color: #333;
    font-size: 54px;
    font-weight:bold;
    margin-bottom: 10px;
    background: url(../images/tit-one.png) no-repeat center;
    padding-top: 20px;
    box-sizing:border-box;
}

.subtitle {
    text-align: center;
    color: #757575;
    font-size: 36px;
    font-weight:normal;
    margin-bottom: 20px;
}

.one-content {
    height:370px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 320px 0px 30px;
    background: url(../images/one_content.png) no-repeat center;
    background-size:100%;
}
.text-content {
    flex: 1;
    padding-right: 20px;
}

.project-name {
    margin-top: 25px;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 35px;
}

.description {
    color: #000000;
    line-height:34px;
    font-size:18px;
}

.cta-button {
    margin-left:450px;
    width:300px;
    height:60px;
    line-height:60px;
    color: #fff;
    border-radius: 50px;
    border:0;
    background:#e54243;
    cursor: pointer;
    font-size: 30px;
    margin-top: 40px;
}
.cta-button:hover{
    background: url(../images/one-btn.png) no-repeat center;
    background-size:100%;
}



.two {
  width: 100%;
  background-color: #f9fbff;
  margin: 0 auto;
  text-align: center;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.two .title {
    width:950px;
    text-align: center;
    color: #333;
    font-size: 54px;
    margin-bottom: 10px;
    background: url(../images/tit-two.png) no-repeat center;
    padding-top: 20px;
    box-sizing:border-box;
}

.advantages-container {
  width: 1200px;
  height:569px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 2px;
 background: url(../images/two-content.png) no-repeat center;
 background-size:100%;
}

.advantage-item {
height:150px;
  margin: 10px;
  border-radius: 15px;
  position: relative;
}

.advantage-item p {
  font-size: 26px;
  text-align: center;
  padding: 10 10px;
}
.icon img:hover{
    border-radius:70px;
    box-shadow: 0 0px 25px rgba(151, 161, 255, 2); /* 悬停时增强阴影效果 */
    transition: box-shadow 0.3s ease; /* 添加过渡效果 */

}
.top-left {     top: 70px;left: -75px;}
.top-right {     top: 70px;left: 180px; }
.bottom-right { top: 70px;left: 430px;  }
.bottom-left { top: 280px;left: -135px;  }

.center { top: 280px;left: -375px;}
.two .cta-button{
    margin-left:10px;
}
.three {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  font-family: Arial, sans-serif;
  text-align: center;
}

.three .title {
 background: url(../images/three-title.png) no-repeat center;
}


.three-container {
  height:500px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top:40px;
 background: url(../images/three-container.png) no-repeat center;
}

.three-card {
  width: 48%;
  border-radius: 10px;
  padding: 20px;
  color: white;
  text-align: left;
}

.three-card-title {
    margin:93px 0px 0px 235px;
  font-size: 26px;
  color:#1434d6;
  margin-bottom: 15px;
}

.three-list {
  list-style-type: none;
  padding: 15px 50px 0px 80px;
 line-height:30px;
}

.three-list li {
    font-size:20px;
    color:#423a74;
  margin-bottom: 10px;
  padding-left: 45px;
  position: relative;
}
.three-list li:hover{
    color:#1434d6;
}
.three-list li:hover::before{
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;  /* 调整为你的图片宽度 */
  height: 22px;  /* 调整为你的图片高度 */
  background-image: url('../images/three-icon2.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.three-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 30px;  /* 调整为你的图片宽度 */
  height: 22px;  /* 调整为你的图片高度 */
  background-image: url('../images/three-icon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.three-button {
  background-color: #FF6347;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}
.three .cta-button{
    margin-left:10px;
}

/* 金牌移民顾问 */
 .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 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 60px 0;
  background:#f9fbff ;
}
.four-content {
  width: 1200px;
  text-align: center;
}
.four-content .title {
 background: url(../images/tit-four.png) no-repeat center;
}
.four-flow {
   margin-top:50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
  padding: 0px 10px 0px 20px;
}
.four-flow-item {
  width: 22%;
}
.four-flow-box {
    width: 225px;
    height: 183px;
    padding: 40px 0px 0px 0px;
    border-radius: 10px;
    color: white;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
    box-sizing: border-box;
    margin-bottom:15px;
}
.four-flow-box.blue { background: url(../images/four-icon1.png) no-repeat center;}
.four-flow-box.blue:hover {width:225px; background: url(../images/four-icon11.png) no-repeat center; background-position-y:-13px;background-position-x:-5px;}

.four-flow-box.purple {background: url(../images/four-icon2.png) no-repeat center;}
.four-flow-box.purple:hover {width:225px; background: url(../images/four-icon22.png) no-repeat center; background-position-y:-13px;background-position-x:-5px;}
.four-flow-box.pink { background: url(../images/four-icon3.png) no-repeat top; }
.four-flow-box.pink:hover { width:225px; background: url(../images/four-icon33.png) no-repeat center; background-position-y:-13px;background-position-x:-3px;}
.four-flow-box.green { background: url(../images/four-icon4.png) no-repeat top; }
.four-flow-box.green:hover { width:225px; background: url(../images/four-icon44.png) no-repeat center; background-position-y:-13px;background-position-x:-3px;}
.four-flow-bottom .pink { background: url(../images/four-icon5.png) no-repeat top;padding-top:75px; }
.four-flow-bottom .pink:hover { width:225px; background: url(../images/four-icon55.png) no-repeat center; background-position-y:0px;background-position-x:-5px;}

.four-flow-bottom .green { background: url(../images/four-icon6.png) no-repeat top; padding-top:75px;}
.four-flow-bottom .green:hover { width:225px; background: url(../images/four-icon66.png) no-repeat center; background-position-y:0px;background-position-x:-3px;}
.four-flow-bottom .purple {background: url(../images/four-icon7.png) no-repeat top;padding-top:95px;}
.four-flow-bottom .purple:hover { width:225px; background: url(../images/four-icon77.png) no-repeat center; background-position-y:0px;background-position-x:-4px;}
.four-flow-line {
  height: 5px;
background: url(../images/four-line.png) no-repeat top;
  position: relative;
  margin: 0px 0;
}
.four-flow-bottom {
    padding:15px 200px 0px 200px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.four-flow-bottom .four-flow-box {
  width: 225px;
}
.four .cta-button{
    margin-left:10px;
}

.five {
  width: 100%;
  background-color: #f9fbff;
  padding: 50px 0;
}

.five-content {
  width: 1200px;
  margin: 0 auto;
}
.five-content button{
    width:360px;
    height:60px;
    margin-left:425px;
}
.five-title {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}

.five-subtitle {
  text-align: center;
  color: #666;
  margin-bottom: 30px;
}

.five-cases {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.five-case {
  width: 580px;
  height:280px;
background: url(../images/five-box.png) no-repeat center;
  padding: 40px 60px 0px 40px;
  box-sizing: border-box;
  position: relative;
}
.five-case:hover{
    box-shadow: 0 0px 45px rgba(235, 239, 255, 2); /* 悬停时增强阴影效果 */
    transition: box-shadow 0.3s ease; /* 添加过渡效果 */
}
.five-case-number {
  position: absolute;
  top: 8px;
  left: 3px;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 18px;
}

.five-case-title {
  margin-top: 0px;
  font-size: 24px;
  color: #333;
}

.five-case-desc {
  font-size: 18px;
  color: #585858;
  margin: 15px 0px 20px 0px;
}

.five-case-info {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.five-case-info span {
    font-size:18px;
    color:#1434d6;
  margin-right: 15px;
}

.five-case-link {
  color: #e54243;
  text-decoration: none;
  font-size: 20px;
}
.five-case-link img{
    margin-left:10px;
}
.five-more {
  display: block;
  width: 200px;
  height: 40px;
  margin: 30px auto 0;
  background-color: #FF4500;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 16px;
  cursor: pointer;
}

.five-more:hover {
  background-color: #FF6347;
}

.six {
  width: 100%;
  height:884px;
  background: url(../images/six-box.png) no-repeat center;
  background-size: 100% 100%;
  color: white;
  padding: 30px 0;
  box-sizing:border-box;
  transform-origin: top left;
}

@media screen and (min-resolution: 125dpi) {
  .six {
    transform: scale(1.3);
  }
}
.six-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.six-image {
  flex: 1;
  height: 500px;
background: url(../images/six-box.png) no-repeat center;
  background-size: cover;
}

.six-info {
    width: 970px;
    margin-left: auto;
    padding: 50px 50px;
    background: url(../images/six-info.png) no-repeat center;
    box-sizing: border-box;
}

.six-title {
  font-size: 46px;
  font-weight:600;
  color:#1d1f21;
  margin-bottom: 0px;
  text-align:center;
  background: url(../images/six-title.png) no-repeat center;
}

.six-subtitle {
  font-size: 20px;
  color: #d0d0d0;
  font-weight:300;
  text-align:center;
  margin-bottom: 20px;
}
.six-subtitle2 {
  font-size: 35px;
  color: #000000;
  font-weight:300;
  text-align:center;
  margin-bottom: 20px;
}
.six-description {
  font-size: 18px;
  line-height: 30px;
  color:#000000;
  margin-bottom: 20px;
}

.six-ratings {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  max-width: 730px; /* 可以根据需要调整 */
  margin-left: auto;
  margin-right: auto;
}

.six-rating {
    width:230px;
    height:44px;
    line-height:44px;
    border:1px solid #ec0304;
  color: #ec0304;

  font-size: 20px;
  margin: 5px;
  flex: 0 1 calc(33.33% - 10px); /* 允许缩小 */
  text-align: center;
  box-sizing:border-box;
}

/* 最后两个元素的样式 */
.six-rating:nth-child(4),
.six-rating:nth-child(5) {
  flex-basis: calc(50% - 10px); /* 最后一行两个元素 */
}
.six-list {
  padding: 15px 50px;
  height: 80px; /* 增加高度以容纳两行 */
  background: #f2f2f2;
  box-sizing: border-box;
  overflow: hidden;
}

.six-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 240px; /* 两倍的.six-list高度 */
 transition: transform 0.5s ease;
will-change: transform;
}

.six-list li {
  width: calc(50% - 10px);
  float: left;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.six-list li:nth-child(odd) {
  margin-right: 20px;
}



.six-button {
  background-color: #ff4d4f;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

.six-button:hover {
  background-color: #ff7875;
}
.six .cta-button{
    margin-left:290px;
}

.jianjie{
    width: 100%;
    height:600px;
    background: url(../images/seven-img1.png) no-repeat center;
}
.jianjie .jianjie-p1{
    margin: 0px auto;
    width: 450px;
    height: 100px;
    padding-top: 290px;
    position: relative;
    right: 330px;
    line-height: 30px;
    box-sizing: border-box;
}
.jianjie .jianjie-p1 span{
    display: block;
    width: 50px;
    margin-bottom: 25px;
    height: 2.99px;
    background: #000;
}
.seven {
    margin: 0px auto;
    width: 100%;
    padding-top:20px;
    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;
    height: 60px;
    overflow: hidden;
}
.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:0px;
    background: -moz-linear-gradient(top,#fec26b,#fdd8a0);
    background: -o-linear-gradient(top,#fec26b,#fdd8a0);
    background: -webkit-linear-gradient(top,#fec26b,#fdd8a0);
}
.seven .seven-nr .seven-nr2 .l-a:hover{
    background:#f39834;
}
 .form-nr{
    width:100%;
    margin:0px auto;
    height:200px;
    background: url(../images/form-nr.png) no-repeat center;
      display: flex;
    justify-content: center;
    align-items: center;
}
 .form-nr .form{
    margin-top:70px;
  width:1200px;
  display: flex;
    justify-content: center;
    align-items: center;
}
 .form-nr .form .sub{
    display: inline-block;
    height:50px;
    width:260px;
    text-align:center;
    line-height:50px;
    background:#e54243;
    color:#fff;
    font-size:30px;
    border-radius:25px;
    margin-left:0px;
}
 .form-nr .form .sub:hover{
    background: url(../images/one-btn.png) no-repeat center;
    background-size:100%;
 }
 .form-nr .form input{
    height:50px;
    width:360px;
    border-radius:5px;
    border:1px solid #fff;
    padding-left: 10px;
    color:#fff;
    outline:none;
    margin-right:60px;
    background-color: rgba(255, 255,255, 0);
}


.jqymys{
    width:100%;
    height:770px;
    background:#dee1e8;
}
.jqymys .jqymys-nr{
    width:1200px;
    margin:0 auto;
    padding-top:110px;
    box-sizing: border-box;
}
.jqymys .jqymys-nr .jqymys-left{
    width:390px;
    height:580px;
    background: url(../images/jqymys.png) no-repeat center;
}
.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;
        position: absolute;
    top: 37px;
    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:#b58e57;
    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(38,56,110,0.7);
}
.jqymys .jqymys-nr .jqymys-right .ymys-ul .ymys-li .div1 .div1-box .div1-span{
    width:100px;
    height:82px;
    background:#b58e57;
    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:#b58e57;
    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&gt;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&gt;a:first-child {
    color: #253C93;
    background: #FFEA00;
    transition: all 0.5s;
}

.eight .nr8-d .d-r .zxs&gt;a:first-child:hover {
    background: #FFED28;
}

.eight .nr8-d .d-r .zxs&gt;a:last-child {
    color: #fff;
    background: #253C93;
    transition: all 0.5s;
}

.eight .nr8-d .d-r .zxs&gt;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&gt;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;
}

.footer{
    float: left;
    width: 100%;
    padding: 50px 0px 30px 0px;
    background: #262626;
}
.foot_box{
    width: 100%;
    padding: 80px 0px 0px 0px;
    background:#262626;
}
.foot_cont{
    width: 1300px;
    margin: 0px auto;
    height: 300px;
}
.foot_cont_lt{
    width: 290px;
    height: 270px;
    float: left;
    border-right:1px solid #575757;
}
.foot_cont_lt_logo{
    float: left;
    width: 100%;
    height: 70px;
    padding-left: 45px;
}
.foot_cont_lt_access{
    float: left;
    width: 100%;
}
.foot_cont_lt_access img{
    float: left;
    margin:0px 12px 20px 12px;
}
.foot_cont_lt_access p{
    color: #fff;
    line-height:30px;
}
.foot_cont_lt_beian{
    float: left;
    width: 100%;
    margin-top:20px;
}
.foot_cont_lt_beian_p2{
    float: left;
    color: #808080;
    margin-left:45px;
}
.foot_cont_lt_beian a{
    float: left;
    width: 100%;
    height: 30px;
}
.foot_cont_lt_beian a img{
    float: left;
    margin:0px 12px;
}
.foot_cont_lt_beian a p{
    float: left;
    color: #808080;
    font-size: 13px;
}
.foot_cont_ct{
    width: 750px;
    height: 300px;
    float: left;
    margin-left:30px;
}
.foot_cont_ct_lt{
    float: left;
    margin-bottom: 20px;
    line-height: 26px;
}
.foot_cont_ct_lt h5{
    color: #ffffff;
    width: 90px;
    float: left;
    font-size:17px;
}
.foot_cont_ct_lt_text{
    float: left;
    width: 660px;
    color: #808080;
}
.foot_cont_ct_lt_text a{
    color: #808080;
    margin: 0px 15px;
    font-size:16px;
    line-height:26px;
    cursor: pointer;
}
.foot_cont_ct_lt_text a:hover{
    color:#ea4236;
}
.foot_cont_rt{
    width:112px;
    height: 330px;
    float: right;
}
.foot_cont_rt p{
    color: #808080;
    text-align: center;
    line-height: 30px;
    margin: 10px 10px 10px 10px;
    font-size: 12px;
}
.foot_cont_rt .ewm-code1{
        margin: 0 auto;
        border-radius: 3px;
        width: 100px;
        height: 100px;
        padding: 2px;
        background: url("https://www.oxbridgejq.com/res/im1803/images/g-footer-qrcode-1.jpg");
        background-size:100%;
    }
.foot_cont_rt .ewm-code2 {
    margin: 0 auto;
    border-radius: 3px;
    width: 100px;
    height: 100px;
    padding: 2px;
    background: url("https://www.oxbridgejq.com/res/im1803/images/g-footer-qrcode-6.png");
      background-size: auto;
    background-size: 100%;
}

.S9 .m-sectitle {
    margin: 0 0 30px 0;
}
</pre></body></html>