﻿@import url("reset.css");
@import url("//at.alicdn.com/t/font_2758507_ls6khyayz8c.css");

.clearfix {
	clear: both;
	width: 100%;
	height: 0px;
	overflow: hidden;
}
.headtpl{margin:0px;padding:0px;}

.mt30 {
	margin-top: 30px;
}

.suda {
	width: 1200px;
	margin: 0px auto;
}

header {
	height: 56px;
	width: 100%;
	background-color: #272727;
}

.header {
	color: rgba(255, 255, 255, 0.68);
	margin: 0px auto;
	line-height: 56px;
}

.header .logo {
	float: left;
	line-height: 56px;
	margin-top: 10px;
}

.header .logotext {
	float: left;
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
}


.header .menu {
	float: right;
	font-weight: 400;
	line-height: 56px;
	color: rgba(255, 255, 255, 0.68);
	
}

.header .menu ul li {
	float: left;
	position: relative;
}

.header .menu ul li.amore:hover {
	background: #fff;
	cursor: pointer;
	color: #777;
}

.header .menu ul li.amore i {
	font-size: 12px;
}

.header .menu ul li.amore:hover a,
.header .menu ul li.amore:hover a:visited {
	color: #777;
}

.header .menu ul li a,
.header .menu ul li a:visited {
	padding: 0px 25px;
	color: rgba(255, 255, 255, 0.68);
}

.header .menu ul li ul {
	display: none;
	position: absolute;
	width: 520px;
	height: 260px;
	background: rgba(255, 255, 255, 0.95);
	border-radius: 0px 0px 10px 10px;
	left: -105px;
	top: 56px;
	z-index: 9999;
}

.header .menu ul li.amore:hover ul {
	display: block;
}

.header .menu ul li ul li {
	clear: both;
	border-bottom: 1px solid #D4D4D4;
	width: 400px;
	margin: 0px 40px;
	color: rgba(0, 0, 0, 0.8);
}

.header .menu ul li ul li a,
.header .menu ul li ul li a:visited {
	color: rgba(0, 0, 0, 0.8);
}

.header_right{
	display: flex;
	justify-content:flex-end;
	align-items: flex-end;
}
.header .hlogin {

	float: right;
}

.header .hlogin a,
.header .hlogin a:visited {
	padding: 4px 12px;
	background-color: #2F72FF;
	color: #FFFFFF;
	border-radius: 12px;
	margin-left: 10px;
}

.hlogin_login {
	background-color: #5E5E5E !important;
}

.header .hloginx {
	position: relative;
	float: right;
}

.header .hloginx span.loginemail {
	background-color: #1E9FFF;
	padding: 0px 10px;
	border-radius: 25px;
	padding: 10px;
	cursor: pointer;
}

.header .hloginx:hover .login_t_menu {
	display: block;
	cursor: pointer;
}

.header .hloginx .login_t_menu {
	display: none;
	position: absolute;
	width: 196px;
	height: 320px;
	background: #F4F4F4;
	border: 1px solid #CCCCCC;
	right: 5px;
	top:55px;
	z-index: 9999;
}

.header .hloginx .login_t_menu ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
	padding: 20px 30px;
}

.header .hloginx .login_t_menu ul>li {
	height: 45px;
	border-bottom: 1px solid #ddd;
}




/* 通用栏目 */
.cloum_list_con {
	padding: 10px 0px;
}

.cloum_con {
	width: 280px;
	height: 282px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	float: left;
	margin-right: 25px;
	margin-top: 25px;
}

.cloum_list_con .cloum_con:nth-child(4n) {
	margin-right: 0px;
}

.cloum_con .thumb {
	width: 280px;
	height: 175px;
	position: relative;
}

.cloum_con .thumb img {
	width: 280px;
	height: 175px;
	border-radius: 10px 10px 0px 0px;
}

.cloum_con .thumb .kcnum {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 9;
	background: rgba(75, 85, 95, .6);
	border-radius: 25px;

	line-height: 30px;
	padding: 1px 10px;
	color: #fff;
}

.cloum_con>.title {

	padding: 10px;
	line-height: 30px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	height: 50px;
}

.cloum_con>.info {
	padding: 10px;

}

.cloum_con>.info span:first-child {
	color: #F55B01;
}

.cloum_con>.info span:last-child {
	float: right;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}


.cloum_module {
	min-height: 500px;
	padding: 30px 0px;
}

.cloum_title {
	height: 30px;
	font-family: Microsoft YaHei;
}

.cloum_title span:nth-child(1) {
	width: 95px;
	height: 28px;
	background: #F55B01;
	border-radius: 4px;
	padding: 4px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
}

.cloum_title span:nth-child(2) {
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-left: 5px;
	background: url(../images/bgy.png) no-repeat top left;

}

.cloum_title .cmenu {
	margin-left: 15px;
}

.cloum_title .cmenu a {
	padding: 0px 10px;
}

.cloum_title .cmenu a,
.cloum_title .cmenu a:visited {
	color: #333333;
}

.cloum_title .cmenu a:hover {
	color: #F55B01;
	font-weight: bold;
	border-bottom: 2px solid #F55B01;
	border-width: 50%;
}

.cloum_title span:last-child {
	float: right;
	color: #999999;
}

.bg_hui {
	background: #F4F4F4;
}

.bg_white {
	background: #Ffffff;
}

/* 底部通用 */
footer {
	padding-top: 55px;
	color: rgba(0, 0, 0, 0.60);

}

footer a,
footer a:visited {
	color: rgba(0, 0, 0, 0.60);
}

footer .footer {
	height: 235px;
	border-bottom: 1px solid #ddd;
}

footer .footer .f_l {
	width: 600px;
	box-sizing: border-box;
}

footer .footer .f_l dl {
	width: 620px;
	box-sizing: border-box;	
}

footer .footer .f_l dl dt {}
footer .footer .f_l dl dd{
	width:148px;
	height: 94px;
	line-height: 94px;
	text-align: center;
	float: left;
	margin-right: 8px;
	background-color: #f9f9f9;
	margin-bottom:10px;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
}

footer .footer .f_l dl dd:hover{
	background-color: #2F72FF;
	color: #fff;
}
footer .footer .f_l dl dd:hover a,footer .footer .f_l dl dd:hover a:visited{color: #fff;}
footer .footer .f_l dl dd:nth-child(4n){
	margin-right: 0px;
}
 footer .footer .f_l dl dd a,
footer .footer .f_l dl dd a:visited {
	color: rgba(0, 0, 0, 0.60);
	
} 

footer .footer .f_r {
	width: 470px;
}

footer .footer .f_r .f_r_t {}

footer .footer .f_r .f_r_t h4 {
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
}

footer .footer .f_r .f_r_b {
	
	text-indent: 2em;
	line-height: 22px;
	font-size: 14px;
}

footer .copyright {
	padding: 40px 0px;
	line-height: 2;
}


footer .copyright .c_r {}

footer .copyright .c_r ul li {
	float: left;
	width: 28px;
	height: 28px;
	background: #EFEFEF;
	border-radius: 5px;
	text-align: center;
	font-size: 12px;
	margin-left: 20px;
	cursor: pointer;
	position: relative;
}




#n_f_ul li:first-child{
	background-image: url(../images/f1.svg);
}
#n_f_ul li:first-child:hover {
	background-image: url(../images/f1_h.svg);
}
#n_f_ul li:nth-child(2){
	background-image: url(../images/f2.svg);
}
#n_f_ul li:nth-child(2):hover {
	background-image: url(../images/f2_h.svg);
}
#n_f_ul li:last-child{
	background-image: url(../images/f3.svg);
}
#n_f_ul li:last-child:hover {
	background-image: url(../images/f3_h.svg);
}
#n_f_ul li a,#n_f_ul li a:visited{
	display: block;
	width: 100%;
	height: 100%;
}

.c_r .erweima {
	position: absolute;
	top: -130px;
	left: -50px;
	width: 120px;
	height: 120px;
	display: none;
}

.c_r .erweima img {
	width: 120px;
	height: 120px;
	
}

footer .copyright .c_r ul li:hover .erweima {
	display: block;
}

/* 超链接 */
a.a_blue,
a:visited.a_blue {
	color: #2F72FF;
}


/* 省略号 */
.sl1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.sl2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}


/* 招聘 */
.jobnav {
	
	clear: both;
	width: 100%;
	height: 40px;
	background: #F4F4F4;
	text-align: center;
	margin: 0px;
	padding: 0px;

	
}

.jobnav a,
.jobnav a:visited {
	width: 100px;
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	float: left;
	color: rgba(32, 32, 32, 0.68);
	margin-right: 10px;
}

.jobnav a.active,
.jobnav a:visited.active,
.jobnav a:hover {
	height: 38px;
	background: rgba(47, 114, 255, 0.1);
	color: #2F72FF;
	border-bottom: 2px solid #2F72FF;
}

.bdc {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	border: 1px solid #CCCCCC;
}


.nws-font-red {
	color: #ff0000;
}
.nws-font-blue {
	color: #2F72FF;
}

.nws-s-container {
	line-height: 35px;
	font-size: 14px;
	font-family: PingFangSC-Regular!important;
	
}
.font_pfr,.font_pfr *{
		font-family: PingFangSC-Regular!important;
}
.zhanwei{
	clear: both;
	width: 100%;
	height: 30px;
	margin:0px;
	padding: 0px;
	overflow: hidden;
}
