/* con8 */

.con8{
    width: 100%;
    padding-top: 46px;
}
.c8_title{
    position: relative;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;color: #0876ef;
    text-align: center;
    z-index: 99px;
    width: 150px;
    background: #fff;
    margin: 0 auto
}
.c8_lian{
    border: 1px solid #dddddd;
    margin-top: -18px;  
    height: 108px;
    overflow: auto;
}
.c8_lian ul{
    width: 1140px;
    margin:30px;
}
.c8_lian ul li{
    float: left;
    font-size: 14px;
    line-height: 34px;
}
.c8_lian ul li + li{
    margin-left: 30px;
}
.c8_lian ul li:nth-child(10n+1){
    margin-left: 0;
}
.c8_lian ul li a{
    color: #333;
}

/* bottom */
.bottom_box{
    width: 100%;
}
.bt_up{
    background: #333333;
    width: 100%;
	overflow:hidden;
    padding: 40px 0 32px 0;
    color: #fff;
}
.bt_up_left{
    width: 646px;
    float: left;
	overflow:hidden;
}
.bt_ul_contact{
    width: 70%;
    float: left;
}
.bt_ul_contact a{ color:#ffffff;}
.bt_phhone{
    width: 100%;
    height: 70px;
}
.bt_phhone img{
    width: 70px;
    float: left;
}
.bt_phonex{
    float: left;
    height: 62px;
    padding:4px 12px;
    border-left: 1px solid #ffffff;
    line-height: 28px;
    margin-left: 10px;
}
.bt_phonex p:nth-child(1){
    font-size: 14px;
}
.bt_phonex p:nth-child(2){
    font-size: 26px;
    font-weight: bold;
}
.bt_ul_contact>p{
    font-size: 12px;
    line-height: 26px;
}
.bt_ul_contact>p:nth-child(2){
    margin-top: 16px;
}
.bt_ul_er{
    float: right;
    width: 122px;
    padding: 20px 50px 0 0;
}
.bt_er{
    width: 122px;
    height: 122px;
}
.bt_er>img{
    width: 100%;
}
.bt_ul_er>p{
    font-size: 14px;
    text-align: center;
    line-height: 28px;
}
.bt_up_hr{
    width: 1px;
    height: 170px;
    background-color: #ffffff;
    float: left;
}
.bt_up_right{
    width: 510px;
    float: right;
}
footer{background: #333333;	overflow:hidden; padding:30px 0; font:normal 14px/28px "微软雅黑"; color:#ffffff;}
footer ul{
    padding: 10px 0; overflow:hidden;
}
footer ul>li{
    float: left;
    font-size: 14px;
    line-height: 24px;
    padding-right: 4px;
}
footer ul>li>a{
    color: #fff;
    padding-right: 4px;
}

footer p{
    clear: both;
    font-size: 12px;
    line-height: 26px;
    /* padding-left: 4px; */
}
footer p>a{
    color: #fff;
}
.bt_dw{
    background: #242424;
    width: 100%;
    height: 60px;
    color: #fff;
	border-top:1px solid #ffffff;
    position: fixed;
	z-index:68;
    bottom: 0px;
}   
.bt_bw_left{
    width: 666px;
    float: left;
    font-size: 24px;
    line-height: 60px;
    margin-left: 20px;
}
.bt_bw_left>span{ animation:blink 0.3s linear infinite; color:#e10602; font-weight:bold; display:inline-block; vertical-align:top; width:140px; text-align:center;}
@keyframes blink{
	0%{ font-size:30px;}
	50%{ font-size:34px;}
	100%{ font-size:32px;}
	/*0%{ color:#e10602;}
	30%{ color:#e10602;}
	60%{ color:#ffffff;}
	100%{ color:#ffffff;}*/
	/*0%{ color:#dc881c; font-size:30px;}
	50%{ color:#dc881c; font-size:24px;}
	100%{ color:#e10602; font-size:28px;}*/
}
.bt_bw_right{
    width: 450px;
    padding: 0 30px;
    float: left;
}
.bt_input{
    width: 260px;
    margin: 14px 8px;
    height: 30px;
    float: left;
}
.bt_input>.input{
    display: block;
    float: left;
    width: 166px;
    height: 30px;
    border: none;
    padding-left: 8px;
    color: #5f5f5f;
}
.bt_input>.btn{
    width: 80px;
    height: 30px;
    background-color: #e10602;
    color: #fff;
    line-height: 30px;
    text-align: center;
    float: right;
    cursor:pointer;
    border: none;

}
.bt_bw_right>p{
    font-size: 14px;
    line-height: 60px;
}
.bt_bw_right>p>em{
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    color: #e10602;
}

.links{
    font-size: 12px;
    color: #fff;
    line-height: 20px; 
    display: block;
}
.links>em{
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #fff;
}
.links>span{
    width: 12px;
    height: 10px;
    display: inline-block;
    background: url(../images/linkps.png)no-repeat center;
}
.links>div{
    position: absolute;
    overflow: hidden;
    /* display: none; */
    height: 48px;
    width: 596px;
    background-color: rgba(255,255,255,0.3);
    margin-top: 6px;
}
.links>div>li{
    float: left;
    margin: 0 5px;
}
.links>div>li>a{
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}