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;
	font-size: 15px;
}

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: 102px;
}

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;
}

.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: 0;
	height: 2px;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.mobile-button span {
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%
}

.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)
}

.top_header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: #fff;
}

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

.logo img {
	max-height: 26px;
	padding-top: 5px;
}

.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;
}

.logo .search {
	width: 55%;
}

form {
	padding: 0 25px 0 8px;
	height: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	background: url(../img/sears.png) no-repeat 95% 6px;
	background-size: 10%;
	position: relative;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 1px auto;
}


}
input,
button {
	border: none;
	outline: none;
}
.bar6 input {
	height: 30px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #333;
	border-radius: 20px;
}
.bar6 button {
	position: absolute;
	height: 30px;
	width: 30px;
	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: #666;
	font-size: 12px;
}
.searfrom::-moz-placeholder {
	color: #666;
	font-size: 10px;
}
.searfrom::-ms-input-placeholder {
	color: #666;
	font-size: 10px;
}

/*侧边栏*/
.topnav {
	width: 100%;
	background: #fff;
	box-shadow: 0px 2px 4px #ccc;
	border-bottom: 1px solid #CCC;
}
.topnav ul {
	background: #fff;
	width: 100%;
	/*滚动*/
	
	overflow-x: scroll;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
.topnav ul li {
	box-sizing: border-box;
	line-height: 45px;
	display: inline-block;
}
.topnav ul li a {
	color: #333;
	padding: 0 10px;
	display: inline-block;
	font-size: 16px;
	box-sizing: border-box;
	white-space: nowrap;
}
.topnav ul li.active a {
	color: #ff4a4a;
	border-bottom: 2px solid #ff4a4a;
}
.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%;
}

/*===========================*/

/*轮播*/

/*====*/
.swiper-container1 {
	height: 20rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.swiper-container1 img {
	width: 100%;
	height: 20rem;
}
.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;
	padding-right: 20%;
}
.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0 !important;
	width: 20% !important;
	text-align: center;
	line-height: 40px;
	left: 80% !important;
	color: #fff;
	font-size: 15px;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #ff4a4a;
}
.white_box {
	padding: 0 10px;
	box-sizing: border-box;
}

/*内容*/

/*列表*/
.content-ajax article {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}
.content-ajax article:last-child {
	border: none;
}
article .time {
	z-index: 400;
	font-size: 13px;
	background: #fff;
	color: #999;
}
.entry-site {
	font-size: 14px;
}
.entry-img .sort {
	padding: 5px 12px;
	background: rgb(255, 90, 0);
	font-size: 14px;
	color: #fff;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}
.entry-title {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	line-height: 22px;
}
.entry-title:hover {
	opacity: 0.9;
}
.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 10px;
}
.entry-img img {
	width: 120px;
	height: 80px;
}

/*=========*/

/*page*/
.clear {
	clear: both;
}
.pages {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
	background: #fff;
}
.pages a {
	color: #4E4E4E;
	border: 1px solid #EAEAEA;
	padding: 5px 10px;
	display: inline-block;
	border-radius: 5px;
}
.pages span {
	color: #FFF;
	background-color: #333;
	border: 1px solid #333;
	padding: 5px 10px;
	cursor: pointer;
	border-radius: 5px;
}

/*详情*/
.article-list-btns {
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
}
.top_title {
	padding: 20px 10px 0 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.con_tit {
	font-weight: normal;
	line-height: 25px;
	margin-bottom: 15px;
	text-align: left;
	font-size: 18px;
}
.art-info {
	font-size: 13px;
	color: #999;
	width: 100%;
	padding-bottom: 10px;
}
.detail {
	padding: 0 10px;
	box-sizing: border-box;
}
.detail .content {
	padding-top: 10px;
}
.detail .content p {
	line-height: 22px;
	font-size: 15px;
	text-indent: 1em;
	padding-bottom: 10px;
}
.detail .content img {
	margin-bottom: 10px;
}

/*详情0*/

/*详情0*/
.title_xq {
	margin: 30px 0 15px 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.detail_top {
	width: 100%;
}
.title_xq h2 {
	font-size: 32px;
	font-weight: 700;
	color: #000;
	line-height: 50px;
	text-align: center;
}
.userCreateTime {
	padding: 20px 0 10px 0;
	font-size: 14px;
}
.userCreateTime span {
	display: inline-block;
	color: #333;
	padding-left: 20px;
}
.content_tex {
	font-size: 16px;
	line-height: 25px;
	color: #444;
	padding: 0 20px;
}
.content_tex p {
	text-indent: 2em;
	line-height: 35px;
}
.content_tex img {
	display: block;
	margin: 10px auto;
}

/*====*/
.zxsy_gsgg_box {
	width: 100%;
	overflow: hidden;
	z-index: 1;
	background: #fff;
	background: #eee;
}
.zxsy_gsgg_box .box {
	width: 100%;
	box-sizing: border-box;
	position: relative
}
.zxsy_gsgg_box .zxsy_gsgg_tab {
	height: 30px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-top: 6px;
	padding-bottom: 5px;
	width: 100%;
}
.zxsy_gsgg_box .zxsy_gsgg_tab a.next,
.zxsy_gsgg_box .zxsy_gsgg_tab a.prev {
	width: 20px;
	height: 13px;
	position: absolute;
	right: 0;
	display: block;
	z-index: 99
}
.zxsy_gsgg_box {
	width: 100%;
}
.zxsy_gsgg_box .zxsy_gsgg_tab ul li {
	text-indent: 2px;
	padding: 0 10px;
	box-sizing: border-box;
	line-height: 32px;
}
.zxsy_gsgg_box .zxsy_gsgg_tab ul li a {
	font-size: 14px;
}
.hd-tit {
	font-size: 20px;
	color: #084384;
	line-height: 35px;
	height: 35px;
	border-bottom: 1px solid #d0d0d0;
	position: relative;
	margin: 10px 0 5px 0;
}
.hd-tit ul li {
	float: left;
	display: inline-block;
	margin: 0 13px;
	color: #333333;
	font-size: 18px;
	cursor: pointer;
}
.hd-tit .more {
	background: url(../img/img_hd-tit-more.png) no-repeat;
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	top: 13px;
	right: 7px;
}
.template1 .telContent h5 {
	line-height: 45px;
	margin: 0;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
}
.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	display: block;
}
.template1 .telContent div {
	width: 140px;
	height: 100px;
	float: left;
	overflow: hidden;
}
.template1 .telContent img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	object-fit: cover;
	transition: all 1.0s;
	-webkit-transition: all 1.0s;
}
.template1 .telContent img:hover {
	transform: scale(1.2);
}
.template1 .telContent span {
	line-height: 25px;
	display: block;
	overflow: hidden;
	float: left;
	width: 55%;
	font-size: 14px;
	margin-left: 5%;
	color: #838383;
	margin-top: 10px;
}
.template1 .telContent ul {
	margin: 10px 0;
}
.template1 .telContent ul li {
	line-height: 35px;
	display: block;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px;
	-o-text-overflow: ellipsis;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}
.template1 .telContent ul li:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	content: '';
	border-radius: 50%;
	margin-top: -2px;
	background: #ff4a4a;
	display: block;
}

/*=====*/
#guyuanshiping {
	width: 100%;
	overflow: hidden;
}
#guyuanshiping .hd-tit {
	margin-bottom: 18px;
}
#guyuanshiping .hd-tit ul li .text {
	position: relative;
	letter-spacing: .07em;
	font-weight: normal;
	margin: 0 auto;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #840;
}
#guyuanshiping .hd-tit ul li {
	display: inline-block;
	margin: 0 10px 0 0;
	cursor: pointer;
}
#guyuanshiping .hd-tit ul li .tri {
	display: none;
}
#guyuanshiping .hd-tit ul li.on .tri {
	display: block;
	position: absolute;
	top: 37px;
	border-bottom: 6px solid #c00;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	margin-left: -6px;
}
#guyuanshiping .hd-tit ul li:nth-child(1).on .tri {
	left: 14%;
}
#guyuanshiping .hd-tit ul li:nth-child(2).on .tri {
	left: 38%;
}
#guyuanshiping .hd-tit ul li:nth-child(3).on .tri {
	left: 68%;
}
#guyuanshiping .hd-tit a {
	font-size: 16px;
	color: #222;
	font-weight: 500;
}
#guyuanshiping .hd-tit ul li.on a {
	font-size: 18px;
	font-weight: bold;
}
#guyuanshiping .hd-tit ul li .more {
	display: none;
}
#guyuanshiping .hd-tit ul li.on .more {
	display: block;
}
#guyuanshiping .tabBox .szb {
	border: 1px #666666 solid;
	width: 225px;
	height: 100%;
	float: left;
	margin-left: 25px;
}
#guyuanshiping .tabBox .szblist {
	width: 180px;
	height: 100%;
	float: left;
}
#guyuanshiping .tabBox .szb img {
	width: 223px;
	height: 100%;
	border: 1px solid #ffffff;
	box-shadow: 3px 3px 5px #888888;
}
#guyuanshiping .tabBox li {
	width: 49%;
	height: 130px;
	position: relative;
	float: left;
	margin: 0 2% 15px 0;
	overflow: hidden;
}
#guyuanshiping .tabBox li:nth-child(2n) {
	float: right;
	margin-right: 0;
}
#guyuanshiping .tabBox .szblist h2 {
	background-position: 0;
	background-repeat: no-repeat;
	background-size: 50%;
	width: 220px;
	height: 42px;
	margin: 0;
	padding: 10px 0 10px 90px;
	text-overflow: ellipsis;
}
#guyuanshiping .tabBox .szblist a {
	float: left;
	background-position: 20px 0;
	background-repeat: no-repeat;
	background-size: 65%;
	width: 170px;
	height: 32px;
	margin: 5px;
	text-overflow: ellipsis;
}
#guyuanshiping .tabBox .szblist a:hover {
	border: 1px solid #e0e0e0dc;
	box-shadow: 3px 3px 3px #888888;
}
#guyuanshiping .tabBox li img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 1.0s;
	-webkit-transition: all 1.0s;
	object-fit: cover;
}
#guyuanshiping .tabBox li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}
#guyuanshiping .tabBox li h2 {
	background: url(../img/bg_h2-08.png) repeat;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
	width: 100%;
	padding: 0 5px;
	box-sizing: border-box;
}
#guyuanshiping .tabBox li h2 a {
	padding: 0 8px;
	font-size: 13px;
	color: #fff;
	width: 100%;
	line-height: 30px;
	box-sizing: border-box;
}
#guyuanshiping .tabBox li h2 i,
#guyuanshiping i {
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/video3.png);
	background-size: 100% 100%;
	float: left;
	margin: 2px 2px 0;
}
.list .h {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-indent: 15px;
	position: relative;
	background: #f2f2f2;
	font-size: 18px;
	font-weight: bold;
	color: #01204f;
	margin-top: 15px;
}
.list .h i {
	display: block;
	height: 40px;
	width: 5px;
	background: #01204f;
	position: absolute;
	top: 0;
	left: 0;
}
.list .b li {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}
.list .b li h1 {
	width: calc(100% - 90px);
	font-size: 16px;
	font-weight: normal;
	float: left;
	height: 26px;
	line-height: 26px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.list .b li .time {
	font-size: 13px;
	color: #888;
	padding-top: 4px;
}
.fr {
	float: right;
}
.tuijian {
	padding-bottom: 10px;
}

/*===========*/
.g-gxdz-cont a font,
.g-new-day li p,
#guyuanshiping .tabBox li h2 a,
.g-zbbk-cont li a p strong,
.zxsy_gsgg_box .zxsy_gsgg_tab ul li a,
.projects .ddright dt,
.wrap_mark1 h3,
.content-ajax .ajax_hn h3,
.side-mod .defList li,
.swiper4 h3,
.channel_ul .channel_p p a,
.cont .right h2,
.news_r h2,
.home_news .news_con ul li .news_left a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.item-detail h3 a,
.tuijian li p,
.g-qxzx-first p,
.entry-title,
.g-gxdz-cont a p span,
.content-ajax,
.main_detail h3,
.side-mod .rankList li a,
.cont .right p,
.news_r .text,
.home_news .news_con ul li .news_left p,
.entry-site {
	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;
}
.main_detail .p,
.main .imgBox p,
.template1 .telContent span,
.hot-list li.hot-top p,
.tlb_art {
	display: -webkit-box !important;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.footer {
	text-align: center;
	background-color: #222;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #fff;
	font-size: 13px;
	line-height: 23px;
}