@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: 20px;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	max-width: 1370px;
}

.banner .slick-dots li {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 50%;
	background: #fff;
	padding: 0;
	position: relative;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	width: 40px;
	border-radius: 8px;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-prev,
.banner .slick-next {
	width: 26px;
	height: 47px;
}

.banner .slick-prev {
	background-image: url(../images/ban-prev1.png);
	background-repeat: no-repeat;
	left: 6.25%;
}

.banner .slick-next {
	background-image: url(../images/ban-next1.png);
	background-repeat: no-repeat;
	right: 6.25%;
}


/*首页样式*/

.tit {
	line-height: 40px;
	padding: 20px 0;
	overflow: hidden;
}

.tit h3 {
	float: left;
	font-size: 30px;
	color: #000;
	background-image: url(../images/tit1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 60px;
}

.tit h3 img {
	vertical-align: -5px;
	padding-right: 5px;
}

.more a {
	display: block;
	font-size: 14px;
	color: #075ea8;
	background: url(../images/more1.png) no-repeat left center;
	padding-left: 20px;
	transition: all 0.3s;
}

.more a:hover {
	color: #1e4b84;
}



.section1 {
	padding-top: 60px;
	padding-bottom: 70px;
}

.section1 .tit {
	line-height: normal;
	padding: 0;
}

.section1 .tit h3 {
	float: left;
	width: 268px;
	height: 80px;
	line-height: 80px;
	background-color: #0b4584;
	padding-left: 45px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background-image: none;
}

.s1-tit {
	float: left;
	width: 227px;
	box-shadow: 0px 2px 20px 0px rgba(10, 11, 24, 0.1);
}

.s1-tit ul li a {
	display: block;
	font-size: 20px;
	padding-left: 45px;
	line-height: 34px;
	margin: 30px 0;
}

.s1-tit ul li.on a {
	color: #034894;
}

.s1-bd {
	float: right;
	width: calc(100% - 227px);
	background-color: #f8f8f8;
	padding: 30px;
	box-shadow: 0px 6px 10px 0px rgba(10, 11, 24, 0.1);
	position: relative;
}

.s1-bd ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 8;
	opacity: 0;
}

.s1-bd ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.s1-bd ul li {
	float: left;
	width: 100%;
	line-height: 20px;
	padding: 10px 0;
	border-bottom: 1px dashed #b5b5b5;
}

.s1-bd ul li a {
	display: block;
	font-size: 18px;
	color: #666;
        margin: 15px;
}

.s1-bd ul li a:hover {
	color: #1e4b84;
}

.s1-bd ul .gd {
	position: absolute;
	right: -75px;
	top: -115px;
}

.s1-bd ul .gd a {
	display: block;
	background-image: url(../images/more1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	transition: all 0.3s;
}

.s1-bd ul .gd a:hover {
	color: #1e4b84;
}

.section2 {
	background: url(../images/section2-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 30px 0 50px 0;
}

.section2 .tit h3 {
	color: #fff;
}

.section2 .more a {
	color: #fff;
	background-image: url(../images/more2.png);
}

.s2-l {
	width: 910px;
	margin-right: 4%;
}

.s2-lt a {
	display: block;
	overflow: hidden;
}

.s2-ltpic {
	width: 63.04%;
	width: 580px;

}

.s2-ltpic .pic {
	padding-top: 63.44%;
	padding-top: 368px;
}

.s2-ltr {
	width: calc(100% - 600px);
	height: 368px;
	background-image: url(../images/s2-ltr.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
	padding: 20px;
}

.s2-ltr .date {
	width: 168px;
	height: 48px;
	line-height: 48px;
	background-color: #0072b3;
	color: #fff;
	text-align: center;
	position: relative;
	left: -30px;
}

.s2-ltr .date::after {
	content: "";
	position: absolute;
	right: -30px;
	border-top: 24px solid #0072b3;
	border-left: 15px solid #0072b3;
	border-bottom: 24px solid transparent;
	border-right: 15px solid transparent;
}

.s2-ltr .date span {
	font-size: 24px;
	font-weight: bold;
	padding-right: 5px;
}

.s2-ltr h3 {
	font-size: 18px;
	font-weight: bold;
	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: 20px;
}

.s2-ltr p {
	color: #999;
	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;
	margin-top: 20px;
}

.s2-ltr>span {
	display: block;
	color: #30619e;
	margin-top: 40px;
	position: relative;
	left: 0;
	transition: all 0.3s;
}

.s2-ltr:hover h3 {
	color: #0072b3;
}

.s2-ltr:hover>span {
	left: 5px;
}

.public-list {
	margin-top: 20px;
}

.public-list li {
	line-height: 50px;
}

.public-list li span {
	float: right;
	color: #fff;
	margin-left: 15px;
}

.public-list li a {
	display: block;
	color: #fff;
	position: relative;
	left: 0;
	transition: all 0.3s;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;

}

.public-list li:hover a {
	left: 5px;
}

.public-Datelist li a {
	display: block;
	padding: 25px 0;
	overflow: hidden;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	transition: all 0.3s;
}

.public-Datelist li:first-child a {
	padding-top: 0;
}

.public-Datelist li .date {
	float: left;
	background: url(../images/tzgg-bg.png) no-repeat;
	width: 96px;
	height: 67px;
	text-align: center;
	padding-right: 10px;
	color: #1e4b84;
	margin-right: 20px;
}

.public-Datelist li .date p {
	font-size: 24px;
	font-weight: bold;
	margin-top: 6px;
}

.public-Datelist li .date span {
	font-size: 13px;
}

.public-Datelist li h3 {
	overflow: hidden;
	line-height: 60px;
	height: 60px;
	font-size: 0;
	margin-top: 3px;
	transition: all 0.3s;
}

.public-Datelist li h3 p {
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
	max-height: 60px;
	font-size: 18px;
	color: #fff;
}

.public-Datelist li:hover a {
	border-bottom-color: rgba(255, 255, 255, 1);
}

.public-Datelist li:hover h3 p {
	text-decoration: underline;
}



.s2-r {
	overflow: hidden;
}




.section3 {
	padding: 30px 0 50px 0;
}

.s3-ct ul {
	/*margin-left: -30px;*/
	/*margin-right: -30px;*/
}

.s3-ct ul li {
	float: left;
	width: 25%;
}

.s3-ct ul li a {
	display: block;
	margin: 30px;
	position: relative;
}


.s3-ct ul li .pic {
	padding-top: 118%;
}

.s3-ct ul li p {
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 24px;
	color: #fff;
}

.s3-cd {
	background-color: #fff;
	box-shadow: 0px 2px 20px 0px rgba(10, 11, 24, 0.1);
	padding: 20px 60px;
}

.s3-cd .public-list {
	margin-top: 0;
}

.s3-cd .public-list li {
	border-top: 1px dashed #bfbfbf;
}

.s3-cd .public-list li:first-child {
	border-top: 0;
}

.s3-cd .public-list li a {
	color: #333;
}

.s3-cd .public-list li span {
	font-size: 14px;
	color: #666;
}

.section4 {
	background-color: #f0f4f7;
	padding: 40px 0 60px 0;
}

.section4 .tit {
	text-align: center;
	position: relative;
}

.section4 .tit h3 {
	float: none;
	display: inline-block;
	background-image: url(../images/tit2.png);
}

.section4 .more {
	position: absolute;
	right: 0;
	top: 20px;
}

.s4-k {
	padding: 0 5%;
}

.s4-l {
	width: 50%;
	padding: 5% 5%;
	background: url(../images/s4-lbg.png) no-repeat center;
	background-size: cover;
	height: 814px;
}

.s4-lt ul li a {
	display: block;
	background-color: #fff;
	padding: 50px 20px;
	overflow: hidden;
	position: relative;
}

.s4-lt ul li .name {
	position: absolute;
	right: 0;
	top: 0;
	width: 135px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #cd9432;
	border-bottom-left-radius: 20px;
	color: #fff;
}

.s4-lt ul li .pic {
	width: 124px;
	padding-top: 182px;
	margin-right: 30px;
}

.s4-lt ul li .s4-tx {
	overflow: hidden;
}

.s4-lt ul li .s4-tx h3 {
	font-size: 20px;
	line-height: 40px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 10px;
}

.s4-lt ul li .s4-tx p {
	color: #666;
	line-height: 30px;
}

.s4-lt .slick-dots {
	bottom: -28px;
	font-size: 0;
}

.s4-lt .slick-dots li {
	width: 8px;
	height: 8px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 12px;
}

.s4-lt .slick-dots li.slick-active {
	background-color: #fff;
}

.s4-lt .slick-dots li button {
	display: none;
}

.s4-ld {
	margin-top: 50px;
}

.s4-ld ul {
	margin-left: -25px;
	margin-right: -25px;
}

.s4-ld ul li {
	float: left;
	width: 50%;
}

.s4-ld ul li a {
	display: block;
	background-color: #fff;
	margin: 25px;
	padding: 20px;
	text-align: center;
}

.s4-ld ul li .pic {
	width: 118px;
	padding-top: 173px;
	margin: 0 auto;
}

.s4-ld ul li h3 {
	font-size: 16px;
}

.s4-ld ul li p {
	font-size: 13px;
	color: #999;
	margin-top: 5px;
}


.s4-r {
	width: 50%;
	padding: 5% 5%;
	background: url(../images/s4-rbg.png) no-repeat center;
	background-size: cover;
	height: 750px;
	margin-top: 35px;
}

.s4-r ul {
	margin-top: -25px;
}

.s4-r ul li a {
	display: block;
	border: 1px solid #fff;
	margin: 25px;
	text-align: center;
	padding: 20px;
	transition: all 0.3s;
}

.s4-r ul li .pic {
	width: 118px;
	padding-top: 173px;
	margin: 0 auto;
}

.s4-r ul li h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

.s4-r ul li p {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.62);
	margin-top: 5px;
}

.s4-r ul li a:hover {
	background-color: rgba(255, 255, 255, 0.42);
	border: 1px solid transparent;
}

.s4-r ul li a:hover h3 {
	color: #4d3a21;
}

.s4-r ul li a:hover p {
	color: rgba(97, 73, 21, 0.62);
}

.s4-r .slick-prev,
.s4-r .slick-next {
	width: 34px;
	height: 34px;
	opacity: 0.5;
}

.s4-r .slick-prev {
	left: -34px;
	background: url(../images/prev44.png) no-repeat;
	background-size: cover;
}

.s4-r .slick-next {
	right: -34px;
	background: url(../images/next44.png) no-repeat;
	background-size: cover;
}

.s4-r .slick-prev:hover,
.s4-r .slick-next:hover {
	opacity: 1;
}






@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {
	.s2-l {
		width: 850px;
	}
}

@media screen and (max-width:1200px) {
	.tit h3 {
		font-size: 28px;
	}

	.s1-bd {
		padding: 30px;
	}

	.s1-bd ul li a {
		font-size: 18px;
	}

	.s1-bd ul .gd {
		right: -20px;
	}

	.s2-l {
		width: 700px;
	}

	.s2-ltpic {
		width: 480px;
	}

	.s2-ltpic .pic {
		padding-top: 305px;
	}

	.s2-ltr {
		width: calc(100% - 500px);
		height: 305px;
		padding: 15px;
	}

	.s2-ltr .date {
		left: -22px;
	}

	.s2-ltr h3,
	.s2-ltr p {
		margin-top: 10px;
	}

	.s2-ltr h3 {
		font-size: 16px;
	}

	.s2-ltr>span {
		margin-top: 28px;
	}

	.public-Datelist li a {
		padding: 18px 0;
	}
}

@media screen and (max-width:1100px) {}

@media screen and (max-width: 1024px) {
	.banner .slick-prev {
		left: 15px;
	}

	.banner .slick-next {
		right: 15px;
	}

	.banner .slick-prev,
	.banner .slick-next {
		background-size: auto 25px;
	}

	.tit h3 {
		font-size: 24px;
	}

	.section1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.s1-tit {
		float: none;
		width: auto;
	}

	.section1 .tit h3 {
		width: 225px;
		height: 65px;
		line-height: 65px;
	}

	.s1-tit ul li a {
		font-size: 18px;
		margin: 15px 0;
	}

	.s1-tit ul {
		overflow: hidden;
		text-align: center;
		font-size: 0;
	}

	.s1-tit ul li {
		display: inline-block;
		margin: 0 30px;
	}

	.s1-tit ul li a {
		padding-left: 0;
	}

	.s1-bd {
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.s1-bd ul .gd {
		width: 90px;
		margin: 0 auto;
		position: static;
		padding-top: 20px;
		clear: both;
	}

	.section2 {
		padding: 0 0 30px 0;
	}

	.s2-l {
		float: none;
		width: auto;
		margin-right: 0;
	}

	.s2-r {
		margin-top: 20px;
	}

	.public-Datelist li .date {
		width: 82px;
		height: 57px;
		background-size: cover;
	}

	.public-Datelist li .date p {
		font-size: 22px;
		margin-top: 2px;
	}

	.public-Datelist li h3 {
		line-height: 56px;
		height: 56px;
	}

	.public-Datelist li h3 p {
		font-size: 16px;
		line-height: 28px;
		max-height: 56px;
	}

	.s2-ltr .date {
		width: 130px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.s2-ltr .date span {
		font-size: 20px;
	}

	.s2-ltr .date::after {
		border-top: 20px solid #0072b3;
		border-bottom: 20px solid transparent;
	}


	.section3 {
		padding: 0px 0 30px 0;
	}

	.s3-ct ul li p {
		font-size: 20px;
	}

	.s3-cd {
		padding: 20px;
	}

	.section4 {
		padding: 0px 0 30px 0;
	}

	.s4-k {
		padding: 0;
	}

	.s4-l,
	.s4-r {
		float: none;
		width: 100%;
		height: auto;
		padding: 30px;
	}

	.s4-l {
		background-color: #084b94;
	}

	.s4-r {
		background-color: #d0952f;
	}

	.section4 .tit h3 {
		float: left;
		display: block;
	}

	.s4-r .slick-prev {
		left: -20px;
	}

	.s4-r .slick-next {
		right: -20px;
	}

}

@media screen and (max-width: 768px) {
	.s1-bd {
		padding: 20px;
	}

	.s1-bd ul li {
		width: 33.333%;
		padding: 5px 0;
	}

	.s2-ltpic {
		float: none;
		width: auto;
	}

	.s2-ltpic .pic {
		padding-top: 63.44%;
	}

	.s2-ltr {
		float: none;
		width: auto;
		height: 250px;
	}

	.s2-ltr .date {
		width: 105px;
		left: -15px;
	}

	.s3-ct ul {
		margin-left: -15px;
		margin-right: -15px;
	}

	.s3-ct ul li a {
		margin: 30px 15px;
	}

	.s3-ct ul li p {
		font-size: 18px;
	}

	.s4-lt ul li a {
		padding: 40px 20px 20px 20px;
	}

	.s4-ld ul li a {
		margin: 15px;
		padding: 15px;
	}

	.s4-ld ul {
		margin-left: -15px;
		margin-right: -15px;
	}

	.s4-l,
	.s4-r {
		padding: 20px;
	}

	.s4-r {
		padding: 20px 35px;
		margin-top: 30px;
	}

	.s4-r ul li a {
		margin: 15px;
		padding: 15px;
	}

	.s4-r ul {
		margin-top: 0;
	}

	.s4-r .slick-prev {
		left: -28px;
	}

	.s4-r .slick-next {
		right: -28px;
	}









}

@media screen and (max-width: 640px) {
	.section1 .tit h3 {
		width: 190px;
	}
	.s3-ct ul li{
		width: 50%;
	}
	.s3-ct ul li a {
		margin: 15px;
	}
	.s3-ct{
		margin: 10px 0;
	}
	.s1-tit ul li{
		margin: 0 20px;
	}
}

@media screen and (max-width: 480px) {
	.s1-tit ul li{
		margin: 0 10px;
	}
	.s1-bd ul li{
		width: 50%;
	}
	.s4-lt ul li .pic{
		float: none;
		margin: 0 auto;
	}
}


@media screen and (max-width: 375px) {
	.s3-ct ul li p{
		right: 10px;
		bottom: 10px;
	}
	.s4-ld ul li{
		float: none;
		width: auto;
	}
}
li.qkxx1 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 50px;
}
li.qkxx2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 70px;
}
@media screen and (max-width: 320px) {}