@charset "UTF-8";

body {
	font-family: "微软雅黑";
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.tac {
	text-align: center;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

/*公共样式*/

.header-top-wrap {
	width: 100%;
	min-width: 1200px;
	height: 40px;
	line-height: 40px;
	background: #303030;
}

.ht-container {
	width: 100%;
}

.ht-info li {
	font-size: 14px;
	color: #999;
}

.ht-site {
	position: relative;
	padding-left: 19px;
}

.ht-site b {
	display: block;
	position: absolute;
	left: 0px;
	top: 12px;
	width: 12px;
	height: 16px;
	background: url(../images/ht-site.png) no-repeat;
}

.ht-info li .ht-look,
#citySpan {
	font-size: 14px;
	color: #2faaff;
}

.ht-info .ht-separator-spc {
	margin-left: 15px;
}

.ht-menu li a {
	font-size: 14px;
	color: #999;
}

.ht-separator {
	display: inline-block;
	width: 0;
	height: 12px;
	line-height: 12px;
	vertical-align: top;
	position: relative;
	top: 14px;
	left: 0;
	font-size: 0;
	border-left: 1px solid #545454;
	margin: 0 12px 0;
}

.header-down-wrap {
	width: 100%;
	min-width: 1200px;
	background: #fff;
}

.logo a {
	float: left;
	display: block;
	width: 230px;
	/* height: 36px; */
	padding: 21px 0px;
}

.logo a img {
	display: block;
	width: 73%;
	/* height: 100%; */
}

.nav-wrap {
	width: 100%;
	min-width: 1200px;
	background: #fff;
}

.nav-left {
	width: 210px;
	height: 50px;
	line-height: 50px;
	background: #2faaff;
	font-size: 18px;
	color: #fefefe;
	padding-left: 30px;
	margin-right: 42px;
	position: relative;
}

.nav-left img.nav-left-img {
	display: block;
	width: 20px;
	height: 15px;
	margin: 20px 20px 0 0;
	cursor: pointer;
}

/*导航下拉*/
.nav-down {
	position: absolute;
	left: 0;
	top: 50px;
	width: 240px;
	height: 420px;
	line-height: 1;
	background-color: #1e2030;
	background: rgba(30, 32, 48, .8);
	filter: alpha(opacity=80);
	z-index: 99;
	/* display: none; */
	box-sizing: border-box;
	padding: 10px 0;
}

.nav-down li.nav-down-item {
	width: 240px;
	height: 80px;
	position: relative;
}

.nav-down li a.nav-down-a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	padding: 20px 0 15px 56px;
	position: relative;
}

.nav-down li a.nav-down-a span {
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 20px;
	left: 30px;
}

.nav-down-item:hover {
	background: #373947;
}

.nav-down-item:hover .ni-box {
	display: block;
}

.ni-box {
	width: 546px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 240px;
	padding: 0 40px 23px 30px;
	box-sizing: border-box;
	display: none;
}

.ni-box1:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: -6px;
	top: 38px;
	border-right: 6px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.ni-box2:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: -6px;
	top: 38px;
	border-right: 6px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.ni-box3:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: -6px;
	top: 38px;
	border-right: 6px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.ni-box4:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: -6px;
	top: 38px;
	border-right: 6px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.ni-box5:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: -6px;
	top: 38px;
	border-right: 6px solid #fff;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

.ni-box5 {
	padding-bottom: 28px;
}

.ni-box h2 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	border-left: 2px solid #8a8a8a;
	padding-left: 17px;
	margin: 30px 0 23px;
}

.ni-box-down {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
}

.ni-box-down li {
	width: 170px;
	height: 14px;
	margin-bottom: 17px;
}

.ni-box-down li.last {
	width: 136px;
}

.ni-box-down li a {
	display: block;
	font-size: 14px;
	color: #666;
	border-left: 1px solid #e5e5e5;
	padding-left: 10px;
}

.ni-box-down li a:hover {
	color: #2ba0ea;
	border-color: #2ba0ea;
}

.nav-down-item1 span {
	background: url(../images/icon_yi.png) no-repeat;
}

.nav-down-item2 span {
	background: url(../images/icon_er.png) no-repeat;
}

.nav-down-item3 span {
	background: url(../images/icon_san.png) no-repeat;
}

.nav-down-item4 span {
	background: url(../images/icon_si.png) no-repeat;
}

.nav-down-item5 span {
	background: url(../images/icon_wu.png) no-repeat;
}

.nav-down li p {
	font-size: 14px;
	color: #999;
	padding-left: 30px;
}

.nav-down li .nav-arrow {
	display: block;
	width: 7px;
	height: 12px;
	position: absolute;
	top: 23px;
	right: 20px;
}

.nav-right li a {
	display: block;
	font-size: 16px;
	color: #333;
	padding: 10px 40px 0 0;
}

.nav-right li a:hover {
	color: #2ba0ea;
}

.call-right {
	float: right;
	width: 215px;
	height: 57px;
	margin-top: 25px;
	line-height: normal;
}

.call-right img {
	float: left;
	margin: 15px 0 0 5px;
	vertical-align: middle;
}

.call-right p {
	margin: 13px 0 0 9px;
	font-size: 14px;
	color: #333333;
	float: left;
}

.call-right p strong {
	font-size: 20px;
	color: #2faaff;
	float: left;
	margin-top: -15px;
}

.new_tak {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, .3);
	z-index: 999;
	display: none;
	cursor: pointer;
}

.new_takbox {
	width: 420px;
	background-color: #fff;
	border-radius: 14px;
	position: relative;
	left: 0;
	right: 0;
	top: 29%;
	margin: auto;
	padding: 10px 0;
	padding-bottom: 20px;
}

.newdlzc {
	padding: 20px 0;
}

.new_takbox p {
	font-size: 22px;
	font-weight: bolder;
	text-align: center;
	margin-bottom: 10px;
}

.new_takbox input {
	width: 90%;
	padding-left: 10px;
	display: block;
	margin: 0 auto;
	border: 1px solid #e3e3e4;
	height: 40px;
	margin-bottom: 20px;
}

.newbtn {
	background-color: #3f95ff;
	width: 90%;
	height: 40px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.new_del {
	font-size: 18px;
	display: flex;
	justify-content: flex-end;
	width: 90%;
	margin: 0 auto;
}

.new_login {
	font-size: 15px;
}

.newzc {
	width: 90%;
	height: 40px;
	color: #014898;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.none {
	display: none;
}





.select-dialog {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
}

.select-form {
	width: 610px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -305px;
	margin-top: -205px;
}

.select-form h2 {
	line-height: 58px;
	font-size: 26px;
	color: #1056bf;
	text-align: center;
}

.select-close {
	position: absolute;
	color: #fff;
	font-size: 24px;
	line-height: 58px;
	right: 25px;
	top: 0;
	cursor: pointer;
	background: url(../images/49599cb448174b8280ea8293dd23e757.gif).png) center no-repeat;
	width: 40px;
	height: 40px;
}

.select-dialog-wrap {
	padding: 50px 90px;
	background-color: #fff;
}

.binder-form-submit {
	padding-top: 0;
}

.select-dialog-wrap dd {
	position: relative;
}

.select-dialog-wrap dd .iconfont {
	color: #8f8f8f;
	font-size: 22px;
	position: absolute;
	top: 3px;
	left: 10px;
}

.select-dialog-wrap dd input {
	padding: 10px 50px;
	width: 328px;
	background-color: #fff;
	border: none;
	font-size: 16px;
}

.select-dialog-wrap dd+dd {
	margin-top: 15px;
}

.select-dialog-wrap dd p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	text-align: center;
}

.select-form-control {
	border: 1px solid #e0e0e0;
}

.select-form-control_txt span {
	color: #f93349;
}

.select-submit {
	width: 228px;
	height: 50px;
	line-height: 50px;
	margin: 30px auto;
	font-size: 24px;
	border: none;
	display: block;
	color: #fff;
	border-radius: 5px;
	background-color: #1056bf;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
}

.select-succ {
	background-color: #fff;
	text-align: center;
}

.select-succ b {
	display: block;
	font-size: 24px;
	line-height: 36px;
	color: #1056bf;
}

.select-succ p {
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}

.successImg {
	width: 40px;
	height: 40px;
}

#notice_tip {
	display: none;
	width: 245px;
	height: 60px;
	padding: 20px;
	background-color: #fff;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	z-index: 10000;
	box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.2);
}

.loginMsg {
	cursor: pointer;
}