html,
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
    outline: none;
}

body,
html {
    width: 100%;
    height: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    color: #555;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:hover {
    color: #ff6600;
}

ul,
li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

input,
select,
textarea,
button {
    font-size: 100%;
    font-family: inherit;
    border: none;
}

body {
    font-size: 16px;
    line-height: 30px;
    color: #555;
    font-family: "NotoSansHans Light", "Source Han Sans", "PingFang SC", "Microsoft YaHei", "Arial";
    background: #fff;
}

.clearfix:after {
    display: block;
    content: "$";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: normal;
}
.screen-page{
    display: none;
}



@media screen and (orientation: portrait) {
    /*竖屏 css*/
    .screen-page{
        display: none;
    }
}
@media screen and (orientation: landscape) {
    /*横屏 css*/
    .screen-page{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
    }
    .screen-page img{
        display: block;
        width: 100%;
    }
}


body {
    /* overflow-x: hidden; */
    background: #fff;
}

.page-cen {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.navbar-header{
    background: #1386a8;
}
.navbar-header-cen{
    padding: 0 120px;
}

.header-logo{
    float: left;
    margin-top: 18px;
    display: none;
}
.header-logo img{
    width: 160px;
}
.header-nav{
    float: right;
    line-height: 90px;
}
.header-nav ul{
    float: left;
}
.header-nav ul li{
    float: left;
    
}
.header-nav ul li a{
    font-size: 16px;
    color: #fff;
    display: block;
    padding:  0 30px;
}
.header-nav ul li:hover a{
   background: #24b8ba;
}
.zhongying{
    float: left;
    margin-left: 20px;
}
.zhongying .btn{
    float: left;
}
.zhongying .btn a{
    font-size: 16px;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #fff;
    
}
.zhongying .btn1 a{
    border-radius: 0px 5px 5px 0px;
}
.zhongying .btn2 a{
    border-radius: 5px 0px 0px 5px;
}
.zhongying .btn1 a{
    color: #1386a8;
    background: #fff;
}


/* wrapper_main */
.wrapper_main{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.section_container_con{
    max-width: 1440px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
}
.home_section1{
    width: 100%;
    height: auto;
    min-height: 860px;
    background: url(../images/banner.jpg) no-repeat center center;
    background-size:cover;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.home_section1 .text_box{
    width: 100%;
    height: auto;
}
.home_section1 .text_box h1{
    width: 100%;
    height: auto;
    font-size: 60px;
    color: #005d79;
    line-height: 80px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 60px;
}
.home_section1 .text_box h1 br{
    display: none;
}
.home_section1 .text_box .text{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #4d4d4d;
    line-height: 40px;
    text-align: justify;
    font-weight: 400;
}
.home_section1 .text_box h3{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 60px;
    font-size: 26px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    font-weight: 600;
}

.home_section2{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 100px 0;
    box-sizing: border-box;
}
.home_section2_conter{
    width: 100%;
    height: auto;
}
.home_title_box{
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    box-sizing: border-box;
}
.home_title_box h2{
    width: 100%;
    height: auto;
    font-size: 32px;
    color: #005d79;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    position: relative;
    padding-bottom: 30px;
    box-sizing: border-box;
    letter-spacing: 2px;
}
.home_title_box h2::after{
    content: " ";
    width: 460px;
    height: 1px;
    background: #005d79;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -230px;
}
.home_section2_conter .text_box{
    max-width: 750px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: 24px;
    color: #333333;
    line-height: 40px;
    text-align: left;
    font-weight: 400;
    position: relative;
    letter-spacing: 1px;
}
.home_section2_conter .text_box p{
    padding-left: 125px;
    box-sizing: border-box;
    position: relative;
    margin: 30px 0;
}
.home_section2_conter .text_box p span{
    width: 125px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.home_section2_conter .text_box p:last-child{
    margin-bottom: 0;
}

.home_section3{
    width: 100%;
    height: auto;
    background: #1386a8;
    padding: 100px 0;
    box-sizing: border-box;
}

.home_section3_conter{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.home_section3_conter .item_box{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.home_section3_conter .item_box:last-child{
    margin-bottom: 0;
}
.home_section3_conter .home_title_box h2{
    color: #fff;
}
.home_section3_conter .home_title_box h2::after{
    background: #fff;
}
.home_section3_conter .item_box .text_box{
    width: 100%;
    height: auto;
}
.home_section3_conter .item_box .text_box ul li{
    float: left;
    width: 25%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0;
}
.home_section3_conter .item_box .text_box ul li h3{
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}
.home_section3_conter .item_box .text_box ul li p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}
.home_section3_conter .item_box1 .text_box ul li{
    width: 100%;
}
.home_section3_conter .item_box3 .text_box .more{
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4px;
}

.home_section4{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 100px 0;
    box-sizing: border-box;
}
.home_section4_conter{
    width: 100%;
    height: auto;
}
.home_section4_conter .item_box{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}
.home_section4_conter .item_box:last-child{
    margin-bottom: 0;
}
.home_section4_conter .item_box .text_box{
    width: 100%;
    height: auto;
}
.home_section4_conter .item_box .text_box h3{
    font-size: 32px;
    color: #333333;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
}

.home_section5{
    width: 100%;
    height: auto;
    background: #1386a8;
    padding: 100px 0;
    box-sizing: border-box;
}
.home_section5_conter{
    width: 100%;
    height: auto;
    position: relative;
}
.home_section5_conter .text_box{
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    text-align: left;
   
}
.home_section5_conter .text_box p{
    margin: 10px 0;
}
.home_section5_conter .text_box p.lx{
    letter-spacing: 1px;
}
.home_section5_conter .logo_box{
    width: 210px;
    height: 260px;
    background: url(../images/footer_logo.png) no-repeat center center;
    background-size:210px;
    position: absolute;
    top: -60px;
    right: 0;
    display: none;
}

.institution_page .home_section3{
    background: #fff;
}
.institution_page .home_section3_conter .home_title_box h2{
    color: #333;
}
.institution_page .home_section3_conter .home_title_box h2::after{
    background: #333;
}
.institution_page .home_section3_conter .item_box .text_box ul li h3{
    color: #333;
}
.institution_page .home_section3_conter .item_box .text_box ul li p{
    color: #666;
}
.institution_page .home_section3_conter .item_box3 .text_box .more{
    color: #666;
}



/* notice_page */
.notice_page{
    width: 100%;
    height: auto;
    padding: 100px 0;
    box-sizing: border-box;
    background: #fff;
}
.notice_content_box{
    width: 100%;
    height: auto;
    min-height: 600px;
    box-sizing: border-box;
    position: relative;
    padding-right: 400px;
    box-sizing: border-box;
}
.notice_content{
    width: 100%;
    height: auto;
    padding-right: 120px;
    box-sizing: border-box;
}
.notice_conter{
    width: 100%;
    height: auto;
}
.page_title_box{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 50px;
}
.page_title_box h2{
    width: 100%;
    height: auto;
    font-size: 32px;
    color: #005d79;
    line-height: 50px;
    text-align: left;
    font-weight: 600;
    position: relative;
    box-sizing: border-box;
    letter-spacing: 2px;
}
.notice_list_box{
    width: 100%;
    height: auto;
}
.notice_list_box ul li{
    float: left;
    width: 100%;
    height: auto;
    padding: 20px 10px;
    padding-right: 150px;
    box-sizing: border-box;
    border-bottom: 1px dashed #d8d8d8;
    position: relative;
}
.notice_list_box ul li:hover{
    background: #eee;
}
.notice_list_box ul li a{
    display: block;
}
/* .notice_list_box ul li:hover a{
    padding: 0 60px;
} */
.notice_list_box ul li .text_box{
    width: 100%;
    height: auto;
}
.notice_list_box ul li .text_box h3{
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #333;
    line-height: 30px;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
}
.notice_list_box ul li .text_box p{
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #989898;
    line-height: 30px;
    position: relative;
}
.notice_list_box ul li .more_box{
    width: auto;
    height: auto;
    position: absolute;
    top: 25px;
    right: 20px;
    background: url(../images/more_icon.png) no-repeat left center;
    background-size:20px;

    padding: 5px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 20px;
    color: #989898;
    line-height: 40px;
}
.download_page .notice_list_box ul li .more_box{
    background: url(../images/download_icon.png) no-repeat left center;
    background-size:20px;
}
.notice_sidebar_box{
    width: 400px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.notice_sidebar_box .time_box{
    width: 360px;
    height: 300px;
    background: url(../images/notice_sidebar_time_bj.png) no-repeat left center;
    background-size:100%;
    margin-bottom: 40px;
    position: relative;
}
.notice_sidebar_box .time_box h3{
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 75px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 40px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
.notice_sidebar_box .time_box h3 span{
    font-size: 120px;
    margin-right: 10px;
}
.notice_sidebar_box .time_box p{
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    box-sizing: border-box;
    font-size: 36px;
    color: #fff;
    line-height: 80px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 2px;
}
.notice_sidebar_box .text_box{
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    font-weight: 400;
}
.notice_sidebar_box .text_box p{
    padding-left: 40px;
    box-sizing: border-box;
    margin: 15px 0;
}
.notice_sidebar_box .text_box .p1{
     background: url(../images/time_icon1.png) no-repeat left center;
    background-size:30px;
}
.notice_sidebar_box .text_box .p2{
     background: url(../images/time_icon2.png) no-repeat left center;
    background-size:30px;
}
.notice_sidebar_box .text_box .p3{
     background: url(../images/time_icon3.png) no-repeat left center;
    background-size:30px;
}


.registration_page_pic{
    width: 100%;
    height: auto;
}

.registration_page_pic img{
    display: block;
    width: 100%;
    height: auto;
}


/* registration_page */
.registration_page{
    width: 100%;
    height: auto;
    padding: 60px 0;
    box-sizing: border-box;
    background: #f1f1f1;
}
.registration_page .section_container_con{
    max-width: 1200px;
}
.registration_content_box{
    width: 100%;
    height: auto;
    min-height: 600px;
    box-sizing: border-box;
    position: relative;
}
.registration_content_box .section_box{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 60px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.registration_content_box .section_box .title_box h3{
    width: 100%;
    height: auto;
    font-size: 32px;
    color: #333333;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.registration_section1 h1{
    width: 100%;
    height: auto;
    font-size: 46px;
    color: #005d79;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 4px;
    margin-bottom: 60px;
}
.registration_section1 .text_box{
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 50px;
}
.registration_section1 .table_box{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.registration_section1 .table_box table{
    width: 100%;
    height: auto;
    table-layout:fixed;
    margin-bottom: 20px;
}
.registration_section1 .table_box tbody{
    width: 100%;
    height: auto;
}
.registration_section1 .table_box table tr{
    width: 100%;
    height: auto;
}
.registration_section1 .table_box tbody tr td{
    width: auto;
    height: auto;
    padding: 10px 10px;
    box-sizing: border-box;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    background: #fff;
    border: 1px solid #333;
}
.registration_section1 .table_box tbody tr td:nth-child(2){
    background: #feecd2;
}
.registration_section1 .table_box tbody tr td:nth-child(3){
    background: #cceedf;
}


/* form_submit_box */
.form_submit_box{
    max-width: 700px;
    width: 100%;
    height: auto;
    padding-top: 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
.form_submit_box form{
    width: 100%;
    height: auto;
}
.form_submit_box .item_box{
    width: 100%;
    height: auto;
    min-height: 40px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 160px;
    padding-right: 50px;
    box-sizing: border-box;
}
.form_submit_box .item_box label{
    width: 160px;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: right;
}
.form_submit_box .item_box input{
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background: #e5e5e5;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    border: none;
}
.form_submit_box .item_box select{
    width: 100%;
    height: auto;
    padding: 10px 20px;
    background: #e5e5e5;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    border: none;
}
.form_submit_box .item_box em{
    width: 50px;
    height: 50px;
    padding: 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #ff0000;
    line-height: 30px;
    text-align: left;
}



.registration_section2 .text{
    font-size: 22px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
     margin-bottom: 30px;
}
.registration_section2 .choice_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.registration_section2 .choice_box ul li{
    float: left;
    width: 38%;
    height: auto;
    padding: 10px 30px;
    box-sizing: border-box;
    background: #e5e5e5;
    border-radius: 50px;
    margin-right: 50px;
}
.registration_section2 .choice_box ul li label{
     font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    padding: 0 5px;
    box-sizing: border-box;
    margin-right: 5px;
}
.registration_section2 .choice_box ul li label span{
    float: right;
}
.registration_section2 .choice_box ul li input{
    width: 30px;
}
.registration_section2 .selected_box{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    padding-right: 200px;
    position: relative;
}
.registration_section2 .selected_box p{
     font-size: 18px;
    line-height: 30px;
    color: #333;
}
.registration_section2 .selected_box .total{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.registration_section2 .selected_box .total strong{
    color: #ff0000;
}



.registration_section4 .text{
    font-size: 22px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
     margin-bottom: 30px;
}
.registration_section4 .choice_box{
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}
.registration_section4 .choice_box ul{
    float: left;
}
.registration_section4 .choice_box ul li{
    width: 130px;
    height: auto;
    padding: 10px 30px;
    box-sizing: border-box;
    background: #e5e5e5;
    border-radius: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
}
.registration_section4 .choice_box ul li.li_select{
    width: 100%;
    background: none;
    padding: 0;
    margin-top: 10px;
}
.registration_section4 .choice_box ul li.li_select .item_select{
    display: inline-block;
}
.registration_section4 .choice_box ul li label{
     font-size: 18px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    padding: 0 5px;
    box-sizing: border-box;
    margin-right: 5px;
}
.registration_section4 .choice_box ul li label span{
    float: right;
}
.registration_section4 .selected_box{
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #d8d8d8;
    padding-right: 200px;
    position: relative;
}
.registration_section4 .selected_box p{
     font-size: 18px;
    line-height: 30px;
    color: #333;
}
.registration_section4 .selected_box .total{
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
}
.registration_section4 .selected_box .total strong{
    color: #ff0000;
}
.registration_section4 .choice_box ul li.li_select select{
    background: #e5e5e5;
    display: inline-block;
    display: inline-block;
    padding: 10px 10px;
}

.registration_section5 .text{
    font-size: 22px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
     margin-bottom: 30px;
}
.registration_section5 .code_box{
    width: 100%;
    height: auto;
}
.registration_section5 .code_box ul li{
    float: left;
    width: 150px;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 40px;
}
.registration_section5 .code_box ul li img.pic{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.registration_section5 .code_box ul li p{
     font-size: 20px;
    line-height: 36px;
    color: #333;
    text-align: center;
}
.registration_section5 .code_box ul li p img{
    width: auto;
    height: 36px;
    margin-right: 5px;
}

.section_submit_box{
    display: block;
    width: 150px;
    height: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    background: #333;
    border-radius: 40px;
     font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
.noticeDetail-cen p{
    font-size: 16px;
    color: #333;
}
.noticeDetail-cen img{
    display: block;
    width: 100%;
}
.section_submit_box:hover{
    background: #24b8ba;
    color: #fff;
}

.home_section33{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 100px 0;
    box-sizing: border-box;
}

.home_section33_conter{
    max-width: 800px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.home_section33_conter .item_box{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}
.home_section33_conter .item_box:last-child{
    margin-bottom: 0;
}
.home_section33_conter .home_title_box h2{
    color: #005d79;
}
.home_section33_conter .home_title_box h2::after{
    background: #005d79;
}
.home_section33_conter .item_box .text_box{
    width: 100%;
    height: auto;
}
.home_section33_conter .item_box .text_box ul li{
    float: left;
    width: 25%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0;
}
.home_section33_conter .item_box .text_box ul li h3{
    font-size: 24px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
}
.home_section33_conter .item_box .text_box ul li p{
    font-size: 16px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
}
.home_section33_conter .item_box1 .text_box ul li{
    width: 100%;
}
.home_section33_conter .item_box3 .text_box .more{
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 30px;
    color: #000;
    line-height: 40px;
    text-align: center;
    letter-spacing: 4px;
}
.code_show{
    margin-top: 30px;
}
.code_show h2{
     font-size: 24px;
     font-weight: bold;
     margin-bottom: 20px;
}
.code_show h2 span{
    color: #ff0000;
}
.code_show .feiyong{
    font-size: 16px;
    color: #000;
}
.code_show .red{
    color: #ff0000;
}
.phone{
    /* margin-bottom: 20px; */
}
.send_sms{
    position: absolute;
    top: 0;
    right: 0px;
    width: 120px;
    height: 50px;
    background: #1386a8;
    color: #fff;
    cursor: pointer;
}
.send_sms:hover{
    background: #24a4cb;
}


.phone_hearder_nav{
    display: none;
}
.navbar-header .nav-toggle{
    display: none;
}
.pop-cen{
    position: fixed;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.pop-cen .pop{
    width: 300px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -100px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.pop-cen .pop h2{
    background: #1386a8;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    padding: 0 30px;
    margin-bottom: 20px;
    text-align: center;
}
.pop-cen .pop p{
    background: #fff;
    color: #000;
    font-size: 16px;
    line-height: 30px;
    padding: 0 30px;
}
.pop-cen .pop button{
    display: block;
    margin: 0 auto;
    background: #1386a8;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding:  3px 20px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
.pop-cen .pop button:hover{
    opacity: 0.8;
}
.paperSubmission-text p{
    font-size: 16px;
}

.body-paperSubmission  .notice_page{
    background: #f6f6f6;
}
.body-paperSubmission .section_container_con2{
     background: #fff;
     padding: 30px 60px;
}
.page-userlogin{
    padding: 100px 0;
    background: url(../images/login_bg.jpg) top center no-repeat;
    padding-bottom: 200px;
}
.userlogin-form{
    float: right;
    background: #fff;
    padding: 30px 30px;
    width: 360px;
    box-shadow: 1px 0px 10px#bababa ;
-moz-box-shadow: 1px 0px 10px #bababa ;
-webkit-box-shadow: 1px 0px 10px #bababa ;
}
.userlogin-form li {
    float: left;
    margin-bottom: 30px;
}
.userlogin-form li p{
    float: left;
    font-size: 20px;
    color: #000;
    line-height: 50px;
    width: 80px;
    text-align: right;
}
.userlogin-form li .li-input{
    float: left;
    position: relative;
}
.userlogin-form li .li-input input{
    width: 280px;
    height: auto;
    padding: 10px 20px;
    background: #e5e5e5;
    box-sizing: border-box;
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: 400;
    border: none;

}
.login-form-title{
    
}
.login-form-title h2{
    font-size: 28px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
}
.userlogin-form ul{
    padding-top: 30px ;
}
.login-btn{
    text-align: center;
}
.login-btn p{
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: #1386a8;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
}
.login-btn p:hover{
    background: #24b8ba;
}

.form_submit_box2 .item_box span{
    font-size: 20px;
    color: #333;
    line-height: 30px;
    text-align: right;
    padding: 0px;
}

.form_submit_box2 .item_box label{
    padding: 0;
}

.form_submit_box .item_box select.arrive-select{
    width: 180px;
}
.form_submit_box .item_box input.arrive-input{
     width: 120px;
}
.arrive-text span{
    font-size: 20px;
    color: #333;
    padding-left: 18px;
}
.registration_content_box .section_box .title_box a{
    float: right;
    font-size: 20px;
    color: #1386a8;
}
.registration_content_box .section_box .title_box a:hover{
     color: #24b8ba;
}
.userlogin-text{
    float: left;
    width: 500px;
     padding-left: 60px;
}
.userlogin-text h2{
    font-size: 50px;
     color: #1386a8;
     line-height: 70px;
}
.userlogin-text p{
    font-size: 20px;
     color: #1386a8;
     line-height: 30px;
     margin-top: 30px;
}
.usercenter-top-title{
    margin-bottom: 60px;
}
.usercenter-top-title h1{
    font-size: 40px;
     color: #1386a8;
        line-height: 50px;
        text-align: center;
        font-weight: bold;
}
.header-nav ul li.li9{
    margin-left: 10px;
}
.header-nav ul li.li9 a{
      background: url(../images/user_icon.png) left center no-repeat;
      padding-left: 30px;
}
.header-nav ul li.li9 a:hover{
    opacity: 0.6;
}


@media screen and (max-width: 1440px){
    .section_container_con{
        max-width: 1230px;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .navbar-header-cen{
        padding: 0 70px;
    }

    .notice_sidebar_box .time_box{
        width: 300px;
        height: 250px;
    }
    .notice_sidebar_box .time_box p{
        height: 80px;
        padding: 10px;
        font-size: 32px;
        line-height: 60px;
        bottom: 2px;
    }
    .notice_sidebar_box .time_box h3{
        font-size: 36px;
        top: 55px;
    }
    .notice_sidebar_box .time_box h3 span{
        font-size: 90px;
    }
    .notice_sidebar_box .text_box{
        font-size: 18px;
    }
    .notice_sidebar_box .text_box p{
        padding-left: 35px;
    }
    .notice_sidebar_box{
        width: 370px;
    }
    .notice_content{
        padding-right: 70px;
    }
}


@media screen and (max-width: 1240px){
    .navbar-header-cen{
        padding: 0 20px;
    }
    .header-nav ul li a{
        padding: 0 15px;
    }
}



@media screen and (max-width: 768px){
    .header-nav{
        display: none;
    }
    .navbar-header-cen{
        height: 80px;
    }
    .header-logo{
        margin-top: 16px;
    }
    .header-logo img{
        width: 140px;
    }



    .navbar-header .nav-toggle {
        width:85px;
        height:60px;
        position:absolute;
        top:10px;
        right: 10px;
        display: block;
        font-size: 18px;
        color: #fff;
        line-height: 58px;
        font-weight: 500;
    }
    .navbar-header .nav-toggle svg {
        display:block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 15px;
        right: 10px;
    }
    .navbar-header .nav-toggle svg path {
        fill: #fff; 
    }

    /* phone_hearder_nav */
    .phone_hearder_nav{
        max-width: 100%;
        display: block;
        width: 100%;
        height: 100%;
        background: #1386a8;
        background-size:110%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        padding: 60px 20px;
        box-sizing: border-box;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -webkit-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
    }

    .body_open .phone_hearder_nav{
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }

    .header_close{
        width: 60px;
        height: 60px;
        position: absolute;
        top: 10px;
        right:10px;
    }
    .header_close svg {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 20px;
        right: 20px;
    }
    .phone_hearder_nav ul{
        width: 100%;
        height: auto;
        padding: 20px;
        padding-left: 30px;
        box-sizing: border-box;
    }
    .phone_hearder_nav ul li{
        display: block;
        float: left;
        width: 100%;
        height: auto;
        padding: 8px 0px;
        box-sizing: border-box;
    }
    .phone_hearder_nav ul li p {
        font-size:18px;
        color:#fff;
        line-height:40px;
        padding:0px 10px;
        box-sizing:border-box;
        position:relative;
    }
    .phone_hearder_nav ul li p svg {
        display:block;
        width:20px;
        height:20px;
        position:absolute;
        top:11px;
        right:10px;
    }
    
    .phone_hearder_nav ul li p svg.icon_up {
        display:none;
    } 
    .phone_hearder_nav ul li p.active svg {
        display:none;
    } 
    .phone_hearder_nav ul li p.active svg.icon_up {
        display:block;
    }
    .phone_hearder_nav ul li p.active {
        color:#18197d;
    }

    .phone_hearder_nav ul li p.active svg path {
        fill: #18197d; 
    }
    .phone_hearder_nav ul li p.active svg path {
        fill: #18197d;
    }
    .phone_hearder_nav ul li.li1 a{
        display:block;
        font-size:18px;
        color:#fff;
        line-height:40px;
        padding:0 10px;
        box-sizing:border-box;
    }
    .phone_hearder_nav ul li .li_center {
        width:100%;
        height:auto;
        padding:0 20px;
        padding-left: 35px;
        box-sizing:border-box;
        padding-top:10px;
        display:none;
    }
    .phone_hearder_nav ul li .li_center a{
        display:block;
        width:100%;
        height:auto;
        font-size:16px;
        color:#fff;
        line-height:30px;
        padding:3px 10px;
        box-sizing:border-box;
    }


    
    .phone_hearder_nav ul li.li9 a{
        background: url(../images/user_icon.png) left center no-repeat;
       padding-left: 30px;

    }
    .phone_hearder_nav ul li.li9 a:hover{
        opacity: 0.6;
    }


    .home_section1{
        min-height: 580px;
        padding: 55px 0;
    }
    .home_section1 .text_box h1{
        width: 100%;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 0;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .home_section1 .text_box h1 br{
        display: block;
    }
    .home_section1 .text_box .text{
        font-size: 14px;
        line-height: 24px;
    }
    .home_section1 .text_box h3{
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        bottom: 55px;
    }

    .home_title_box{
        padding-bottom: 30px;
    }
    .home_title_box h2{
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 20px;
    }
    .home_title_box h2::after{
        width: 200px;
        margin-left: -100px;
    }
    .home_section2{
        padding: 55px 0;
    }
    .home_section2_conter .text_box{
        max-width: 320px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }
    .home_section2_conter .text_box p{
        padding-left: 80px;
        margin: 20px 0;
    }
    .home_section2_conter .text_box p span{
        width: 80px;
    }

    .home_section3{
        padding: 55px 0;
    }
    .home_section3 .home_title_box {
        padding-bottom: 20px;
    }
    .home_section3_conter .item_box{
        margin-bottom: 50px;
    }
    .home_section3_conter .item_box .text_box ul li{
        padding: 5px;
        margin: 8px 0;
    }
    .home_section3_conter .item_box .text_box ul li h3{
        font-size: 15px;
        line-height: 24px;
    }

    .home_section4{
        padding: 55px 0;
    }
    .home_section4_conter .item_box .text_box h3{
        font-size: 18px;
        line-height: 30px;
    }
    .home_section3_conter .item_box .text_box ul li p{
        font-size: 10px;
        line-height: 16px;
        height: 35px;
        padding-top: 5px;
        box-sizing: border-box;
    }
    .home_section3_conter .item_box3 .text_box .more{
        margin-top: 10px;
        line-height: 30px;
        font-size: 22px;
    }

    .home_section5{
        padding: 40px 0;
    }
    .home_section5_conter .text_box{
        font-size: 15px;
        line-height: 30px;
    }
    .home_section5_conter .logo_box {
        width: 120px;
        height: 200px;
        background-size: 120px;
        top: -40px;
    }


    .notice_page{
        padding: 55px 0;
    }
    .notice_content_box{
        padding-right: 0;
    }
    .notice_content{
        padding-right: 0;
    }
    .page_title_box{
        margin-bottom: 25px;
    }
    .page_title_box h2{
        font-size: 18px;
        line-height: 28px;
    }
    .notice_list_box ul li{
        padding: 15px 10px;
        padding-right: 120px;
    }
    .notice_list_box ul li .text_box h3{
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
    }
    .notice_list_box ul li .text_box p{
        font-size: 13px;
        line-height: 20px;
    }
    .notice_list_box ul li .more_box {
        top: 18px;
        right: 0;
        background-size: 16px;
        padding: 5px;
        padding-left: 20px;
        font-size: 14px;
        line-height: 30px;
    }
    .download_page .notice_list_box ul li .more_box{
        background-size: 15px;
    }
    .notice_sidebar_box{
        width: 100%;
        position: relative;
        margin-top: 100px;
    }
    .notice_sidebar_box .time_box {
        width: 220px;
        height: 180px;
    }
    .notice_sidebar_box .time_box h3 {
        font-size: 26px;
        top: 25px;
    }
    .notice_sidebar_box .time_box h3 span {
        font-size: 60px;
    }
    .notice_sidebar_box .time_box p {
        height: 50px;
        padding: 5px;
        font-size: 22px;
        line-height: 40px;
        bottom: 5px;
    }
    .notice_sidebar_box .time_box{
        margin-bottom: 25px;
    }
    .notice_sidebar_box .text_box{
        font-size: 14px;
        font-weight: 500;
    }
    .notice_sidebar_box .text_box p{
        margin: 5px 0;
        padding-left: 30px;
        background-size: 26px !important;
    }


    .registration_content_box .section_box{
        padding: 30px 25px;
        margin-bottom: 25px;
    }
    .registration_section1 h1{
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        letter-spacing: 0;
        margin-bottom: 30px;
    }
    .registration_content_box .section_box .title_box h3{
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .registration_section1 .text_box{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .registration_section1 .table_box {
        max-width: 320px;
    }
    .registration_section1 .table_box table{
        margin-bottom: 0;
    }
    .registration_section1 .table_box tbody tr td{
        padding: 6px 5px;
        font-size: 13px;
        line-height: 24px;
    }

    .form_submit_box{
        padding-top: 20px;
    }
    .form_submit_box .item_box{
              padding-left: 110px;
        padding-right: 10px;
        margin-bottom: 15px;
    }
    .form_submit_box .item_box:last-child{
        margin-bottom: 0;
    }
    .form_submit_box .item_box label {
      width: 110px;
        height: 40px;
        padding: 0px;
        font-size: 14px;
    }
    .form_submit_box .item_box input{
        padding: 5px 12px;
        font-size: 14px;
        line-height: 30px;
    }
    .form_submit_box .item_box em {
        width: 10px;
        height: 40px;
        padding: 10px 0;
        font-size: 14px;
        text-align: left;
        right: -5px;
    }
    .send_sms {
        /* right: 10px; */
        width: 110px;
        height: 40px;
        font-size: 13px;
    }
    .form_submit_box .item_box select{
         padding: 10px 20px;
        font-size: 13px;
        line-height: 30px;
        height: 40px;
    }

    .registration_section2 .text{
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .registration_section2 .choice_box ul li{
        width: 200px;
        margin-right: 15px;
        padding: 5px 20px;
        border-radius: 40px;
        margin-bottom: 10px;
    }
    .registration_section2 .choice_box{
        margin-bottom: 20px;
    }
    .registration_section2 .choice_box ul li:last-child{
        margin-right: 0;
    }
    .registration_section2 .choice_box ul li label{
        font-size: 13px;
        padding: 0;
    }
    .registration_section2 .choice_box ul li input{
        width: 18px !important;
    }
    .registration_section2 .selected_box p{
        font-size: 14px;
    }
    .registration_section2 .selected_box{
        padding-right: 0;
        padding-bottom: 10px;
    }
    .registration_section2 .selected_box .total{
        position: relative;
    }

     .registration_section4 .text{
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .registration_section4 .choice_box ul li{
        display: inline-block;
        margin-right: 20px;
        width: 100px;
        height: auto;
        padding: 5px 20px;
        margin-bottom: 10px;
    }
    .registration_section4 .choice_box ul li label{
        font-size: 14px;
        padding: 0;
        margin-right: 0;
    }
    .registration_section4 .selected_box p{
        font-size: 14px;
    }
    .registration_section4 .selected_box{
        padding-right: 0;
        padding-bottom: 10px;
    }
    .registration_section4 .selected_box .total{
        position: relative;
    }
    .registration_section4 .choice_box ul li.li_select{
        margin-bottom: 0;
    }
    .registration_section4 .choice_box ul li.li_select .item_select{
        margin: 5px 0;
    }
    .registration_section4 .choice_box ul li.li_select select{
        font-size: 13px;
        height: 36px;
    }
    .registration_section4 .choice_box ul li.li_select select option{
         font-size: 14px;
        height: 30px;
    }
    .registration_section4 .choice_box{
        margin-bottom: 0;
    }

    .registration_section5 .text{
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 25px;
    }
    .registration_section5 .code_box ul li{
        float: initial;
        margin: 0 auto;
    }
    .code_show h2{
        font-size: 18px;
        text-align: center;
    }

    .code_show .feiyong{
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .code_show .red{
        font-size: 14px;
        line-height: 20px;
    }
    .body-paperSubmission .section_container_con2{
        padding: 30px 20px;
    }
.page-userlogin{
    padding: 60px 30px;
     box-sizing: border-box;
}
.userlogin-text{
    width: 100%;
    padding: 0px 0px;
    box-sizing: border-box;
}
.userlogin-text h2{
    font-size: 32px;
    line-height: 40px;
}
.userlogin-text p{
    margin-top: 20px;
}
.userlogin-form{
    float: left;
     width: 100%;
      box-sizing: border-box;
      margin-top: 30px;
}
.userlogin-form li{
    margin-bottom: 10px;
}
.userlogin-form li p{
    text-align: left;
}
.userlogin-form li .li-input input{
    padding: 5px 10px;
}
.login-btn{
    margin-top: 20px;
}
.registration_content_box .section_box .title_box a{
    font-size: 14px;
}

.form_submit_box2 .item_box span,.arrive-text span{
    font-size: 14px;
}
.arrive-text span{
    padding-left: 0;
}
.section_submit_box{
    font-size: 16px;
        width: 120px;
        padding: 5px 20px;
}
.form_submit_box .item_box select.arrive-select{
    width: 100%;
}
.login-form-title h2{
    font-size: 20px;
}
.userlogin-form li p,.userlogin-form li .li-input input{
    font-size: 14px;
}
.login-btn p{
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.usercenter-top-title h1{
    font-size: 24px;
    line-height: 30px;
}
.usercenter-top-title {
    margin-bottom: 20px;
}

}

.registration_section2,.registration_section1,.registration_section4,.registration_section5{
    display: none;
}