/* 头部 */

.header{
    background-color: #BD1A2D;
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}

.header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    position: relative;
    height: 100%;
}

.header_inner a{
    color: #fff;
    font-size: 14px;
}

.header_logo{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 18px;
    height: 90px;
    width: 221px;
    text-align: center;
    background: url(../images/logo_out.png) no-repeat center;
	z-index: 999999;
}

.header_logo img{
    height: 90px;
    width: 90px;
}

.header_left-inner{
	position: relative;
	display: inline-block;
}

.img-box{
	background-color: #BD1A2D;
	padding: 10px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 30px;
	z-index: 99999;
	height: 85px;
	width: 85px;
	display: none;
}

.img-box img{
	height: 85px;
	width: 85px;
}

.header_left a{
    margin-right: 20px;
}

.header_left img{
    vertical-align: middle;
    /*margin-right: 10px;*/
}

.header_right a:first-child{
    border-right: 1px solid #fff;
    padding-right: 15px;
    margin-right: 10px;
}
/* 头部 */


/* banner */
.banner{
    height: 300px;
    width: 100%;
    position: relative;
}

.banner_main{
    width: 100%;
    height: 100%;
}

.banner_search{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 125px;
    text-align: center;
}

.banner_search p:nth-child(1){
    font-size: 36px;
    margin-bottom: 5px;
}

.banner_search p:nth-child(2){
    font-size: 14px;
    color: #BD1A2D;
    margin-bottom: 15px;
}

.search_main{
    display: flex;
    justify-content: center;
}

.search_main input{
    background-color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 8px;
    outline: none;
    border: none;
    font-size: 14px;
    min-width: 250px;
    font-family: '微软雅黑';

}

.search_main button{
    background-color: #BD1A2D;
    color: #fff;
    border-radius: 0 10px 10px 0;
    border: none;
    font-size: 16px;
    padding: 5px 20px;
}

.hot_word{
    color: #000 !important;
    margin-bottom: 0 !important;
    margin-top: 10px;
}

.hot_word a{
    color: #666666;
    margin-right: 30px;
}

.banner_time{
    position: absolute;
    right: 10%;
    bottom: 22px;
}

.banner_time img{
    height: 103px;
    width: 280px;
}

.hour{
    position: absolute;
    top: 41px;
    left: 66px;
    color: #BD1A2D;
    width: 25px;
    text-align: center;
}

.min{
    position: absolute;
    top: 41px;
    left: 131px;
    color: #BD1A2D;
    width: 18px;
    text-align: center;
}

.sec{
    position: absolute;
    top: 41px;
    left: 193px;
    color: #BD1A2D;
    width: 18px;
    text-align: center;
}
/* banner */

.gray_box{
    background-color: #F1F1F1;
    padding: 70px 0;
}