*{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
}
body{
    background:#f9f9f8;
    color: #333;
    font: 14px/1.6 "Microsoft YaHei","微软雅黑",Arial;
}
#header{
    position: relative;
    height: 50px;
    line-height: 50px;
    background-color: #10a9dc;
    z-index: 100;
    width: 100%;
    text-align: center;
}
#header>div>a{
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}
#header span{
    margin: 0 4% 0 0;
    position: absolute;
    right:0;
    top: 0;
    padding: 3px 0;
}
#header span img{
    width: 20px;
    height: 16px;
}
#header_conss{
    display: none;
}
#header_cons{
    background:#fff;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
}
#header_cons a{
    width: 29.2%;
    height: 33px;
    float: left;
    line-height: 33px;
    margin: 8px 2% 0 2%;
    text-align: center;
    font-size: 13px;
    background-color: #eee;
    color: #333;
}
#header_con01{
    background:#fff;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 8px;
}
#header_con01>li{
    width: 29.2%;
    height: 33px;
    float: left;
    line-height: 33px;
    margin: 8px 2% 0 2%;
    text-align: center;
    font-size: 13px;
    background-color: #eee;
    color: #333;
}
#header_con01 li:hover{
    cursor: pointer;
}
.actives{
    background: #10a9dc !important;
    color: #fff !important;
}
.banner{
    width: 100%;
    position: relative;
}
.ban1_img{
    width: 100%;
}
.ban1_img img{
    width: 100%;
}
.ban1{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 30px 0 40px 0;
}
.ban1 h2{
    margin-top: 7px;
    font-size: 32px;
    font-weight: bold;
}
.ban1 p{
    margin: 5px auto 35px auto;
    font-size: 17px;
    font-weight: 300;
}
.ban1 button{
    width: 132px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    font-size: 15px;
    background-color: #ffda0c;
    border: none;
}
.index_hots{
    display: flex;
    flex-direction: column;
}
.hots_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background: #fff;
}
.hots_title h5{
    margin-top: 7px;
    font-size: 19px;
    font-weight: bold;
}
.hots_title p{
    font-size: 10px;
    color: #999;
    margin-top: 3px;
}
.hots_title ul{
    display: flex;
    justify-content: space-around;
    width: 94%;
    margin: 0 auto;
    height: 69px;
}
.hots_title ul li{
    display: flex;
    flex-direction: column;
    height: 100%;
    font-size: 12px;
    width: 14.1%;
}
.hots_con{
    width: 94%;
    margin: 0 auto;
    padding-top: 10px;
}
.acv{
    border-bottom: 3px solid #00B5D6;
}
.hots_con_t{
    width:100%;
    overflow: hidden;
    display: none;
    /*display: flex;*/
    /*flex-wrap: wrap;*/
}
.hots_con_titem{
    width: 48.5%;
    float: left;
    margin-bottom: 3%;
    padding-bottom: 15px;
    text-align: center;
    background-color: #fff;
}
.hots_con_titem:nth-child(2n) {
    margin-left: 3%;
}
.hots_con_titem a{
    display: block;
    width: 100%;
}
.hots_con_titem a img{
    height: 180px;
    margin-top: 40px;
}
.hots_con_titem h5{
    margin: 14px auto 9px auto;
    font-size: 17px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.btns{
    display: block;
    width:100%;
    height: 40px;
    margin: 18px 0;
}
.btns button{
    width: 100%;
    height: 100%;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    border-radius: 30px;
    background-color: #ff7214;
    border: none;
}
.index_event{
    width: 94%;
    padding:18px 3%;
    background: #fff;
}
.event_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.event_title h5{
    font-size: 19px;
    font-weight: bold;
}
.event_title p{
    font-size: 10px;
    color: #999;
    margin: 3px auto 15px auto;
}
.event_con{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.event_con_item{
    width: 48%;
    height: 188px;
    margin: 0 1% 4% 1%;
    box-shadow: 0 0 20px rgba(35,88,95,.08);
    text-align: center;
}
.event_con_item img{
    width: 64px;
    height: 75px;
    margin: 0 auto;
}
.event_con_item h5{
    margin: 15px auto 8px auto;
    font-size: 15px;
    font-weight: bold;
}
.event_con_item p{
    width: 84%;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}
.index_flow{
    width:94%;
    padding:18px 3%;
    background: #fff;
    margin-top: 10px;
}
.flow_title{
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.flow_title h5{
    font-size: 19px;
    font-weight: bold;
}
.flow_title p{
    margin-top: 3px;
    font-size: 10px;
    color: #999;
}
.flow_con{
    margin:26px auto 0 auto;
    display: flex;
}
.flow_con_item{
    width: 25%;
    font-size: 12px;
    color: #999;
    text-align: center;
}
.flow_con_item img{
    width: 50px;
    height: 50px;
    margin: 0 auto 9px auto;
}
.index_select{
    margin-top: 10px;
    width:90%;
    padding:18px 5%;
    background: #fff;
}
.index_select h3{
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 40px;
}
.index_select_c{
    padding: 15px 0 20px 0;
    border-radius: 4px;
    background-color: #24afd4;
    position: relative;
    text-align: center;
}
.index_select_c h4{
    display: inline-block;
    height: 40px;
    padding: 0 22px;
    line-height: 42px;
    border-radius: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #008cbb;
    background-color: #ffda0c;
    position: relative;
    top: -30px;
}
.index_select_c h4 img{
    width: 11px;
    height: 15px;
}
.index_select_citem{
    display: flex;
    padding: 0 15px;
    margin-bottom: 13px;
}
.index_select_citem img{
    width: 22px;
    height: 22px;
}
.citem{
    display: flex;
    flex-direction: column;
    text-align: left;
    padding-left: 15px;
}
.citem b{
    display: block;
    margin-bottom: -2px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}
.citem p{
    font-size: 12px;
    color: #cce8f1;
    padding: 2px 0;
}
.index_dl{
    margin-top: 10px;
    width:90%;
    padding:18px 5% 18px 5%;
    background: #fff;
    text-align: center;
}
.index_dl h5{
    font-size: 19px;
    font-weight: bold;
}
.index_dl p{
    margin-top: 3px;
    color: #999;
}
.dl_con{
    display: flex;
    flex-direction: column;
}
.dl_con_item{

    padding: 13px 22px;
    margin-bottom: 14px;
    text-align: left;
    border-radius: 4px;
    background-color: #f9f9f9;
    display: flex;
}
.dl_con_item:first-child{
    margin-top: 22px;
}
.dl_con_item img{
    width: 25px;
    height: 26px;
}
.dl_item_i {
    width: 230px;
    margin-left: 15px;
    font-size: 12px !important;
    color: #999;
}
.dl_item_i b{
    margin-bottom: 2px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
}
.index_q{
    width: 100%;
    padding: 18px 0;
    margin-top:10px !important;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}
.index_q h5{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    font-size: 19px;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 12px;
}
.index_qs{
    display: flex;
    flex-direction: column;
    width: 90%;
    padding:0 5%;
}
.index_qcons{
    width: 100%;
}
.index_qcon{
    width: 100%;
}
.index_qcon h6{
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #333;
    text-align: left;
}
.index_qcon p{
    line-height: 1.6;
    font-size: 12px;
    color: #777;
    text-align: left;
}
.index_q ul{
    padding-top: 10px;
    margin-top: 13px;
    text-align: left;
    border-top: 1px solid #f2f2f2;
    display: block;
}
.index_q ul li{
    padding: 6px 0;
    font-size: 14px;
}
.index_qcons>.index_qcon{
    display: none;
}
.active{
    color: #24afd4;
    padding: 6px 0;
    font-size: 14px;
}
.copyright{
    margin-top: 10px;
    margin-bottom:50px;
    color: #999;
    font-size: 10px;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    letter-spacing: -1px;
    background: #fff;
    padding: 10px 0;
    line-height: 2;
}
.copyright a{
    color: #999;
}
.index_footrer{
    position: fixed;
    z-index: 99;
    top: auto;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgb(245,245,245);
    height: 50px;
    display: flex;
    border-top: 1px solid #eee;
}
.index_footrer_l{
    width: 20%;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
.index_footrer_l a{
    width: 100%;
    display: block;
}
.index_footrer_l img{
    width: 20px;
    height:20px;
    margin-top:5px;
}
.index_footrer_l p{
    display: block;
    height: 0.8rem;
    font-size: 10px;
    line-height: 0.8rem;
}
.index_footrer_l a{
    color: #000;
}
.index_footrer_r{
    width: 80%;
    background-color: #FB6E52;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_footrer_r a{
    color: #fff;
    display: flex;
}
.index_footrer_r a img{
    width: 27px;
    height: 27px;
    margin-right: 5px;
}
.index_footrer_r span{
    font-size: 18px;
}
