html,body{
    width:100%;
    min-width: 1320px;
}
/*页头*/
.w1500{
    width: 78.15%;
    margin: 0 auto;
}
header{
    width:100% ;
    height: 80px;
    background: white;
    box-shadow: 0px 0px 8px 2px rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    left:0;
    z-index: 99;
    min-width: 1320px;
}
.header{
    height: 100%;
    line-height: 79px;
}
.logo{
    display: inline-block;
    width:auto;
    height: 80px;
    float: left;
}
.logo img{
    height: 65%;
}
.menu-list{
    width: 66%;
    float: left;
    height: 100%;
    padding: 0;
    margin: 0;
    margin-right:2%;
    margin-left: 3%;
}
.menu-list>li{
    float: left;
    font-size: 16px;
    line-height: 80px;
    height: 100%;
    text-align: center;
    width: 10.5%;
    position: relative;
    text-align: center;
}
.menu-item{
    position:relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 50;
}
.menu-item:hover{
    color: #0090b3;
}
.menu-item:after{
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 0;
    background: #0090b3;
    transform: translateX(-50%);
    left: 50%;
    bottom: -95%;
}
.menu-item:hover:after{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
}
.on{
    color: #0090b3;
    position: relative;
}
.on:hover{
    color: #0090b3;
}
.on:after{
    content: '';
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 100%;
    background:#0090b3;
    transform: translateX(-50%);
    left: 50%;
    bottom: -95%;
}
.regand{
    float: right;
    font-size: 16px;
    margin-left: 6%;
}
.regand a{
    color: #0090b3;
}
.user-center{
    display: none;
    margin-left: 40px;
}
.banner{
    width: 100%;
    height: auto;
    margin-top: 60px;
    position: relative;
    background-size: 100% auto;
    padding-bottom:80px;
    min-width: 1320px;
}
.vocation{
    background: none;
    overflow: hidden;
    height: auto;
}
.banner img{
    width: 100%;
    min-width: 1320px;
}
.vocation img{

}
.maskimg{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.op{
    opacity: 1;
}
.silde-down{
    background: white;
    line-height: 45px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px;
    overflow: hidden;
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: auto;
    border:none ;
}
.silde-down a{
    display: inline-block;
    width: 100%;
}
.silde-down a:hover{
    color: white;
    background: #0090b3;
}
.slide{
    height: 100%;
    overflow: hidden;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.slide:hover{
    cursor: pointer;
    height: 310px;
}
.slide:hover>a{
    color: #0090b3;
}
.slide:hover>a:after{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
}

.about{
    margin-top:15px ;
}
.c-title-box{
    width: 100%;
    text-align: center;
}
.c-title{
    text-align: center;
    font-size: 35px;
    position: relative;
}
.c-title:before{
    content: 'About';
    font-weight: 600;
    color: #70c090;
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -30px;
}
.c-title:after{
    content: '';
    width: 100%;
    height: 3px;
    background: #70c090;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.about p{
    width: 50%;
    margin: 0 auto;
    font-size: 16px;
    text-indent: 2em;
    margin-top: 30px;
}
.cm-list{
    width: 100%;
    overflow: hidden;
    margin-top: 120px;
}
.fl{
    float: right;
}
.rl{
    float: left;
}
.cm-item{
    width: 88.15%;
    position: relative;
    margin-bottom: 150px;
}
.rl .cm-left{
    float: right;
}
.cm-left{
    width: 40%;
    background: rgb(248,248,248);
    position: relative;
    height: 400px;
    z-index: 15;
}
.rl .cm-left:after{
    left: -50px;
}
.cm-left:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 100px;
    height: 100px;
    background: rgb(248,248,248);
    transform: rotate(45deg) translateY(-50%);
}
.content{
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-60%);
    font-size: 16px;
    width: 70%;
    z-index:15;
}
.cm-title{
    font-size: 30px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.cm-title:after{
    content: '';
    width: 100%;
    height: 3px;
    background: #70c090;
    left: 0px;
    bottom:0px;
    position: absolute;

}
.content dl
{
    margin-top: 20px;
}
dl{
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .8s;
    color: rgb(90,90,90);
}
dl dt{
    font-size: 20px;
    font-weight: 600; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
dl:hover{
    color: #0090b3;
}
dd{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.more{
    display: block;
    width: 180px;
    background: #0090b3;
    color: white;
    text-align: center;
    line-height: 50px;
    border-radius: 2em;
    font-size: 18px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    font-weight: 600;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -75px;
}
.more:hover{
    width: 165px;
    line-height: 46px;
    border: 2px solid #0090b3;
    background: rgb(248,248,248);
    color: #0090b3;
}
.rl .img-right{
    left: 0;
}
.img-right{
    width: 70%;
    max-height: 400px;
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 10;
    overflow: hidden;
}
.img-right img{
    width: 100%;
}

/*页尾*/
footer {
    background: #272c32;
    width: 100%;
    height: 245px;
    font-size: 16px;
}
.footer-top{
    width: 100%;
    border-bottom: 1px solid #393e42;
    height: 150px;
}
.footer-top-box{
    width: 78%;
    height: 100%;
    margin: 0 auto;
    line-height: 150px;
    position: relative;
}
.footer-top-box ul{
    width: 100%;
    list-style-type: none;
    height: 100%;
    color: #f1f1f1;
    font-size: 20px;
    position: relative;
}
.footer-top-box ul li{
    float: left;
    color: white;
    margin-right: 5%;
}
.footer-top-box ul li:nth-child(1){
    margin-right: 40px;
}
.footer-top-box ul li:nth-child(3){
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 350px;
}

.footer-top-box ul li:last-child{
    float: right;
    margin-right: 0;
}
.footer-top-box ul li:nth-child(3){
    margin-left: -2.5%;
}
.footer-top-box ul li>img{
    vertical-align: middle;
    margin-right: 20px;
}

.footer-top-box ul li dl{
    height: 150px;
    line-height: 20px;
    text-align: center;
}
.footer-top-box ul li dl,.footer-top-box ul li dd,.footer-top-box ul li dt{
    margin: 0;
    padding: 0;
}
.footer-top-box ul li dt{
    margin-bottom: 10px;
    margin-top: 35px;
    position: relative;
}
.hoverimg{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    width: 0%;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}
.hoverma{
    position: relative;
    z-index: 30;
}
.hoverma:hover{
    cursor: pointer;
}
.hoverma:hover+.hoverimg{
    width: 130%;
    top: -45%;
    left: 170%;
}
@media only screen and (max-width:1366px){
    .footer-top-box{
        width: 90%;
    }
}
.footer-bottom{
    width: 100%;
    color: #5d6367;
}
.footer-bottom p
{
    width: 100%;
    text-align: center;
}
.footer-bottom p span{
    color: #3ddcb6;
}
/*--*/
.fadein-cm{
    width: 100%;
    position: relative;
    background: url("../leye-images/4444.jpg") no-repeat  fixed;
    background-size: 100% auto;
    margin-top: 80px;
    max-height: 500px;
    overflow: hidden;
}
.fadein-cm img{
    width: 100%;
    opacity: 0;
}
.fadein-content{
    width: 80%;
    background: rgba(255,255,255,.85);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding-top: 60px;
}
.fadein-content h1 span:before{
    content: '';
}
.fadein-content p{
    width: 35%;
    margin: 30px auto;
    font-size: 16px;
    text-indent: 2em;
}
footer dl:hover{
    color: #5d6367;
}

/*按钮*/

.btn-11{
    position: relative;
    color: #70c090;
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 2px solid #70c090;
    border-radius: 2em;
    overflow: hidden;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-bottom: 60px;
}

.btn-11 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #70c090;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.4s, height 0.4s;
    transition: width 0.4s, height 0.4s;
    z-index: -1;
}
.btn-11:hover {
    color: white;
}
.btn-11:hover span {
    width: 562.5px;
    height: 562.5px;
}
.foot-top{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.foot-top>div{
    float: left;
}
.ft-l{
    height: 100%;
    width: 100%;
    position: relative;
}
.ft-l span:before{
    content: '';
}
.ft-content{
    width: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}
.ft-content p {
    font-size: 16px;
    margin-top: 20px;
    text-indent: 2em;
}

.re-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}
.re-box{
    width: 600px;
    height: 500px;
    background: white;
    border-radius: 10px;
    box-shadow:3px 4px 11px 3px rgba(0,0,0,.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.register-box{
    height: 620px;
}
.main-content{
    width: 70%;
    margin: 0 auto;
    overflow: hidden;
}
.close{
    display: inline-block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    opacity:.8;
}
.close hr{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 3px;
    background: rgb(192,192,192);
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    border-radius: 2em;
    opacity:.8;
}
.close hr:nth-child(1){
    transform: rotate(45deg);
}
.close hr:nth-child(2){
    transform: rotate(-45deg);
}
.close:hover{
    cursor: pointer;
    opacity: .6;
}
.close:hover hr{
    background: rgb(220,220,220);
    opacity: .8;
}
.re-box h1{
    font-size: 36px;
    color: #0090b3;
    letter-spacing: 15px;
    text-align: center;
    line-height: 36px;
    padding-top: 35px;
    font-weight: 400;
}
.re-box p{
    text-align: center;
    font-size: 14px;
    color: #999;
    margin: 25px auto 28px;
    position: relative;
    overflow: hidden;
}
.re-box p:before{
    content: '';
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -65px;
}
.re-box p:after{
    content: '';
    display: inline-block;
    width: 200px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -65px;
}
.id,.pwd,.vt{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #c9c9c9;
    line-height: 62px;
    color: #000;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}
.id img{
    position: relative;
    top: -3px;
    left: 3px;
}
.id input{
    text-indent: .65em;
    height: 30px;
    width: 40%;
    border: none;
}
.pwd img{
    position: relative;
    top: -3px;
}
.pwd input{
    text-indent: .5em;
    height: 30px;
    width: 40%;
    border: none;
}
.vt input{
    text-indent: .5em;
    height: 30px;
    width: 50%;
    border: none;
}
.vt .yzcode{
    width: 35%;
}
.vt a{
    display: inline-block;
    width: 30%;
    height: 40px;
    background: #0090b3;
    /* position: absolute; */
    /* bottom: 0; */
    /* right: 0; */
    text-align: center;
    line-height: 40px;
    color: white;
    border-radius: 5px;
    float: right;
    margin-top: 8px;
}
#slide_box {
    width: 100%;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #717171;
    background-color: #e8e8e8;
    border: none;
    margin: 30px auto;
}

#slide_xbox {
    width: 50px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    background: #0090b3;
}
.main-content .icheck-danger > input:first-child:checked + label::before, .icheck-danger > input:first-child:checked + input[type="hidden"] + label::before{
    background-color: #0090b3;
    border-color: #0090b3;
}
.main-content .icheck-danger > input:first-child:checked + label::before, .icheck-danger > input:first-child:checked + input[type="hidden"] + label::before{
    background-color: #0090b3;
    border-color: #0090b3;
}
.main-content .icheck-danger > input:first-child:not(:checked):not(:disabled):hover + label::before, .icheck-danger > input:first-child:not(:checked):not(:disabled):hover + input[type="hidden"] + label::before{
    border-color: #0090b3;
}
.main-content [class*="icheck-"] > input:first-child:checked + label::after, [class*="icheck-"] > input:first-child:checked + input[type="hidden"] + label::after{
    top: 0px;
}
#btn {
    cursor: pointer;
    width: 50px;
    height: 42px;
    background-color: #fff;
    float: right;
    -webkit-box-shadow: 0px 0px 15px 0px #ddd;
    -moz-box-shadow: 0px 0px 15px 0px #ddd;
    box-shadow: 0px 0px 15px 0px #ddd;
    color: #8a8c97;
}

#btn > .iconfont {
    font-size: 20px;
}
.login,.register,.next,.submit{
    display: block;
    margin: 0px auto;
    width: 270px;
    height: 45px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    border-radius: 23px;
    transition: all .2s;
    background: #0090b3;
    background: -moz-linear-gradient(left, rgba(0, 155, 192, 0.8) 0, #0090b3 100%);
    background: -webkit-gradient(linear, left, right, color-stop(0, rgba(0, 155, 192, 0.8)), color-stop(100%, #0090b3));
    background: -webkit-linear-gradient(left, rgba(0, 155, 192, 0.8) 0, #0090b3 100%);
    background: -o-linear-gradient(left, rgba(0, 155, 192, 0.8) 0, #0090b3 100%);
    background: -ms-linear-gradient(left, rgba(0, 155, 192, 0.8) 0, #0090b3 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 155, 192, 0.8)), to(#0090b3));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 155, 192, 0.8)rgba(0, 155, 192, 0.8)), to(#0090b3));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 155, 192, 0.8)), to(#0090b3));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 155, 192, 0.8)), to(#0090b3));
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 155, 192, 0.8)), to(#0090b3));
    background: linear-gradient(to right, rgba(0, 155, 192, 0.8) 0, #0090b3 100%);
}
.login{
    margin-top: 10px;
}
.register{
    margin-top: 30px;
}
.login:hover,.register:hover,.next:hover,.submit:hover{
    color: white;
    opacity: .9;
}
#loginbox{
    width: 100%;
    height: 100%;
}
.re-box .slogan{
    width: 100%;
    margin: 0;
    padding-top: 10px;
}
.re-box .slogan:before{
    display: none;
}
.re-box .slogan:after{
    display: none;
}
.login_question{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.login_question .go_reg{
    float: left;
    font-size: 14px;
}
.go_reg:hover{
    text-decoration: underline;
}
.login_question .forget{
    float: right;
    font-size: 14px;
    color: red;
}
.re-box label{
    border: none;
    width: auto;
    padding: 0;
}
.re-box label:hover{
    border: none;
}
.vocation_content{
    height: auto;
    background: white;
}

.page-list{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
.page-list li{
    display: inline-block;
    line-height: 40px;
    margin: 10px;
}
.page-list li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    color:white;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    color: #3c3c3c;
    border: 1px solid #8c8b8b ;
}
.page-list li a img{
    width: 60%;
}
.page-list li a:hover{
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 144, 179, 0.42);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0, 144, 179, 0.42);
    box-shadow: 1px 1px 5px 1px rgba(0, 144, 179, 0.42);
}
.max-next,.max-prev {
    font-weight: 600;
}
.page-list li .onpage{
    background: rgba(69, 159, 253, 0.74);
    color: white;
    border-color: white;
}
.page-list li .onpage:hover{
    box-shadow: none;
}
@media only screen and (max-width:1440px){
    .menu-list{
        width: 60%;
    }
    .menu-list>li{
        width: 17%;
    }
}

/*滚动条样式*/
body::-webkit-scrollbar {/*滚动条整体样式*/
    width: 15px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 15px;
}
body::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(189, 189, 189, 1);
    background: rgba(189, 189, 189,1);
}
body::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}


