@charset "utf-8";

/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block
}

/* CSS Document */
/*内外边距*/
html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
	margin: 0;
	padding: 0;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
button,
textarea,
iframe,
table,
th,
td,
dd,
dt {
	margin: 0;
	padding: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	outline: none
}

.clear {
	clear: both;
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

input {
	border: none;
	outline: medium;
	font-family: 微软雅黑;
}

* {
	font-family: 微软雅黑;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	min-width: 1300px;
}

body {
	width: 100%;
	font-family: 微软雅黑;
	background: #fff;
	color: #333;
}

table {
	border-collapse: collapse
}

img {
	border: none;
	max-width: 100%;
}

.bd li,
.hd li {
	list-style: none
}

.dd,
.simg,
.imgW .img,
.ab_list2 .imga {
	transition: all ease-in .5s;
	-moz-transition: all ease-in .5s;
	-ms-transition: all ease-in .5s;
	-o-transition: all ease-in .5s;
	-webkit-transition: all ease-in .5s;
}


/******首页开始******/
.header {
	width: 100%;
	background-color: #1e81cf;
	padding: 22px 0 0;
}

.header1 {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.logo {
	float: left;
	margin-right: 33px;
}

.title {
	font-size: 26px;
	color: #fff;
	float: left;
}

.search {
	width: 316px;
	height: 27px;
	border-radius: 13px;
	padding: 1px;
	float: right;
	padding-left: 19px;
	background-color: #fff;
	color: #3272a5;
	overflow: hidden;
}

.search input {
	height: 100%;
	width: 84%;
	float: left;
}

.search input::-webkit-input-placeholder {
	color: #3272a5;
}

.search input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #3272a5;
}

.search input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #3272a5;
}

.search input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #3272a5;
}

.search1 {
	width: 16%;
	float: left;
	border-bottom-right-radius: 11px;
	border-top-right-radius: 11px;
	background-color: #1e81cf;
	background-image: url(../images2/search.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: relative;
}

.search1 input {
	opacity: 0;
	position: absolute;
	z-index: 1;
}

.nav {
	width: 100%;
	max-width: 1200px;
	margin: 36px auto 0;
	height: 44px;
}

.nav ul {}

.nav li {
	list-style-type: none;
	font-size: 14px;
	float: left;
	width: 10%;
	text-align: center;
	height: 44px;
	line-height: 44px;
	position: relative;
}

.nav li a {
	color: #ffffff;
}

.banner {
	/* width: 1200px; */
	width: 100%;
	margin: 0 auto;
}

.banner .tempWrap {
	width: 100% !important;
}

.banner .tempWrap img {
	width: 100%;
}

.ztmr {
	overflow: hidden;
	width: 1200px;
	margin: 12px auto 0;
}

.ztmr dt {
	float: left;
	width: 280px;
	overflow: hidden;
}

.ztmrs {
	font-size: 18px;
	color: #02172d;
	border-bottom: 1px solid #b70002;
	padding-bottom: 9px;
	font-weight: bold;
	display: inline-block;
	width: 75px;
	margin-right: 6px;
}

.ztmrs1 {
	font-size: 18px;
	border-bottom: 1px solid #969696;
	padding-bottom: 9px;
	font-weight: bold;
	display: inline-block;
	width: 196px;
	text-align: right;
	padding-right: 6px;
	vertical-align: bottom;
}

.ztmrs1 a {
	color: #b70002;
}

.ztmr p {
	overflow: hidden;
	font-size: 0;
}

.ztmru {
	margin-top: 16px;
	height: 246px;
}

/*.ztmru li{color: #be181a;padding-bottom: 6px;border-bottom: 1px dashed #d1d1d1;list-style-position: inside;overflow: hidden;}*/
.ztmru li {
	color: #b70002;
	overflow: hidden;
	list-style-position: inside;
	border-bottom: 1px dashed #d1d1d1;
	font-size: 13px;
	padding-bottom: 6px;
	padding-right: 20px;
}

.ztmrs2 {
	font-size: 14px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 240px;
	float: right;
}

.ztmrs2 a {
	color: #636262;
}

.ztmru li:last-child {
	border-bottom: 0;
}

.ztmrs3 {
	font-size: 14px;
	margin-left: 22px;
}

.ztmrs3 a {
	color: #b70002;
}

.ztmrs4 {
	color: #c4c2c3;
	font-size: 14px;
	float: right;
}

.ztmru li:hover .ztmrs2 a {
	color: #be181a;
}

.ztmrp1 {
	margin-top: 16px;
}

.ztmrs5 {
	background-color: #b70002;
	width: 75px;
	height: 1px;
	display: block;
	float: left;
}

.ztmrs6 {
	background-color: #969696;
	float: right;
	width: 196px;
	height: 1px;
	display: block;
}

.ztmrp2 span {
	display: inline-block;
	width: 134px;
	height: 45px;
	font-size: 14px;
	color: #fff;
	padding-left: 20px;
	line-height: 45px;
	margin-top: 3px;
	vertical-align: top;
	margin-right: 6px;
	cursor: pointer;
}

.ztmrp2 span a {
	color: #fff;
}

.ztmrp2 span:hover a {
	color: #bd1719;
}

.ztmrp2 span img {
	vertical-align: middle;
	margin-right: 16px;
	width: 26px;
}

.ztmrp2s {
	background-color: #3abeb0;
}

.ztmrp2s1 {
	background-color: #fcb944;
}

.ztmrp2s2 {
	background-color: #34bce2;
}

.ztmrp2s3 {
	background-color: #b4d258;
}

.ztmrp2s4 {
	background-color: #d8a554;
}

.ztmrp2s5 {
	background-color: #f94a67;
}

.ztmrp2s6 {
	background-color: #62c050;
}

.ztmrp2s7 {
	background-color: #1283e1;
}

.ztmrp2s8 {
	background-color: #0fe6c5;
}

.ztmrp2s9 {
	background-color: #99F;
}

.ztmrp2s9 a {
	color: #333;
}

.ztmrp3 {
	box-shadow: 0 0 5px #dbe1e8;
	padding: 9px 0 9px;
	width: 260px;
	margin: 9px auto 20px;
}

.ztmrp3 h1 {
	font-size: 18px;
	color: #bd1719;
	text-align: center;
}

.ztmrp3 span {
	display: block;
	width: 221px;
	height: 28px;
	margin: 14px auto 0;
	border: 1px solid #e2dada;
}

.ztmrp3 span i {
	width: 15%;
	font-style: normal;
	text-align: center;
	display: inline-block;
}

.ztmrp3 input::-webkit-input-placeholder {
	color: #dddbdb;
}

.ztmrp3 input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #dddbdb;
}

.ztmrp3 input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #dddbdb;
}

.ztmrp3 input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #dddbdb;
}

.subm {
	width: 221px;
	height: 28px;
	margin: 16px auto 0;
	background-color: #bd1719;
	color: #fff;
	display: block;
}


.ztmr dd {
	float: right;
	width: 900px;
}


.ztmrds {
	font-size: 18px;
	color: #02172d;
	border-bottom: 1px solid #b70002;
	padding-bottom: 9px;
	font-weight: bold;
	display: block;
	float: left;
	width: 75px;
}

.ztmrds1 {
	font-size: 18px;
	border-bottom: 1px solid #969696;
	padding-bottom: 9px;
	font-weight: bold;
	display: block;
	float: right;
	width: 813px;
	text-align: right;
	padding-right: 6px;
}

.ztmrds1 a {
	color: #b70002;
}

.ddu {
	margin-top: 23px;
	overflow: hidden;
	font-size: 0;
}

.ddu li {
	list-style-type: none;
	width: 206px;
	text-align: center;
	margin-left: 23px;
	float: left;
}

.ddu li span {
	display: block;
	height: 32px;
	line-height: 32px;
	width: 100%;
	font-size: 14px;
	color: #120b0c;
}

.ddu li:first-child {
	margin-left: 0;
}

.ddu img {
	width: 206px;
	height: 154px;
}

.ddu li:hover span {
	color: #fff;
	background-color: #e60012;
}

.ddd {
	overflow: hidden;
	margin-top: 15px;
	height: 180px;
}

.ddd dt {
	width: 49%;
	float: left;
}

.ddd dd {
	width: 49%;
	float: right;
}

.ddd dt li {
	color: #b70002;
	list-style-position: inside;
	margin-top: 15px;
	font-size: 13px;
	padding-right: 16px;
}

.ddds {
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: inline-block;
	display: -webkit-inline-box;
	width: 77%;
}

.ddds a {
	color: #636262;
}

.ddds1 {
	float: right;
	color: #636262;
}

.ddd dd li {
	color: #b70002;
	list-style-position: inside;
	margin-top: 15px;
	font-size: 13px;
	padding-right: 16px;
}

.ddd li:hover .ddds a {
	color: #bd1719;
}

.ddd li:hover .ddds1 {
	color: #bd1719;
}

.ddd1 {
	overflow: hidden;
	margin-top: 30px;
}

.ddd1 dt {
	width: 49%;
	float: left;
}

.ddd1 dd {
	width: 49%;
	float: right;
}

.ztmrdds {
	font-size: 18px;
	color: #02172d;
	border-bottom: 1px solid #b70002;
	padding-bottom: 9px;
	font-weight: bold;
	display: block;
	float: left;
	width: 75px;
}

.ztmrdds1 {
	font-size: 18px;
	border-bottom: 1px solid #969696;
	padding-bottom: 9px;
	font-weight: bold;
	display: block;
	float: right;
	width: 345px;
	text-align: right;
	padding-right: 6px;
}

.ztmrdds1 a {
	color: #b70002;
}

.ddd1s {
	display: block;
	float: left;
	width: 174px;
	height: 238px;
}

.ddd1s img {
	height: 100%;
}

.ddd1u {
	float: left;
	margin-left: 30px;
	width: 230px;
	height: 238px;
}

.ddd1u li {
	width: 100%;
	color: #b70002;
	font-size: 13px;
	height: 34px;
	line-height: 34px;
}

.ddd1u li a {
	color: #636262;
	word-break: break-all;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: inline-block;
	display: -webkit-inline-box;
	vertical-align: middle;
	height: 34px;
}

.ddd1u li:hover a {
	color: #c3292b;
}

.ddd1 p {
	margin-bottom: 30px;
}


.jxsp {
	width: 1200px;
	margin: 20px auto 0;
}

.jxsp1 {
	overflow: hidden;
}

.jxsps {
	font-size: 18px;
	color: #02172d;
	border-bottom: 1px solid #b70002;
	padding-bottom: 9px;
	font-weight: bold;
	display: block;
	float: left;
	width: 75px;
}

.jxsps1 {
	font-size: 18px;
	border-bottom: 1px solid #969696;
	padding-bottom: 9px;
	font-weight: bold;
	display: block;
	float: right;
	height: 34px;
	width: 1119px;
	text-align: right;
	padding-right: 6px;
}

.jxsps1 a {
	color: #b70002;
}

.jxspds {
	display: block;
	text-align: center;
	line-height: 35px;
	height: 35px;
	font-size: 16px;
	color: #02172d;
}


#banner {
	clear: both;
	width: 100%;
}

#banner a {
	display: block;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.ban_ico {
	position: relative;
}

.ban_ico .bd .ul {
	width: 100%;
}

.ban_ico a,
.ban_ico a img {
	width: 100%;
	height: auto;
	display: block
}

.ban_ico .hd {
	position: absolute;
	bottom: 20px;
	height: 15px;
	width: 100%;
	left: 0px;
	z-index: 900;
	text-align: center
}

.ban_ico .hd li {
	display: inline-block;
	vertical-align: middle;
	font-size: 0px;
	line-height: 0
}

.ban_ico .arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	z-index: 999;
	font-size: 0px;
	border: none;
	cursor: pointer;
}

.ban_ico3 .hd li {
	background-color: #ffffff;
	display: inline-block;
	width: 13px;
	height: 13px;
	font-size: 0px;
	margin: 0 8px;
	cursor: pointer;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	opacity: 1
}

.ban_ico3 .hd li.on {
	background: #00a0e9;
}

#banner .hd .prev {
	display: block;
	cursor: pointer;
	background: url(../images2/arrow_left.png) center no-repeat;
	width: 42px;
	height: 100px;
	position: absolute;
	left: -40px;
	top: -206px;
	z-index: 1
}

#banner .hd .next {
	display: block;
	cursor: pointer;
	background: url(../images2/arrow_right.png) center no-repeat;
	width: 42px;
	height: 100px;
	position: absolute;
	right: -40px;
	top: -206px;
}

.bdps {
	display: block;
	height: 154px;
}

.bdp {
	width: 274px;
	display: inline-block;
	margin-left: 16px;
	margin-top: 16px;
}

.yqlj {
	width: 1200px;
	margin: 25px auto 0;
}

.yqlj1 {
	font-size: 14px;
	margin-top: 20px;
}

.yqlj1 a {
	color: #02172d;
	margin-left: 50px;
}

.yqlj1 a:hover {
	color: #bd1719;
}

.yqlj1 a:first-child {
	margin-left: 0;
}

.footeradd {
	width: 100%;
	height: 136px;
	background-color: #1e81cf;
	margin-top: 36px;
	padding-top: 24px;
}

.footeradd1 {
	width: 1200px;
	margin: 0 auto;
}

.footerlogo {
	float: left;
}

.footerfont {
	float: left;
	margin: 24px 0 0 21px;
}

.footerfont p {
	font-size: 14px;
	color: #ffffff;
}

.footercode {
	float: right;
}

.footercode p {
	width: 80px;
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin-left: 10px;
}

.footercode p img {
	display: block;
}

.headeradd1 {
	width: 100%;
	height: 77px;
	background-color: #1e81cf;
	padding-top: 20px;
}

.headeradd2 {
	width: 1200px;
	margin: 0 auto;
}

.headeradd1logo {
	float: left;
}

.mavavn {
	float: right;
	padding-top: 19px;
}

.mavavn li {
	list-style-type: none;
	float: left;
	height: 15px;
	line-height: 15px;
	font-size: 14px;
	padding: 0 16px;
	border-left: 1px solid #fff;
}

.mavavn li a {
	color: #fff;
}

.mavavn li:first-child {
	border-left: 0;
}

.topimg {
	text-align: center;
	font-size: 0;
}

#topmenu {
	width: 1190px;
	margin: 0 auto;
	height: 55px;
	line-height: 55px;
	font-size: 18px;
	font-family: 仿宋;
}

#topmenu li {
	float: left;
	text-align: center;
	position: relative;
	width: 105px;
	margin: 0 4px;
	color: #000;
	z-index: 9999;
	list-style-type: none;
}

#topmenu li a {
	height: 100%;
	display: block;
}

#topmenu li a:link,
#topmenu li a:visited {
	color: #000
}

#topmenu li a:active,
#topmenu li a:hover {
	color: #fff;
	background: #003867;
}

#topmenu li span {
	width: 100%;
	position: absolute;
	top: 55px;
	left: 0;
	line-height: 24px;
	background: #003867;
	display: none;
}

#topmenu li span p {
	padding-bottom: 10px;
	display: block;
}

#topmenu li span a {
	height: 24px;
	overflow: hidden;
	color: #fff;
}

#topmenu li span a:link,
#topmenu li span a:visited {
	color: #fff
}

#topmenu li span a:active,
#topmenu li span a:hover {
	color: #fff;
	background: #0061ae;
}

#topmenu li:hover span {
	display: block;
}

.inner_search {
	overflow: hidden;
	width: 1200px;
	margin: 36px auto 0;
	padding-bottom: 3px;
}

.inner_search span {
	width: 420px;
	height: 30px;
	border-radius: 3px;
	float: right;
	display: inline-block;
	border: 1px solid #ececec;
}

.inner_search span i {
	display: block;
	font-style: normal;
	background: url(../images2/inner_search.png) no-repeat center;
	width: 10%;
	height: 100%;
	float: left;
}

.inner_search span input {
	width: 90%;
	float: left;
	height: 100%;
}

.inner_newscont {
	width: 1200px;
	margin: 40px auto 0;
	/* overflow: hidden; */
}

.clear {
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix:after {
	content: '\20';
	display: block;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.inner_newscontleft {
	width: 243px;
	float: left;
}

.inner_newscontleftp1 {
	font-size: 0;
	width: 243px;
	height: 87px;
	background: url(../images2/inner_newscontleftp1.png) no-repeat;
	padding: 26px 0 0 24px;
}

.inner_newscontleftp1e {
	display: inline-block;
	width: 1px;
	height: 37px;
	background-color: #fff;
}

.inner_newscontleftp1e1 {
	display: inline-block;
	height: 37px;
	vertical-align: top;
	margin-left: 12px;
}


.inner_newscontleftp1e1i {
	font-size: 12px;
	color: #fff;
	font-style: normal;
	display: block;
}

.inner_newscontleftp1e1i1 {
	font-size: 16px;
	color: #fff;
	font-style: normal;
	display: block;
}



.inner_newscontleftp2 {
	font-size: 16px;
	height: 66px;
	line-height: 66px;
	padding-left: 29px;
	background-color: #eeeeee;
}

.inner_newscontleftp2 a {
	color: #7b7b7b;
}

.inner_newscontleftp2on {
	background-color: #e6e4e4;
}

.inner_newscontright {
	width: 930px;
	float: right;
}

.inner_newscontright dl {
	overflow: hidden;
	margin-bottom: 36px;
}

.inner_newscontright dt {
	float: left;
	/* width: 310px; */
	width: 270px;
}

.inner_newscontright dd {
	float: right;
	width: 580px;
}

.inner_newscontright dl dt img {
	width: 270px;
	height: 205px;
}

.inner_newscontrightp {
	font-size: 18px;
	color: #1f1f1e;
	margin-top: 25px;
}

.inner_newscontrightp1 {
	font-size: 14px;
	color: #777676;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
	line-height: 27px;
}

.inner_newscontrightp2 {
	color: #777676;
	font-size: 14px;
	margin-top: 27px;
}

.inner_newscontrightp2 img {
	margin-right: 16px;
}

.inner_newscontright dl:hover {
	border: 1px solid #b70002;
}

.inner_newscontleftp2:hover a {
	color: #b70002;
}

.inner_newscontright dl:hover .inner_newscontrightp {
	color: #b70002;
}

.inner_newscontright dl:hover .inner_newscontrightp1 {
	color: #b70002;
}


.inner_newscontright1 {
	width: 930px;
	float: right;
	box-shadow: 1px 1px 3px #cfcfcf;
	margin: 5px;
	padding: 10px;
}

.inner_newscontright1 dl {
	overflow: hidden;
	margin-bottom: 36px;
}

.inner_newscontright1 dd {
	float: right;
	width: 600px;
}

.inner_newscontright1p {
	font-size: 18px;
	color: #1f1f1e;
}

.inner_newscontright1p1 {
	font-size: 14px;
	color: #777676;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 30px;
	line-height: 27px;
}

.bdp:hover .jxspds {
	background-color: #e60012;
	color: #fff;
}

.ywz:hover a {
	color: #b70002 !important;
}


.navlion {
	background-color: #00aef3;
}

.navlid {
	position: absolute;
	z-index: 963;
	width: 100%;
	height: auto;
	display: none;
}

.navlid p {
	height: auto;
	overflow: unset;
}

.navlid p {
	background-color: #00aef3;
	list-style-type: none;
	height: 32px;
	line-height: 32px;
	text-align: center;
	width: 100%;
	float: none;
}

.navlid p a {
	color: #fff;
	font-size: 14px;
}


.nav li:hover .navlid {
	display: block;
}

.hd ul {
	text-align: center;
}

.hd li {
	width: 45px;
	display: inline-block;
	margin: 0 10px;
	height: 45px;
}

.hd li img {
	border-radius: 100%;
	width: 100%;
	height: 100%;
}

.slideTxtBox {
	position: relative;
}

.hd {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

.newsrty {
	position: relative;
}

.noticed {
	border: 1px solid #ccc;
	padding: 10px 20px 25px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}

.noticebg {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 930px;
	height: 100%;
	background: #000;
	opacity: 0.2;
}

.pages {
	text-align: center;
}

.pages>a {
	border: 1px solid #d9d9d9;
	color: #666;
	background: #eee;
	padding: 3px 10px;
	margin: 0 2px;
	display: inline-block;
}

.pages>a.current {
	background-color: #00aef3;
}

.pages .inputBar {
	border: 0px;
	height: 26px;
	line-height: 26px;
	padding: 0 7px;
}
.pages .inputBar input {
    width: 30px;
    height: 20px;
    padding: 2px 5px;
    border: #ccc 1px solid;
    margin: -4px 3px 0;
  
    background: #eee;
}
.pages .go-page {
    width: 40px;
    height: 30px;
    line-height: 22px;
    padding: 2px 5px;
    border: #88000c 1px solid;
    margin: -5px 6px 0 3px;
    _margin: -5px 3px 0;
    background: #88000c;
    vertical-align: middle;
    color: #fff;
}
.pages .total {
    border: 0px;
    height: 26px;
    line-height: 26px;
    padding: 0;
}
.inner_newscontright11 {
	box-shadow: 1px 1px 3px #cfcfcf;
	padding: 10px;
	margin: 5px;
}
