.all-banner{
	background-image: url(../images/img/sever-banner.png);
}
.severMap {
	padding: 0 5%;
}
.severMap .option{
	padding: 0 10px;
	height: 50px;
	font-size: 18px;
	font-family: "新宋体";
	color: #211d1e;
}

.severMap .option select{
	width: 100%;
	height: 50px;
	padding-left:45px;
}

.severMap .sever-title .option img{
	position: absolute;
	left: 25px;
	top: 15px;
}
.severMap p{
	text-align: center;
}
.sever-code{
	
	padding: 0 25px;
	height: auto;
}
.sever-code .map{
	padding: 0 15px;
	width: 100%;
	height: 27vw;
	margin: 30px 0;
	
}
.severUs-code{
	margin-bottom: 50px;
}
.severUs-map{
	margin-bottom: 50px;
}
.severUs-map .map{
	height:20vw;
}
.sever-infoList{
	width: 85%;
	margin: 0 auto;
	}
.sever-infoList .item{
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 50px;
	border: 1px solid #977b3c;
	margin: 20px 0;
	cursor: pointer;
}
.sever-infoList .info{
	min-height: 200px;
	border: 1px solid #977b3c;
	margin-top: -20px;
	border-top: none;
	padding: 20px;
	display: none;
	font-size: 15px;
	letter-spacing: 2px;
}
.sever-infoList .item h3{
	font-size: 24px;
	color: #977b3c;
}
.sever-infoList .item p{
	font-size: 15px;
	color: #6d6d6d;
}
.sever-infoList .arrow-down:after{
	right: 100px;
	top: 45%;
}
.sever-infoList .item p span:first-child{
	margin-right: 50px;
}
.severUs-info h3{
	font-size: 2vw;
	color: #532c08;
	margin-bottom: 25px;
}
.severUs-info p{
	font-size: 1.3vw;
	color: #211d1e;
	margin-bottom: 20px;
	font-family: fzx-j;
}
.severUs-info .severUs-code{
	display: inline-block;
	position: relative;
}
.severUs-info .severUs-code img{
	width: 25%;
}
.severUs-info .severUs-code span{
	display: inline-block;
	margin-left: 30px;
}
.sever-input input,.sever-input textarea{
	width: 100%;
	height: 50px;
	border: 1px solid #CCCCCC;
	font-size: 18px;
	margin-bottom: 10px;
}
.sever-input textarea{
	height: 12VW;
}
.sever-input form>div{
	padding: 5;
}
.sever-input .sever-but{
	position: absolute;
	bottom: -50px;
	right:35px;
	width: 90px;
	height: 40px;
	font-size: 16px;
	background-color: #cb9b52;
	color: white;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
    border:none;
    border-radius:5px;
}
.sever-input .sever-but:hover{
	background-color: #ef9e24;
}
.sever-input label{
	font-size: 14px;
		color: #3a3939;
		font-family: "宋体";
		margin-bottom: 10px;
}
.sever-message{
	margin-bottom: 50px;
	font-size: 16px;
	color: #565656;
	font-family: "新宋体";
	padding-left: 15px;
}
@media screen and (max-width: 1000px){
	.severMap .option{
		margin-bottom: 20px;
		padding: 0;
}
.sever-code{
	padding: 0;
}
.sever-code .map{
	height: 300px;
	padding: 0;
}
.severMap .option{
	font-size: 13px
}
.severUs-info h3{
	font-size: 25px;
	text-align: center;
	
}
.severUs-info p{
	font-size: 20px;
	text-align: center;
}
.severUs-info .severUs-code{
	display: none;
}
.severUs-map{
	padding: 0 15px;
	margin-bottom: 90px;
}
.severUs-map .map{
	margin: 20px 0;
	height:50vw;
	
}
}
@media screen and (max-width: 800px){
	.sever-infoList .item h3{
	font-size: 15px;
	
}
.sever-infoList{
	width: 100%;
}
.sever-infoList .item{
	height: 80px;
	padding: 0 10px;
}
.sever-infoList .item p{
	font-size: 12px;
	
}
.sever-infoList .arrow-down:after{
	right: 20px;
	top: 45%;
	
}
.severUs-info h3{
	font-size: 20px;
	
}
.severUs-info p{
	font-size: 16px;
	
}
.severUs-map .map{
	margin: 20px 0;
	height:50vw;
	
}
.sever-message{
	font-size: 14px;
}

}