div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
body,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

html {
	overflow-y: scroll;
}

body,
input,
textarea,
select {
	color: #474342;
}

body,
p,
ul,
dl,
dd,
form,
textarea,
input,
ol,
h3 {
	/*font-size: 16px;*/
}

ul,
ol,
td,
th {
	padding: 0;
	list-style: none outside;
}

a {
	color: #515151;
	text-decoration: none;
	transition: color 0.2s;
}

a:hover {
	color: #474342;
}

a,
button,
li {
	-webkit-tap-highlight-color: transparent;
}

i,
strong,
em {
	font-style: normal;
	font-weight: normal;
}

a:focus,
input,
textarea,
select,
button {
	outline: none;
}

textarea {
	overflow: auto;
	resize: none;
}

body {
	padding-top: 55px;
}

input,
textarea,
select {
	font-size: 100%;
}

img {
	border: 0;
	vertical-align: top;
	max-width: 100%;
}

table {
	border-collapse: collapse;
}

html {
	font-size: 62.5%;
}

body div.max_width {
	background: #fff;
	width: 100%;
	margin: auto;
	margin: 8px 0;
	padding: 0 15px;
	box-sizing: border-box;
	border-top: 5px solid #ee
}


/*导航*/

.mobile-button {
	position: relative;
	background: 0 0;
	width: 26px;
	height: 16px;
	margin-top: -7px;
	width: 48px;
	height: 48px;
	background: #1887e3;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #fff;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s
}

.mobile-button:before,
.mobile-button:after {
	content: '';
	position: absolute;
	top: 12px;
	height: 4px;
	width: 24px;
	left: 12px;
	top: 50%;
	border-radius: 2px;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.mobile-button span {
	position: absolute;
	width: 24px;
	height: 4px;
	left: 12px;
	top: 50%;
	border-radius: 2px;
	overflow: hidden;
	text-indent: 200%;
	border-radius: 5px;
}

.mobile-button:before {
	-webkit-transform: translate3d(0, -7px, 0);
	-moz-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0)
}

.mobile-button:after {
	-webkit-transform: translate3d(0, 7px, 0);
	-moz-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0)
}

.mobile-button.active span {
	opacity: 0
}

.mobile-button.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}

.mobile-button.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}

.logo {
	background: #2897f3;
	padding: 11px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 55px;
	box-shadow: 0 0 10px #eee;
}

.logo img {
	width: 120px;
	max-height: 35px;
	padding-top: 0;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
}

.nav_logo .search {
	float: right;
	margin-top: 15px;
	background: #fff;
	position: absolute;
	right: 0;
	height: 30px;
}

form {
	padding: 0 25px 0 8px;
	width: 75%;
	height: 35px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	background: url(../img/sear.png) no-repeat 95% 7px;
	background-size: 9%;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 1px auto;
}


}
input,
button {
	border: none;
	outline: none;
}
.bar6 input {
	height: 35px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #333;
	border-radius: 20px;
	font-size: 14px;
}
.bar6 button {
	position: absolute;
	height: 35px;
	width: 35px;
	right: 0px;
	top: 0;
	cursor: pointer;
	background: none;
	border: none;
}
.bar6 button:active {
	outline: none;
}
.navs {
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 8px 5px;
	box-sizing: border-box;
	background: #F8F8F8;
	width: 100%;
}
.searfrom::-webkit-input-placeholder {
	color: #999;
	font-size: 13px;
}
.searfrom:::-moz-placeholder {
	color: #999;
	font-size: 13px;
}
.searfrom::-ms-input-placeholder {
	color: #999;
	font-size: 13px;
}
.search {
	margin: 20px 0;
}

/*侧边栏*/
.topnav {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .6);
	z-index: 998;
}
.topnav>div {
	background: #fff;
	width: 70%;
	height: 100%;
	padding-top: 60px;
	overflow-y: scroll;
	box-sizing: border-box;
}
.topnav ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0 15px 40px 10px;
	box-sizing: border-box;
}
.topnav ul li {
	color: #fff;
	display: inline-block;
	letter-spacing: 2px;
	width: 100%;
	color: #000;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	text-align: left;
}
.topnav ul li a {
	color: #333;
}
.topnav ul li.active a {
	color: #333;
}
.gaoindex {
	position: relative;
	text-align: center;
	height: 80px;
	overflow: hidden;
}
.gaoindex img {
	height: 80px;
	width: 100%;
}
.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.guangao .gaos {
	width: 100%;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}

/*====*/
.swiper-container1 {
	height: 24rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container1 img {
	width: 100%;
	height: 24rem;
}
.swiper-container1 .swiper-slide {
	position: relative;
}
.swiper-container1 .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 40px;
	background: rgba(0, 0, 0, .6);
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite;
}
.pagination {
	width: 100% !important;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
}
.swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	background: #eee;
}
.swiper-pagination-current {
	font-size: 20px;
	background: #fff;
}
.page .paginations {
	list-style: none;
	display: block;
	padding: 0;
	margin: 30px auto;
	width: 290px;
}
.page .paginations li {
	display: inline;
	text-align: center;
}
.page .paginations a {
	float: left;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 5px 12px;
	color: #fff;
	margin-left: -1px;
	border: 1px solid transparent;
	line-height: 1.5;
}
.page .paginations a.active {
	border-color: #2897f3;
	background: #2897f3;
	color: #fff;
}
.page .modal-1 li:first-child a {
	-moz-border-radius: 6px 0 0 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px 0 0 6px;
}
.page .modal-1 li:last-child a {
	-moz-border-radius: 0 6px 6px 0;
	-webkit-border-radius: 0;
	border-radius: 0 6px 6px 0;
}
.page .modal-1 a {
	border-color: #d9d9d9;
	color: #444;
	background: #fff;
	margin: 0 3px;
	border-radius: 5px;
}
nav_t {
	background-color: #147CDD;
	padding: 8px 10px;
}
.mgt25 {
	margin-top: 25px;
}
.nav_t {
	background-color: #147CDD;
	padding: 8px 10px;
}
.nav_t a {
	color: #fff;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 2px;
}
.cwwsd,
.zhuant {
	border-left: 1px solid #E2E2E2;
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	overflow: visible;
}
.pad13 {
	padding: 13px;
}
.hotList dt a,
.hotList dt a:link,
.hotList dt a:visited,
.hotList dt a:hover,
.hotList dt a:active,
.cwwsd dd a,
.cwwsd dd a:link,
.cwwsd dd a:visited,
.cwwsd dd a:hover,
.cwwsd dd a:active {
	font-size: 15px;
	color: #333;
	font-weight: normal;
}
.cwwsd dd {
	padding: 5px 0 5px 0;
	/*background: url(../img/dia.png) 1px center no-repeat;*/
}
.important dl {
	background-color: #f7eaec;
	position: relative;
	border-radius: 8px;
	padding: 15px 10px 30px 20px;
}
.important dt {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.important dt span {
	font-size: 20px;
	color: #333;
	line-height: 32px;
}
.important img {
	position: absolute;
	bottom: 0;
	right: 20px;
}
.hot {
	padding-right: 0;
	margin-top: 5px;
}
dl {
	margin-bottom: 20px;
}
dt {
	font-weight: bold;
}
.hot dt a,
.hot dt a:link,
.hot dt a:visited,
.hot dt a:hover,
.hot dt a:active {
	font-size: 20px;
	color: #333;
}
.hotList dt a,
.hotList dt a:link,
.hotList dt a:visited,
.hotList dt a:hover,
.hotList dt a:active {
	font-size: 15px;
	color: #333;
	font-weight: normal;
}
.hot dt {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 5px 0 5px 40px;
	background: url(../img/hot.jpg) 1px center no-repeat;
}
.hot dd {
	color: #888;
	line-height: 20px;
	text-indent: 2em;
}
.hotListIndex dl {
	clear: both;
	padding: 7px 0;
}
.hotList dt {
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hotList dd {
	width: 40px;
	float: left;
	color: #999;
}
.nav_zt_t,
.nav_zt_t a:link,
.nav_zt_t a:visited,
.nav_zt_t a:hover,
.nav_zt_t a:active {
	color: #127DDD;
	font-size: 22px;
	font-style: italic;
	letter-spacing: 2px;
}
.zhuant dt a,
.zhuant dt a:link,
.zhuant dt a:visited,
.zhuant dt a:hover,
.zhuant dt a:active {
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.nav_zt_t {
	background-color: #fff;
	color: #127DDD;
	font-size: 22px;
	padding: 8px 10px;
	font-style: italic;
	letter-spacing: 2px;
	border-top: 4px solid #127DDD;
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}
.zhuant dl {
	padding: 5px 0;
	margin: 0;
	clear: both;
	overflow: auto;
}
.zhuant dd {
	float: left;
	width: 65px;
}
.zhuant img {
	width: 65px;
	height: 47px;
	border: 0;
}
.zhuant dt {
	line-height: 20px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 4px 0;
	margin-left: 80px;
}
.yy img {
	width: 100%;
	height: 123px;
	border: 0;
}
.hotList dl {
	overflow: hidden;
	margin-bottom: 0;
	padding: 6px 0;
	display: flex;
	justify-content: space-between;
}
.jg {
	border-bottom: none !important;
}
.yy,
.jg {
	border-left: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
	border-bottom: none;
	padding-bottom: 0;
}
.posi_p p,
.cwwsd dd,
.slh,
.post-navigation div {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.txsj img {
	width: 313px;
	height: 186px;
	border: 0;
}
.clw img {
	width: 277px;
	height: 118px;
	border: 0;
}
.hot {
	padding: 0 5px;
	box-sizing: border-box;
}
.hotList {
	padding: 0 15px;
	box-sizing: border-box;
}

/*列表*/
.navbread {
	width: 100%;
	padding-top: 10px;
	font-weight: normal;
	font-size: 13px;
	color: #999;
}
.navbread span {
	margin-right: 5px;
}
.list_res {}
.newslist {
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}
.lfebar {
	width: 330px;
}
.list-unstyled li {
	line-height: 44px;
	background: url(../img/dia.png) left center no-repeat;
	padding-left: 15px;
	border-bottom: 1px dashed #eee;
	font-size: 15px;
}
.textgray,
.textgray a {
	color: #bbb;
}
.newslist .slh {
	width: 88%;
	padding-right: 10px;
	box-sizing: border-box;
}
.list-unstyled li a {
	display: flex;
	justify-content: space-between;
}
.newslist .textgray {
	font-size: 13px;
}
.rightbar {
	margin: 12px 0 15px 0;
	padding: 0 15px 10px 15px;
	border: 1px solid #ebebeb;
}
.more {
	float: right;
	font-size: 18px;
	line-height: 18px;
}
.more a {
	float: right;
	font-size: 24px;
	color: #2fa9ff;
}
.rightbar .title span {
	border-top: 3px solid #2fa9ff;
	font-size: 16px;
	padding: 3px 5px;
	line-height: 32px;
}
.ptarea {
	margin: 10px 0;
}
.ptarea>div {
	overflow: hidden;
}
.ptarea .blocks {
	margin-bottom: 12px;
	overflow: hidden;
}
.col-xs-5 {
	width: 41.66666667%;
	float: left;
}
.img100 img {
	display: block;
	width: 100%;
	height: 63px;
	padding: 0 10px;
}
.col-xs-7 {
	width: 58.33333333%;
	float: right;
}
.rightbar ul li a {
	color: #222;
	font-size: 14px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 99%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.tuwen img {
	width: 100%;
	height: 180px;
}
.content_list {
	margin-bottom: 20px;
	margin-top: 15px;
}
.content_list a:hover {
	color: #2fa9ff !important;
}
.navbread a:hover {
	color: #2fa9ff !important;
}
.navbread {
	width: 100%;
	padding-top: 10px;
	font-weight: normal;
	font-size: 13px;
	color: #999;
}
.navbread span {
	margin-right: 5px;
}
.list-unstyled {
	padding-top: 10px;
}
.cw_mobile .col-xs-5 {
	width: 120px;
}
.cw_mobile .img100 img {
	height: 70px;
	padding: 0;
}
.cw_mobile .ptarea .blocks {
	display: flex;
}
.cw_mobile .col-xs-7 {
	font-size: 14px;
	padding-left: 10px;
}
.top_title {
	padding: 0 15px;
	box-sizing: border-box;
}
.con_tit {
	font-size: 20px;
	line-height: 24px;
	margin: 15px 0;
	text-align: left;
	font-weight: bold;
}
.info {
	font-size: 14px;
	padding-bottom: 15px;
	color: #666;
}
.content img {
	display: block;
	margin: 10px auto;
}
.content p {
	text-indent: 2em;
}
.tuijian {
	margin: 0 15px;
	box-sizing: border-box;
}
.content_all {
	margin-top: 10px;
}

/*=========*/
.piclist-item p,
.list-unstyled li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.hot dd,
.cw_mobile .col-xs-7,
.cw_mobile .textarea a {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.footer {
	text-align: center;
	background-color: #666;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}