
body {
	max-width: 1919px;
	margin: 0 auto;
}		

		.head {
			display: flex;
			position: relative;
			background-size: 100% 100% !important;
			width: 100%;
			position: relative;
		}

		.head .left {
			
			flex: 2;
		}

		.head .left div {
			/*background: url(/front/images/ic44.png) no-repeat;*/
			/*background-size: 100% 100%;*/
			height: 127px;
			display: flex;
			align-items: center;
			padding-left: 23.3%;
			padding-right: 30px;
		}

		.head .right {
			flex: 3;
		}

		.head .left img{
			/*width: 100%;*/
		}

		.head .r-list a {
			text-decoration: none;
			color: #fff;
			height: 125px;
			/*min-width: 135px;*/
			/*width: 100%;*/
			display: inline-block;
		}

		

		.head .r-list {
			display: flex;
			justify-content: space-around;
			text-align: center;
			padding: 0px 30px;
			color: white;
			font-weight: 400;
			height: 125px;
			line-height: 125px;

		}

		.head .h-search {
			position: absolute;
			right: -35px;
			bottom: 50px;
		}

		/*弹出层*/
.head .net-pro {
	width: 65%;
	position: fixed;
	z-index: 999;
	left: 15%;
	top: 15%;
	bottom: 20%;
	/*box-shadow: darkgrey 0px 0px 20px 0px;*/
	border-radius: 20px;
	display: none;
}

.net-pro .top {
	background-color: #d5bb8b;
	height: 70px;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	border-radius: 20px 20px 0 0;
}

.net-pro .text {
	padding: 30px 25px;
	background-color: white;
	line-height: 30px;
	height: 50%;
	overflow-y: auto;
}

.net-pro .bot {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 40px;
	margin-bottom: 20px;
	position: relative;
	border-radius: 0 0 20px 20px;
	background-color: #fff;
	padding: 20px 0;
}

.net-pro .bot .agre{
	width: 120px;
	height: 40px;
	background-color: #d5bb8b;
	border-radius: 20px;
	margin-right: 50px;
	color: white;
	cursor: pointer;
}

.net-pro .bot .refuse {
	width: 120px;
	height: 40px;
	color: black;
	border-radius: 20px;
	border: 1px solid lightgray;
	cursor: pointer;
}

		.r-list span:hover a{
			color: #d5bb8b;
			cursor: pointer;
		}

		.r-list .active a{
			color: #d5bb8b;
			cursor: pointer;
		}

		.r-list span {
			position: relative;
			/*min-width: 135px;*/
		}

		.r-list .active::after {
			display: flex;
				justify-content: center;
				align-items: center;
				position: absolute;
				content: '';
				height: 2px;
				width: 100%;
				bottom: 20px;
				background-color: #d5bb8b;
		}

		.r-list span:hover::after {
				display: flex;
				justify-content: center;
				align-items: center;
				position: absolute;
				content: '';
				height: 2px;
				width: 100%;
				bottom: 20px;
				background-color: #d5bb8b;
				
			}

		

		.new-menu-bg{
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    z-index: 99999999;
    right: -100%;
}

.new-menu-bg a {
	text-decoration: none;
	color: gray;
}

.new-menu{
    background: #fafafa;
    width: 300px;
    height: 100%;
}
.new-menu .title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background: #fff;
}
.new-menu .logo{
    display: flex;
    height: 40px;
}
.new-menu .an{
    display: flex;
    height: 20px;
    cursor: pointer;
}
.new-menu .back{
    display: flex;
    border-bottom: 1px solid #ccc;
    align-items: center;
    width: 100%;
    height: 40px;
}
.new-menu a:hover{
    text-decoration: none;
}
.new-menu .back img{
    display: flex;
    height: 20px;
}
.new-menu .menu-content{
    padding: 0 10px;
    box-sizing: border-box;
}
.new-menu .menu-list li{
    border-bottom: 1px solid #ccc;
}
.new-menu .menu-list a{
    display: flex;
    border-bottom: 1px solid #ccc;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}
.new-menu .menu-list .child{
    border:none;
}
.new-menu .menu-list img{
    display: flex;
    height: 20px;
}

.new-head {
    display: none;
}

		@media (max-width: 1213px) {

			.head {
				background-size: auto !important;
			}

			.new-head {
			    display: block;
			}

/*.new-head{
    display: flex;
    align-items: center;
    padding: 10px 15px;
    margin: 0 auto;
    justify-content: space-between;
    width: 100%;
    max-width: 1100px;
    box-sizing: border-box;
    background: white;
}*/

.new-head{
    position: absolute;
    right: 10px;
}

/*.new-head .logo{
    display: flex;
    height: 50px;
}*/
.new-head .an{
    display: flex;
    height: 50px;
    cursor: pointer;
    margin-top: 25px;
}

.new-head a{
    
    text-decoration: none;
}

			.head {
				display: flex;
				flex-direction: column;
				min-width: auto;
			}

			.head .right {
				display: none;
			}

			.head .left {
				height: 125px;
				flex: none;
			}

			.head .left div {
				
				padding-left: 10px;
				padding-right: 60px;
				height: 100px;
			}

			.head .left img {
				width: 100%;
			}
			

			.head .r-list {
				/*display: none;*/
				display: flex;
				flex-direction: column;
				justify-content: normal;
				padding: 0;

			}

			.head .r-list span {
				height: 50px;
				line-height: 50px;
				background: black;
				opacity: 0.7;
			}

			.r-list .active::after{
				display: none;
			}


			.head .r-list span:hover::after {
				display: none;
			}

			.r-list .h-search {
				position: relative;
			    right: -9px;
			    bottom: -7px;
			}
		}


@media (max-width: 900px) {

	.head .net-pro {
		width: 94%;
		left: 0;
		padding: 0 3%;
	}

	.head .net-pro .text{
		/*height: 350px;*/
		overflow-y: auto;
	}
}