﻿/*
公共样式
*/
body,ul,ol,dl,h1,h2,h3,h4,h5,h6,p,input,span,header,b,section,i,header,li,nav,article,aside,figure,code,dialog,footer{
    margin: 0px;padding: 0px;list-style: none;outline: none;
    border:none;
}
img{
    border: none;
}
a{
    text-decoration: none;
}
a,button{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body{
    font-family:"微软雅黑";color: #01bcae;background:#fff;font-size: 0.28rem;
}
*{
    box-sizing:border-box;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input[type="text"] {
    -webkit-appearance: none;
}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"]{
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}
button{ border-radius: 0; }
input:focus, textarea:focus {
    outline: none;
}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
body{
    width:7.5rem;
    margin:0 auto;
}
/*
首页
*/
.in-herader{
    width:100%;
    height:1rem;
    background: #fb4484;
    padding:0.28rem 0.32rem;
    display: flex;
    justify-content: space-between;
}
.in-herader .in-he-img{
    width:0.4rem;
    height:0.44rem;
    background: url("../images/index/index.png") no-repeat center;
    background-size: 0.4rem 0.44rem;
}
.in-herader .in-he-title{
    font-size: 0.36rem;
    color: #fff;
}
.in-herader .in-he-img1{
    width:0.4rem;
    height:0.44rem;
    background: url("../images/index/kefu.png") no-repeat center;
    background-size: 0.4rem 0.44rem;
}
.in-fixed{
    width:100%;
    height:100%;
    position: fixed;
    background: rgba(0,0,0,0.2);
    z-index: 1000;
    left:-100%;
    top: 0;
    transition: all 0.3s 0.2s;
}
.in-fixed-nav{
    width: 65%;
    position: fixed;
    height: 100%;
    left: -100%;
    top: 0;
    background: #fff;
    z-index: 100000;
    transition: all 0.5s 0.2s;
    overflow: auto;
}
.in-fixed-nav2{
    width: 65%;
    position: fixed;
    height: 100%;
    left: -100%;
    top: 0;
    background: #fff;
    z-index: 100000;
    transition: all 0.5s 0.2s;
}
.in-fixed-xia{
    position: relative;
}
.in-fixed-shang{
    position: relative;
}
.in-fixed-san{
    position: absolute;
    width: 0;
    height: 0;
    top:0.25rem;
    right: 0.3rem;
    border-top: 0.18rem solid transparent;
    border-left: 0.3rem solid #fb4484;
    border-bottom: 0.18rem solid transparent;
    transition: all 0.3s;
}
.in-fixed-show{
    left:0;
}
.in-fixed-show1{
   transform: rotate(90deg);
}
.in-fixed-show2{
    width: 65%;
    height: 100%;
}
.in-fixed-show3{
    width: 0px;
    height: 0px;
   opacity: 0;
}
.in-fixed-title{
    width:100%;
    padding:0.2rem 0.3rem;
    background: #fb4484;
    color: #fff;
    font-size: 0.36rem;
    line-height: 0.6rem;
    text-align: center;
}
.in-fixed-nav ul{
    width:100%;
    padding-top: 0.5rem;
}
.in-fixed-nav li{
    margin-bottom:0.15rem;
    color: #fb4484;
}
.in-fixed-nav .in-fixed-ul{
    padding-top: 0rem;
    width: 100%;
    height: 0rem;
    transition: all 0.3s;
    overflow: hidden;

}
.in-fixed-nav .in-fixed-ul1{
    height: auto;
}
.in-fixed-ul li{
    background: #f5f5f5!important;
    margin-bottom:0rem;
    color: #fb4484;
}
.in-fixed-nav a{
    line-height: 0.84rem;
    text-align: center;
    font-size: 0.36rem;
    color: #fb4484;
    display: block;
}
.in-banner{
    width:100%;
    height:auto;
    /*background: url("../images/index/banner.png") no-repeat center;*/
    /*background-size: 100% 4.5rem;*/
}
.in-focus{
    width:100%;
    height:3.5rem;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
.in-focus .hd{
    width:100%;
    height:0.2rem;
    position:absolute;
    z-index:10;
    bottom:0.4rem;
    line-height:0;
    font-size:0;
}
.in-focus .hd ul{
    display: flex;
    justify-content: center;
}
.in-focus .hd li{
    width:0.2rem;
    height:0.2rem;
    background: url("../images/index/x3.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
    margin:0 0.1rem 0;
}
.in-focus .hd li:last-child{
    margin-right:0;
}
.in-focus .hd .on{
    background: url("../images/index/x1.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
    border: 0;
}
.in-focus .bd{
    position:relative;
    z-index:1;
}
.in-focus .bd a{
    display: block;
    width:100%;
    height:auto;
}
.in-focus .bd img{
    display: block;
    width:100%;
    height:auto;
}
.in-banner img{
    display: block;
    width:100%;
    height:auto;
}
.gj-he-banner{
   width:100%;
    height:4.5rem;
}
.gj-he-banner .in-focus{
    width:100%;
    height:100%;
}
.in-content1{
    width:7.5rem;
    padding:0.6rem 0.32rem;
    margin: 0 auto;
    border-bottom:0.2rem solid #f5f5f5;
}
.in-content1 .in-con1-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    margin-bottom: 0.55rem;
}
.in-content1 .in-con1-ul1{
    margin-bottom: 0.0rem;
}
.in-con1-ul li{
    width:1.2rem;
}
.in-con1-ul a{
    display: block;
}
.in-con1-ul a img{
    display: block;
    width:1.2rem;
    height:1.2rem;
    margin-bottom: 0.15rem;
}
.in-con1-ul a span{
    text-align: center;
    font-size: 0.3rem;
    color: #333;
}
.in-content2{
    width:7.5rem;
    padding:0.8rem 0.32rem;
    margin:0 auto;
    border-bottom: 0.2rem solid #f5f5f5;
}
.in-con2-title{
    text-align: center;
    color: #000;
    font-size: 0.36rem;
    position: relative;
}
.in-con2-title span{
    color: #fb4484;
}
.in-con2-heng{
    width: 0.4rem;
    height: 4px;
    position: absolute;
    left:50%;
    margin-left: -0.2rem;
    bottom: -0.2rem;
    background: #fb4484;
}
.in-con2-titbox p{
    color: #8c8c8c;
    font-size: 0.28rem;
    text-align: center;
    margin-top: 0.5rem;
}
.in-con2-conbox{
    margin: 0.6rem auto;
    height: 3.87rem;
    width:5.3rem;
    box-shadow: 0 0.2rem 0.6rem 2px rgba(0,0,0,0.2);
    position:relative;
}
.slideBox{
    position:relative;
    width:100%;
    height:100%;
}
.in-con2-conbox .hd{
    position:absolute;
    width:100%;
    height:0.46rem;
    top:50%;
    margin-top: -0.23rem;
    left:0;
    z-index:3;
}
.in-con2-conbox .hd img{
    display: block;
    width:0.26rem;
    height:0.46rem;
}
.in-con2-conbox .prev{
    position:absolute;
    left:-0.6rem;
    top:0;
    display:block;
    width:0.26rem;
    height:0.46rem;
    text-align:center;
}
.in-con2-conbox .next{
    position:absolute;
    right:-0.6rem;
    top:0;
    display:block;
    width:0.26rem;
    height:0.46rem;
    text-align:center;
}
.slideBox .bd{
    position:relative;
    z-index:2;
    overflow:hidden;
}
.slideBox .bd li{
    position:relative;
    padding-top:0.4rem;
}
.slideBox .bd li img{
    display: block;
    width: 1.10rem;
    height: 1.16rem;
    margin:0 auto;
    margin-bottom: 0.15rem;
}
.slideBox .bd li span{
    display: block;
    font-size: 0.32rem;
    color: #000;
    margin-bottom: 0.3rem;
    text-align: center;
}
.slideBox .bd li p{
    display: block;
    padding:0 0.3rem;
    font-size: 0.26rem;
    color: #8c8c8c;
    line-height: 0.36rem;
}
.in-con2-butbox{
    width: 100%;
    height: 0.88rem;
    text-align: center;
    line-height: 0.84rem;
}
.in-con2-butleft{
    display: block;
    width: 3.27rem;
    height: 0.88rem;
    float: left;
    border:2px solid #fb4484;
    color: #fb4484;
    font-size: 0.32rem;
}
.in-con2-butright{
    display: block;
    width: 3.27rem;
    height: 0.88rem;
    float: right;
    background: #fb4484;
    color: #fff;
line-height: 0.88rem;
font-size: 0.32rem;
}
.in-con3-conbox{
    margin-top: 0.6rem;
}
.tabBox2 .hd{
    height:auto;
    line-height:1.4rem;
    font-size:0.28rem;
    text-align: center;
    color: #fb4484;
    position:relative;
    overflow:hidden;
}
.tabBox2 .hd ul{
    overflow:hidden;
}
.tabBox2 .hd ul li{
    float:left;
    width: 1.4rem;
    height: 1.4rem;
    border: 2px solid #fb4484;
    border-radius: 0.7rem;
    margin-bottom: 0.2rem;
}
.tabBox2 .hd ul .in-con3-li{
    margin-left: 0.8rem;
}
.tabBox2 .hd ul .in-con3-li1{
    margin-left: 0.45rem;
}
.tabBox2 .hd ul .in-con3-li2{
    margin-right: 0.42rem;
}
.tabBox2 .hd ul .in-con3-li3{
     margin-right: 0px;
}
.tabBox2 .hd ul .in-con3-li4{
    line-height: normal;
    padding-top: 0.35rem;
}
.tabBox2 .hd ul .on{
    border:0px;
    background:#fb4484;
    color:#fff;
}
.tabBox2 .in-con3-shadow{
    width: 6.84rem;
    height:5.43rem;
    margin:0 auto;
    box-shadow: 0 0.2rem 0.6rem 2px rgba(0,0,0,0.2);
    position: relative;
    overflow: hidden;
    border-radius: 0.05rem;
    margin-top: 0.4rem;
}
.tabBox2 .bd ul{
    width: 6.84rem;
    height:5.43rem;
}
.tabBox2 .bd li{
    width: 6.84rem;
    height:5.43rem;
    padding-top: 0.4rem;
}
.tabBox2 .bd li h5{
    font-size: 0.32rem;
    color: #009dfa;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.4rem;
}
.tabBox2 .bd li p{
    font-size: 0.28rem;
    text-align: center;
    color: #666;
    line-height: 0.44rem;
}
.in-con3-button{
    display: block;
    width: 6.22rem;
    height: 0.88rem;
    margin:0 auto;
    background: #fb4484;
    text-align: center;
    line-height: 0.88rem;
    color: #fff;
    font-size: 0.32rem;
    margin-top: 0.5rem;
}
.in-con4-conbox{
    width: 6.86rem;
    height:6.07rem;
    margin:0.7rem auto 0.7rem;
    background: url("../images/index/22.png") no-repeat center;
    background-size: 6.86rem 6.07rem;
}
.in-content3{
    width:7.5rem;
    padding:0.8rem 0.32rem;
    margin:0 auto;
    background: #e9f4fa;
}
.in-con5-conbox{
    width: 100%;
    margin-top: 0.55rem;
    margin-bottom: 0.6rem;
}
.slideBox3{
    position:relative;
    width:100%;
    overflow:hidden;
}
.slideBox3 .bd{
    position:relative;
    z-index:2;
}
.slideBox3 .bd li{
    position:relative;
}
.slideBox3 .bd li img{
    width: 1.4rem;
    height:1.4rem;
    display: block;
    margin:0 auto;
}
.slideBox3 .bd li .in-con5-span1{
    display: block;
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-top: 0.2rem;
}
.slideBox3 .bd li .in-con5-span2{
    display: block;
    font-size: 0.28rem;
    color: #000;
    text-align: center;
}
.slideBox3 .bd li p{
    width: 100%;
    display: block;
    margin:0 auto;
    margin-top: 0.4rem;
    color: #8c8c8c;
    font-size: 0.28rem;
    line-height: 0.36rem;
    text-align: justify;
    padding:0 0.2rem;
}
.slideBox3 .hd{
    position:absolute;
    width:100%;
    height:0.46rem;
    left:0;
    z-index:3;
    top: 0.5rem;
}
.slideBox3 .hd img{
    display: block;
    width:0.26rem;
    height:0.46rem;
}
.slideBox3 .prev{
    position:absolute;
    left:0.6rem;
    top:0;
    display:block;
    width:0.26rem;
    height:0.46rem;
}
.slideBox3 .next{
    position:absolute;
    right:0.6rem;
    top:0;
    display:block;
    width:0.26rem;
    height:0.46rem;
}
.in-con6-conbox{
    width: 100%;
    box-shadow: 0 0.2rem 0.6rem 2px rgba(0,0,0,0.2);
    border-radius:0.05rem;
    margin-top:0.8rem;
  
}
.in-con6-title{
    width: 100%;
    overflow: hidden;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    color: #8c8c8c;
    font-size: 0.32rem;
    background: #e6e6e6;
}
.in-con6-title div{
     width: 33.33%;
     height: 0.88rem;
     float: left;
     font-weight: bold;
     border-right:1px solid #999;
 }
.in-con6-title .in-con6-title1{
    color: #fff;
    background: #fb4484;
    border-right:1px solid #fb4484;
}
.in-con6-title div:last-child{
    border-right:0px;
}
.in-con6-con{
    width: 100%;
    height: 7.8rem;
    position: relative;
}
.in-con6-con li{
    width: 100%;
    height: 7.8rem;
    padding:0.6rem 0.2rem;
    position: absolute;
    top:0px;
    left:0px;
    display: none;
}
.in-con6-con .in-con6-show{
    display: block;
}
.in-con6-con li a{
    display: block;
    width: 100%;
    height: 0.84rem;
    border:2px solid #fb4484;
    text-align: left;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #8c8c8c;
    position: relative;
    margin-bottom: 0.2rem;
    padding-left: 0.1rem;
}
.in-con6-con li a span{
    position: absolute;
    top:0px;
    right: 0.2rem;
    display: block;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #fb4484;
}
.in-con6-button{
    display: block;
    width: 100%;
    height:0.88rem;
    background: #fb4484;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    margin-top: 0.6rem;
}
.in-con6-con .in-con6-button a{
    display: block;
    width: 100%;
    height: 0.88rem;
    border:0;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
}
.in-content4{
    border-bottom: 0px;
}
.in-con7-titbox p{
    text-align: justify;
}
.in-con7-conbox{
    width: 100%;
}
.in-con7-hjzz img{
    width: 100%;
}
.slideBox4{
    position:relative;
    width:100%;
    height:1.56rem;
    overflow:hidden;
    margin:0.6rem auto;
}
.slideBox4 .bd{
    position:relative;
    width: 4.84rem;
    height: 1.56rem;
    z-index:2;
    margin: 0 auto;
}
.slideBox4 .bd li{
    position:relative;
    width: 4.84rem;
    height: 1.56rem;
}
.slideBox4 .bd li img{
    display: block;
    float: left;
    width: 2.22rem;
    height:1.56rem;
}
.slideBox4 .bd li img:last-child{
    float: right;
    margin-right: 0rem;
}
.slideBox4 .hd{
    position:absolute;
    width:100%;
    height:0.46rem;
    top:50%;
    margin-top: -0.23rem;
    left:0;
    z-index:1;
}
.slideBox4 .hd img{
    display: block;
    width:0.26rem;
    height:0.46rem;
}
.slideBox4 .prev{
    position:absolute;
    left:0rem;
    top:0;
    display:block;
    width:0.26rem;
    height:0.46rem;
}
.slideBox4 .next{
    position:absolute;
    right:0rem;
    top:0;
    display:block;
    width:0.26rem;
    height:0.46rem;
}
.in-con7-button{
    margin-top: 0.8rem;
}
.in-content5{
    border-bottom:0rem;
    background: #080f1f;
}
.in-con8-titbox{
    font-size:0.36rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0.6rem;
}
.in-con8-input{
    width: 100%;
}
.in-con8-input input{
    width: 100%;
    height: 0.88rem;
    background: #ffffff;
    display: block;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #999;
    margin-bottom: 0.2rem;
    border-radius: 0.05rem;
}
.in-con8-input .in-con8-submit{
    display: block;
    width: 100%;
    height:0.88rem;
    background: #fb4484;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    margin-top: 0.6rem;
    margin-bottom: 0px;
}
.in-wei{
    margin: 0 auto;
}
.in-wei img{
    display: block;
    width: 3.48rem;
    height: 3.48rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.in-wei span{
    display: block;
    font-size: 0.32rem;
    color: #fb4484;
    text-align: center;
    margin-bottom: 50px;
}

.in-wx-footer{padding-top:0.7rem; padding-bottom:0.5rem;overflow: hidden;}
    .in-wx-footer div{width: 49%;margin:0 auto;}
    .in-wx-footer img{ display:block; margin:0px auto; width:2.6rem}
    .in-wx-footer p{ font-size:0.3rem; text-align:center;color:#8187ce; padding-top:0.2rem}
 .rn-foot-banqun{
        width:100%;
        height:0.88rem;
        background: #fb4484;
        margin-bottom: 50px;
    }
    .rn-foot-banqun p{
        width:100%;
        height:0.88rem;
        font-size: 0.24rem;
        line-height: 0.88rem;
        text-align: center;
        font-weight:bold;
        color: #fff;
       }
 .bk-wx {
      width: 6.86rem;
      height: 3rem;
      background: #FFF;
      margin: 0.5rem auto 0;
    }
    .bk-wx img {
      width: 2.6rem;
      float: left;
      padding: 0.2rem 0 0 0.4rem;
      box-sizing: content-box;
    }
    .bk-wx p {
      width: 2.5rem;
      font-size: 0.32rem;
      line-height: 0.48rem;
      color: #000;
      padding: 0.8rem 0 0 0;
      float: right;
    }
/*美国*/
.us-con1-conbox{
    width: 100%;
    margin-top: 0.6rem;
    overflow: hidden;
}
.us-con1-conbox li{
    width:3.27rem;
    height:2.45rem;
    border: 2px solid #f5f5f5;
    background: url("../images/us/u1.png") no-repeat center;
    background-size: 3.95rem 3.3rem;
    box-shadow: 0 0.2rem 0.6rem 1px rgba(0,0,0,0.1);
    padding-top: 0.4rem;
    margin-bottom: 0.32rem;
}
.us-con1-list1{
    float: left;
}
.us-con1-list2{
    float: right;
}
.us-con1-conbox li span{
    display: block;
    font-size: 0.32rem;
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 0.1rem;
}
.us-con1-conbox li p{
    display: block;
    font-size: 0.26rem;
    color: #8c8c8c;
    line-height: 0.36rem;
    text-align: center;
}
.us-content2{
    width: 7.5rem;
    height:3.44rem;
    margin:0 auto;
    background: url("../images/us/u2.png") no-repeat center;
    background-size: 7.5rem 3.44rem;
}
.slideBox5{
    position:relative;
    width:100%;
    overflow:hidden;
    margin:0 auto;
    padding-bottom: 0.65rem;
    margin-top: 0.7rem;
}
.slideBox5 .hd{
    position:absolute;
    width: 100%;
    height:0.6rem;
    line-height:0.6rem;
    bottom:0.3rem;
    right:0px;
    z-index:2;
    text-align: center;
}
.slideBox5 .hd li{
    display:inline-block;
    width:0.6rem;
    height:0.6rem;
    -webkit-border-radius:0.3rem;
    -moz-border-radius:0.3rem;
    border-radius:0.3rem;
    background:#fff;
    text-align: center;
    color: #fb4484;
    line-height: 0.56rem;
    overflow:hidden;
    margin:0 0.3rem 0 0;
    border:2px solid #fb4484;
    box-shadow: 0 0.2rem 0.4rem 1px rgba(0,0,0,0.1);
}
.slideBox5 .hd li:last-child{
    margin-right: 0px;
}
.slideBox5 .hd li.on{
    background:#fb4484;
    color: #fff;
}
.slideBox5 .bd{
    position:relative;
    z-index:2;
    width: 5.86rem;
    height: 2.8rem;
    box-shadow: 0 0.1rem 0.4rem 1px rgba(0,0,0,0.1);
    margin:0 auto;
}
.slideBox5 .bd li{
    position:relative;
    width: 5.86rem;
    height: 2.8rem;
}
.slideBox5 .bd li .us-con3-title{
    width: 100%;
    height: 0.88rem;
    text-align: center;
    line-height: 0.88rem;
    background: #fb4484;
    font-size: 0.32rem;
    font-weight: bold;
    color: #fff;
}
.us-con3-con{
    width: 100%;
    padding:0.3rem 0.4rem;
    font-size: 0.28rem;
    color: #8c8c8c;
    text-align: justify;
}
.us-con3-qie{
    position: absolute;
    left:0;
    top:1.2rem;
    width: 100%;
    z-index: 3;
    height: 0.46rem;
}
.us-con3-qie img{
    display: block;
    width:0.26rem;
    height:0.46rem;
}
.us-con3-qie .prev{
    position:absolute;
    left:0;
    top:0;
    display:block;
    width:0.26rem;
    height:0.46rem;
    text-align:center;
}
.us-con3-qie .next{
    position:absolute;
    right:0;
    top:0;
    display:block;
    width:0.26rem;
    height:0.46rem;
    text-align:center;
}
.us-con3-button{
    margin-top: 0.4rem;
}
.us-content3{
    margin:0 -0.32rem;
}
.us-con4-box{
    margin:0.4rem -0.32rem 0 -0.32rem;
}
.us-con4-conbox{
    width: 7.5rem;
    height: 4.3rem;
    background: url("../images/us/u3.png") no-repeat center;
    background-size: 7.5rem 4.3rem;
}
.us-con5-conbox{
    width: 6.86rem;
    height: 5.38rem;
    margin: 0.8rem auto 0.6rem;
    /*background: url("../images/us/u4.png") no-repeat center;
    background-size: 6.86rem 5.38rem;*/
}
.mghs-div{width: 6.86rem;height: 1.75rem;margin: 0 auto;border-bottom: 0.08rem solid #FFF;overflow: hidden;}
.mghs-div p{border-right: 0.08rem solid #FFF;float: left;color: #FFF;font-size: 0.2rem;text-align: center;line-height: 1.5em;background-size: 100% 100%;}
.mghs-div p:last-child{border-right: 0;}
.mghs-div-p{width: 3.07rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs1.png) no-repeat center;padding-top: 0.68rem;}
.mghs-div-p1{width: 1.84rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs2.png) no-repeat center;padding-top: 0.48rem;}
.mghs-div-p2{width: 1.93rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs3.png) no-repeat center;padding-top: 0.48rem;}
.mghs-div-p3{width: 2.01rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs4.png) no-repeat center;padding-top: 0.68rem;}
.mghs-div-p4{width: 1.77rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs5.png) no-repeat center;padding-top: 0.48rem;}
.mghs-div-p5{width: 3.07rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs6.png) no-repeat center;padding-top: 0.48rem;}
.mghs-div-p6{width: 1.67rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs7.png) no-repeat center;padding-top: 0.68rem;}
.mghs-div-p7{width: 1.82rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs8.png) no-repeat center;padding-top: 0.48rem;}
.mghs-div-p8{width: 1.67rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs9.png) no-repeat center;padding-top: 0.48rem;}
.mghs-div-p9{width: 1.67rem;height: 1.75rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us/mghs10.png) no-repeat center;padding-top: 0.48rem;}
.mghs-ul{width: 6.88rem;height: 2rem;border-bottom: 0.16rem solid #F6F6F6;margin: 0 auto;overflow: hidden;}
.mghs-ul li{background: #009DFA;width: 3.44rem;height: 2rem;float: left;overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.mghs-ul li:first-child{border-right: 0.08rem solid #F6F6F6;}
.mghs-ul li:last-child{border-left: 0.08rem solid #F6F6F6;}
.mghs-ul li p:first-child{width: 1.1rem;height: 2rem;float: left;text-align: center;padding-top: 0.45rem;}
.mghs-ul li p:first-child img{width: 0.95rem;height: 0.94rem;}
.mghs-ul li p:last-child{width: 2.16rem;height: 2rem;font-size: 0.18rem;color: #FFF;line-height: 1.5em;float: left;padding-top: 0.35rem;}
.mghs-ul li p:last-child span{font-weight: bold;}
.mghs-ul li p:last-child.mghs-ul-p{padding-top: 0.15rem;}
.us-con6-conbox{
    width: 6.8rem;
    height: 4.27rem;
    margin: 0.6rem auto 0;
    background: url("../images/us/u5.png") no-repeat center;
    background-size: 6.8rem 4.27rem;
    padding-top: 0.6rem;
}
.us-con6-conbox1{
    width: 5.86rem;
    height: 3.28rem;
    margin:0 auto;
    box-shadow: 0 0.1rem 0.4rem 1px rgba(0,0,0,0.1);
}
.slideBox6{
    position:relative;
    width: 5.86rem;
    height:3.28rem;
}
.slideBox6 .hd{
    position:absolute;
    width: 100%;
    height:0.3rem;
    bottom:-0.5rem;
    left:0;
    z-index:1;
    text-align: center;
}
.slideBox6 .hd li{
    display:inline-block;
    width:0.3rem;
    height:0.3rem;
    background: url("../images/index/x2.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
    text-indent:-9999px;
    overflow:hidden;
    margin:0 0.2rem 0 0;
}
.slideBox6 .hd li.on{
    background: url("../images/index/x1.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
}
.slideBox6 .bd{
    position:relative;
    z-index:0;
    overflow: hidden;
    width: 5.86rem;
    height:3.28rem;
}
.slideBox6 .bd li{
    position:relative;
    width: 5.86rem;
    height:3.28rem;
    padding: 0.35rem 0.26rem 0;
}
.slideBox6 .bd li h5{
    font-size: 0.32rem;
    font-weight: bold;
    color: #fb4484;
    text-align: center;
    margin-bottom: 0.2rem;
}
.slideBox6 .bd li p{
    font-size: 0.28rem;
    line-height: 0.36rem;
    color: #8c8c8c;
    text-align: justify;
}
.slideBox6 .bd li p span{
    color: #009dfa;
}
.us-con6-butbox{
    margin-top: 0.8rem;
}
.us-con7-conbox{
    width: 6.86rem;
    height: 3.3rem;
    margin: 0.6rem auto 0.8rem;
    background: url("../images/us/u6.png") no-repeat center;
    background-size: 6.86rem 3.3rem;
    padding-top: 0.6rem;
}
.us-con8-titbox p{
    line-height: 0.48rem;
}
.us-con8-conbox{
    margin:0 -0.32rem;
}
.us-con8-conbox1{
    width: 7.34rem;
    height: 4rem;
    margin: 0.6rem auto 0.4rem;
    background: url("../images/us/u7.png") no-repeat center;
    background-size: 7.34rem 4rem;
}
/*
美国护士-报考指南
*/
.mg-content1{
    padding:0.6rem 0.32rem 0.4rem;
}
.mg-content1 ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mg-content1 ul li{
    width: 2rem;
    height: 0.88rem;
    box-shadow: 0 0.1rem 0.3rem 1px rgba(0,0,0,0.1);
    margin-bottom: 0.2rem;
 }
.mg-content1 ul li a{
    display:block;
    width: 2rem;
    height: 0.88rem;
    text-align: center;
    line-height: 0.88rem;
    color: #009dfa;
    font-size: 0.32rem;
}
.mg-con2-conbox{
    width: 100%;
    margin-top: 0.7rem;
}
.mg-con2-img{
    display: block;
    width:6.86rem;
    height: 2.4rem;
    margin-bottom: 0.3rem;
}
.mg-con2-p{
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.44rem;
    text-align: justify;
}
.mg-con3-conbox{
    width: 100%;
    font-size: 0.28rem;
    color: #666;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.7rem;
}
.mg-con3-conbox:after{
    content: "";
    display: block;
    clear: both;
}
.mg-con3-kao{
    float: left;
    width: 3.27rem;
    height: 2rem;
    margin-bottom: 0.32rem;
    background: url("../images/us-bkzn/1.png") no-repeat center;
    background-size: 3.27rem 2rem;
    box-shadow: 0 0.1rem 0.4rem 1px rgba(0,0,0,0.1);
    padding-top: 0.6rem;
}
.mg-con3-kao1{
    float: right;
    width: 3.27rem;
    height: 2rem;
    background: url("../images/us-bkzn/2.png") no-repeat center;
    background-size: 3.27rem 2rem;
    box-shadow: 0 0.1rem 0.4rem 1px rgba(0,0,0,0.1);
    padding-top: 0.6rem;
}
.mg-con3-kao2{
    float: left;
    width: 100%;
    height: 2rem;
    background: url("../images/us-bkzn/3.png") no-repeat center;
    background-size: 6.86rem 2rem;
    box-shadow: 0 0.1rem 0.4rem 1px rgba(0,0,0,0.1);
    padding-top: 0.5rem;
}
.mg-con3-p1{
    float: left;
    width: 100%;
     color: #8c8c8c;
    margin: 0.4rem auto 0.5rem;
 }
.mg-con3-p2{
    float: left;
    color: #fb4484;
    text-align: left;
}
.mg-con3-butbox{
    margin-top:0.6rem;
}
.mg-content4{
    border-bottom: 0px;
    background: #0f1a30;
}
.mg-con4-titbox{
    font-size: 0.32rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 0.44rem;
    margin-bottom: 0.6rem;
}
.mg-con4-titbox p{
    margin:0 -0.2rem;
    font-size: 0.28rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.mg-con5-conbox{
    width: 100%;
    margin-top: 0.7rem;
    margin-bottom: -0.3rem;
}
.mg-con5-conbox h5{
    text-align: center;
    color: #fb4484;
    font-size: 0.32rem;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.mg-con5-conbox ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.mg-con5-conbox ul li{
    width: 2.2rem;
    height: auto;
    border:2px solid #e6e6e6;
    padding-top: 0.35rem;
    text-align: center;
}
.mg-con5-title{
    color: #009dfa;
    font-size: 0.3rem;
    margin-bottom: 0.35rem;
    font-weight: bold;
}
.mg-con5-conbox ul li p{
    color: #666;
    font-size: 0.26rem;
    line-height: 0.44rem;
}
.mg-con5-button{
    margin: 0.6rem auto 0.8rem;
}
.mg-con5-conbox .mg-con5-ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mg-con5-conbox .mg-con5-li{
    width: 50%;
    height: auto;
    border:0px;
    padding-top: 0;
    text-align: center;
    margin-bottom: 0.5rem;
}
.mg-con5-cat{
    width: 100%;
    height: auto;
}
.mg-con5-cat img{
    display: block;
    width: 2.33rem;
    height: 2.34rem;
    margin: 0 auto;
}
.mg-con5-cat span{
    display: block;
   font-size: 0.28rem;
    line-height: 0.36rem;
    font-weight: bold;
    color: #666;
}
.mg-con6-con{
    width: 100%;
    height: 4.4rem;
}
.mg-con6-con li{
    width: 100%;
    height: 4.4rem;
    padding: 0.4rem 0.2rem;
    position: absolute;
    display: none;
}
.mg-con6-con .in-con6-p{
   font-size: 0.28rem;
    color: #666;
    line-height: 0.44rem;
    margin-bottom: 0.2rem;
}
.mg-con6-con .in-con6-p span{
    color: #fb4484;
}
.mg-con2-img1{
    margin-bottom: 0.4rem;
}
.mg-con6-button{
    margin:0.6rem auto 0;
}
.in-con7-title span{
    display: block;
    width: 100%;
    color: #666;
    font-size: 0.26rem;
}
.mg-con7-conbox p{
    width: 100%;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #666;
}
.mg-con7-conbox p span{
    color: #fb4484;
}
.mg-con7-button{
    display: block;
    width: 100%;
    height: 1.32rem;
    background: #fb4484;
    padding:0.2rem 0.4rem;
    text-align: center;
    font-size: 0.32rem;
    color: #fff;
    margin-top: 0.6rem;
}
.mg-con8-conbox{
    width: 100%;
    margin: 0.8rem -0.32rem 0;
}
.mg-con8-conbox ul{
    width: 7.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mg-con8-conbox ul li{
    width: 3.75rem;
    height: 2.93rem;
    background: url("../images/us-bkzn/m8.png") no-repeat center;
    background-size: 3.75rem 2.93rem;
}
.mg-con8-conbox ul li h5{
    font-size: 0.32rem;
    line-height: 0.7rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.2rem;
}
.mg-con8-conbox ul li p{
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #8c8c8c;
    text-align: center;
}
.in-con9-titbox p{
    text-align: justify;
}
.mg-con9-conbox{
    width: 100%;
    margin-top: 0.4rem;
}
.mg-con9-img1{
    display: block;
    width: 6.86rem;
    height: 3.67rem;
    margin-bottom: 0.1rem;
}
.mg-con9-conbox ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.mg-con9-conbox ul li{
    width: 50%;
    padding-bottom: 0.4rem;
}
.mg-con9-conbox ul li img{
    display: block;
    width: 3.08rem;
    height: 3.08rem;
    margin: 0 auto;
}
.mg-con9-conbox ul li span{
    display: block;
    width: 100%;
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.mg-con9-butbox{
    margin-top: 0.3rem;
}
.bkzn-div{width: 100%;height: 3.67rem;background: url(http://img.hongjingedu.com/rn/nwap/images/us-bkzn/bkzn.png) no-repeat center;background-size: 100% 100%;overflow: hidden;}
.bkzn-div p{width: 5rem;height: 2rem;margin: 1.5rem auto 0;text-align: center;font-size: 0.3rem;color: #8C8C8C;line-height: 1.5em;}
.bkzn-div p span{color: #FB4484;font-weight: bold;display: inline-block;padding-top: 0.2rem;}
/*
收费明细
*/
.sf-con1-conbox{
    width: 100%;
    margin-top: 0.55rem;
}
.sf-con1-conbox p{
    font-size: 0.28rem;
    color: #666;
    line-height: 0.44rem;
    text-align: center;
}
.sf-content2{
    padding:0.8rem 0px;
    border-bottom: 0px;
}
.sf-content2>div{
    width: 7.34rem;
    margin: 0 auto 0.1rem;
    padding-top: 1.15rem;
    text-align: center;
}
.sf-con2-box{
    height: 6.96rem;
    background: url("../images/sfmx/s1.png") no-repeat center;
    background-size:7.34rem 6.96rem;
}
.sf-con2-box1{
    height: 6.96rem;
    background: url("../images/sfmx/s2.png") no-repeat center;
    background-size:7.34rem 6.96rem;
}
.sf-con2-box2{
    height: 6.60rem;
    background: url("../images/sfmx/s3.png") no-repeat center;
    background-size:7.34rem 6.60rem;
}
.sf-con2-box3{
    height: 6.97rem;
    background: url("../images/sfmx/s4.png") no-repeat center;
    background-size:7.34rem 6.97rem;
}
.sf-con2-box4{
    height: 3.89rem;
    background: url("../images/sfmx/s5.png") no-repeat center;
    background-size:7.34rem 3.89rem;
}
.sf-con2-tit{
    width: 100%;
}
.sf-con2-tit h5{
    text-align: center;
    font-size: 0.3rem;
    color: #fb4484;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.sf-con2-tit p{
    text-align: center;
    font-size: 0.28rem;
    color: #000;
    font-weight: bold;
}
.sf-con2-con{
    margin:0.4rem auto 0.6rem;
}
.sf-con2-con p{
    font-size: 0.28rem;
    color: #666;
    line-height: 0.44rem;
}
.sf-con3-con p{
    padding:0 0.45rem;
    text-align: justify;
}
.sf-con2-con p span{
    color: #fb4484;
}
.sf-con2-botton p{
    width: 100%;
    font-size: 0.26rem;
    line-height: 0.36rem;
    color: #000;
}
.sf-con3-botton{
    margin-top: 0.6rem;
}
.sf-content2 .sf-con3-box{
    width: 6.86rem;
    height:6.2rem;
    margin: 0.5rem auto 0;
    background: url("../images/sfmx/s6.png") no-repeat center 0;
    background-size: 6.86rem 3.97rem;
    padding-top: 1.9rem;
}
.sf-content2 .sf-con3-box p{
    font-size: 0.28rem;
    color: #8c8c8c;
    line-height: 0.44rem;
}
.sf-content2 .sf-con3-box span{
    display: block;
    font-size: 0.28rem;
    color: #000;
    line-height: 0.36rem;
    margin-top: 0.8rem;
}
.sf-content2 .sf-con3-box a{
    width: 6.86rem;
    height: 0.88rem;
    display: block;
    text-align: center;
    line-height: 0.88rem;
    background:#fb4484;
    font-size: 0.32rem;
    color: #fff;
    margin-top: 0.6rem;
}
/*
国际护士
*/
.ispn-banna{width: 100%;height: 4.5rem;background: url(http://img.hongjingedu.com/rn/nwap/images/gjhs/gjhs.png) no-repeat center;background-size: 100% 100%;overflow: hidden;}
.ispn-banna-div{width: 6rem;height: 3.5rem;margin: 0.5rem auto;background: rgba(225, 225, 225, 0.3);}
.ispn-banna-div p{color: #FFF;text-align: center;font-weight: bold;line-height: 1.5em;}
.ispn-banna-div p:first-child{font-size: 0.54rem;padding-top: 0.15rem;}
.ispn-banna-div p:last-child{font-size: 0.3rem;padding-top: 0.1rem;}
.gj-con1-conbox{
    width: 100%;
}
.gj-slideBox5 .bd{
    height: 3.2rem;
}
.gj-con1-conbox{
    width: 100%;
    margin-top: 0.7rem;
}
.gj-con1-conbox h5{
    color: #fb4484;
    font-size: 0.32rem;
    line-height: 0.36rem;
    font-weight: bold;
    text-align: center;
    margin: 0.4rem auto 0.3rem;
}
.gj-con1-conbox p{
    color: #666666;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: justify;
}
.gj-con2-titbox{
    position: relative;
}
.gj-con2-titbox p{
    text-align: left;
    height: 1.78rem;
    overflow: hidden;
    line-height: 0.44rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    transition: all 0.3s;
}
.gj-con2-titbox .p1{
    height:5.30rem;
    text-align: justify;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 13;
    overflow: hidden;
 }
.gj-con2-button{
    margin: 0.8rem auto 0;
}
.gj-con2-titdian{
    width: 100%;
    height: 0.88rem;
    color: #fb4484;
    text-align: center;
    line-height: 0.88rem;
    position: absolute;
    bottom: -0.4rem;
    left:0;
    background:rgba(255,255,255,0.5);
}
.gj-con2-titdian1{
    width: 0.7rem;
    height: 0.88rem;
    margin: 0 auto;
    background: url("../images/gjhs/g13.png") no-repeat center 0.3rem;
    background-size: 0.7rem 0.7rem;
    transition: all 0.3s;
}
.gj-con2-titdian2{
   transform: rotate(180deg);
}
.gj-con3-conbox{
    width: 100%;
    margin-top: 0.6rem;
}
.gj-con3-conbox ul{
    width: 100%;
}
.gj-con3-conbox li{
    width: 100%;
    margin-bottom: 0.4rem;
}
.gj-con3-conbox li h5{
    width: 100%;
    height: 0.88rem;
    text-align: left;
    padding-left:0.32rem;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    background:#fb4484;
}
.gj-con3-conbox li h5 span{
    display: block;
    width: 0.4rem;
    text-align: right;
    height: 0.88rem;
    float: right;
    margin-right: 0.32rem;
    font-weight: bolder;
    font-size: 0.4rem;
    transition: all 0.3s;
}
.gj-con3-span{
    transform: rotate(90deg);
}
.gj-con3-con{
    width: 100%;
    padding:0.4rem 0.32rem 0.6rem;
    background: #f5f5f5;
    display: none;
}
.gj-con3-con2{
    display: block;
}
.gj-con3-con p{
    font-size: 0.28rem;
    color: #666666;
    line-height: 0.44rem;
}
.gj-con3-con1{
    margin: 0 -0.32rem;
}
.gj-con3-con .gj-con3-img{
    display: block;
    width: 6.86rem;
    height:8.85rem;
}
.gj-con4-conbox{
    width: 100%;
    margin-top: 0.8rem;
}
.gj-con4-conbox ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto -0.32rem;
}
.gj-con4-conbox li{
    width: 3.27rem;
    height: 0.88rem;
    line-height: 0.88rem;
    text-align: center;
    color: #009dfa;
    font-size: 0.28rem;
    font-weight: bold;
    box-shadow: 0 0.1rem 0.4rem 1px rgba(0,0,0,0.1);
    margin-bottom: 0.32rem;
}
.gj-con5-conbox{
    width: 100%;
    margin-top: 0.8rem;
}
.gj-con5-conbox ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -0.5rem;
}
.gj-con5-conbox li{
    width: 3.27rem;
    height: 4.69rem;
    text-align: center;
    color: #009dfa;
    font-size: 0.28rem;
    padding-top: 1.25rem;
    margin-bottom: 0.2rem;
}
.gj-con5-conbox li:nth-child(1){
    background: url("../images/gjhs/g3.png") no-repeat center;
    background-size: 3.27rem 4.69rem;
}
.gj-con5-conbox li:nth-child(2){
    background: url("../images/gjhs/g4.png") no-repeat center;
    background-size: 3.27rem 4.69rem;
}
.gj-con5-conbox li:nth-child(3) {
    background: url("../images/gjhs/g5.png") no-repeat center;
    background-size: 3.27rem 4.69rem;
}
.gj-con5-conbox li:nth-child(4){
    background: url("../images/gjhs/g6.png") no-repeat center;
    background-size: 3.27rem 4.69rem;
}
.gj-con5-conbox li h5{
    text-align: center;
    color: #009dfa;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.gj-con5-conbox li p{
    width: 2.25rem;
    margin:0 auto;
    text-align: justify;
    color: #8c8c8c;
    font-size: 0.26rem;
}
.gj-con6-conbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.6rem;
}
.gj-con6-conbox li{
    width: 2.163rem;
    margin:0 auto 0.5rem;
}
.gj-con6-conbox li img{
    display: block;
    width: 2.16rem;
    height: 2.16rem;
}
.gj-con6-conbox li span{
    display: block;
    font-size: 0.26rem;
    color: #8c8c8c;
    line-height: 0.36rem;
    text-align: center;
}
.gj-con6-button{
    margin-top: 0.3rem;
}
/*香港护士*/
.xghs-banna{width: 100%;height: 4.5rem;background: url(http://img.hongjingedu.com/rn/nwap/images/xghs/banner.png) no-repeat center;background-size: 100% 100%;overflow: hidden;}
.xghs-banna p{color: #FFF;text-align: center;font-weight: bold;line-height: 1.5em;}
.xghs-banna p:first-child{font-size: 0.54rem;padding-top: 0.55rem;}
.xghs-banna p:last-child span{font-size: 0.28rem;background: #009DFA;padding: 0.1rem 0.2rem;margin: 0.2rem auto;display: inline-block;font-weight: bold;}
.xghs-banna p:last-child{font-size: 0.28rem;padding-top: 0.1rem;}
.xghs-tab table{width: 100%;border: 1px solid #F2F2F2;}
.xghs-tab table tr:first-child{background: #009DFA;}
.xghs-tab table tr th{color: #FFF;text-align: center;font-size: 0.3rem;line-height: 1.8em;border-right: 0.5px solid #F2F2F2;font-weight: 200;border-bottom: 0.5px solid #F2F2F2;}
.xghs-tab table tr th:last-child{border-right: 0;}
.xghs-tab table tr td{color: #6C6C6C;text-align: center;font-size: 0.2rem;line-height: 1.5em;border-right: 0.5px solid #F2F2F2;font-weight: 200;padding: 0.05rem 0;border-bottom: 0.5px solid #F2F2F2;}
.xghs-tab table tr td:last-child{border-right: 0;}
.xghs-tab1 table{width: 6.9rem;height: 3.26rem;box-shadow: 0rem 0rem 0.2rem 0.1rem #E7E7E7;margin: 1rem auto 0.5rem;}
.xghs-tab1 table tr th{color: #FB4484;font-size: 0.26rem;text-align: center;line-height: 1.6em;font-weight: bold;border-right: 0.5px solid #CCCCCC;}
.xghs-tab1 table tr th:last-child, .xghs-tab1 table tr td:last-child{border-right: 0;}
.xghs-tab1 table tr td{color: #7F7F7F;font-size: 0.26rem;text-align: center;line-height: 1.3em;border-right: 0.5px solid #CCCCCC;border-top: 0.5px solid #CCCCCC;}
.hk-sfmx{width: 6.9rem;height: auto;margin: 0.5rem auto;background: #FFF;box-shadow: 0 0 0.2rem 0.2rem #DEE9EF;padding: 0.3rem;overflow: hidden;}
.hk-con8-conbox .hk-sfmx p{text-align: center;font-size: 0.3rem;color: #009DFA;line-height: 1.3em;font-weight: bold;margin: 0.2rem 0;}
.hk-sfmx p span{color: #FB4484;font-weight: bold;}
.hk-sfmx ul li{text-align: center;color: #666666;font-size: 0.26rem;line-height: 1.8em;}
.hk-sfmx ul li:before{content: "";display: inline-block;width: 0.2rem;height: 0.2rem;background-color: #FB4484;border-radius: 50%;margin-right: 0.1rem;}
.hk-con2-titbox p{
    text-align: justify;
}
.hk-con2-conbox{
    width: 6.86rem;
    height: 5.8rem;
    background: url("../images/xghs/h1.png") no-repeat center;
    background-size: 6.86rem 5.8rem;
    margin: 0.4rem auto 0;
}
.hk-content3{
    border-bottom: 0px;
    background: #e9f4fa;
}
.hk-con3-conbox{
    width: 100%;
    margin-top: 0.8rem;
}
.hk-con3-conbox ul{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hk-con3-conbox ul li{
    width: 3.27rem;
    height: 3.14rem;
    padding:0.25rem 0.32rem;
    background: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0.1rem 0.3rem 1px rgba(0,0,0,0.1);
    margin-bottom: 0.32rem;
}
.hk-con3-conbox ul li h5 {
    font-size: 0.32rem;
    font-weight: bold;
    color: #009dfa;
    text-align: left;
    margin-bottom: 0.25rem;
}
.hk-con3-conbox ul li p {
    font-size: 0.26rem;
    color: #8c8c8c;
    text-align: justify;
    line-height: 0.44rem;
}
.hk-con3-butbox{
    margin-top: 0.3rem;
}
.hk-con4-conbox{
    width: 100%;
    margin-top: 0.8rem;
}
.hk-con4-conbox img{
    width: 100%;
    height: 2.4rem;
    display: block;
    margin-bottom: 0.6rem;
}
.hk-con4-conbox h5{
    font-size: 0.32rem;
    font-weight: bold;
    color: #009dfa;
    text-align: center;
    margin-bottom: 0.4rem;
}
.hk-con4-conbox p{
    font-size: 0.28rem;
   line-height: 0.44rem;
    color: #666666;
    text-align: left;
}
.hk-con4-conbox p span{
    color: #fb4484;
}
.hk-con5-conbox{
    margin-top: 0.5rem;
}
.hk-con5-conbox h5{
    font-size: 0.32rem;
    font-weight: bold;
    color: #009dfa;
    text-align: center;
    margin-bottom: 0.4rem;
}
.hk-con5-box1{
    width: 100%;
    box-shadow: 0 0.1rem 0.3rem 1px rgba(0,0,0,0.1);
}
.hk-con5-title{
    width: 100%;
    height: 0.88rem;
    background: #e6e6e6;
    text-align: center;
    font-size: 0.32rem;
    font-weight: bold;
    color: #8c8c8c;
    line-height: 0.88rem;
}
.hk-con5-title div{
    width: 50%;
    float: left;
    height: 0.88rem;
}
.hk-con5-title1{
    color: #fff;
    background: #fb4484;
}
.hk-con5-con{
    width: 100%;
    height: 5.88rem;
    position: relative;
}
.hk-con5-con1{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:5.88rem;
    padding:0.4rem 0.32rem;
    display: none;
}
.hk-con5-con1 p{
    display: block;
    margin-bottom: 0.5rem;
    color: #666666;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: left;
}
.hk-con5-con2 {
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:5.88rem;
    padding:0.4rem 0.32rem;
}
.hk-con5-con1 h5{
    color: #666666;
    font-size: 0.28rem;
    text-align: center;
    margin-bottom: 0.3rem;
}
.hk-con5-con1 img{
    display: block;
    width: 6.22rem;
    height: 4.45rem;
    margin: 0 auto;
}
.hk-con5-h5{
    margin-top: 0.6rem;
}
.hk-con5-con1 .hk-con5-img{
    display: block;
    width: 6.22rem;
    height: 3.15rem;
    margin: 0.3rem auto 0;
}
.hk-con5-con1 .hk-con5-img1{
    display: block;
    width: 6.22rem;
    height: 4rem;
    margin: 0 auto;
}
.hk-con5-show{
    display: block;
}
.hk-con6-conbox{
    margin: 0.8rem -0.32rem;
}
.hk-con6-conbox img{
    display: block;
    margin:0rem auto 0.4rem;
    width: 7.12rem;
    height: 3.26rem;
}
.hk-con6-conbox p{
   font-size: 0.28rem;
    color: #666;
    text-align: justify;
    line-height: 0.44rem;
    padding: 0 0.32rem;
}
.hk-con6-conbox p span{
    color: #fb4484;
}
.hk-con7-conbox{
    margin-top: 0.6rem;
}
.hk-con7-conbox p{
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.44rem;
    color: #8c8c8c;
}
.hk-con7-conbox p span{
    color: #fb4484;
}
.hk-con7-color{
    width: 100%;
    font-size: 0.32rem;
    line-height: 0.44rem;
    font-weight: bold;
    color:  #fb4484;
    text-align: center;
    margin-top: 0.4rem;
}
.hk-con8-conbox{
    margin:0.8rem -0.32rem 0;
}
.hk-con8-img{
    display: block;
    width: 7.12rem;
    height: 5.76rem;
    margin: 0 auto 0.3rem;
}
.hk-con8-img1{
    display: block;
    width: 7.12rem;
    height: 4.85rem;
    margin: 0 auto 0.3rem;
}
.hk-con8-img2{
    display: block;
    width: 7.12rem;
    height: 4.29rem;
    margin: 0 auto 0.3rem;
}
.hk-con8-img3{
    display: block;
    width: 7.12rem;
    height: 4.29rem;
    margin: 0 auto 0.3rem;
}
.hk-con8-conbox p{
    color: #8c8c8c;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: center;
}
.hk-content8{
     border-bottom: 0px;
    background: #e9f4fa;
}
.hk-con8-button{
    margin-top: 0.6rem;
}
/*
宏景咨询*/
.path{ line-height:0.88rem;border-bottom:1px #e6e6e6 solid; font-size:0.32rem;color:#fb4484; padding-left:0.3rem}
.path a{font-size:0.32rem;color:#fb4484}
.newsul li{ padding:0.4rem 0.3rem;border-bottom:1px #e6e6e6 solid;}
.newsul li h5 { padding-bottom:0.2rem}
.newsul li h5 a{ font-weight:normal; font-size:0.3rem;color:#000000; display:block}
.newsul li p{ font-size:0.28rem;color:#8c8c8c; line-height:0.34rem}
.newsul li span{ display:block; overflow:hidden}
.newsul li span a{ text-align:right; font-size:0.28rem;color:#fb4484; float:right}
.dede_pages{display:table; width:100%; text-align:center; padding:0.6rem 0.2rem;height:0.4rem}
.dede_pages ul{ overflow:hidden;line-height:0.4rem;display: flex;justify-content: center;}
.dede_pages ul li{ float:left;padding:0px 0.08rem;font-size:0.26rem;color:#000;}
.dede_pages ul li a{ font-size:0.26rem;color:#000; }
.dede_pages ul li a:hover{color:#fb4484}
.dede_pages ul li.thisclass{color:#fb4484}
/*
详情
*/
.detail{ padding:0.5rem 0.3rem}
.detail h5{ font-size:0.32rem;color:#000000; text-align:center}
.detail .tot{ font-size:0.28rem;color:#8c8c8c; padding:0.4rem 0px}
.detail .bottom ul li{ font-size:0.28rem;color:#fb4484; line-height:0.5rem}
.detail .bottom ul li a{ font-size:0.28rem;color:#fb4484; line-height:0.5rem}
/*
澳大利亚注册护士
*/
.ad-content1{
    border-bottom: 0px;
}
.ad-con1-titbox p{
    text-align: justify;
}
.ad-con1-img{
    margin:0.35rem -0.32rem 0rem;
}
.ad-con1-img img{
    display: block;
    width: 7.12rem;
    height:4.26rem;
    margin: 0 auto;
}
.ad-con1-button{
    margin-top: 0.4rem;
}
.ad-content2{
    border-bottom: 0px;
    width: 7.5rem;
    height: 8.08rem;
    background: url("../images/adly/a2.png") no-repeat center;
    background-size: 7.5rem 8.08rem;
    padding-top: 0.7rem;
}
.ad-con2-conbox{
    width: 100%;
    height: 4rem;
    background: #fff;
    margin-top: 0.64rem;
    position: relative;
    box-shadow: 0 0.1rem 0.2rem 1px rgba(68,201,251,0.1);
}
.ad-tabBox .hd{
    width: 100%;
    position:absolute;
    bottom: 0.4rem;
}
.ad-tabBox .hd ul{
    overflow:hidden;
    display: flex;
    justify-content: center;
}
.ad-tabBox .hd ul li{
    font-size:0.26rem;
    margin-right:0.4rem;
    color:#666;
}
.ad-tabBox .hd ul .on{
    color: #fb4484;
}
.ad-tabBox .hd ul .on a{ 
    display:block; 
}
.ad-tabBox .bd ul li{
    width: 100%;
    height: 100%;
    padding: 0.4rem 0.4rem;
}
.ad-tabBox .bd ul li h5{
    color: #000;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.35rem;
}
.ad-tabBox .bd ul li p{
    color: #666;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: justify;
}
.ad-con2-button{
    margin-top: 0.6rem;
}
.ad-con3-conbox{
    margin-top: 0.6rem;
}
.ad-con3-conbox h5{
    font-size: 0.28rem;
    line-height: 0.38rem;
    font-weight: bold;
    color: #000;
    text-align: center;
}
.ad-con3-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}
.ad-con3-list li{
    width: 3.27rem;
    height: 2rem;
    padding:0.35rem 0.26rem;
    margin-bottom: 0.32rem;
    box-shadow: 0 0.15rem 0.4rem 1px rgba(0,0,0,0.1);
}
.ad-con3-list li h6{
    color: #fb4484;
    font-weight: bold;
    font-size: 0.3rem;
    text-align: center;
}
.ad-con3-list li p{
    color: #666666;
    font-size: 0.28rem;
    line-height: 0.38rem;
    text-align: center;
}
.ad-con3-list li .ad-con3-p{
    color: #666666;
    font-size: 0.28rem;
    line-height: 0.76rem;
    text-align: center;
}
.ad-con3-button{
    margin-top: 0.28rem;
}
.ad-con4-conbox h5{
    color: #fb4484;
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: center;
    font-weight: bold;
    margin-top: 0.4rem;
}
.ad-con4-button{
    margin-top: 0.55rem;
}
.ad-con5-conbox{
    margin-top: 0.78rem;
}
.ad-slideBox1{
    position:relative;
    width:100%;
    height:5.68rem;
    overflow:hidden;
}
.ad-slideBox1 .hd{
    position: absolute;
    width: 100%;
    height: 0.46rem;
    top: 50%;
    margin-top: -0.23rem;
    left: 0;
    z-index: 3;
}
.ad-slideBox1 .hd img{
    display: block;
    width: 0.26rem;
    height: 0.46rem;
}
.ad-slideBox1 .prev{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0.26rem;
    height: 0.46rem;
    text-align: center;
}
.ad-slideBox1 .next{
    position: absolute;
    top: 0;
    display: block;
    width: 0.26rem;
    height: 0.46rem;
    text-align: center;
    right:0;
}
.ad-slideBox1 .bd{
    position:relative;
    z-index:5;
    width:4.22rem;
    height:5.68rem;
    overflow:hidden;
    margin: 0 auto;
}
.ad-slideBox1 .bd li{
    position:relative;
}
.ad-slideBox1 .bd li img{
    width:4.22rem;
    height:5.68rem;
    display:block;
    margin:0 auto;
}
.ad-con6-conbox{
    margin:0.4rem -0.32rem 0;
}
.ad-con6-conbox img{
    width: 7.5rem;
    display: block;
    height:4.09rem;
}
.ad-con7-conbox{
    height: 5.12rem;
}
.ad-con7-conbox li{
    padding:0.55rem 0.2rem;
    text-align: center;
    height: 5.12rem;
}
.ad-con7-conbox h5{
    color: #fb4484;
    font-size: 0.3rem;
}
.ad-con7-conbox p{
    color: #000;
    font-size: 0.26rem;
    line-height: 0.36rem;
}
.ad-con7-conbox .ad-con7-p1{
    margin:0.1rem auto 0.35rem;
}
.ad-con7-conbox p span{
    color: #009dfa;
    font-size: 0.26rem;
    line-height: 0.36rem;
}
.ad-con7-p2{
    color: #8c8c8c;
    font-size: 0.28rem;
    line-height: 0.38rem;
    text-align: center;
    margin-top: 0.4rem;
}
.adlyhs-banna{width: 100%;height: 4.5rem;background: url(http://img.hongjingedu.com/rn/nwap/images/adly/1.png) no-repeat center;background-size: 100% 100%;}
.adlyhs-banna p:first-child{text-align: center;font-size: 0.46rem;color: #FFF;padding-top: 0.5rem;line-height: 1.3em;font-weight: bold;}
.adlyhs-banna p:last-child{text-align: center;font-size: 0.3rem;color: #FFF;width: 4rem;height: 2.2rem;background: rgba(225, 225, 225, 0.4);margin: 0.2rem auto 0;padding-top: 0.2rem;line-height: 1.5em;}
.adlyhs-div, .adlyhs-div1{width: 100%;height: 2.2rem;margin: 0.3rem 0;}
.adlyhs-div p, .adlyhs-div1 p{width: 2rem;height: 2rem;box-shadow: 0 0 0.1rem 0.05rem #E8F6FC;float: left;text-align: center;font-size: 0.3rem;line-height: 1.8em;color: #8C8C8C;padding-top: 0.45rem;}
.adlyhs-div p span, .adlyhs-div1 p span{color: #009DFA;font-weight: bold;font-size: 0.34rem;}
.adlyhs-div p strong, .adlyhs-div1 p strong{color: #000;font-weight: bold;}
.adlyhs-div p:first-child{margin: 0 0.8rem 0 1.35rem;}
.adlyhs-div1 p{margin: 0 0.25rem;}
.ad-slideBox1 .bd li div{width: 95%;height: 5.4rem;box-shadow: 0 0 0.1rem 0.05rem #E8F6FC;margin: 0 auto 0.5rem;}
.ad-slideBox1 .bd ul li p{width: 100%;height: 3.35rem;position: relative;font-style: 0.3rem;color: #000;text-align: center;padding-top: 0.8rem;}
.ad-slideBox1 .bd li img{width: 100%;height: 2.17rem;}
.ad-slideBox1 .bd li div p span{display: inline-block;width: 1.5rem;height: 1.5rem;border-radius: 1.5rem;background: #FB4484;position: absolute;top: -0.75rem;left: 50%;margin-left: -0.75rem;text-align: center;line-height: 1.5rem;color: #FFF;font-size: 0.36rem;font-weight: bold;}
.adlyhs-div2{width: 100%;height: 4.09rem;background: url(http://img.hongjingedu.com/rn/nwap/images/adly/2.png) no-repeat center;background-size: 100% 100%;overflow: hidden;}
.adlyhs-div2 p{width: 4rem;height: 2rem;margin: 1.5rem auto 0;text-align: center;font-size: 0.3rem;color: #FB4484;line-height: 1.5em;}

/*
成功案例
*/
.cg-con1-img{
    margin:0.6rem -0.32rem 0;
}
.cg-con1-titbox{
    margin-bottom: 0.7rem;
}
.cg-con1-img .cg-img1{
    display: block;
    width: 7.22rem;
    height:5.6rem;
    margin:0 auto;
}
.cg-con1-img .cg-img4{
    display: block;
    width: 7.22rem;
    height:4.55rem;
    margin:0 auto;
}
.cgan-div{width: 6.86rem;height: auto;margin: 1.8rem auto 0;box-shadow: 0 0.05rem 0.1rem 0.1rem #EEEEEE;}
.cgan-div p:nth-child(1){text-align: center;position: relative;top: -1rem;}
.cgan-div p:nth-child(1) img{width: 2rem;height: 2rem;}
.cgan-div p:nth-child(2){text-align: center;position: relative;top: -1rem;color: #009DFA;font-size: 0.3rem;line-height: 0.48em;font-weight: bold;}
.cgan-div p:nth-child(2) span img{width: 0.36rem;height: 0.4rem;line-height: 0.48rem;margin-right: 0.2rem;}
.cgan-div p:nth-child(3){width: 90%;margin: 0 auto;color: #9D9D9D;font-size: 0.28rem;line-height: 1.5em;text-align: justify;position: relative;top: -0.6rem;}
/*
宏景七大优势
*/
.ys-con1-img{
    margin:0.3rem -0.32rem 0;
}
.ys-con1-titbox{
    margin-bottom: 0.7rem;
}
.ys-con1-img .ys-img1{
    display: block;
    width: 6.98rem;
    height:4.43rem;
    margin:0 auto;
}
.ys-con1-img .ys-img2{
    height:3.92rem;
}
.ys-con1-img .ys-img3{
    height:4.9rem;
}
.ys-con1-img .ys-img4{
    height:4.96rem;
}
.ys-con1-img .ys-img5{
    height:4.92rem;
}
.ys-con1-img .ys-img6{
    height:4.42rem;
}
.ys-con1-img .ys-img7{
    height:4.92rem;
}
.ys-con1-button{
    margin-top: 0.6rem;
}
.hjys-div{width: 6.86rem;height: auto;border: 0.01rem solid #E4E4E5;margin-bottom: 0.4rem;}
.hjys-div img{width: 100%;height: 2rem;}
.hjys-div p{font-size: 0.26rem;line-height: 1.8em;color: #000;text-align: center;padding-bottom: 0.3rem;}
.hjys-div p span{color: #FB4484;font-weight: bold;font-size: 0.3rem;line-height: 1.8em;}
/*
宏景师资
*/
.sz-con1-img{
    margin:0.4rem -0.32rem 0;
}
.sz-con1-titbox{
    margin-bottom: 0.8rem;
}
.sz-con1-img .sz-img1{
    display: block;
    width: 7.22rem;
    height:7.20rem;
    margin:0 auto;
}
.sz-con1-img .sz-img2{
    height:8.01rem;
}
.sz-con1-img .sz-img3{
    height:8.69rem;
}
.sz-con1-img .sz-img4{
    height:8.69rem;
}
.sz-con1-img .sz-img5{
    height:5.66rem;
}
.sz-con1-button{
    margin-top: 0.5rem;
}
.gjsz-div{width: 6.86rem;height: auto;margin: 1.8rem auto 0;box-shadow: 0 0.05rem 0.1rem 0.1rem #EEEEEE;}
.gjsz-div p:nth-child(1){text-align: center;position: relative;top: -1rem;}
.gjsz-div p:nth-child(1) img{width: 2rem;height: 2rem;}
.gjsz-div p:nth-child(2){text-align: center;position: relative;top: -1rem;color: #9D9D9D;font-size: 0.3rem;line-height: 1.5em;}
.gjsz-div p:nth-child(2) span{color: #FB4484;font-weight: bold;}
.gjsz-div p:nth-child(3){text-align: center;position: relative;top: -0.8rem;}
.gjsz-div p:nth-child(3) img{width: 2.42rem;height: 0.4rem;}
.gjsz-div p.gjsz-div-p{width: 90%;margin: 0 auto;color: #9D9D9D;font-size: 0.28rem;line-height: 1.5em;text-align: justify;position: relative;top: -0.6rem;}
.gjsz-div p.gjsz-div-p span{color: #FB4484;}
/*
护理助理
*/
.hl-content1{
    width: 7.5rem;
    height: 5rem;
    background: url("../images/hlzl/h9.png") no-repeat center;
    background-size: 7.5rem 5rem;
}
.hl-con2-img{
    margin-top:0.8rem;
}
.hl-con2-list{
     display: block;
     width: 3.99rem;
     height: 4.76rem;
     margin: 0 auto;
     position: relative;
 }
.hl-con2-list1{
    background: url("../images/hlzl/h6.png") no-repeat center;
    background-size:3.99rem 4.76rem;
}
.hl-con2-list2{
    background: url("../images/hlzl/h8.png") no-repeat center;
    background-size:3.99rem 4.76rem;
}
.hl-con2-list3{
    background: url("../images/hlzl/h5.png") no-repeat center;
    background-size:3.99rem 4.76rem;
}
.hl-con2-item1{
    position: absolute;
    left:0.5rem;
    top:1.62rem;
    color: #666;
    font-size: 0.2rem;
    font-weight: bold;
}
.hl-con2-item2{
    position: absolute;
    left:2.26rem;
    top:1.62rem;
    color: #666;
    font-size: 0.2rem;
    font-weight: bold;
}
.hl-con2-item3{
    position: absolute;
    left:1.3rem;
    top:3.15rem;
    color: #666;
    font-size: 0.2rem;
    font-weight: bold;
}
.hl-con2-item4{
    color: #fff;
}
.hl-slideBox1{
    position:relative;
    overflow:hidden;
}
.hl-slideBox1 .hd{
    margin-bottom: 0.4rem;
}
.hl-slideBox1 .hl-hd{
    position: absolute;
    width: 100%;
    height: 0.46rem;
    top: 2.05rem;
    left: 0;
    z-index: 3;
}
.hl-slideBox1 .hl-hd img{
    display: block;
    width: 0.26rem;
    height: 0.46rem;
}
.hl-slideBox1 .prev{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0.26rem;
    height: 0.46rem;
    text-align: center;
}
.hl-slideBox1 .next{
    position: absolute;
    top: 0;
    display: block;
    width: 0.26rem;
    height: 0.46rem;
    text-align: center;
    right:0;
}
.hl-slideBox1 .bd{
    position:relative;
    z-index:5;
    width:100%;
    height:4.30rem;
    overflow:hidden;
    margin: 0.4rem auto 0;
}
.hl-slideBox1 .bd li{
    position:relative;
    height: 2.4rem;
}
.hl-slideBox1 .bd li p{
    color: #666;
    font-size: 0.28rem;
    line-height: 0.38rem;
    text-align: justify;
}
.hl-slideBox1 .bd li p span{
    color: #000;
    font-size: 0.28rem;
    font-weight: bold;
}
.hl-slideBox1 .bd li h5{
    color: #000;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.38rem;
    padding-top: 0.1rem;
}
.hl-con2-button{
    margin-top:0.6rem;
}
.hl-con3-img{
    margin-top: 0.8rem;
}
.hl-con3-img ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.hl-con3-img ul li{
   width: 50%;
    margin-bottom: 0.35rem;
}
.hl-con3-img ul li img{
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    margin:0rem auto 0.15rem;
}
.hl-con3-img ul li p{
    color: #1b3e52;
    font-size: 0.28rem;
    text-align: center;
}
.hl-con3-button{
    margin-top:0.4rem;
}
.hl-con4-titbox h6{
    color: #fb4484;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    margin-top:0.5rem;
}
.hl-con4-titbox p{
    text-align: justify;
    margin-top:0.3rem;
}
.hl-con4-img{
    margin:0.55rem -0.32rem 0;
}
.hl-con4-img img{
    width: 7.5rem;
    height: 4.17rem;
    display: block;
}
.hl-content5{
    height: 6.65rem;
    background: url("../images/hlzl/h7.png") no-repeat center;
    background-size: 7.5rem 6.65rem;
    border-bottom: 0px;
}
.hl-con5-img{
    margin:0.7rem -0.32rem 0;
}
.hl-con5-img img{
    width: 6.87rem;
    height: 2.37rem;
    display: block;
    margin:0 auto;
}
.hl-con5-button{
    margin-top: 0.6rem;
}
.hl-con6-titbox{
    margin:0 -0.2rem;
}
.hl-con6-titbox p{
    text-align: center;
    margin-top:0.05rem;
}
.hl-con6-img{
    margin-top: 0.4rem;
}
.hl-slideBox2{
    position:relative;
    overflow:hidden;
}
.hl-slideBox2 .hd{
    position: absolute;
    width: 100%;
    height: 0.46rem;
    top: 50%;
    left: 0;
    margin-top:-0.23rem;
    z-index: 3;
}
.hl-slideBox2 .hd img{
    display: block;
    width: 0.26rem;
    height: 0.46rem;
}
.hl-slideBox2 .prev{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0.26rem;
    height: 0.46rem;
    text-align: center;
}
.hl-slideBox2 .next{
    position: absolute;
    top: 0;
    display: block;
    width: 0.26rem;
    height: 0.46rem;
    text-align: center;
    right:0;
}
.hl-slideBox2 .bd{
    position:relative;
    z-index:5;
    width:4.9rem;
    height:1.7rem;
    overflow:hidden;
    margin: 0 auto;
}
.hl-slideBox2 .bd li{
    position:relative;
    width: 4.9rem;
    height: 1.7rem;
}
.hl-slideBox2 .bd li .hl-con6-left{
    width:2.28rem;
    height: 1.68rem;
    display: block;
    float: left;
}
.hl-slideBox2 .bd li .hl-con6-right{
    width:2.28rem;
    height: 1.68rem;
    display: block;
    float: right;
}
.hl-con7-titbox{
    margin: 0 -0.2rem;
}
.hl-con7-titbox h6{
    margin-top: 0;
}
.hl-con7-img{
    margin-top: 0.4rem;
}
.hl-focus{
    width:6.7rem;
    height:5.5rem;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
.hl-focus .hd{
    width:100%;
    height:0.3rem;
    position:absolute;
    z-index:1;
    bottom:0.05rem;
    text-align:center;
}
.hl-focus .hd ul{
    display:inline-block;
    height:0.3rem;
    font-size:0;
    vertical-align:top;
}
.hl-focus .hd ul li{
    display:inline-block;
    width:0.3rem;
    height:0.3rem;
    background: url("../images/index/x2.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
    margin-right:0.2rem;
    vertical-align:top;
    overflow:hidden;
}
.hl-focus .hd ul .on{
    background: url("../images/index/x1.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
}
.hl-focus .bd{ 
    position:relative; 
    z-index:1; 
}
.hl-focus .bd li .hl-con7-list{ 
    width:6.7rem;  
    height:4.8rem; 
    background: url("../images/hlzl/h1.png") no-repeat center;
    background-size: 6.7rem 4.8rem;
    padding-top:2rem;
}
.hl-focus .bd li .hl-con7-list1{
    background: url("../images/hlzl/h2.png") no-repeat center;
    background-size: 6.7rem 4.8rem;
}
.hl-focus .bd li .hl-con7-list2{
    background: url("../images/hlzl/h3.png") no-repeat center;
    background-size: 6.7rem 4.8rem;
}
.hl-con7-cbox{
    width: 100%;
    height: 2.8rem;
    padding:0.2rem 0.24rem;
}
.hl-con7-cbox h5{
    color: #0093fa;
    font-size: 0.3rem;
    text-align: left;
}
.hl-con7-cbox p{
    color: #8c8c8c;
    font-size: 0.28rem;
    text-align: justify;
    margin-top:0.1rem;
}
.hl-con8-img{
    margin:0.5rem -0.32rem 0;
}
.hl-focus1{
    width:7rem;
    height:4.5rem;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
.hl-focus1 .hd{
    width:100%;
    height:0.3rem;
    position:absolute;
    z-index:1;
    bottom:0.05rem;
    text-align:center;
}
.hl-focus1 .hd ul{
    display:inline-block;
    height:0.3rem;
    font-size:0;
    vertical-align:top;
}
.hl-focus1 .hd ul li{
    display:inline-block;
    width:0.3rem;
    height:0.3rem;
    background: url("../images/index/x2.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
    margin-right:0.2rem;
    vertical-align:top;
    overflow:hidden;
}
.hl-focus1 .hd ul .on{
    background: url("../images/index/x1.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
}
.hl-focus1 .bd{
    position:relative;
    z-index:1;
}
.hl-focus1 .bd li .hl-con8-list{
    width:3.48rem;
    height:3.85rem;
    background: url("../images/hlzl/h4.png") no-repeat center;
    background-size: 3.48rem 3.85rem;
    padding-top: 1.2rem;
    float: left;
}
.hl-focus1 .bd li .hl-con8-list1{
    float: right;
}
.hl-focus1 .bd li .hl-con8-list p{
    color: #fb4484;
    width: 100%;
    display: block;
    margin:0 auto;
    text-align: center;
    font-size: 0.28rem;
}
/*
其他护士
*/
.qt-con1-img{
    margin-top:0.8rem;
    overflow: hidden;
}
.qt-con2-qbox1{
    width: 3.27rem;
    height:3.51rem;
    background: url("../images/qths/a1.png") no-repeat center;
    background-size: 3.27rem 3.51rem;
    float: left;
    margin-bottom: 0.34rem;
}
.qt-con2-qbox2{
    width: 3.27rem;
    height:3.51rem;
    background: url("../images/qths/a2.png") no-repeat center;
    background-size: 3.27rem 3.51rem;
    float: right;
    margin-bottom: 0.34rem;
}
.qt-con2-qbox3{
    width: 3.27rem;
    height:3.51rem;
    background: url("../images/qths/a3.png") no-repeat center;
    background-size: 3.27rem 3.51rem;
    float: left;
}
.qt-con2-qbox4{
    width: 3.27rem;
    height:3.51rem;
    background: url("../images/qths/a4.png") no-repeat center;
    background-size: 3.27rem 3.51rem;
    float: right;
}
.qt-con1-img .qt-con1-a{
    width: 2.75rem;
    height: 0.48rem;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    background: #fb4484;
    margin:0 auto;
    line-height: 0.48rem;
}
.qt-con1-img .qt-con1-a1{
    width: 3.27rem;
    height: 2.6rem;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
    margin:0 auto 0.2rem;
    line-height: 0.48rem;
}
/*
日本护士
*/
.rb-con1-img{
    margin-top: 0.7rem;
}
.rb-focus{
    width:100%;
    height:3.7rem;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
.rb-focus .hd{
    width:100%;
    height:0.3rem;
    position:absolute;
    z-index:1;
    bottom:0.05rem;
    text-align:center;
}
.rb-focus .hd ul{
    display:inline-block;
    height:0.3rem;
    font-size:0;
    vertical-align:top;
}
.rb-focus .hd ul li{
    display:inline-block;
    width:0.3rem;
    height:0.3rem;
    background: url("../images/index/x2.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
    margin-right:0.2rem;
    vertical-align:top;
    overflow:hidden;
}
.rb-focus .hd ul .on{
    background: url("../images/index/x1.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
}
.rb-focus .bd{
    position:relative;
    z-index:1;
}
.rb-focus .bd ul{
    height: 2.9rem;
}
.rb-focus .bd li .rb-con1-rbox{
    width:3.27rem;
    height:2.78rem;
    border:0.05rem;
    box-shadow: 0 0.1rem 0.2rem 1px rgba(68,201,251,0.1);
    float: left;
    padding-top: 0.4rem;
}
.rb-focus .bd li .rb-con1-rbox1{
    float: right;
}
.rb-con1-rimg1{
    display: block;
    width: 0.73rem;
    height:0.74rem;
    margin:0 auto 0.2rem;
}
.rb-con1-rbox p{
    font-size: 0.28rem;
    color: #8c8c8c;
    line-height: 0.38rem;
    text-align: center;
}
.rb-con1-rimg2{
    display: block;
    width: 0.57rem;
    height:0.78rem;
    margin:0 auto 0.2rem;
}
.rb-con1-rimg3{
    display: block;
    width: 0.7rem;
    height:0.72rem;
    margin:0 auto 0.2rem;
}
.rb-con1-rimg4{
    display: block;
    width: 0.87rem;
    height:0.7rem;
    margin:0 auto 0.2rem;
}
.rb-con1-rimg5{
    display: block;
    width: 0.64rem;
    height:0.74rem;
    margin:0 auto 0.2rem;
}
.rb-con1-rimg6{
    display: block;
    width: 0.69rem;
    height:0.69rem;
    margin:0 auto 0.2rem;
}
.rb-con1-rimg7{
    display: block;
    width: 0.69rem;
    height:0.69rem;
    margin:0 auto 0.2rem;
}
.rb-con1-rimg8{
    display: block;
    width: 0.82rem;
    height:0.74rem;
    margin:0 auto 0.2rem;
}
.rb-con1-butbox{
    margin-top:0.6rem;
}
.rb-content2{
    border-bottom: 0px;
    background: #f5f5f5;
}
.rb-focus1{
    width:100%;
    height:4.35rem;
    margin:0 auto;
    position:relative;
}
.rb-focus1 .hd{
    width:100%;
    height:0.2rem;
    position:absolute;
    z-index:1;
    bottom:0.05rem;
    text-align:center;
}
.rb-focus1 .hd ul{
    display:inline-block;
    height:0.2rem;
    font-size:0;
    vertical-align:top;
}
.rb-focus1 .hd ul li{
    display:inline-block;
    width:0.2rem;
    margin-right:0.3rem;
    vertical-align:top;
    overflow:hidden;
    color: #666;
    font-size: 0.26rem;
}
.rb-focus1 .hd ul .on{
    color: #009dfa;
}
.rb-focus1 .bd{
    position:relative;
    z-index:1;
    box-shadow: 0 0.1rem 0.4rem 1px rgba(68,201,251,0.1);
    background: #fff;
}
.rb-focus1 .bd li .rb-con2-rbox{
    width:6.86rem;
    height:3.75rem;
    padding:0.4rem;
}
.rb-focus1 .bd li .rb-con2-rbox h5{
    color: #009dfa;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.3rem;
}
.rb-focus1 .bd li .rb-con2-rbox p{
    color: #8c8c8c;
    font-size: 0.28rem;
    text-align: justify;
    line-height: 0.38rem;
}
.rb-con2-rimg{
    width: 6.36rem;
    height:2.9rem;
    display: block;
    margin:-0.15rem auto 0;
}
.rb-con2-butbox{
    margin-top: 0.6rem;
}
.rb-con3-img{
    margin:0.7rem -0.32rem 0;
}
.rb-con3-img img{
    width: 7.42rem;
    height: 8.7rem;
    display: block;
    margin:0 auto;
}
.rb-con3-button{
    margin-top: 0.6rem;
}
.rb-con4-img{
    margin-top: 0.5rem;
}
.rb-con4-img p{
    color: #8c8c8c;
    font-size: 0.28rem;
    line-height: 0.38rem;
    text-align: left;
}
.rb-con4-img span{
    color: #009dfa;
}
.rb-con4-rlist{
    margin:0.4rem -0.32rem 0;
}
.rb-con4-rlist1{
    width: 100%;
    background: #009dfa;
    padding:0.4rem 0.32rem;
    text-align: justify;
    line-height: 0.38rem;
    color: #fff;
}
.rb-con4-rlist h5{
    color: #fb4484;
    font-size: 0.3rem;
    text-align: center;
    margin: 0.5rem auto 0.4rem;
}
.rb-con4-rlist2{
    width: 6.86rem;
    margin:0 auto;
    border:2px solid #fb4484;
    padding:0.4rem 0.2rem;
}
.rb-con5-titbox p{
    text-align: justify;
}
.rb-con6-titbox p{
    color: #666;
    font-size: 0.28rem;
    line-height: 0.48rem;
}
.rb-con6-img{

}
.rb-con6-img .rb-con6-rimg1{
    width: 6.86rem;
    height: 2.3rem;
    display: block;
    margin:0.3rem auto 0.4rem;
}
.rb-con6-img .rb-con6-rimg2{
    width: 6.86rem;
    height: 8.2rem;
    display: block;
    margin:0 auto;
}
.rb-con8-img {
    width: 7.12rem;
    height: 4.76rem;
    display: block;
    margin:0 auto 0.3rem;
}
.rb-con8-img1 {
    width: 7.12rem;
    height: 5.85rem;
    display: block;
    margin:0 auto 0.3rem;
}
.rbhs-div{width: 100%;height: 4.5rem;background: url(http://img.hongjingedu.com/rn/nwap/images/rbhs/1.png) no-repeat center;background-size: 100% 100%;}
.rbhs-div h1{color: #FFF;font-size: 0.6rem;padding-top: 0.2rem;text-align: center;line-height: 2rem;font-weight: bold;}
.rbhs-div h1:after{content: "";width: 0.5rem;height: 0.05rem;background: #9C9A96;display: block;position: relative;top: -0.3rem;left: 3.5rem;}
.rbhs-div p{text-align: center;color: #FFF;font-size: 0.3rem;line-height: 1.8em;}
.rbhs-div p span{background: #FB4484;padding: 0.1rem 0.2rem;}
.rbhs-div1{width: 7.42rem;height: 8.59rem;background: url(http://img.hongjingedu.com/rn/nwap/images/rbhs/2.png) no-repeat center;background-size: 100% 100%;margin: 0 auto;}
.rbhs-div1-1{width: 2.8rem;height: 8.59rem;float: left;}
.rbhs-div1-1 p{text-align: center;font-size: 0.26rem;line-height: 1.5em;color: #2A2A2A;padding-top: 2.2rem;}
.rbhs-div1-1 p:nth-child(1){width: 2rem;}
.rbhs-div1-1 p:nth-child(2){width: 2.3rem;}
.rbhs-div1-2{width: 1.7rem;height: 8.59rem;float: left;}
.rbhs-div1-2 p{font-size: 0.3rem;color: #FFF;font-weight: bold;text-align: center;line-height: 1.22em;padding-top: 0.9rem;}
.rbhs-div1-2 p:first-child{padding-top: 0.3rem;}
.rbhs-div1-3{width: 2.1rem;height: 8.59rem;float: right;}
.rbhs-div1-3 p{text-align: center;font-size: 0.26rem;line-height: 1.5em;color: #2A2A2A;padding-top: 2.2rem;}
.rbhs-div1-3 p:first-child{padding-top: 0.9rem;}
.rbhs-div1-3 p:last-child{margin: 1.1rem 0 0 0.1rem;border: 0.01rem solid #FB4786;color: #FB4786;padding: 0.2rem 0.1rem;display: inline-block;}
.hk-con8-conbox .hk-sfmx p.rbhs-div-p{text-align: center;color: #9D9D9D;font-size: 0.24rem;line-height: 1.8em;font-weight: 300;}
.rbhs-div2{width: 6.86rem;height: auto;margin: 0 auto;}
.rbhs-div2 p{font-size: 0.3rem;line-height: 1rem;height: 1rem;color: #666666;background: #F5F5F5;margin: 0.2rem 0;}
.rbhs-div2 p img{width: 0.6rem;height: 0.6rem;float: left;margin: 0.2rem;}
/*
沙特护士
*/
.st-con1-cbox{
    margin-top: 0.7rem;
}
.st-con1-list{
    overflow: hidden;
    margin-bottom: 0.2rem;
}
.st-con1-left{
    width: 1.04rem;
    height: 1.04rem;
    background: #009dfa;
    color: #fff;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
    float: left;
    line-height: 0.4rem;
    padding-top: 0.12rem;
}
.st-con1-right{
    width: 5.8rem;
    color: #8c8c8c;
    font-size: 0.28rem;
    line-height: 0.36rem;
    text-align: left;
    float: right;
    padding-left:0.2rem;
    margin-top: -0.04rem;
}
.st-con1-butbox{
    margin-top:0.6rem;
}
.st-con2-cbox{
    margin-top: 0.6rem;
}
.st-focus{
    width:100%;
    height: 3.8rem;
    margin:0 auto;
    position:relative;
}
.st-focus .hd{
    width:100%;
    height:0.3rem;
    position:absolute;
    z-index:1;
    bottom:0.05rem;
    text-align:center;
}
.st-focus .hd ul{
    display:inline-block;
    height:0.3rem;
    font-size:0;
    vertical-align:top;
}
.st-focus .hd ul li{
    display:inline-block;
    width:0.3rem;
    height:0.3rem;
    background: url("../images/index/x2.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
    margin-right:0.2rem;
    vertical-align:top;
    overflow:hidden;
}
.st-focus .hd ul .on{
    background: url("../images/index/x1.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
}
.st-focus .bd{
    position:relative;
    z-index:1;
    box-shadow: 0 0.1rem 0.4rem 1px rgba(0,0,0,0.1);
}
.st-focus .bd ul{
    height: 2.9rem;
}
.st-con2-list{
    width: 6.86rem;
    height: 2.91rem;
    padding: 0.4rem 0.28rem;
}
.st-focus .bd li h5{
    color: #fb4484;
    font-size: 0.3rem;
    font-weight: bold;
    text-align: center;
}
.st-focus .bd li p{
    color: #8c8c8c;
    font-size: 0.28rem;
    line-height: 0.38rem;
    text-align: justify;
}
.st-content3{
    width: 7.5rem;
    height: 11.11rem;
    background: url("../images/sths/s1.png") no-repeat center;
    background-size:7.5rem 11.11rem;
    border-bottom: 0px;
}
.ad-con3-titbox{
    margin-top: -0.15rem;
}
.st-con3-butbox{
    margin-top: 8.3rem;
}
.st-con4-cbox{
    margin-top: 0.7rem;
}
.st-con4-cimg1{
    width:6.86rem;
    height:3.91rem;
    display: block;
    margin:0 auto 0.4rem;
}
.st-con4-cimg2{
    width:6.86rem;
    height:3.1rem;
    display: block;
    margin:0 auto 0.4rem;
}
.st-con4-cimg3{
    width:6.86rem;
    height:4.31rem;
    display: block;
    margin:0 auto 0.4rem;
}
.st-con4-cimg4{
    width:6.86rem;
    height:3.5rem;
    display: block;
    margin:0 auto 0.4rem;
}
.st-con4-cimg5{
    width:6.86rem;
    height:3.5rem;
    display: block;
    margin:0 auto 0.4rem;
}
.st-con5-cbox{
    margin-top: 0.7rem;
}
.st-con5-cbox img{
    width: 6.86rem;
    height: 5.8rem;
    display: block;
    margin:0 auto;
}
.st-con5-conbox{
    height: 4.1rem;
}
.st-con5-conbox li{
    padding: 0.55rem 0.2rem;
    text-align: center;
    height: 4.1rem;
}
.sths-div{width: 7.5rem;height: 4.5rem;background: url(http://img.hongjingedu.com/rn/nwap/images/sths/1.png) no-repeat center;background-size: 100% 100%;overflow: hidden;}
.sths-div div{width: 5.5rem;height: 3rem;background: rgba(225, 225, 255, 0.2);margin: 0.75rem auto;}
.sths-div h1{color: #FFF;font-size: 0.6rem;padding-top: 0.1rem;text-align: center;line-height: 1.5rem;font-weight: bold;}
.sths-div h1:after{content: "";width: 0.5rem;height: 0.02rem;background: #FFF;display: block;position: relative;top: -0.2rem;left: 2.5rem;}
.sths-div p{text-align: center;color: #FFF;font-size: 0.3rem;line-height: 1.5em;font-weight: bold;}
.sths-div1{width: 7.5rem;height: 11.11rem;background: url(http://img.hongjingedu.com/rn/nwap/images/sths/2.png) no-repeat center;background-size: 100% 100%;overflow: hidden;}
.sths-div1 h1{color: #000;font-size: 0.4rem;padding-top: 0.2rem;text-align: center;line-height: 1.5rem;}
.sths-div1 h1:after{content: "";width: 0.5rem;height: 0.05rem;background: #FB4484;display: block;position: relative;top: -0.3rem;left: 3.5rem;}
.sths-div2, .sths-div2-p{width: 6.86rem;margin: 0.3rem auto 0;overflow: hidden;}
.sths-div2 p{width: 3.3rem;height: 3.3rem;background: rgba(225, 225, 225, 0.7);color: #000;text-align: center;font-size: 0.26rem;line-height: 1.5em;}
.sths-div2 p:first-child{float: left;}
.sths-div2 p:last-child{float: right;}
.sths-div2 p span{font-weight: bold;padding-top: 0.2rem;display: inline-block;font-size: 0.3rem;line-height: 2em;}
.sths-div3{width: 6.86rem;height: auto;border: 0.01rem solid #E4E4E5;margin-bottom: 0.4rem;}
.sths-div3 img{width: 100%;height: 2rem;}
.sths-div3 p{font-size: 0.24rem;line-height: 1.3em;color: #8C8C8C;text-align: center;padding-bottom: 0.3rem;}
.sths-div3 p span{color: #FB4484;font-weight: bold;font-size: 0.3rem;line-height: 1.5em;}
.sths-div4{width: 6.86rem;height: auto;margin: 0 auto;}
.sths-div4 p{font-size: 0.25rem;line-height: 0.9rem;height: 0.9rem;color: #666666;background: #F5F5F5;margin: 0.2rem 0;}
.sths-div4 p img{width: 0.41rem;height: 0.41rem;float: left;margin: 0.24rem;}
/*
新家坡护士
*/
.xj-con1-cbox{
    margin-top:0.7rem;
}
.xj-con1-cimg{
    width: 6.86rem;
    height: 2.4rem;
    display: block;
    margin:0 auto 0.3rem;
}
.xj-con1-cbox p{
    color: #666666;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: justify;
}
.xj-con2-butbox{
    margin-top: 0.4rem;
}
.xj-tabBox .hd{
    width: 100%;
    height:1.4rem;
    line-height:1.4rem;
    font-size:0.3rem;
    color: #666666;
    background:#e6e6e6;
   font-weight: bold;
    position:relative;
}
.xj-tabBox .hd ul{
    width: 100%;
    position:absolute;
    height:1.4rem;
    top:0;
    left:0;
    overflow:hidden;
}
.xj-tabBox .hd ul li{
    width: 2.28rem;
    height: 1.4rem;
    float:left;
    color:#666;
    text-align: center;
    font-weight: bold;
    border-right: 1px solid #999999;
}
.xj-tabBox .hd ul .xj-con2-li{
    border-right: 0px;
}
.xj-tabBox .hd ul .on{
    background: url("../images/xjphs/x8.png") no-repeat center;
    background-size: 2.28rem 1.4rem;
    color: #fff;
    border-right: 0px;
}
.xj-con2-list{
    width: 100%;
    height: 3rem;
    border: 2px solid #e6e6e6;
    border-bottom: 0px;
}
.xj-tabBox .bd li{
    padding: 0.4rem;
}
.xj-tabBox .bd li h5{
    color:#fb4484;
    font-weight: bold;
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.2rem;
}
.xj-tabBox .bd li p{
    color:#8c8c8c;
    font-size: 0.28rem;
    line-height: 0.38rem;
    text-align: justify;
}
.xj-con4-cbox{
    margin:0.6rem -0.32rem 0;
}
.xj-con4-conbox p{
    text-align: justify;
}
.xj-con4-cbox img{
    display: block;
    width: 7.5rem;
    height: 4.3rem;
    margin:0 auto;
}
.xj-con1-button{
    margin-top: 0.4rem;
}


.hl-con5-img{
    margin-top:0.7rem;
}
.xj-con5-list{
    width: 3.82rem;
    height: 3.82rem;
    margin:0 auto;
    position: relative;
}
#yujiazai1{
    background: url("../images/xjphs/x3.png") no-repeat center;
}
#yujiazai2{
    background: url("../images/xjphs/x4.png") no-repeat center;
}
#yujiazai3{
    background: url("../images/xjphs/x5.png") no-repeat center;
}
#yujiazai4{
    background: url("../images/xjphs/x2.png") no-repeat center;
}
#yujiazai5{
    background: url("../images/hlzl/h6.png") no-repeat center;
}
#yujiazai6{
    background: url("../images/hlzl/h8.png") no-repeat center;
}
#yujiazai7{
    background: url("../images/hlzl/h5.png") no-repeat center;
}
.xj-con5-list1{
    background: url("../images/xjphs/x3.png") no-repeat center;
    background-size: 3.82rem 3.82rem;
}
.xj-con5-list2{
    background: url("../images/xjphs/x4.png") no-repeat center;
    background-size: 3.82rem 3.82rem;
}
.xj-con5-list3{
    background: url("../images/xjphs/x5.png") no-repeat center;
    background-size: 3.82rem 3.82rem;
}
.xj-con5-list4{
    background: url("../images/xjphs/x2.png") no-repeat center;
    background-size: 3.82rem 3.82rem;
}
.xj-con5-item5{
    color: #666666;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 0.32rem;
    text-align: center;
}
.xj-con5-item1{
    position: absolute;
    left:0.59rem;
    top: 1.05rem;
}
.xj-con5-item2{
    position: absolute;
    left:2.1rem;
    top: 0.9rem;
}
.xj-con5-item3{
    position: absolute;
    left:0.59rem;
    top: 2.43rem;
}
.xj-con5-item4{
    position: absolute;
    left:2.1rem;
    top: 2.25rem;
}
.xj-con5-item6{
    color: #fff;
}
.xj-slideBox1{
    position:relative;
    overflow:hidden;
}
.xj-slideBox1 .st-hd{
    position: absolute;
    width: 100%;
    height: 0.46rem;
    top: 1.7rem;
    left: 0;
    z-index: 3;
}
.xj-slideBox1 .st-hd img{
    display: block;
    width: 0.26rem;
    height: 0.46rem;
}
.xj-slideBox1 .prev{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 0.26rem;
    height: 0.46rem;
    text-align: center;
}
.xj-slideBox1 .next{
    position: absolute;
    top: 0;
    display: block;
    width: 0.26rem;
    height: 0.46rem;
    text-align: center;
    right:0;
}
.xj-con5-cbox{
    width:100%;
    height:1.9rem;
    border:2px solid #1bcdcb;
    margin-top: 0.49rem;
}
.xj-slideBox1 .bd{
    position:relative;
    z-index:5;
    overflow:hidden;
}
.xj-slideBox1 .bd li{
    position:relative;
    padding:0.3rem 0;
    margin: 0 auto 0;
}
.xj-slideBox1 .bd li p{
    color: #8c8c8c;
    font-size: 0.28rem;
    line-height: 0.42rem;
    text-align: center;
}
.xj-con5-button{
    margin-top: 0.8rem;
}
.xj-con6-conbox {
    width: 100%;
    height: 4.2rem;
    background: #fff;
    margin-top: 0.6rem;
    position: relative;
    box-shadow: 0 0.1rem 0.2rem 1px rgba(68,201,251,0.1);
}
.xj-tabBox3 .hd{
    width: 100%;
    position:absolute;
    bottom: 0.4rem;
}
.xj-tabBox3 .hd ul{
    overflow:hidden;
    display: flex;
    justify-content: center;
}
.xj-tabBox3 .hd ul li{
    font-size:0.26rem;
    margin-right:0.4rem;
    color:#666;
}
.xj-tabBox3 .hd ul .on{
    color: #fb4484;
}
.xj-tabBox3 .hd ul .on a{
    display:block;
}
.xj-tabBox3 .bd ul li{
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.4rem;
}
.xj-tabBox3 .bd ul li h5{
    color: #008fe9;
    font-size: 0.54rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.1rem;
}
.xj-tabBox3 .bd ul li p{
    color: #666;
    font-size: 0.28rem;
    line-height: 0.44rem;
    text-align: justify;
}
.xj-con7-cbox{
    margin-top: 0.7rem;
    box-shadow: 0 0.1rem 0.4rem 1px rgba(0,0,0,0.1);
    padding:0.3rem 0;
}
.xj-con7-cbox h5{
    color: #fb4484;
    font-size: 0.3rem;
    text-align: center;
    margin-bottom: 0.2rem;
}
.xj-con7-cbox p{
    color: #000;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.38rem;
}
.xj-con7-cbox p span{
    color: #009dfa;
}
.xjphs-div{width: 7.5rem;height: 4.3rem;background: url(http://img.hongjingedu.com/rn/nwap/images/xjphs/xjp.png) no-repeat center;background-size: 100% 100%;position: relative;}
.xjphs-div p{font-size: 0.3rem;line-height: 1.2em;color: #FB4484;width: 2.5rem;height: 1.1rem;text-align: center;}
.xjphs-div p span{color: #009DFA;}
.xjphs-div p:nth-child(1){position: absolute;top: 0.85rem;left: 0;}
.xjphs-div p:nth-child(2){position: absolute;top: 3.05rem;left: 1.4rem;}
.xjphs-div p:nth-child(3){position: absolute;top: 0.3rem;left: 3.1rem;}
.xjphs-div p:nth-child(4){position: absolute;top: 2.05rem;left: 4.8rem;}



.mghs-wap-box{
    width:100%;
    height:7.95rem;
    background: url("http://img.hongjingedu.com/rn/nwap/images/us/a1.png") no-repeat center;
    background-size: 7.5rem 7.95rem;
    padding:0.8rem 0.32rem 0;
    position: relative;
}
.mghs-con2-p1{
    font-size: 0.92rem;
    color: #fb4484;
    font-weight: bold;
}
.mghs-con2-p2{
    width:6.5rem;
    height:0.72rem;
    background: #fb4484;
    font-size: 0.42rem;
    color: #fff;
    font-weight: bold;
    line-height: 0.72rem;
    margin:0.15rem 0 0.3rem;
    text-align: center;
}
.mghs-con2-p3{
    font-size: 0.38rem;
    color: #000;
    font-weight: bold;
    margin-bottom:0.1rem;
}
.mghs-con2-p4{
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #000;
}
.mghs-con2-botton{
    width:100%;
    overflow: hidden;
    margin-top:0.5rem;
}
.mghs-con2-a1{
    display: block;
    width:3.27rem;
    height:0.88rem;
    border:1px solid #fb4484;
    text-align: center;
    line-height: 0.86rem;
    font-size: 0.32rem;
    color: #fb4484;
    float: left;
}
.mghs-con2-a2{
    display: block;
    width:3.27rem;
    height:0.88rem;
    background: #fb4484;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    float: right;
}
.mghs-con2-img{
    width:1.49rem;
    height:1.48rem;
    background: url("http://img.hongjingedu.com/rn/nwap/images/us/a2.png") no-repeat center;
    background-size: 1.49rem 1.48rem;
    position: absolute;
    left:4.8rem;
    top:0.5rem;
}


 .ispn-xiugai-box{
        width:100%;
        overflow: hidden;
        margin:0.8rem 0 0;
    }
    .ispn-xiugai-box ul{
        width:100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .ispn-xiugai-box ul li{
        width:2.1rem;
        height:2.1rem;
        border-radius: 50%;
        border: 0.1rem solid #fb4484;
        display: flex;
        align-items:center;
        margin:0.0 0 0.2rem;
    }
    .ispn-xiugai-box ul li p{
        width:100%;
        color: #000000;
        font-size: 0.28rem;
        line-height: 0.42rem;
        text-align: center;
    }

.detail .tot img{
    width:100%;
}

.us-con5-conbox{
            width: 6.86rem;
            height: 5.38rem;
            background: url(http://img.hongjingedu.com/rn/nwap/images/us/l1.png) no-repeat center;
            background-size: 6.86rem 5.38rem;
            margin: 0.8rem auto 0.6rem;
        }
        .us-con5-conbox .mghs-div p {
            border-right: 0;
            float: left;
            color: #FFF;
            font-size: 0.2rem;
            text-align: center;
            line-height: 1.5em;
            background: inherit;
            background-size: 100% 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding-top:0;
        }
        .mghs-div-p {
            width: 3.08rem;
            height: 1.75rem;
        }
        .mghs-div-p1 {
            width: 1.78rem;
            height: 1.75rem;
        }
        .mghs-div-p2 {
            width: 1.9rem;
            height: 1.75rem;
        }
        .mghs-div-p3 {
            width: 1.9rem;
            height: 1.75rem;
        }
        .mghs-div-p4 {
            width: 1.78rem;
            height: 1.75rem;
        }
        .mghs-div-p5 {
            width: 3.08rem;
            height: 1.75rem;
        }
        .mghs-div-p6 {
            width: 1.68rem;
            height: 1.75rem;
        }
        .mghs-div-p7 {
            width: 1.68rem;
            height: 1.75rem;
        }
        .mghs-div-p8 {
            width: 1.68rem;
            height: 1.75rem;
        }
        .mghs-div-p9 {
            width: 1.68rem;
            height: 1.75rem;
        }
        .mghs-div{
            display: flex;
            justify-content: space-between;
            border-bottom: 0;
            margin-bottom: 0.06rem;
        }

/*修改*/
.ispn-banna img{
    display: block;
    width:7.5rem;
    height: auto;
}

.xghs-banna img{
    display: block;
    width:7.5rem;
    height: auto;
}

.adlyhs-banna img{
     display: block;
    width:7.5rem;
    height: auto;

}
.sths-div img{
      display: block;
    width:7.5rem;
    height: auto;
}



/*218/8/13*/
 .rn-content14{
    background: #ffffff;
    border-bottom: 0.2rem solid #f5f5f5;
  }
    .rn-con4-div{
      width:100%;
      margin:0.8rem auto 0.6rem;
    }
    .rn-con4-ul{
      width:100%;
      height:0.88rem;
      display: flex;
      justify-content: space-between;
      background: #e6e6e6;

    }
    .rn-con4-ul li{
      width:50%;
      height:100%;
      text-align: center;
      color: #8c8c8c;
      font-size: 0.32rem;
      line-height: 0.88rem;
      font-weight: bold;
    }
    .rn-con4-ul .rn-con4-li{
      background: #fb4484;
      color: #fff;
    }
  .rn-con4-ul1{
    width:100%;
    height:4.5rem;
    position: relative;
  }
    .rn-con4-ul1 li{
      width:100%;
      height:100%;
      position: absolute;
      left:0;
      top:0;
      display: none;
      padding:0.4rem 0;
    }
    .rn-con4-ul1 .rn-con4-li1{
      display: block;
    }
    .rn-con4-ul1 li div{
      width:100%;
      height:4.5rem;
    }
  .rn-con4-a{
    display: block;
    width: 100%;
    height: 0.88rem;
    float: right;
    background: #fb4484;
    color: #fff;
    line-height: 0.88rem;
    font-size: 0.32rem;
  }
  .rn-con4-video{
    width:100%;
    height: auto;
  }
  .rn-con4-video p{
    text-align: center;
    color: #8c8c8c;
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin:0.2rem auto;
  }
  .rn-con5-ul{
    width:100%;
  }
  .rn-con5-ul li{
    width:100%;
  }
  .rn-con5-ul li p{
    text-align: left;
    color: #8c8c8c;
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  .rn-con5-ul li p span{
    display: inline-block;
    width:0.2rem;
    height:0.2rem;
    background: #fb4484;
    border-radius: 50%;
    margin-right: 0.15rem;
  }

  .kcst-banner{
    width:100%;
    height:4.5rem;
    background: url("../images/kcst/banner.png") no-repeat center;
    background-size: 100% 100%;
}
.kcst-con2-ul{
    width:100%;
    margin:0.8rem 0 0.6rem;
}
.kcst-con2-ul li{
    width:6.86rem;
    height:2rem;
    background: url("../images/kcst/k1.png") no-repeat center;
    background-size: 100% 100%;
    margin-bottom: 0.2rem;
}
.kcst-con2-ul li a{
    display: block;
    width:100%;
    height:100%;
    text-align: center;
    line-height: 2rem;
    color: #fff;
    font-size: 0.32rem;
}
.kcst-con2-ul li:nth-child(2){
    background: url("../images/kcst/k2.png") no-repeat center;
}
.kcst-con2-ul li:nth-child(3){
    background: url("../images/kcst/k3.png") no-repeat center;
}
.kcst-con2-ul li:nth-child(4){
    background: url("../images/kcst/k4.png") no-repeat center;
}
.kcst-con2-ul li:nth-child(5){
    background: url("../images/kcst/k5.png") no-repeat center;
}
.kcst-con2-a{
    display: block;
    width: 100%;
    height: 0.88rem;
    float: right;
    background: #fb4484;
    color: #fff;
    line-height: 0.88rem;
    font-size: 0.32rem;
    text-align: center;
    margin-bottom: 0.6rem;
}
.kcst-con3-ul{
    margin:0.8rem 0 0.6rem;
}
.kcst-con3-ul li{
    margin-bottom: 0.4rem;
}
.kcst-con3-p{
    color: #000;
    font-size: 0.28rem;
    text-align: center;
    line-height: 0.36rem;
    margin-top: 0.2rem;
}
.xs-picScroll-left4{
    width:100%;
    overflow:hidden;
    position:relative;
    margin:0.5rem 0 0;
    padding:0 0.32rem;
}
.xs-picScroll-left4 .hd{
    overflow:hidden;
    height:0;
}
.xs-picScroll-left4 .hd .prev{
    display:block;
    width:0.26rem;
    height:0.46rem;
    position: absolute;
    left:0;
    top:0.7rem;
    cursor:pointer;
    background:url("http://img.hongjingedu.com/rn/nwap/images/index/left.png") no-repeat center;
    background-size: 100% 100%;
}
.xs-picScroll-left4 .hd .next{
    display:block;
    width:0.26rem;
    height:0.46rem;
    position: absolute;
    right:0;
    top:0.7rem;
    cursor:pointer;
    background:url("http://img.hongjingedu.com/rn/nwap/images/index/right.png") no-repeat center;
    background-size: 100% 100%;
}
.xs-picScroll-left4 .bd{
    overflow: hidden;
}
.xs-picScroll-left4 .bd ul{
    overflow:hidden;
    zoom:1;
}
.xs-picScroll-left4 .bd ul li{
    float:left;
    _display:inline;
    text-align:center;
    margin:0 0.5rem;
}
.xs-con4-div{
    width:2.22rem;
}
.xs-con4-div img{
    width:2.22rem;
    height:1.56rem;
    display: block;
}
.xs-con4-div p{
    color:#333;
    font-size: 0.24rem;
    line-height: 0.34rem;
    text-align: center;
    font-weight: bold;
    margin-top: 0.2rem;
}


 .in-con8-input .yzm-p{
    overflow: hidden;
    margin-bottom: 0.2rem;
    border: 1px solid #666;
    background: #fff;
    /*display: none;*/
  }
  .in-con8-input input.yzminput{
    width:4.3rem;
    float: left;
    height:0.88rem;
    display: block;
    border-radius: 0.04rem;
    color: #333;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.88rem;
    border: 0;
    outline:0;
    margin-bottom: 0;
  }
  .in-con8-input .yzman{
    width:2.5rem;
    height: 0.88rem;
    float: right;
    background: #fb4484;
    display: block;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    border-radius: 2px;
  }
  .in-con8-input .yzm-p{
    display: none;
  }

  .bar-content9{
    width:100%;
    padding: 0.6rem 0.32rem 0.6rem;
    border-top: 1px solid #ccc;
    margin-bottom: 50px;
}
.bar-con9-h5{
    color: #000;
    font-size: 0.36rem;
    text-align: center;
    line-height: 0.36rem;
    font-weight: bold;
    margin:0 0 0.4rem;
}

.bar-con9-input{
    width:6.86rem;
    height:0.88rem;
    display: block;
    border: 1px solid #666666;
    border-radius: 0.04rem;
    color: #333;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.88rem;
    margin-bottom: 0.2rem;
}
.bar-content9 .yzm-p{
    overflow: hidden;
    margin-bottom: 0.2rem;
    border: 1px solid #666;
    /*display: none;*/
}
.bar-content9 input.yzminput{
    width:4.3rem;
    float: left;
    height:0.88rem;
    display: block;
    border-radius: 0.04rem;
    color: #333;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.88rem;
    border: 0;
    outline:0;
}
.bar-content9 .yzman{
    width:2.5rem;
    height: 0.88rem;
    float: right;
    background: #fb4484;
    display: block;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    border-radius: 2px;
}
.bar-content9 .yzm-p{
    display: none;
}
.bar-content9 .foot-submit{
    display: block;
    width: 100%;
    height:0.88rem;
    background: #fb4484;
    text-align: center;
    line-height: 0.88rem;
    font-weight: bold;
    font-size: 0.36rem;
    color: #fff;
    margin-top: 0.6rem;
    border: 0;
    outline: 0;
}
.bar-content9 input::-webkit-input-placeholder { color:#ccc;}
.bar-content9 input::-moz-placeholder { color:#ccc;}
.bar-content9 input:-ms-input-placeholder { color:#ccc;}
.bar-content9 input:-moz-placeholder { color:#ccc;}

.bar-con9-img{
    display: block;
    width:2.58rem;
    height:2.58rem;
    margin:0.4rem auto 0;
}
.bar-con9-p1{
    color: #262626;
    font-size: 0.26rem;
    text-align: center;
    line-height: 0.26rem;
    margin: 0.1rem 0 0;
}

.gjhs-con5-p{
    width: 100%;
    height: 0.88rem;
    background: #ffffff;
    display: block;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #999;
    margin-bottom: 0.2rem;
    border-radius: 0.05rem;
}
.gjhs-con5-p input.yzminput{
    width:4.3rem;
    float: left;
    height:0.88rem;
    display: block;
    border-radius: 0.04rem;
    color: #333;
    text-align: center;
    font-size: 0.32rem;
    line-height: 0.88rem;
    border: 0;
    outline:0;
}
.gjhs-con5-p .gjhs-con5-p-yzman{
    width:2.5rem;
    height: 0.88rem;
    float: right;
    background: #fb4484;
    display: block;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    border-radius: 2px;
}



/*固定底部*/
.wap-footfixed{
display:none;
}
 .rn-botton-fix{
        width:100%;
        height:1.4rem;
        background: #fb4484;
        position: fixed;
        left:0;
        bottom:0;
    z-index: 999;
    }
    .rn-botton-fix ul{
        width:100%;
        display: flex;
        justify-content: center;
        padding:0.3rem 0 0;
    }
    .rn-botton-fix li{
        width:1.9rem;
        cursor: pointer;
    }
    .rn-botton-fix a{
        display: block;
        width:100%;
        height:100%;
    }
    .rn-botton-fix img{
        display: block;
        width:0.5rem;
        height:0.5rem;
        margin:0 auto 0.03rem;
    }
    .rn-botton-fix p{
        color: #fff;
        font-size: 0.18rem;
        line-height: 0.28rem;
        text-align: center;
    }

    .rn-botton-zhe{
        width:100%;
        height:100%;
        position: fixed;
        background: rgba(0,0,0,0.8);
        left:0;
        top:0;
        display: none;
        z-index:1000;
    }
    .rn-botton-show{
        height:6.2rem;
        position: absolute;
        left:0;
        top:0;
        right:0;
        bottom:0;
        margin:auto;
        padding:0 0.75rem;
    }
    .rn-botton-guan{
        width:0.5rem;
        height:0.5rem;
        background: url("http://img.hongjingedu.com/rn/nwap/images/gddb/a5.png") no-repeat center;
        background-size: 100% 100%;
        position: absolute;
        top:0;
        right:1.1rem;
    }
    .rn-botton-show h1{
        color: #fff;
        font-weight: bold;
        text-align: center;
        font-size: 0.36rem;
        line-height: 0.36rem;
        margin:0.9rem auto 0.4rem;
    }
    .rn-botton-form input{
        display: block;
        width:100%;
        height:0.88rem;
        background: #fff;
        color: #333;
        font-size: 0.28rem;
        text-align: center;
        line-height: 0.88rem;
        margin:0 auto 0.2rem;
    }
    .rn-botton-form p{
        width:100%;
        display: flex;
        height:0.88rem;
        background: #f6f6f6;
        color: #333;
        font-size: 0.28rem;
        text-align: center;
        line-height: 0.88rem;
        margin:0 auto 0.2rem;
    }
    .rn-botton-form p input{
        width:3.4rem;
    }
    .rn-botton-form p span{
        display: block;
        width:2.6rem;
        background: #ff0078;
        color: #fff;
        cursor: pointer;
    }
    .rn-botton-form .rn-botton-submit{
        display: block;
        width:100%;
        height:0.88rem;
        background: #ff0078;
        color: #fff;
        font-size: 0.32rem;
        font-weight: bold;
        text-align: center;
        line-height: 0.88rem;
        margin:0 auto 0.2rem;
        cursor: pointer;
    }