@charset "utf-8";

/*
*	****************************************
*	*           public inside               
*	****************************************
*/
/*banner*/
#banner{
    position: relative;
    overflow: hidden;
}
#banner img{
    display: block;
    width: 100%;
    min-width: 768px;
}

/*about*/
#about .wrap{
    display: block;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin: 0 auto;
}
#about .wrap img{
    display: block;
    width: 100%;
}
#about .wrap .limg{
    width: 100%;
}

#about .wrap p{
    margin-bottom: 15px;
}

/*images*/
#images ul{
    margin: 0 -5px;
}
#images li{
    margin-bottom: 10px;
}
#images li a{
    display: block;
    background: #fff;
    position: relative;
}
#images li img{
    display: block;
    width: 100%;
    border: 2px solid #fff;
}
#images li p{
    font-size: 16px;
    height: 40px; 
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    color: #333;
}

/*news*/
#news ul{
    margin: 0 -5px;
}
#news li{
    margin-bottom: 20px;
}
#news li a{
    display: block;
    box-shadow: none;
}
#news li a:active{
    box-shadow: 0 0 5px 0 #ffa39e;
}
#news li img{
    display: block;
    width: 100%;
}
#news .text{
    background: #fff;
    padding: 15px 10px 15px 10px;
}
#news li h1{
    font-size: 16px;
    color: #333;
    line-height: 16px;
    margin-bottom: 15px;
    font-weight: bold;
}
#news li p{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    position: relative;
}
/*news_read*/
#news_read .article{
    width: 100%;
}
#news_read .article .title{
    margin-bottom: 30px;
    text-align: center;
}
#news_read .article .title h1{
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: bold;
}
#news_read .article .title p{
    font-size: 12px;
    color: #666;
    line-height: 12px;
}
#news_read .article .text p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
#news_read .article .text img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
#news_read .hot{
    display: none;
}


/*join*/
#join .join{
    margin-bottom: 30px;
}
#join .join h3{
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px;
}
#join .join p{
    font-size: 16px;
    line-height: 28px;
    color: #333;
    margin-bottom: 5px;
}
#join .form{
    background: url('../images/form_bg.jpg') center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-shadow:  0 0 5px 0 #999;
    min-height: 500px;
    padding: 30px 15px;

}
#join .form .wrap{
    max-width: 400px;
    margin: 0 auto;
    font-size: 14px;
}
#join .form .title{
    font-size: 18px;
    font-weight: bold;
    color: #da251c;
    line-height: 18px;
    margin-bottom: 35px;
}
#join .form sup{
    color: #da251c;
}
#join .form .text{
    border-bottom: 1px solid #ccc;
    height: 25px;
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
}
#join .form .text label{
    height: 24px;
    line-height: 24px;
    display: block;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: 1px;
    padding: 0;
}
#join .form .text input{
    display: block;
    width: 100%;
    float: left;
    background: none;
    border: none;
    height: 24px;
    line-height: 24px;
    outline: none;
    letter-spacing: 1px;
}
#join .form .radio{
    margin-bottom: 15px;
    position: relative;
    line-height: 24px;
    letter-spacing: 1px;
}
#join .form .radio label{
    height: 24px;
    line-height: 24px;
    display: block;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0;
    margin-right: 20px;
    float: left;
}
#join .form .radio input{
    display: block;
    outline: none;
    position: static;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 5px;
    -webkit-appearance: radio;
    float: left;
}
#join .form .radio span{
    display: block;
    float: left;
}
#join .form .textarea{
    line-height: 24px;
    margin-bottom: 15px;
    position: relative;
}
#join .form .textarea label{
    height: 24px;
    line-height: 24px;
    display: block;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 0;
}
#join .form .textarea textarea{
    outline: none;
    display: block;
    border: none;
    background: none;
    border-bottom: 1px solid #ccc;
    height: 50px;
    font-size: 14px;
    width: 100%;
    resize: none;
}
#join .form .submit{
    width: 100px;
    height: 30px;
    background: #da251c;
    outline: none;
    border: none;
    color: #fff;
    margin-top: 30px;
    cursor: pointer;
}
#join .form .submit:hover{
    background: #ff0c00;
}


/*contact*/
#contact .title{
    font-size: 20px;
    color: #333;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
    text-align: center;
}
#contact .info{
    padding: 40px 15px;
    background: url('../images/contact_bg.jpg') center center no-repeat;
    background-size: 100% 100%;
     -webkit-box-shadow: 0  0 8px 0 #999;
    box-shadow: 0  0 8px 0 #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}
#contact .info .wrap{
    max-width: 520px;
    margin: 0 auto;
}
#contact .info .item{
    margin-bottom: 40px;
    text-align: center;
}
#contact .info p{
    font-size: 16px;
    color: #333;
    line-height: 16px;
}
#contact .info .glyphicon-map-marker,
#contact .info .glyphicon-envelope,
#contact .info .glyphicon-earphone{
    font-size: 30px;
    color: #333;
    vertical-align: top;
    padding-right: 10px;
}
#contact .info .map{
    height: 250px;
    -webkit-box-shadow: 0  0 5px 0 #999;
    box-shadow: 0  0 5px 0 #999;
}

#map{
    width: 100%;
    height: 250px;
}
.BMap_cpyCtrl,
.anchorBL,
.BMap_stdMpCtrl,
.BMapLabel{
    display: none !important;
}



#contact .form{
    padding: 40px 15px;
    background: url('../images/contact_bg.jpg') center center no-repeat;
    background-size: 100% 100%;
     -webkit-box-shadow: 0  0 8px 0 #999;
    box-shadow: 0  0 8px 0 #999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 30px;
}
#contact .form .wrap{
    max-width: 530px;
    margin: 0 auto;
}
#contact .form input[type=text]{
    display: block;
    width: 100%;
    padding: 0 10px;
    height: 43px;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #333;
    outline: none;
    background: none;
    font-size: 16px;
    margin-bottom: 25px;
}
#contact .form textarea{
    padding: 10px;
    display: block;
    width: 100%;
    height: 200px;
    background: none;
    border: none;
    border-bottom: 1px solid #ccc;
    color: #333;
    outline: none;
    background: none;
    font-size: 16px;
    line-height: 24px;
}
#contact .form input[type=submit]{
    width: 100px;
    height: 30px;
    background: #da251c;
    outline: none;
    border: none;
    color: #fff;
    margin-top: 36px;
    cursor: pointer;
}
@media (max-width: 768px){
    .in_nav_box .path{
        display: none;
    }
    .fix_padding{
        padding-left: 0;
        padding-right: 0;
    }
    .in_nav_box{
        padding: 0;
        margin-bottom: 30px;
    }
    .in_nav{
        overflow: hidden;
    }
    .in_nav li{
        float: left;
        width: 33.3333333%;
        height: 40px;
    }
    .in_nav li a{
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        color: #333;
        font-size: 16px;
    }
    .in_nav li:active a,
    .in_nav li.active a{
        border-color: #da251c;
        background: #da251c;
        color: #fff;
    }
    


}
@media (max-width: 1120px){
    #banner{
        height: 280px;
    }
    #banner img{
        position: absolute;
        left: 50%;
        margin-left: -560px;
        width: 1120px;
    }
}

@media (min-width: 768px){
    .fix_padding{
        padding: 0 10px;
    }
    .in_nav_box .path{
        display: block !important;
    }
    .in_nav_box{
        height: 32px;
        margin-top: 35px;
        margin-bottom: 30px;
        border-bottom: 1px solid #cdcdcd;
    }
    .in_nav_box .path{
        float: left;
        font-size: 14px;
        color: #333;
        line-height: 32px;
    }
    .in_nav_box .path a{
        color: #333;
    }
    .in_nav_box .path a:hover{
        text-decoration: underline !important;
    }
    .in_nav_box .path a:last-child{
        color: #da251c;
        font-weight: bold;
    }



    .in_nav{
        float: right;
        height: 32px;
        overflow: hidden;
        padding-top: 8px;
    }
    .in_nav li{
        margin-left: 45px;
        float: left;
        height: 24px !important;
        width: auto !important;
    }
    .in_nav li.active{
        border-bottom: 2px solid #da251c;
    }
    .in_nav li a{
        display: block;
        height: 24px;
        line-height: 14px;
        color: #333;
        border: none;
    }
    .in_nav li:hover a{
        color: #da251c;
    }
    .in_nav li:active a,
    .in_nav li.active a{
        background: none;
        color: #333;
    }
    /*about*/
    #about .wrap{
        width: 80%;
    }
    /*images*/
    #images li a:hover{
        background: #da251c;
    }
    #images li a:hover img{
        border-color: #da251c;
    }
    #images li a:hover p{
        color: #fff;
    }

    /*news*/
    #news li{
        margin-bottom: 10px;
    }
    #news a{
        position: relative;
        top:0;
    }
    #news a:hover{
        top: -3px;
    }

     /*news_read*/
    #news_read .article{
        float: left;
        width: 67%;
    }
    #news_read .hot{
        display: block;
        float: right;
        width: 27%;
        min-height: 500px;
    }
    #news_read .hot .title{
        font-size: 16px;
        font-weight: bold;
        color: #333;
        padding-left: 13px;
        border-left: #da251c 3px solid;
        line-height: 16px;
        margin-bottom: 70px;
    }
    #news_read .hot li{
        border-bottom: 1px dashed #ccc;
        margin-bottom: 30px;
    }
    #news_read .hot li a{
        display: block;
    }
    #news_read .hot h1{
        font-size: 16px;
        color: #333;
        line-height: 16px;
        margin-bottom: 10px;
    }
    #news_read .hot .summary{
        font-size: 14px;
        color: #888;
        line-height: 24px;
        margin-bottom: 20px;
    }
    #news_read .hot .time{
        font-size: 12px;
        color: #999;
        line-height: 12px;
        margin-bottom: 15px;
    }
    #news_read .hot li a:hover h1{
        color: #da251c;
    }


    /*join*/
    #join .join{
        width: 51%;
        float: right;
    }
    #join .form{
        width: 42%;
        float: left;
    }

    /*contact*/
    #contact .form{
        float: right;
        width: 56%;
    }
    #contact .info{
        float: left;
        width: 39.3%;
    }
}

@media (min-width: 992px){
    .fix_padding{
        padding: 0 15px;
    }
    .in_nav_box{
        margin-top: 50px;
        margin-bottom: 40px;
    }
    #about .wrap .limg{
        display: block;
        padding-right: 15px;
        width: 350px;
        float: left;
    }
    #about .wrap .limg img{
        display: block;
        width: 100%;

    }

    #images ul{
        margin: 0 -8px;
    }
    #images li{
        margin-bottom: 15px;
    }


    /*news*/
    #news ul{
        margin-left: -8px;
        margin-right: -8px;
    }
    #news li{
        margin-bottom: 16px;
    }
    #news .text{
        padding: 20px 20px;
    }

   
}

@media (min-width: 1200px){
    .in_nav_box{
        margin-top: 70px;
        margin-bottom: 60px;
    }
    
    #about .wrap .limg{
        width: 500px;
    }
}

