@font-face {
	font-family: hydjs;
	src: url(../font/hydjs.ttf) format('truetype');
}

body {
	min-width: 1200px;
	font-size: 0;
	font-family: "microsoft yahei";
	color: #333;
}

a,
a:hover {
	color: #333;
}

img {
	border: 0;
	max-width:100%;
}

input,
select,
textarea,
button {
	font-family: "microsoft yahei";
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	appearance: none;
}

.unsec {
	-moz-user-select: none;
	/*火狐*/
	-webkit-user-select: none;
	/*webkit浏览器*/
	-ms-user-select: none;
	/*IE10*/
	-khtml-user-select: none;
	/*早期浏览器*/
	user-select: none;
}

.ng {
	background: url(../img/none_img.jpg) no-repeat center;
	background-size: 60%;
}

.bng {
	background: url(../img/none_img.jpg) no-repeat center;
	background-size: 2.8rem;
}

.bjbj {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 200;
}

.common_top {
	height: 90px;
	background: #fff;
	box-shadow: 0 7px 12px rgba(0, 0, 0, 0.02);
}

.common_top_main {
	margin: auto;
	width: 1200px;
	height: 90px;
	line-height: 90px;
}

.common_logo {
	display: inline-block;
}

.common_logo img {
	width: 253px;
	vertical-align: middle;
}

.top_right {
	position: relative;
	float: right;
}

.title_nav {
	margin-right: 35px;
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
	transition: all 0.15s;
}

.title_nav:hover,
.title_nav.on {
	color: #cb0d1c;
}

.tr_a {
	margin-left: 26px;
	display: inline-block;
	vertical-align: middle;
}

.tr_a img {
	vertical-align: middle;
}

.title_search {
	display: none;
	position: absolute;
	top: 20px;
	right: 71px;
	width: 457px;
	height: 50px;
	background: #fff;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
	text-align: left;
}

.title_search .ish_close {
	width: 51px;
	height: 50px;
	background-size: 14px;
}

.title_search .ish_close:before {
	top: 16px;
	width: 1px;
	height: 19px;
}

.sh_close {
	position: relative;
	display: inline-block;
	width: 51px;
	height: 50px;
	padding-right: 1px;
	box-sizing: border-box;
	vertical-align: top;
	background: url(../img/saerch_close.png) no-repeat center;
	cursor: pointer;
}

.sh_close:before {
	content: "";
	position: absolute;
	top: 16px;
	right: 0;
	width: 1px;
	height: 19px;
	background: #535353;
}

.title_search button {
	float: right;
	width: 46px;
	height: 50px;
	border: 0;
	background: url(../img/isearch_btn.png) no-repeat center;
	background-size: 16px;
	transition: all 0.15s;
	cursor: pointer;
}

.title_search input {
	width: 340px;
	height: 50px;
	padding: 0 10px;
	border: 0;
	font-size: 14px;
	vertical-align: top;
}

.main {
	margin: auto;
	width: 1200px;
}

.tc_box {
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -243px;
	width: 486px;
	background: #fff;
	opacity: 0;
	z-index: 210;
}

.tc_title {
	position: relative;
	height: 74px;
	border-bottom: 1px solid #eee;
	font-size: 24px;
	line-height: 74px;
	text-align: center;
}

.tc_close {
	position: absolute;
	top: 25px;
	right: 24px;
	width: 25px;
	height: 25px;
	background: url(../img/tc_close.png) no-repeat;
	opacity: 0.5;
	transition: all 0.15s;
	cursor: pointer;
}

.tc_close:hover {
	opacity: 1;
}

.tc_content {
	padding: 32px 83px;
}

.tc_line {
	margin-bottom: 10px;
}

.tc_text,
.tc_select {
	width: 100%;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #eee;
	font-size: 14px;
	padding: 0 7px;
	transition: all 0.15s;
}

.tc_select {
	display: none;
	width: 33.3%;
	background: url(../img/ssq_jt.png) no-repeat right 9px center;
	vertical-align: middle;
}

.tc_text:hover {
	border-color: #cb0d1c;
}

.tc_text:focus {
	border-color: #cb0d1c;
	box-shadow: 0 0 3px #cb0d1c;
}

.tc_submit {
	margin-bottom: 10px;
	width: 100%;
	height: 50px;
	border: 1px solid #cb0d1c;
	background: transparent;
	font-size: 15px;
	color: #cb0d1c;
	transition: all 0.15s;
	cursor: pointer;
	font-family: "Microsoft YaHei" ! important; 
}

.tc_submit:hover {
	background: #cb0d1c;
	color: #fff;
}

.tc_text.pr160 {
	padding-right: 160px;
}

.tc_yzm {
	position: absolute;
	top: 10px;
	right: 10px;
	border: 0;
	background: transparent;
	font-size: 14px;
	color: #cb0d1c;
	transition: all 0.15s;
	cursor: pointer;
}

.tc_yzm:hover {
	color: #2b7188;
}

.tc_yzm.disabled,
.tc_yzm.disabled:hover {
	color: #999;
}

.tc_box.prol {
	margin-left: -600px;
	width: 1200px;
	border-radius: 15px;
	padding: 0 20px;
}

.tc_box.prol .tc_title {
	height: 90px;
	font-size: 30px;
	line-height: 90px;
}

.tc_box.prol .tc_close {
	top: 20px;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../img/prol_close.png) no-repeat;
	opacity: 1;
}

.tc_box.prol .tc_close:hover {
	background: url(../img/prol_close_on.png) no-repeat;
}

.tc_box.prol .tc_content {
	padding: 15px;
}

footer {
	position: relative;
	background-color: #ffffff;
}

footer .tips_line {
	height: 170px;
	background-color: #cb0d1c;
	font-size: 0;
	line-height: 170px;
	text-align: center;
}

footer .tips_line .type {
	display: inline-block;
	width: 280px;
	line-height: normal;
	text-align: left;
	vertical-align: middle;
}

footer .tips_line .type img {
	width: 50px;
	vertical-align: middle;
}

footer .tips_line .type .r {
	margin: 0 0 0 20px;
	display: inline-block;
	width: 180px;
	font-size: 18px;
	color: #ffffff;
	line-height: 28px;
	vertical-align: middle;
}

footer .tips_line .type span {
	font-size: 14px;
}

footer .container {
	margin: auto;
	width: 1400px;
	height: 700px;
	padding: 93px 700px 0 0;
	box-sizing: border-box;
}

footer .t {
	margin-top: 30px;
	font-size: 26px;
	color: #646464;
}

footer .telline {
	display: inline-block;
	margin-top: 55px;
	color: #cb0d1c;
}

footer .telline img {
	margin-right: 18px;
}

footer .telline span {
	font-size: 16px;
}

footer .telline strong {
	font-size: 28px;
}

footer .data_line {
	margin-top: 50px;
}

footer .qrcode {
	margin-right: 25px;
	display: inline-block;
	text-align: center;
	vertical-align: top;
}

footer .qrcode img {
	width: 140px;
}

footer .qrcode p {
	margin-top: 10px;
	font-size: 14px;
	color: #aaaaaa;
}

footer .message {
	margin: -5px 0 0 20px;
	display: inline-block;
	width: 300px;
	height: 265px;
	font-size: 14px;
	color: #666666;
	line-height: 36px;
	vertical-align: top;
}

footer .bottom span,
footer .bottom a {
	font-size: 14px;
	color: #aaaaaa;
}

footer .bottom a:hover {
	color: #cb0d1c;
}

footer #map {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 700px;
}

@media only screen and (max-width: 1500px) {
	footer .tips_line {
		height: 150px;
		line-height: 150px;
	}

	footer .tips_line .type {
		width: 240px;
	}

	footer .tips_line .type img {
		width: 50px;
	}

	footer .tips_line .type .r {
		margin: 0 0 0 20px;
		width: 155px;
		font-size: 18px;
		line-height: 28px;
	}

	footer .tips_line .type span {
		font-size: 14px;
	}

	footer .container {
		width: 1200px;
		height: 600px;
		padding: 60px 600px 0 0;
	}

	footer .t {
		margin-top: 30px;
		font-size: 22px;
		color: #646464;
	}

	footer .telline {
		display: inline-block;
		margin-top: 35px;
		color: #cb0d1c;
	}

	footer .telline img {
		margin-right: 18px;
	}

	footer .telline span {
		font-size: 16px;
	}

	footer .telline strong {
		font-size: 28px;
	}

	footer .data_line {
		margin-top: 35px;
	}

	footer .qrcode {
		margin-right: 15px;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}

	footer .qrcode img {
		width: 120px;
	}

	footer .qrcode p {
		margin-top: 5px;
		font-size: 14px;
		color: #aaaaaa;
	}

	footer .message {
		margin: -5px 0 0 20px;
		display: inline-block;
		width: 265px;
		height: 250px;
		font-size: 14px;
		color: #666666;
		line-height: 36px;
		vertical-align: top;
	}

	footer .bottom span,
	footer .bottom a {
		font-size: 13px;
		color: #aaaaaa;
	}

	footer .bottom a:hover {
		color: #cb0d1c;
	}

	footer #map {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 50%;
		height: 600px;
	}
}