﻿@charset "utf-8";

/*********** 公司基本信息 begin ***********/

.partner_bg {
	width: 100%;
	min-width: 1200px;
	background: #20242e;
	height: 260px;
}

.partner {
	width: 1200px;
	margin: 0 auto;
}

.partner_column {
	float: left;
	margin-top: 60px;
}


.partner_column:nth-child(1) {
	width: 24%;
	text-align: left;
}

.partner_column:nth-child(2) {
	width: 22%;
	text-align: left;
	padding-left: 2%;
}

.partner_column:nth-child(3) {
	width: 17%;
	text-align: left;
	padding-left: 7%;
}

.partner_column:nth-child(4) {
	width: 27%;
	text-align: center;
}

.partner_column p {
	font-size: 24px;
	color: #fff;
}

.partner_column p img {
	vertical-align: middle;
}

.partner_column ul {
	margin-top: 16px;
}

.partner_column ul li {
	font-family: MicrosoftYaHei;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #ffffff;
}
.partner_column ul li img{
	width: 90px;
}
.partner_column ul li span{
	font-size: 14px;

}


/*********** 公司基本信息 end ***********/


/*********** 版权 begin ***********/

.footer_bg {
	width: 100%;
	min-width: 1200px;
	background: #1b1f27;
	text-align: center;
}

.footer {
	width: 1200px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #FFFFFF;
	height: 53px;
	line-height: 53px;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer a {
	color: #FFFFFF;
}


/*********** 版权 end ***********/


.hyw_mask001 {
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	display: none;
}

.hyw_mask002 {
	position: fixed;
	z-index: 100;
	top:50%;
	left: 50%;
	background: #fff;
	display: none;
	margin-top: -260px;
	margin-left: -300px;
	width: 660px;
	border-radius:3px;
}

.hyw_mask003 {
	position: fixed;
	z-index: 100;
	top:50%;
	left: 50%;
	background: #fff;
	overflow: auto;
	display: none;
	width: 500px;
	margin-top: -200px;
	margin-left: -250px;
	border-radius:3px;
}

.hyw_mask004 {
	position: fixed;
	z-index: 100;
	top: 20%;
	bottom: 24%;
	left: 0;
	right: 0;
	background: #fff;
	margin: 0 23% 0 23%;
	overflow: auto;
	min-width: 600px;
	min-height: 400px;
	max-height: 400px;
	display: none;
	border-radius:3px;
}

.hyw_mask_title {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-bottom: 1px solid #ddd;
	height: 90px;
}

.hyw_mask_title h2 {
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #262626;
}

.hyw_mask_title h3 {
	font-family: MicrosoftYaHeiLight;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 2px;
	color: red;
}

#allmap {
	width: 100%;
	height: calc(100% - 92px);
	overflow: hidden;
}

.hyw_shangyibu {
	position: absolute;
	left: 0;
	top: 5px;
	width: 80px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 1px;
	color: #999999;
}

.hyw_shangyibu:hover {
	color: #f11923;
	text-decoration: underline;
}

.hyw_guanbi {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	cursor: pointer;
}

.hyw_input1 {
	height: 36px;
	background-color: #ffffff;
	border-radius: 1px;
	border: solid 1px #dddddd;
	padding-left: 10px;
}

.w400 {
	width: 300px;
}

.w412 {
	width: 312px;
}

.hyw_biaodan {
	
}

.hyw_biaodan dl {
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 36px;
	margin-right: 36px;
	display: flex;
	align-items: center;
	
}

.hyw_biaodan dl dt {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 26px;
	width: 100px;
	margin-right: 10px;
}

input::-webkit-input-placeholder {
	color: #bbbbbb;
}

input::-moz-placeholder {
	color: #bbbbbb;
}

input:-moz-placeholder {
	color: #bbbbbb;
}

input:-ms-input-placeholder {
	color: #bbbbbb;
}

.hyw_mask_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-top: 1px solid #ddd;
	min-height: 90px;
	margin-top: 20px;
}

.hyw_btnClass {
	width: 400px;
	height: 40px;
	background-color: #c7000a;
	border: none;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #ffffff;
	border-radius: 30px;
}

.hyw_erweima {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 35px 40px 0 40px;
}

.hyw_erweima dl {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.hyw_erweima dl dt img{
	width: 100%;
	height: 100%;
}

.hyw_erweima dl dd {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin-top: 10px;
}

.hyw_erweima dl dd p {
	font-family: MicrosoftYaHei;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #262626;
	margin-top: 10px;
}

.stateTip,
#StateTip {
	display: none;
	position: absolute;
	z-index: 9999999999;
	padding: 8px;
	background: #fff;
	border: 2px solid #2385B1;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-family: Tahoma;
	color: #333;
}
