@charset "utf-8";
/* 全局CSS定义 */

.about-flash{
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}
.about-flash .about-flash-nr{
    position: absolute;
    left: 45px;
    top: 50%;
    line-height: 24px;
    width: 150px;
    color: #fff;
}
.about-flash .about-flash-nr p{
    display: none;

}
.about-flash .about-flash-nr .title{
    font-size: 30px;
    height: 40px;
    line-height: 40px;
}
@media (min-width: 768px){
    .about-flash{
        overflow: hidden;
        position: relative;
        margin-bottom: 90px;
    }
    .about-flash .about-flash-nr{
        top: 50%;
        width: 250px;
        margin-top: -50px;
    }
    .about-flash .about-flash-nr p{
        display: inline-block;
        text-shadow: 2px 2px 8px #333;
    }
    .about-flash .about-flash-nr .title{
        text-shadow: 2px 2px 8px #333;
    }
}
/*主体部分*/
.main{
    margin: 0 5px;
    border-left: 1px solid #dcdcdc;
    position: relative;
}

.main .about-nav{
    position: absolute;
    left: -3px;
    top: 0;
    width: 170px;
}
.main .about-nav li{
    height: 26px;
    margin-bottom: 20px;
}
.main .about-nav li span{
    margin-top: 10px;
    height: 5px;
    background: #efefef;
    width: 5px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}
.main .about-nav li a{
    height: 26px;
    line-height: 26px;
    background: #efefef;
    width: 105px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-align: center;
    color: #000;
}
.main .about-nav li a:hover{
    text-decoration: none;
}
.main .about-nav li.active span,.main .about-nav li.active a{
    background: #c42423;
    color: #fff;
}


.about-main{
    margin-left: 170px;
}

.about-main .address{
    height: 30px;
    line-height: 20px;
    padding-bottom: 10px;
    text-align: right;
    border-bottom: 1px solid #dcdcdc;
    color: #555555;
}

.about-main .about-content{
    min-height: 500px;
    padding:20px 0 ;
    font-size: 12px;
    line-height: 24px;
}


@media (min-width: 768px){
    .main{
        margin: 0 50px;
    }
    .about-nav{

    }
}

.new_ul{

}

.new_ul .new_li{
    padding:0 0 35px;
    border-bottom: 1px solid #dcdcdc;
    height: 105px;
    overflow: hidden;
    margin-bottom: 25px;
}
.new_ul .new_li .new_li_data{
    overflow: hidden;
    width: 64px;
    float: left;
    height: 70px;
}

.new_ul .new_li .new_li_data{
    overflow: hidden;
    width: 64px;
    height:70px;
    display: inline-block;
    float: left;
    text-align: center;
    margin-right: 25px;
}

.new_ul .new_li .new_li_data .day{
    overflow: hidden;
    width: 64px;
    height:48px;
    line-height: 48px;
    display: inline-block;
    margin-bottom: 2px;
    float: left;
    background: #c42423;
    color: #fff;
    font-size: 30px;
}
.new_ul .new_li .new_li_data .month{
    overflow: hidden;
    width: 64px;
    height:18px;
    line-height: 18px;
    display: inline-block;
    background: #a3a3a3;
    color: #fff;
    font-size: 12px;
}

.new_ul .new_li .new_li_r {
    overflow: hidden;
    height: 70px;
}

.new_ul .new_li .new_li_r .new_li_r_h3{
    overflow: hidden;
    color: #000000;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.new_ul .new_li .new_li_r .new_li_r_h3 a{
    overflow: hidden;
    color: #000000;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
}

.new_ul .new_li .new_li_r .new_li_r_p{
    overflow: hidden;
    color: #000000;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}

/*下载*/
.down_ul .down_li {
    padding:0 0 25px;
    border-bottom: 1px solid #dcdcdc;
    line-height: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}

.down_ul .down_li span{
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #c42423;
    margin-right: 8px;
    margin-top: 8px;
    float: left;
}


.case_ul{

}
.case_ul .case_li{
    float: left;

    cursor: pointer;
    margin-bottom: 30px;
}

.case_ul .case_li .img{
    width: 100%;
    margin:0 auto;
}
.case_ul .case_li .img img{
    width: 100%;
    float: left;
}

.case_ul .case_li .h3{
    font-size: 12px;
    line-height: 20px;
	height:40px;
    text-align: center;
}
.case_ul .pro_li{
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.case_ul .pro_li .img{
    float: left;
    width: 40%;
}
.case_ul .pro_li .pro_li_nr{
    float: left;
    width: 60%;
    padding: 0 15px;
}

.case_ul .pro_li .h3{
    height: 22px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    padding:0;
    margin:5px auto 0;
    overflow: hidden;
}
.case_ul .pro_li .p{
    height: 88px;
    text-align: left;
    font-size: 12px;
    line-height: 22px;
    padding:0;
    margin:5px auto 0;
    overflow: hidden;
}
.case_ul .pro_li .title1{
    font-weight: bold;
}
.book_add textarea{
    max-width: 300px;
    width: 95%;

}