@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 .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: 66px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: left;
	font-size: 0;
	max-width: 1540px;
}

.banner .slick-dots li {
	width: 24px;
	height: 2px;
	margin: 0 5px;
	background: rgba(255, 255, 255, 0.5);
	padding: 0;
}

.banner .slick-dots li.slick-active {
	background: #fff;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-prev,
.banner .slick-next {
	width: 28px;
	height: 28px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0.5;
	top: inherit;
	transform: translateY(0);
	bottom: 55px;
}

.banner .slick-prev {
	background: url(../images/prev1.png) no-repeat center;
	left: inherit;
	right: 50%;
	margin-right: 537px;
}

.banner .slick-next {
	background: url(../images/next1.png) no-repeat center;
	right: 50%;
	margin-right: 498px;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	opacity: 1;
}

/*首页样式*/

.tit {
	line-height: 40px;
	padding: 20px 0;
	overflow: hidden;
}

.tit h3 {
	float: left;
	font-size: 28px;
	font-weight: bold;
}

.more a {
	display: block;
	font-size: 14px;
	color: #194fbb;
	background: url(../images/icon-gd.png) no-repeat right center;
	padding-right: 30px;
	transition: all 0.3s;
}

.more a:hover {
	margin-right: 5px;
}



.section1 {
	padding-top: 100px;
	padding-bottom: 75px;
}

.s1-0 {
	width: 293px;
	margin-right: 27px;
}

.s1-0 ul li:first-child {
	margin-top: 0;
}

.s1-0 ul li {
	margin-top: 28px;
}

.s1-0 ul li a {
	display: block;
	height: 80px;
	line-height: 80px;
	font-size: 18px;
	color: #fff;
	transition: all 0.3s;
}

.s1-0 ul li:nth-child(1) a {
	background: #194fbb;
}

.s1-0 ul li:nth-child(2) a {
	background: #0f99c5;
}

.s1-0 ul li:nth-child(3) a {
	background: #e1b63f;
}

.s1-0 ul li:nth-child(4) a {
	background: #d7655a;
}

.s1-0 ul li:nth-child(5) a {
	background: #0cbac1;
}

.s1-0 ul li a img {
	vertical-align: middle;
	padding: 0 26px 0 40px;
	transition: all 0.3s;
}

.s1-0 ul li a:hover img {
	padding: 0 21px 0 35px;
}




.s1-rr {
	overflow: hidden;
}

.s1-tit {}

.s1-tit ul {
	overflow: hidden;
	line-height: 40px;
	font-size: 0;
}

.s1-tit ul li {
	float: left;
	margin: 0 25px;
	position: relative;
}

.s1-tit ul li:first-child {
	margin-left: 0;
}

.s1-tit ul li:nth-child(2)::after {
	content: "";
	position: absolute;
	left: -25px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: url(../images/s1-titd.png) no-repeat center;
}

.s1-tit ul li a {
	display: block;
	font-size: 28px;
	font-weight: bold;
	color: #808080;
}

.s1-tit ul li.on a {
	color: #333;
}

.s1-tit ul li.on a::before {
	display: block;
}

.s1-tit ul li.on a::after {
	display: block;
}

.s1-bd {
	position: relative;
	margin-top: 22px;
}

.s1-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.s1-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}





.s1-l {
	float: left;
	width: 640px;
	margin-right: 20px;
}

.s1-l ul li a {
	display: block;
	position: relative;
}

.s1-l ul li a .pic {
	padding-top: 0;
	height: 450px;
}

.s1-linfo {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: rgba(0, 0, 0, 0.6);
	overflow: hidden;
}

.s1-linfo p {
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 50px;
	padding-left: 12px;
	padding-right: 120px;
}

.s1-l .slick-dots {
	width: auto;
	right: 15px;
	bottom: 21px;
	text-align: right;
	font-size: 0;
}

.s1-l .slick-dots li {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 5px;
	position: relative;
}

.s1-l .slick-dots li::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 18px;
	height: 18px;
	border: 1px dashed #fff;
	border-radius: 50%;
	display: none;
}

.s1-l .slick-dots li button {
	display: none;
}

.s1-l .slick-dots li.slick-active {
	background: #fff;
}

.s1-l .slick-dots li.slick-active::after {
	display: block;
}


.s1-r {
	overflow: hidden;
}

.s1-r ul li {
	margin-top: 22.5px;
}

.s1-r ul li a {
	display: block;
	transition: all 0.3s;
}

.s1-r ul li:first-child {
	margin-top: 0;
}

.s1-r ul li .date {
	float: left;
	width: 72px;
	height: 72px;
	background: #194fbb;
	text-align: center;
	margin-right: 20px;
	transition: all 0.3s;
}

.s1-r ul li .date p {
	font-family: "Georgia";
	font-size: 28px;
	color: #fff;
	margin-top: 5px;
	transition: all 0.3s;
}

.s1-r ul li .date span {
	display: block;
	font-family: "Georgia";
	font-size: 16px;
	color: #fff;
	transition: all 0.3s;
}

.s1-r ul li .s1-rtx {
	overflow: hidden;
	padding: 6px 0;
}

.s1-r ul li .s1-rtx h3 {
	font-size: 0;
	line-height: 60px;
	height: 60px;
	overflow: hidden;
	transition: all 0.3s;
}

.s1-r ul li .s1-rtx p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
}
.s1-r ul li a:hover {
	color: #194fbb;
	padding-left: 5px;
}

.s1-r ul li a:hover .date {
	background: #00499f;
}

.s1-r ul li a:hover .date p,
.s1-r ul li a:hover .date span {
	color: #fffF;
}

.s1-r ul li a:hover .s1-rtx h3 {
	color: #00499f;
}

.s1-bd>ul .gd a {
	position: absolute;
	display: block;
	right: 0;
	top: -52px;
	font-size: 14px;
	color: #194fbb;
	background: url(../images/icon-gd.png) no-repeat right center;
	padding-right: 30px;
}














.section2 {
	background: url(../images/section2-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 50px 0;
}

.s2-l {
	width: 47.2%;
}

.public-list {}

.public-list li {
	line-height: 80px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}

.public-list li span {
	float: right;
	font-family: "Georgia";
	font-size: 16px;
}

.public-list li em {
	display: block;
	float: left;
	font-style: normal;
}

.public-list li em>a {
	display: block;
	color: #194fbb;
	font-size: 16px;
	margin-right: 20px;
	padding-right: 20px;
	position: relative;
}

.public-list li em>a::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background: #808080;
}

.public-list li>a {
	float: left;
	width: calc(100% - 150px);
	font-size: 18px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.public-list li>a:hover {
	color: #194fbb;
	padding-left: 5px;
}






.section3 {
	background: url(../images/section3-bg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-top: 85px;
	padding-bottom: 128px;
	position: relative;
	z-index: 1;
}

.section3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 50%;
	margin-right: -182px;
	background: url(../images/section3-pic.jpg) no-repeat;
	width: 59.53%;
	height: 71%;
	z-index: -1;
}

.section3 .tit {
	text-align: center;
	position: relative;
}

.section3 .tit h3 {
	float: none;
	display: inline-block;
	color: #fff;
}

.section3 .tit .more a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.s3-c {
	margin-left: 21.35%;
	margin-top: 40px;
}

.s3-c ul li a {
	display: block;
	margin: 0 5px;
	position: relative;
	overflow: hidden;
}

.s3-c .slick-list {
	padding-right: 18.18%;
}

.s3-c ul li .s3-info {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(25, 79, 187, 0.6);
	transition: all 0.3s;
}

.s3-c ul li .s3-info img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.s3-c ul li a:hover .s3-info {
	top: 0;
}

.s3-c ul li a:hover .pic img {
	transform: scale(1.1);
}


.s3-c .slick-dots {
	left: -8.5%;
	bottom: 90px;
	text-align: center;
	width: auto;
}

.s3-c .slick-dots li {
	display: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: auto;
	margin: 0;
}

.s3-c .slick-dots li.slick-active {
	display: block;
}

.s3-c .slick-dots li.slick-active span {
	font-size: 30px;
	position: relative;
}

.s3-c .slick-dots li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #fff;
	padding-right: 2px;

}


.s3-c .slick-prev,
.s3-c .slick-next {
	width: 57px;
	height: 57px;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0.7;
	transform: translateY(0);
}

.s3-c .slick-prev {
	top: 0;
	left: -8.5%;
	background: url(../images/prev2.png) no-repeat center;
}

.s3-c .slick-next {
	left: -8.5%;
	top: 80px;
	background: url(../images/next2.png) no-repeat center;
}

.s3-c .slick-prev:hover,
.s3-c .slick-next:hover {
	opacity: 1;
}
























@media screen and (max-width:1800px) {
	.s3-c .slick-dots {
		bottom: 80px;
	}
}

@media screen and (max-width:1700px) {
	.s3-c .slick-dots {
		bottom: 70px;
	}
}

@media screen and (max-width:1600px) {

	.s3-c .slick-prev,
	.s3-c .slick-next {
		width: 47px;
		height: 47px;
	}

	.s3-c .slick-next {
		top: 65px;
	}
}

@media screen and (max-width:1540px) {
	.banner .slick-dots {
		padding-left: 20px;
		padding-right: 20px;
	}

	.banner .slick-prev {
		left: 220px;
		right: inherit;
		margin-right: 0;
	}

	.banner .slick-next {
		left: 260px;
		right: inherit;
		margin-right: 0;
	}

	.s3-c {
		margin-left: 12.35%;
	}

}

@media screen and (max-width:1400px) {
	.s1-0 {
		width: 250px;
	}

	.s1-0 ul li a img {
		padding: 0 20px;
	}
}

@media screen and (max-width:1300px) {
	.s1-l {
		width: 560px;
	}

	.s3-c .slick-dots {
		bottom: 60px;
	}
}

@media screen and (max-width:1200px) {
	.s1-l {
		width: 470px;
	}

	.s3-c .slick-prev,
	.s3-c .slick-next {
		width: 37px;
		height: 37px;
		background-size: auto 10px;
	}

	.s3-c .slick-next {
		top: 50px;
	}

	.s3-c .slick-dots {
		bottom: 50px;
	}

	.s3-c .slick-dots li.slick-active span {
		font-size: 26px;
	}
}

@media screen and (max-width:1100px) {}

@media screen and (max-width: 1024px) {
	.banner .slick-dots {
		bottom: 33px;
	}

	.banner .slick-prev,
	.banner .slick-next {
		bottom: 21px;
	}

	.tit h3 {
		font-size: 24px;
	}


	.section1 {
		padding-bottom: 30px;
		padding-top: 30px;
	}

	.s1-0 {
		float: none;
		width: auto;
		margin-right: 0;
	}

	.s1-0 ul li {
		margin-top: 10px;
	}

	.s1-0 ul li a {
		height: 60px;
		line-height: 60px;
		font-size: 16px;
	}

	.s1-0 ul li a img {
		max-height: 30px;
	}

	.s1-rr {
		margin-top: 30px;
	}

	.s1-tit ul li a {
		font-size: 24px;
	}

	.s1-l {
		width: 500px;
	}

	.s1-l ul li a .pic {
		height: 352px;
	}

	.s1-linfo p {
		font-size: 16px;
	}

	.s1-r ul li:nth-child(5) {
		display: none;
	}

	.s1-r ul li {
		margin-top: 21.5px;
	}

	.s1-r ul li .s1-rtx p {
		font-size: 16px;
	}

	.s1-r ul li .date p {
		font-size: 26px;
		margin-top: 8px;
	}

	.s1-r ul li .date span {
		font-size: 14px;
	}

	.section2 {
		padding: 10px 0 30px 0;
	}

	.s2-l {
		width: 48%;
	}

	.public-list li {
		line-height: 56px;
	}

	.public-list li em>a {
		padding-right: 15px;
		margin-right: 15px;
		font-size: 14px;
	}

	.public-list li>a {
		font-size: 16px;
		width: calc(100% - 130px);
	}

	.public-list li span {
		font-size: 14px;
	}

	.section3 {
		padding-top: 10px;
		padding-bottom: 40px;
	}

	.s3-c {
		margin-left: 0;
	}

	.s3-c .slick-dots {
		bottom: inherit;
		top: -50px;
		left: 20px;
	}

	.s3-c .slick-prev,
	.s3-c .slick-next {
		top: -55px;
	}

	.s3-c .slick-prev {
		left: 90px;
	}

	.s3-c .slick-next {
		left: 140px;
	}
}

@media screen and (max-width: 768px) {
	.s1-l {
		float: none;
		width: auto;
		margin-right: 0;
	}

	.s1-l ul li a .pic {
		height: auto;
		padding-top: 70.31%;
	}

	.s1-r {
		margin-top: 20px;
	}

	.s1-r ul li {
		margin-top: 20px;
	}

	.s1-r ul li .date {
		width: 66px;
		height: 66px;
	}

	.s1-r ul li .date p {
		margin-top: 5px;
	}

	.s1-r ul li .s1-rtx {
		padding: 3px 0;
	}

	.s2-l {
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 640px) {
	.s1-0 ul li a {
		height: 50px;
		line-height: 50px;
	}

	.section3::before {
		width: 68%;
	}



}

@media screen and (max-width: 480px) {

	.s3-c .slick-prev,
	.s3-c .slick-next {
		width: 27px;
		height: 27px;
		background-size: auto 8px;
	}

	.s3-c .slick-dots li {
		font-size: 14px;
	}

	.s3-c .slick-dots li.slick-active span {
		font-size: 22px;
	}

	.s3-c .slick-prev {
		left: 80px;
	}

	.s3-c .slick-next {
		left: 120px;
	}
}

@media screen and (max-width: 375px) {
	.s1-bd>ul .gd a {
		position: static;
		max-width: 90px;
		margin: 0 auto;
		margin-top: 20px;
	}
}

@media screen and (max-width: 320px) {}