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

dl {
	margin: 0;
}

.headertop {
	overflow: hidden;
	background: #373838;
	color: white;
	padding: 6px 0;
	font-size: 16px;
}

.headertop a {
	color: white;
}


/*
.navs{
	padding: 10px 0;
	overflow: hidden;
}
.navs .fl{
	width: 200px;
}

.navs .fr{
	width: 800px;
}
.navs .fr p{
	text-align: right;
	font-size: 18px;
}
.navs ul li {
    float: left;
    width: 100px;
    text-align: center;
    margin-right: 20px;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}
.navs ul li.on a{
	color: #ff3366;
	}
	
.navs ul li:hover a{
	color: #ff3366;
	
}

.navs ul li.on:before{
	content: "";
	position:absolute;
	width: 100%;
	height: 1px;
	background: #ff3366;
	bottom: 0px;
	left: 0;
}
.navs ul li:hover:before{
	content: "";
	position:absolute;
	width: 100%;
	height: 1px;
	background: #ff3366;
	bottom: 0px;
	left: 0;
}*/

.clearfix {
	clear: both;
}

.clearfix:after {
	clear: both;
	height: 0;
	content: "";
	line-height: 0;
	font-size: 0;
	display: block;
}

.header {
	background: #fff;
	width: 100%;
	position: relative;
	z-index: 11;
	border-bottom: 1px solid #f2f2f2;
}

.header .logo {
	float: left;
	/*margin-left: 70px;*/
}

.header .logo a {
	padding: 10px 0 4px;
	display: inline-block;
}

.header .logo img {
	width: 100px;
	vertical-align: middle;
}

.header .logo span {
	font-size: 30px;
	font-weight: bold;
	color: #ed7d31;
}

.header {
	background: #fff;
	width: 100%;
	position: fixed;
	z-index: 11;
	border-bottom: 1px solid #f2f2f2;
	top: 0;
}

.topNav {
	float: right;
	/*  margin-right: 70px;*/
}

.topNav .nav {
	float: left;
}

.topNav .nav ul li {
	float: left;
	position: relative;
	margin: 0 10px;
}

.denglu {
	float: left;
	margin-top: 30px;
	margin-left: 20px;
}

.denglu a:hover {
	color: #002C72;
}

.hide {
	display: none;
}

.topNav .nav ul li>a {
	position: relative;
	display: inline-block;
	line-height: 80px;
	font-size: 19px;
	color: #404040;
	font-weight: bold;
}


/*.topNav .nav ul li:nth-child(5)>a{ padding-right:40px; position: relative; }*/


/*.topNav .nav ul li:nth-child(5)>a:after{ content:'';width: 1px;height: 18px;background: #e1e1e1; position: absolute; right:10px; top:50%; transform: translateY(-50%);}*/


/*.topNav .nav ul li:nth-child(n+6)>a { color:#999; }*/

.topNav .nav ul li:hover>a,
.topNav .nav ul li.cur>a {
	color: #ed7d31;
}

.topNav .nav ul li:hover>a:before,
.topNav .nav ul li.cur>a:before {
	content: '';
	position: absolute;
	left: 20px;
	bottom: 0px;
	width: calc(100% - 40px);
	height: 3px;
	background-color: #37467c;
}

.topNav .nav ul li:hover>a:before,
.topNav .nav ul li.cur>a:before {
	display: none;
}


/*下拉导航*/

.header .sub {
	overflow: hidden;
	display: none;
	z-index: 10000;
	position: absolute;
	left: 0;
	width: 100%;
	background: #f4f4f4;
	top: 100%;
	/*background: rgb(55 73 134 / 70%);*/
	font-weight: bold;
}

.header .sub .subL {
	padding: 32px 0;
	float: left;
	width: 30%;
}

.header .sub .subR {
	float: right;
	padding: 30px 20px;
	width: 63%;
	background: #f4f4f4;
}

.header .sub .subRx {
	width: 100%;
}


/*.header .sub .tit { font-size: 42px;color:#ffffff; font-family: "pmzd"; line-height: 1; }*/

.header .sub .tit {
	font-size: 22px;
	color: #404040;
	line-height: 1;
}

.header .sub .c {
	font-size: 16px;
	color: #444;
	line-height: 1.8;
	margin-top: 15px;font-weight: normal;
}

.header .sub .subL dl {
	/*margin-top: 30px;*/
}

.header .sub .subL dl dd {
	margin-top: 10px;
	float: left;
	width: 45%;
	padding-right: 12px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .sub .subL dl dd a {
	overflow: hidden;
	background: url(../images/sub1.png) no-repeat right center;
	padding: 10px;
	position: relative;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	color: #404040;
}

.header .sub .subL dl dd a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 3px;
	background: #404040;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.header .sub .subL dl dd a.sign:before {
	display: none!important;
}

.header .sub .subL dl dd a.sign {
	padding-left: 26px;
	position: relative;
}

.header .sub .subL dl dd a.sign .icon {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}

.header .sub .subL dl dd:hover a:before {
	background: #ed7d31;
}

.header .sub .subL dl dd:hover {
	border-color: #ed7d31;
}

.header .sub .subL dl dd:hover a {
	color: #ed7d31;
	background: url(../images/sub2.png) no-repeat right center;
}

.header .sub .subL dl dd:nth-child(2n) {
	float: right;
}

.header .sub .subR dl dd {
	position: relative;
	float: left;
	width: 45%;
}

.header .sub .subRx {
	padding: 0!important;
}

.header .sub .subRx>dl>dd {
	float: left;
	width: 28%;
	padding: 30px;
}

.header .sub .subR>dl>dd:nth-child(2n) {
	position: relative;
	float: right;
}

.header .sub .subRx>dl>dd:nth-child(2n) {
	float: left;
}

.header .sub .subRx>dl>dd:nth-child(3n) {
	float: right;
}

.header .sub .subR>dl>dd:nth-child(2n):after {
	content: '';
	width: 1px;
	height: 200%;
	position: absolute;
	top: -50%;
	left: -6%;
	background: #eee;
}

.header .sub .subRx>dl>dd:nth-child(2n+3):after {
	content: '';
	width: 1px;
	height: 200%;
	position: absolute;
	top: -50%;
	left: 0;
	background: #eee;
}

.header .sub .subRx>dl>dd:nth-child(2n):after {
	content: '';
	width: 1px;
	height: 200%;
	position: absolute;
	top: -50%;
	left: 0;
	background: #eee;
}

.header .sub .subR>dl>dd .con {
	margin-top: 30px;
}

.header .sub .subR>dl>dd .con .tit {
	color: #ed7d31;
}

.header .sub .subR>dl>dd .con .c {
	color: #333333;
	width: 90%;
	/*height: 100px;*/
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	line-clamp: 5;
	-webkit-box-orient: vertical;
}

.header .sub .subR>dl>dd .con .more {
	display: inline-block;
	width: 54px;
	margin-top: 30px;
	height: 54px;
	border: 1px solid #ddd;
	background: url(../images/sub3.png) no-repeat center;
}

.header .sub .subR>dl>dd .con .more:hover {
	border: 1px solid #ed7d31;
	background: url(../images/jtwhite.png) no-repeat center #ed7d31;
}

.header .sub .subRx dl dd .subL {
	opacity: 0;
	transition: all 0.8s;
	width: 90%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: #37467c;
	padding: 30px 20px;
}

.header .sub .subRx dl dd:hover .subL,
.header .sub .subRx dl dd.cur .subL {
	opacity: 1;
}

.footer {
	background: #f4f4f4;
	overflow: hidden;
	padding: 30px 0;
	padding-bottom: 0;
}

.fobox {
	overflow: hidden;
}

.footer .fl {
	width: 70%;
}

.footer .fl dl {
	width: 20%;
	float: left;
	height: 300px;
}

.footer .fl dl dt {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
}

.footer .fl dl dd {
	font-size: 14px;
	line-height: 30px;
}

.footer .fl dl a {
	color: #404040;
}

.footer .fr {
	float: right;
	width: 28%;
	padding-top: 10px;
}

.footer .fr li {
	float: left;
	margin-left: 20px;
	text-align: center;
	font-size: 16px;
	color: #404040;
}

.footer .fr li img {
	width: 110px;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #c7c7c78a;
}

.foot {
	padding: 20px 0;
	color: #404040;
	text-align: center;
	background: #f4f4f4;
}