@charset "utf-8";

/*	弹窗	*/
.pop-alert .pop-dialog{ width: 500px; height: 350px; background-color: #fff; z-index: 1;}
.pop-alert .btnWarp{ padding: 8px 20px;}
.pop-alert .btnWarp button{ line-height: 1; padding: 8px 20px; margin: 0 10px;}

/*	复用图片包裹	*/
.scaleimg{ overflow: hidden;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.scaleimg img{ width: 100%; height: auto;
	-webkit-transition: transform .5s;
	transition: transform .5s;
}
.scaleimg:hover img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
	
.bdmap{ height: 1000px;}
.bdmapinfo{ position: fixed; left: 0; top: 0; width: 300px; visibility: hidden; z-index: -9999;}

.video{ height: 500px;}

.x-sidebar{ position: fixed; top: 50%; right: 2px; opacity: 0; visibility: hidden; z-index: 9;
	-webkit-transition: opacity 0.5s, visibility 0.5s;
	transition: opacity 0.5s, visibility 0.5s;
}
.x-sidebar.x-show{ opacity: 1; visibility: visible;}
.x-sidebar .side-box {width: 82px;text-align: center;background: url(/Public/static/themes_zt/image/temp/sidebar1.png) no-repeat center;height: 305px;padding: 27px 0;box-sizing: border-box;}
.x-sidebar .side-item{ position: relative; display: block; cursor: pointer;margin-left: -2px;width: calc(100% + 4px);}
.x-sidebar .side-item + .side-item{ margin-top: 10px;}
.x-sidebar .side-item .middle-cont {font-size: 16px;}
.x-sidebar .side-unit{ line-height: 35px; text-align: center;display: block;color: #ffffff;}
.x-sidebar .side-pop{ position: absolute; right: 100%; top: 50%; margin-right: 10px; opacity: 0; visibility: hidden;
	-webkit-transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
	
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.x-sidebar .side-item:hover .side-pop{ opacity: 1; visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}
.x-sidebar:hover .side-box{ left: 0;}
.x-sidebar .tel{ position: relative; margin-top: -20px; padding: 10px; border-radius: 5px; background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
.x-sidebar .code{ position: relative; margin-top: -50%; padding: 10px; border-radius: 5px; width: 100px; height: 100px; background-color: #fff; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-sizing: content-box;	
	box-sizing: content-box;	
}
.x-sidebar .code:before{ content: ''; position: absolute; top: 0; bottom: 0; left: 100%; margin: auto; height: 0; border: 5px solid transparent; border-left-color: #fff;}
.x-sidebar .code img{ display: block; width: 100%;}
.x-sidebar .gotop{ position: static;padding: 0;height: 28px;visibility: visible;opacity: 0;background: none !important;}
.x-sidebar .gotop:before{  font-size: 28px;}
.x-sidebar .gotop .side-unit{ display: none;}
.x-sidebar .gotop.x-show{opacity: 1;}
/*.x-sidebar .gotop:hover:before{ display: none;}*/
/*.x-sidebar .gotop:hover .side-unit{ display: block;}*/

.x-sidebar:before {content: "";position: absolute;bottom: 99%;width: 100%;left: 0;background: url(/Public/static/themes_zt/image/temp/sidebar1_a.png) no-repeat center;height: 29px;}
.x-sidebar:after {content: "";position: absolute;top: 99%;width: 100%;left: 0;background: url(/Public/static/themes_zt/image/temp/sidebar1_b.png) no-repeat center;height: 29px;}
@media screen and (min-width: 768px) {
	.x-sidebar .side-item:hover{ background-color: #d0b884;}
	.x-sidebar .side-item:hover .side-unit{ color: #524224;}
	.x-sidebar .gotop:hover:before {color: #524224;}
	
	.x-sidebar .side-item.cur{ background-color: #d0b884;}
	.x-sidebar .side-item.cur .side-unit{ color: #524224;}
	.x-sidebar .cur .gotop:before {color: #524224;}
	

}
@media screen and (max-width: 1370px) {
	.x-sidebar.x-show{right: -60px;transition: all 0.32s;}
	.x-sidebar.x-show:hover{right: 0;transition: all 0.32s;}

}

/* 详情页 */
.article{ padding: 60px 0;}
.article-title{ margin-bottom: 40px; text-align:center;}
.article-title .h24{ margin-bottom: 20px; font-size:24px;}
.article-title .info{ color:#707070;}
.article-title .info span{ margin: 0 15px;}
.article-cont{ margin-bottom: 30px; }
.article-cont .p{ margin-bottom: 20px; }
.article-cont img{ max-width: 100%; height: auto !important;}
.article-paging{ overflow: hidden; padding:20px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; line-height: 26px;}
.article-paging .prev, .article-paging .next{ position: relative; width:40%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.article-paging .prev{ float: left; padding-left: 40px;}
.article-paging .next{ float: right; padding-right: 40px; text-align: right;}
.article-paging .prev:before, .article-paging .next:before{ position: absolute; width:24px; border:1px solid; border-radius: 50%; font-size:16px; text-align: center; line-height: 1.5;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.article-paging .prev:before{ content:"\e831"; left: 0;}
.article-paging .next:before{ content:"\e832"; right: 0;}
.article-paging a:hover{ opacity: 0.8;}

.article .share-mod{ padding: 30px 0; }

/* 搜索结果页 */
.result{ padding:60px 0; }
.result .key{ color:#5c983e; }
.result .h24{ font-size:24px; }
.result .h24 span{ margin-left: 30px; font-size:18px; color:#707070; }
.result .list{ margin-bottom: 50px; }
.result .list-item{ padding:30px 0; border-bottom:1px solid #d1d1d1; }  
.result .list .h18{ font-size:18px; margin-bottom: 15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.result .list .p{ color:#707070; }
.result .list a:hover{ opacity: 0.8;}

/* 网站地图 */
.sitemap{ padding:60px 0; }
.sitemap dl{ padding: 20px 0; border-bottom: 1px solid #eee;}
.sitemap dt{ font-size: 16px; }
.sitemap dd{ margin-top: 20px; padding-left: 4em; word-break: keep-all;}
.sitemap dd a{ margin-right: 20px;}
.sitemap a:hover{ opacity: 0.8;}

.center {text-align: center;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background: #fff;border-radius: 0;width: 3px;}
.mCSB_scrollTools .mCSB_draggerRail {background: #fff;}

.around1 {height: 865px;background: url(/Public/static/themes_zt/image/temp/around1.jpg) no-repeat center;}
.around1 img {max-width: 100%;max-height: 100%;}
.around1 .tit {position: absolute;top: 165px;left: 105px;}
.around1 .t1 {position: absolute;top: 52px;left: 268px;}
.around1 .t2 {position: absolute;top: 320px;left: 330px;width: 200px;text-align: justify;color: #fff;text-justify:inter-ideograph;}
.around1 .year {position: absolute;top: 265px;left: 595px;}
.around2 {height: 874px;background: url(/Public/static/themes_zt/image/temp/around2.jpg) no-repeat center;}
.around2 .tit .t1 {padding: 100px 0 10px;color: #524224;}
.around2 .slick-mod {margin-top: 15px;}
.around2 .slick-initialized .slick-slide{background: url(/Public/static/themes_zt/image/temp/around5.jpg) no-repeat center;background-size: cover;overflow: hidden;}
.around2 .slick-item {position: relative;padding-bottom: 145%;overflow: hidden;}
.around2 .slick-item img {position: absolute;width: 100%;height: auto;-ms-transform: scale(2.1);left: 0;top: 0;margin: auto;bottom: 0;right: 0;
transform: scale(2.1);transition: all 0.43s ease-in;display: block;}
.around2 .slick-item .p {position: absolute;left: 0;bottom: -100%;width: 100%;box-sizing: border-box;background: rgba(0,0,0,0.2);padding: 25px 25px 55px;color: #fff;transition: all 0.45s ease;}
.around2 .slick-arrow {width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
.around2 .slick-prev {border-radius: 0 10px 10px 0;left: 0;}
.around2 .slick-next {border-radius: 10px 0px 0px 10px;right: 0;}

.around2 .slick-slide:nth-child(4n+1) {margin-top: 20px;}
.around2 .slick-slide:nth-child(4n+2) {margin-top: 105px;}
.around2 .slick-slide:nth-child(4n+3) {margin-top: 65px;}
.around2 .slick-slide:nth-child(4n+4) {margin-top: 0px;}
.around2 .slick-arrow {background: rgba(124,22,39,0.75);}
.around2 .slick-disabled{cursor: initial;}
.around2 .slick-disabled:after{cursor: initial;}



.around3 {height: 691px;background: url(/Public/static/themes_zt/image/temp/around3.jpg) no-repeat center;color: #fff;}
.around3 .tit .t1 {padding: 90px 0 10px;}
.around3 .clear {margin-top: 65px;}
.around3 .l {width: 520px;margin-left: 20px;float: left;}
.around3 .l .scroll1 {height: 275px;text-align: justify;text-justify:inter-ideograph;}
.around3 .l .p+.p {padding-top: 35px;}
.around3 .l .more {display: inline-block;padding-left: 35px;background: url(/Public/static/themes_zt/image/temp/arr1.png) no-repeat left center;margin-top: 55px;}
.around3 .l .more:hover{color: #7c1627;}

.around3 .r {float: right;width: 654px;}
.around3 .r .roundabout_box{ margin: -20px 0px 0; position: relative; width: 605px;overflow: hidden;}
.around3 .r .roundabout-holder{ height: 469px; display: block; }
.around3 .r .roundabout_box .li{ width: 309px; height: 469px; position: relative; }
.around3 .r .roundabout_box .li .name{ position: absolute; bottom: 0; left: 0; right: 0; 
background: rgba(0,0,0,.35);  color: #fff; display: none; padding: 15px 20px; 

}
.around3 .r .roundabout_box .li.roundabout-in-focus .name{ display: block; }
.around3 .r .roundabout_box .li img{ width: 100%; display: block; }
/* .around3 .r .slick-arrow{ z-index: 999; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: transparent;width: auto;height: 30px;line-height: 30px; }
.around3 .r .slick-arrow:after {font-size: 34px;}
.around3 .r .slick-prev{ left: 60px; }
.around3 .r .slick-next{ right: 60px; } */
.around3 .r .img img{width: 100%;}
.around3 .r .rotation .item{position: relative;}
.around3 .r .rotation .img{position: relative;overflow: hidden;}
.around3 .r .rotation .img::before{content: "";display: block;padding-top: 56.269%;}
.around3 .r .rotation .img img{position: absolute;top: 0;left: 0;}
.around3 .r .rotation .p{font-size: 14px;background: rgba(0,0,0,0.3);position: absolute;left: 0;bottom: 0;width: 100%;text-align: center;
padding: 21px 15px;box-sizing: border-box;color: #fff;}
.around3 .slick-arrow {width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
.around3 .slick-prev {border-radius: 0 10px 10px 0;left: 0;}
.around3 .slick-next {border-radius: 10px 0px 0px 10px;right: 0;}
.around3 .slick-arrow {background: rgba(124,22,39,0.75);}


.around4 {background: url(/Public/static/themes_zt/image/temp/around6.jpg) no-repeat bottom center;padding: 120px 0 110px;margin-bottom: 2px;}
.around4 .tit .t1 {padding: 0 0 10px;color: #524224;}
.around4 .tit .p {padding-top: 40px;}
.around4 .slick-mod {margin-top: 50px;}
.around4 .slick-item {}
.around4 .slick-imgs {float: left;width: 50%;}
.around4 .slick-img {height: 460px;position: relative;text-align: center;line-height: 460px;background: #e7decb;}
.around4 .slick-img img {max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;width: auto;}
.around4 .slick-img .t1 {position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(0, 0, 0, 0.2);line-height: 1.6;padding: 25px;color: #fff;text-align: left;}
.around4 .text {height: 460px;padding: 60px 65px;overflow: hidden;background-repeat: no-repeat;background-size: cover;
background-position: center;color: #ffffff;
-ms-text-align:justify;-moz-text-alignn:justify;-webkit-text-align:justify;	 
-o-text-align: justify;text-align: justify;text-justify:inter-ideograph;
box-sizing: border-box;}
.around4 .text .padd {max-height: 300px;}
.around4 .text .t1 {text-align: center;}
.around4 .text .p {padding-top: 30px;}



.around4 .cont {position: relative;}
.around4 .fun {position: absolute;right: 80px;bottom: 55px;z-index: 999;}
.around4 .fun .slick-arrow {display: inline-block;vertical-align: middle;position: static;width: 31px;height: 18px;
background-color: transparent;background-repeat: no-repeat;background-position: center;transition: all 0.3s ease;}
.around4 .fun .slick-arrow:after {display: none;}
.around4 .fun .slick-prev {background-image: url(/Public/static/themes_zt/image/temp/prev1.png);}
.around4 .fun .slick-imgs .slick-arrow {background: rgba(124,22,39,0.75);}
.around4 .fun .slick-next {background-image: url(/Public/static/themes_zt/image/temp/next1.png);margin-left: 20px;}

.around4 .slick-imgs .slick-arrow {width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
.around4 .slick-imgs .slick-prev {border-radius: 0 10px 10px 0;left: 0;}
.around4 .slick-imgs .slick-next {border-radius: 10px 0px 0px 10px;right: 0;}
.around4 .slick-imgs .slick-arrow:hover {background: rgba(124,22,39,1);}


.around5 {background: url(/Public/static/themes_zt/image/temp/around10.jpg) no-repeat top center;padding: 100px 0 105px;}
.around5 .tit .t1 {padding: 0 0 10px;color: #524224;}
.around5 .tit .p {padding: 90px 40px 0;color: #ffffff;text-align: center;}
.around5 .cont {margin-top: 64px;}
.around5 .cont .item {width: 306px;float: left;}
.around5 .cont .item:nth-child(1) {margin-top: 33px;}
.around5 .cont .item:nth-child(2) {margin-top: 145px;}
.around5 .cont .item:nth-child(3) {margin-top: 73px;}
.around5 .cont .item+.item {margin-left: 1px;}
.around5 .cont .item .d {height: 230px;position: relative;overflow: hidden;}
.around5 .cont .item .d+.d {margin-top: 2px;}
.around5 .cont .item .d img {width: 100%;height: auto;}
.around5 .cont .item .d .mask {position: absolute;left: 0;top: 0;width: 100%;height: 100%;color: #ffffff;text-align: center;visibility: hidden;opacity: 0;transition: all 0.4s ease;}
.around5 .cont .item .d .mask .middle-cont {padding: 0 40px;}
.around5 .cont .item .d .mask .t2 {padding-top: 35px;}
.around5 .cont .item .d:hover .mask {visibility: visible;opacity: 1;}
.around6 {background: #f6f6f6;padding: 110px 0 110px;overflow: hidden;}
.around6 .tit .t1 {padding: 0 0 10px;color: #524224;}
.around6 .tit .p {padding: 30px 40px 0;text-align: center;}
.around6 .slick-mod {margin-top: 40px;position: relative;z-index: 1;}
.around6 .slick-item {padding-top: 20px;}
.around6 .slick-imgs {float: right;width: 50%;}
.around6 .slick-img {height: 346px;position: relative;text-align: center;line-height: 346px;}
.around6 .slick-img img {max-width: 100%;max-height: 100%;display: inline-block;vertical-align: middle;width: auto;}
.around6 .slick-img .t1 {position: absolute;left: 0;bottom: 0;background: rgba(0, 0, 0, 0.2);line-height: 1.6;padding: 25px;color: #fff;text-align: left;width: 100%;box-sizing: border-box;}
.around6 .text {color: #ffffff;text-align: justify;float: left;width: 50%;text-justify:inter-ideograph;}
.around6 .text .padd {padding: 0px 65px;}
.around6 .text .t1 {color: #9f8787;font-family: Arial;line-height: 1;margin-top: -25px;}
.around6 .text .p_wp {max-height: 180px;}
.around6 .text .p {padding-top: 10px;}
.around6 .slick-imgs .slick-arrow {width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
.around6 .slick-imgs .slick-prev {border-radius: 0 10px 10px 0;left: 0;}
.around6 .slick-imgs .slick-next {border-radius: 10px 0px 0px 10px;right: 0;}
.around6 .slick-imgs .slick-arrow {background: rgba(124,22,39,0.75);}


.around6 .cont {position: relative;}
.around6 .cont::before {content: "";position: absolute;left: 0;right: 0;background: #892231;margin: 0 -295px;top: 35px;bottom: 15px;}
.around6 .cont::after {content: "";position: absolute;left: 50%;width: 295px;background: #5b0b17;margin-left: -910px;top: 35px;bottom: 15px;}
.around6 .fun {position: absolute;left: 50%;bottom: 55px;margin-left: -145px;z-index: 999;}
.around6 .fun .slick-arrow {display: inline-block;vertical-align: middle;position: static;width: 31px;height: 18px;background-color: transparent;background-repeat: no-repeat;background-position: center;transition: all 0.3s ease;}
.around6 .fun .slick-arrow:after {display: none;}
.around6 .fun .slick-prev {background-image: url(/Public/static/themes_zt/image/temp/prev1.png);}
.around6 .fun .slick-next {background-image: url(/Public/static/themes_zt/image/temp/next1.png);margin-left: 20px;}
.around6 .y_riqi{display: none;}
.around7 {height: 700px;background: url(/Public/static/themes_zt/image/temp/around21.jpg) no-repeat center;}
.around7 .tit {position: absolute;left: 25px;top: 95px;}
.around7 .tit .t1 {padding: 0 0 10px;color: #524224;}
.around7 .scroll1 {position: absolute;left: 25px;width: 520px;height: 265px;color: #ffffff;bottom: 70px;text-align: justify;text-justify:inter-ideograph;}
.around7 .slick-mod {position: absolute;width: 613px;height: 590px;border-radius: 50% 50% 0% 50%;right: 3px;bottom: 0;overflow: hidden;}
.around7 .slick-item {position: relative;}
.around7 .slick-item img{border-radius: 50% 50% 0 50%;}
.around7 .slick-item .t1 {position: absolute;left: 0;bottom: 0;background: rgba(0, 0, 0, 0.2);line-height: 1.6;padding: 20px;color: #fff;text-align: left;width: 100%;box-sizing: border-box;padding-left: 38%;}

.around7 .slick-item{overflow: hidden;border-radius: 50% 50% 0 50%;}

.around7 .slick-arrow {width: 40px;height: 40px;line-height: 40px;text-align: center;border-radius: 0;background: rgba(255, 255, 255, 0.2);top: 156px;}
.around7 .slick-prev {left: auto;right: 40px;}
.around7 .slick-next {right: 0;}
.around7 .slick-arrow:after {font-size: 30px;}
.around8 {height: 1137px;background: url(/Public/static/themes_zt/image/temp/around22.jpg) no-repeat center;}
.around8 .tit {padding: 105px 0 0;}
.around8 .tit .t1 {padding: 0 0 10px;color: #524224;}
.around8 .tit .p {padding: 55px 40px 0;text-align: center;}
.around8 .bgi1 {width: 441px;height: 373px;background: url(/Public/static/themes_zt/image/temp/bg1.png) no-repeat center;overflow: hidden;margin: 55px auto 0;position: relative;z-index: 1;}
.around8 .bgi1 .scroll1 {height: 145px;color: #fff;text-align: justify;text-justify:inter-ideograph;width: 290px;left: 90px;top: 115px;transition: all 0.4s ease;visibility: hidden;opacity: 0;position: absolute;}
.around8 .bgi1 .scroll1.act {visibility: visible;opacity: 1;z-index: 2;}
.around8 .bgi2 {width: 1169px;height: 504px;background: url(/Public/static/themes_zt/image/temp/bg2.png) no-repeat center;bottom: 80px;left: 20px;position: absolute;}
.around8 .bgi2 .term {position: absolute;width: 18px;height: 18px;border-radius: 50%;background: #9b7d41;cursor: pointer;}
.around8 .bgi2 .term .t1 {position: absolute;white-space: nowrap;top: 25px;left: 50%;-ms-transform: translateX(-50%);transform: translateX(-50%);color: #42300a;}
.around8 .bgi2 .term.cur {box-shadow: 10px 10px 20px #42300a;text-shadow: 8px 8px 5px rgba(75,58,23,0.42);}
.around8 .bgi2 .term.cur .t1 {font-size: 30px;}
.around8 .bgi2 .i1 {top: 151px;left: 95px;}
.around8 .bgi2 .i2 {top: 165px;left: 189px;}
.around8 .bgi2 .i3 {top: 200px;left: 282px;}
.around8 .bgi2 .i4 {top: 249px;left: 385px;}
.around8 .bgi2 .i5 {top: 255px;left: 480px;}
.around8 .bgi2 .i6 {top: 257px;left: 576px;}
.around8 .bgi2 .i7 {top: 260px;left: 672px;}
.around8 .bgi2 .i8 {top: 275px;left: 772px;}
.around8 .bgi2 .i9 {top: 305px;left: 844px;}
.around8 .bgi2 .i10 {top: 309px;left: 941px;}
.around8 .bgi2 .i11 {top: 309px;left: 1040px;}
.around9 {color: #fff;margin-top: -147px;overflow: hidden;}
.around9 .tit .t1 {padding: 0 0 10px;}
.around9 .con {position: relative;z-index: 1;}
.around9 .l {float: left;width: 50%;height: 665px;position: relative;}
.around9 .l .bgi {position: absolute;left: -295px;top: 0;bottom: 0;right: 0;background-position: center;background-repeat: no-repeat;background-size: cover;}
.around9 .l .con {margin: 0 45px;}
.around9 .l .tit {padding: 85px 0 0;}
.around9 .l .scroll1 {height: 330px;text-align: justify;margin: 45px 0 0;text-justify:inter-ideograph;}
.around9 .l .txt .p +.p {margin-top: 30px;}
.around9 .r {float: right;width: 50%;height: 518px;margin-top: 147px;position: relative;}
.around9 .r .bgi {position: absolute;left: 0px;top: 0;bottom: 0;right: -295px;background-position: center;background-repeat: no-repeat;background-size: cover;}
.around9 .r .con {margin: 0 45px 0 60px;}
.around9 .mCSB_inside > .mCSB_container{margin-right: 55px;}
.around9 .r .tit {padding: 85px 0 0;}
.around9 .r .scroll1 {margin-top: 55px;height: 250px;}
.around9 .r .list {}
.around9 .r .list .line+.line {margin-top: 35px;}
.around9 .r .list .line .bar {position: relative;cursor: pointer;}
.around9 .r .list .line .arr {position: absolute;right: 0;top: 0;font-size: 24px;}
.around9 .r .list .line .arr::before {content: "\e735";}
.around9 .r .list .line .p {margin-top: 15px;display: none;}
.around9 .r .list .line.act .arr::before {content: "\e733";font-size: 24px;}
.around9 .r .list .line.act .p {display: block; -ms-text-align:justify;-moz-text-alignn:justify;-webkit-text-align:justify;	 -o-text-align: justify;text-align: justify;text-justify:inter-ideograph;}
.around10 {background: #f3f0f1 url(../image/temp/around23.jpg) no-repeat bottom center;padding: 50px 0 115px;min-height: 250px;overflow: hidden;}
.around10 .slick-list {margin: 0 -1px;}
.around10 .mar {margin: 0 1px;position: relative;height: 230px;}
.around10 .t1 {position: absolute;left: 0;bottom: -100%;background: rgba(0, 0, 0, 0.2);line-height: 1.6;padding: 20px;color: #fff;text-align: left;width: 100%;box-sizing: border-box;transition: all 0.4s ease;}
.around10 .slick-arrow {width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
.around10 .slick-prev {border-radius: 0 10px 10px 0;left: 0;}
.around10 .slick-next {border-radius: 10px 0px 0px 10px;right: 0;}
.around10 .slick-arrow {background: rgba(124,22,39,0.75);}
.around10 .txt {padding: 45px 0 0;}
.around10 .slick-item:hover .t1 {bottom: 0;}
.around11 {height: 773px;background: url(/Public/static/themes_zt/image/temp/around28.jpg) no-repeat center;color: #fff;}
.around11 .x_wp div {position: absolute;top: 0;bottom: 0;width: 1px;background: rgba(255, 255, 255, 0.2);}
.around11 .x_wp .x1 {left: 0%}
.around11 .x_wp .x2 {left: 25%;}
.around11 .x_wp .x3 {left: 50%;}
.around11 .x_wp .x4 {left: 75%;}
.around11 .x_wp .x5 {right: 0;}
.around11 .tit {padding: 100px 0 0;position: relative;}
.around11 .tit .t1 {padding: 0 0 10px;}
.around11 .slick-mod {margin-top: 40px;position: relative;}
.around11 .slick-mod::before {content: "";position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: url(/Public/static/themes_zt/image/temp/bar1.png) no-repeat center;}
.around11 .slick-item {}
.around11 .slick-item .mar {height: 454px;position: relative;margin: 0 20px;overflow: hidden;}
.around11 .slick-item .d {width: 10px;height: 10px;border-radius: 50%;background: rgba(255, 255, 255, 0.7);position: absolute;left: 50%;margin-left: -5px;top: 202px;}
.around11 .slick-item .date {font-family: arial;line-height: 1;text-align: center;position: absolute;left: 0;width: 100%;text-shadow: 8px 8px 5px #42300a;top: 265px;transition: all 0.4s ease;}
.around11 .slick-item .txt {text-align: justify;text-justify:inter-ideograph;position: absolute;left: 0;top: 0;width: 100%;
visibility: hidden;opacity: 0;transition: all 0.4s ease;transform: translateX(50%);max-height: 110px;}
.around11 .slick-item .slick-imgs {margin-top: 270px;visibility: hidden;opacity: 0;transition: all 0.4s ease 0.1s;transform: translateY(50%);}
.around11 .slick-item .slick-imgs .slick-arrow{ z-index: 999; background-repeat: no-repeat; background-position: center; background-size: cover; background-color: transparent;width: auto;height: 30px;line-height: 30px; top: auto;bottom: -40px;}
.around11 .slick-item .slick-imgs .slick-arrow:after {font-size: 22px;}
.around11 .slick-item .slick-imgs .slick-prev{ left: 110px; }
.around11 .slick-item .slick-imgs .slick-next{ right: 110px; }
.around11 .slick-item .slick-img {position: relative;}
.around11 .slick-item .slick-img .mask {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.4);}
.around11 .slick-item .slick-img .mask .middle-cont {padding: 0 20px;text-align: center;}
.around11 .slick-arrow {width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
.around11 .slick-prev {border-radius: 0 10px 10px 0;left: 0;}
.around11 .slick-next {border-radius: 10px 0px 0px 10px;right: 0;}
.around11 .slick-arrow {background: rgba(124,22,39,0.75);}
.around12 {height: 768px;background: url(/Public/static/themes_zt/image/temp/around29.jpg) no-repeat center;color: #fff;}
.around12 .tit {padding: 110px 0 45px;}
.around12 .tit .t1 {padding: 0 0 10px;}
.around12 .list {overflow: hidden;margin-top: 73px;position: relative;z-index: 1;display: inline-block;}
.around12 .list .item {float: left;width: 306px;}
.around12 .list .item +.item {margin-left: 3px;}
.around12 .list .item .img {overflow: hidden;height: 172px;}
.around12 .list .item .img img {width: 100%;height: auto;}
.around12 .list .item .txt {padding: 25px 20px;color: #fff;overflow: hidden;position: relative;}
.around12 .list .item .txt .t1 {overflow: hidden;}
.around12 .list .item .txt.elli .t1 {margin-right: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.around12 .list .item .txt .arr {overflow: hidden;font-size: 20px;position: absolute;top: 27px;right: 10px;line-height: 1;cursor: pointer;width: 30px;text-align: center;}
.around12 .list .item .txt .arr::after {content: "\e731";}
.around12 .list .item .txt.show .t1 {white-space: normal;text-overflow: unset;}
.around12 .list .item .txt.show .arr::after {content: "\e72e";}
.around12 .bgi1 {position: absolute;right: 0;width: 606px;height: 390px;background: url(/Public/static/themes_zt/image/temp/around32.jpg) no-repeat center ;bottom: 110px;}
.around12 .bgi1::before{width: 100%;height: 100%;background:url(/Public/static/themes_zt/image/syb/backkk.jpg);content: "";display: block;top: 0;left: 0;position: absolute;}
.around12 .bgi1 .padd {padding: 45px;padding-left: 345px;}
.around12 .bgi1 .scroll1 {height: 220px;text-align: justify;text-justify:inter-ideograph;}
.around12 .bgi1 .center{margin-top: 25px;position: relative;}
.around12 .bgi1 .btn1 {text-align: center;display: inline-block;cursor: pointer;text-decoration: underline;position: relative;}

.around12 .bgi1 .btn1::before {content: "";text-decoration: none;position: absolute;left: 0;background: url(/Public/static/themes_zt/image/temp/icon_rr1.png) no-repeat;width: 15px;height: 12px;margin-top: 6px;}

.pop-jxlist {}
.pop-jxlist .pop-dialog {width: 780px;max-height: 595px;}
.pop-jxlist .cont {padding: 18px;background: #b08c54;}
.pop-jxlist .scroll1 {max-height: 558px;height: auto;}



.m_ban{display: none;}

.slick-mod_m{display: none;}
.around7 .slick-item .aroun_imm{display: none;}
@media screen and (max-width: 1400px) {
.x-sidebar{top: 55%;}
}
@media screen and (max-width: 1295px) {
	.around3 .l{width: 400px;}
.around3 .r{width: 520px;}
}




@media screen and (min-width: 1025px){
.around2 .slick-arrow:hover {background: rgba(124,22,39,1);}
.around2 .slick-item:hover img {-ms-transform: scale(1);transform:scale(1);transition: all 0.43s ease-in;}
.around2 .slick-item:hover .p {bottom: 0;}
/* .around3 .r .slick-arrow:hover {color: #7c1728;} */
.around4 .fun .slick-prev:hover {background-image: url(/Public/static/themes_zt/image/temp/prev1_a.png);}
.around4 .fun .slick-next:hover {background-image: url(/Public/static/themes_zt/image/temp/next1_a.png);}
.around6 .slick-imgs .slick-arrow:hover {background: rgba(124,22,39,1);}
.around6 .fun .slick-prev:hover {background-image: url(/Public/static/themes_zt/image/temp/prev1_a.png);}
.around6 .fun .slick-next:hover {background-image: url(/Public/static/themes_zt/image/temp/next1_a.png);}
.around7 .slick-arrow:hover {background: rgba(255, 255, 255, 1);color: #892231;}
.around10 .slick-arrow:hover {background: rgba(124,22,39,1);}
.around11 .slick-arrow:hover {background: rgba(124,22,39,1);}
.around11 .slick-item .slick-imgs .slick-arrow:hover {color: #892231;font-weight: bold;}
.around11 .slick-item .mar:hover .d {width: 9px;height: 9px;background: transparent;border: 3px solid #fff;top: 198px;}
.around11 .slick-item .mar:hover .date {top: 150px;}
.around11 .slick-item .mar:hover .txt {visibility: visible;opacity: 1;transform: none;}
.around11 .slick-item .mar:hover .slick-imgs {visibility: visible;opacity: 1;transform: none;}
}

.scrll .scroll-box{ position: relative; overflow: hidden;}
.scrll .scroll-track{ display: table; white-space: nowrap;}
/* .scrll .scroll-item{ display: inline-block; margin: 10px; padding: 5px; background-color: #eee; border-radius: 5px; vertical-align: middle; cursor: pointer;}
 */.scrll .scroll-prev, .scroll-next{ position: absolute; top: 0; bottom: 0; padding: 0 5px; height: 100%; background-color: #eee; cursor: pointer; z-index: 1;}
.scrll .scroll-prev{ left: 0;}
.scrll .scroll-next{ right: 0;}
.scrll .scroll-prev:before{ content: '\e72c';}
.scrll .scroll-next:before{ content: '\e72d';}
.scrll .disabled{ opacity: 0.5; cursor: default;}
.scrll .scroll-item:hover{ opacity: 0.8;}


.launch1_m{display: none;}
.year_m{display: none;}
.slick_p{display: none;}
.cont_m{display: none;}
@media screen and (max-width: 1024px){
	.around12 .list .item .txt.elli .t1{overflow: inherit;text-overflow:initial;white-space:normal;}
	.around7 .slick-item img{border-radius: 0;}
	.around11 .slick-item .slick-imgs .slick-arrow:hover {color: #892231;font-weight: bold;}
	.around11 .slick-item .mar:hover .d {width: 9px;height: 9px;background: transparent;border: 3px solid #fff;top: 198px;}
	.around11 .slick-item .mar:hover .date {top: 150px;}
	.around11 .slick-item .mar:hover .txt {visibility: visible;opacity: 1;transform: none;}
	.around11 .slick-item .mar:hover .slick-imgs {visibility: visible;opacity: 1;transform: none;}
	.around11 .slick-item .slick-imgs .slick-prev{left: 80px;}
	.around11 .slick-item .slick-imgs .slick-next{right: 80px;}
	
	.around7 .slick-item{overflow: hidden;border-radius: 0;}

	.around11 .slick-item .mar_s .date {top: 150px;}

	
	
	.around2 .slick-initialized .slick-slide{background: none;}
	
	.pop-jxlist .pop-dialog{width: 100%;}
	.pop-jxlist .pop-close:after{content:'\e798'}
	.slick-mod_m{display: block;}
	.around7 .slick-arrow{top: 0;}
	.around7 .slick-item .t1{padding:20px;}
/* 	.m_ban{display: block;} */
	.x-wrap{width: 100%;}
	.around1{background: none;height: auto;position: relative;}
	.around1 .t1{display: none;}
	.around1 .tit{display: none;}
	.around1 .x-wrap{width: 89.84%;background: url(/Public/static/themes_zt/image/syb/fang_y.jpg) no-repeat #ba9e65;
		background-position: right bottom; background-size: auto 100%; margin-top: -240px;
		position: absolute;height: auto;box-sizing: border-box;padding: 0 5.43%;z-index: 1;
		bottom: 0;left: 5.08%;
		padding-bottom: 42px;box-shadow:0 0 50px rgba(109,74,0,0.5);padding-top: 1px;}
	.launch1_m{display: block;}
	.launch1_m img{width: 100%;}
	.year_p{display: none;}
	.year_m{display: block;}
	.around1 .year{position: relative;margin-top: -30px;left: 50%;width: 50%;top: 0;}
	.year img{width: 88.42%;}
	.around1 .t2{position: relative;top: 0;width: 100%;left: 0;}
	.around2 .tit .t1{padding: 80px 0 0 0;}
	.around2{height: auto;background: url(/Public/static/themes_zt/image/temp/around2_m.jpg);padding-bottom: 50px;margin-top: -60px;padding-top: 60px;}
	.around2 .t1{padding-top: 0;color: #333;}
	.around2 .p1{text-align: left;margin-top: 23px;}
	.around2 .slick-mod{margin-top: 29px;}
	.around2 .slick-slide:nth-child(4n+2){margin-top: 0;}
	.around2 .slick-slide:nth-child(4n+1){margin-top: 0;}
	.around2 .slick-slide:nth-child(4n+3){margin-top: 0;}
	.around2 .slick-initialized .slick-slide{margin: 15px;}
	.slick_p{display: block;}
	.around3{height: auto;background: none;}
	.around3 .tit .t1{padding: 80px 0 0 0;color: #524224;}
	.around3 .r{float: none;width: 89.84%;margin: 0 auto;}
	.around3 .l{width: 100%;margin: 0 auto;color: #333;float: none;}
	.around3 .l .scroll1{width: 89.84%;margin: 0 auto;height: auto;margin-top: 30px;}
	.around3 .r .roundabout_box{width: 100%;}
	.around3 .l .center{background-color: #ba9e65;color: #fff;height: 130px;line-height: 130px;margin-top: 30px;}
	.around3 .l .more{margin-top: 0;}
	
	
	.around4{padding: 80px 0 0 0;background: none;}
	.around4 .tit .t1{padding: 0;}
	.around4 .tit .p{width: 89.84%;margin: 0 auto;text-align: left;}
	.around4 .slick-imgs{width: 100%;float: none;}
	
	.around4 .text{color: #333;background: none !important;height: auto;}
	.around5{background: none;padding: 80px 0 0 0;}
	
	
	.around5 .slick-arrow {width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
	.around5 .slick-prev {border-radius: 0 10px 10px 0;left: 0;}
	.around5 .slick-next {border-radius: 10px 0px 0px 10px;right: 0;}
	.around5 .slick-arrow {background: rgba(124,22,39,0.75);}
	
	
	
	.around5 .tit .t1{padding-bottom: 0;}
	.around5 .tit .p{color: #333;padding-top: 30px;text-align: left;}
	.around5 .cont{display: none;}
	.around5 .cont_m{display: block;}
	
	.around6{padding: 80px 0 0 0;height: auto;padding-bottom: 80px;background-color: #fff;}
	.around6 .tit .t1{padding: 0;}
	.around6 .tit .p{text-align: left;width: 89.84%;margin: 0 auto;padding: 0;margin-top: 30px;}
	
	.around6 .text .t1{display: none;}
	.around6 .slick-imgs{width: 100%;float: none;}
	.around6 .slick-img img{width: 100%;height: auto;}
	.around6 .slick-img{height: auto;}
	.around6 .text{width: 100%;color: #333;}
	.around6 .cont::before{display: none;}
	.around6 .slick-slide{margin: 0 15px;}
	.around6 .text .padd{padding: 0;}
	.around6 .fun{bottom: -42px;color: red;}
	.around6 .slick-imgs .slick-arrow{top: 50%;bottom: inherit;transform: translateY(-75px);}
	
	.around7{height: auto;background: none;padding-bottom: 30px;padding-top: 80px;}
	.around6 .slick-img_m .slick-img{line-height: 2.5;}
	.around7 .tit{position: relative;top: 0;}
	.around7 .slick-mod{position: relative;width: 89.84%;margin: 0 auto;margin-top: 30px;border-radius: 0;height: auto;}
	
	.around7 .scroll1{position: relative;width: 100%;bottom: 0;}
	.around7 .slick-initialized .slick-slide{width: 100%;}
	.around7 .scroll1{color: #333;height: auto;width: 89.84%;margin: 0 auto;left: 0;margin-top: 30px;}
	.around7 .slick-item  img{display: none;}
	.around7 .slick-item .aroun_imm{display: block;}
	.around8{background: none;height: auto;}
	.around8 .tit{padding: 80px 0 0 0;}
	.around8 .tit .t1{padding-bottom: 0;}
	.around8 .tit .p{padding: 30px 5.08% 0;text-align: left;}
	
	.around8 .bgi2{width: 100%;position: relative;height: 130px;background: #ba9e65;left: 0;top: 0;margin-top: 30px;display: none;}
	.around8 .bgi2 .term{background: none;top: 0;left: 0;position: relative;}
	.bgi2{display: flex;overflow-x: auto;}
	.around8 .bgi2 .term.cur{box-shadow: none;text-shadow:none;}
	.around8 .bgi2 .term{width: 100px;height: 100px;margin: 0 50px;display: inline-block;}
	.around8 .bgi2 .term .t1{width: 100px;height: 100px;background: url(/Public/static/themes_zt/image/syb/m_back.png) no-repeat;line-height: 100px;
	text-align: center;position: relative;top: 15px;color: #ccc;}
	
	.around8 .bgi2 .term.cur .t1{background: #fff;box-shadow: 0 0 20px rgba(0,0,0,0.3);border-radius: 100px;color: #ba9e65;}
	.around8 .bgi1{width: 89.84%;margin: 0 auto;background: none;display: none;}
	.around8 .bgi1 .scroll1{color: #333;height: auto;width: 100%;left: 0;top: 0;margin-top: 30px;}

	.around9{margin-top: 0;color: #333;}
	.around9 .l{float: none;width: 89.84%;margin: 0 auto;height: auto;}
	.around9 .l .tit{padding-top: 80px;}
	.around9 .tit .t1{color: #524224;padding-bottom: 0;}
	.around9 .l .scroll1{height: auto;}
	.around9 .l .bgi{position: relative;left: 0;}
	
	.around9 .l .con{margin: 0;}
	
	.around9 .r{width: 100%;float: none;margin-top: 0;height: auto;}
	.around9 .r .bgi{display: none;}
	.around9 .r .scroll1{height: auto;}
	.around9 .r .list .line.act .p{margin-top: 0;}
	.around9 .t3{text-align: center;}
	.around9 .r .tit{padding-top: 30px;}
	
	.around10{background: none;padding-bottom: 0;}
	.around10 .txt{padding: 0;width: 89.84%;margin: 0 auto;margin-top: 30px;}
	.around10 .t1{display: none;}
	.around10 .t2{text-align: center;}
	.cryf7 .tit{padding: 80px 0 0 0;}
	.cryf7 .tab-bar{width: 89.84%;margin: 0 auto;}
	
	.around11 .slick-item .txt{font-size: 18px;}
	.around11 .slick-item .slick-img .mask .middle-cont .h16{font-size: 18px;}
	.around11{height: auto;padding-top: 1px;margin-top: 300px;}
	.around11 .tit .t1{color: #524224;padding: 0;}
	.around11 .tit{margin-top: -300px;}
	.around11 .slick-mod{padding-top: 40px;}
	.around12{height: auto;background: none;}
	.around12 .tit{padding: 0;}
	.around12 .tit .t1{color: #524224;padding: 80px 0 0 0;}
	.around12 .list{width: 100%;margin-top: 40px;}
	.around12 .bgi1{width: 100%;margin: 0 auto;position: relative;bottom: 0;background: none;}
	.around12 .bgi1 .padd{padding: 0;color: #333;margin-top: 30px;}
	.around12 .bgi1 .scroll1{width: 89.84%;margin: 0 auto;}
	.around12 .bgi1 .btn1{width: 100%;height: 130px;line-height: 130px;color: #fff;background-color: #ba9e65;
	white-space:nowrap;text-decoration: none;padding: 0;}
	.around12 .bgi1 .btn1 br{display: none;}
	.around12 .bgi1 .btn1::after{content: "\e74c";}
	.around12 .bgi1 .btn1::before{content: "\e74d";position: relative;background: none;}
	.around12 .bgi1::before{display: none;}
	.around12 .list .item .img{height: auto;}
	.around12 .slick-initialized .slick-slide{margin: 0 15px;}
	.around12 .list .item{position: relative;}
	.around12 .list .item .txt{background: rgba(0,0,0,0.3) !important;position: absolute;bottom: 0;
	width: 100%;box-sizing: border-box;}
	.around12 .list .item .txt .arr::after{display: none;}
	.around12 .slick-arrow {width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
	.around12 .slick-prev {border-radius: 0 10px 10px 0;left: 0;}
	.around12 .slick-next {border-radius: 10px 0px 0px 10px;right: 0;}
	.around12 .slick-arrow {background: rgba(124,22,39,0.75);}
/* 	.around3 .r{display: none;} */
	.around3{color: #333;}
	.around3 .slick-slide{margin: 15px;}
	.around2 .slick-current .slick-item{border: 2px solid #7c1627;box-sizing: border-box;}
	.around3 .slick-current img{border: 2px solid #7c1627;box-sizing: border-box;}
	.around5 .slick-current img{border: 2px solid #7c1627;box-sizing: border-box;}
	.around10 .slick-current img{border: 2px solid #7c1627;box-sizing: border-box;}
	.around3 .slick-arrow {background: rgba(124,22,39,0.75);}
	.around4 .slick-arrow {background: rgba(124,22,39,0.75);}
	
	
	
	.around3 .slick-arrow {width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
	.around3 .slick-prev {border-radius: 0 10px 10px 0;left: 15px;}
	.around3 .slick-next {border-radius: 10px 0px 0px 10px;right: 15px;}
	.around2 .slick-prev {border-radius: 0 10px 10px 0;left: 15px;}
	.around2 .slick-next {border-radius: 10px 0px 0px 10px;right: 15px;}
	.around5 .cont .item .d:hover .mask{display: none;}
	.around5 .cont .item .d{height: auto;}
	.around5 .slick_p{margin-top: 10px;}
	.around7 .tit{left: 0;}
	.around6 .slick-img .t1{position: relative;background: none; color: #333;text-align: center;}
	
	/* .around7 .slick-arrow {width: 40px;height: 40px;line-height: 40px;text-align: center;border-radius: 0;background: rgba(255, 255, 255, 0.2);top: 156px;}
	.around7 .slick-prev {left: auto;right: 40px;}
	.around7 .slick-next {right: 0;}
	.around7 .slick-arrow:after {font-size: 30px;} */
	
	.around7 .slick-arrow{width: 20px;height: 58px;line-height: 58px;transition: all 0.3s ease;}
	.around7  .slick-prev {border-radius: 0 10px 10px 0;left: 0;right: 100%;}
	.around7 .slick-next {border-radius: 10px 0px 0px 10px;right: 0;}
	.around7  .slick-arrow {background: rgba(124,22,39,0.75);}
	.around7 .slick-arrow:after{font-size: 16px;}

	.around6 .y_riqi{display: block;width: 100%;height: 140px;background-color: #880024;padding-top: 20px;box-sizing: border-box;}
	.around6 .y_riqi .h24{margin-bottom: 0;width: 100px;height: 100px;border-radius: 50%;margin: 0 auto;top: 14px;
	color: #fff;font-size: 32px;box-shadow: 0 0 10px rgba(0,0,0,0.35) inset;text-align: center;line-height: 100px;}
	.around6 .y_riqi .slick-item{padding: 0;}
	.around6 .y_riqi .slick-slide{margin: 0;}
	.around6 .y_riqi .slick-current  .h24{background-color: #fff;color: #880024;box-shadow: 0 0 10px rgba(0,0,0,0.35);}
	/* .around6 .slick-center .slick-img .t1{display: block;} */
	.around12 .list .item .txt.elli .t1 {margin-right: 0px;}
}
@media screen and (max-width: 1440px){
	/*.x-sidebar .side-box{ position: relative; left: 80%; top: 0;
		-webkit-transition: left 0.5s;
		transition: left 0.5s;
	}*/
}

@media screen and (max-width: 750px){
	.pop-alert .pop-dialog{ width: 7rem; height: 5rem;}
	.cryf7 .tab-bar{overflow-x: auto;}
/* 移动端详情页 */
	.article{ padding:0.8rem 0; }
	.article-title{ margin-bottom: 0.4rem;}
	.article-title .h24{ font-size:0.36rem; margin-bottom: 0.2rem; }
	.article-title .info span{ margin:0 0.1rem; }
	.article-cont{ margin-bottom: 0.3rem; }
	.article-cont .p{ margin-bottom: 0.2rem; }
	.article-paging{ padding:0.3rem 0; line-height:1.5; }
	.article-paging .prev{ margin-bottom: 0.2rem;}
	.article-paging .prev, .article-paging .next{ float: none; padding:0 0 0 0.5rem; width: 100%; text-align: left; }
	.article-paging .prev:before, .article-paging .next:before{ right:auto; left:0; width:0.42rem; height:0.42rem; font-size: 0.28rem; }
	
	.article .share-mod{ padding: 0.5rem 0;}
	.article .share-box .share-item{ width: 0.6rem; font-size: 0.4rem;}

/* 移动端搜索结果页 */
	.result{ padding:0.8rem 0; }
	.result .h24{ font-size:0.36rem; }
	.result .h24 span{ margin-left: 0.3rem; font-size:0.3rem; }
	.result .list{ margin-bottom: 0.5rem; }
	.result .list-item{ padding:0.4rem 0; }
	.result .list .h18{ font-size:0.3rem; margin-bottom: 0.2rem; }

/* 移动端网站地图 */
	.sitemap{ padding:0.4rem 0; }
	.sitemap dl{ padding: 0.3rem 0;}
	.sitemap dt{ font-size: 0.32rem; }
	.sitemap dd{ margin-top: 0.2rem; }
	.sitemap dd a{ margin-right: 0.2rem;}
	
	
	.x-wrap{padding: 0;}
	.x-sidebar.x-show{display: none;}
	.around1 .year{margin-top: -0.3rem;}
	.around2 .tit .t1{padding-top: 40px;margin-bottom: 0;}
	.tit_img img{height: 0.6rem;}
	.around2 .slick-item .p{display: none;}
	.around2 .slick-initialized .slick-slide{margin: 0 5px;}
	.slick-arrow:after{font-size: 0.36rem;}
	.around2{padding-bottom: 15px;}
	.around3 .tit .t1{padding-top: 40px;margin-bottom: 0;}
	.around3 .l .p+.p{padding-top: 17px;}
	.around3 .l .center{height: 60px;line-height: 60px;}
	.around4{padding-top: 40px;}
	.around4 .tit .t1{margin-bottom: 0;}
	.around1 .x-wrap{padding-top: 0.3rem;}
	.around1 .year{position: absolute;}
	.slick_p{margin-top: 10px;}
	.around4 .text .padd{padding: 0;width: 89.84%;margin: 0 auto;margin-top: 10px;}
	.around5{padding-top: 40px;background: none;}
	.around5 .tit .t1{margin-bottom: 0;}
	.around5 .tit .p{padding: 0;width: 89.84%;margin: 0 auto;margin-top: 20px;}
	.around5 .cont_m{margin-top: 20px;}
	.around5 .cont .item .d{height: auto;}
	.around5 .cont .item .d .mask{display: none;}
	.around5 .slick_p{margin-top: 5px;}
	.around6{padding-top: 40px;padding-bottom: 0;background: none;}
	.around6 .tit .t1{margin-bottom: 0;}
	.around6 .tit .p{margin-top: 20px;}
	.around6 .cont::after{display: none;}
	.around6 .slick-mod{margin-top: 20px;}
	.around6 .slick-img{line-height: 100%;padding-top: 0;}
	.around7 {padding-bottom: 0;}
	.around7 .tit{left: 0;}
	.around7 .tit .t1{padding: 0;margin: 0;}
	.around7 .slick-mod{height: auto;}
	.around7 .slick-item img{border-radius: 0%;}
	.around8 .tit{padding-top: 40px;}
	.around8 .tit .t1{margin-bottom: 0;}
	.around8 .tit .p{padding-top: 20px;}
	.around8 .bgi1{min-height: 200px;height: auto;}
	.around8 .bgi1 .scroll1{margin-top: 20px;position: absolute;}
	.around8{height: auto;}
	.around8 .bgi2{height: 1.6rem;overflow-x: auto;overflow-y: hidden;width: 100%;box-sizing: border-box;}
	.around8 .bgi2 .term .t1{width: 1.1rem;height: 1.1rem;font-size: 0.32rem;background-size: 100%;line-height: 1.1rem;color: #cccccc;}
	.around8 .bgi2 .term.cur .t1{font-size: 0.32rem;}
	.around8 .bgi2 .term{margin: 0 0.14rem;width: 1.1rem;height: 1.1rem;}
	.around9 .l .tit{padding-top: 40px;margin-bottom: 0;}
	.around9 .tit .t1{margin-bottom: 0;}
	.around9 .l .scroll1{margin-top: 20px;}
	.around9 .r{width: 89.84%;margin: 0 auto;}
	.around9 .r .con{margin: 0 auto;}
	.around9 .r .scroll1{margin-top: 20px;}
	.around9 .r .list .line .arr{font-size: 0.3rem;}
	.around9 .r .list .line.act .arr::before{font-size: 0.3rem;}
	.around9 .mCSB_inside > .mCSB_container{margin-right: 10px;}
	
	.around11{margin-top: 130px;}
	.around11 .tit{margin-top: -130px;}
	.around11 .tit{padding-top: 40px;}
	.around11 .tit .t1{margin-bottom: 0;}
	
	.around12 .tit .t1{padding-top: 40px;margin-bottom: 0;}
	.around12 .slick-initialized .slick-slide{margin: 0 5px;}
	.around12 .list .item .txt{padding: 10px;}
	.around12 .bgi1{height: auto;}
	.around12 .bgi1 .padd{margin-top: 20px;}
	.around12 .bgi1 .scroll1{height: auto;}
	.around12 .bgi1 .btn1{height: 60px;line-height: 60px;}
	.cryf7 .h24{font-size: 0.36rem;}
	.x-footer .x-wrap{width: 89.84%;margin: 0 auto;}
	
	.around11 .slick-item .mar .d {width: 9px;height: 9px;background: transparent;border: 3px solid #fff;top: 198px;}
	.around11 .slick-item .mar .date {top: 150px;}
	.around11 .slick-item .mar .txt {visibility: visible;opacity: 1;transform: none;}
	.around11 .slick-item .mar .slick-imgs {visibility: visible;opacity: 1;transform: none;}
	.around11 .slick-item .txt{font-size: 0.28rem;}
	.around11 .slick-item .slick-img .mask .middle-cont .h16{font-size: 0.20rem;}
	.around11 .slick-item .slick-imgs .slick-next{right: 50%;margin-right: -0.4rem;}
	.around11 .slick-item .slick-imgs .slick-prev{left: 50%;margin-left: -0.4rem;}
	.around11 .slick-item .mar_s .slick-imgs .slick-prev{left: 50%;margin-left: -0.4rem;}
	.around11 .slick-item .mar_s .slick-imgs .slick-next{right: 50%;margin-right: -0.4rem;}
	.around3 .slick-slide{margin: 5px;}
	.around2 .slick-slide{margin: 5px;}
	.around3 .slick-prev {border-radius: 0 10px 10px 0;left: 5px;}
	.around3 .slick-next {border-radius: 10px 0px 0px 10px;right: 5px;}
	.around2 .slick-prev {border-radius: 0 10px 10px 0;left: 5px;}
	.around2 .slick-next {border-radius: 10px 0px 0px 10px;right: 5px;}
	
	.around4 .text{padding: 15px 0;}
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{background-color: #474747;}
	.mCSB_scrollTools .mCSB_draggerRail{background-color: #909090;}
	.around5 .cont .item:nth-child(1){margin-top: 0;}
	
	.around6 .y_riqi .h24{width: 1.1rem;height: 1.1rem;line-height: 1.1rem;font-size: 0.32rem;}
	.around6 .y_riqi{height: 1.6rem;padding-top: 15px;}
	.around1 .x-wrap{padding-bottom: 20px;position: relative;}
	.around1 .x-wrap{margin-top: -180px;left: 0;}
	.around1{background: url(/Public/static/themes_zt/image/temp/around1_m.jpg) no-repeat center center/cover;}
	
	.around2 .slick-disabled{cursor: default;}
	.around2 .slick-disabled:after{cursor: default;}
	.around4 .fun .slick-next{background: url(/Public/static/themes_zt/image/temp/next1_a.png);}
	.around4 .fun .slick-prev{background: url(/Public/static/themes_zt/image/temp/prev1_a.png);}
	.around4 .fun{bottom: 0;right: 50%;transform: translateX(50%);}
	.around4 .cont{padding-bottom: 20px;}
}



