html{margin: 0px;padding: 0px;}
body,ul,h1,h2,h3,h4,h5,h6{margin: 0px;padding: 0px;font-family: "Microsoft YaHei";}
img{border: 0px;}
body{
    background-color: #ffffff;
}
::-webkit-scrollbar{
    width: 0px;
}
.w1200{width: 1200px;margin: 0 auto;}
/*地址选择*/
a,a:link,a:visited,a:hover,a:active{border:0;text-decoration:none !important;}
em{font-style:normal;}
ol, ul{list-style:none outside none;padding:0;margin:0;}
.single{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.single_2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.single_3{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.single_4{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;
    overflow: hidden;
}
.single_5{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
}
.container {
    width: 1200px !important;
    padding-right:0px !important;
    padding-left: 0px !important;
}
.logo_main{
    width: 100%;
    height: 160px;
    background-color: #90000a;
}
.logo_main .w1200{
    display: flex;
    align-items: center;
    height: 100%;
}
.logo_main .w1200 .logo{
    height: 100%;
    display: flex;
    align-items: center;
}
.logo_main .w1200 .logo img{
    height: 70px;
}
.logo_main .w1200 .info_title{
    margin-left: 15px;
    height: 78px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    letter-spacing: 3px;
    line-height: 28px;
    padding-left: 30px;
    width: 20%;
}
.logo_main .w1200 .info_title:after{
    content: '';
    width: 2px;
    height: 48px;
    background-color: #ffffff;
    position: absolute;
    left: -1px;
    top: 16px;
    z-index: 99;
}
.logo_main .w1200 .info_title span{
    display: flex;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
}
.login_info{
    width: 100%;
    position: relative;
    background: url("../images/bg.jpg") center no-repeat;
    background-size: 100% auto;
    height: 650px;
}
.login_info .bg{
    width: 100%;
}
.login_info .main_form{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
}
.login_info .main_form .w1200{
    display: inline-flex;
    margin-top: 60px;
    align-items: flex-start;
}
.login_info .info_main{
    margin-left: auto;
    margin-right: 180px;
    width: 400px;
    background-color: rgba(255,255,255,0.7);
}
.login_info .info_main .title_nav{
    height: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.login_info .info_main .title_nav .item{
    width: 50%;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fa0000;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
}
.login_info .info_main .title_nav .item.active{
    background-color: #9c9b9e;
    color: #ffffff;
}
.login_info .info_main .form{
    width: 95%;
    margin: 30px auto 70px;
}
.login_info .info_main .form .item{
    height: 40px;
    padding: 5px 0px;
    display: flex;
    align-items: center;
}
.login_info .info_main .form .item label{
    display: inline-flex;
    width: 30%;
    height: 40px;
    justify-content: flex-end;
    flex-wrap: wrap;
    line-height: 20px;
    font-size: 12px;
    color: #000000;
    margin-right: 3%;
    font-weight: bold;
}
.login_info .info_main .form .item label span{
    display: inline-block;
    line-height: 20px;
    color: #fa0000;
    text-align: right;
    font-weight: bold;
    width: 100%;
}
.login_info .info_main .form .item .input{
    width: 67%;
    display: flex;
    height: 40px;
    align-items: center;
}
.login_info .info_main .form .item .input input{
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #fa0000;
    background-color: #ffffff;
    line-height: 30px;
    outline: none;
    border-radius: 5px;
    padding: 0px 5px;
    font-size: 13px;
    color: #000000;
}
.login_info .info_main .form .item .input .w90{
    width: 90%;
}
.login_info .info_main .form .item .input .w20{
    width: 30%;
}
.login_info .info_main .form .item  .code{
    display: inline-flex;
    height: 30px;
    align-items: center;
}
.login_info .info_main .form .item  .code img{
    height: 30px;
}
.login_info .info_main .form  .btn{
    margin-top: 20px;
    text-align: center;
}
.login_info .info_main .form  .btn button{
    height: 50px;
    border-radius: 5px;
    background-color: #fa0000;
    color: #ffffff;
    font-size: 16px;
    border: 0px;
    outline: none;
    width: 50%;
    margin-bottom: 30px;
    cursor: pointer;
}
.login_info .info_main .form  .note{
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #fa0000;
}
.login_info .info_main .form  .note a{
    display: inline-block;
    cursor: pointer;
}
.footer{
    width: 100%;
    padding: 20px 0px 50px;
}
.footer .w1200{
    display: flex;
    justify-content: space-between;
}
.footer .w1200 .font_info{
    line-height: 30px;
    font-size: 16px;
    color: #000000;
}
.footer .w1200 .font_info .address{
    margin-top: 10px;
    margin-bottom: 20px;
}
.footer .w1200 .font_info .copy a{
    font-size: 18px;
    color: #410aec;
    margin-left: 15px;
}
.footer .w1200 .webchat img{
    width: 120px;
}
.footer .w1200 .webchat span{
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    display: flex;
    color: #000000;
}
.logo_main .right_info{
    text-align: right;
    display: block;
    height: 100%;
    /*margin-left: auto;*/
}
.logo_main .right_info .returnHome{
    padding: 0 0 0 16px;
    margin: 10px 10px 45px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    display: block;
}
.logo_main .right_info .returnHome img,.logo_main .right_info .person img{
    width: 15px;
    margin-right: 5px;
}
.logo_main .right_info .person{
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    display: block;
}
.logo_main .right_info .btn_more{
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
}
.logo_main .right_info .btn_more a{
    cursor: pointer;
    color: white;
}
.apply_list{
    padding-top: 140px;
    padding-bottom: 200px;
}
.apply_list .w1200{
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply_list .w1200 .item{
    display: inline-block;
    cursor: pointer;
    margin: 0px 130px;
}
.apply_list .w1200 .item img{
    width: 130px;
}
.apply_list .w1200 .item span{
    margin-top: 20px;
    color: -webkit-link;
    text-align: center;
    display: block;
    font-size: 14px;
    width: 100%;
    line-height: 20px;
}
.footer2 .font_info{
    width: 100%;
}
.footer2 .font_info .copy{
    text-align: center;
}
.agreement_info{
    width: 100%;
}
.agreement_info .font{
    line-height: 30px;
    font-size: 16px;
    color: #000000;
}
.agreement_info .font .title{
    padding: 20px 0px 30px;
}
.agreement_info .imsure{
    letter-spacing: 0px;
    color: #000;
    font-size: 11pt;
    line-height: 30px;
    margin-top: 90px;
}
.agreement_info .btn{
    margin: 30px auto 70px auto;
    text-align: center;
}
.agreement_info .btn .cen-but{
    color:#FFFFFF;background-color:#0093DD;border:none;font-weight: normal;
    transition:background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    box-shadow:2px 3px 1px -1px rgba(0,0,0,0.25);
    -webkit-box-shadow:2px 3px 1px -1px rgba(0,0,0,0.25);
    display:inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
}
.student_sort{
    width: 100%;

}
.student_sort .note{
    background-Color: #D3ECF1;
    Border: 1px #CAE2E4 solid;
    color: #194E5C;
    padding: 5px 10px;
    line-height: 24px;
    font-weight: bold;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    font-size: 12px;
    margin: 40px 0px;
}
.show-pal{
    height: auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.show-pal  .li-1 {
    background: url(../images/sort-2-1.png) 8px 10px no-repeat #FFFFFF;
    padding: 15px 10px 13px 50px;
    line-height: 20px;
    width: 390px;
    height: 190px;
    float: left;
    margin: 15px;
    display: inline-block;
    text-decoration: none;
    cursor: default;
    font-size: 12px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
    -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
    overflow: hidden;
}
.show-pal  .li-1 .bold {
    display: inline-block;
    font-size: 12pt;
    font-weight: bold;
    color: #222222;
    padding-bottom: 10px;
}
.show-pal  .li-1  a.left_a {
    color: #0093DD;
    width: 48%;
}
.show-pal  .li-1  a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background-color: #FFFFFF;
    padding: 0px 15px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}
.show-pal  .li-1:hover{min-height:190px;height:auto;color:#000000;background-color:#F0F9FF;z-index:9999;
    box-shadow:1px 1px 2px 1px rgba(0,0,0,0.25);
    -webkit-box-shadow:1px 1px 2px 1px rgba(0,0,0,0.25);}
.show-pal  .li-1:hover a{background-color:#007ACC;color:#FFFFFF;box-shadow:0px 2px 1px -1px rgba(0,0,0,0.25);}
.order_List{
    padding: 30px 0px 70px;
}
.order_List .apply_btn{
    color:#FFFFFF;background-color:#0093DD;border:none;font-weight: normal;
    transition:background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    box-shadow:2px 3px 1px -1px rgba(0,0,0,0.25);
    -webkit-box-shadow:2px 3px 1px -1px rgba(0,0,0,0.25);
    display:inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
}
.main_list {
    margin-top: 15px;
}
.main_list .title{
    color:#FFFFFF;background-color:#0093DD;border:none;font-weight: normal;
    transition:background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    display:block;
    height: 40px;
    line-height: 40px;
    padding: 0 22px;
}
.main_list table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.main_list table thead th{
    height: 80px;
    font-size: 14px;
    color: #000000;
    background-color: rgb(198,212,228);
}
.main_list table tbody td{
    text-align: center;
    font-size: 12px;
    color: #666666;
    height: 40px;
    border: #D4D4D4 1px solid;
}
.main_list table tbody td a{
    color: -webkit-link;
    margin: 0px 5px;
    cursor: pointer;
}
.apply_form{
    width: 100%;
}
.apply_form .form{
    width: 100%;
}
.apply_form .form .tilte{
    color:#FFFFFF;background-color:#0093DD;border:none;font-weight: normal;
    transition:background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    box-shadow:2px 3px 1px -1px rgba(0,0,0,0.25);
    -webkit-box-shadow:2px 3px 1px -1px rgba(0,0,0,0.25);
    display:inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
    margin: 30px 0px 4px;
}
.apply_form .form .input_main table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.apply_form .form .input_main table td{
    text-align: right;
    font-size: 14px;
    color: #666666;
    min-height: 50px;
    border: #D4D4D4 1px solid;
    padding: 5px 10px 5px 0px;
}
.apply_form .form .input_main .redstar{
    color: #fa0000;
}
.apply_form .form .input_main table th{
    font-size: 14px;
    text-align: center;
    color: #666666;
    height: 50px;
    border: #D4D4D4 1px solid;
}
.apply_form .form .input_main table input{
    padding: 0px 10px;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
}
.apply_form .form .input_main table input[type='radio']{
    width: 15px;
    height: 15px;
}
.apply_form .form .input_main table td label{
    float: left;
}
.apply_form .form .input_main table select{
    padding: 0px 10px;
    float: left;
    height: 40px;
    line-height: 40px;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
    margin-left: 10px;
    width: 100%;
    outline: none;
    font-size: 14px;
    color: #333333;
}
.apply_form .form .note{
    line-height: 30px;
    font-size: 14px;
    color: #333333;
    margin-top: 30px;
    padding-bottom: 30px;
}
.apply_form .form .btn{
    text-align: center;
}
.apply_form .form .btn button{
    color:#FFFFFF;background-color:#0093DD;border:none;font-weight: normal;
    transition:background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    box-shadow:2px 3px 1px -1px rgba(0,0,0,0.25);
    -webkit-box-shadow:2px 3px 1px -1px rgba(0,0,0,0.25);
    display:inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
}
.apply_form .form .input_main .btn{
    margin-top: 20px;
    border: 1px dashed #0093DD;
    width: 100%;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 15px;
    color: #0093DD;
}
@media (max-width: 1200px){
    .w1200{
        width: 96%;
        margin: 0 auto;
    }
}
@media (max-width: 1100px){
    .logo_main .w1200 .info_title {
        font-size: 20px;
        margin-left: 20px;
        padding-left: 20px
    }
    .logo_main .w1200 .info_title span {
        font-size: 14px;
    }
}
@media (max-width: 1000px){
    .logo_main .w1200 .info_title {
        font-size: 18px;
        width: 25%;
    }
    .logo_main .w1200 .info_title span {
        font-size: 12px;
    }

}
@media (max-width: 900px){

}
@media (max-width: 850px){
    .logo_main .w1200 .info_title {
        display: none;
    }
}
@media (max-width:767px){
    .login_info{
        background-size:auto 100%;
    }
    .logo_main {
        height: 70px;
    }
    .logo_main .w1200 .logo img {
        height: 36px;
    }
    .logo_main .right_info {
        display: none;
    }
    .apply_form .form {
        margin: 10px 0px 20px;
    }
    .apply_form .form .tilte{
        margin: 15px 0px 20px;
    }
    .apply_form .form .input_main table td{
        box-sizing: border-box;
        padding: 10px 0px;
        font-size: 12px;
    }
    .apply_form .form .input_main table input,    .apply_form .form .input_main table select{
        width: 90% !important;
        margin: 0 5%;
    }
    .apply_form .form .input_main table input[type='radio']{
        width: 15px !important;
    }
    .footer .w1200 .font_info {
        line-height: 25px;
        font-size: 12px;
        color: #000000;
    }
    .footer .w1200 .font_info .copy a {
        font-size: 13px;
    }
    .login_info .bg {
        width: 283%;
    }
    .login_info .info_main {
        margin-right: auto;
        width: 100%;
    }
    .footer .webchat{
        display: none;
    }
    .main_list table tbody td,.main_list table thead th{
        min-width: 150px;
    }
    .main_list{
        overflow-x: auto;
    }
    .main_list .title{
        width: 1011px;
    }
    .apply_list .w1200 .item {
        margin: 0px 15px;
    }
    .apply_list {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .show-pal .li-1{
        width: auto;
    }
    .show-pal .li-1{
        min-height: 190px;
        height: auto;
        color: #000000;
        background-color: #F0F9FF;
        z-index: 9999;
        box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
        -webkit-box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.25);
    }
    .show-pal .li-1 a {
        background-color: #007ACC;
        color: #FFFFFF !important;
        box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.25);
        width: 78% !important;
        margin: 10px 0px;
    }
}

#main,.main{width: 100%;height:900px;min-height:800px;margin-left: 100px}
.main .btn{
    text-align: center;
}
.main .btn .cen-but{
    color:#FFFFFF;
    background-color:#0093DD;
    border:none;
    font-weight: normal;
    display:inline-block;
    width: 100px;
    height: 28px;
    line-height: 28px;
    padding: 0 22px;
    cursor:pointer;
}
/*------- 左侧步骤提示 -------*/
#tips-pal{margin:0px;width:250px;float:left;cursor:pointer;font-size:12px;}
#tips-pal .tit{color:#0093DD;text-align:center;line-height:31px;height:31px;background: url(../images/tips-tit.gif) no-repeat 0px 0px;font-weight:bolder;}
#tips-pal .txt{line-height:20px;border:2px #0093DD solid;background:#FFFFFF;color:#000000; font-size:12px; box-shadow:0px 4px 2px -2px rgba(0,147,221,0.25);-webkit-box-shadow:0px 4px 2px -2px rgba(0,147,221,0.25);margin-top:20px;padding:8px 10px;}
#tips-pal .menu{border:#cbc7b8 1px solid;width:248px;border-bottom:none;box-shadow:0px 4px 2px -2px rgba(0,147,221,0.25);-webkit-box-shadow:0px 4px 2px -2px rgba(0,147,221,0.25);}
#tips-pal .menu li{display:block;text-align:left;border-bottom:#cbc7b8 1px solid;padding:8px 2px 8px 8px;background:url(../images/tips-li.gif) #fff no-repeat 0px 0px; color:#666;}
#tips-pal li.li-h{border-bottom:#0093DD 3px solid;color:#0093DD;font-weight:bolder;}
#tips-pal li.li-h a{color:#0093DD;font-weight:bolder;}
#tips-pal li:hover, #tips-pal li a:hover{color:#FF6600;font-weight:bolder;}
#tips-pal,#nav-pal{_height:550px;min-height:550px;}
#nav-pal{width:calc(100% - 480px);float:right;font-size:12px;margin-right: 180px}

