body {
	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: 1500px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 34px;
	text-align: center;
	font-size: 0;
}

.banner .slick-dots li {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	margin: 0 10px;
	transition: all 0.3s;
	border:1px solid #fff;
}

.banner .slick-dots li button {
	display: none;
}


.banner .slick-dots li.slick-active {

	background: #d98301;
	border-radius: 10px;
}

.banner .slick-prev,
.banner .slick-next {
	width: 36px;
	height: 94px;
	z-index: 9;
	opacity: 1;
	transition: all 0.3s;
}

.banner .slick-prev {
	left: 60px;
	background: url(../images/ban-left.png) no-repeat center;


}

.banner .slick-next {
	right: 60px;
	background: url(../images/ban-right.png) no-repeat center;
	background-size: cover;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	opacity: 0.9;
}

/*news*/


.title {
	overflow: hidden;
	/* margin-bottom: 45px; */
	position: relative;
	height: 72px;
	border-bottom: 1px solid #cfcfcf;
	align-items: center;
}

.title h3 {
	float: left;
	color: #333;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.title h3>p {
	font-size: 20px;
	color: #a9a9a9;
	position: relative;
	text-transform: capitalize;
	display: inline-block;
	vertical-align: bottom;
}

.title-left-b h3>p {
	color: rgba(255, 255, 255, .3);
}

.title h3>span:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background: #9a6607;
	left: 0;
	bottom: -14px;
}

.title-left-b h3>p:before {
	background: #bd9a53;
}

.title-left h3 {
	left: 0;
	transform: translateX(0);
	
}
.title-left h3>span{position:relative;}
.title-left h3>font{font-size:25px;color:#a9a9a9;margin: 0 7px;}



.more {
	float: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.more a {
	display: block;
	font-size: 16px;
	transition: all 0.3s;
	color: #666;
	background: url(../images/more.png) no-repeat right center;
	padding-right: 25px;
	line-height: 31px;
}

.more a img {
	vertical-align: middle;
}

.more a:hover {
	margin-right: 5px;
		color: #9a6607;
}

/* section0 */
.section0 {
	position: relative;
	padding: 40px 0 30px;
	background: url(../images/box1-bg.jpg) no-repeat top center;
	background-size: cover;
}





.section1 {
	padding-top: 40px;
	padding-bottom: 40px;
	background: url(../images/box2-bg.jpg) no-repeat top center;
	background-size: cover;
}

.hid {
	overflow: hidden;
}

.s1-c {
	width: 52.9%;
	float: left;
	margin-top: 45px;
}

.s2-l {
	width: 34.6%;
}

.notice {
	width: 44.16%;
	float: right;
	margin-top: 30px;
}

.news-right li {
	/* border-bottom: 1px solid #d8d8d8; */
	transition: all .6s;
}

.news-right li a {
	display: block;
	/* padding: 31px 0px; */
	transition: all .5s;
}


.news-right-date {

	height: 56px;
	padding-right: 18px;
	font-size: 14px;
	color: #78231c;
	text-align: center;
	margin-top: 3px;
	border-right: 1px solid #d8d8d8;
}

.news-right-date h6 {
	margin: 0;
	font-size: 14px;
}

.news-right-date span {
	display: block;
	font-size: 34px;
	line-height: 40px;
}

.news-right-p {
	font-size: 18px;
	color: #333;
	text-align: justify;
	margin-left: 93px;
	line-height: 30px;
	overflow: hidden;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-right li:hover {
	/* background-size: cover; */
	padding: 0 0 0 20px;
}

.news-right li{background:url(../images/arr-icon.png) no-repeat left center;padding-left:25px;line-height:48px;}

.news-right li a:hover {

color: #9a6607;
}

.news-right li a:hover .news-right-date {
	color: #fff;
}

.news-right li a:hover .news-right-p {
	color: #fff;
}




.s1-l {
	/* width: 62%; */
}


.s1-l-l {
	width: 100%;
	margin-bottom: 25px;
}

.s1-l-l ul li a {
	display: block;
	position: relative;
	transition: all 0.3s;
	padding-bottom: 15px;
}

.s1-l-l ul li .pic {
	padding-top: 72.44%;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	min-height: 460px;
}


.pic-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0px;
	right: 0;
	bottom: 0;
	transition: all 0.3s;

}

.pic:hover .pic-bg {
	transform: scale(1.1);
}

.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%;
	z-index: 1;
	padding: 100px 130px 30px 30px;
	background:url(../images/new-bg.png) repeat-x left bottom;
}


.sl-intop {

}



.s1-l-l ul li .s1-linfo h3 {
	font-size: 20px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 10px;
}

.s1-l-l .slick-dots {
	width: auto;
	bottom: 50px;
	font-size: 0;
	right: 9px;
}

.s1-l-l .slick-dots li {
	width: 12px;
	height: 12px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 8px;
	background: transparent;
}

.s1-l-l .slick-dots li.slick-active {
	background: #fff;
}

.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-l {
	width: 48.6%;
	/* float: right; */
}

.sec1-left {
	width: 47.83%;
	
}



.sec1-right {
	width: 47.83%;
}







.title-left-b h3 {
	color: #fff;
}

.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;
	padding-right: 0;
}

.s2-l ul li:nth-child(1) {
	padding-left: 0;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 20px;
}

.s2-l ul li:nth-child(1):before {
	width: 0;
}

.s2-l ul li:nth-child(1) h3 a {
	font-size: 22px;
	font-weight: bold;
	margin-top: -3px;
}

.s2-l ul li:nth-child(1) p {
	font-size: 16px;
	line-height: 1.625;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s2-l ul li:nth-child(1):hover {
	border-bottom: 1px solid #fff;
}

.s2-l ul li:nth-child(1):hover a {
	color: #d8d8d8;
}

.s2-l ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0;
	width: 0;
	height: 1px;
	background: #c30705;
	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;
}

.list-ul li {
	line-height: 48px;
	position: relative;
	transition: all .3s;
}


.list-ul.guide-list li::after {
	 content: ""; 
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #fff;
	transition: all 0.3s;
}

.list-ul.guide-list li:hover::before {
	background: #fff;
}

.list-ul.guide-list li:hover::after {
	 width: 100%; 
}

.list-ul li span {
	float: right;
	font-size: 16px;
	color: #888888;
}
.list-ul li p{padding-right: 10px;}
.list-ul.rcpy-list{margin-top:25px;}
.list-ul.rcpy-list li span {
	float:left;
	position: relative;
	padding-right:15px;
}
.list-ul.rcpy-list li span:before{
	content:"";
	position:absolute;
	width:1px;
	height:16px;
	background:#9a6607;
	top:50%;
	transform:translateY(-50%);
	right:0;
	
}
.list-ul.rcpy-list li p{padding-right:0;padding-left:15px;transition: all .3s;}
.list-ul.rcpy-list li a:hover{margin-left:5px;}
.s5-c .list-ul li span{
	color: #888;
}
.guide-list{
	margin-top: 20px;
}
.guide-list p{padding-right:10px;overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.list-ul li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 18px;
	color: #333;
	transition: all 0.3s;
	/* padding-right: 10px; */
}

.list-ul li a:hover,.list-ul li a:hover span {

	color: #9a6607;
}

.more-w a {
	
	color: rgba(255, 255, 255, .6);
	padding-right: 13px;
}


.s2-c {
	margin-top: 20px;
}

.s2-c-left {
	width: 44.44%;
}

.s2-c-right {
	width: 51.04%;
}





.s2-c .slick-list {
	padding-bottom: 20px;
}

.s2-c ul li a {}

.s2-c ul li .pic {
	padding-top: 63.66%;
}

.s2-c ul li .s2-cintro {
	background: #fff;
	padding: 20px;
	position: relative;
}

.s2-c ul li .s2-cintro::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 3px;
	background: #00469d;
	transform: scaleX(0);
	transition: all 0.3s;
}

.s2-c ul li .s2-cintro 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;
}



.s2-c ul li a:hover .s2-cintro::after {
	transform: none;
}


.section3 {
	padding: 40px 0;
}

.section3 .title {
	width: 100%;
	
	position: relative;
}



.section3 .title h3 {
	float: none;
	display: inline-block;
}

.section3 .title .more {
	position: absolute;
	right: 0;
	top: 0;
}



.section2{padding:40px 0;}
.s4-c .s2-r {
	width: 48.61%;
}
.s4-c .list-ul{margin-top:25px;}
.s4-c .list-ul .first {
	padding-left: 0;
	border-bottom: 1px solid #d8d8d8;
	padding: 15px 0;
}

.s4-c .list-ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;

	transition: all 0.3s;
}

.s4-c .list-ul li:hover::after {
	background: #9a6607;
	width:100%;
}

.s4-c .list-ul .first .pic {
	padding-top: 65.9%;
	height: 122px;
}

.s4-c .list-ul .first:before {
	display: none;
}

.s4-c .list-ul .first .first-left {
	width: 185px;
	height: 122px;
}

.s4-c .list-ul .first .first-right {
	width: calc(100% - 210px);
	width: 100%;
}

.s4-c .list-ul .first .first-right h4 {
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	color: #333;

}

.s4-c .list-ul li a:hover .first-right h4 {
	color: #9a6607;
}



.s4-c .list-ul .first .first-right p {
	font-size: 15px;
	color: #666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: wrap;
}

.s4-c .list-ul .first .first-right span {
	font-size: 16px;
	color: #9a6607;
	/* margin-top:15px; */
	float: none;
	display: block;
	line-height: 26px;
}






.section5 {
	
	background-size: cover;
	padding: 50px 0 80px;
}

.s5-c {
	width: 48.2%;
}

.s5-c .list-ul .first {
	padding-left: 0;

	padding: 0px 0 20px;
	margin-top:40px;
}
.s5-c .list-ul .first .first2
{
	background:#f9f3e7;
}

.s5-c .list-ul li::after {
	 content: "";
	 position: absolute;
	 left: 0px;
	 top:50%;
	 transform: translateY(-50%);
	 width: 6px;
	 height: 6px;
	 background: #9a6607;
	 transition: all 0.3s;
	 border-radius: 50%;
}

.s5-c .list-ul li.first::after{width:0;}


.s5-c .list-ul li{
	line-height: 46px;
	position: relative;
}
.s5-c .list-ul li a {
	padding-right: 0;
	font-size: 18px;
	color:#333;
	padding-left: 20px;
	transition: all .3s;
}
.s5-c .list-ul li.first a{
	padding-left: 0;
}
.s5-c .list-ul li a:hover{
	padding-left: 25px;
	color: #9a6607;
}
.s5-c .list-ul li:hover .ul-time{color: #9a6607;}

.s5-c .list-ul li.first a:hover {
	padding-left: 0px;
	
}

.s5-c-ul{
	position: relative;
}


.s5-c .list-ul li span {
	padding-left: 10px;
}

.s5-c .list-ul .first .pic {
	padding-top: 69.23%;
	height: 180px;
}

.s5-c .list-ul .first:before {
	display: none;
}

.s5-c .list-ul .first .first-left {
	width: 260px;
	height: 180px;
}

.s5-c .list-ul .first .first-right {
	width: calc(100% - 280px);
	padding: 30px 25px 0 10px;
}

.s5-c .list-ul .first .first-right h4 {
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	white-space: wrap;
	-webkit-box-orient: vertical;
	color: #333;
	margin-bottom: 15px;
	height: 56px;
}

.s5-c .list-ul li a:hover .first-right h4 {
	color: #9a6607;
}


.s5-c .list-ul .first .first-right p {
	font-size: 16px;
	color: #999;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: wrap;
	height: 60px;
}

.s5-c .list-ul .first .first-right span {
	font-size: 16px;
	color: #999;
	padding-top: 25px;
	float: left;
	line-height: 20px;
	padding-left:0;
	position: relative;
}

.s5-c .list-ul .first .first-right span:before{
	content:"";
	position:absolute;
	width:50px;
	height:3px;
	background:#9a6607;
	top:0;
	left:0;
}
.s5-c .list-ul .first .first-right .s2-l-time {
	position: relative;
}

.s5-c .list-ul .first .first-right .s2-l-time span {
	float: right;
}

.s5-c .list-ul .first .first-right .s2-l-time>font {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 20px;
}

.section3{
	background:url(../images/box4-bg.jpg) no-repeat center top;
	background-size: cover;
	padding:40px 0 80px;
}
.mpbox1{
	position:relative;
	width:30.41%;
}
.mpbox1 .more-r{
 position:relative;
 top:30px;
}



@media screen and (max-width:1600px) {
	
	.zt-slick .slick-prev{left:-30px;background-size:40px;height:40px;width:40px;}
	.zt-slick .slick-next{right:-30px;background-size:40px;height:40px;width:40px;}
	.zt-slick {
	margin: 40px 0px 0;
}
	
	}



@media screen and (max-width: 1540px) {
	
	.px1520 {
		width: auto;
			margin-left: 20px;
		margin-right: 20px;
		padding:40px 0 0 0;
	}
	.px1520 .px1400{
			margin-left: 20px;
		margin-right: 20px;
		}
	}
	
	@media screen and (max-width:1200px) {
		.title h3{font-size:27px;}
		.title h3>span:before{bottom:-18px;}
		.title h3>p{font-size:16px;}
		.title-left h3>font{font-size:20px;}
		
		
		
		}
		
	@media screen and (max-width:1100px) {
		.title h3{font-size:25px;}
		.title h3>span:before{bottom:-20px;}
		.title h3>p{font-size:14px;}
		.title-left h3>font{font-size:18px;}
		
		}
	