@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2020-08-11 16:15:24
 * @version $Id$
 */
div.top{
	background:#f3f3f3;
	line-height: 34px;
}
div.top > .w1260{
	background:#f3f3f3;
}
div.top a{
	color: #666;
	font-size: 12px;
}
div.top >.w1260 >.fr >a{
	display:inline-block;
	padding:0 10px;
	position:relative;
}

div.top >.w1260 >.fr >a::before{
	display:block;
	content:'';
	width: 1px;
	height: 8px;
	background:#c2c2c2;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
}

div.top >.w1260 >.fr >a:first-child::before{
	display:none;
}
div.top >.w1260 >.fr >a:first-child::after{
	display:block;
	content:'';
	width: 14px;
	height: 14px;
	background-image:url('../images/bg_icon.png');
	background-position:0 -660px;
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:-8px;
}

div.top >.w1260 >.fr >a img{
	display:none;
	position:absolute;
	left:50%;
	transform:translateX(-60%);
	top:34px;
	width: 128px;
	height: 128px;
}

div.top >.w1260 >.fr >a:hover img{
	display:block;
}

header.header{
	padding:30px 0;
	background:#fff;
}

header.header a.logo{
	display:block;
	height: 70px;
}
header.header a.logo>img{
	height: 100%;
}
header.header a.tel{
	display:block;
	background:url('../images/tel.png') no-repeat center left;
	padding-left: 60px;
	height: 50px;
	margin-right: 46px;
	margin-top:10px;
}
header.header a.tel span{
	display:block;
}
header.header a.tel span.num{
	font-size: 28px;
	color: #004190;
	font-family:'Impact';
	font-weight:600;
}


nav.nav{
	background:#004190;
}
nav.nav > .w1260{
	background:#009944;
}
nav.nav ul{
	position:relative;
}
nav.nav ul li{
	float:left;
	position:relative;
}

nav.nav ul li >a{
	display:block;
	color: #fff;
	padding:0 10px;
	width:180px;
	text-align: center;
	line-height: 50px;
	height:50px;
	/*position:relative;*/
	font-size: 15px;
	white-space:nowrap;
	overflow:hidden;
}
nav.nav ul li >a::before{
	display: block;
	content: '';
	position: absolute;
	width: 1px;
	height: 9px;
	border-left:1px dotted rgba(255, 255, 255, 0.5);
	top:50%;
	transform:translateY(-50%);
	left:0;
}
nav.nav ul li >a i{
	display: block;
	width: 25px;
	height: 17px;
	background: url(../images/nav_hot.gif) no-repeat;
	position: absolute;
	z-index: 1;
	top: -4px;
	right: 40px;
}



nav.nav ul li:first-child >a::before{
	display:none;
}
nav.nav ul li.m .dy:hover{
	background-color: #fff;
	color:#004190;
	border:1px solid #004190;
}
nav.nav ul li.m .dy:hover a{
	color:#004190
}
nav.nav ul li.m:hover::after{
	display: block;
	content: '';
	position: absolute;
	left:50%;
	width: 0;
	height: 0;
	/*border: 12px solid transparent;*/
	border-bottom-color: #fff;
	z-index: 10;
	margin-left: -12px;
	z-index:2;
}


nav.nav ul li.m ul.sub{
	display:none;
	position:absolute;
	background:#004190;
	/*transform:translateX(-50%);*/
	z-index:2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav.nav ul li.m ul.sub .wrapper{
	margin-top: 20px;
	padding:40px;
	background:#fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav.nav ul li.m:hover ul.sub{
	display:block;
}

nav.nav ul li.m ul.sub .left{
	width: 410px;
}
nav.nav ul li.m ul.sub .left a,nav.nav ul li.m ul.sub .left a span{
	display:block;
}
nav.nav ul li.m ul.sub .left a span.tit{
	font-size: 26px;
	color: #009944;
	margin-top: 30px;
}
nav.nav ul li.m ul.sub .left a span.con{
	line-height: 24px;
	height: 48px;
	overflow:hidden;
	margin-top: 20px;
}
nav.nav ul li.m ul.sub .left a span.detail{
	color: #009944;
	margin-top: 30px;
}
nav.nav ul li.m ul.sub .menu{
	padding:0 80px;
	border-left:1px solid #e8e8e8;
	width: 380px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav.nav ul li.m ul.sub .menu dl{
	line-height: 26px;
	margin-bottom: 20px;
}
nav.nav ul li.m ul.sub .menu dl dt a{
	display:block;
	color: #009944;
}
nav.nav ul li.m ul.sub .menu dl dd{
	display:block;
}

nav.nav ul li.m ul.sub .menu dl.dy dd{
	float:left;
	width: 106px;
}


/*footer*/
footer.footer{
	background: #015293;
	width: 100%;
	height:250px;
}
footer .footer-content{padding:30px 0;height:142px; }
footer .footer-content li{float: left;}
footer .footer-content .footer-img{float: right;}
footer .footer-content .footer-logo img{width: 68px;}
footer .footer-content .footer-img img,footer .footer-content .footer-img a{width: 75px !important;height:75px  !important;}
footer .footer-content .footer-img p{font-size: 12px;line-height: 20px;color: #fff;text-align: center;margin-top: 5px;}
footer .footer-content .footer-contentes{margin-left: 30px;width: 70%;}
footer .footer-content  li p a.zt{display: inline-block;font-size: 12px;color: rgba(255,255,255,0.7);line-height: 20px;border-left: none;margin-left: 10px;}
footer .footer-content li p a.zt:hover{color:#fff;}
footer .footer-content .footer-mes{padding-top: 6px;}
footer .footer-content .footer-mes p {font-size: 14px;color:#fff;line-height: 30px;}
footer .mF{display: none;}
footer .mF{text-align: center;padding: 30px 0;}
footer .mF p{font-size: 16px;line-height: 24px;color: #fff;}
footer .fimg{margin-top: 35px;}
footer .fimg a{display: inline-block;}
footer .fimg img{height: 60px;vertical-align: middle;margin: 0 7px;}
footer .copyright{	background: #00488d;	height: 50px;	overflow: hidden;	width: 100%;}
footer .copyright p {	height: 50px;	line-height: 50px;	letter-spacing: 0px;	color: #6c9fd0;
	/* text-align: left; */
	/* float: left; */
	margin: 0;
	padding: 0;
	/* display: none; */
	font-size: 14px;
	display: block;
	text-align: center;
}
footer .copyright p a{
	color:#6c9fd0;
}
footer h3 {
	border-bottom: 1px solid #024a8e;
	color: #fefefe;
	vertical-align: middle;
	padding-bottom: 12px;
	margin-bottom: 13px;
}
footer h3 img {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	vertical-align: bottom;
}

footer h3 span {
	color: #fefefe;
	vertical-align: middle;
	font-size:16px;
}

/*public*/
div.title{
	width: 100%;
	border-bottom: 2px solid #eeeeee;
}
div.title h3{
	float: left;
	font-size:20px;
	position: relative;
	padding-bottom: 12px;
	margin-top:20px;
}
div.title h3:after{
	content:'';
	width: 100%;
	height: 2px;
	background-color:#15398d;
	position: absolute;
	bottom:-2px;
	left: 0;
	z-index: 1;
}
div.title a{
	display: block;
	float: right;
	font-size:14px;
	color: #999;
	margin-top: 7px;
	position: relative;
	padding-right: 13px;
}
div.title a:after{
	content:'';
	width: 10px;
	height: 9px;
	background:url(../images/jia.png) no-repeat center;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 1;
}
div.title a:hover{
	color: #c81f24;
}
div.title a:hover::after{
	background:url(../images/jias.png) no-repeat center;
}
.gray{
	background-color:#f5f5f5;
}
div.public_list a{
	font-size:16px;
	display: block;
	position: relative;
	border-bottom: 1px dashed #e4e4e4;
	padding: 10px 0 10px 19px;
}
div.public_list a:after{
	content:'';
	width: 5px;
	height: 5px;
	border-radius:50%;
	background-color:#999999;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}
div.public_list a h3{
	display: inline-block;
	width: 476px;
	font-size:16px;
	white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
div.public_list a span{
	margin-left: 34px;
	font-size:16px;
	color: #999999;
	vertical-align:top;
}
div.public_list a:hover h3,div.public_list a:hover span{
	color: #c81f24;
}
div.public_list a:hover::after{
	background-color:#c81f24;
}

.layui-layer-msg.layui-layer-hui{
	background-color:rgba(0, 0, 0, 0.5);
}
.layui-layer-content{
	color: #fff;
}


/*sidebar*//*sidebar*/
div.sidebar{
	position:fixed;
	bottom:5%;
	right:0;
	z-index:999;
	width: 97px;
	margin-top: -220px;
}
div.sidebar ul{
	background-color:#fff;
}
div.sidebar ul li{
	padding:0 10px;
	position:relative;
}
div.sidebar ul li a.item{
	display:block;
	padding:20px 0 10px;
	border-bottom:1px solid #bebebe;
	text-align: center;
	font-size: 12px;
	color: #212121;
}

div.sidebar ul li a.item .thumb{
	display:block;
	width:30px;
	height: 30px;
	background:url('../images/zhengshu.png') no-repeat center;
	margin:0 auto;
}
div.sidebar ul li a.item .online{
	font-size: 12px;
	color: #212121;
	font-style:italic;
}

div.sidebar li .focus{
	display:none;
	position:absolute;
	right:97px;
	top:0;
	margin-top: -10px;
	width:110px;
	height:110px;
	background: #fff;
}
div.sidebar li:hover .focus{
	display:block;
	margin-right: 20px;
}
div.sidebar li:hover .focus img{
	width: 100% !important;
	height: 100% !important;
	display:block;
}
div.sidebar li .focus:before{
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid rgba(255, 255, 255,1);
}


div.sidebar ul li:first-child{
	background-color:#015293;
}
div.sidebar ul li:first-child a{
	color: #fff;
	border-bottom:none;
	padding:20px 0;
}
div.sidebar ul li:first-child a .online{
	letter-spacing:2px;
	font-style:normal;
	color: #fff;
}
div.sidebar ul li:first-child a .thumb{
	width:36px;
	height:38px;
}
div.sidebar ul li:last-child{
	background-color:#f08519;
}
div.sidebar ul li a.item.totop{
	padding:4px 0;
	font-size: 12px;
}
div.sidebar ul li a.item.totop .thumb{
	width:12px;
	height:7px;
	background-image:url('../images/top.png');
}
div.sidebar ul li:last-child a .online,div.sidebar ul li a.item.totop .online{
	color: #fff;
}

div.sidebar ul li.hot{
	padding: 30px 0 14px;
}
div.sidebar ul li.hot span{
	display:block;
	font-size: 12px;
	color: #000;
	font-style:initial;
	text-align: center;
	font-weight:bold;
}
div.sidebar ul li.hot >span.tit{
	color: #212121;
	position:relative;
}

div.sidebar ul li.hot >span.tit::after{
	display:block;
	content:'';
	width:27px;
	height: 2px;
	background-color:#000;
	margin: 6px auto;
}