@charset "utf-8";

* {
	box-sizing: border-box;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

*:focus {
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	margin: 0;
	font-size: 14px;
	line-height: 1.5;
	font-family: "微软雅黑", microsoft yahei;
	color: #333;
	background: #fff;
}

body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	padding: 0;
	margin: 0;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.sec1 {
	background: #f2f2f2;
}

.main {
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 0;
}

.title {
	font-size: 24px;
	margin-bottom: 1em;
	text-align: center;
}

.img-count,
.img-count img {
	position: relative;
}

.img-count-in {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	height: 100%;
	*height: 100%;
}

.w-newsList1 {
	position: relative;
}

.w-newsList1 a {
	display: block;
	text-decoration: none;
	color: #333;
}

.w-newsList1 .news-item {
	position: relative;
}

.w-newsList1 .news-imgbox {
	width: 58%;
}

.w-newsList1 .news-imgbox img {
	transition: transform 3.5s;
	-webkit-transition: transform 3.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.w-newsList1 .swiper-slide.swiper-slide-active .news-imgbox img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.w-newsList1 .aspectRatio {
	padding-bottom: 450px;
}

.w-newsList1 .news-text {
	position: absolute;
	right: 0;
	width: 50%;
	top: 50%;
	top: 10%\9;
	*top: 10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: #fff;
	padding: 30px 15px 40px 4%;
	overflow: hidden;
}

:root .w-newsList1 .news-text {
	top: 50%;
}

.w-newsList1 .date {
	line-height: 1.4;
	margin-bottom: 0.8em;
}

.w-newsList1 .date .year {
	font-size: 46px;
	font-weight: bold;
	color: #000;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.w-newsList1 .date .day_month {
	font-size: 17px;
	color: #bebebe;
}

.w-newsList1 .news-h {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	height: 2.8em;
	overflow: hidden;
	margin-bottom: 0.3em;
}

.w-newsList1 .news-sum {
	line-height: 1.8;
	height: 3.5em;
	overflow: hidden;
	color: #aaa;
}

.w-newsList1 .more {
	margin-top: 20px;
	width: 45px;
	height: 24px;
	float: right;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAQCAYAAAAFzx/vAAABIUlEQVQ4jb3VMUscQRQH8J+yNgaLFAoPJSBnKaTRUhDBRoiVpBG09mMIljY2geuCIH4GG7FKE7BRSxGPyCtstLJQxGYPTr1D3LvNHxb2McP7McPO7FCz2dRPMhNExDec4gormXnbbf5wX9rrjOEr5nAcEeO1gpl5gQ08Y7YXOsgVysyDLuhEbWAP9E9ETNUGdqBreEQDJ220wBfMYKhK84joNXSFHWx3oIsFzjBdBftkGjgaxsN/wNoZLfAdkypu6QdZxV75foPlAk+4rtqxfdO8TUT8xG5ZXmIpM1u1fKURsY5DjJTYYma2qOFYRMQm9sve51jIzH/t8YGCEbGF3x3YUr7Z84GBETGPX2X5t8Te/TGKQYG4K58z/MjM+26TXgDh8VYjv3NjTgAAAABJRU5ErkJggg==") center no-repeat;
}

.w-newsList1 .adSN_page {
	position: absolute;
	z-index: 9;
	left: 50%;
	bottom: 50%;
	margin-bottom: -123px;
	top: auto;
	transform: none;
	-webkit-transform: none;
	width: 35%;
	padding-left: 4%;
}

.w-newsList1 .adSN_page span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 6px;
}

.w-newsList1 .swiper-num {
	position: absolute;
	z-index: 9;
	right: 15px;
	top: 50%;
	margin-top: -130px;
	color: #bebebe;
}

.w-newsList1 .swiper-num .active {
	font-size: 32px;
	font-weight: bold;
}

.w-newsList2 {
	position: relative;
	overflow: hidden;
}

.w-newsList2 a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}
.w-newsList2 a:hover{
	color: #0146a7;
	text-decoration: none;
}

.w-newsList2 .news-item {
	position: relative;
}

.w-newsList2 .img {
    float: left;
    width: 43%;
}

.w-newsList2 .img img {
/* 	transition: transform 3.5s;
	-webkit-transition: transform 3.5s;
	transform: scale(1.1);
	-webkit-transform: scale(1.1); */
}

.w-newsList2 .swiper-slide.swiper-slide-active .img img {
/* 	transform: scale(1);
	-webkit-transform: scale(1); */
}

.w-newsList2 .news-text {
float: right;
    width: 56%;
    height: 300px;
}

.w-newsList2 .news-h {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 0.3em;
    color: #0146a7;
    font-weight: bold;
}

.w-newsList2 .news-sum {
    line-height: 30px;
    color: #808080;
    width: 50%;
    float: left;
}

.cp_btn {
	text-align: center;
    padding: 40px 0px 0px 0px;
    float: left;
    width: 100%;
}

.cp_btn button {
    font-size: 15px;
    width: 38%;
    height: 52px;
    background: #0146a7;
    border: 0;
    outline: none;
    color: #fff;
    float: left;
    margin-top: 3px;
    font-weight: bold;
    transition: all 0.5s ease-in-out 0s;
}
.cp_btn button:hover {
	background: #fff;
	color: #0146a7;
	border: 2px solid #0146a7;
}

.w-newsList2 .more .bgsqr1,
.w-newsList2 .more .bgsqr2,
.w-newsList2 .more .bgsqr3,
.w-newsList2 .more .bgsqr4 {
	background: #FF6600;
	position: absolute;
	top: 0;
	width: 0px;
	height: 100%;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	opacity: 0.35;
}

.w-newsList2 .more .bgsqr3,
.w-newsList2 .more .bgsqr4 {
	opacity: 0.75;
}

.w-newsList2 .more .bgsqr1 {
	left: 0;
}

.w-newsList2 .more .bgsqr2 {
	right: 0
}

.w-newsList2 .more .bgsqr3 {
	right: 0;
}

.w-newsList2 .more .bgsqr4 {
	left: 0;
}

.w-newsList2 .more:hover .bgsqr1,
.w-newsList2 .more:hover .bgsqr2,
.w-newsList2 .more:hover .bgsqr3,
.w-newsList2 .more:hover .bgsqr4 {
	width: 100%;
}

.w-newsList2 .more:hover .bgsqr3,
.w-newsList2 .more:hover .bgsqr4 {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.w-newsList2 .more span {
	position: relative;
	z-index: 1;
}

.w-newsList2 .adSN_page {
/* 	position: absolute;
	left: auto; */
	right: 10px;
	width: auto;
	z-index: 10;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.w-newsList2.swiper-container-horizontal .adSN_page {
	    bottom: 4px;
	    margin-top: 50px;
}

.w-newsList2 .adSN_page span {
    background: #dae8ff;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50px;
}

.w-newsList2 .adSN_page span.swiper-pagination-bullet-active {
	background: #0146a7;
}

.w-newsList2.swiper-container-vertical .adSN_page span {
	margin: 15px 0;
}

@media (max-width:960px) {
	.w-newsList2 .news-h {
		font-size: 24px;
	}

	.w-newsList2 .news-sum {
		/* display: none; */
	}
}

@media (max-width:767px) {
	.w-newsList1 .news-imgbox {
		width: 100%;
	}

	.w-newsList1 .aspectRatio {
		padding-bottom: 56.25%;
	}

	.w-newsList1 .news-text {
		position: relative;
		width: 100%;
		top: 0;
		transform: none;
		-webkit-transform: none;
		padding: 1.2em 4% 1.5em;
	}

	:root .w-newsList1 .news-text {
		top: 0;
	}

	.w-newsList1 .adSN_page {
		left: 0;
		bottom: 2em;
		margin-bottom: 0;
	}

	.w-newsList1 .swiper-num {
		bottom: 232px;
		top: auto;
		margin-top: 0;
	}

	.w-newsList2 .news-h {
		font-size: 20px;
	}

	.w-newsList2 .img {
		float: none;
		width: 100%;
	}

	.w-newsList2 .news-text {
		margin-right: 0;
		text-align: center;
		padding: 1em 0 3em;
	}

	.w-newsList2 .more {
		position: relative;
		margin-top: 1.2em;
		bottom: 0;
		display: inline-block;
	}

	.w-newsList2 .adSN_page {
		top: auto;
		bottom: 0 !important;
		left: 0;
		right: 0;
		transform: none;
		-webkit-transform: none;
		text-align: center;
	}

	.w-newsList2 .adSN_page span {
		margin: 0 0.3em !important;
		display: inline-block;
		width: 1em;
		height: 1em;
	}
	.w-newsList2 .news-text {
	    float: left;
	    width: 98%;
	    height: 290px;
		margin-left: 1%;
	}
	.w-newsList2 a {
	    display: block;
	    text-decoration: none;
	    color: #333;
	    font-size: 13px;
	    text-align: left;
	}
	.cp_btn button {
	    font-size: 15px;
	    width: 57%;
	    height: 52px;
	    background: #0146a7;
	    border: 0;
	    outline: none;
	    color: #fff;
	    float: left;
	    margin-top: 3px;
	    font-weight: bold;
	    transition: all 0.5s ease-in-out 0s;
	}
}

@media (max-width:480px) {
	body {
		font-size: 4vw;
	}

	.title {
		font-size: 6vw;
		display: none;
	}

	.w-newsList1 .news-h {
		font-size: 125%;
	}

	.w-newsList1 .date .year {
		font-size: 300%;
	}

	.w-newsList1 .date .day_month {
		font-size: 110%;
	}

	.w-newsList1 .swiper-num {
		bottom: 15em;
	}

	.w-newsList1 .swiper-num .active {
		font-size: 200%;
	}

	.w-newsList2 .news-h {
		font-size: 125%;
	}
}
