@charset "utf-8";


body,html{overflow-x:hidden;}

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner a {
	display: block;
	position: relative;
}

.banner .slick-slide a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	width: 100%;
	max-width: 1400px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 34px;
	text-align: right;
	font-size: 0;
}

.banner .slick-dots li {
	width: 16px;
	height: 16px;
	margin: 0 10px;
	transition: all 0.3s;
}

.banner .slick-dots li button {
	display: inline-block;
	font-size: 24px;
	color: #cc1515;
}
.banner .slick-dots li.slick-active{
 width:70px;
	
}

.banner .slick-dots li.slick-active button {
	/*background: #fff;*/
	font-size:30px;
	font-weight:bold;
	width: 70px;
	text-align: left;
}
.banner .slick-dots li.slick-active button::after {content:"";position:absolute;width:45px;height: 2px;background:#cc1515;bottom: -3px;right:0;}

.banner .slick-prev,
.banner .slick-next {
	width: 40px;
	height: 80px;
	z-index: 9;
	opacity: 0.7;
	transition: all 0.3s;
}

.banner .slick-prev {
	left: 7%;
	background: url(../images/ban-left.png) no-repeat center;
	background-size: cover;
}

.banner .slick-next {
	right: 7%;
	background: url(../images/ban-right.png) no-repeat center;
	background-size: cover;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	opacity: 1;
}

/*首页主体*/


.title {
	overflow: hidden;
	line-height: 50px;
	padding-bottom: 10px;
}

.title h3 {
	float: left;
	
	font-size: 28px;

}

.title h3 img {
	vertical-align: -5px;
	padding-right: 10px;
}

.more {
	float: right;
}

.more a {
	display: block;
	font-size: 16px;
	transition: all 0.3s;
}

.more a img {
	vertical-align: middle;
}

.more a:hover {
	margin-right: 5px;
}

/* 页面主体 */

.section1 {
	padding-top: 40px;
	padding-bottom: 40px;
	background:url(../images/one-bj.png) no-repeat top center;
	background-size:cover;
}

.s1-l {
	width: 44.07%;
	margin-right: 45px;
}

.s1-lk {
	margin-top: 20px;
}

.s1-l-l {
	width: 100%;
}

.s1-l-l ul li a {
	display: block;
	position: relative;
	transition: all 0.3s;
}

.s1-l-l ul li .pic {
	padding-top: 410px;
}

.s1-l-l ul li a:hover .pic img {
	transform: scale(1.1);
}

.s1-l-l ul li .s1-linfo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 82px;
	background: url(../images/news-bj.png) repeat-x left bottom;
	z-index: 1;
}

.s1-l-l ul li .s1-linfo h3 {
	font-size: 16px;
	/* font-weight: bold; */
	line-height: 103px;
	color: #fff;
	padding: 0 200px 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l-l .slick-dots {
	width: auto;
	bottom: 21.5px;
	font-size: 0;
	right: 10px;
}

.s1-l-l .slick-dots li {
	width: 12px;
	height: 12px;
	background: #e0e0e0;
	border-radius: 50%;
	margin: 0 7px;
}

.s1-l-l .slick-dots li.slick-active {
	background: #ea9415;
}

.s1-l-l .slick-dots li button {
	display: none;
}

.s1-l-r {
	overflow: hidden;
}

.s1-l-r ul li {
	position: relative;
	padding-left: 25px;
}

.s1-l-r ul li a {
	display: block;
	padding: 14.5px 0;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.34);
	transition: all 0.3s;
}

.s1-l-r ul li:first-child a {
	padding-top: 0;
}

.s1-l-r ul li:first-child:after {
	top: 8px;
}

.s1-l-r ul li::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(57, 162, 177, 0.27);
}

.s1-l-r ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 23px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #bdbdbd;
	border: 3px solid #fff;
	transition: all 0.3s;
}

.s1-l-r ul li:hover::after {
	background-color: #39a2b1;
}

.s1-l-r ul li a span {
	float: left;
	font-size: 16px;
	color: #0bacc3;
	margin-right: 15px;
	margin-top: 4px;
}

.s1-l-r ul li a h3 {
	font-size: 16px;
	overflow: hidden;
	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;
}

.section1 .s2-l1 {
	/* width: 53.21%; */
	flex: 1;
}
.section1 .s2-l1 li.first{
	padding-left:0px;
	margin-bottom: 10px;
	}
.section1 .s2-l1 li.first::before	{
	width:0 !important;
	height:0 !important;
		}
.section1 .s2-l1 li.first p:nth-child(1) a{
	font-size:20px;
	font-weight:bold;
	color:#9b0000;
	}
	.section1 .s2-l1 li.first p:nth-child(2){
	font-size:14px;
	color:#666;
	line-height:24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	border-bottom:1px solid #e0e0e0;
	padding: 10px 0;
height:63px;
	}

.s1-rt {
	background-color: #f5f5f5;
	padding: 25px 30px;
}

.s1-rt h3 {
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-rt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	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;
}

.s1-r ul {
	margin-top: 16px;
}

.s1-r ul li {
	border-bottom: 1px dashed #eee;
	line-height: 60px;
}

.s1-r ul li a {
	display: block;
	transition: all 0.3s;
	
	padding-left: 16px;
	font-size: 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-r ul li span {
	float: right;
	font-size: 14px;
	padding-left: 10px;
}

.xz-r1 ul {
	margin-top: 28px;
}

.xz-r1 ul li {
	line-height: 50px;
	border-bottom: none;
}

.xz-r1 ul li a {
	display: block;
	background: none;
	padding-left: 0;
	transition: none;
	padding: 0 15px 0 10px;
}

.xz-r1 ul li .xz-rt {
	flex-wrap: nowrap;
}

.xz-r1 ul li .xz-rt h3 {
	font-size: 16px;
	
	padding-left: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #000;
}

.xz-r1 ul li p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	height: 48px;
	padding-left: 22px;
	text-indent: 2em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: initial;
	display: none;
}

.xz-r1 ul li span {
	color: #888;
}

.xz-r1 ul li.on a {
	padding: 5px 15px 20px 10px;
	
	background-size: cover;
	border-radius: 4px;
	box-shadow: 0px 10px 10px 0px rgba(120, 178, 186, 0.3);
	overflow: hidden;
}

.xz-r1 ul li.on p {
	display: block;
}

.xz-r1 ul li.on .xz-rt h3 {
	
	font-size: 18px;
	color: #39a2b1;
}

.xz-r1 ul li.on .xz-rt span {}


.section2 {
	padding: 35px 0;
	background: #f6f6f6;
}

.section2 .title {
	border-bottom: none;
}

.section2 .s1-r,
.s2-r {
	width: 47%;
}

.s2-l ul {
	margin-top: 5px;
}

.s2-l ul li {
	position: relative;
}

.s2-l ul li a {
	display: block;
	overflow: hidden;
	padding: 13px 0;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.34);
	position: relative;
	transition: all 0.3s;
}

.s2-l ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0;
	width: 0;
	height: 1px;
	background: #00469d;
	transition: all 0.3s;
}

.s2-l ul li:hover::after {
	width: 100%;
}

.s2-l ul li .date {
	float: left;
	width: 70px;
	height: 60px;
	background: #e5edf7;
	text-align: center;
	color: #7e7e7e;
	margin-right: 24px;
	transition: all 0.3s;
}

.s2-l ul li .date p {
	font-size: 24px;
	font-weight: bold;
	padding-top: 4px;
}

.s2-l ul li .date span {
	display: block;
	font-size: 14px;
}

.s2-l ul li .s2-linfo {
	overflow: hidden;
}

.s2-l ul li .s2-linfo h3 {
	font-size: 18px;
	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;
	transition: all 0.3s;
}

.s2-l ul li:hover .date {
	color: #00469d;
}

.s2-l ul li a:hover .s2-linfo h3 {
	color: #00469d;
}

.s2-r ul {
	margin-top: 15px;
}

.s2-r ul li {
	line-height: 37px;
	position: relative;
	padding-left: 15px;
	/* margin-bottom: 10px; */
}

.s2-r ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #a9a9a9;
	/* border-radius: 50%; */
	transition: all 0.3s;
}

.s2-r ul li::after {
	/* content: ""; */
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #9b0000;
	transition: all 0.3s;
}

.s2-r ul li:hover::before {
	background: #9b0000;
}

.s2-r ul li:hover::after {
	width: 100%;
}

.s2-r ul li span {
	float: right;
	font-size: 16px;
	color: #888;
	margin-left:20px;
}

.s2-r ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 16px;
	color: #333;
	transition: all 0.3s;
}

.s2-r ul li a:hover {
	color: #9b0000;
}
.sec2-co{background:#fff;}
.sec2-left{
	width:17.14%;;
	background:url(../images/fw-bj.png) no-repeat;
	min-height:325px;
	float:left;
	}

.sec2-l-title{
	font-size:28px;
	background:url(../images/fw.png) no-repeat center top;
	width: 50px;
	text-align: center;
	margin: 55px auto 0;
	padding-top: 45px;
	}
.sec2-l-title a{color:#fff;}

.sec2-right{
	
width:80.71%;
	
float:right;
	
position: relative;
	}
.sec2-right .zt-slick-ul li{ float: left; width: 30%;margin:0 1.66666%; margin-bottom: 29px; }
.sec2-right .zt-slick-ul{ margin:50px 30px 0 50px; }
.sec2-right .slick-prev{width: 38px;height: 38px;top: 34%;background: url(../images/fw-top.png) center no-repeat;left:0px;}
.slick-prev:before,.slick-next:before{ display: none; }
.sec2-right .slick-next{width: 38px;height: 38px;top: 74%;background: url(../images/fw-down.png) center no-repeat;left:0px;}
.sec2-right ul li a{display:block;font-size:18px;color:#fff;padding:27px 20px 50px 20px;}
.sec2-right ul li.icon1{background:url(../images/fw-ico01.png) no-repeat 90% 90% #8a9046;}
.sec2-right ul li.icon2{background:url(../images/fw-ico02.png) no-repeat 90% 90% #954c72;}
.sec2-right ul li.icon3{background:url(../images/fw-ico03.png) no-repeat 90% 90% #bba127;}
.sec2-right ul li.icon4{background:url(../images/fw-ico04.png) no-repeat 90% 90% #c26724;}
.sec2-right ul li.icon5{background:url(../images/fw-ico05.png) no-repeat 90% 90% #4cb264;}
.sec2-right ul li.icon6{background:url(../images/fw-ico06.png) no-repeat 90% 90% #467dc5;}
.sec2-right ul li.icon7{background:url(../images/fw-ico01.png) no-repeat 90% 90% #8a9046;}
.sec2-right ul li.icon8{background:url(../images/fw-ico02.png) no-repeat 90% 90% #954c72;}
.sec2-right ul li.icon9{background:url(../images/fw-ico03.png) no-repeat 90% 90% #bba127;}
.sec2-right ul li.icon10{background:url(../images/fw-ico04.png) no-repeat 90% 90% #c26724;}
.sec2-right ul li.icon11{background:url(../images/fw-ico05.png) no-repeat 90% 90% #4cb264;}
.sec2-right ul li.icon12{background:url(../images/fw-ico06.png) no-repeat 90% 90% #467dc5;}

.sec2-right .slick-dots{
    left: 0;
    width: 38px;
    top: 41%;
    height: 80px;
   
}
.sec2-right .slick-dots li{width:10px;height:10px;background:#ccc;border-radius:50%;margin: 14px auto;display: block;}
.sec2-right .slick-dots li.slick-active{background:#9b0000;}

.section3 {
	padding: 40px 0;
	background:url(../images/three-bj.png) no-repeat 0 center;
	background-size:cover;
	
}
.s3-ul-list{width:30.71%;float:left;margin-right:3.93%;}
.s3-ul-list .title h3{font-size:28px;color:#fff;}
.s3-ul-list .more a{color:#fff;}

.s3-ul-list ul li a{color:#fff;}
.s3-ul-list ul li span{color:#f8c9a1;}
.s3-ul-list ul{margin-top:5px;}
.s3-ul-list ul li{background:url(../images/arr-white.png) no-repeat left center;}
.s3-ul-list ul li::before,.s3-ul-list ul li::after{width:0;height:0;}
.s3-ul-list-ri{float:right;margin-right:0;}


.section4 {
	padding-top: 40px;
	padding-bottom: 70px;
	background: url(../images/four-bj.jpg) no-repeat left top;
	background-size: cover;
}
.s1-lb-tit{line-height: 45px;}
.s1-lb-tit h2{font-size:28px;display:inline-block;margin-right:30px;}
.s1-lb-tit h2.on{color:#9b0000;}
.more-links {
    float: right;
}

.s1-lb-tit a {
    font-size: 16px;
    line-height: 45px;
    color: #999;
    float: right;
}

.s4-ul-list .title h3{font-size:28px;color:#333;}
.s4-ul-list .more a{color:#999;}
.s4-ul-list ul li a{color:#333}
.s4-ul-list ul li span{color:#999;}

.s4-ul-list ul li{background:url(../images/arr-red.png) no-repeat left center;}
.s4-ul-list ul li::before,.s4-ul-list ul li::after{width:0;height:0;}


.section5{
	padding-top: 35px;
	padding-bottom: 35px;
	background: url(../images/five-bj.png) no-repeat left top;
	background-size: cover;
	}
.zt-slick .slick-slide{ margin:0 30px; }
.zt-slick{ margin:0 -30px; margin-top: 20px; }
.zt-slick .slick-slide a{padding-bottom: 59px;display: block;position: relative;overflow:hidden;}
.zt-slick .slick-slide a img{position: absolute;left: 0;top: 0;width: 100%;min-height: 100%;transition: all 0.5s;}
.zt-slick .slick-slide a:hover img{
  transform: scale(1.1);
}
.zt-slick .slick-prev{ width: 40px; height: 40px; margin-top: -15px; background: url(../images/al-left.png) center no-repeat;left:-80px; }
.slick-prev:before,.slick-next:before{ display: none; }
.zt-slick .slick-next{ width: 40px; height: 40px; margin-top: -15px; background: url(../images/ar-right.png) center no-repeat;right:-80px; }
.zt-slick .slick-list{/* overflow:auto; */}
.zt-slick .img-wq{.zt-slick .slick-slide a}
.zt-slick .img-wq {
    position: relative;
    padding-top: 74.55%;
}

.zt-slick .img-wq img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100%;
}
.zt-slick .wq-detail{position:absolute;bottom: 14px;left:0;right:0;}
.zt-slick .wq-more{background:url(../images/arr-m.png) no-repeat center #b90c16;width: 65px;height: 48px;float: right;margin-top: 22px;}
.zt-slick .wq-cont{background:url(../images/fi-bj.png) no-repeat left bottom #fff;/* padding:15px 30px; */width: calc(100% - 65px);float: left;border-bottom:2px solid #fff;/* line-height: 68px; */}
.zt-slick .wq-cont p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size:16px;
    color:#333;
    line-height: 68px;
    /* min-height: 56px; */
    text-align: center;
    padding: 0 15px;
    }
.zt-slick .wq-time{font-size:16px;color:#999;padding-top: 5px;}
.zt-slick .slick-slide a:hover .wq-cont{border-bottom:2px solid #b90c16;}
.zt-slick .slick-slide a:hover .wq-cont p{color:#b90c16;}



@media screen and (max-width:1669px) {
	
	.zt-slick .slick-prev{left:-20px;}
	.zt-slick .slick-next{right:-20px;}
	
	}

@media screen and (max-width:1500px) {
	
	}

@media screen and (max-width: 1540px) {
		.zt-slick .slick-prev{background: url(../images/al-left.png) center no-repeat rgba(255,255,255,.9);left:30px;border-radius:50%;z-index:998;}
 
	.zt-slick .slick-next{background: url(../images/ar-right.png) center no-repeat rgba(255,255,255,.9);right: 30px;border-radius:50%;z-index:998;}
	}

@media screen and (max-width: 1399px) {
	.s1-l {
		/* width: 740px; */
		margin-right: 50px;
	}

	.s1-l-l ul li .pic {
		padding-top: 374px;
	}

	.section1 .s2-l {
		width: calc(100% - 790px);
	}

	.s2-l ul {
		margin-top: 9px;
	}

	.s2-l ul li a {
		padding: 8px 0;
	}
	.zt-slick{margin:20px 0 0 0;}
	.zt-slick .slick-slide{margin:0 20px;}
}

@media screen and (max-width: 1100px) {
	.s1-l {
	
		margin-right: 40px;
	}

	.logo a img{height:42px;}
	.section1,.section3,.section4,.section5{padding:20px 0;}
	.title h3,.sec2-l-title,.s3-ul-list .title h3,.s1-lb-tit h2{font-size:24px;}
.sec2-l-title{width:43px;}
.section6 .link ul li{line-height:36px;}
.head-txt{display:none;}
}


@media screen and (max-width: 1024px) {
	.banner .slick-dots {
		bottom: 15px;
	}

	.banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}
.section1 .s2-l1 li.first p:nth-child(2){height:62px;}
	.banner .slick-prev,
	.banner .slick-next {
		width: 20px;
		height: 35px;
	}

	.banner .slick-prev {
		left: 20px;
	}

	.banner .slick-next {
		right: 20px;
	}

	.title {
		line-height: 40px;
		padding-bottom: 5px;
	}

	.title h3, .sec2-l-title, .s3-ul-list .title h3, .s1-lb-tit h2{
		font-size: 20px;
	}
	.sec2-l-title{width: 35px;background-size: 35px;}

	.title h3 img {
		max-height: 26px;
	}

	.section1 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.s1-l,
	.section1 .s2-l {
		width: 100%;
	}

	.s1-l {
		margin-right: 0;
	}
	.s1-lk{margin-top:10px;}

	.s1-l-l ul li .pic {
		padding-top: 50.48%;
	}

	.s1-l-l ul li .s1-linfo {
		height: 46px;
	}

	.s1-l-l ul li .s1-linfo h3 {
		line-height: 46px;
		font-size: 16px;
		padding: 0 140px 0 20px;
	}

	.s1-l-l .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 6px;
	}

	.s1-l-l .slick-dots {
		bottom: 18px;
	}

	.section1 .s2-l {
		margin-top: 25px;
	}

	.s2-l ul li a {
		padding: 12px 0;
	}

	.s2-l ul li .s2-linfo h3 {
		font-size: 16px;
	}

	.s2-l ul li .date p {
		font-size: 20px;
		padding-top: 5px;
	}

	.s2-l ul li .date span {
		font-size: 12px;
	}

	.s2-l ul li .date {
		width: 64px;
		height: 54px;
		margin-right: 20px;
	}

	.s2-l ul li .s2-linfo h3 {
		line-height: 27px;
		max-height: 54px;
	}

	.section2 {
		padding: 25px 0 10px 0;
	}

	.s2-c ul {
		margin-left: -12px;
		margin-right: -12px;
	}

	.s2-c ul li a {
		margin: 0 12px;
	}

	.s2-c ul li .s2-cintro {
		padding: 10px 15px;
	}

	.s2-c ul li .s2-cintro h3 {
		font-size: 16px;
	}

	.section3 {
		padding: 25px 0;
	}

	.section3 .title::after {
		width: 40px;
		height: 3px;
	}

	.s3-c ul li {
		width: 49%;
	}

	.s3-c ul li a {
		padding: 15px;
	}

	.s3-c ul li .date {
		margin-right: 20px;
	}

	.s3-c ul li .date p {
		font-size: 24px;
	}

	.s3-c ul li .date span {
		font-size: 14px;
		margin-top: 6px;
	}

	.s3-c ul li .s3-tx h3 {
		font-size: 16px;
	}

	.s3-c ul li .s3-tx p {
		font-size: 14px;
		line-height: 22px;
		max-height: 44px;
	}

	.section4 {
		padding-top: 25px;
		padding-bottom: 30px;
	}

	.s2-r ul li {
		padding-left: 16px;
	}

	.s2-r ul li a {
		font-size: 16px;
	}

	.s2-r ul li span {
		font-size: 14px;
	}

	.s2-r ul li::before {
		/* width: 4px; */
		/* height: 4px; */
	}
	.sec2-right .zt-slick-ul li{background-size:40px !important;}

}

@media screen and (max-width: 990px) {
	.s1-lb-tit h2{margin-right:3%;}
	}


@media screen and (max-width: 768px) {
	
	.banner .slick-dots{text-align:center;display:none !important;}
	.title h3, .sec2-l-title, .s3-ul-list .title h3, .s1-lb-tit h2{font-size:18px;}
	.sec2-right ul li a{font-size:16px;}
	.sec2-right ul li{background-size:40px !important;}
	
	.more a,.s3-ul-list .more a,.s1-lb-tit a,.foot p{font-size:14px;}
	
	.s3-c ul li {
		width: 100%;
	}

	.s3-c ul li a {
		padding: 10px;
	}

	.s2-r {
		width: 100%;
	}

	.section4 .s2-r:nth-child(2) {
		margin-top: 15px;
	}

	.s2-r ul li {
		line-height: 46px;
	}

	.s3-c ul li .date p {
		font-size: 22px;
	}

	.s3-c ul li .date span {
		font-size: 12px;
		margin-top: 4px;
	}
	.sec2-right .zt-slick-ul li{margin-bottom:20px;}
	.sec2-right .zt-slick-ul li a{padding: 27px 10px 50px 10px;}
		.section6 .link ul li{margin-right:0;padding-right:0;width:25%;}
		.px1400{margin-left:10px;margin-right:10px;}
		.s2-r ul li{line-height:36px;}
}

@media screen and (max-width: 640px) {
	
	.sec2-left{width:100%;float:none;max-height: 80px;min-height: auto;background-size: cover;}
	.sec2-l-title{width:100%;margin-top: 0;background-position: 38% center;padding: 20px 0;}
	.sec2-right{width:100%;}
	.sec2-right .slick-prev,.sec2-right .slick-next{width:20px;height:20px;background-size:20px;margin-left:15px;}
	.sec2-right .slick-dots{width:20px;margin-left: 15px;}

	}

@media screen and (max-width: 540px) {


	.sec2-right ul li a{font-size:14px;}
	.sec2-right .zt-slick-ul li{width:48%;margin:0 1%;margin-bottom:20px;}
	.sec2-right .zt-slick-ul{margin: 20px 20px 0 50px;}
	.sec2-l-title{background-size:30px;}
	.section6 .link h3{float:none;background:none;line-height:45px;}
	.section6 .link ul li{width:50%;}
	.section6 .link ul{padding-bottom:20px;}
	.title{padding-bottom:0;}
	
	}
@media screen and (max-width: 480px) {
		.sec2-l-title{width:100%;margin-top: 0;background-position: 35% center;padding: 15px 0;}
		.sec2-l-title{background-size:25px;}
			.sec2-right .zt-slick-ul li a{padding: 20px 10px 30px 10px;}
			.sec2-right .zt-slick-ul li{background-size:30px !important;}
		
		
		
	.title h3 img {
		max-height: 24px;
		vertical-align: -3px;
	}
	
	.s1-l-l .slick-dots li {
		margin: 0 4px;
	}
	.s1-l-l ul li .s1-linfo h3 {
		padding: 0 110px 0 20px;
	}
	
}

@media screen and (max-width: 375px) {
	.sec2-right .zt-slick-ul li{width:100%;margin-bottom:10px;}
	.sec2-l-title{background-size:20px;background-position:30% center;}
	.sec2-right .slick-next{top:65%;}
.list-name{display:none;}
	}