*{
    margin: 0;
    padding:0;
}
body{
    max-width: 640px;
    margin: 0 auto;
    font-size: 0.8em;
}
img{
   max-width: 100%;
}
a{
    text-decoration: none;
    color: #202020;
}
ul li{
    list-style: none;
}
select{
    background: #fff;
}
.f_l{
    float: left;
}
.f_r{
    float: right;
}
.header{
    background: #5A9AF9;
    height: 50px;
    overflow: hidden;
    padding: 0 15px;
    line-height: 50px;
}
.logo{
    padding: 8px 0 0 ;
}
.logo img{
    height: 30px;
}
.head_search img{
    width: 35px;
    padding: 5px 0 0;
}
.head_search ul li{
    float: left;
    line-height: 45px;
    color: #fff;
    vertical-align: middle;
}
.head_search ul li a{
    color: #fff;
    font-size: 16px;
    padding:0 10px;
    vertical-align: middle;
}
.head_search ul li:last-child a{
    padding-right: 0;
}
.back_top {
    position: fixed;
    right: 15px;
    bottom: 150px;
    width: 50px;
    height: 50px;
    background:rgba(0,0,0,0.3) url('/static/mobile/images/back_top.png') no-repeat center center;
    background-size: 25px;
    z-index: 99;
    display: none;
    border-radius: 50%;
}

/*******Index*****/

.banner{
    margin: 0 0 10px 0;
    text-align: center;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.index_menu ul li{
    margin-bottom: 10px;
}
.index_menu{
    padding: 0 5px;
    border-bottom: 15px solid #F5F5F7;
}
.index_menu .top_name,#nav_box .top_name{
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    background-position: 10px ;
    background-repeat: no-repeat;
    background-size:auto 30px;
    padding-left: 50px;
    font-weight: bold;
    border-radius: 5px;
}
.index_menu ul li:first-child .top_name{
    background-color:#F6FBFE;
    background-image: url("/static/mobile/images/icon01.png");
    color: #3DB0F4;
}
.index_menu ul li:nth-child(2) .top_name{
    background-color:#FEF6F6;
    background-image: url("/static/mobile/images/icon02.png");
    color:#FF706A ;
}
.index_menu ul li:nth-child(3) .top_name{
    background-color:#F6FBFE;
    background-image: url("/static/mobile/images/icon03.png");
    color:#7EA4F8 ;
}
.index_menu ul li:nth-child(4) .top_name{
    background-color:#F6FEFC;
    background-image: url("/static/mobile/images/icon04.png");
    color:#18BBC7 ;
}
.index_menu ul li:nth-child(5) .top_name{
    background-color:#F7F6FE;
    background-image: url("/static/mobile/images/icon05.png");
    color:#786CFF ;
}
.index_menu ul li:nth-child(6) .top_name{
    background-color:#FEFDF6;
    background-image: url("/static/mobile/images/icon06.png");
    color:#FFAD42 ;
}
.cate_name_box{
    padding:15px 10px 0;
    overflow: hidden;
}
.cate_name_box a{
    display: block;
    width: 33.33%;
    float: left;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999999;
}
.cate_name_box .spot{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.index_menu ul li:nth-child(1) .spot{
    background:#3DB0F4 ;
}
.index_menu ul li:nth-child(2) .spot{
    background:#FF706A ;
}
.index_menu ul li:nth-child(3) .spot{
    background:#7EA4F8 ;
}
.index_menu ul li:nth-child(4) .spot{
    background:#18BBC7 ;
}
.index_menu ul li:nth-child(5) .spot{
    background:#786CFF ;
}
.index_menu ul li:nth-child(6) .spot{
    background:#FFAD42 ;
}

.index_cate_name{
    width: 30%;
    font-size: 16px;
    color: #333;
    height: 80px;
    background: #F5F5F7;
    line-height: 80px;
    vertical-align: middle;
}
.index_cate_name span{
    display: inline-block;
    margin:0 8px 0 10px;
    width: 5px;
    height: 20px;
    background: #F5F5F7;
    border-radius: 4px;
    vertical-align: sub;
}
.index_cate_name.active{
    background: #fff;
}
.index_cate_name.active span{
    background: #5A9AF9;
}
.index_cate_list{
    position: relative;
}

.index_new_list{
    width: 70%;
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    overflow: hidden;
}
.index_cate_list ul:nth-child(2){
    height:480px ;
}
.a_hidden{
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.index_new_info{
    width: 58%;
}
.index_new_list li{
    padding:5px 10px;
    margin-bottom: 5px;
}
.index_new_title{
    font-size: 14px;
    color: #222222;
    padding-bottom: 10px;
    display: block;
}
.index_new_img{
    width: 40%;
}
.index_new_img img{
    border-radius: 5px;
}
.index_new_desc{
    color: #999999;
    font-size: 12px;
    display: block;
}

.index_new_cate a{
    color: #3DB0F4;
    background: #F6FBFE;
    border-radius: 5px;
    padding: 3px 10px;
    margin-right: 15px;
}
.index_new_cate span{
    color: #999999;
}
.footer{
    position: fixed;
    width: 100%;
    height: 65px;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.footer ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    background: #5A9AF9;
    color: #fff;
    height: 70px;
    font-size: 12px;
}
.footer ul li:first-child{
    border-radius: 40px 0 0 0 ;
}
.footer ul li:last-child{
    border-radius: 0 40px 0 0 ;
}
.footer ul li:last-child p{
    color: #fff;
}
.footer ul li:first-child img,.footer ul li:last-child img{
    width: 30px;
    margin-top: 10px;
}
.footer ul li:nth-child(2) a{
    width: 75px;
    height: 75px;
    position: relative;
    display: block;
    background: #f9f9f9;
    border-radius: 50%;
    z-index: 99;
    margin: -30px auto 0;
    border: 3px solid #5A9AF9;
    color: #5A9AF9;
}

.footer ul li:nth-child(2) img{
    margin-top: 6px;
    width: 50%;
}
.h100{
    height: 90px;
    background: rgba(255,255,255,0);
}

.index_footer{
    background: #F5F5F7;
    text-align: center;
    padding: 15px 0 100px;
}
.index_footer p{
    font-size: 12px;
    line-height: 2.0;
    color: #757575;
}
#nav_box{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0,0,0,0.3);
    top: 0;
    left: 0;
    display: none;
}
#nav_box ul{
    background: #fff;
    width: 90%;
    margin:7% auto 0;
    padding: 10px 0 20px;
    border-radius: 10px;
}
#nav_box .top_name{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background-position: 10px ;
    background-repeat: no-repeat;
    background-size:auto 20px;
    padding-left: 35px;
    font-weight: bold;
    border-radius: 5px;
}
#nav_box ul li:nth-child(1){
    margin-bottom: 5px;
}
#nav_box ul li:nth-child(1) .top_name{
    background-image: url("/static/mobile/images/icon.png");
    color: #F64646;
}
#nav_box ul li:nth-child(2) .top_name{
    background-image: url("/static/mobile/images/icon01.png");
    color: #3DB0F4;
}
#nav_box ul li:nth-child(3) .top_name{
    background-image: url("/static/mobile/images/icon02.png");
    color:#FF706A ;
}
#nav_box ul li:nth-child(4) .top_name{
    background-image: url("/static/mobile/images/icon03.png");
    color:#7EA4F8 ;
}
#nav_box ul li:nth-child(5) .top_name{
    background-image: url("/static/mobile/images/icon04.png");
    color:#18BBC7 ;
}
#nav_box ul li:nth-child(6) .top_name{
    background-image: url("/static/mobile/images/icon05.png");
    color:#786CFF ;
}
#nav_box ul li:nth-child(7) .top_name{
    background-image: url("/static/mobile/images/icon06.png");
    color:#FFAD42 ;
}
#nav_box ul li:nth-child(8) .top_name{
    background-image: url("/static/mobile/images/icon07.png");
    color:#7EA4F8 ;
}
#nav_box .cate_name_box{
    padding: 5px 10px 0;
}
#nav_box .cate_name_box a{
    font-size: 14px;
    margin-bottom: 10px;
}
#nav_off {
    position: absolute;
    right: 5%;
    top: 4%;
}
#nav_off img{
    width: 35px;
}

/***** search *****/
#search{
    background: #f5f5f7;
}
#search .head_search {
    display: none;
}
.search_bg{
    padding: 15px 0;
    background: #fff;
    margin-bottom: 10px;
}
.search_box{
    width: 90%;
    margin:0 auto;
    position: relative;
    height: 32px;

}
.in_text{
    width: 75%;
    height: 32px;
    border: 0;
    background-color: #F5F5F7;
    border-radius: 25px;
    padding: 0 13% 0 12% ;
    background-image: url("/static/mobile/images/search_02.png");
    background-repeat: no-repeat;
    background-position: 8px 50%;
    background-size: 28px;
    font-size: 14px;
    outline: none;
}
.search_btn{
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 14px;
    color: #229AFF;
}
.hot_tag{
    overflow: hidden;
    padding: 0 15px;
}
.hot_tag a{
    font-size: 14px;
    background: #fff;
    color: #888;
    margin-right: 15px;
    padding:5px 15px;
    display: block;
    float: left;
    margin-bottom: 10px;
    border-radius: 8px;
}
.search_list{

}
.search_list ul li{
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}
.search_list .a_hidden{
    margin-bottom: 0;
}
.search_new_info{
    width: 220px;
}
.search_time{
    color: #757575;
    margin-top: 10px;
}
.page{
    text-align: center;
    padding: 15px;
}
.page ul li{
    display:inline-block;
    margin: 0 8px;
}
.page ul li a{
    font-size: 14px;
}


/******** 栏目 *******/
.ks_name{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #5A9AF9;
    border-radius: 5px;
    background: #F6FBFE;
    font-size: 18px;
    font-weight: bold;
    width: 96%;
    margin: 10px auto;
}
.ks_list{
    padding: 10px 15px;
}
.ks_list dt,.ks_list dd{
    overflow: hidden;
}
.ks_list dt{
    margin-bottom: 5px;
}
.ks_list .dot{
    background:#5A9AF9 url("/static/mobile/images/times.png") no-repeat center center;
    width: 26px;
    height: 26px;
    display: block;
    background-size: 20px auto;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
    font-style: normal;
    margin-top: 2px;
}
.ks_list dt p{
    color: #333;
    font-size:16px ;
    width: 45%;
    line-height: 30px;
}
.ks_list dt .dates_time{
    font-size: 14px;
    background: #5A9AF9;
    color: #fff;
    padding: 2px 10px;
    border-radius: 5px;
}
.ks_list dd{
    margin-bottom: 10px;
    margin-left: 35px;
    line-height: 25px;
    background: #F6FBFE;
    padding: 3px 5px 3px 8px;
    border-radius: 5px;
}
.ks_list dd a{
    margin-right: 5px;
}
.date_more {
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 14px;
    background: #5A9AF9;
    width: 90%;
    margin: 0 auto 10px;
    border-radius: 5px;
}
.date_none{
    display: none;
}
.cate_list{
    padding-top: 10px;
}
.cate_new_list{
    overflow: hidden;
}
.cate_list_name{
    padding: 10px 15px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    background: #F5F5F7;
}
.cate_list_name a{
    float: right;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 3px 10px;
    font-weight: normal;
    color: #757575;
}
.cate_icon{
    display: inline-block;
    width: 5px;
    height: 25px;
    float: left;
    margin-right: 5px;
}
.cate_list .cate_new_list .cate_list_name{
    color: #5A9AF9;
}
.cate_list .cate_new_list .cate_list_name .cate_icon{
    background: #5A9AF9;
}
.cate_list .cate_new_list:nth-child(2) .cate_list_name{
    color: #FF706A;
}
.cate_list .cate_new_list:nth-child(2) .cate_list_name .cate_icon{
    background: #FF706A;
}
.cate_list .cate_new_list:nth-child(3) .cate_list_name{
    color: #18BBC7;
}
.cate_list .cate_new_list:nth-child(3) .cate_list_name .cate_icon{
    background: #18BBC7;
}
.cate_list .cate_new_list:nth-child(4) .cate_list_name{
    color: #786CFF;
}
.cate_list .cate_new_list:nth-child(4) .cate_list_name .cate_icon{
    background: #786CFF;
}
.cate_list .cate_new_list:nth-child(5) .cate_list_name{
    color: #FFAD42;
}
.cate_list .cate_new_list:nth-child(5) .cate_list_name .cate_icon{
    background: #FFAD42;
}
.news_list_ul li{
    overflow: hidden;
    border-bottom: 1px solid #F5F5F7;
    padding: 15px;
}
.new_info {
    width: 62%;
}
.new_img {
    width: 35%;
}
.new_img img{
    border-radius: 5px;
}
.new_title{
    font-size: 14px;
    margin-bottom: 5px;
}
.new_title span{
    color: #757575;
    font-weight: 400;
}
.new_dems{
    margin-bottom: 10px;
    color: #757575;
    line-height: 1.5;
}
.new_time {
    color: #757575;
}
.new_time span{
    margin-right: 20px;
}
.p_b_5{
    padding-bottom: 5px;
}

.position{
    padding: 15px 15px;
    background: #F5F5F7;
}
.position a{
    color: #999;
    font-size: 1em;
}
.article_box{

}
.show_title{
    font-size: 16px;
    padding: 10px 15px 0;
}
.add_time{
    color: #757575;
    padding: 10px 15px;
}
.article_box .show_txt{
    padding: 10px 15px;
    line-height: 2;
    font-size: 14px;
    color: #757575;
    text-align:justify;
}
.show_txt div,.show_txt p{
    font-size: 14px;
}
.show_txt img{
    margin: 10px 0;
}
.mzsm{
    background: #f5f5f5;
    padding: 10px 15px;
    color: #757575;
    line-height: 1.8;
    text-align:justify;
    margin: 10px 0 0;
    border-radius: 5px;
}
.mzsm .red{
    color: #E27B7B;
}
.new_share{
    padding: 15px 0 15px 20px;
    background: #fff;
    border-bottom: 10px solid #f5f5f7;
     display: none;
}
.new_share a{
    float: none !important;
    background-size: contain;
    margin-right: 10px !important;
    border-radius: 50%;
}
.new_share .friend{
    background-image: url("/static/mobile/images/qq.png") !important;
}
.new_share .qqzone{
    background-image: url("/static/mobile/images/qzone.png") !important;
}
.new_share .wechat{
    background-image: url("/static/mobile/images/wechat.png") !important;
}
.new_share .sina{
    background-image: url("/static/mobile/images/sina.png") !important;
}

.tj_name{
    font-size: 18px;
    color: #5A9AF9;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}
.show_new_list{
    margin-bottom: 10px;
}
.show_new_list li{
    overflow: hidden;
    padding: 10px 15px;
    border-bottom: 1px solid #F5F5F7;
}

/******线上报名*****/
.online_name{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: #5A9AF9;
    padding: 15px 0;
}
#enlist{
    background: #F5F5F7;
}
.form_box{
    width: 86%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
.form_box ul li{
    padding: 15px 0;
    border-bottom: 1px solid #F5F5F7;
    vertical-align: middle;
}
.form_box ul li span{
    font-size: 14px;
    margin-right: 10px;
}
.form_box ul li .red{
    color: #EA3636;
    margin-right: 3px;
    font-style: normal;
}
.form_box ul li label{
    color: #757575;
    font-size: 14px;
    margin-right: 15px;
}
.form_box ul li input{
    margin-right: 3px;
    outline:none;
    color: #757575;
}
.form_box .in_txt{
    border: none;
    font-size: 14px;
    padding-left: 5px;
}
.form_box .hide{
    visibility: hidden;
}
.form_box ul li label input{
    width: 15px;
    height: 15px;
    vertical-align: sub;
}
.form-control{
    width: 25%;
    border-radius: 5px;
    padding: 3px 0;
    color: #757575;
    margin-right: 3px;
}
#form_btn{
    color: #fff;
    font-size: 18px;
    height: 46px;
    background: #5A9AF9;
    border-radius: 23px;
    border: none;
    width: 100%;
}
.form_box ul li:last-child{
    border-bottom: none;
}
.project{
    width: 33%;
    padding: 3px 5px;
    border-radius: 5px;
    color: #757575;
    outline: none;
    margin-right: 5px;
}
/****关于开锐****/
.about_content_box{
    padding: 10px 15px;
    text-align: justify;
    line-height: 1.5;
    color: #757575;
}
.about_list .cate_new_list .cate_list_name{
    background: none;
}
.about_list .cate_new_list,.about_content_box{
    border-bottom: 10px solid #f5f5f7;
}
.about_list .cate_new_list:first-child .cate_list_name{
    color: #5A9AF9;
}
.about_list .cate_new_list:first-child .cate_list_name .cate_icon{
    background: #5A9AF9;
}
.about_list .cate_new_list:nth-child(2) .cate_list_name{
    color: #FFAD42;
}
.about_list .cate_new_list:nth-child(2) .cate_list_name .cate_icon{
    background: #FFAD42;
}
.about_addr{
    padding: 10px 15px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    color: #5A9AF9;
}
.about_addr .cate_icon{
    background: #5A9AF9;
}
.addr_list{
    padding: 5px 15px;
}
.addr_name{
    font-size: 12px;
}
.addr_list{
    position: relative;
    text-align: justify;
    height: 400px;
}
.addr_list dt{
    display: inline-block;
    padding: 0 18px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #5A9AF9;
    color: #5A9AF9;
    margin-bottom: 10px;
    border-radius: 5px;
}
.addr_list dt.active{
    background: #5A9AF9;
    color: #fff;
}
.addr_list_box{
    height: 0;
    position: absolute;
    top:115px ;
    left:15px;
    right: 15px;
    padding: 0 10px;
    overflow: hidden;
}

.addr_list dd.active{
    height: 300px;
    border: 1px solid #ddd;
}
.addr_title{
    font-size: 16px;
    margin-bottom: 8px;
    color: #5A9AF9;
    padding-left: 25px;
    background: url("/static/mobile/images/addr.png") 0 50% no-repeat;
    background-size: 20px auto;
    margin-top: 10px;
}
.addr_address{
    margin-bottom: 20px;
    color: #757575;
    font-size: 14px;
}


.foot_box{
    padding: 10px 5%;
    overflow: hidden;
    text-align: center;
}
.foot_l_box{
    width: 47%;
}
.foot_code{
    padding: 5px 0;
}
.foot_code img{
    width: 100px;
}
.foot_m_line{
    width: 6%;
    height: 60px;
    float: left;
    text-align: center;
}
.foot_m_line span{
    display: inline-block;
    width: 2px;
    height: 70px;
    background: #ddd;
}


@media screen and (min-width: 416px){
    body{
        font-size: 1em;
    }
    .new_title{
        font-size: 1.5em;
    }
    .new_dems{
        font-size: 1.2em;
        padding-top: 10px;
    }
}




