html, body {
	width: 100%;
	height: auto;
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	background-color: #fff;
	cursor: default;
}

*:not(.fa):not(.iconfont) {
	font-family: '微软雅黑', Arial, sans-serif, serif !important;
	-webkit-text-size-adjust: none;
}

a, img {
	text-decoration: none;
	border: 0;
	color:#666;
}

* {
	outline: none;
}

ul, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

p img {
	vertical-align: middle;
}

input[type="checkbox"], input[type="radio"], input[type="button"], input[type="submit"], input[type="reset"], select {
	-webkit-appearance: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.flex {
	display: -webkit-flex;
	display: flex;
}

.items-center {
	align-items: center;
}

.box {
	box-sizing: border-box;
}

#page_header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0 10px 15px 0px rgba(0,0,0,.05);
}

#main_menu > a {
	color: #3a3a3a;

	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}

#main_menu > a:hover,
#main_menu > a.active,
#pdt_main .cur_position > a:hover,
#pager a:hover {
	color: #4299e1;
}

#swiper-banner {
	width: 100%;
	position: relative;
}

#swiper-banner .swiper-slide {
	position: relative;
}

#swiper-banner .swiper-slide > img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}

#swiper-banner .swiper-slide .main_font {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	color: #fff;
	flex-direction: column;
}

.swiper-pagination-bullet-active {
	background-color: #fff !important;
}

#swiper-banner .swiper-slide .main_font h2,
#swiper-banner .swiper-slide .main_font h3 {
	text-shadow: 2px 2px #333;
}

#swiper-banner .swiper-slide .main_font h2 {
	font-weight: 300;
}

#swiper-banner .swiper-slide .main_font h3 {
	font-weight: 200;
}

#swiper-banner .swiper-slide .main_font label {
	font-weight: bold;
	color: #fdf247;
}

#swiper-banner .swiper-slide .main_font .more {
	display: block;
	width: 190px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #fec157;
}

/* 新闻列表 */
.news_list {
	justify-content: space-between;
	flex-wrap: wrap;
}

.news_list li {
	margin-bottom: 30px;
}

.news_list li .thumb {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 10px;
}

.news_list li .info .news_title {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-weight: normal;
	color: #3a3a3a;

	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
}
.news_list li a:hover .info .news_title {
	color: #189ee6;
}

.news_list li .info .brief {
	color: #959595;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0;
}

#footer {
	background-color: #eee;
	justify-content: space-between;
	align-items: center;
}

#footer .company h2,
#footer .company p,
#footer .company p a {
	font-weight: normal;
	color: #3a3a3a;
}

#footer .company .desc {
	border-bottom: 2px solid #828282;
}

#footer .qrcode {
	align-items: center;
}

@media (min-width: 640px) {
	.main-block {
		padding: 0 4%;
	}
	.pc_img {
		display: none;
	}
	.mob_img {
		display: inline-block;
	}

	#page_header,
	#page_header_placeholder {
		height: 96px;
		width: 100%;
	}

	#page_header.ismob:after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
		background-color: #fff;
	}

	#page_header {
		justify-content: space-between;
	    align-items: center;
	}

	#page_header.ismob #main_menu {
		width: 100%;
		position: absolute;
		top: -200px;
		left: 0;
		z-index: 8;
		background-color: rgba(255, 255, 255, .95);
		box-shadow: 0 10px 15px 0px rgba(0,0,0,.05);
		flex-direction: column;
		padding: 20px 0;
		transform: translateY(-100%);

		transition: all .5s ease;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
	}
	#page_header.ismob #main_menu.show {
		top: 96px;
		transform: translateY(0);
	}

	#page_header.ismob #main_menu a {
		display: block;
		padding: 18px 5%;
		font-size: 26px;
	}

	#main_menu_btn .icon-close {
		display: none;
	}
	
	#page_header .logo,
	#main_menu_btn {
		display: block;
		position: relative;
		z-index: 100;
	}

	#main_menu_btn .iconfont {
		font-size: 40px;
		color: #3a3a3a;
	}

	#swiper-banner .swiper-slide .main_font {
		justify-content: flex-start;
		padding-top: 30px;
	}

	#swiper-banner .swiper-slide .main_font h2 {
		text-align: center;
		line-height: 120px;
		font-size: 56px;
	}

	#swiper-banner .swiper-slide .main_font h3 {
		text-align: center;
		line-height: 52px;
		font-size: 30px;
	}

	#swiper-banner .swiper-slide .main_font .more {
		display: none;
	}

	.news_list li {
		width: 100%;
		margin-bottom: 40px;
	}

	.news_list li .thumb {
		height: 360px;
	}

	.news_list li .info .news_title {
		line-height: 76px;
		font-size: 32px;
	}

	.news_list li .info .brief {
		line-height: 40px;
		font-size: 24px;
	}

	.news_list li .info .news_time {
		font-size: 22px;
		color: #bbb;
		line-height: 44px;
	}

	#footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	#footer .company h2 {
		line-height: 40px;
		font-size: 26px;
	}

	#footer .company .desc {
		width: 380px;
		line-height: 36px;
		font-size: 20px;
		padding-bottom: 10px;
	}

	#footer .company p {
		padding-top: 10px;
		line-height: 32px;
		font-size: 18px;
	}

	#footer .qrcode {
		flex-direction: column-reverse;
		align-items: center;
	}

	#footer .qrcode p {
		padding-top: 10px;
		line-height: 30px;
		font-size: 18px;
		text-align: center;
	}

	#footer .qrcode img {
		width: 130px;
	}
}

@media (min-width: 768px) {
	.main-block {
		padding: 0 6%;
	}

	.pc_img {
		display: inline-block;
	}
	.mob_img {
		display: none !important;
	}

	#page_header,
	#page_header_placeholder {
		height: 144px;
		width: 100%;
	}

	#page_header {
		flex-direction: column;
		justify-content: center;
	    align-items: self-start;
	}

	#main_menu {
		display: flex;
		width: 100%;
		margin-top: 20px;
		justify-content: flex-end;
	}

	#main_menu > a {
		font-size: 20px;
		margin-left: 6%;
	}

	#main_menu_btn {
		display: none;
	}
	
	#swiper-banner .swiper-slide .main_font {
		justify-content: center;
		padding-top: 0;
	}

	#swiper-banner .swiper-slide .main_font h2 {
		line-height: 90px;
		font-size: 56px;
		text-align: left;
	}

	#swiper-banner .swiper-slide .main_font h3 {
		line-height: 50px;
		font-size: 24px;
		text-align: left;
	}

	#swiper-banner .swiper-slide .main_font .more {
		display: block;
		line-height: 50px;
		margin-top: 50px;
	}

	.news_list li {
		width: 32%;
	}

	.news_list li .thumb {
		height: 240px;
	}

	.news_list li .info .news_title {
		line-height: 56px;
		font-size: 20px;
	}

	.news_list li .info .brief {
		line-height: 24px;
		font-size: 16px;
	}

	.news_list li .info .news_time {
		font-size: 14px;
		line-height: 40px;
	}

	#footer {
		height: 270px;
	}

	#footer .company h2 {
		line-height: 40px;
		font-size: 24px;
	}

	#footer .company .desc {
		width: 380px;
		line-height: 36px;
		font-size: 18px;
		padding-bottom: 10px;
	}

	#footer .company p {
		padding-top: 10px;
		line-height: 32px;
		font-size: 16px;
	}
	
	#footer .qrcode {
		flex-direction: row;
	}

	#footer .qrcode p {
		font-size: 18px;
		line-height: 36px;
		padding-right: 40px;
	}
	
	#footer .qrcode img {
		width: 180px;
	}
}

@media (min-width: 1200px) {
	.main-block {
		padding: 0 12%;
	}

	#page_header {
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	#page_header,
	#page_header_placeholder {
		height: 104px;
		width: 100%;
	}

	#main_menu {
		width: auto;
		margin-top: 0;
		flex: 1;
		justify-content: flex-end;
	}

	#main_menu > a {
		font-size: 18px;
		margin-left: 5%;
	}

	#swiper-banner .swiper-slide .main_font h2 {
		line-height: 104px;
		font-size: 60px;
		font-weight: 300;
	}

	#swiper-banner .swiper-slide .main_font h3 {
		line-height: 60px;
		font-size: 25px;
		font-weight: 200;
	}

	#swiper-banner .swiper-slide .main_font .more {
		margin-top: 80px;
	}

	.news_list li .thumb {
		height: 300px;
	}

	.news_list li .info .news_title {
		line-height: 70px;
		font-size: 24px;
	}

	.news_list li .info .brief {
		line-height: 30px;
		font-size: 18px;
	}

	.news_list li .info .news_time {
		font-size: 16px;
		line-height: 40px;
	}

	#footer {
		height: 310px;
	}

	#footer .company h2 {
		line-height: 50px;
	}
	
	#footer .company .desc {
		width: 480px;
	}

	#footer .company .desc {
		padding-bottom: 16px;
	}

	#footer .company p {
		padding-top: 16px;
	}

	#footer .qrcode p {
		padding-right: 56px;
	}

	#footer .qrcode img {
		width: 200px;
	}
}