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 {
	background: /*#E9EAEC*/
	;
	/*font-size: 16px;
	line-height: 30px;*/
	-webkit-text-size-adjust: 100%;
	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: 3px;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #b61d1c;
	-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: 4px;
	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: 4px;
	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 {
	/*padding: 15px 10px;*/
	padding: 15px 10px 0 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	height: 55px;
	box-shadow: 0 0 10px #eee;
}

.logo img {
	width: 120px;
}

.logo .search {
	border-radius: 20px;
	width: 160px;
	background-color: #FFF;
	float: right;
	position: relative;
	box-sizing: border-box;
}

#searchform {
	height: 25px;
	line-height: 25px;
}

.logo .searchbut {
	cursor: pointer;
	outline: none;
	background-color: #fff;
	float: right;
	word-spacing: 10px;
	letter-spacing: 10px;
	color: #FFF;
	background: url(../img/searbut2.png) no-repeat center 50%;
	width: 20px;
	height: 20px;
	border: none;
	margin: 5px 5px 0px 0px;
	position: absolute;
	right: 0;
	top: 0;
	/*padding-left: 5px;*/
}

.logo .searfrom {
	border: 0px;
	height: 25px;
	width: 160px;
	padding: 0 10px;
	outline: none;
	box-sizing: border-box;
	border: #D3D3D3 1px solid;
	border-radius: 10px;
	font-size: 14px;
}

.logo span a {
	display: block;
	height: 100%;
	width: 100%;
}

.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: #ddd;
	font-size: 12px;
}

.searfrom:::-moz-placeholder {
	color: #ddd;
	font-size: 12px;
}

.searfrom::-ms-input-placeholder {
	color: #ddd;
	font-size: 12px;
}


/*侧边栏*/

.topnav {
	display: none;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .6);
	z-index: 97;
}

.topnav ul {
	background: #fff;
	width: 100%;
	max-height: 70%;
	padding-top: 60px;
	overflow-y: scroll;
}

.topnav ul li a {
	color: #555;
	display: inline-block;
	width: 100%;
	letter-spacing: 2px;
	text-align: center;
	font-size: 15px;
	padding: 10px;
	border-bottom: #EEEEEE 1px solid;
	box-sizing: border-box;
}

.gaoindex {
	position: relative;
	text-align: center;
	height: 80px;
	overflow: hidden;
}

.gaoindex img.close {
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	right: 0;
}

.guangao .gaos {
	/*max-height: 167px;*/
	width: 100%;
}

.WabMenu li {
	letter-spacing: 2px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 10px;
	border-bottom: #CCC 1px solid
}

.borsd {
	border: none !important;
}

.swiperlen {
	height: 24rem;
	overflow: hidden;
}

.huiborder {
	border-bottom: #CCC 1px solid
}

.hui {
	color: #ccc;
}


/*模块1*/

.game_top_box .hd h3 {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
}

.game_top_box .bd {
	position: relative;
	overflow: hidden;
}

.game_top_app {
	position: relative;
	overflow: hidden;
	/*margin-bottom: 15px;*/
}

.top_app2 {
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e8e7ed;
}

.top_app2 .sml {
	overflow: hidden;
	padding: 12px 0 13px;
	height: 20px;
}

.content_pad {
	padding: 0 10px;
	box-sizing: border-box;
}

.top_app2 .p1 {
	width: 10px;
	float: left;
	overflow: hidden;
}

.top_app2 .p1 em.r {
	background: #3471B0;
	margin-top: 9px;
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
}

.top_app2 .sml .p2 {
	height: 20px;
	line-height: 20px;
	width: 60%;
	float: left;
	overflow: hidden;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.timer {
	font-size: 13px;
	color: #999;
	float: right;
	line-height: 20px;
}

.top_app2 .sml a {
	font-size: 14px;
}

s,
i,
u,
em {
	font-style: normal;
}


/*模块二*/

.cont {
	overflow: hidden;
	margin-top: 20px;
	background: #fff;
	zoom: 1;
}


/*title*/

.tip {
	/*height: 37px;*/
	/*border-bottom: solid 2px #d6d6d6;*/
	position: relative;
	/*line-height: 37px;*/
}

.tip h4 {
	/*position: absolute;*/
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	left: 0;
	top: 0;
	padding-bottom: 10px;
	border-bottom: solid 2px #666;
	margin: 20px 0 15px 0;
}

.tip h4 span.yel {
	color: #b61d1c;
}

.tip h4 span.gra {
	color: #333;
	font-size: 14px;
}

.topic_list {
	/*padding: 10px 0;*/
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
}

.more {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	line-height: 25px;
}

.more a {
	border: 1px solid #b61d1c;
	color: #b61d1c;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	display: inline-block;
	margin: auto;
	box-sizing: border-box;
	font-size: 12px;
}


/**/

.tl_m {
	width: 100%;
	overflow: hidden;
}

.tl_box {
	width: 100%;
	margin: 0 0 15px 0;
	float: left;
	background: #F9F9F9;
	position: relative;
}


.bagua .tlb_img {
	position: relative;
	overflow: hidden;
	height: 200px;
}

.bagua .tlb_img img {
	height: auto;
	width: 100%;
}

.tl_box h3 a {
	font-size: 16px;
	overflow: hidden;
	color: #fff;
}

.tlb_art {
	line-height: 22px;
	font-size: 14px;
	color: #fff;
	opacity: 0.9;
}

.tl_con {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, .6);
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.wrap_mark1 {
	width: 80%;
}


/*导读*/

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

.takeaway ul {
	overflow: hidden;
}

.takeaway ul li {
	padding: 10px 15px 10px 0;
	width: 50%;
	float: left;
	box-sizing: border-box;
}

.takeaway ul li p {
	line-height: 20px;
	font-size: 15px;
	padding-top: 10px;
	color: #333;
	height: 40px;
}

.takeaway ul li img {
	width: 100%;
	height: 122px;
}

.takeaway ul li:nth-child(even){
	padding-right:0;
}
/*首页调整一*/

.headline-news {
	overflow: hidden;
	padding: 10px;
}

.headline-news-title {
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #0092d8;
}

.headline-news-title a {
	color: #00449b;
	font-size: 18px;
}

.headline-news-smalltext {
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	height: 60px;
	margin-bottom: 10px;
	color: rgb(136, 136, 136);
}

.headline-news-list {
	border-top: 1px solid rgb(221, 221, 221);
	padding-top: 10px;
}

.headline-news-list li {
	padding-left: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 30px;
	position: relative;
	background: url(../img/dian.png) no-repeat 0px 12px;
	padding-left: 18px
}


/*资讯*/

.newscon {
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.wrap_con {
	margin-bottom: 20px;
}

.newscon ul li {
	position: relative;
	/*padding: 1rem 0;*/
	width: 100%;
	height: auto !important;
	/*border-bottom: #CCC 1px solid;*/
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.newscon ul li a {
	display: inline !important;
}

.projects dl {
	position: relative;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	box-shadow: 0 0 5px #ddd;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}


.projects a {
	display: block;
	overflow: hidden;
}

.nengli {
	margin-top: 8px;
}

.nengli li {
	font-size: 14px;
	background: url(../img/dian.png) left center no-repeat;
	padding-left: 15px;
	box-sizing: border-box;
}

.projects .ddright dt {
	width: calc(100% - 160px);
}

.projects dl dt {
	float: left;
}

.overthree dl dt {
	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;
}

.projects .ddright dd {
	float: left;
}

.projects dl img {
	width: 148px;
	height: 140px;
}

.projects h3 {
	/*font-weight: normal;*/
	font-size: 14px;
	line-height: 25px;
	color: #393839;
	padding-top: 5px;
}

.projects .no_img dt {
	width: 100%;
}

.time {
	font-size: 13px;
	padding: 15px 0;
}

.time i {
	float: left;
	margin-right: 5px;
	background: url(../img/pagelist-sprite.png) no-repeat -2px -42px;
	width: 14px;
	height: 14px;
	margin-top: 3px;
}

.tender .ddright dt {
	width: calc(100% - 95px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}

.tender dd {
	color: #888;
	font-size: 14px;
	float: right;
	font-weight: normal;
	max-height: 60px;
}

.prod p.tw {
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
	font-weight: bold;
	line-height: 25px;
}

.prod .ddright dt {
	float: left;
	/*margin-right: 10px;*/
}

.lm-title {
	text-align: center;
	line-height: 40px;
	font-size: 14px;
}

.projects-title {
	line-height: 40px;
	border-bottom: #CCC 1px solid;
	color: #333;
	margin-bottom: 15px;
	padding: 5px;
	box-sizing: border-box;
	font-weight: 600;
}

.projects-title .LMenglist {
	font-size: 14px;
	color: #999;
	font-weight: normal;
	display: inline;
}

.space5 {
	clear: both;
	height: 5px;
	line-height: 0;
	font-size: 0;
	background-color: #eee;
}

.news_ .ddright dt {
	float: right;
	/*margin: 0 0 0 10px;*/
}


/*====*/

.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;
	height: 50px;
	background: rgba(125, 125, 120, .8);
	text-align: center;
	width: 100%;
	font-size: 16px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: normal;
	color: ghostwhite
}

.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 20px;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #555;
	margin: 0 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;
}

.swiper-active-switch {
	background: #ff4b4b;
	border: 1px solid #ff4b4b;
}

.pages {
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
}

.pages a {
	background: #F3F4F4;
	padding: 8px 15px;
}

.pages span {
	background: #b61d1c;
	padding: 8px 15px;
	color: #fff;
}

.crumbs {
	padding-top: 15px;
	font-size: 13px;
}

.xun_listbg {
	background: #fff;
}

.daonav {
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}

.con_tit {
	line-height: 32px;
	padding: 15px 5px 10px 5px;
	font-size: 20px;
	/*font-weight: bold;*/
	text-align: center;
	color: #292929;
	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;
}

.newdetail {
	padding: 0 15px;
}

.info {
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align: center;
	color: #7e7e7e;
	font-size: 12px;
	border-bottom: #999 1px solid;
	margin-bottom: 10px;
}

.info span {
	padding: 0 5px;
}

.content {
	padding: 10px 0;
}

.content p {
	text-indent: 2em;
}

.content img {
	width: 100%;
	height: auto;
	display: block;
	max-width: 100%;
}

.left_2 {
	height: 230px;
	padding: 10px;
	border-top: #E6E6E6 1px solid;
	margin-top: 20px;
}

.left_2_tit {
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
}

.left_2 li {
	height: 32px;
	font-size: 14px;
	line-height: 32px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.left_2 li em {
	background: #ff4939;
	margin-top: 3px;
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin-right: 5px;
}


/**tuijian*/

 .widget_related_post {
	/*padding-top: 40px;*/
}

.widget_related_post h3 {
	padding-left: 12px;
	border-left: 5px solid #b61d1c;
	margin-right: 25px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	margin: 20px 0 10px 0;
}

.related_post {
	overflow: hidden;
	margin-left: -20px;
	/*padding-top: 20px;*/
}

.related_post li {
	width: 174px;
	float: left;
	overflow: hidden;
	margin: 10px 0 10px 20px;
}

.related_post li a img {
	width: 182px;
	height: 120px;
}

.related_post li p {
	padding-top: 10px;
	color: #5a5a5a;
	font-size: 13px;
}

#related_post-2 {
	/*padding-top: 20px;*/
}

.widget_related {
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 30px;
}


/*=====*/


/*列表*/

.xun_list {
	background: #fff;
}

.news_list .nengli li {
	box-shadow: none;
	margin: 0;
}

.news_list .no_img dt {
	width: 100%;
}


/*

.list_res ul li p {
	font-size: 14px;
	line-height: 23px;
}

.list_res ul {
	box-sizing: border-box;
}

.list_res ul li {
	box-shadow: 0 0 5px #ddd;
	width: 95%;
	margin: auto;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.xun_list h3 {
	font-size: 15px;
}

.xun_list .p_hs {
	padding: 5px;
	box-sizing: border-box;
}

.list_res ul li .img_heig {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.list_res ul li .img_heig img {
	width: 100%;
	height: auto;
}

.tuis {
	font-size: 16px;
	color: #333;
	padding: 15px 0 8px 0;
	box-sizing: border-box;
}

.xun_listbg {
	background: #fff;
}*/


/**/

.zs_news ol {
	overflow: hidden;
}

.zs_news ol li {
	font-size: 14px;
	line-height: 31px;
	/*margin-bottom: 10px;*/
	background: url(../img/dian.png) left center no-repeat;
	padding-left: 20px;
	box-sizing: border-box;
	box-shadow: none;
	width: 100%;
}

.zs_news ol li:nth-of-type(1) {
	margin: 0;
}

.zs_news ol li span {
	float: right;
	color: #999;
	margin-left: 20px;
	font-size: 12px;
}

.auto {
	padding-left: 8px;
	padding-right: 8px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
}

.gs {
	margin: 5px 0px 5px 0px;
	text-align: center;
	float: left;
	background: linear-gradient( 180deg, rgba(0, 102, 204, 1) 0%, rgba(0, 102, 204, 1) 24%, rgba(0, 204, 255, 1) 100%, rgba(0, 204, 255, 1) 100%);
	width: 60px;
	color: #FFF;
}

.gs {
	margin: 5px 0px 5px 0px;
	text-align: center;
	float: left;
	background: linear-gradient( 180deg, rgba(0, 102, 204, 1) 0%, rgba(0, 102, 204, 1) 24%, rgba(0, 204, 255, 1) 100%, rgba(0, 204, 255, 1) 100%);
	width: 60px;
	color: #FFF;
}

.gsli {
	margin-top: 5px;
	float: left;
	height: 30px;
	overflow: hidden;
	width: calc(100% - 70px);
	margin-left: 10px;
}

.gsli li {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tlb_art,
.projects h3 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.tl_box h3 a,
.zs_news ol li,
.xun_list h3,
.wrap_mark1 h3,
.widget_related li {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

.overthrees h3,
.list_res ul li p,
.takeaway ul li p,
.related_post li p {
	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;
}


/*模板三*/

.down-list {
	border-top: 2px solid #eee;
	padding-top: 10px;
}

.down-list ul {
	overflow: hidden;
}

.down-list li {
	width: 95%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 5px #ddd;
	margin-bottom: 10px;
	margin: 10px auto;
}

.down-list li a.dl-link {
	display: block;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
	/*border: #ddd 1px solid;*/
	padding: 10px;
	height: 48px;
}

.down-list li i {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
}

.down-list li i img {
	width: 100%;
	height: 100%;
	border-radius: 10%;
}

.down-list li h2 {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.down-list li p {
	line-height: 20px;
	font-weight: normal;
	font-size: 12px;
	color: #8a8f99;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.down-list li h2 span {
	font-size: 12px;
	color: #8d9ab2;
	position: absolute;
	right: 15px;
	top: 15px;
}

.footer {
	text-align: center;
	background-color: #666666;
	padding: 10px 20px;
	box-sizing: border-box;
}

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