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

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
	background-color: #1658A0;
	-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)
}

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

form {
	padding: 0 25px 0 8px;
	width: 75%;
	height: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 5px;
	background: url(../img/sear.png) no-repeat 95% 6px;
	background-size: 11%;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	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: 5px;
}
.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: #999;
	font-size: 12px;
}
.searfrom:::-moz-placeholder {
	color: #999;
	font-size: 10px;
}
.searfrom::-ms-input-placeholder {
	color: #999;
	font-size: 10px;
}

/*侧边栏*/
.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: #1658A0;
	width: 40%;
	height: 100%;
	padding-top: 60px;
	overflow-y: scroll;
	box-sizing: border-box;
}
.topnav ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 20px 15px 40px 10px;
	box-sizing: border-box;
}
.topnav ul li {
	color: #fff;
	display: inline-block;
	width: 100%;
	letter-spacing: 2px;
	text-align: center;
	color: #000;
	font-size: 15px;
	padding: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
}
.topnav ul li a {
	color: #fff;
}
.topnav ul li.active a {
	color: #fff;
}
.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%;
}
.projects {
	padding: 0 15px;
}
.top_div {
	padding: 20px 15px 15px;
	box-sizing: border-box;
	font-size: 14px;
	text-align: center;
}
.top_div h1 {
	padding-bottom: 15px;
	line-height: 25px;
}
.top_div h1 a {
	color: #1658A0;
	font-size: 20px;
}
.content-ajax article {
	border-bottom: 1px solid #e5e5e5;
	padding: 15px 0;
	position: relative;
	box-sizing: border-box;
}
article .time {
	z-index: 400;
	font-size: 12px;
	background: #fff;
	color: #999;
}
.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: 16px;
	font-weight: bold;
	color: #3e454b;
	line-height: 24px;
	font-family: 'PingFangSC-Regular, Microsoft Yahei';
}
.entry-site {
	font-size: 14px;
	margin: 8px 0;
}
.entry-title:hover {
	opacity: 0.9;
}
.entry-img {
	float: left;
	position: relative;
	overflow: hidden;
	padding-right: 10px;
}
.entry-img img {
	width: 140px;
	height: 100px;
}
.tuijian .purPro {
	padding: 0;
}
.tuijian .zhuan_ti {
	padding: 15px 0;
}
.tuijian .projects {
	border: none;
}
.cell {
	width: 100%;
	margin: -1px auto 0;
	background: #fff;
	position: relative;
	line-height: 29px;
	margin-top: 20px;
}
.cell span {
	color: #1658A0;
	background: #fff;
	position: relative;
	z-index: 2;
	font-size: 16px;
	border-bottom: 3px solid #1658A0;
	padding-bottom: 5px;
	font-weight: bold;
}
.cell .line {
	height: 2px;
	width: 100%;
	background: #eee;
}
.seemore a {
	width: 95px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #1658A0;
	color: #1658A0;
	margin: 15px auto;
	border-radius: 4px;
	font-size: 14px;
	display: block;
	-webkit-transform: scale(.88);
	-ms-transform: scale(.88);
	transform: scale(.88);
}
.max_img {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	height: 220px;
}
.con_ztzl ul li a span {
	position: absolute;
	display: block;
	left: 9.836%;
	right: 9.836%;
	padding: 0 10px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	-ms-transform: translateY(-50%);
	z-index: 5;
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.con_ztzl {
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.con_ztzl .cell {
	margin-bottom: 15px;
}
.con_ztzl .swiper-button-next,
.con_ztzl .swiper-button-prev {
	background-color: rgb(0, 0, 0, 0.6);
	background-size: 20px 30px !important;
}
.con_ztzl .max_img:before {
	content: '';
	position: absolute;
	background: rgba(255, 255, 255, 0.8);
	left: 9.836%;
	bottom: 17.64%;
	top: 17.64%;
	right: 9.836%;
	z-index: 3;
}
.message {
	padding: 0 15px;
	box-sizing: border-box;
}
.news_ul ul {
	margin-top: 10px;
	font-size: 15px;
}
.news_ul ul li {
	line-height: 38px;
	height: 38px;
}
.news_ul ul li span {
	float: right;
	color: #999999;
	font-size: 13px;
}
.news_ul ul li a {
	display: inline-block;
	width: calc(60% - 60px);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_tit {
	padding: 0 15px;
	box-sizing: border-box;
}
.news_tit ul{
	margin-top: 15px;
}
.news_tit ul li {
	margin-bottom: 10px;
}
.news_tit ul li a {
	padding:15px;
	box-sizing: border-box;
	border-radius: 6px;
	font-size: 18px;
	color: #1658A0;
	font-weight: bold;
	text-align: center;
	background: url(../img/21pt_img3.png) no-repeat center;
	height: 115px;
	display: block;
	position: relative;
	background-size: 100% 100%;
	line-height: 28px;
}

/*资讯*/
.ctitle {
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
}
.ctitle em {
	cursor: pointer;
	display: inline-block;
	position: relative;
	color: #000;
	float: left;
	font: 700 22px/1.6 microsoft yahei, verdana;
}
.ctitle span {
	float: right;
	line-height: 35px;
	font-size: 15px;
	color: #4993F7;
}
.newscon {
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.wrap_con {
	margin-bottom: 20px;
}
.zhuan_ti {
	padding: 15px 15px 0 15px;
	box-sizing: border-box;
}
.zhuan_ti .qu_tit02 {
	padding-bottom: 0;
}
.zhuan_ti .content-ajax {
	margin: 0;
}
.zhuan_ti article {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 15px 0;
}
.zhuan_ti article:last-child {
	border: none;
}
.newscon ul li {
	position: relative;
	width: 100%;
	height: auto !important;
}
.newscon ul li a {
	display: inline !important;
}
.projects dl {
	position: relative;
	width: 100%;
	height: auto !important;
	overflow: hidden;
	padding: 15px 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #EAEAEA;
}
.projects dl:last-child {
	border: none;
}
.projects article a {
	display: block;
	overflow: hidden;
}
.projects .ddright dt {
	width: calc(100% - 130px);
}
.projects dl dt {
	float: right;
}
.import_news {
	padding: 0 15px;
	box-sizing: border-box;
}
.projects .ddright dd {
	float: left;
}
.projects dl img {
	width: 112px;
	height: 84px;
}
.projects h3 {
	font-size: 17px;
	line-height: 25px;
	color: #333;
	font-weight: 500;
	margin-bottom: 10px;
}
.projects .no_img dt {
	width: 100%;
}
.load_btn {
	margin: 0.8125rem;
	height: 35px;
	border: 1px solid #FF0000;
	line-height: 35px;
	text-align: center;
	color: #666;
	cursor: pointer;
	color: #FF0000;
	font-size: 15px;
}
.load_btn i {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: -3px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	color: #FF0000;
	transform: rotate( 135deg);
	-webkit-transform: rotate( 135deg);
}
.smallTitle {
	padding: 15px 0;
	box-sizing: border-box;
}
.smallTitle a {
	float: right;
	font: 14px/18px "Microsoft Yahei";
	color: #999999;
}
.smallTitle b {
	font-size: 16px;
	border-left: 3px solid #007CCD;
	padding-left: 10px;
}
.saleRight {
	width: 100%;
}
.saleImg {
	background: #F8F8F8;
	padding: 14px;
	margin-top: 18px;
}
.saleImg p {
	display: block;
	width: 322px;
	height: 169px;
	overflow: hidden;
	margin: 0 auto;
}
.saleImg p img {
	display: block;
	width: 100%;
}
.hot-news-list ul li {
	background: url(../img/puc.png) no-repeat 0px;
	border-bottom: 1px solid #e3dac3;
	padding: 15px 0 15px 15px;
}
.hot-news-list ul li a {
	font-size: 14px;
	color: #333;
}
.hot-news {
	margin-bottom: 20px;
	padding: 0 15px;
	box-sizing: border-box;
}
.hot-news-tab .hot-news img {
	width: 320px;
	height: 162px;
}
.hot-news-content {
	position: relative;
}
.hot-news-content p {
	text-indent: 22px;
	text-align: justify;
}
.hot-news .hot-news-item:last-child {
	border-bottom: none;
}
.hot-news-tab {
	padding-bottom: 20px;
	margin-bottom: 30px;
	background-color: #f9f7f2;
}
.hot-news h2 {
	width: 100%;
	height: 40px;
	padding-bottom: 24px;
	line-height: 19px;
	background: url(../img/hot-line.png) no-repeat;
	text-align: center;
	font-size: 30px;
	color: #00a8ff;
	font-weight: bold;
}
.hot-news h2 a {
	color: #00a8ff;
}
.hot-news img {
	width: 100%;
	height: 162px;
}
.news_img {
	position: relative;
	margin-top: 10px;
}
.news_img p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgb(0, 0, 0, 0.6);
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
}

/*====*/
.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: 45px;
	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;
	line-height: 35px;
}
.pagination {
	position: absolute;
	z-index: 20;
	bottom: 0 !important;
	width: 100% !important;
	text-align: center;
	line-height: 30px;
	left: 0 !important;
	color: #fff;
	font-size: 15px;
}
.swiper-pagination-current {
	font-size: 20px;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
	width: 20px;
	height: 2px;
	border-radius: 0;
	opacity: 0.6;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.pages {
	text-align: center;
	font-size: 12px;
	padding: 30px 0;
	width: 100%;
	background: #fff;
}
.pages a {
	background: #f0f0f0;
	padding: 8px 12px;
	display: inline-block;
	border-radius: 5px;
}
.pages span {
	background: #1658A0;
	padding: 8px 12px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
}
.no_img dd {
	display: none;
}
.tuijian .con_ztzl{
	padding: 0;
}
.crumbs {
	padding: 15px 0 0 10px;
	font-size: 13px;
}
.xun_listbg {
	background: #fff;
}
.daonav {
	font-size: 14px;
	padding: 0 10px;
	box-sizing: border-box;
}
.con_tit {
	line-height: 30px;
	padding: 15px 5px 10px 0;
	font-size: 17px;
	color: #333;
	font-weight: bold;
	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;
}
.newdetail .mnav {
	padding-left: 0;
}
.info {
	line-height: 18px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #7e7e7e;
	font-size: 12px;
	border-bottom: #eee 1px solid;
	margin-bottom: 10px;
}
.sed_ulst .slide_box ul li {
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #ededed;
}
.content {
	padding: 10px 0;
}
.content p {
	text-indent: 2em;
}
.content img {
	width: 100%;
	height: auto;
	display: block;
}
.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*/
.wrap {
	margin-bottom: 20px;
}
.sTitle {
	height: 30px;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	margin-top: 10px;
}
.aboutNews {
	padding-top: 10px;
}
.sTitle i {
	height: 14px;
	width: 3px;
	background-color: #FF0000;
	display: inline-block;
	vertical-align: middle;
}
.sTitle h2 {
	padding: 0 10px;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
}
.wrap .aboutNews ul li {
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
}
.detail_pro dl {
	padding: 15px 0;
}
.detail_pic .pics {
	margin: 10px 0 20px 0;
}
.projects_xq {
	/*padding-top: 20px;*/
}
.mnav {
	border-top: 1px solid #e5e5e5;
	padding: 10px 15px;
	box-sizing: border-box;
	line-height: 20px;
	font-size: 14px;
}
.mnav a {
	color: #1658A0;
}
.about {
	margin-top: 15px;
}
.about p {
	color: #4F4F4F;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	padding-bottom: 10px;
}
.tuijian {
	margin-top: 20px;
}
.about ul li a {
	display: inline-block;
	margin-bottom: 15px;
	font-size: 14px;
	color: #007DFF;
}
.tuijian .projects {
	padding: 0;
}
.listType4 ul {
	padding: 0 15px;
	box-sizing: border-box;
}
.listType4 ul li {
	width: 100%;
	padding-top: 15px;
}
.listType4 ul li img {
	width: 100%;
	height: 160px;
}
.listType4 ul li h2 {
	color: #666;
	font-size: 15px;
	font-weight: 500;
	padding-top: 10px;
}
.tuijian .content-ajax article:last-child {
	border: none;
}
.tuijian .hot-news-list ul li {
	border-bottom-color: #eee;
	padding: 15px 0;
}

/*=====*/

/*列表*/
.tl_box h3 a,
.zs_news ol li,
.xun_list h3,
.wrap_mark1 h3,
.widget_related li,
.time span.source,
.sed_ulst ul .item a,
.datatit,
.qu_lies li a,
.purPro ul li p a,
.imgShow a p,
.news_img p,
.about ul li a,
.entry-title {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}
.overthrees h3,
.list_res ul li p,
.related_post li p,
.takeaway ul li p,
.swiper3 p,
.projects h3,
.box ul li a,
.slide_box ul li p,
.hot-news-list ul li a,
.listType4 ul li h2,
.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;
}
.news_tit ul li a span{
	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: #f0f0f0;
	padding: 10px 20px;
	box-sizing: border-box;
}
.footer,
.footer a,
.footer p {
	color: #333;
	font-size: 14px;
	line-height: 25px;
}