
.banner{
    height: 250px;
    background:url(../img/banner_bg.png) no-repeat center;
    padding-top: 30px;
}
.banner_wh{
    height: 250px;
    background:url(../img/banner_bg_wh.png) no-repeat center;
    padding-top: 30px;
}
.banner_lx{
    height: 250px;
    background:url(../img/banner_bg_lx.jpg) no-repeat center;
    padding-top: 30px;
    background-size: cover;
}

.banner h2{
    border-left: solid #fc8b11 10px;
    display: block;
    height: 35px;
    font-size: 24px;
    color: #333;
    padding-left: 15px;
    line-height: 35px;
}

.process{
    padding: 0 130px;
}

.process.flex_between{
    align-items: flex-start;
}

.process_item{
    text-align: center;
    width: 140px;
    flex-grow: 0;
    flex-shrink: 0;
}

.process_item img{
    width: 123px;
    margin: 0 auto;
}

.process_item span,.process_item em{
    display: block;
}

.process_item span{
    font-size: 16px;
    color: #666;
    padding-top: 6px;
}

.process_item em{
    font-size: 14px;
    color: #bfbfbf;
    padding-top: 5px;
}

.precess_arrow{
    height: 80px;
    background: url(../img/arrow_line.png) no-repeat right 42px;
    background-size: 350px;
    flex-grow: 1;
}

.home_btn_field{
    padding: 40px 0;
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    border-bottom: solid #f1f1f1 1px;
    margin-bottom: 20px;
}
.home_btn_field a{
    margin: 0 10px;
}
.home_sigle_btn_field {
    margin:30px 0;
}
.home_sigle_btn_field .wrapper{
    background: #f2f7fe url(../img/btn_field_bg.png) no-repeat center;
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;

}

.home_sigle_btn_field  p{
    font-size: 20px;
    color: #333;
    padding-right: 20px;
}

.home_img_btn_field .wrapper{
    background: url(../img/img_btn_bg.png) no-repeat center;
}

.home_img_btn_field p{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}


 .home_btn_filed_icon{
    height: 40px;
    padding-right: 15px;
}

.home_multy_ad_field{

    margin: 30px 0;
}

.home_multy_ad_field .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.alxd_item{
    height: 80px;
    line-height: 80px;
    display: flex;
    margin-right: 20px;
    flex-grow: 1;
    border-radius: 10px;
    background: url(../img/home_ad_bg_1.png) no-repeat center;
    justify-content: space-between;
    padding: 0 20px ;
    align-items: center;
    width: 590px;
}

.alxd1{
    background-image: url(../img/home_ad_bg_1.png);
}
.alxd2{
    background-image: url(../img/home_ad_bg_2.png);
}
.alxd3{
    background-image: url(../img/home_ad_bg_3.png);
}
.alxd3lx{
    background: url(../img/home_ad_bg_3.png) center / cover no-repeat;
}
.ad5{
    background-image: url(../img/home_ad_bg_5.png);
}

.alxd_item:last-child{
    margin: 0;
}

.alxd_item p{
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
}
.alxd_item .btn{
    flex-shrink: 0;
}

.home_list{
    padding-top: 10px;
    padding-bottom: 40px;
}

.home_list .wrapper{
    display: flex;

}
.tab_content_container{
    flex-grow: 1;
    padding-left: 30px;
    max-width: 960px;
}

.list_tab li{
    height: 50px;
    line-height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.list_tab li a:hover{
    /* background-color:rgba(30, 118, 239, .1); */
    background-image: linear-gradient(to right, rgba(30, 118, 239, 0), rgba(30, 118, 239, .1));
}

.list_tab li a{
    cursor: pointer;
    font-size: 16px;


    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;

    line-height: 50px;
}

.list_tab li a i{
    display: block;
    height: 40px;
    width: 40px;
    background-size: 42px;
    background-position: left center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.list_tab{
    width: 240px;
    border-right: solid #ddd 1px;
    flex-shrink: 0;
}
.list_tab a.current{
    color: #1e76ef;
    font-weight: bold;
    border-right: solid #1e76ef 4px;
    background-image: linear-gradient(to right, rgba(30, 118, 239, 0), rgba(30, 118, 239, .1));

}

.list_tab .notice{
    background-image: url(../img/icon_notice.png);
}
.list_tab .current .notice{
    background-image: url(../img/icon_notice_s.png);
}
.list_tab .policy{
    background-image: url(../img/icon_policy.png);
}
.list_tab .current .policy{
    background-image: url(../img/icon_policy_s.png);
}
.list_tab .brief{
    background-image: url(../img/icon_brief.png);
}
.list_tab .current .brief{
    background-image: url(../img/icon_brief_s.png);
}
.list_tab .book{
    background-image: url(../img/icon_book.png);
}
.list_tab .current .book{
    background-image: url(../img/icon_book_s.png);
}
.list_tab .board{
    background-image: url(../img/icon_board.png);
}
.list_tab .current .board{
    background-image: url(../img/icon_board_s.png);
}

.list_more_btn{
    padding-top: 20px;
}

.list_more_btn a.btn{
    width: 100%;
    text-align: center;
}

@media only screen and (max-width : 750px){
    .header h1 em{
        margin-left: 0;
    }
.process.flex_between{
    padding: 20px 0;
}
.banner_lx{
        display: none;
    }
.banner{
    height: auto;
    background-size: cover;
}

.process_item{
    width: 16%;
}
.process_item img{
    width: 60px;
}

.precess_arrow {

    background-position: right 20px;
    background-size: 230px;

}
.process_item span{
    font-size: 14px;
}
.process_item em{
    display: none;
}

.home_btn_field{
    width: 100%;
    padding: 20px 0;
    padding-bottom: 5px;
}
.home_btn_field a{
    margin-bottom: 15px;
}
.home_sigle_btn_field{
    padding: 0 10px;
}

.home_sigle_btn_field .wrapper{
    height: auto;
    /* flex-wrap: wrap; */
    background-size: cover;
    background-position: left top;
    padding: 15px;
    /* padding-bottom: 20px; */
    /* text-align: center; */
}
.home_sigle_btn_field  a{
    flex-shrink: 0;
}
.home_sigle_btn_field p{
    line-height: 24px;
    padding-right: 10px;
    font-size: 18px;

}
.banner h2{
    font-size: 18px;
    height: 22px;
    line-height: 22px;
}
.home_multy_ad_field .wrapper{
    flex-wrap: wrap;
}
.alxd_item{
    margin-bottom: 15px;
    margin-right: 0;
    padding: 15px;
    height: auto;
    background-size: cover;
}
.alxd_item p{
    font-size: 18px;
    padding-right: 10px;
}
.alxd_item p span{
    display: block;
}
.alxd3lx p{
    font-size: 16px;
}
.title{
    display: none !important;
}
.list_tab{
    width: 100px;
}
.list_tab li{
    height: auto;
    margin-bottom: 0;
}
.list_tab li a{
    flex-direction: column;
    font-size: 11px;
    height: auto;
    padding: 10px 0 ;
    line-height: 30px;
}
.list_tab li a i{
    margin: 0;
    height: 30px;
    width: 30px;
    background-size: 30px;
}
.tab_content_container{
    padding-left: 15px;
    width: calc(100% - 100px);
}
.list_container a{
    flex-direction: column;
    align-items: flex-start;
}
.list_container a span{
    width: 100%;
    max-width: initial;
    padding-right: 0;
}
.list_container a em{
    padding-top: 10px;
    padding-left: 20px;
}
.list_title a{
    display: none;
}
h1{
    line-height:25px;
    padding-right:15px;
}
h1 em{
    font-size:13px !important;
}
.banner_wh{
    height: 84px;
    background-size: 310%;
}

}
