@charset "utf-8";
/* CSS Document */
*{
    font-family:"Microsoft Yahei",arial,simsun,sans-serif;
}

/* 全局样式 ------------------------------------------------------------------*/
body ,div, h1, h2, h3, h4,h5, p, dl, dd, ol, ul, li, form, fieldset, input, button, textarea{
    margin:0; padding:0;

}
th, td{ margin:0; padding:0;}
html{ -webkit-text-size-adjust:none; word-wrap:break-word; margin:0; padding:0;}
h1, h2, h3, h4{ font-size:100%; font-weight:normal;}
ol, ul{ list-style:none;}
fieldset, img{ border:0;}
cite, em, s, i, b{ font-style:normal;}
body, input, button, textarea, select, option{ font-size:normal;}
a, a:link, input, textarea{ text-decoration:none; outline:0; font-weight:normal; }


body{
    background: #ededed;
}

.main{
    width: 100%;
    margin: auto;
}
@media screen and (min-width: 751px) {
    .main{
        width: 750px;
        margin: auto;
    }
}
.top{
    width: 100%;
    background-color: #4095e5;
    padding-top: 10px;
    padding-bottom: 10px;
}
.top_main{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}

.top_con{
    width: 100%;
    display: flex;
    justify-content:flex-start;

}
.top_con .top_con_1{
    padding-left: 14px;
    padding-right:22px;
}
.top_con .top_con_2{
    width: 1px;
    border-right: 1px solid #000000;

}
.top_con .top_con_3{
    display: flex;
    padding-left:24px;
    font-size:20px;
    align-items:center;
}

.subnav{
    height: 35px;
    border-bottom: 1px solid #e2e2e2;
}
.subnav li{
    width: auto;
    position: relative;
}
.subnav li:after{
    width:1px;
    height: 30%;
    content: "";
    background: #e2e2e2;
    position: absolute;
    right: 0;
    top: 35%;
}
.subnav li:last-child:after{
    display: none;
}
.subnav li a{
    display: block;
    padding:0 15px;
    line-height: 35px;
    color: #1D3366;
    font-size: 14px;
    position: relative;
}
.subnav li a.on:after{
    width: 50%;
    height: 3px;
    content: "";
    background: #1D3366;
    border-radius: 30px;
    position: absolute;
    bottom: 0;
    left: 25%;
}


.sign_up{
    width: 100%;
    display: block;
    position: relative;
}


.sign_up img{
    width: 100%;
    height: 195px;

}
.sign_up_c{
    margin: 0px;
    height: 195px;
    overflow:hidden;
    padding: 0px;

}

.sign_up .sign_up_box{
    width: 120px;
    height: 33px;
    background-color: #4095e5;
    position: absolute;
    bottom:57px;
    right: 0px;
    text-align: center;
    line-height: 33px;
}
.sign_up .sign_up_title{
    height: 45px;
    border-top: 1px solid #fdb771;
    border-bottom: 1px solid #ff9327;
    background-color: #ffeedd;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 16px;
    position: relative;
    line-height:25px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.sign_up .sign_up_title2{
    height: 40px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    font-size: 16px;
    color: #868789;
    background-color: white;
}


.bm_con{
    width: calc(100% - 20px);
    padding-left: 20px;
    padding-top: 20px;
    height: auto;

}
.bm_con_table{
    font-size: 15px;
    color: #757575;
}
.bm_con_table td{
    padding-top: 5px;
    padding-bottom:5px;
}

.bm_con_ls{
    display: inline-block;
    font-size: 15px;
    color: #2d2d2d;
    font-weight: bold;
}
.bm_con_line{
    width: 63px;
    height: 4px;
    background-color: #ff9327;
}
.bm_con_txt{

    font-size: 16px;
    color: #757575;
    padding-right:18px;
    line-height: 24px;
    padding-top: 13px;
    padding-bottom: 30px;
}


.bm_con_txt img{
    width: 100%;
}
.bm_con_bd {
    position: relative;
    width:95%;
    margin-top: 12px;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
}
.bm_con_bd div{
    display: block;
    width: auto;
    margin-left: 15px;
    font-size: 15px;
}
.bm_con_bd input{
    width: 75%;
    border: 0px;
    background-color: rgba(255, 255, 255, 0);
    margin-left: 10px;
}

.bm_con_bd  select{
    margin-left: 10px;
    border: 0px;
    background-color: #f5f5f5;
    width: 78%;
}

.bm_con_dd{

    border: 0px;
    background-color: #f5f5f5;
    width:100%;
    padding: 10px;
    padding-right: 30px;
}

.bm_con_sub{
    width: 200px;
    height: 40px;
    background-color: #ff9327;
    color: white;
    text-align: center;
    line-height: 40px;
    border:0px;
    font-size: 16px;
    margin: auto;
}

.kc{
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    width: 93%;
    flex-wrap:wrap;
    justify-content:space-between;

}
.kc .kc_box{
    width:146px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.kc .kc_box1 image{
    width:146px;
    height: 101px;
}
.kc .kc_box2{
    width: 100%;
    font-size: 13px;
    line-height:22px;

}
.kc .kc_box3{
    width: 100%;
    display: flex;
    justify-content: center;
}
.kc .kc_box3 a{
    display: block;
    font-size: 13px;
    font-weight: bold;
    width: 45%;
    height: 28px;
    color: white;
    background-color: #ff9327;
    text-align: center;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 12px;
}

.foot{
    width: 100%;
    height:30px;
    position: fixed;
    bottom: 0px;
    background: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.foot a{
    color: black;
}

/*导航效果*/
#topNav {
    width: 100%;
    overflow: hidden;
    /*font: 16px/32px hiragino sans gb, microsoft yahei, simsun;*/
    /*border-bottom:1px solid #f8f8f8;*/
    height: 40px;
    background-color: white;
    padding-top: 10px;
}

#topNav .swiper-slide {
    padding: 0 5px;
    letter-spacing:2px;
    width:3rem;
    text-align:center;
}


#topNav .active span{
    font-weight: bold;
    color:#00000;
}
/*导航效果结束*/


.member_head{
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    background: #379aef;
    padding-bottom: 20px;
}
.member_head .mm1 img{
    width: 100%;
    height:auto;

}
.member_head .mm2{
    width: 100%;

}
.mm2_sm{
    color: #000000;

    margin: auto;
}
.mm2_sm img{
    width: 100%;
    height: 100%;
}

.m_txt{
    background-color: white;
    border-radius:5px;
    width: 90%;
    margin: auto;
    padding: 10px;
    margin-bottom: 10px;
}
.m_txt h1{
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 5px;
}
.m_txt .m_txt_input{
    width: 95%;
    background-color: #ffeedd;
    margin-top: 10px;
    border-radius: 50px;
    padding: 5px;
}

.m_txt_input .tbb{
    margin-left: 10px;
    width: 100%
}

.m_txt_input .tbb img{
    width:20px; height: auto; padding-top:3px;
}

.m_txt_input .tbb input{
    width:90%;height: 100%; border: 0px;background-color: #ffeedd;
    font-size: 16px;
}
.m_txt .ddb{
    color: #757575;
}
.m_txt .ddb td{
    padding-top:1px;
    font-size: 15px;
}

.m_txt .ddb .ddb_xx{
    width: 100%;
    position: relative;

}

.m_txt .ddb .ddb_xx a{
    position: absolute;
    right: -50px;
}

.member_head .mm2 .mm2_tx{
    width: 92%;
    margin: auto;
    display: flex;
    justify-content:space-between;
    padding-top:20px;
}
.member_head .mm2 .mm2_tx .mm2_tx1_1 img{
    width: 60px;
    height:60px;
    border-radius: 60px;
    border:2px solid #ffffff;

}
.mm2_tx1{
    display: flex;
    align-items:center;

}
.mm2_tx1_2{
    padding-left: 10px;
}

.member_head .mm2_tx2{
    color: #ffffff;
    padding-left: 20px;
    display: flex;
    align-items:center;

}