@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: 30px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	max-width: 1370px;
}

.banner .slick-dots li {
	width: 14px;
	height: 14px;
	margin: 0 14px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 0;
	position: relative;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	width: 25px;
	height: 37px;
	background: url(../images/dot0.png) no-repeat;
	border: 1px solid transparent;
}

.banner .slick-dots li button {
	display: none;
}


/*首页样式*/

.tit {
	line-height: 40px;
	padding: 20px 0 15px 0;
	overflow: hidden;
	border-bottom: 1px solid #003770;
}

.tit h3 {
	float: left;
	font-size: 24px;
	font-weight: bold;
	color: #003770;
	position: relative;
	padding-left: 24px;
}

.tit h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 26px;
	background: #ffc763;
}

.more a {
	display: block;
	font-size: 14px;
	color: #003770;
	transition: all 0.3s;
}

.more a:hover {
	margin-right: 5px;
}



.section1 {
	padding-top: 30px;
}

.s1-l {
	float: left;
	width: 740px;
	margin-right: 45px;
}

.s1-lt {
	margin-top: 30px;
}

.s1-lt ul li {
	float: left;
	width: 47%;
	margin-left: 6%;
}

.s1-lt ul li:first-child {
	margin-left: 0;
}

.s1-lt ul li .pic {
	padding-top: 0;
	height: 228px;
}

.s1-lt ul li a:hover .pic img {
	transform: scale(1.1);
}

.s1-lt ul li a {
	display: block;
	position: relative;
}

.s1-lt ul li .s1-ltinfo {
	font-size: 16px;
	line-height: 30px;
	max-height: 60px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}

.s1-lt ul li a:hover .s1-ltinfo {
	color: #003770;
}

.s1-ld {
	border-top: 1px solid #e8e8e8;
	padding-top: 25px;
	margin-top: 25px;
}

.public-list {}

.public-list li {
	height: 42px;
	line-height: 42px;
}

.public-list li span {
	float: right;
	font-size: 16px;
	color: #999;
	padding-left: 15px;
}

.public-list li a {
	display: block;
	background: url(../images/dot33.png) no-repeat left center;
	padding-left: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.public-list li a:hover {
	color: #003770;
	margin-left: 5px;
}

.s1-r {
	overflow: hidden;
}

.public-sjlist li:first-child a {
	margin-top: 30px;
}

.public-sjlist li a {
	display: block;
	margin-top: 36px;
}

.public-sjlist li:first-child a {
	border-top: 0;
}

.public-sjlist li .date {
	width: 68px;
	height: 72px;
	background-color: #edf6ff;
	margin-right: 20px;
	text-align: center;
}

.public-sjlist li .date p {
	font-family: 'syht';
	font-size: 30px;
	font-weight: bold;
	color: #003771;
	position: relative;
}

.public-sjlist li .date p::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2px;
	width: 28px;
	height: 1px;
	background: #003771;
}

.public-sjlist li .date span {
	display: block;
	font-family: 'syht';
	font-size: 14px;
	color: #003771;
}

.public-sjlist li a:hover .date {
	background: #003770;
	background-image: linear-gradient(to right bottom, #054d98, #003770);
}

.public-sjlist li a:hover .date p,
.public-sjlist li a:hover .date span {
	color: #fff;
}

.public-sjlist li a:hover .date p::after {
	background: rgba(255, 255, 255, 0.3);
}

.public-sjlist li h3 {
	overflow: hidden;
	font-size: 0;
	line-height: 72px;
	height: 72px;
	overflow: hidden;
}

.public-sjlist li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 36px;
}

.public-sjlist li a:hover h3 p {
	color: #003770;
}





.section2 {
	padding: 50px 0;
}

.s2-c ul li a {
	display: block;
	position: relative;
}

.s2-c ul li .pic {
	float: left;
	width: 480px;
	height: 340px;
	padding-top: 0;
	background: #d9d9d9;
	box-shadow: 0px 0px 9.5px 0.5px rgba(179, 179, 179, 0.1);
}

.s2-c ul li .s2-ctx {
	position: absolute;
	top: 40px;
	bottom: 20px;
	background: url(../images/s2-ctxbg.jpg) no-repeat;
	background-size: cover;
	height: 260px;
	padding: 40px;
	left: 415px;
	right: 0;
	z-index: 1;
}

.s2-c ul li .s2-ctx h3 {
	display: inline-block;
	font-family: 'syht';
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid #3b73ae;
	padding-bottom: 10px;
}

.s2-c ul li .s2-ctx h3 span {
	font-family: 'syht';
	font-size: 16px;
	color: #fff;
	padding-left: 10px;
}

.s2-c ul li .s2-ctx p {
	font-size: 14px;
	line-height: 30px;
	max-height: 90px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #b9d5f2;
	margin-top: 10px;
}

.s2-c ul li .s2-ctx .gd {
	font-family: 'syht';
	font-size: 14px;
	color: #b9d5f2;
	margin-top: 10px;
}

.s2-c ul li a:hover .s2-ctx .gd {
	color: #fff;
}

.section3 {
	padding: 0 0 50px 0;
}

.s3-l {
	width: 61.66%;
}

.s3-ld {
	margin-top: 40px;
}

.s3-ld ul {
	margin-left: -15px;
	margin-right: -15px;
}

.s3-ld ul li a {
	display: block;
	margin: 0 15px;
}

.s3-ld ul li .pic {
	padding-top: 46.99%;
}

.s3-ld .slick-prev,
.s3-ld .slick-next {
	width: 20px;
	height: 34px;
}

.s3-ld .slick-prev {
	left: 15px;
	background: url(../images/prev3.png) no-repeat;
}

.s3-ld .slick-next {
	right: 15px;
	background: url(../images/next3.png) no-repeat;
}

.s3-r {
	width: 34.58%;
}

.s3-r .public-list {
	margin-top: 30px;
}

.s3-r .public-list li a {
	background: url(../images/dot34.png) no-repeat left center;
}




@media screen and (max-width:1600px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1100px) {
	.s1-l {
		width: 680px;
	}
}

@media screen and (max-width: 1024px) {
	.banner .slick-dots {
		bottom: 15px;
	}

	.banner .slick-dots li {
		width: 10px;
		height: 10px;
	}

	.banner .slick-dots li.slick-active {
		background-size: cover;
		width: 18px;
		height: 27px;
		margin: 0 6px;
	}
	
	.tit{
		padding: 10px 0;
	}

	.section1 {
		padding-top: 10px;
		padding-bottom: 30px;
	}

	.s1-l,
	.s1-r {
		float: none;
		width: auto;
	}

	.s1-l {
		margin-right: 0;
	}
	.s1-lt ul li{
		width: 48.5%;
		margin-left: 3%;
	}
	.s1-lt ul li .pic {
		height: auto;
		padding-top: 64.4%;
	}

	.s1-lt ul li .pic::after {
		background-size: cover;
	}
	.s1-ld{
		padding-top: 15px;
		margin-top: 15px;
	}

	.section2 {
		padding: 10px 0 20px 0;
	}

	.s2-l,
	.s2-c {
		float: none;
		width: auto;
	}

	.s2-c {
		margin-left: 0;
	}
	.public-sjlist li .date{
		width: 63px;
		height: 67px;
	}
	.public-sjlist li .date p{
		font-size: 28px;
	}
	.public-sjlist li .date span{
		font-size: 12px;
	}
	.public-sjlist li a{
		margin-top: 15px;
	}
	.public-sjlist li:first-child a{
		margin-top: 20px;
	}
	
	.s2-c ul li .pic{
		width: 380px;
		height: 270px;
	}
	.s2-c ul li .s2-ctx{
		left: 315px;
		top: 20px;
		height: 230px;
		padding: 20px;
	}
	.s2-c ul li .s2-ctx h3{
		font-size: 20px;
	}
	.s2-c ul li .s2-ctx h3 span{
		font-size: 14px;
	}
	
	

	.section3 {
		padding: 10px 0 40px 0;
	}

	.s3-l,
	.s3-r {
		float: none;
		width: auto;
	}

}

@media screen and (max-width: 768px) {
	.s2-c ul li .pic{
		float: none;
		width: auto;
		height: auto;
		padding-top: 70.83%;
	}
	.s2-c ul li .s2-ctx{
		position: static;
	}
}

@media screen and (max-width: 640px) {
	.banner p {
		bottom: 25px;
	}

	.banner .slick-slide a img {
		min-height: 120px;
		object-fit: cover;
	}

	.banner p span {
		font-size: 16px;
		line-height: 40px;
	}

	.sur_box .pic,
	.c3_bp li h3 {
		height: 239px;
	}

	.c3_bp li h3 {
		padding: 20px 18px 0 18px;
	}

	.c3_bp li {
		float: none;
		width: 100%;
	}

	.c3_bp li.on {
		width: 100%;
	}

	.c3_bp li h3 {
		float: none;
		width: 100%;
		max-height: 50px;
		font-size: 16px;
		height: auto;
		writing-mode: inherit;
		padding: 15px 20px;
	}

	.c3_bp li .cs3_p1,
	.c3_bp li .cs3_p2,
	.c3_bp li .cs3_p3,
	.c3_bp li .cs3_p4 {
		background-size: cover !important;
	}

	.sur_box .pic {
		height: auto;
		padding-top: 65.15%;
	}

	.sur_box p {
		left: 20px;
	}
}

@media screen and (max-width: 480px) {
	.s1-lt ul li {
		float: none;
		width: auto;
		margin-left: 0;
		margin-top: 20px;
	}

	.s1-lt ul li:first-child {
		margin-top: 0;
	}

	.s1-ld ul li {
		float: none;
		width: auto;
	}

	.s1-ld ul li:nth-child(even) {
		margin-left: 0;
	}

	.s3-lt-t>p {
		float: none;
		margin-top: 25px;
		margin-left: 35px;
	}

	.s3-lt ul li a>p {
		margin-top: 5px;
	}

	.s3-lt ul li:nth-child(2) .ycewm {
		right: inherit;
		left: 35px;
	}
}


@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}