@charset "utf-8";

.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100%;
}

body {
	overflow-x: hidden;
}


/*banner*/

.banner {
	overflow: hidden;
	position: relative;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
}

.banner .slick-slide a::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url(../images/banner-bgt.png) repeat-x;
	height: 234px;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-prev,
.banner .slick-next {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #fff;
	line-height: 60px;
	text-align: center;
	bottom: 65px;
	top: inherit;
	transform: translateY(0);
	transition: all 0.3s;
}

.banner .slick-prev {
	background: url(../images/prev1.png) no-repeat center;
	right: 180px;
	left: inherit;
}

.banner .slick-prev:hover {
	background: #184eb1 url(../images/prev1.png) no-repeat center;
}

.banner .slick-next {
	background: url(../images/next1.png) no-repeat center;
	right: 100px;
}

.banner .slick-next:hover {
	background: #184eb1 url(../images/next1.png) no-repeat center;
}

.down-page {
	position: absolute;
	width: auto !important;
	height: auto !important;
	left: 50%;
	bottom: 35px;
	transform: translateX(-50%);
	z-index: 99;
	animation: move 1.5s infinite ease-in-out;
	cursor: pointer;
}

.down-page img {
	display: block;
}

@keyframes move {
	50% {
		bottom: 50px;
	}

	0%,
	100% {
		bottom: 35px;
	}
}


/*首页样式*/

.tit {
	line-height: 50px;
	padding: 30px 0;
	position: relative;
	text-align: center;
}

.tit:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	right: 100px;
	margin-left: 100px;
	height: 1px;
background: rgba(24, 78, 177, 0.3);
	
}

.tit h3 {
	display: inline-block;
	width: 100%;
	font-size: 36px;
	font-weight: bold;
	color: #184eb1;
	position: relative;
	z-index: 1;
}

.tit h3 span {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	width: 100%;
	font-family: 'sySong';
	font-size: 40px;
	color: rgba(253, 167, 17, 0.2);
	z-index: -1;
}

.more a {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	font-size: 16px;
	color: #184eb1;
	transition: all 0.3s;
	z-index: 9999;
}


.more a:hover {
	right: 5px;
}



/*主体样式*/

.section1 {
	background: url(../images/tt.jpg) no-repeat center top;
	padding: 50px 0 110px 0;
}

.s1-l {
	width: 51.71%;
	background: #fff;
}

.s1-l ul li a {
	display: block;
	position: relative;
	transition: all 0.3s;
}

.s1-l ul li a:hover .pic img {
	transform: scale(1.1);
}

.s1-l ul li .pic {
	padding-top: 60.35%;
}

.s1-l ul li .s1-linfo {
	padding: 30px 25px;
	transition: all 0.3s;
}

.s1-l ul li .s1-linfo p.date {
	font-size: 0;
	height: 28px;
	line-height: 28px;
}

.s1-l ul li .s1-linfo p.date span {
	display: inline-block;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background: #fca033;
	border-radius: 14px;
	font-size: 14px;
	color: #fff;
}

.s1-l ul li .s1-linfo p.date em {
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #184eb1;
	padding-left: 20px;
	vertical-align: -2px;
}

.s1-l ul li .s1-linfo h3 {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 20px;
	transition: all 0.3s;
font-weight: normal;
}

.s1-l ul li a:hover .s1-linfo h3 {
	color: #184eb1;
}

.s1-l ul li .s1-linfo p.zy {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	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: 15px;
       height: 48px;
}

.s1-l ul li a:hover .s1-linfo {
	padding: 30px 20px 30px 30px;
}

.s1-l .slick-prev,
.s1-l .slick-next {
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	top: 34%;
	transition: all 0.3s;
}

.s1-l .slick-prev {
	left: 10px;
	background: rgba(255, 255, 255, 0.7) url(../images/prev2.png) no-repeat center;
}

.s1-l .slick-next {
	right: 10px;
	background: rgba(255, 255, 255, 0.7) url(../images/next2.png) no-repeat center;
}



.s1-r {
	width: 45.57%;
}

.s1-rt ul li {
	float: left;
	width: 48%;
}

.s1-rt ul li:nth-child(2) {
	margin-left: 4%;
}

.s1-rt ul li .pic {
	padding-top: 60.38%;
}

.s1-rt ul li a {
	display: block;
	background: #fff;
	transition: all 0.3s;

}

.s1-rt ul li a:hover .pic img {
	transform: scale(1.05);
}

.s1-rt ul li .s1-rtinfo {
	padding: 20px 15px;
	transition: all 0.3s;
}

.s1-rt ul li a:hover .s1-rtinfo {
	padding: 25px 15px 15px 15px;
}

.s1-rt ul li .s1-rtinfo p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #184eb1;
}

.s1-rt ul li .s1-rtinfo h3 {
	font-size: 18px;
	line-height: 30px;
	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;
font-weight: normal;
}

.s1-rt ul li a:hover .s1-rtinfo h3 {
	color: #184eb1;
}

.s1-rd {
	background: #fff;
	padding: 1px 20px 2px 20px;
	margin-top: 20px;
}

.public-list {}

.public-list li {
	line-height: 58px;
	border-top: 1px solid #e5e5e5;
}

.public-list li:first-child {
	border-top: 0;
}

.public-list li span {
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	padding-left: 15px;
}

.public-list li a {
	display: block;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	overflow: hidden;
	transition: all 0.3s;
}

.public-list li a:hover {
	color: #184eb1;
	padding-left: 5px;
}



.section2 {
	margin-top: 80px;
}

.section2 .tit:after {
	left: 120px;
	margin-left: 40px;
}

.section2 .tit h3 {
	text-align: left;
}

.section2 .tit h3 span {
	left: 0;
	transform: translateX(0);
}

.section2 .tit h3 i::after {
	background: rgba(255, 255, 255, 0.3);
}

.section2 .tit h3:after {
	background: rgba(255, 255, 255, 0.3);
}

.s2-tit {
	text-align: center;
	padding-left: 18%;
	padding-right: 15%;
	margin-top: -30px;
}

.s2-tit ul {
	line-height: 35px;
	font-size: 0;
}

.s2-tit ul li {
	display: inline-block;
	width: 20%;
}

.s2-tit ul li a {
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
font-weight: normal;
}

.s2-tit ul li a::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -36px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #8bb0e0;
	z-index: 1;
	transition: all 0.3s;
}

.s2-tit ul li.on a::after {
	width: 54px;
	height: 54px;
	background: url(../images/tz-tit.png) no-repeat;
	background-size: cover;
	top: -58px;
}

.s2-tit ul li.on a {
	color: #184eb1;
	border-radius: 17px;
}

.s2-tit ul li.on a::before {
	display: block;
}

.s2-tit ul li.on a::after {
	display: block;
}

.s2-bd {
	position: relative;
	margin-top: 10px;
	margin-left: -20px;
	margin-right: -20px;
	z-index: 999999;
}

.s2-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.s2-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.public-sjlist {}

.public-sjlist li {
	float: left;
	width: 33.333%;
}

.public-sjlist li a {
	display: block;
	margin: 0 20px;
	margin-top: 34px;
	background: rgba(255, 255, 255, 0.7);
	padding: 25px;
	overflow: hidden;
	transition: all 0.3s;
}

.public-sjlist li .date {
	width: 82px;
	height: 82px;
	border-radius: 4px;
	text-align: center;
	margin-right: 25px;
	background: #fca033;
}

.public-sjlist li .date p {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #184eb1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #fff;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	transition: all 0.3s;
}

.public-sjlist li .date span {
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
}

.public-sjlist li h3 {
	overflow: hidden;
	font-size: 0;
	line-height: 60px;
	height: 60px;
	margin: 11px 0;
	overflow: hidden;
}

.public-sjlist li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 30px;
font-weight: normal;
}

.public-sjlist li a:hover {
	background: #fff;
}

.public-sjlist li a:hover .date p {
	background: #fca033;
}

.s2-bd>ul .more a {
	top: -92px;
	right: 20px;
	transform: translateY(0);
}

.s2-bd>ul .more a:hover {
	right: 15px;
}








.section3 {
	padding: 50px 0 60px 0;
	background: url(../images/section34-bg.jpg) no-repeat center top;
	background-size: cover;
overflow:hidden;
}

.s3-l {
	width: 48.57%;
}

.s3-l .tit {
	text-align: left;
}

.s3-l .tit h3 span {
	left: 0;
	transform: translateX(0);
}

.s3-l .tit:after {
	left: 160px;
	margin-left: 0;
}

.s3-l ul li a {
	display: block;
	overflow: hidden;
	background: #fff;
	padding: 20px;
	margin-top: 15px;
}

.s3-l ul li:first-child a {
	margin-top: 0;
}

.s3-l ul li .s3-lpic {
	width: 36.4%;
	margin-right: 25px;
	transition: all 0.3s;
}

.s3-l ul li .s3-lpic .pic {
	padding-top: 72.53%;
}

.s3-l ul li .s3-ltx span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #184eb1;
	margin-top: 20px;
}

.s3-l ul li .s3-ltx h3 {
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 20px;
font-weight: normal;
}

.s3-l ul li .s3-ltx p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	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;
max-height: 48px;
}

.s3-l ul li a:hover .s3-lpic {
	margin-right: 20px;
}

.s3-l ul li a:hover .s3-ltx h3 {
	color: #184eb1;
}

.s3-l ul li a:hover .s3-lpic .pic img {
	transform: scale(1.05);
}







.s3-r {
	width: 48.42%;
	position: relative;
}

.s3-r .tit {
	text-align: left;
}

.s3-r .tit h3 span {
	left: 0;
	transform: translateX(0);
}

.s3-r .tit:after {
	left: 160px;
	margin-left: 0;
}

.s3-c {
	width: 100%;
}

.s3-c ul li a {
	display: block;
}

.s3-c ul li a:hover .pic img {
	transform: scale(1.05);
}

.s3-c ul li a:hover .s1-linfo {
	padding: 30px 25px 30px 35px;
}

.s3-c ul li a:hover .s1-linfo h3 {
	color: #184eb1;
}

.s3-c ul li .s1-linfo {
	margin-left: 50px;
	background: #fff;
	margin-top: -28px;
	height: 253px;
	padding: 30px;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.s3-c ul li .pic {
	padding-top: 63.71%;
}

.s3-c ul li .s1-linfo h3 {
	font-size: 18px;
	margin-top: 0;
	font-weight: normal;
}

.s3-c ul li .s1-linfo p {
	margin-top: 25px;
	font-size: 15px;
	line-height: 28px;
	color: #808080;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
             height: 80px
}

.s3-c .slick-prev,
.s3-c .slick-next {
	display: none !important;
}

.s3-cbtn {
	position: absolute;
	left: 78px;
	bottom: 30px;
	width: 130px;
	height: 30px;
}

.s3-cbtn::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 1px;
	height: 18px;
	background: #bdbfc1;
}

.s3-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 2;
}

.s3-prev::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/prev3.png) no-repeat;
	background-position: center;
	z-index: 1;
}

.s3-prev:hover::before {
	background: url(../images/prev3-1.png) no-repeat;
	background-position: center;
}

.s3-prev::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 5px;
	width: 6px;
	height: 22px;
	background: #fca033;
	z-index: -1;
	display: none;
}

.s3-prev:hover::after {
	display: block;
}

.s3-next {
	left: 100px;
}

.s3-next::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/next3.png) no-repeat;
	background-position: center;
	z-index: 1;
}

.s3-next:hover::before {
	background: url(../images/next3-1.png) no-repeat;
	background-position: center;
}

.s3-next::after {
	content: "";
	position: absolute;
	right: 8px;
	top: 5px;
	width: 6px;
	height: 22px;
	background: #fca033;
	z-index: -1;
	display: none;
}

.s3-next:hover::after {
	display: block;
}

.s3-c .slick-dots {
	right: 30px;
	bottom: 30px;
	text-align: center;
	width: auto;
}

.s3-c .slick-dots li {
	display: none;
	width: auto;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	height: auto;
	margin: 0;
}

.s3-c .slick-dots li.slick-active {
	display: block;
}

.s3-c .slick-dots li.slick-active span {
	font-size: 32px;
	position: relative;
}

.s3-c .slick-dots li span {

	color: #184eb1;

}






.section4 {
	margin-top: 80px;
}

.section4 .tit:after {
	display: none;
}

.section4 ul {
	margin-left: -22px;
	margin-right: -22px;
	
}

.section4 ul li {
	float: left;
	width: 33.333%;
}

.section4 ul li:nth-child(1),
.section4 ul li:nth-child(3) {
	margin-top: -60px;
}

.section4 ul li a {
	display: block;
	margin: 0 22px;
	transition: all 0.3s;
	position: relative;
	top: 0;
}
.section4 ul li a:hover{

	top: -10px;
}

.section4 ul li .s4-cinfo {
	width: calc(100% - 70px);
	padding: 20px 60px 20px 20px;
	background: #184eb1;
	margin-top: -50px;
	position: relative;
	z-index: 1;
	transition: all 0.3s;
}

.section4 ul li:nth-child(2) .s4-cinfo {
	background: #fca033;
}

.section4 ul li .s4-cinfo p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.section4 ul li .s4-cinfo span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	margin-top: 15px;
}

.section4 ul li .s4-cinfo::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	background: url(../images/s4-jt.png) no-repeat;
	background-size: cover;
	transition: all 0.3s;
}

.section4 ul li:nth-child(1) a:hover .s4-cinfo,
.section4 ul li:nth-child(3) a:hover .s4-cinfo {
	background: #fca033;
}

.section4 ul li:nth-child(2) a:hover .s4-cinfo {
	background: #184eb1;
}

.section4 ul li a:hover .s4-cinfo{
	padding: 20px 55px 20px 25px;
}
.section4 ul li a:hover .s4-cinfo::after{
	right: 15px;
}



@media screen and (max-width: 448px) {

.dj {
    width: 314px;
    height: 134px;
}
.s2-tit ul li{    width: 80px;}

}






@media screen and (max-width: 1600px) {}


@media screen and (max-width:1420px) {

.cc2 {

height: 304px;
    margin-top: 82px;
    width: 236px;
}

}

@media screen and (max-width:1300px) {

	.banner .slick-prev,
	.banner .slick-next {
		width: 50px;
		height: 50px;
	}

	.down-page img {
		max-height: 52px;
	}

	.public-list li {
		line-height: 53px;
	}

	.s3-l ul li .s3-ltx span {
		margin-top: 10px;
	}

	.s3-l ul li .s3-ltx h3 {
		margin-top: 15px;
	}

	.s3-l ul li .s3-ltx p {
		margin-top: 15px;
	}

	.s3-c ul li .s1-linfo p {
		margin-top: 15px;
	}

	.s3-c ul li .s1-linfo {
		height: 242px;
	}

	.section4 ul li .s4-cinfo {
		width: calc(100% - 50px);
	}

}

@media screen and (max-width:1200px) {
	.public-list li {
		line-height: 49px;
	}

	.s3-c ul li .s1-linfo {
		padding: 25px;
		height: 234px;
	}

	.section4 ul li .s4-cinfo {
		width: calc(100% - 20px);
	}
}

@media screen and (max-width:1100px) {



	.public-list li {
		line-height: 45px;
	}

	.s3-l ul li .s3-ltx h3,
	.s3-l ul li .s3-ltx p {
		margin-top: 10px;
	}

	.s3-c ul li .s1-linfo {
		height: 227px;
	}

	.s3-cbtn {
		bottom: 25px;
		left: 68px;
	}

	.s3-c .slick-dots {
		bottom: 25px;
		right: 25px;
	}

	.section4 ul li .s4-cinfo p {
		font-size: 22px;
	}

	.section4 ul li .s4-cinfo span {
		font-size: 13px;
		margin-top: 10px;
	}

	.section4 ul li .s4-cinfo::after {
		width: 25px;
		height: 25px;
	}

	.section4 ul li .s4-cinfo {
		padding: 20px 45px 20px 20px;
	}
}

@media screen and (max-width: 1072px) {


.cc {
    width: 224px;
    margin-top: 120px;
}
}

@media screen and (max-width: 1024px) {
.cc2 {
    height: 317px;
    margin-top: 84px;
    width: 237px;
}

  .dj {width: 370px;height: 134px;}



	html,
	body,
	.banner,
	.banner .slick,
	.banner .slick div,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: 253px !important;
	}

	.down-page {
		display: none;
	}

	.banner .slick-prev,
	.banner .slick-next {
		bottom: 20px;
		width: 40px;
		height: 40px;
		background-size: auto 10px;
	}

	.banner .slick-next {
		right: 20px;
	}

	.banner .slick-prev {
		right: 80px;
	}

	.banner .slick-prev:hover,
	.banner .slick-next:hover {
		background-size: auto 10px;
	}
.banner .slick-slide a::after{display:none;}

	.tit {
		line-height: 40px;
		padding: 20px 0;
	}

	.tit h3 {
		font-size: 26px;
	}

	.tit h3 span {
		font-size: 30px;
		bottom: 15px;
	}

	.more a {
		font-size: 14px;
	}

	.tit:after {
		right: 80px;
		margin-left: 0;
		left: 115px;
	}

	.section1 {
		padding: 10px 0 30px 0;
		background-size: cover;
	}

	.section1 .tit {
		text-align: left;
	}

	.section1 .tit h3 span {
		left: 0;
		transform: translateX(0);
	}

	.s1-l {
		float: none;
		width: auto;
	}

	.s1-r {
		float: none;
		width: auto;
		margin-top: 20px;
	}

	.s1-l .slick-prev,
	.s1-l .slick-next {
		width: 40px;
		height: 40px;
		background-size: auto 10px;
		top: 42%;
	}

	.s1-l ul li .s1-linfo h3 {
		font-size: 16px;
		margin-top: 10px;
	}

	.s1-l ul li .s1-linfo {
		padding: 20px;
	}

	.s1-l ul li .s1-linfo p.date span {
		width: 80px;
		height: 26px;
		line-height: 26px;
		font-size: 12px;
	}

	.s1-l ul li .s1-linfo p.date em {
		font-size: 15px;
		padding-left: 10px;
	}

	.s1-l ul li .s1-linfo p.zy {
		font-size: 12px;
		line-height: 22px;
		margin-top: 10px;
	}

	.s1-rt ul li .s1-rtinfo {
		padding: 20px;
	}

	.s1-rt ul li .s1-rtinfo p {
		font-size: 15px;
	}

	.s1-rt ul li .s1-rtinfo h3 {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
	}

	.s1-rt ul li {
		width: 49%;
	}

	.s1-rt ul li:nth-child(2) {
		margin-left: 2%;
	}

	.public-list li a {
		font-size: 16px;
	}

	.s1-rd {
		padding: 10px 20px;
	}

	.public-list li span {
		font-size: 13px;
	}

	.section2 {
		margin-top: 20px;
	}

	.s2-tit {
		margin-top: -25px;
	}

	.s2-tit ul li a::after {
		top: -24px;
	}

	.s2-tit ul li.on a::after {
		width: 34px;
		height: 34px;
		top: -35px;
	}

	.s2-bd {
		margin-left: -12px;
		margin-right: -12px;
	}

	.public-sjlist li {
		width: 50%;
	}

	.public-sjlist li a {
		padding: 20px;
		margin: 0 12px;
		margin-top: 24px;
	}

	.public-sjlist li .date {
		width: 72px;
		height: 72px;
		margin-right: 20px;
	}

	.public-sjlist li .date p {
		font-size: 28px;
		height: 42px;
		line-height: 42px;
	}

	.public-sjlist li .date span {
		font-size: 14px;
	}

	.public-sjlist li h3 {
		height: 52px;
		line-height: 52px;
		margin: 10px 0;
	}

	.public-sjlist li h3 p {
		font-size: 16px;
		line-height: 26px;
	}

	.section2 .tit:after {
		margin-left: 0;
		right: 90px;
	}

	.s2-bd>ul .more a {
		top: -79px;
	}

	.section3 {
		padding: 20px 0;
	}

	.s3-l .tit:after,
	.s3-r .tit:after {
		left: 115px;
	}

	.s3-l,
	.s3-r {
		float: none;
		width: auto;
	}

	.s3-l ul li .s3-lpic {
		width: 180px;
	}

	.s3-l ul li a {
		margin-top: 20px;
	}

	.s3-r {
		margin-top: 20px;
	}

	.s3-c ul li .s1-linfo {
		margin-left: 0;
		margin-top: 0;
		height: auto;
		padding-bottom: 65px;
height: 214px !important;
	}

	.s3-l ul li .s3-ltx span {
		font-size: 15px;
	}

	.s3-l ul li .s3-ltx h3 {
		font-size: 16px;
	}

	.s3-l ul li .s3-ltx p {
		font-size: 12px;
	}

	.s3-c ul li .s1-linfo h3 {
		font-size: 16px;
	}

	.s3-c ul li .s1-linfo p {
		font-size: 13px;
		line-height: 24px;
		margin-top: 10px;
	}

	.s3-cbtn {
		bottom: 20px;
		left: 16px;
	}

	.s3-c .slick-dots {
		bottom: 20px;
	}

	.s3-c .slick-dots li {
		font-size: 20px;
	}

	.s3-c .slick-dots li.slick-active span {
		font-size: 28px;
	}

	.section4 ul li a {
		margin: 0 15px;
	}

	.section4 ul {
		margin-left: -15px;
		margin-right: -15px;
	}

	.section4 {
		margin-top: 30px;
	}

	.section4 ul li {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	.section4 ul li .s4-cinfo {
		width: 100%;
		margin-top: 0;
	}

	.section4 ul li:nth-child(1),
	.section4 ul li:nth-child(3) {
		margin-top: 0;
	}

}

@media screen and (max-width: 768px) {

	.banner .slick-prev,
	.banner .slick-next {
		width: 35px;
		height: 35px;
	}

	.banner .slick-prev {
		right: 70px;
	}

	.s2-tit {
		padding-right: 10%;
	}

	.s2-tit ul li a {
		font-size: 16px;
	}

	.section4 ul li .s4-cinfo p {
		font-size: 20px;
	}
}

@media screen and (max-width: 640px) {
	.tit h3 span {
		font-size: 26px;
		bottom: 12px;
	}

	.s1-l .slick-prev,
	.s1-l .slick-next {
		top: 35%;
	}

	.section2 {
		margin-top: 5px;
	}

	.section2 .tit h3 {
		text-align: center;
	}

	.section2 .tit h3 span {
		left: 50%;
		transform: translateX(-50%);
	}

	.s2-bd>ul .more a {
		position: static;
		margin-top: 20px;
		text-align: center;
		color: #184eb1 !important;
	}

	.s2-tit {
		padding: 0;
		margin-top: 12px;
	}

	.section2 .tit:after {
		left: 0;
		right: 0;
		top: 93%;
		transform: translateY(0);
	}

	.public-sjlist li {
		float: none;
		width: 100%;
	}

	.public-sjlist li:nth-child(5),
	.public-sjlist li:nth-child(6) {
		display: none;
	}

	.public-sjlist li a {
		margin-top: 15px;
		padding: 15px;
	}

	.section4 ul li .s4-cinfo p {
		font-size: 18px;
	}

	.section4 ul li .s4-cinfo span {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.s1-rt ul li {
		float: none;
		width: auto;
	}

	.s1-rt ul li:nth-child(2) {
		margin-left: 0;
		margin-top: 20px;
	}

	.s3-l ul li .s3-lpic {
		width: 150px;
	}

	.s3-l ul li .s3-ltx span {
		margin-top: 0;
	}
	.s3-cbtn{
		width: 110px;
	}
	.s3-next {
		left: 80px;
	}

	.s1-rt ul li .s1-rtinfo h3 {
		height: auto;
		max-height: 52px;
	}
}

@media screen and (max-width: 375px) {
	.s2-tit ul li a {
		font-size: 14px;
	}

	.s3-l ul li .s3-lpic {
		width: 130px;
	}

	.s3-l ul li .s3-ltx p {
		-webkit-line-clamp: 1;
		line-clamp: 1;
	}
}

@media screen and (max-width: 320px) {}