﻿#header{
	width: 100%;
	position: fixed;
	background-color: #ffffff;
	z-index: 100;
	box-shadow: -5px 0px 15px 5px rgba(221,221,221,0.40);
}
.head-main{
	position: relative;
	margin: 0 auto;
	height: 104px;
	padding: 0 20px 0 10px;
	border-top: 4px solid #AD1D26;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-left{
	width: 650px;
}
.head-left img{
	width: 100%;
	height:auto;
}
.head-mid{ flex-grow: 1; }
.head-mid ul{
	display: flex; justify-content: flex-end; margin-right:15px;
}
.head-mid ul li{
	margin: 0 15px;
	font-size: 18px;
}
.head-mid ul li a{
	display: block;
	padding: 15px 0;
	cursor: pointer;
	color: #010101;
	border-bottom: 3px solid transparent;
}
.head-mid ul li a:hover{
	border-bottom: 3px solid #AD1D26;
}
.head-mid ul li .currentSite{
	border-bottom: 3px solid #AD1D26;
}

.head-right{
	display: flex;
}
.more-menu{
	width: 65px;
	height: 65px;
	border-radius: 100%;
	background-color: #C12932;
	box-sizing: border-box;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	cursor: pointer;
}
.more-menu i{
	display: none;
}
.search-menu{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border-radius: 100%;
	border: 1px solid #D8D8D8;
	margin-left: 10px;
	cursor: pointer;
}
.search-menu i{
	color: #9b9b9b;
	font-size: 30px;
}

/* 点击展示搜索框 */
.top-search-box{
	visibility: hidden;
	position: absolute;
	right: 10px;
	width: 300px;
	background-color: #fff;
	height: 68px;
	border: 1px solid #EAEAEA;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 10px 0 20px;
}
.top-search-box table{ height:100%; }

.top-search-input{
    width: calc(100% - 40px);
    height: 100%;
    font-size: 18px;
}
.top-search-box i{
	cursor: pointer;
	font-size: 30px;
	color: #969696;
}
.top-search-input::-webkit-input-placeholder{color:#999}
.top-search-input:-moz-placeholder{color:#999}
.top-search-input::-moz-placeholder{color:#999}
.top-search-input:-ms-input-placeholder{color:#999}
/* 下拉菜单 */
.menu-box{
	display: none;
	position: absolute;
	top: 0;
	height: 100vh;
	width: 556px;
	right: 0;
	color: #ffffff;
	background-color: #AD1D26;
}
.menu-top{
	width: 100%;
	height: 100px;
	border-bottom: 1px solid #c0454b;
	display: flex;
	padding: 0 30px;
	justify-content: space-between;
	box-sizing: border-box;
	align-items: center;
}
.menu-top form{
	width: calc(100% - 90px);
}
.menu-search{
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	border: 1px solid #ca666c;
	padding: 0 10px 0 20px;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-search table{ height:100%; }
.menu-search-input::-webkit-input-placeholder{color:#fff}
.menu-search-input:-moz-placeholder{color:#fff}
.menu-search-input::-moz-placeholder{color:#fff}
.menu-search-input:-ms-input-placeholder{color:#fff}
.menu-search-input{
	width: calc(100% - 40px);
	color: #ffffff;
	height: 100%;
	font-size: 18px;
}
.menu-search,
.close-btn{
	cursor: pointer;
}
.menu-search i{
	font-size: 30px;
}
.close-btn i{
	font-size: 50px;
}
.menu-bottom{
	width: 100%;
	height: calc(100vh - 104px);
	display: flex;
}
.menu-bottom-left{
	width: 45%;
	box-sizing: border-box;
	border-right: 1px solid #bf4249;
	padding: 20px 0;
	overflow: auto;
	scrollbar-width: none; /* firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.menu-bottom-left::-webkit-scrollbar,
.menu-bottom-right::-webkit-scrollbar{
	display: none;  /* Chrome Safari */
}
.menu-bottom-left ul li{
	font-size: 22px;
	margin-bottom: 30px;
	text-align: center;
}
.menu-bottom-left ul li a{
	cursor: pointer;
	position: relative;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out; color:#FFF;
}
.menu-bottom-left ul li a:hover,
.menu-bottom-left ul li .menu-select{
	color: #ef9399;
}
.menu-bottom-left ul li a:after{
    content: '';
    position: absolute;
    width: 0;
    left: 0;
    bottom: -10px;
    border-bottom: 2px solid #ef9399;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
.menu-bottom-left ul li a:hover::after,
.menu-bottom-left ul li .menu-select::after{
	width: 100%;
}
.menu-bottom-right{
	width: 55%;
	padding: 30px 20px;
	overflow: auto;
	scrollbar-width: none; /* firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
.menu-each-btn{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
	cursor: pointer;
}
.menu-each-btn a{
	color: #fff;
}
.menu-icon{
	margin: 0 auto;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 100%;
	box-sizing: border-box;
	border: 1px solid #d5636a;
	text-align: center;
	margin-bottom: 10px;
}
.menu-icon i{
	font-size: 60px;
}
.menu-text{
	height: 66px;
	line-height: 66px;
	text-align: center;
	background-color: #97121a;
	margin-top: 10px;
	cursor: pointer;
	font-size: 20px;
}
.menu-text a{
	color: #fff;
}
.one-menu-text{
	margin-top: 40px;
}
.menu-text a{
	display: block;
}


.on{
	display: block!important;
}

/* 搜索框 */
.search-box{
	float: right;
	background-color: #f0f0f0;
	height: 30px;
	width: 204px;
	margin-top: 9px;
	border-radius: 20px;
	margin-right: 15px;
}
.input-box{
	float: left;
	height: 30px;
	padding-left: 16px;
	width: calc(100% - 40px);
	box-sizing: border-box;
}
.input-class{
	height: 30px;
	width: 100%;
}
.icon-box{
	float: left;
	cursor: pointer;
	width: 20px;
	padding: 5px 10px;
}
.icon-box img{
	width: 100%;
}
.search-box-p{
	display: none;
	float: right;
	width: 25px;
	margin-right: 22px;
	margin-top: 11px;
}
.search-box-p img{
	width: 100%;
}


/* ==============@media============== */



@media screen and (max-width: 1680px){
	.head-mid ul li{
		margin: 0 5px;
	}
	.head-mid ul li a{ font-size: 18px;}
	.head-left{
		width: 600px;	
	}
}

@media screen and (max-width: 1560px){
	.head-mid ul li{
		margin: 0 5px;
	}
	.head-mid ul li a{ font-size: 17px;}
}



@media screen and (max-width: 1450px){
.head-mid ul li{
		font-size:16px;
	}
}
@media screen and (max-width: 1400px){
	.head-mid{
		display: none;
	}
	.head-left {
	    width: 650px;
	}
}
@media screen and (max-width: 1000px){
	.head-left {
	    width: 600px;
	}
}
@media screen and (max-width: 768px){
	.head-main {
	    height: 82px;
	    padding: 0 10px 0 5px;
	    border-top: 2px solid #AD1D26;
	}
	.more-menu {
	    width: 55px;
	    height: 55px;
	    padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.more-menu span{
		display: none;
	}
	.more-menu i{
		display: inline;
		font-size: 26px;
	}
	.search-menu {
	    width: 55px;
	    height: 55px;
	}
	.head-left {
	    width: 76%;
	}

	/* 点击搜索展示 */
	.top-search-box {
	    right: 4px;
	    width: 240px;
	    height: 60px;
	    padding: 0 5px 0 10px;
	}
	.top-search-input{
	    width: calc(100% - 34px);
	    font-size: 14px;
	}
	.top-search-box i{
		font-size: 26px;
	}
	/* 下拉菜单 */
	.menu-bottom{
		height: calc(100vh - 82px);
	}
	.menu-box{
		width: 320px;
	}
	.menu-top{
		padding: 0 10px;
		height: 80px;
	}
	.menu-top form{
		width: calc(100% - 60px);
	}
	.menu-search-input{
		font-size: 16px;
	}
	.menu-bottom-left ul li{
		font-size: 18px;
	}
	.menu-bottom-right{
		padding: 30px 10px;
	}
	.menu-each-btn{
		font-size: 16px;
	}
	.menu-icon{
	    width: 100px;
	    height: 100px;
	    line-height: 100px;
	}
	.menu-icon i{
	    font-size: 50px;
	}
	.menu-text{
		font-size: 15px;
	}

}

@media screen and (max-width: 550px){
	.head-main{
		height: 62px;
	}
	.more-menu {
	    width: 40px;
	    height: 40px;
	}
	.more-menu i{
		font-size: 20px;
	}
	.search-menu {
	    width: 40px;
	    height: 40px;
	}
	.search-menu i{
		font-size: 22px;
	}

	/* 点击搜索展示 */
	.top-search-box {
	    height: 42px;
	}
	/* 下拉菜单 */
	.menu-bottom{
		height: calc(100vh - 62px);
	}
	.menu-top{
		height: 60px;
	}
	.menu-search{
	    height: 40px;
	    padding: 0 5px 0 10px;
	}
.menu-search-input {
    font-size: 14px;
}
.menu-bottom-left ul li {
    font-size: 15px;
margin-bottom: 20px;
}
.menu-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.menu-icon i {
    font-size: 36px;
}
.menu-each-btn {
    font-size: 14px;
}
	.close-btn i{
	    font-size: 40px;
	}

}

@media screen and (max-width: 425px){
	.head-main{
		height: 52px;
		padding: 0 5px 0 2px;
	}
	.more-menu {
	    width: 30px;
	    height: 30px;
	}
	.more-menu i{
		font-size: 14px;
	}
	.search-menu {
	    width: 30px;
	    height: 30px;
		margin-left: 5px;
	}
	.search-menu i{
		font-size: 16px;
	}

	/* 下拉菜单 */
	.menu-bottom{
		height: calc(100vh - 52px);
	}
	.menu-top{
		height: 50px;
	}
	.menu-search{
	    height: 36px;
	    padding: 0 5px 0 10px;
	}
	.close-btn i{
	    font-size: 36px;
	}
	.menu-search i{
	    font-size: 28px;
	}

}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 320px){}
