/*
公共样式
*/
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: "Microsoft Yahei";color: #333;background:#fff;font-size: 0.28rem;
}
*{
    box-sizing:border-box;
    font-family: "Microsoft Yahei";
}
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;
}
select{
    appearance:none;
    -moz-appearance:none;
    -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:0.88rem;
    background: #25303b;
    padding:0.22rem 0.32rem;
    display: flex;
    justify-content: space-between;
}
.in-herader .in-he-img{
    width:0.4rem;
    height:0.44rem;
    background: url("http://img.hongjingedu.com/rn/nwap/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("http://img.hongjingedu.com/rn/nwap/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: 999999;
    left:-100%;
    top: 0;
    transition: all 0.3s;
}
.in-fixed-nav{
    width: 65%;
    position: fixed;
    height: 100%;
    left: -100%;
    top: 0;
    background: #fff;
    z-index: 1000000;
    transition: all 0.5s;
    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 #25303b;
    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.14rem 0.3rem;
    background: #25303b;
    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: #25303b;
}
.in-fixed-nav a{
    line-height: 0.84rem;
    text-align: center;
    font-size: 0.36rem;
    color: #25303b;
    display: block;
}
.in-fixed-nav .in-fixed-ul {
    padding-top: 0rem;
    width: 100%;
    height: 0;
    transition: all 0.3s;
    overflow: hidden;
}
.in-fixed-nav .in-fixed-ul1 {
    height:5.04rem;
}
.in-fixed-ul li {
    background: #f5f5f5;
    margin-bottom: 0rem;
    color: #fb4484;
}
.in-fixed-nav a {
    line-height: 0.84rem;
    text-align: center;
    font-size: 0.36rem;
    color: #25303b;
    display: block;
}
/*banner*/
.in-banner{
    width:100%;
    height:4.5rem;
}
.in-in-focus{
    width:100%;
    height:4.5rem;
    margin:0 auto;
    position:relative;
    overflow:hidden;
}
.in-in-focus .hd{
    width:100%;
    height:0.2rem;
    position:absolute;
    z-index:10;
    bottom:0.4rem;
    line-height:0;
    font-size:0;
    overflow:hidden;
}
.in-in-focus .hd ul{
    display: flex;
    justify-content: center;
}
.in-in-focus .hd li{
    width:0.2rem;
    height:0.2rem;
    background: url("http://img.hongjingedu.com/nccaom/2018wap/images/index/32.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
    margin-right:0.3rem;
}
.in-in-focus .hd li:last-child{
    margin-right:0;
}
.in-in-focus .hd .on{
    background: url("http://img.hongjingedu.com/nccaom/2018wap/images/index/33.png") no-repeat center;
    background-size: 0.2rem 0.2rem;
}
.in-in-focus .bd{
    position:relative;
    z-index:1;
}
.in-in-focus .bd a{
    display: block;
    width:100%;
    height:4.5rem;
}
.in-in-focus .bd img{
    display: block;
    width:100%;
    height:4.5rem;
}
.in-banner img{
    display: block;
    width:100%;
    height:4.5rem;
}
/*底部*/
#yzm-form{
    width: 100%;
    padding:0.8rem 0.32rem;
    background: #0C77CF;
    background-size: 7.5rem auto;
}
#yzm-form .yzm-foot-titbox{
    font-size:0.36rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0.6rem;
}
#yzm-form .yzm-foot-input{
    width: 100%;
}
#yzm-form .yzm-foot-input input{
    width: 100%;
    height: 0.88rem;
    background: rgba(255,255,255,0.5);
    display: block;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    margin-bottom: 0.2rem;
    border-radius: 2px;
    font-family: "Microsoft Yahei";
}
#yzm-form .yzm-foot-input .yzm-p{
    overflow: hidden;
    margin-bottom: 0.2rem;
    display: none;
}
#yzm-form .yzm-foot-input input.yzminput{
    width:4rem;
    float: left;
    margin-bottom: 0;
}
#yzm-form .yzm-foot-input .yzman{
    width:2.66rem;
    height: 0.88rem;
    float: right;
    background: #2dcbde;
    display: block;
    text-align: center;
    line-height: 0.88rem;
    font-size: 0.32rem;
    color: #fff;
    border-radius: 2px;
}
#yzm-form .yzm-foot-input .footyzm{
    display: block;
    width: 100%;
    height:0.88rem;
    background: #2dcbde;
    text-align: center;
    line-height: 0.88rem;
    font-weight: bold;
    font-size: 0.36rem;
    color: #fff;
    margin-top: 0.6rem;
}
#yzm-form .yzm-foot-input input::-webkit-input-placeholder { color:#666;}
#yzm-form .yzm-foot-input input::-moz-placeholder { color:#666;}
#yzm-form .yzm-foot-input input:-ms-input-placeholder { color:#666;}
#yzm-form .yzm-foot-input input:-moz-placeholder { color:#666;}

/*二维码*/
.in-foot{
    width: 100%;
    padding: 0.8rem 0.32rem;
}
.in-wei{
    margin: 0 auto;
}
.in-wei img{
    display: block;
    width: 3.49rem;
    height: 3.49rem;
    margin: 0 auto;
    margin-bottom: 0.2rem;
}
.in-wei span{
    display: block;
    font-size: 0.32rem;
    color: #669797;
    text-align: center;
}

/*弹窗*/
.in-tan-zhe{
    background: rgba(0,0,0,0.1);
    width: 100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    display: none;
    z-index: 9999;
}
.in-tan-show{
    width: 6.86rem;
    height: 8.63rem;
    position: fixed;
    top:10%;
    left:0.32rem;
    background: #fff;
    padding:0.6rem 0;
    display: none;
    z-index: 99999;
}
.in-tan-show .in-tan-title{
    font-size: 0.32rem;
    color: #000;
    font-weight: bold;
    margin-bottom: 0.4rem;
    text-align: center;
}
.in-tan-show input{
    width: 6.46rem;
    height:0.88rem;
    margin:0 auto 0.12rem;
    display: block;
    text-align: center;
    font-size: 0.28rem;
    color: #333;
    border: 1px solid #999999;
}
.in-tan-show .in-tan-tbtn{
    color: #fff;
    background: #ff0000;
    margin-top: 0.4rem;
    border:0;
}
.in-tan-show .in-tan-guan{
    width: 0.7rem;
    height:0.7rem;
    display: block;
    position: absolute;
    top:-0.3rem;
    right:-0.3rem;
    border-radius: 50%;
    background: url("../images/index/guan3.png") no-repeat center;
    background-size: 0.83rem 0.83rem;
}


.bar-content9{
    width:100%;
    padding: 0.6rem 0.32rem 0.6rem;
}
.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 #ccc;
    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 #ccc;
    /*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: #f38118;
    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: #f38118;
    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;
}
.foot{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
    padding: 0.2rem 0.32rem;
}
.foot p{
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: #999999;
    margin-bottom: 0.05rem;
}
.foot p a{
    color: #ff6a00;
}