@charset "utf-8";
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}

body {
	overflow-x: hidden;
}


/*banner*/

.banner {
	overflow: hidden;
	position: relative;
}

.banner a {
	display: block;
}

.banner>img {
	display: block;
	width: 100%;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	bottom: 20px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	max-width: 1400px;
}

.banner .slick-dots li {
	width: 19px;
	height: 19px;
	margin: 0 10px;
	padding: 0;
	position: relative;
}

.banner .slick-dots li.slick-active button {
	background: #3264b4;
	border-color: #3264b4;
}

.banner .slick-dots li button {
	width: 19px;
	height: 19px;
	border-radius: 50%;
	padding: 0;
	background: none;
	border: 2px solid #3264b4;
}


/*首页样式*/

.tit {
	line-height: 40px;
	padding: 30px 0;
	overflow: hidden;
}

.tit h3 {
	float: left;
	font-size: 24px;
	color: #3264b4;
        font-weight: normal;
}

.tit h3 img {
	vertical-align: -2px;
	padding-right: 10px;
}

.more a {
	display: block;
	font-size: 14px;
	color: #666;
	background: url(../img/more.png) no-repeat right center;
	padding-right: 20px;
}

.more a:hover {
	color: #3264b4;
}

.section-bg {
	background: url(../img/hj.png) no-repeat right top;
	background-size: auto 86%;
}

.section1 {
	padding-bottom: 40px;
}

.s1-l {
	float: left;
	width: 67.8%;
}

.s1-l-l {
	width: 450px;
	margin-right: 30px;
}

.s1-l-tx {
	overflow: hidden;
}

.s1-l-l ul li a {
	display: block;
	position: relative;
}

.s1-l-l ul li a .pic {
	padding-top: 0;
	height: 350px;
}

.s1-linfo {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	background: rgba(0, 0, 0, .6);
}

.s1-linfo p {
	font-size: 16px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	padding-left: 15px;
	padding-right: 110px;
}

.s1-l-l .slick-dots {
	right: 10px;
	bottom: 19px;
	text-align: right;
}

.s1-l-l .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 5px;
}

.s1-l-l .slick-dots li button {
	width: 12px;
	height: 12px;
	padding: 0;
	background: rgba(225, 255, 255, 0.5);
	border-radius: 50%;
}

.s1-l-l .slick-dots li.slick-active button {
	background: #fff;
}

.s1-l-r {
	overflow: hidden;
}

.s1-l-rtt {
	padding-bottom: 10px;
	border-bottom: 1px solid #dfdfdf;
}

.s1-l-rtt h3 a {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #3264b4;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l-rtt p {
	font-size: 15px;
	color: #666;
	line-height: 25px;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}

.s1-l-rtt p a {
	font-size: 15px;
	color: #666;
	padding-left: 10px;
}

.s1-l-rtt p a:hover {
	color: #3264B4;
}

.s1-l-r ul li {
	border-bottom: 1px solid #dfdfdf;
	line-height: 50px;
	background: url(../img/icon-y1.png) no-repeat left center;
	padding-left: 20px;
}

.s1-l-r ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l-r ul li span {
	float: right;
	font-size: 16px;
	color: #999;
	padding-left: 15px;
}

.s1-l-r ul li a:hover {
	color: #3264b4;
}

.s1-l-r ul li:hover {
	background: url(../img/icon-y2.png) no-repeat left center;
}

.s1-r {
	width: 28.5%;
}

.s1-r ul li {
	border-bottom: 1px solid #DFDFDF;
	padding: 14px 0;
}

.s1-r ul li:first-child {
	padding-top: 0;
}

.s1-r ul li .s1-r-date {
	float: left;
	width: 80px;
	height: 80px;
	border: 1px solid #3264b4;
	text-align: center;
	margin-right: 20px;
}

.s1-r ul li .s1-r-date p {
	height: 25px;
	line-height: 25px;
	background: #3264B4;
	color: #fff;
	font-family: arial;
	font-size: 18px;
}

.s1-r ul li .s1-r-date span {
	display: block;
	height: 53px;
	line-height: 53px;
	color: #000;
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
}

.s1-r ul li .s1-r-tx {
	overflow: hidden;
}

.s1-r ul li .s1-r-tx h3 a {
	display: block;
	font-size: 16px;
	color: #000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-r ul li .s1-r-tx h3 a:hover {
	color: #3264b4;
}

.s1-r ul li .s1-r-tx p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.s1-r ul li .s1-r-tx p img {
	vertical-align: middle;
	padding-right: 10px;
}

.section2 {
	background: rgba(220, 226, 238, 0.3) url(../img/section2-bg.png) no-repeat 5% center;
	background-size: auto 100%;
	padding-bottom: 25px;
}

.section2 .tit {
	padding-bottom: 10px;
}

.s2-l,
.s2-r {
	width: 48.2%;
}

.s2-tit ul {
	line-height: 40px;
}

.s2-tit ul li {
	float: left;
	padding: 0 20px;
}

.s2-tit ul li a {
	display: block;
	font-size: 18px;
	color: #333;
	position: relative;
}

.s2-tit ul li.on a {
	font-weight: bold;
	color: #ff9422;
}

.s2-tit ul li a::after {
	content: "";
	position: absolute;
	left: -20px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 20px;
	background: #dddddd;
}

.s2-tit ul li:first-child a::after {
	display: none;
}

.s2-bd>ul {
	display: none;
	position: relative;
}

.s2-bd>ul:first-child {
	display: block;
}

.public-list {
	margin-top: 2px;
}

.public-list li {
	line-height: 40px;
	background: url(../img/news_d1.png) no-repeat left center;
	padding-left: 18px;
}

.public-list li span {
	float: right;
	font-size: 14px;
	color: #999;
	padding-left: 15px;
}

.public-list li a {
	font-size: 16px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.public-list li a:hover {
	color: #3264B4;
}

.section3 {
	padding-top: 30px;
}

.section3 .tit {
	padding-top: 0;
	padding-bottom: 10px;
}

.section3 .public-list li {
	line-height: 40px;
	border-bottom: 1px dashed #ddd;
}

.section3 .s2-tit ul li a {
	font-size: 24px;
}

.section3 .s2-tit ul li:first-child {
	background: url(../img/icon6-1.png) no-repeat left center;
	padding-left: 40px;
}

.section3 .s2-tit ul li.on:first-child {
	background: url(../img/icon6.png) no-repeat left center;
	padding-left: 40px;
}

.section3 .s2-tit ul li:first-child+li {
	margin-left: 15px;
	background: url(../img/icon7.png) no-repeat left center;
	padding-left: 31px;
}

.section3 .s2-tit ul li.on:first-child+li {
	background: url(../img/icon7-1.png) no-repeat left center;
	padding-left: 31px;
}

.section3 .s2-tit ul li.on a {
	font-weight: normal;
	color: #3264B4;
}

.section3 .s2-tit ul li a::after {
	left: -52px;
	width: 1px;
	height: 17px;
}

.section3 .s2-bd .public-list {
	margin-top: 12px;
}

.section3 .s2-bd {
	position: relative;
}

.section3 .s2-bd .more a {
	position: absolute;
	right: 0;
	top: -42px;
}

.section4 {
	padding: 40px 0;
}

.s4-l {
	width: 67.1%;
}

.s4-l ul {
	margin-left: -10px;
	margin-right: -10px;
}

.s4-l ul li {
	float: left;
	width: 25%;
}

.s4-l ul li a {
	display: block;
	position: relative;
	margin: 0 10px;
}

.s4-l ul li a .pic {
	padding-top: 100%;
	background: #000000;
}

.s4-l ul li h3 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	background: url(../img/s4-l-bg.png)no-repeat;
    background-size: cover;
	padding: 20px;
}

.s4-l ul li h3 p {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
}

.s4-l ul li a:hover .pic img{
	transform: scale(1.05);
	opacity: 0.8;
}

.s4-r {
	width: 32.8%;
}

.s4-r ul li {
	float: left;
	width: 33.333%;
}

.s4-r ul li a {
	display: block;
	text-align: center;
	margin-left: 20px;
	margin-top: 20px;
	/*height: 100px;*/
	padding: 0 5px;
}
.s4-r ul li a>div{
	position: relative;
	padding-top: 81%;
	overflow: hidden;
}
.s4-r ul li a>div>div{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.s4-r ul li:first-child a {
	background: #40b3ec;
	margin-top: 0;
}

.s4-r ul li:nth-child(2) a {
	background: #ce85ba;
	margin-top: 0;
}

.s4-r ul li:nth-child(3) a {
	background: #9f88e0;
	margin-top: 0;
}

.s4-r ul li:nth-child(4) a {
	background: #5f94f0;
}

.s4-r ul li:nth-child(5) a {
	background: #41c88e;
}

.s4-r ul li:nth-child(6) a {
	background: #55a9e9;
}

.s4-r ul li p {
	font-size: 0;
	line-height: 31px;
	margin-top: 14px;
}

.s4-r ul li p img {
	vertical-align: middle;
	transition: all 0.3s;
}

.s4-r ul li a:hover p img{
	animation: icon-yh 0.6s linear;
}

.s4-r ul li h3 {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
}

.s4-r ul li:last-child h3 {
	font-size: 16px;
	margin-top: 5px;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {
	.s2-tit ul li{
		padding: 0 15px;
	}
	.s2-tit ul li a::after{
		left: -15px;
	}
	
	.s4-r ul li h3{
		font-size: 16px;
	}
	.s4-r ul li:last-child h3{
		font-size: 12px;
	}
}
@media screen and (max-width:1300px) {
	.s2-tit ul li{
		padding: 0 10px;
	}
	.s2-tit ul li a::after{
		left: -10px;
	}
	.s4-r ul li p{
		margin-top: 10px;
	}
	.s4-l ul li h3{
		padding: 20px 10px;
	}
	.s4-l ul li h3 p{
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width:1200px) {
	.s1-l-l{
		width: 400px;
	}
	.s1-l-l ul li a .pic{
		height: 300px;
	}
	.s1-l-r ul li:last-child{
		display: none;
	}
	.s1-r ul li{
		padding: 11px 0;
	}
	.s1-r ul li .s1-r-tx p{
		font-size: 12px;
		line-height: 20px;
	}
	.s1-r ul li .s1-r-tx p img{
		max-height: 14px;
	}
	.s2-tit ul li{
		padding: 0 8px;
	}
	.s2-tit ul li a::after{
		left: -8px;
	}
	.s2-tit ul li a{
		font-size: 16px;
	}


	.s4-r ul li h3{
		margin-top: 5px;
	}
	.s4-r ul li:last-child h3{
		margin-top: 2px;
	}
	.s4-r ul li p{
		line-height: 26px;
	}
	.s4-r ul li p img{
		max-height: 26px;
	}
}

@media screen and (max-width:1100px) {
	.s4-r ul li p{
		margin-top: 6px;
	}
	.s4-r ul li:last-child h3 {
	    margin-top: 0px;
	}
}

@media screen and (max-width: 1024px) {
	.banner .slick-dots{
		bottom: 15px;
	}
	.banner .slick-dots li, .banner .slick-dots li button{
		width: 10px;
		height: 10px;
	}
	
	.s1-l, .s1-r{
		float: none;
		width: auto;
	}
	.s2-l, .s2-r{
		float: none;
		width: auto;
	}
	.s2-tit ul li{
		padding: 0 20px;
	}
	.s2-tit ul li a::after{
		left: -20px;
	}
	.section3 .s2-l{
		margin-top: 20px;
	}
	
	.s4-l, .s4-r{
		float: none;
		width: auto;
	}
	.s4-r ul li a>div{
		padding-top: 42%;
	}
	.s4-r ul{
		margin-left: -10px;
		margin-right: -10px;
	}
	.s4-r ul li a{
		margin: 20px 10px 0 10px;
	}
	.s4-r ul li:first-child a, .s4-r ul li:nth-child(2) a, .s4-r ul li:nth-child(3) a{
		margin-top: 20px;
	}
	.s4-r ul li p{
		margin-top: 20px;
	}
	.s4-r ul li h3{
		margin-top: 10px;
	}
	.s4-r ul li:last-child h3{
		margin-top: 10px;
		font-size: 16px;
	}
}

@media screen and (max-width: 768px) {
	.banner .slick-dots{
		bottom: 10px;
	}
	.s1-l-l{
		float: none;
		width: auto;
		margin-right: 0;
	}
	.s1-l-l ul li a .pic{
		height: auto;
		padding-top: 77.7%;
	}
	.s1-l-r{
		margin-top: 20px;
	}
	.s2-tit ul li{
		padding: 0 10px;
	}
	.s2-tit ul li a::after{
		left: -10px;
	}
	.s4-r ul li{
		width: 50%;
	}
	.s4-r ul li a>div {
	    padding-top: 0;
	    position: static;
	}
	.s4-r ul li a>div>div{
		position: static;
		padding: 20px 0;
	}
	.s4-r ul li p{
		margin-top: 0;
	}
	.s4-l ul li{
		width: 50%;
	}
	.s4-l ul li:nth-child(3), .s4-l ul li:nth-child(4){
		margin-top: 20px;
	}
	
	
}

@media screen and (max-width: 480px) {
	.tit h3{
		font-size: 22px;
	}
	.tit h3 img{
		max-height: 20px;
	}
	.section3 .s2-tit ul li a{
		font-size: 22px;
	}
	.section3 .s2-tit ul li:first-child{
		background: none; 
		padding-left: 0;
	}
	.section3 .s2-tit ul li.on:first-child{
		background: none; 
		padding-left: 0;
	}
	.section3 .s2-tit ul li:first-child+li{
		background: none; 
		padding-left: 0;
	}
	.section3 .s2-tit ul li.on:first-child+li{
		background: none; 
		padding-left: 0;
	}
	.section3 .s2-tit ul li a::after{
		left: -14px;
	}
	.s4-l ul li h3 p{
		font-size: 14px;
	}
	.s4-r ul li:last-child h3{
		font-size: 14px;
		margin-top: 5px;
	}
	.s4-r ul li a>div>div{
		padding: 15px 0;
	}
	.s4-r ul li a{
		height: 87px;
		overflow: hidden;
	}
	.s4-l ul li h3{
		padding: 10px;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {
     .s1-r ul li .s1-r-date {     margin-right: 10px;}
}