body {
	font-family: "宋体";
}

input::-webkit-input-placeholder {
	color: #959595;
	font-size: 14px;
}

input:-moz-placeholder {
	color: #959595;
	font-size: 14px;
}

input::-moz-placeholder {
	color: #959595;
	font-size: 14px;
}

input:-ms-input-placeholder {
	color: #959595;
	font-size: 14px;
}

input {
	display: inline-block;
}

.top {
	width: 100%;
	height: 110px;
	background-color: #ffffff;
}

.top_c {
	width: 1180px;
	margin: 0 auto;
}

.top_left{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 112px;
}
.top_left img {
	width: auto;
	float: left;
	max-width: 300px;
}

.top_left span {
	font-size: 32px;
	color: #333333;
	line-height: 110px;
	float: left;
	font-weight: 500;
}

.top_right {
	width: 230px;
	text-align: center;
}

.top_right span {
	float: right;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
	margin-right: 20px;
}

.top_right button {
	width: 80px;
	line-height: 30px;
	font-size: 14px;
	float: right;
	color: #FFFFFF;
	background-color: var(--themeColor);
	border: 0;
	margin-top: 20px;
	border: 1px solid var(--themeColor);
	cursor: pointer;
	height: 30px;
}

.top_right button:hover {
	background-color: var(--themeActiveColor);
}

.register {
	background-color: #FFFFFF !important;
	color: var(--themeColor) !important;
}

.password {
	margin-top: 10px !important;
	margin-right: 20px;
}

.register:hover {
	background-color: var(--themeColor) !important;
	color: #FFFFFF !important;
}

.top_right input {
	width: 100%;
	border: 2px solid #e3e3e3;
	border-radius: 4px;
	background: url(../newImg/1_13.png) 196px center no-repeat;
	background-size: auto 24px;
	line-height: 30px;
	margin-top: 12px;
	height: 30px;
	float: left;
	padding-left: 10px;
	font-size: 12px;
}

.footer {
	width: 100%;
	background-color: #333333;
	overflow: hidden;
}

.footer_c_box {
	width: 100%;
	min-width: 1180px;
	overflow: hidden;
	margin-bottom: -10px;
}

.footer_c {
	padding: 0px 0px;
	width: 1180px;
	height: 150px;
	margin: 0 auto;
	overflow: hidden;
}

.password_footer img {
	width: auto;
	height: 60px;
	float: left;
	margin-top: 45px;
	margin-right: 20px;
}

.password_footer .address {
	float: left;
	line-height: 27px;
	text-align: left;
	margin-top: 32px;
}

.password_footer .address span {
	font-size: 12px;
	color: #999;
	display: block;
	height: 21px;
	line-height: 21px;
	max-width: 751px;
}
.footer img {
	width: auto;
	float: left;
	margin-top: 45px;
	margin-right: 20px;
}

.footer .address {
	float: left;
	line-height: 27px;
	text-align: left;
	margin-top: 32px;
}

.footer .address span {
	font-size: 12px;
	color: #999;
	display: block;
	height: 21px;
	line-height: 21px;
	max-width: 751px;
}

.address {
	float: left;
	line-height: 27px;
	text-align: left;
	margin-left: 10px;
	margin-top: 20px;
}

.address span {
	font-size: 12px;
	color: #e4e4e4;
	display: block;
}

.d_c_title {
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	float: left;
	border-bottom: 2px solid #c41903;
}

.nav {
	width: 100%;
	background-color: #c41903;
}

.nav1 {
	margin: 0 auto;
	background-color: #c41903;
	height: 50px;
	width: 1180px;
}

.nav2 {
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	z-index: 99;
}

.nav2 li {
	width: 150px;
}

.nav2>li a {
	position: relative;
	text-align: left;
}

.nav2>li a u {
	background: url(../newImg/1_21.png) no-repeat;
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	/* IE 9 */
	-moz-transform: rotate(270deg);
	/* Firefox */
	-webkit-transform: rotate(270deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(270deg);
	/* Opera */
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	margin-left: 5px;
	position: absolute;
}

.nav3 {
	position: absolute;
	left: 150px;
	top: 0px;
	display: none;
	z-index: 99;
}

.nav3 li {
	width: 150px;
}


/*设置a标签的属性  区块，宽高，下划线删除，改变默认颜色*/

.nav1 a {
	line-height: 50px;
	padding: 0 20px;
	color: #fff;
	font-size: 16px;
	position: relative;
	display: block;
}

.nav1>li a u {
	background: url(../newImg/1_21.png) no-repeat;
	width: 10px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	margin-left: 5px;
	position: absolute;
}

.nav1 a:hover {
	background: #FFFFFF;
	color: #c41903;
}

.nav1 li {
	position: relative;
	float: left;
	text-align: center;
}

.li1:hover {
	background: #c41903;
	color: #c41903;
}

.li2:hover {
	background: #c41903;
}

.li3:hover {
	background: #c41903;
}

.nav1>ul {
	position: absolute;
	left: 0px;
	top: 50px;
	display: none;
	z-index: 99;
}

.li1:hover .nav2 {
	background: #c41903;
	display: block;
}

.li2:hover .nav3 {
	background: #c41903;
	display: block;
}

.navMenubox {
	width: 270px;
	background: #f3f3f3;
	margin-top: 28px;
	overflow: hidden;
	color: #FFFFFF;
	float: left;
}

.navMenu>li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px;
}

.navMenu>li>a {
	display: block;
	overflow: hidden;
	padding-left: 30px;
	line-height: 40px;
	color: #666666;
	transition: all .3s;
	position: relative;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #f0eeee;
	height: 40px;
}

.navMenu>li:nth-of-type(1)>a {
	border-top: 1px solid transparent;
}

.navMenu>li:last-child>a {
	border-bottom: 1px solid transparent;
}

.navMenu>li>a>i {
	font-size: 20px;
	float: left;
	font-style: normal;
	margin: 0 5px;
}

.arrow:before {
	background: url(../newImg/1_03.png) right center no-repeat;
	float: right;
}

.arrow.open:before {
	background: url(../newImg/1_03.png) right center no-repeat;
	float: right;
}

.navMenu>li>a.active,
.navMenu>li>a:hover {
	color: #FFF;
	background: #c41903;
}

.navMenu>li>ul.sub-menu,
.navMenu>li>ul.sub-menu>li>ul.sub-menu {
	display: none;
	list-style: none;
	clear: both;
	padding-bottom: 5px;
}

.navMenu>li.active>ul.sub-menu,
.navMenu>li>ul.sub-menu>li.active>ul.sub-menu {}

.navMenu>li>ul.sub-menu li {
	background: none;
	margin: 0px;
	padding: 0px;
}

.navMenu>li>ul.sub-menu li>a {
	display: block;
	font-size: 16px;
	line-height: 36px;
	padding-left: 40px;
	color: #ABB1B7;
	clear: both;
}

.navMenu>li>ul.sub-menu li>a.active,
.navMenu>li>ul.sub-menu li>a:hover,
.navMenu>li>ul.sub-menu>li.active>a {
	color: #FFF;
	background: #c41903;
}

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

.header_userinfo a {
	display: flex;
	position: relative;
	color: #000;
	text-decoration: none;
	float: left;
	align-items: center;
	margin-top: 10px;
}

.header_userinfo img {
	vertical-align: middle;
	float: left;
}

.header_userinfo span {
	padding-left: 10px;
	vertical-align: middle;
	padding-right: 20px;
}

.personalInfo {
	position: absolute;
	right: 24px;
	top: 60px;
	z-index: 99;
	border: 1px solid #ddd;
	display: none;
}

.personalInfo li {
	background: #fff;
	color: #666;
	padding: 8px 0px;
	width: 70px;
	font-size: 12px;
	cursor: pointer;
}

.dropOut {
	text-align: center;
}

.header_userinfo .top_triangle {
	position: absolute;
	top: 53px;
	right: 86px;
	z-index: 999;
	display: none;
}

.bg_img {
	background: url(../newImg/bg.jpg) center center no-repeat;
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-size: cover;
}

.tips_click {
	color: #CCCCCC !important;
	pointer-events: none !important;
}

.pass_span {
	margin-top: 12px;
	margin-right: 0 !important;
	float: left !important;
}

#tips_none {
	display: none;
}
#tips3_none {
	display: none;
}
#tips4_none {
	display: none;
}