html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    color: #676a6c;
    /*font-size: 13px;*/
    font-weight: normal;
    /* font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; */
    /* vertical-align: baseline; */
}
#Validform_msg{
    display: none !important;
}
.banner,.banner img{
    width: 100%;
    height: 404px;
}
.banner_cont{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.banner_list{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}
.ft-carousel {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ft-carousel .carousel-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.ft-carousel .carousel-inner .carousel-item {
    float: left;
    height: 100%;
}

.ft-carousel .carousel-item img {
    width: 100%;
}

.ft-carousel .carousel-indicators {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    text-align: center;
    font-size: 0;
}

.ft-carousel .carousel-indicators span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 4px;
    border-radius: 50%;
    cursor: pointer;
}
.carousel-btn{
    width: 50px;
    height: 86px;
    display: block;
    position:absolute;
    top:50%;
    margin-top:-43px;
    cursor:pointer;
    
}
.carousel-prev-btn{
    background:url(../image/lef.png) no-repeat;
    left:10px;
}
.carousel-prev-btn:hover{
    background:url(../image/lef_1.png) no-repeat;
}
.carousel-next-btn{
    background:url(../image/rig.png) no-repeat;
    right: 10px;
}
.carousel-next-btn:hover{
    background:url(../image/rig_1.png) no-repeat;
}
.main_warp{
    width: 100%;
}
.main_warp .main{
    width: 1200px;
    margin:0 auto;
}
.list{
    width: 1200px;
    margin:0 auto;
}
.list ul li{
    width: 300px;
    height: 320px;
    background:#fff;
    float: left;
    margin:40px 49px;
    text-align: center;
    cursor:pointer;
}
.list ul li:hover a,.list ul li:hover h3,.list ul li:hover p,.list ul li:hover::after,.list ul li:hover::before{
    color:#0058a8;
}
.list ul li:hover a{
    border-color:#0058a8;
}
.list_img{
    width: 113px;
    height: 113px;
    border-radius:50%;
    background:#005bb5;
    margin:16px auto 0px;
    text-align: center;
    line-height:113px;
}
.list ul li p{
    margin-top:33px;
}
.list ul li>span{
    margin-top:11px;
    color:#7f7f7f;
    font-size:14px;
    display: block;
}

.index_cont{
    padding-top:50px;
}
.cont_left{
    width: 600px;
    height: 188px;
    overflow:hidden;
    margin-top:73px;
}
.new_tit h4{
    font-size:17px;
    color:#000000;
    font-weight: normal;
    margin-left: 12px;
    margin-bottom: 10px;
}
.new_tit i{
    width: 100%;
    height: 4px;
    background:url(http://www.amosta.org.cn/Front/img/new_bg.png) no-repeat;
    display: block;
}
.new_list ul li{
    font-size:14px;
    color:#7e7e7e;
    margin-top:19px;
}
.new_list ul li i{
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius:50%;
    background:#cfcfcf;
    margin-right:12px;
    margin-bottom:2px;
}
.new_list ul li:hover{
    color:#03215d;
}
.new_list ul li:hover i{
    background:#0ccdbc;
}
.cont_right{
    width: 480px;
    height: 375px;
    background:#f8f8f8;
}
.right_tit{
    margin:66px auto 0px;
    text-align: center;
    font-size: 20px;
    color:#315a90;
}
.right_tit span{
    height: 30px;
    display: inline-block;
    cursor:pointer;
}
.right_sh{
    margin-top:27px;
    padding: 0px 23px;
}
.right_sh>div{
    display: none;
}
.right_sh .show_s{
    display: block;
}
.input_name{
    height: 38px;
    width: 100%;
    border-bottom:2px solid #1f5071;
    margin-bottom:36px;
}
.input_name input{
    height: 20px;
    border:none;
    outline:none;
    width: 100%;
    margin-top:4px;
    margin-left:10px;
    background:#f8f8f8;
}
.input_sub{
    width: 100%;
    text-align: center;
}
.input_sub button{
    margin:0 auto;
    width: 148px;
    height: 44px;
    border:0;
    outline:none;
    border-radius:4px;
    background:#3990d5;
    color:#fff;
    display: block;
    cursor:pointer;
}
.input_sub span{
    margin-top:12px;
    display: block;
    font-size:14px;
    color:#b7b7b7;
}


.news{
    width: 100%;
    margin-top:16px;
}
.crumbs a{
    color:#23be9f;
    margin-right:8px;
}
.crumbs a:hover{
    border-bottom:1px solid #23be9f;
}
.crumbs_img{
    margin-right:12px;
}
.crumbs span:last-child{
    margin-left:8px;
}
.news_cont{
    margin-top:52px;
}
.news_cont .news_left{
    border-right: 1px solid #e5e5e5;
    min-height:610px;
}
.left_tit{
    height: 46px;
    font: 24px/24px Microsoft Yahei;
    color: #404040;
}
// .left_tit p{
//     font-size:20px;
//     font-weight:bold;
//     color:#313131;
//     margin-left:38px;
// }
// .left_list{
//     width: 222px;
//     background:#fff;
//     border:2px solid #e1e1e1;
//     margin:0 auto;
//     margin-bottom:10px;
//     padding-bottom:10px;
// }
.left_list li{
    min-width: 140px;
    height: 46px;
    overflow: hidden;
    text-align: center;
    font: 18px/46px Microsoft Yahei;
    cursor: pointer;
    line-height:46px;
}
.left_list li:hover{
    background:#e9e9e9;
}

.left_list li p{
    font: 18px/46px Microsoft Yahei;
}
    .left_list li .p_active {
        background: #e1ebf5;
        color: #fff;
    }

.arrow{
    opacity: 0;
}
.p_active .arrow{
    position:absolute;
    right:33px;
    opacity:1;
}
.right_list{
    width: 83%;
    margin-left:59px;
}
.right_title{
    font-size:19px;
    font-weight:bold;
}
.right_title .rig{
    color:#1e2956;
}
.right_title .last{
    color:#17cfb3;
}
.news_list li{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
    background:#fff;
    height: 132px;
}
.news_list li:hover{
    background:#f8f8f8;
}
.li_left{
    width: 242px;
    height: 132px;
    margin-right:15px;
}
.li_right{
    overflow:hidden;
}
.li_right p{
    color: #888;
    font: 14px/20px Sim sun;
    line-height:20px;
}
.more{
    margin-top:75px;
    font-size:14px;
}
.more a{
    margin-right:5px;
    color:#9f9f9f;
}
.more i img{
    margin-bottom:2px;
}
.tit{
    font: 26px/30px Microsoft Yahei;
    min-height: 40px;
    padding-bottom: 10px;
}
    .tit a {
        color: #323433;

    }
.tit a:hover{
    color:#f33;
}
.tit:hover{
    color:#f33;
}
.paging{
    margin-top:78px;
    margin-bottom:168px;
}
.right_list>div{
    display: none;
}
.right_list .r_show{
    display: block;
}
.cont_tit{
    text-align: center;
}
.cont_tit h2{
    font-size: 40px;
    margin-bottom: 30px;
    font-weight:normal;
}
.cont_tit img{
    vertical-align: top;
}
.cont_tit p{
    font-size: 18px;
    color: #9b9b9b;
    margin: 10px auto 60px;
}
.con{
    width: 1200px;
    margin:0 auto;
}
.con ul {
    width: 50%;
    margin: 45px 0 0 50px;
    height: 370px;
    overflow:hidden;
}
.con ul li {
    margin-bottom: 24px;
}
.con ul li img{
    vertical-align: top;
}
.con ul p {
    width: 86%;
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 14px;
    font-size: 22px;
    color: #323237;
    text-align: left;
    margin: 10px 0 0 26px;
}
.index_cont p{
    text-align: center;
    margin-bottom:70px;
}
.link_a a{
    display: inline-block;
    border: 1px solid #999;
    color: #999;
    font-size: 18px;
    width: 300px;
    height: 52px;
    line-height: 50px;
    border-radius: 26px;
    position: relative;
}
.link_a a span {
    display: inline-block;
    position: absolute;
    z-index: 10;
    width: 300px;
    height: 52px;
    left: 0;
    top: 0;
}
.link_a a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 26px;
    background: #3990d5;
    transform: scale(0.1, 1);
    transition: 0.4s;
    opacity: 0;
}
.link_a a:hover{
    color: #fff;
    *background:#3990d5;
    border:1px solid #fff;
}
.link_a a:hover:after{
    transform: scale(1);
    transition: 0.4s;
    opacity: 1;
 }
 .bg1{
    width: 100%;
    background:#009fb9;
 }
 .apply{
    color:#fff;
 }
 .apply h3{
    margin-top:50px;
    display: inline-block;
    font-size: 30px;
    position:relative;
    color:#009fb9;
 }
.apply p {
    padding: 20px 40px 30px;
    font-size: 16px;
    color:#009fb9;
}
.apply a {
    border: 1px solid #009fb9;
    display: inline-block;
    width: 130px;
    height: 42px;
    line-height: 40px;
    border-radius: 4px;
    font-size: 18px;
    color: #009fb9;
}
.change_tit{
    padding-top:40px;

}
.change_tit h2{
    color:#fff;
}
.change_tit p{
    color:#fff;
}
.apply h3:after,.apply h3:before{
    content: '';
    display: block;
    position: absolute;
    top:23px;
    width: 30px;
    height: 1px;
    background: #009fb9;
}
.apply h3:before{
    left: -40px;
}
.apply h3:after{
    right: -40px;
}
.li_right .showTime{
    color:#bbb;
    margin-bottom:8px;
}

.aside{
    width: 240px;
    max-height: calc(100% - 172px);
    margin-right:40px;
    margin-bottom:40px;
}
.m-drawer .drawer_hd {
    position: relative;
    height: 42px;
    line-height: 42px;
    padding-left: 16px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
    transition: all 0.3s ease-out;
    font-weight: bold;
    background-color: #f7fafc;
}
.m-drawer .drawer_hd .u-category {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 14px;
    height: 11px;
    background: url(../image/add.png) no-repeat
}
.category {
    display: block;
    position: absolute;
    top: 16px;
    right: 20px;
    width: 14px;
    height: 11px;
    background: url(http://www.amosta.org.cn/Front/img/down.png) no-repeat;
    background-position: 0 -514px
}

.n-drawer{
    border-top: 1px solid #ededf0;
    font-weight:normal !important;
}
.aside .z-open{
    border-top: 1px solid #ededf0;
    background-color: #f7fafc;
}
.z-open li {
    line-height: 46px;
}
.z-open li p{
    width: 100%;
    text-indent: 28px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    cursor:pointer;
}
.z-open li p:hover{
    color: #236bfa;
}
.z-open li .z-cur{
    color: #236bfa;
    background: #e1ebf5;
}
.cont-wrap{
    width: 72%;
}
.show_tit{
    width: 100%;
    border-bottom: 1px solid #e1e3e5;
    margin-bottom:10px;
}
.cont-wrap .r_show .show_tit h4{
    font-family: "PingFangSC-Regular","MicroSoft Yahei",sans-serif;
    display: inline-block;
    margin-top: 1px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 1;
    color: #333;
    font-weight:normal;
}
.cont-wrap .r_show{
    font-size:14px;
    color:#666;
    padding-bottom:20px;
    min-height:500px;
}
.cont-wrap .r_show p span{
    font-size:16px !important;
    color:#666 !important;
    font-family: "PingFangSC-Regular","MicroSoft Yahei",sans-serif !important;
    line-height:28px !important;
}
.cont-wrap .r_show div{
    line-height:28px;
    font-size:16px;
}
/*头部样式 -------------Start---------------*/
.xubox_layer {
    display: none;
    width: 900px;
    height: 505px;
    margin-left: -450px;
    /*top: 99.5px;*/
    margin-top: -252.5px;
    left: 50%;
    top: 50%;
    z-index: 10000;
    position: fixed;
    transition: all .3s;
}

.header {
    width: 100%;
}

    .header .header_tit {
        width: 100%;
        height: 30px;
        background: #f5f5f5;
    }

.header_tit .tit_cont {
    width: 1200px;
    margin: 0 auto;
}

.tit_cont span i img {
    margin-bottom: 2px;
}

.tit_cont > span {
    font-size: 12px;
    margin-top: 7px;
    display: inline-block;
}

    .tit_cont > span i {
        margin-right: 5px;
    }

.tit_cont .head_tel {
    margin-right: 58px;
}

.collection {
    cursor: pointer;
}

.header .head {
    width: 1200px;
    margin: 0 auto;
    height: 135px;
}

.head img {
    margin-top: 14px;
}

.head .login {
    margin-top: 44px;
    width: 90px;
    height: 38px;
    background: #3990d5;
    border: 0;
    outline: none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}

    .head .login:hover {
        background: #0058a8;
    }

.header .navs {
    width: 100%;
    height: 66px;
    background: #0058a8;
}

.navs ul {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

    .navs ul li {
        width: 11%;
        line-height: 66px;
        border-left: 1px solid #fff;
        position: relative;
        float: left;
    }

    .navs ul .last {
        border-right: 1px solid #fff;
    }

.navs > ul > li > a {
    color: #fff;
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: block;
}

.navs ul li:hover {
    background: #3890d7;
    cursor: pointer;
}

.gly, .examinee {
    margin-top: 57px;
}

    .gly img, .examinee img {
        margin-top: 0;
    }

    .gly .login1, .examinee .login1 {
        margin-right: 40px;
    }

    .gly a i, .examinee a i {
        margin-right: 4px;
    }

    .gly a, .examinee a {
        font-size: 16px;
    }

.fadeBox {
    width: 170px;
    position: absolute;
    top: 80px;
    left: -2px;
    text-align: center;
    z-index: 9999;
    background: #0058a8;
    border-top: 2px solid #fff;
}

    .fadeBox span {
        width: 168px;
        height: 68px;
        display: block;
        border-left: 2px solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        color: #fff;
        line-height: 70px;
    }

        .fadeBox span:hover {
            background: #3890d7;
        }

            .fadeBox span:hover a {
                color: #fff !important;
            }

    .fadeBox > span > a {
        color: #fff;
    }

.nav-posi {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 2px 6px 10px #cdcdcd;
    -ms-box-show: 2px 6px 10px #cdcdcd;
}

.navs_dian {
    width: 100%;
    height: 66px;
    background: #fff;
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.navToggle {
    position: relative;
}

    .navToggle:hover .toggleBox {
        display: block;
    }

.toggleBox {
    width: 100%;
    display: none;
    position: absolute;
    top: 66px;
    left: 0;
    z-index: 999;
}

    .toggleBox a {
        width: 100%;
        display: block;
        background: #4aafff;
        border-top: 1px solid #fff;
    }

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}
/*头部样式 -------------End---------------*/

/*底部样式 -------------Start---------------*/
.footer {
    width: 100%;
    background: #f0f0f0;
    text-align: center;
    color: #666;
    font-size: 14px;
}

    .footer .p1 {
        padding-top: 36px;
        line-height: 32px;
        padding-bottom: 36px;
    }

        .footer .p1 span {
            margin-left: 35px;
        }

    .footer .p2 {
        margin-top: 32px;
        padding-bottom: 36px;
        line-height: 32px;
    }

    .footer .p1_c {
        color: #333;
        font-size: 18px;
    }

.gh {
    color: #333;
}

    .gh > a > i {
        margin-right: 6px;
    }

        .gh > a > i > img {
            width: 24px;
            height: 24px;
        }
/*底部样式 -------------End---------------*/