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

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

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: #325ab6;
	-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: 3px;
	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: 3px;
	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)
}

.logo {
	background: #fff;
	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;
	height: 25px;
	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;
}

form {
	padding: 0 25px 0 8px;
	width: 75%;
	height: 35px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 1px auto;
	border-radius: 20px;
}

input,
button {
	border: none;
	outline: none;
}

.bar6 input {
	height: 35px;
	border: none;
	outline: none;
	width: 95%;
	background: #fff;
	color: #293d72;
	font-size: 14px;
	position: absolute;
	border-radius: 20px;
	padding-left: 10px;
	box-sizing: border-box;
}

.bar6 button {
	position: absolute;
	height: 35px;
	width: 55px;
	right: 0px;
	top: 0;
	cursor: pointer;
	background: none;
	border: none;
	color: #333;
	font-size: 14px;
	border-radius: 20px;
	border-left: 1px solid #ddd;
}

.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 {
	padding: 15px 0;
	background: #f2f2f2;
}


/*侧边栏*/

.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: 100%;
	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;
	width: 50%;
	letter-spacing: 2px;
	text-align: center;
	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;
}

.content_all>div {
	padding: 10px;
	box-sizing: border-box;
}

.projects {
	padding: 0 15px;
	box-sizing: border-box;
}

.mh_title {
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	font-size: 0.48rem;
	color: #333;
}

.content-ajax article {
	border-bottom: 1px solid #f0f0f0;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

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

.no_img .entry-img {
	display: none;
}

.entry-content {
	overflow: hidden;
	box-sizing: border-box;
}

.entry-title {
	font-size: 0.4rem;
	color: #333;
	font-weight: 500;
}

.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
}

.entry-img img {
	width: 3rem;
	height: 1.7rem;
	border-radius: 6px;
}

.entry-site {
	font-size: 14px;
	color: #666;
	margin: 5px 0;
	line-height: 20px;
	font-weight: 400;
}

.content-ajax .time {
	color: #999;
	font-size: 0.3rem;
	padding-top: 10px;
}

.newsList {
	margin-bottom: 15px;
}

.newsList li {
	font-size: 0.6rem;
	color: #333;
	border-bottom: 1px solid #EEE;
	height: 20px;
	overflow: hidden;
	padding: 0.4rem 0;
	display: flex;
	justify-content: space-between;
}

.newsList li:nth-of-type(1) {
	padding-top: 0.2rem;
}

.newsList li a {
	color: #333;
	width: 80%;
	font-size: 0.35rem;
}

.newsList li span {
	font-size: 0.3rem;
	color: #999;
}


/*title*/

.home-title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #293d72;
}

.home-title .home-title-name {
	font-size: 18px;
	color: #293d72;
	line-height: 38px;
	font-weight: bold
}

.home-title .home-title-name span {
	font-size: 13px;
	color: #9e9e9e;
	margin-left: 10px;
}

.home-title .home-title-more {
	padding-top: 2px;
}

.home-title .home-title-more a {
	display: inline-block;
	font-size: 14px;
	line-height: 38px;
	color: #293d72;
}

.side-mod .rankList li {
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px dotted rgb(204, 204, 204);
	padding: 15px 0px;
	overflow: hidden;
}

.side-mod .rankList li em {
	float: left;
	width: 25px;
	text-align: center;
	font-size: 24px;
	font-family: fangsong;
	color: rgb(185, 185, 185);
}

.side-mod .rankList li:nth-of-type(1) em,
.side-mod .rankList li:nth-of-type(2) em,
.side-mod .rankList li:nth-of-type(3) em {
	color: rgb(255, 79, 79);
}

.side-mod .rankList li a {
	margin-left: 35px;
	display: block;
}


/*栏目标题*/

h5 {
	height: 32px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

h5 .line {
	width: 100%;
	height: 2px;
	overflow: hidden;
	background: #CADAE9;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	bottom: 0;
}

h5 .title {
	font-size: 20px;
	height: 32px;
	line-height: 32px;
	padding: 0 5px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	left: 30px;
	background: #FFF;
	color: #325ab6;
	font-weight: bold;
}

h5 .more {
	width: 50px;
	height: 30px;
	overflow: hidden;
	display: block;
	background: url(../img/more.gif);
	float: right;
}

.projects_list {
	/*margin-top: 15px;*/
}

.she_guan .imgBox {
	margin-bottom: 15px;
}

.gj_con01 h2 {
	font-size: 16px;
	line-height: 24px;
	color: #395b97;
}

.gj_con01 h2 a {
	color: #395b97;
}

.gj_con01 p {
	text-indent: 2em;
	font-size: 12px;
	line-height: 24px;
	margin: 10px 0;
}

.gj_con01 ul li {
	background: url(../img/dians.png) no-repeat left center;
	padding-left: 15px;
	font-size: 14px;
	line-height: 26px;
}

.gj_con01 ul li a {
	color: #000;
}


/*====*/

.swiper-container1 {
	height: 240px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.swiper-container1 img {
	width: 100%;
	height: 240px;
}

.swiper-container1 .swiper-slide {
	position: relative;
}

.swiper-container1 .swiper-wrapper p {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 50px;
	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-top: 5px;
}

.pagination {
	width: 100% !important;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 15px;
	bottom: 0 !important;
}

.swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #fff !important;
	opacity: 1;
	border-radius: 5px;
}

.swiper-pagination-bullet-active {
	width: 25px;
	height: 4px;
	font-size: 20px;
	background: #3159b6 !important;
}

.pages {
	text-align: center;
	font-size: 12px;
	padding: 30px 0;
	width: 100%;
	background: #fff;
}

.pages a {
	background: #f0f0f0;
	padding: 7px 12px;
	display: inline-block;
	border-radius: 5px;
	margin: 0 2px;
}

.pages span {
	background: #325ab6;
	padding: 7px 12px;
	color: #fff;
	display: inline-block;
	border-radius: 50%;
}

.swiper-container2 {
	margin-top: 20px;
}

.swiper-container2 img {
	width: 100%;
	height: 140px;
}

.swiper-container2 .swiper-pagination-bullet {
	border-radius: 0;
	width: 12px;
	height: 12px;
	background: #fff;
	opacity: 0.6;
}

.swiper-container2 .swiper-pagination-bullet-active {
	background: #FF0000;
}

.swiper-container2 .swiper-button-next,
.swiper-container2 .swiper-button-prev {
	background-color: RGB(69, 69, 73, 0.8);
	background-size: 40%;
	width: 30px;
	height: 45px;
	top: 40%;
}

.swiper-container2 .swiper-button-prev {
	left: 0 !important;
}

.swiper-container2 .swiper-button-next {
	right: 0;
}

.swiper-container2 p {
	color: #999;
	font-size: 14px;
	padding: 5px;
	box-sizing: border-box;
}

.js-open-more-hot {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: flex-start;
	margin: 20px 0;
	width: 100%;
	text-align: center;
}

.js-open-more-hot img {
	width: 80px;
	vertical-align: top;
}

.new_item .title {
	display: flex;
	justify-content: space-between;
	margin: 10px 0;
}

.new_item .title p {
	width: 80%;
}

.new_item .title img {
	width: 10%;
	height: 18px;
	margin-top: 2px;
}

.side-mod {
	padding-bottom: 20px;
}

.side-hd {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: rgb(0, 0, 0);
}

.side-mod .defList {
	margin: 10px 0px;
}

.side-mod .defList li {
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
}

.first_tit {
	width: 100%;
	padding: 15px 0;
}

.first_tit p {
	width: 100%;
	color: #333;
	box-sizing: border-box;
	font-size: 18px;
	margin-bottom: 10px;
}

.first_tit img {
	width: 100%;
	height: 163px;
}

.gjyjgb161129_con03 .first_tit {
	border-bottom: 1px solid #e3e3e3;
}

.gjyjgb161129_ind04 .md_tag_bd ul li a {
	color: #000000;
}

.first_tit .times {
	padding-top: 10px;
	color: #999;
	font-size: 14px;
}

.first_tit .times span {
	padding-right: 15px;
}


/*列表*/

.common_left img {
	width: 100%;
	height: 210px;
}

.common_left a {
	font-family: PingFangSC-Regular;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	display: block;
}

.common_left a p {
	width: 100%;
	height: 32px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
	line-height: 32px;
	padding-left: 13px;
}

.common_left a:nth-child(2) {
	font-weight: 600;
	margin-top: 15px;
}

.common_left_xs {
	width: 48%;
	margin-top: 15px !important;
}

.common_left_xs img {
	width: 100%;
	height: 124px;
	background-color: #ffe786;
}

.common_left_xs div {
	font-family: PingFangSC-Regular;
	font-size: 15px;
	font-weight: normal !important;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 5px;
	white-space: pre-wrap;
}

.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.projects_xq {
	padding-top: 15px;
	padding-bottom: 0;
}

.newdetail .top_title {
	padding: 0 15px;
	box-sizing: border-box;
}

.con_tit {
	font-size: 18px;
	padding-top: 15px;
	color: #212529;
	line-height: 25px;
	font-weight: bold;
}

.info {
	line-height: 50px;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
	color: #888;
	font-size: 14px;
}

.menu {
	display: flex;
	border-bottom: 1px solid #eaeaea;
	justify-content: space-between;
	align-items: center;
	line-height: 25px;
	padding-top: 15px;
}

.menu .menu-name {
	color: #333;
	border-bottom: .1rem solid #999;
	margin-bottom: -1px;
	font-size: 16px;
	color: #1890FF;
	border-bottom-color: #1890FF;
}

.list {
	padding-top: 10px;
	overflow: hidden;
}

.list li {
	border-bottom: 1px solid #e4eaec;
	padding: 10px;
	width: 100%;
	background: url(../img/dians.png) no-repeat 5px;
	padding-left: 20px;
	margin-left: -5px;
}

.list li a {
	color: #333;
	font-size: 15px;
}

.about,
.tuijian {
	padding: 0 10px;
	box-sizing: border-box;
}

.tuijian {
	margin: 15px 0;
}

.tuijian h5 {
	padding-top: 10px;
}

.tuijian .mb_bd {
	border: none;
	background: transparent;
	padding: 15px;
}

.tuijian .mb_bd ul li {
	font-size: 14px;
	color: #395b97;
	background: url(../img/dians.png) no-repeat left center;
	padding-left: 15px;
	margin-bottom: 14px;
	margin-left: -10px;
}

.tuijian .mb_bd ul li a {
	color: #395b97;
}

.tuijian .gjyjgb161129_con07 ul {
	padding: 15px 0;
}

.tuijian .news-list li:nth-of-type(1) {
	padding-top: 10px;
}

.tuijian .first_tit p {
	font-size: 16px;
}

.tuijian .hot-list {
	background: #fff;
}

.tuijian .hot-list .db {
	padding: 0;
}

.tuijian .hot-list ul li:nth-of-type(1) {
	margin-top: 0.25rem;
}


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

.piclist-item p,
.focus-news a,
.side-mod .defList li,
.side-mod .imgBox p,
.main .defList li,
.main .imgBox p,
.gjyjgb161129_con03 ul li,
.gj_con01 ul li,
.gjyjgb161129_con07 ul li .text,
.gj_con01 h2,
.swiper-container2 p,
.new_item ul li p,
.newsList li a,
.new_item .title p,
.top-news .item .title,
.main-title p,
.hot-list ul li p a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.entry-title,
.home_news ul li a,
.side-mod .rankList li a,
.newsList ul li a,
.first_tit p,
.news-list .item .con p,
.video-list .item .con h6 {
	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 {
	width: 100%;
	text-align: center;
	padding: 10px 20px;
	box-sizing: border-box;
	background: url(../img/page_footer.jpg) no-repeat center top;
}

.footer,
.footer a,
.footer p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
}