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: absolute;
	overflow: hidden;
	padding-top: 38.58%;
	left: 0;
	right: 0;
}

.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: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
	margin: 0 10px;
	transition: all 0.3s;
}

.banner .slick-dots li button {
	display: none;
}


.banner .slick-dots li.slick-active {
	width: 30px;
	background: #d2931a;
	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: 30px;
	background: url(../images/banner-left.png) no-repeat center;


}

.banner .slick-next {
	right: 30px;
	background: url(../images/banner-right.png) no-repeat center;
	background-size: cover;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	opacity: 0.9;
}

/*???|a�“?????μ?¤?????¤??a�?*/


.title {
	overflow: hidden;
	/* line-height: 54px; */
	margin-bottom: 5px;
	position: relative;
	height: 72px;
}

.title h3 {
	float: left;
	color: #333;
	font-size: 32px;
	font-weight: bold;
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}

.title h3>p {
	font-size: 16px;
	color: #8c8c8c;
	position: relative;
	text-transform: uppercase;
	padding-left: 40px;
}

.title-left-b h3>p {
	color: rgba(255, 255, 255, .3);
}

.title h3>p:before {
	content: "";
	position: absolute;
	width: 30px;
	height: 2px;
	background: #78231c;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.title-left-b h3>p:before {
	background: #bd9a53;
}

.title-left h3 {
	left: 0;
	transform: translateX(0)
}



.more {
	float: right;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.more a {
	display: block;
	font-size: 18px;
	transition: all 0.3s;
	color: #666;
	background: url(../images/more.png) no-repeat right center;
	padding-right: 13px;
	line-height: 31px;
}

.more a img {
	vertical-align: middle;
}

.more a:hover {
	margin-right: 5px;
}

/* section0 */
.section0 {
	position: relative;
	padding-bottom: 30px;
	background: url(../images/box-bg.png) no-repeat top center;
	background-size: cover;
	padding-top:0 !important;
}

.px1520 {
	width: 1520px;
	margin: 0 auto;
	background: #fff;
	padding: 60px 40px 0 40px;
	position: relative;
}

.sec0-top {
	padding-top: 315px;
}



.section1 {
	padding-top: 70px;
	padding-bottom: 40px;
	background: url(../images/box-2-bj.png) no-repeat top center;
	background-size: cover;
}

.hid {
	overflow: hidden;
}

.s1-c {
	width: 72.22%;
	float: left;
}

.s2-l {
	width: 34.6%;
}

.notice {
	width: 25.2%;
	float: right;
}

.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: url(../images/no-bj.png) no-repeat;
	background-size: cover;
	padding: 0 15px;
}

.news-right li a:hover {

	color: #fff;
}

.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: 65.89%;
	position: relative;
	overflow: hidden;
	transition: all 0.3s;
	min-height: 425px;
}


.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: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 265px;
	z-index: 1;
	padding: 30px 30px 40px 30px;
	box-shadow: 0 0 10px rgba(44, 44, 44, .2);
}

.s1-l-l ul li .s1-linfo p {
	font-size: 16px;
	color: #78231c;
}

.sl-intop {
	border-left: 3px solid #bd9a53;
	padding-left: 20px;
}

.s1-l-l ul li .s1-linfo p.abst {
	font-size: 16px;
	color: #999;
	line-height: 28px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 56px;
}

.s1-l-l ul li .s1-linfo h3 {
	font-size: 20px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 10px;
}

.s1-l-l .slick-dots {
	width: auto;
	bottom: 60px;
	font-size: 0;
	right: 30px;
}

.s1-l-l .slick-dots li {
	width: 12px;
	height: 12px;
	/* border: 1px solid #fff; */
	border-radius: 50%;
	margin: 0 5px;
	background: #e7e7e7;
}

.s1-l-l .slick-dots li.slick-active {
	background: #d2931a;
}

.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: 41.66%;
	background: #fff;
	box-shadow: 0 0 10px rgba(55, 55, 55, .2);
}

.sec-le-title {
	height: 85px;
	background: #d9d9d9;
	line-height: 85px;

}

.sec-le-title li {
	width: 50%;
	font-size: 24px;
	color: #333;
	text-align: center;
	position: relative;
}

.sec-le-title li.on {
	color: #fff;
	background: #78231c;
}

.sec-le-title li.on:before {
	content: "";
	position: absolute;
	background: url(../images/cx-arr.png) no-repeat;
	width: 18px;
	height: 18px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -9px;
}

.cx-box-cont {
	max-width: 75%;
	padding-top: 60px;
	margin: 0 auto;
}

.sec1-right {
	width: 51.73%;
}

.cam-list li {
	width: 46%;
	border-bottom: 1px solid #d6d6d6;
	font-size: 18px;
	line-height: 70px;
	background: url(../images/cma-arr.png) no-repeat right center;
}

.cam-list li a {
	transition: all .3s;
	display: block;
}

.cam-list li a:hover {
	padding-left: 10px;
	color: #78231c;
}




.section2 {
	padding: 40px 0 60px;
	background: url(../images/box-3-bj.png) no-repeat center top;
	background-size: cover;
}

.title-left-b h3 {
	color: #fff;
}

.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;
	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: 47px;
	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: rgba(255,255,255,.4);
}
.s5-c .list-ul li span{
	color: #78231c;
}
.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: #fff;
	transition: all 0.3s;
	/* padding-right: 10px; */
}

.list-ul li a:hover {
	color: #fff;
}

.more-w a {
	background: url(../images/more-h.png) no-repeat right center;
	color: rgba(255, 255, 255, .6);
	padding-right: 13px;
}


.s2-c {
	margin-top: 20px;
}

.s2-c-left {
	width: 44.44%;
}

.s2-c-right {
	width: 48.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;
}

.test-list {
	align-items: center;

}

.test-list li {
	width: 30.6%;
	text-align: center;
	background: url(../images/jcxm.png) no-repeat;
	height: 90px;
	margin-top: 29px;
background-size:cover;
	position: relative;
}

.test-list li a {
	display: block;
	font-size: 18px;
	color: #333;
	margin: 5px;
	border: 1px solid transparent;
	line-height: 78px;
	transition: all .3s;
}

.test-list li:hover a {
	color: #78231c;
	font-weight: bold;
	border: 1px solid #bd9a53;
}

.section3 {
	padding: 40px 0;
}

.section3 .title {
	width: 100%;
	text-align: center;
	position: relative;
}

.section3 .title::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 43px;
	height: 5px;
	background: #182e77;
}

.section3 .title h3 {
	float: none;
	display: inline-block;
}

.section3 .title .more {
	position: absolute;
	right: 0;
	top: 0;
}

.s3-c {
	margin-top: 25px;
}

.s3-c ul li {
	width: 48%;
}

.s3-c ul li a {
	display: block;
	padding: 20px;
	transition: all 0.3s;
}

.s3-c ul li .date {
	float: left;
	text-align: center;
	margin-right: 25px;
}

.s3-c ul li .date p {
	font-size: 30px;
	font-weight: bold;
	color: #00469d;
}

.s3-c ul li .date span {
	display: block;
	font-size: 16px;
	color: #777d93;
}

.s3-c ul li .s3-tx {
	overflow: hidden;
}

.s3-c ul li .s3-tx h3 {
	font-size: 18px;
	color: #000000;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-c ul li .s3-tx p {
	font-size: 16px;
	line-height: 26px;
	max-height: 52px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	margin-top: 10px;
}

.s3-c ul li a:hover {
	background: #fff;
	box-shadow: 0px 24px 54px 0px rgba(25, 45, 115, 0.31);
}

.s3-c ul li a:hover .s3-tx h3 {
	color: #00469d;
}

.section4 {
	padding-top: 70px;
	padding-bottom: 70px;
	background: url(../images/box4-bg.png) no-repeat center;
	background-size: cover;
}

.s4-c .s2-r {
	width: 48.61%;
}

.s4-c .list-ul .first {
	padding-left: 0;
	border-bottom: 1px solid #d8d8d8;
	padding: 18px 0;
}

.s4-c .list-ul li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background: #234382;
	transition: all 0.3s;
}

.s4-c .list-ul li:hover::after {
	background: #78231c;
}

.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;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	white-space: wrap;
	-webkit-box-orient: vertical;
	color: #333;
	/* margin-bottom: 15px; */
	/* width: 100%; */
	height: 60px;
}

.s4-c .list-ul li a:hover .first-right h4 {
	color: #78231c;
}

.s4-c .list-ul .first .first-right .fi-line {
	/* width: 50px; */
	/* height: 4px; */
	/* background: #c30705; */
	/* margin: 10px 0; */
}

.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: #78231c;
	/* margin-top:15px; */
	float: none;
	display: block;
	line-height: 26px;
}





.ztxx {}

.zt-slick-img {
	padding-top: 72%;
}


.zt-slick .slick-slide {
	padding: 0 20px;
}

.zt-slick {
	margin: 40px -20px 0;
}

.zt-slick .slick-prev {
	left: -70px;
	background: url(../images/ywks-left.png) no-repeat center;
	width: 53px;
	height: 53px;
	top: 50%;

}

.zt-slick .slick-slide p {
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
}

.zt-slick .slick-next {
	right: -70px;
	background: url(../images/ywks-right.png) no-repeat center;
	width: 53px;
	height: 53px;
	top: 50%;

}

.zt-slick a:hover {
	color: #78231c;
}

.section5 {
	background: url(../images/box-5-bj.png) no-repeat center top;
	background-size: cover;
	padding: 50px 0 80px;
}

.s5-c {
	width: 48.2%;
}

.s5-c .list-ul .first {
	padding-left: 0;

	padding: 0px 0 25px;
	margin-top:40px;
}

.s5-c .list-ul li::after {
	 content: ""; 
	 position: absolute;
	 left: 8px; 
	top:50%;
	transform: translateY(-50%);
	 width: 4px; 
	 height: 16px; 
	 background: #bd9a53; 
	 transition: all 0.3s; 
}


.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: 30px;
	transition: all .3s;

}
.s5-c .list-ul li.first a{
	padding-left: 0;
}
.s5-c .list-ul li a:hover{
	padding-left: 25px;
	color:#78231c;
}

.s5-c .list-ul li.first a:hover {
	padding-left: 0px;
	
}

.s5-c-ul{
	position: relative;
}
.s5-c-ul:before{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background:#bd9a53;
	left:10px;
	top:0;
}

.s5-c .list-ul li span {
	padding-left: 10px;
}

.s5-c .list-ul .first .pic {
	padding-top: 63%;
	height: 200px;
}

.s5-c .list-ul .first:before {
	display: none;
}

.s5-c .list-ul .first .first-left {
	width: 317px;
	height: 200px;
}

.s5-c .list-ul .first .first-right {
	width: calc(100% - 340px);
}

.s5-c .list-ul .first .first-right h4 {
	font-size: 18px;
	/* font-weight: bold; */
	line-height: 30px;
	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: 60px;
}

.s5-c .list-ul li a:hover .first-right h4 {
	color: #78231c;
}


.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;
	margin-top: 13px;
	float: left;
	line-height: 20px;
	padding-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;
}

.section6{
	background:url(../images/box-6-bj.png) no-repeat center top;
	background-size: cover;
	padding:70px 0;
}
.train{
	margin:50px -20px 0;
}
.train .slick-slide{
	padding:0 20px;
}
.train-info{
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	padding:30px 40px;
	transition: all .3s;
	position: relative;
	z-index: 1;
}
.train .pic{padding-top:63.47%;}
.train .slick-slide a{
	padding-bottom:10px;
		transition: all .3s;
		background:#fff;
}
.train .slick-list{
	padding-bottom: 10px;
}
.train-info h4{
 font-size: 18px;
 color: #333;
overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.train-info p{
	font-size: 16px;
	color: #999;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		margin:30px 0;
}
.train-info span{
	color:#78231c;
}
.train-info::before{
	content: "";
	position: absolute;
	width:0;
	height: 100%;
	transition: all .3s;
	background: url(../images/pxjx-bj.png) no-repeat center;
		background-size: cover;
		z-index:-1;
		top:0;
		right: 0;
		left: 0;
		bottom: 0;
	}
.train .slick-slide a:hover .train-info::before{
	
	width:100%;
}
.train .slick-slide a:hover .train-info h4,
.train .slick-slide a:hover .train-info p,
.train .slick-slide a:hover .train-info span
{
  color:#fff;
}
.train .slick-prev {
	left: auto;
	top: -84px;
	right: 165px;
	width: 51px;
	height: 51px;
	background: url(../images/pxjx-left.png) no-repeat;
}

.train .slick-next {
	left: auto;
	top: -84px;
	right: 100px;
	width: 51px;
	height: 51px;
	background: url(../images/pxjx-right.png) no-repeat;
}

.train .slick-prev:hover{
	background: url(../images/pxjx-left1.png) no-repeat;
}
.train .slick-next:hover{
	background: url(../images/pxjx-right1.png) no-repeat;
}


.cx-box-nr{max-width:80%;margin:0 auto;}
.cx-in-box{border:1px solid #ddd;border-radius:5px;line-height:46px;height:46px;padding-left:10px;margin-bottom:20px;}
.cx-b-box>input{width:48%;height:46px;text-align:center;font-size:16px;color:#fff;line-height:46px;margin-top:10px;}
.cx-b-box .cx-btn{background:#bd9a53;border-radius:5px;}
.cx-b-box .cx-btn-cz{background:#b9b4ab;border-radius:5px;}
.cx-b-box .cx-input{width: 90%;
    line-height: 44px;
    height: 40px;
    margin-top: 0;
    background: none;}



@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:1500px) {}
	

@media screen and (max-width: 1300px) {
	.title h3 {
		font-size: 27px;
	}

	.more a {
		font-size: 16px;
	}
.title h3>p{font-size:14px;}
	.zt-slick a p {
		font-size: 19px;
		bottom: 17px;
	}





	.s4-c .s2-r .list-ul .first .first-left {
		width: 230px;
		height: 180px;
	}

	.s4-c .s2-r .list-ul .first .first-right {
		width: calc(100% - 250px);
	}


	.list-ul li {
		/* line-height: 43px; */
	}



	.s1-l-l ul li .pic {
		/* padding-top: 374px; */
	}

	.section1 .s2-l {
		/* width: calc(100% - 690px); */
	}

	.s2-l ul {
		/* margin-top: 9px; */
	}

	.s2-l ul li a {
		/* padding: 8px 0; */
	}
	.s5-c .list-ul .first .first-left {
		width: 200px;
		height: 135px;
	}

	.s5-c .list-ul .first .pic {
		height: 135px;
	}

	.s5-c .list-ul .first .first-right {
		width: calc(100% - 220px);
	}
	.s5-c .list-ul .first .first-right h4{margin-bottom:5px;}
	.s5-c .list-ul .first .first-right span{margin-top:5px;}
	.train-info{padding:20px;}
	.train-info p{margin:20px 0;}
	
}

@media screen and (max-width: 1200px) {
	.title {
		margin-bottom: 15px;
		height: 53px;
	}

	.zt-slick a p {
		font-size: 18px;
	}

	.title h3 {
		font-size: 25px;
	}

	.section0,
	.section1,
	.section2,
	.section3,
	.section4,
	.foot-top-box {
		padding: 30px 0;
	}

	.notice-list li {
		margin-bottom: 17px;
	}

.s4-c .list-ul .first .first-right h4,
.news-right-p,
.s1-l-l ul li .s1-linfo h3,
.cam-list li,
.list-ul li a,
.test-list li a,
.zt-slick .slick-slide p,
.s5-c .list-ul .first .first-right h4,
.s5-c .list-ul li a,
.train-info h4
{font-size:16px;}

.s5-c .list-ul .first .first-right p,
.train-info p,
.s1-l-l ul li .s1-linfo p.abst
{font-size:14px;line-height:25px;height:50px;}

.train-info span,
.s5-c .list-ul .first .first-right span
{font-size:14px;}

.sec-le-title li{font-size:22px;}


}


@media screen and (max-width: 1024px) {

.s1-c,
.notice,
.s2-l,
.sec1-left,
.sec1-right,
.foot-logo

{
	width:100%;
	}
.foot-contact{width:100%;justify-content:center;}
.test-list li{margin-top:15px;}	
	.sec1-right{margin-top:20px;}
.sec0-top{
	padding-top:215px;
	}
.px1520{padding-top:20px;}

.zt-slick{margin:0 40px;}
.zt-slick .slick-slide{padding:0 10px;}
.train .slick-prev {width:40px;height:40px;background-size:40px;top:-50px;}
.train .slick-next {width:40px;height:40px;background-size:40px;top:-50px;}
.train .slick-prev:hover{width:40px;height:40px;background-size:40px;}
.train .slick-next:hover{width:40px;height:40px;background-size:40px;}

	.title h3>p {
		font-size: 12px;
	}

	.s4-c .s2-r .list-ul .first .first-left {
		width: 180px;
		height: 180px;
	}

	.s4-c .s2-r .list-ul .first .first-right {
		width: calc(100% - 200px);
	}

	.banner .slick-dots {
		bottom: 15px;
	}

	.banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}

	.banner .slick-prev,
	.banner .slick-next {
		width: 35px;
		height: 35px;
	}

	.banner .slick-prev {
		left: 20px;
	}

	.banner .slick-next {
		right: 20px;
	}

	.title {
		/* line-height: 40px; */
		padding-bottom: 5px;
		
	}
.cam-list li{line-height:50px;}
	.title h3 {
		font-size: 22px;
	}

	.title h3 img {
		max-height: 30px;
		margin-top: 12px;
	}

	.section1 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.s1-l,
	.section1 .s2-l,
	.s2-c-left,
	.s2-c-right {
		width: 100%;
	}

	.s2-c-right {
		margin-top: 15px;
	}

	.s1-l {
		margin-right: 0;
	}

	.s1-l-l ul li .pic {
		/* padding-top: 50.48%; */
		min-height: auto;
	}

	.s1-l-l ul li .s1-linfo {
		height: 180px;
		padding-top: 20px;
	}
	.s1-l-l ul li .s1-linfo p.abst{margin-top:15px;}

	.s1-l-l ul li .s1-linfo h3 {
		line-height: 16px;
		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: 35px;
	}

	.section1 .s2-l {
		margin-top: 25px;
	}

	.s2-l ul li a {
		/* padding: 12px 0; */
	}
.s4-c .list-ul .first{padding:10px 0;}
.s4-c .list-ul .first .first-right h4{height:auto;}
.notice{margin-top:20px;}
.news-right li a{padding:10px 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 20px 0;
		background-size: cover;
	}

	.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,.section6,.section5 {
		padding-top: 25px;
		padding-bottom: 30px;
	}
	.train .slick-slide{padding:0 10px;}
	.train{margin:25px -10px 0}

	.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;
	}

}

@media screen and (max-width: 991px) {.sec0-top{padding-top:180px;}}

@media screen and (max-width: 768px) {
	.cx-box-cont{padding:30px 0;}

.test-list li{height:60px;}
.test-list li a{line-height:48px;}
.s5-c .list-ul .first{padding-bottom:10px;margin-top:15px;}
.s5-c{width:100%;}
.s5-c1{margin-top:20px;}

	.s4-c .s2-r .list-ul .first .first-left {
		width: 180px;
		height: 140px;
	}

	.s4-c .s2-r .list-ul .first .pic {
		height: 140px;
	}

	.s4-c .s2-r .list-ul .first .first-right {
		width: calc(100% - 200px);
	}

	.s4-c .s2-r .list-ul .first .first-right h4 {
		-webkit-line-clamp: 1;
	}

	.s4-c .s2-r {
		width: 100%;
	}

	.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;
	}

	.s2-c-left,
	.s2-c-right {
		width: 100%;
	}
.sec0-top{padding-top:160px;}
	
}

@media screen and (max-width: 640px) {
	.sec0-top{padding-top:130px;}
	.sec-le-title{height:65px;line-height:65px;}
	.px1520{margin-left:10px;margin-right:10px;padding:10px 5px 0 5px;}
	.px1520 .px1400{margin-left:0;margin-right:0;}
	.title{margin-bottom:5px;}
	.news-right-date span{font-size:28px;}
	.guide-list{margin-top:10px;}
	}

@media screen and (max-width: 480px) {
.s5-c .list-ul .first .first-right p{display:none;}
.sec0-top{padding-top:110px;}
	
.s5-c .list-ul .first .first-left {
		width: 160px;
		height: 135px;
	}

	.s5-c .list-ul .first .pic {
		height: 135px;
	}

	.s5-c .list-ul .first .first-right {
		width: calc(100% - 180px);
	}



	.foot .copy p {
		font-size: 14px;
	}

.test-list li{width:48%;}

	.s5-c .list-ul .first .first-left {
		width: 155px;
		height: 102px;
	}

	.s5-c .list-ul .first .pic {
		height: 102px;
	}

	.s5-c .list-ul .first .first-right {
		width: calc(100% - 170px);
	}

	.s5-c .list-ul .first .first-right span {
		font-size: 14px;
		line-height: 25px;
	}

	.s5-c .list-ul .first .first-right h4 {
		margin-bottom: 10px;
	}




	.zt-slick a p {
		bottom: 10px;
	}

	.s4-c .s2-r .list-ul .first .first-left {
		width: 100%;
		height: auto;
	}

	.s4-c .s2-r .list-ul .first .pic {
		height: auto;
		padding-top: 60%;
	}

	.s4-c .s2-r .list-ul .first .first-right {
		width: 100%;
		margin-top: 20px;
	}

	.title h3 img {
		max-height: 30px;
		vertical-align: -3px;
	}

	.title h3 {
		font-size: 24px;
	}

	.s1-l-l .slick-dots li {
		margin: 0 4px;
	}

	.list-ul li a,
	.s4-c .list-ul .first .first-right h4,

	.notice-list li a p,
	.zt-slick a p {
		font-size: 16px;
	}


	.notice-list li a {
		padding: 0 15px;
	}

	.notice-list li a p {
		margin-left: 15px;
	}

	.notice-list li a>span {
		font-size: 16px;
	}

	.notice-list li a>span font {
		font-size: 14px;
	}
	.title h3,.sec-le-title li{font-size:20px;}
	
	.s4-c .list-ul .first .first-right h4,
.news-right-p,
.s1-l-l ul li .s1-linfo h3,
.cam-list li,
.list-ul li a,
.test-list li a,
.zt-slick .slick-slide p,
.s5-c .list-ul .first .first-right h4,
.s5-c .list-ul li a,
.train-info h4,
.list-ul li span
{font-size:15px;}
.train-info p{margin:10px 0;}
.more a{font-size:13px;}
.train .slick-next{right:65px;}
.train .slick-prev{right:120px;}
.title h3>p:before{width:20px;}
.title h3>p{padding-left:30px;}
	.s1-l-l ul li .s1-linfo{padding:15px 15px 25px 15px;}
}

@media screen and (max-width: 375px) {
	.sec0-top{padding-top:85px;}
	.title h3, .sec-le-title li{font-size:18px;}
	}