/* 公共样式 */
.float_left{
	float: left;
}
.float_right{
	float: right;
}
/* 头部样式修改  */
#page_top{ background-color: #222; font-size: 13px; height: 30px; line-height: 30px;}
.top-nav { float: left; margin-left: 10px; overflow: hidden; height: 30px;}
.top-nav li { float: left;}
.top-nav li a { display: inline-block; color: #ccc; padding: 0 8px;}
.login-info { float: right; margin-right: 40px;}
.login-info a { display: inline-block; color: #fff; padding: 0 8px;}
.top a:hover { color: #CCC; text-decoration: none; background-color: #6F6F6F;}

.nav_content{
    width: 1200px;
    line-height: 75px;
    height: 75px;
    margin: 0 auto;
}
.nav_content img{
    vertical-align: middle;
}
.nav_content .nav_list li:nth-of-type(1){
    border-left: 1px solid #e4e4e4;
}
.nav_content .nav_list li{
    cursor: pointer;
    float: left;
    border-right: 1px solid #e4e4e4;
}
.nav_content .nav_list li a{
    display: inline-block;
    padding: 0 20px;
}
.nav_content .nav_list li a:hover{
    color: #fff;
    background: #0068b7;
}
#top{
    width: 100%;
    z-index: 999999999999;
    position: fixed;
    left: 0;
    top: 0;
}
.nav_top{
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    border-bottom: 1px solid #e4e4e4;
}

.banner {
    width: 100%;
    position: relative;
    height: 400px;
    color: #fff;
    overflow: hidden;
}
.banner_slide{
    position: relative;
}
.banner_slide .bd li{
    width: 100%;
    height: 400px;
    cursor: pointer;
}
.banner_slide .bd li a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner_slide .hd{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 10px;
}
.banner_slide .hd li{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    color: transparent;
    background-color: #ccc;
    cursor: pointer;
}
.banner_slide .hd .on {
    background-color: #313234;
}

.mainContent{
    width: 1200px;
    margin: 0 auto;
}
.m_title{
    width: 100%;
    line-height: 22px;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #1E4056;
    margin: 20px 0; 
    position: relative;
    padding-left: 20px;
}
.m_title::before{
    content: '';
    width:5px;
    height:100%;
    background: #0068b7;
    position: absolute;
    left: 0;
    top: 0;
}
.m_btn{
    width: 160px;
    display: inline-block;
    line-height: 40px;
    color: #fff !important;
    font-size: 14px;
    background: #0068b7;   
    border-radius: 3px;
    text-align: left;
}
.m_btn img{
    float: left;
    width: 20px;
    margin: 8px 16px 0px 16px;
}

.try_tip{
    margin: 40px 0;
}
.try_tip img{
    width: 100%;
}
.try_tip .rightBox{
    width: 410px;
    height: 90px;
    position: relative;
    background: url('../img/2.png');
    background-size: 100% 100%; 
}
.try_tip .rightBox .countdown{
    text-align: center;
    margin-top: 16px;
    line-height: 22px;
    padding-bottom: 10px;
}
 .try_tip .rightBox .countdown b{
    font-weight: 900;
    font-style: normal;
    font-size: 20px;
    color: #0068B7;
}

/*正在申请*/
.try_box{
    margin: 40px 0;
}
.try_box ul li{
    width: 350px;
    float: left;
    min-height: 750px;
    border: 1px solid #e4e4e4;
    margin-right: 70px;
}
.try_box ul li:nth-of-type(3){
    margin-right: 0;
}
.try_box ul li .theme_img{
    width: 100%;
    height: 290px;
}
.img_mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    line-height: 290px;
    text-align:center;
    color: #fff;
    font-size: 16px;
    background: rgb(0,0,0,.3);
}
.try_box ul li .info_atea{
    padding: 12px 12px 0 12px;
    text-align: center;
}
.info_atea h3{
    text-align: center;
    font-size: 14px;
}
.info_atea .pl6{
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #999999;
}
.info_atea .pl6 span{
    margin:0 10px;
}

.info_atea { padding: 5px 8px; text-align: center; }
.info_atea h3 a { font: bold 14px/26px "微软雅黑"; color: #333; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.info_atea h3 a:hover { color: #c00; text-decoration: none; }
.info_atea .a-btn { display: inline-block; background: #0068b7; border-radius:5px; width: 85px; height: 30px; font: 13px/32px "微软雅黑"; color: #fff; text-align: center; margin: 10px 8px 22px; }
.info_atea .a-btn:hover { color: #fff; background: #0068b7; text-decoration: none; }
.a-num,.a-person,.see_report,.dots { color: #093; }
.countdown { color: #666;font-size: 12px;padding-bottom: 20px;border-bottom: 1px solid #e4e4e4;}
.countdown b { color: #DD2222; margin: 0 2px 0 2px; font-weight: bold; }
.info_des {width: 100%;padding: 20px 0;font-size: 12px;padding: 15px;box-sizing: border-box;}
.info_des h4{
 font-weight: bold;
 color: #666666;
}
.info_des p{
    color: #999999;
    margin: 10px 0;
}
.info_des img{
    width: 5px;
    height: 5px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

.consultBox{
    margin: 40px 0;
}
.consultList li{
    width: 566px;
    text-align: center;
    float: left;
}
.consultList li:nth-of-type(1){
    margin-right: 60px;
}
.consultList li h3{
    color:  #0068B7;
    background-color: rgba(246, 250, 253, 1);
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 60px;
}
.consultList li .itemContent{
    border: 1px solid #e4e4e4;
    border-top: 0;
    height: 200px;
    padding: 20px; 
}
.itemContent p{
    margin: 10px 0;
}
.videoList{
    padding: 20px;
    border: 1px solid #1388ba;
    border-radius: 10px;
    margin: 40px 0;
}
.videoList li{
    width: 250px;
    height: 220px;
    float: left;
    margin-right: 50px;
    margin-bottom: 40px;
}
.videoList li:hover{
    box-shadow: 0px 0px 6px #ccc;
}
.videoList li:nth-of-type(4n){
    margin-right: 0;
}
.videoList li .imgBox{
    width: 250px;
    height: 170px;
    position: relative;
}
.videoList li .imgBox .playBox{
    cursor: pointer;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    background: rgba(23, 99, 153, .6);
    border-radius: 50%;
}
.videoList li .imgBox .playBox:hover{
    background: #1388ba;
}
.videoList li p{
    padding: 0 10px;
    font-size: 14px;
    box-sizing: border-box;
}
.videoList li p:hover{
    color: #1388ba;
}
.playBox img{
    vertical-align: middle;
}
.imgBox span{
    display: inline-block;
    width: 120px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background: #1388ba;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px 0 0 0;
}

.concatUsBox{
    width: 100%;
    height: 260px;
    background: #515151;
}
.concatUsContent{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    color: #fff;
    padding: 30px 0;
    box-sizing: border-box;
}
.concatUsContent h3{
    margin-bottom: 20px;
}
.concatUsContent .leftBox{
    width: 360px;
    float: left;
}
.concatUsContent p{
    word-wrap: break-word;
    font-size: 12px;
}
.concatUsContent .rightBox{
    width: 770px;
    float: right;
}
.concatUsContent .leftBox img{
    float: left;
    margin-right: 12px;
}
.concatUsContent .rightBox p{
    color: #CCCCCC;
    margin-bottom: 20px;
    margin-top: 10px;
}


.aside_service {
    position: fixed;
    top: 20%;
    right: 0;
}
.aside_service .item {
    position: relative;
    margin-top: -1px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
    width: 70px;
    height: 70px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
.aside_service .ser_icons {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 12px 0 10px;
    vertical-align: top;
    background: url('../img/service.png') no-repeat;
}
.aside_service .app .ser_icons {
    background-position: -24px 0;
}
.aside_service .gzh .ser_icons {
    background-position: -48px 0;
}
.aside_service .contact .ser_icons {
    background-position: -72px 0;
}
.aside_service .share:hover .ser_icons {
    background-position: 0 -24px;
}
.aside_service .app:hover .ser_icons {
    background-position: -24px -24px;
}
.aside_service .gzh:hover .ser_icons {
    background-position: -48px -24px;
}
.aside_service .contact:hover .ser_icons {
    background-position: -72px -24px;
}
.aside_service .item:hover {
    color: #005486;
}
.aside_service .item:hover .showin {
    display: block;
}
.aside_service .showin {
    display: none;
    position: absolute;
    top: -1px;
    right: 70px;
    border: 1px solid #e4e4e4;
    background-color: #fff;
}
.aside_service .showin img {
    margin: 8px 8px 5px;
}

.bdsharebuttonbox {
    margin: 8px 8px 0;
    width: 100px;
    /* height: 60px; */
    text-align: center;
    line-height: 80px;
}
.aside_service .tit {
    padding-bottom: 10px;
    color: #333;
}
.aside_service .share .tit {
    margin-top: 10px;
}
.bdsharebuttonbox .bds_tsina,
.bdsharebuttonbox .bds_weixin {
    display: inline-block;
    float: none;
    background-image: url(http://bbs.elecfans.com/template/elecfans_201508/prize/images/weixin-ico.png);
    background-position: 0 0 !important;
    height: 38px;
    padding: 0;
    width: 38px;
    margin: 0;
    vertical-align: middle;
}
.bdsharebuttonbox .bds_tsina {
    background-image: url(http://bbs.elecfans.com/template/elecfans_201508/prize/images/weibo-ico.png);
    margin: 0 0 0 10px;
}

#apply-lists{
    height: 20px;
    overflow:hidden;
    position: relative; 
    background: #fff;
    margin-top: 9px;
    font-size: 14px;
    color: #999;
    margin-left: 42px;
    width: 360px;
}

.mBox{
    display: none;
}
/*  y移动端适配  */
@media screen and (max-width: 800px) {
    html {
        font-size: 13.333333vw;
    }
	#top{
        display: none;
    }
    .nav_content{
        width: 100%;
        height: 42px;
        line-height: 42px;
        display: flex;
        overflow:hidden; 
    }
    .nav_top{
        top: 0;
        border: none;
    }
    .nav_content .nav_list li{
        border: none !important;
    }
    .nav_content .nav_list li a{
        padding: 0 10px;
    }
    .nav_log img{
        width: 100px;
    }
    .nav_log img:nth-of-type(2){
        display: none;
    }
    .wrap .banner{
        margin-top: 42px !important;
    }
    .pBox{
        display: none;
    }
    .mBox{
        display: block;
    }
    .banner {
        height: 3.6rem;
    }
    .banner_slide .bd li{
        width: 100%;
        height: 3.6rem;
    }
    .mainContent{
        width: 100%;
        padding: 12px;
        box-sizing: border-box; 
    }
    .try_tip{
        margin: 20px 0;
    }
    .try_tip .rightBox{
        width: 100%;
        margin-bottom: 20px;
    }
    #apply-lists{
        margin-left: 36px;
    }
    .try_box ul li{
        width: 100%;
        min-height: 660px;
        height: auto;
        margin-top: 20px;
        border-radius: 5px;
    }
    .consultList li{
        width: 100%;
    }
    .consultList li{
        margin-top: 20px;
    }
    .consultList li h3{
        border: 1px solid #e4e4e4;
        border-bottom: none;
        border-radius: 5px 5px 0  0;
    }
    .consultList li .itemContent{
        border-radius: 0  0 5px 5px;
    }

    .videoList{
        padding: 0;
        border: none;
        margin: 20px 0;
    }
    .videoList li{
        width: 49%;
        height: auto;
        margin-right: 2%;
        overflow:hidden; 
        margin-bottom: 20px;
        border-radius: 10px;
        background: #f9f9f9;
    }
    .videoList li:nth-of-type(2n){
        margin-right:0;
    }
    .videoList li .imgBox{
        width: 100%;
        height: auto;
    }
    .videoList li .imgBox .bgImg{
        width: 100%;
    }
    .videoList li p{
        font-size: 12px;
        -webkit-line-clamp:2;
        display: -webkit-box;
        -webkit-box-orient:vertical;
        text-overflow: ellipsis;
        overflow:hidden; 
        min-height: 36px;
    }
    .concatUsBox{
        height: auto;
    }
    .concatUsContent{
        width: 100%;
        padding: 12px;
        box-sizing: border-box;
    }
    .concatUsContent .leftBox,
    .concatUsContent .rightBox{
        width: 100%;
    }
    .concatUsContent .rightBox{
        margin-top: 30px;
    }
    .footer{
        display: none;
    }
    .aside_service .item{
        background: rgba(225,255,255,0);
        border:none;
        width: 50px;
    }
    .aside_service .share{
        display: none;
    }
    .contact .mBox{
        width: 40px;
        height: 40px;
        background: #fff;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        box-shadow: 0 0 10px #ccc;
    }
    .contact .mBox img{
        width: 20px;
        height: 20px;
        vertical-align: middle;
    }
    .img_mask{
        width: 100%;
    }

    .layui-layer{
        width: 96% !important;
    }
}