@charset "utf-8";

/*公共样式*/
* {
	padding: 0;
	margin: 0;
}

ul li,
a,
p {
	border: none;
	text-decoration: none;
	list-style: none;
	font-family: "微软雅黑";
	padding: 0;
	margin: 0px;
}

body {
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
	min-width: 1220px;
}

img {
	border: none;
}

a {
	color: #333333;
	font-size: 16px;
}
a:hover{
	color: #0058ae;
}
.center {
	width: 1220px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

/*页面样式*/
/*top*/
.top {
	width: 100%;
	height: 125px;
	position: relative;
	background: url(../img/topbg.png) no-repeat center;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin-top: 25px;
}

.ss {
	width: 220px;
	font-size: 16px;
	cursor: pointer;
	position: relative;
	float: right;
	margin: 40px 0px;
	background: url(../img/sebox.png) no-repeat 0px 0px;
}

.ss .inp {
	border: none;
	height: 45px;
	outline: none;
	color: #999999;
	text-indent: 20px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 45px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #999999;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #999999;
}



/*导航*/
.nav {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #02386d;
}

.nav ul li {
	float: left;
	width: 20%;
	position: relative;
	text-align: center;
	background: url(../img/navsx.png) no-repeat right center;
}

.nav ul li>a {
	text-align: center;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.nav ul .wt {
	background: none;
}

.nav ul li.on>a,
.nav ul li:hover>a {
	font-weight: bold;
	
background: rgba(2,56,109,0.8);
}

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999;
}

.subNav a {
	background: rgba(2,56,109,0.8);
	color: #fff;
	width: 100%;
	display: block;
	line-height: 45px;
	text-align: center;
	white-space: normal;
	font-size: 16px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #0058ae;
	color: #FFFFFF;
}

.wrap {
	width: 100%;
	background: url(../img/dbg1.png) no-repeat 0px 0px;
}

/* main1 */
.wrap .center {
	background: #FFFFFF;
	padding: 0px 10px;
	box-sizing: border-box;
}

.pics {
	width: 510px;
	float: left;
}

.work {
	width: 660px;
	float: right;
	position: relative;
}

.ggtop {
	overflow: hidden;
	border-bottom: 1px solid #dde1e3;
	text-indent: 20px;
	height: 50px;
	line-height: 50px;
}

.ggtop .lm {
	font-size: 20px;
	color: #0058ae;
	font-weight: bold;
	float: left;
	background: url(../img/lmbg.png) no-repeat 0px center;
}

.ggtop a {
	float: right;
	margin-top: 3px;
	color: #666666;
}

.ggtop a:hover {
	color: #0058ae;
}

.callbacks_tabs {
	text-align: right;
	font-size: 0;
	list-style-type: none;
	position: relative;
	top: -30px;
	z-index: 2;
	right: 10px;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 5px;
}

.callbacks_tabs a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	line-height: 20px;
	overflow: hidden;
	font-size: 0px;
	background: #fff;
}

.callbacks1_tabs .callbacks_here a {
	background: #0058ae;
}

.work ul {
	padding-top: 10px;
}

.work ul li {
	height: 49px;
	line-height: 49px;
	text-indent: 15px;
	background: url(../img/lidian.png) no-repeat 0px center;
}

.work ul li a {
	font-size: 16px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 82%;
}

.work ul li span {
	font-size: 16px;
	float: right;
	color: #777777;
}

.work ul li:hover a {
	color: #0058ae;
}
/* mAain2 */
.main2{
	overflow: hidden;
}
.com{
	width: 375px;
	float: left;
}
.xz{
	margin: 0px 35px;
}
.ljlist{
	margin-top: 10px;
}
.ljlist li{
	background: url(../img/lidian.png) no-repeat 0px center;
	float: left;
	width: 50%;
	text-indent: 15px;
	margin-top: 10px;
}
.xzlist{
	margin-top: 20px;
}
.xzlist li{
	margin-top: 10px;
}
.xzlist li span{
	float: right;
	color: #777777;
}
.ywlist{
	height: 145px;
	margin-top: 10px;
	padding: 0px 25px;
	box-sizing: border-box;
	background: url(../img/bg2.png) no-repeat 0px 0px;
}
.ywlist li{
	float: left;
	width: 50%;
	text-indent: 15px;
	margin-top: 10px;
	background:url(../img/smh.png) no-repeat 0px center;
}
.ywlist li a{
	color: #a2773e;
}
/* main3 */
.m3l{
	width: 60px;
	height: 160px;
	background: #0058AE;
	float: left;
	padding: 30px 20px;
	box-sizing: border-box;
}
.m3l a{
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
}
.main3{
	overflow: hidden;
	padding: 24px 0px 24px;
}
.foot{
	width: 100%;
	height: 140px;
	color: #FFFFFF;
	text-align: center;
	padding: 45px 0px;
	box-sizing: border-box;
	background: url(../img/ywbg.png) no-repeat center;
	line-height: 35px;
}
/* gd */


/* tplist */
.picMarquee-left{ width:1140px;  overflow:hidden; position:relative;  float: right;background: #ececec;  }
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{object-fit: cover;width:215px;height:140px;display:block;}
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;  display: none; }
.txtScroll-top{width:1200px;overflow:hidden;position:relative;float: right;background: #0059ab;height: 100px;/* padding: 0px 50px; */box-sizing: border-box;margin: 20px 0px;}
.txtScroll-top .bd ul{ overflow:hidden; zoom:1; }
.txtScroll-top .bd ul li{/* float:left; */_display:inline;overflow:hidden;/* background: url(../img/bhua.png) no-repeat 0px center; */text-indent: 20px;height: 100px;/* margin-right: 200px; */text-align: center;}
.txtScroll-top .bd ul li .title{line-height: 100px;font-size: 18px;}
.txtScroll-top .bd ul li .title a{font-size: 30px;font-family: 楷体;color: #fff;}


/*list*/
.listcon{
	margin-top: 30px;
}
.conleft{
	width: 240px;
	float: left;
}
.conleft .yj{
	height: 70px;
	background: #0055aa;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
	line-height: 70px;
	font-weight: bold;
}
.conleft ul{
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #ced3d9;
	border-bottom: none;
}
.conleft ul li{
	height: 50px;
	line-height: 50px;
	background: #FFFFFF;
	text-align: center;
	border-bottom: 1px solid #ced3d9;
}
.conleft ul li a{
	color: #333333;
}
.conleft .active{
	
}
.conleft .active a{
	color: #0055aa;
}
.conright{
	float: right;
	width: 930px;
	min-height: 596px;
}
.ritop{
	border-bottom: 2px solid #bcc4c8;
	margin-bottom: 10px;
	overflow: hidden;
}
.ritop .ggtop{float: left;border-bottom:none}
.ritop .rj{
	float: left;
	font-size: 22px;
	color: #0352a1;
}
.dq{
	float: right;
	color: #999999;
	margin-top: 10px;
	background: url(../img/dq.png) no-repeat 0px center;
	text-indent: 20px;
}
.dq a{
	font-size: 14px;
	color: #666666;
}
.conright .listul li{
	line-height: 45px;
	height: 45px;
	background: url(../img/lidian.png) no-repeat 0px center;
	text-indent: 20px;
	color: #333333;
}
.conright .listul li a{
	float: left;
	color: #333333;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	width: 80%;
}
.conright .listul li .sj{
	float: right;
	color: #777777;
	font-size: 16px;
}
.conright .listul li:hover a{color: #0055aa;}
.conright .listul li:hover .sj{color: #0055aa;}
.fan{margin: 40px 0px;text-align: center;}
/* content */
.article{/* padding: 0px 20px; */}
.article .arti-title {
    text-align: center;
    font-size: 22px;
    line-height: 35px;
    margin-top: 20px;
    color: #333333;
}
.article .arti_metas {
    padding: 20px 0px 22px 0px;
    text-align: center;
    border-bottom: 1px dashed #ceb9ba;
}
.article .arti_metas span {
    margin: 0 15px;
    color: #666666;
    font-size: 14px;
    /* text-indent: 22px; */
    display: inline-block;
}
.arti_update{
	background:url() no-repeat 0px center;
}
.arti_views{
	background:url() no-repeat 0px center;
}
.article .read{
	padding: 20px 0px 20px 0px;
	line-height: 25px;
	}
.article .read p{}
.article .read table{
    margin: 0 auto;
}
.nx{/* padding-left: 10px; */color: #888888;font-size: 14px;}
.nx a{color: #888888;font-size: 14px;margin-bottom: 20px;display: inline-block;}
.nx .up:hover a ,.nx .down:hover a{color: #0055aa;}