@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: "微软雅黑";
	background-color: #d7e4f1;
}

img {
	border: none;
}
.infobox img{
	max-width:100%;
	height: auto !important;
	display:block;
	margin:0px auto;
}
a {
	color: #333333;
	font-size: 16px;
	transition: all 1s;
}

.center {
	width: 1200px;
	margin: 0px auto;
}

.clear {
	clear: both;
}

/*页面样式*/
.welcome {
	width: 100%;
	height: 40px;
	background: #efefef;
	font-size: 14px;
	line-height: 40px;
}

.hy {
	float: left;
}

.lj {
	float: right;
}

.lj a {
	font-size: 14px;
	margin: 0px 5px;
}

.top {
	width: 100%;
	min-height: 132px;
	position: relative;
	background: #FFFFFF;
}

.logo {
	overflow: hidden;
	float: left;
}

.logo img {
	max-width: 100%;
	height: auto;
	margin-top: 30px;
}

.ss {
	width: 250px;
	height: 35px;
	cursor: pointer;
	position: relative;
	float: right;
	margin-top: 45px;
	border: 1px solid #00428c;
}

.ss .inp {
	border: none;
	height: 35px;
	outline: none;
	color: #888888;
	text-indent: 10px;
	background: none;
}

.ss .btn {
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 35px;
	height: 35px;
	outline: none;
	background: url(../img/search.png) no-repeat 0px 0px;
}

input::-webkit-input-placeholder {
	color: #888888;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #888888;
}

/*导航*/
.nav {
	height: 50px;
	line-height: 50px;
	background: #00428c;
}

.nav ul li {
	float: left;
	/* width: 10%; */
	padding: 0px 41px;
	position: relative;
	text-align: center;
	background: url(../img/navsx.png) no-repeat right center;
}

.nav ul li:last-child {
	background: none;
}

.nav ul li>a {
	text-align: center;
	line-height: 50px;
	font-size: 18px;
	display: block;
	color: #FFFFFF;
}

/* .nav ul li.on>a,
.nav ul li:hover>a {
	color: #004181;

} */

.subNav {
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	width: 100%;
	z-index: 999;
}

.subNav a {
	background: #004abb;
	color: #fff;
	width: 100%;
	display: block;
	line-height: 40px;
	text-align: center;
	white-space: normal;
	font-size: 14px;
}

.nav ul li:hover .subNav {
	display: block;
}

.subNav a:hover {
	background: #faa500;
	color: #FFFFFF;
}

/*大图*/
#dt .wrapper {
	position: relative;
}

#dt {
	/* overflow: hidden; */
	/* margin-top: 20px; */
}

#dt .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

#dt .rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#dt .slide_container {
	position: relative;
	float: left;
	width: 100%;
}

#dt .slide {
	position: relative;
	list-style: none;
	/* overflow: hidden; */
	width: 100%;
	padding: 0;
	margin: 0;
}

#dt .slide li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

#dt .slide img {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	border: 0;
	/* height: 460px; */
}

#dt .slide .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	display: none;
}

#dt .slide_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 66px;
	width: 34px;
	margin-top: -30px;
}

#dt .slide_nav:active {
	opacity: 1.0;
}

#dt .slide_nav.prev {
	left: 17%;
	background: url(../img/datu_l.png) no-repeat center center;
}

#dt .slide_nav.next {
	right: 17%;
	background: url(../img/datu_r.png) no-repeat center center;
}

#dt .dtxt {
	position: absolute;
	left: 0%;
	bottom: -90px;
	z-index: 999;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: none;
}

#dt .dtxt a {
	color: #FFFFFF;
	display: block;
}

#dt .dtxt .bt {
	font-size: 24px;
}

#dt .slide1_tabs {
	position: absolute;
	bottom: 13px;
	z-index: 100;
	width: 100%;
	text-align: center;
}

#dt .slide2_tabs {
	position: absolute;
	bottom: 10px;
	z-index: 100;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

#dt .slide1_tabs li,
.slide2_tabs li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-radius: 50%;
	background: #fff;
	position: relative;
}

#dt .slide1_tabs li a,
.slide2_tabs li a {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	z-index: 1000;
	color: rgba(100, 200, 300, 0);
	color: transparent;
}

#dt .slide1_tabs li.slide_here a,
.slide2_tabs li.slide_here a {
	background: #006db5;
}

/* main1 */
.wrap .center {
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
}

.main1 {
	margin: 20px 0px;
	overflow: hidden;
}

.callbacks_tabs {
	text-align: center;
	font-size: 0;
	list-style-type: none;
	position: relative;
	top: -70px;
	z-index: 2;
	right: 6px;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0px 5px;
}

.callbacks_tabs a {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	line-height: 20px;
	overflow: hidden;
	font-size: 0px;
	border: 1px solid #FFFFFF;
}

.callbacks1_tabs .callbacks_here a {
	background: #FFFFFF;
}

.news {
	width: 68%;
	float: left;
}

.callbacks_container {
	float: left;
	width: 48%;
}

.news .ggul {
	float: right;
	width: 49%;
}

.news .ggul li a {
	width: 76%;
}

.comtop .title {
	position: relative;
}

.comtop {
	/* overflow: hidden; */
	margin-bottom: 20px;
	border-bottom: 1px solid #0091d1;
	height: 50px;
	position: relative;
}

.comtop .wz {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	float: left;
	min-width: 150px;
	height: 50px;
	line-height: 50px;
	text-indent: 25px;
	background: url(../img/lmbg.png) no-repeat 0px 0px;
}
.wrap2 .comtop .wz{/* display:none; */}
.comtop .more {
	float: right;
	line-height: 50px;
	font-size: 15px;
	color: #888888;

}

.comtop .more img {
	padding-left: 3px;
}

.ggul li {
	height: 32px;
	line-height: 32px;
	text-indent: 12px;
	background: url(../img/dian.png) no-repeat 0px center;
}

.ggul li a {
	font-size: 14px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	display: inline-block;
}

.ggul li>span {
	font-size: 14px;
	float: right;
	color: #aaaaaa;
}

.ggul li:hover a {
	color: #00428c;
}

.ggul li:hover span {
	color: #00428c;
}

.st a {
	font-size: 18px;
	font-weight: bold;
	color: #00428c;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
	padding-bottom: 5px;
}

.tz {
	float: right;
	width: 29%;
}

.tz .ggul {
	margin-top: -4px;
}


/* main2 */
.kuai li {
	float: left;
	width: 16.5%;
	max-width: 196px;
	margin-right: 2px;
	height: 120px;
	/* box-shadow: 2px 2px 4px #DEEAF8,-2px -2px 4px #DEEAF8; */
	background: url(../images/dxbg.png) no-repeat 0px 0px;
}

.kuai_pic img {
	display: block;
	margin: 20px auto 10px;
}

.kuai li p {
	text-align: center;
}

.kuai li:hover .kuai_pic img {
	transform: rotateY(180deg);
	transition: 1s;
}

.kuai li:hover p {
	color: #00428c;
}

.kuai .last {
	margin-right: 0px;
}

/* main3 */
.main3 {
	margin: 20px 0px;
}

.ksjs {
	float: left;
	width: 68%;
}

.jksp {
	float: right;
	width: 29%;
}

.spt {
	position: relative;
}

.slideTxtBox {}

.comtop .hd {
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: 22%;
	/* top: 71%; */
	z-index: 99999;
}
.wrap2 .comtop .hd{left:0px;}
.comtop .hd ul {
	float: left;
	/* position: absolute;
	left: 20px;
	top: -1px;
	height: 32px; */
}

.comtop .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	color: #888888;
	font-size: 18px;
	font-weight: bold;
}
.wrap2 .comtop .hd ul li{padding:0px;margin-right:20px;}
.comtop .hd ul li.on {
	color: #00428c;
}

.slideTxtBox .bd ul li {
	/* float: left;
	border: 1px solid #b2c6e4;
	padding: 10px 10px;
	box-sizing: border-box;
	width: 19%;
	margin-right: 1%;
	height: 55px;
	line-height: 55px;
	margin-bottom: 10px; */
}

.fastul li {
	float: left;
	width: 18.7333%;
	margin-right: 1.2666%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #b2c6e4;
}

.fastul .ksli6 {
	margin-right: 0;
}

.fastul a {
	width: 100%;
	height: 50px;
	padding-left: 31%;
	font-size: 14px;
	background-repeat: no-repeat;
	transition: all linear 0.3s;
	display: block;
	/* padding: 10px 0px; */
	/* padding-top: 7px; */
	line-height: 50px;
	box-sizing: border-box;
}

.ksli1 a {
	background-position: 6% 10px;
}

.fastul li:hover a {
	color: #00428c;
}

.spt .sptt {
	position: absolute;
	width: 100%;
	height: 250px;
	top: 0px;
	overflow: hidden;
	background: url(../img/spbg.png) no-repeat 0px 0px;
}

.spt p {
	background-color: #00428c;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	margin-top: -10px;
}

.spt img {
	width: 100%;
}

/* main4 */
.main4 {
	margin: 20px 0px;
}

.lc {
	margin: 0px 2%;
}

.com {
	width: 33%;
	float: left;
}

.ts {
	width: 29%;
	float: right;
}


/* wrap */
.wrap2 {
	margin: 20px auto;
	overflow: hidden;
}

.wrap2 .center {
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
}

.zj {
	float: left;
	width: 66%;
}

.zt {
	float: right;
	width: 29%;
}

.zt ul li img {
	width: 100%;
}

.zt ul li {
	margin-bottom: 8px;
}

.picMarquee-left {
	overflow: hidden;
	position: relative;
}

.picMarquee-left .bd {
	/* padding: 10px; */
}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left .bd ul li {
	margin: 0 10px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	border: 1px solid #eeeeee;
}

.picMarquee-left .bd ul li .pic {
	text-align: center;
}

.picMarquee-left .bd ul li .pic img {
	width: 150px;
	height: 210px;
	display: block;
	padding: 10px;

}

.picMarquee-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left .bd ul li .title {
	line-height: 25px;
	padding-bottom: 13px;
}

.picMarquee-left .bd ul li:hover .title {
	color: #00428c;
}

.main6 {
	margin-top: 20px;
}

.picMarquee-left2,
.picMarquee-left3 {
	overflow: hidden;
	position: relative;
	z-index: 999;
}

.picMarquee-left2 .bd2,
.picMarquee-left3 .bd3 {
	/* padding: 10px; */
}

.picMarquee-left2 .bd2 ul,
.picMarquee-left3 .bd3 ul {
	overflow: hidden;
	zoom: 1;
}

.picMarquee-left2 .bd2 ul li,
.picMarquee-left3 .bd3 ul li {
	margin: 0 0px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picMarquee-left2 .bd2 ul li .pic,
.picMarquee-left3 .bd3 ul li {
	text-align: center;
}

.picMarquee-left2 .bd2 ul li .pic img,
.picMarquee-left3 .bd3 ul li .pic img {
	width: 270px;
	height: 180px;
	display: block;
	padding: 10px;

}

.picMarquee-left2 .bd2 ul li .pic a:hover img,
.picMarquee-left3 .bd3 ul li .pic a:hover img {
	border-color: #999;
}

.picMarquee-left2 .bd2 ul li .title,
.picMarquee-left3 .bd3 ul li .title {
	line-height: 25px;
	padding-bottom: 13px;
}

.picMarquee-left2 .bd2 ul li:hover .title,
.picMarquee-left3 .bd3 ul li:hover .title {
	color: #00428c;
}

.picMarquee-left2 .hd2 {
	position: absolute;
	z-index: 9999;
	width: 100%;
}

.picMarquee-left2 .hd2 .prev,
.picMarquee-left2 .hd2 .next {
	display: block;
	width: 30px;
	height: 50px;
	margin-top: 50px;
	overflow: hidden;
	cursor: pointer;
	display: none;
}

.picMarquee-left2 .hd2 .next {
	background: url(../img/le.png) no-repeat 0px 0px;
	float: left;
}

.picMarquee-left2 .hd2 .prev {
	background: url(../img/ri.png) no-repeat 0px 0px;
	float: right;
}

/* foot */
.footer {
	width: 100%;
	background: #00428c;
	overflow: hidden;
	border-bottom: 1px solid #002248;
}

select {
	width: 300px;
	height: 30px;
	/*padding-left: 30px;*/
	border: none;
	padding-left: 20px;
	outline: none;
	/*去掉默认的下拉三角*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*添加下拉三角图标*/
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
	position: relative;
	margin-left: 5%;
	background: url(../img/jt.png) no-repeat right 10px center;
}
select::-ms-expand { display: none; }
.yq {
	padding: 15px 0px;

}

.yq .bt {
	float: left;
	color: #FFFFFF;
	line-height: 30px;
}

.bq {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
}

.fobo .center,
.footer .center {
	padding: 0px 20px;
	box-sizing: border-box;
}

.fobo {
	width: 100%;
	background: #00428c;
	overflow: hidden;
	padding: 20px 0px;
}

.fobo img {
	float: right;
	margin-top: 20px;
}


/* ks */
.dq {
	font-size: 16px;
	color: #00428c;
	background: url(../img/dq.png) no-repeat 0px center;
	text-indent: 40px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
}

.dq a {
	font-size: 16px;
	color: #00428c;
}

.fastul {
	overflow: hidden;
}

.ks1 {
	margin-bottom: 50px;
}

/* list */
.con {
	overflow: hidden;
}

.conleft {
	width: 66.5%;
	float: left;
}

.conleft .ggul li {
	height: 40px;
	line-height: 40px;
}

.conleft .ggul li a {
	font-size: 16px;
}

.conright {
	width: 29%;
	float: right;
}

.yyzn ul li {
	width: 33%;
	margin-right: 0px;
}

.yynew {
	margin: 20px 0px;
}

.yynew ul {
	margin-top: -8px;
}

.yynew ul li a {
	width: 100%;
}


/* yyry */
.yyry {
	margin-top: 20px;
}

.yyry ul li {
	width: 50%;
	float: left;
}

.yyry ul li img {
	width: 100%;
	height: 110px;
}

.yyry ul li a {
	display: block;
	margin: 0 5px;
	overflow: hidden;
	margin-bottom: 10px;
}

.yyry ul {
	margin: 0 -5px;
	overflow: hidden;
}

.yyry ul li span {
	display: block;
	width: 100%;
	text-align: center;
	background: #00428c;
	color: #FFFFFF;
	padding: 10px 0px;
	font-size: 14px;
	margin-top: -5px;
}

/* yystyle */
.yystyle .callbacks_container {
	width: 100%;
}

/* my */
.mylist ul li img {
	width: 150px;
	height: 210px;
	margin: 10px auto;
	display: block;
}

.mylist {
	overflow: hidden;
}

.mylist ul li {
	width: 15%;
	float: left;
	margin-right: 1.7777%;
	border: 1px solid #EEEEEE;
	margin-bottom: 30px;
}

.mylist ul li span {
	display: block;
	text-align: center;
	padding: 13px 0px;
	margin-top: -10px;
}

.mylist ul li:hover span {
	background: #00428C;
	color: #FFFFFF;
}

.mylist ul li a {
	display: block;
	overflow: hidden;

}

.mylist .wt {
	margin-right: 0%;
}

.fan {
	margin: 20px 0px;
}

/* newlist */
.xw1 {
	margin-bottom: 30px;
}

/* yyhj */
.articleList01 {
	overflow: hidden;
}

.articleList01 ul {
	margin: 0 -15px;
	margin-bottom: 30px;
}

.articleList01 ul li {
	width: 25%;
	float: left;
	margin-bottom: 30px;
}

.articleList01 ul li a {
	display: block;
	margin: 0 15px;
	position: relative;
}

.articleList01 ul li .art-Img {
	display: block;
	height: 0;
	padding-bottom: 70%;
	overflow: hidden;
	/* min-height: 240px; */
}

.articleList01 ul li .art-Img img {
	width: 100%;
	transition: all 0.3s ease;
	min-height: 200px;
}


.articleList01 ul li .art-Txt {
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	transition: all 0.3s ease;
	background-color: #FFFFFF;
	text-align: center;
}

.articleList01 ul li .art-Txt p {
	font-size: 16px;
	padding: 15px 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	box-sizing: border-box;
	background: #f2f4f7;
}

.articleList01 ul li a:hover .art-Txt {
	/* margin-top: -5px; */
}
.articleList01 ul li a:hover .art-Txt p {
	color: #00428C;
}
.articleList01 ul li .art-Date span {
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
}

/* nr */
.article {
	padding: 0px 20px;
}
.article img{
	max-width:100%
}
.article p{
	font-size:16px !important;line-height: 2em !important;
}
.article .arti-title {
	text-align: center;
	font-size: 20px;
	line-height: 35px;
	margin-top: 30px;
	color: #333333;
	font-weight: bold;
}

.article .arti_metas {
	padding: 20px 0px 20px 0px;
	text-align: center;
	border-bottom: 1px dashed #d2d2d2;
}

.article .arti_metas span {
	margin: 0 15px;
	color: #aaaaaa;
	font-size: 14px;
	text-indent: 22px;
	display: inline-block;
}
.arti_publisher {
	background: url(../img/zz.png) no-repeat 0px center;
}
.ly {
	background: url(../img/ly.png) no-repeat 0px center;
}
.arti_update {
	background: url(../img/fb.png) no-repeat 0px center;
}

.arti_views {
	background: url(../img/dj.png) no-repeat 0px center;
}

.article .read {
	padding: 20px 0px 20px 0px;
	line-height: 25px;
}

.nx {
	color: #00428c;
	font-size: 16px;
	border-top: 1px solid #e2e2e2;
	padding-top: 30px;
	margin-top: 20px;
}

.nx a {
	color: #333333;
	font-size: 16px;
	margin-bottom: 20px;
	display: inline-block;
}

.nx .up:hover a,
.nx .down:hover a {
	color: #00428c;
}