@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;}

/*	视频弹窗	*/
.pop-video{}
.pop-video .pop-dialog{ width: 842px; height: 536px; z-index: 1;}
	
/*	复用图片包裹	*/
.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);
}
	
/*	复用标题	*/
.t_head{}
.t_head .h1{}
.t_head .h2{}
.t_head .h3{}
.t_head .p{}
.t_head .link{}

/*	滑动tab	*/
.scroll-tab{ position:relative; margin: 1rem auto; padding: 0.1rem; width: 6rem; border: 1px solid; overflow:hidden;}
.scroll-tab li{ display:inline-block; margin:0 0.1rem; padding:0 0.1rem; background-color: #909090; border-bottom:2px solid transparent; font-size: 0.3rem;}
.scroll-tab li.cur{ border-color:#DB6E10;}

/*	流程模块	*/
.process{}
.process ul{ overflow:hidden; padding:10px;}
.process ul li{ float:left; height:20px; color:#FFF; line-height:20px; padding:0 25px 0 10px; position:relative;}
.process ul li:nth-child(1){ background-color:red;}
.process ul li:nth-child(2){ background-color:green;}
.process ul li:nth-child(3){ background-color:blue;}
.process ul li:after{ border-left:15px solid #aeaeae; border-top:10px solid transparent; border-bottom:10px solid transparent; width:0; height:0; content:''; position:absolute; right:0; top:0;}
.process ul li:nth-child(1):after{ border-left-color:red; border-top-color:green; border-bottom-color:green;}
.process ul li:nth-child(2):after{ border-left-color:green; border-top-color:blue; border-bottom-color:blue;}
.process ul li:nth-child(3):after{ border-left-color:blue; border-top-color:#FFF; border-bottom-color:#FFF;}

.bdmap{ height: 1000px;}
.bdmapinfo{ position: fixed; left: 0; top: 0; width: 300px; visibility: hidden; z-index: -9999;}

.video{ height: 500px;}

/* 详情页 */
.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:50px 0 60px; }
.result .key{ color:#5482d9; }
.result .h24{ font-size:24px; }
.result .h24 span{ margin-left: 30px; font-size:18px; color:#707070; }
.result .list{ margin-bottom: 50px; }
.result .list li{ 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;*/color:#5482d9;}

/* 网站地图 */
.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;}



.wrap120 {margin: 0 6.25%;position: relative;height: 100%;}
.j-flex {display: flex; align-items: center; justify-content: space-between;}
.j-title1 {font-size: 48px;color: #880024;font-family: "shsfb";line-height: 1.2;}
.j-more1 {display: flex; align-items: center;}
.j-more1 .s1 {font-size: 22px;color: #c1a061;font-family: "shsfb";transition: all 0.4s ease-in-out;}
.j-more1 .arr {width: 25px;height: 18px;background: url(../image/jjl/ico28.png) no-repeat center; background-size: contain;margin-left: 8px;transition: all 0.4s ease-in-out;}

.gzb_home1 video {width: 100%; height: 100%; object-fit: cover; position: absolute; left: 0;top: 0;}
.gzb_home1 img {display: block;width: 100%;position: absolute; left: 0;top: 0;}
.gzb_home1 .cont{position: relative; overflow: hidden; }
.gzb_home1 .cont::before{content: ''; display: block; padding-top: 36.40625%;}
.gzb_home2 {margin-top: -125px;position: relative;z-index: 1;}
.gzb_home2 .list {width: 1215px;max-width: 100%;background: url(../image/jjl/gzb_home5.jpg); display: flex; justify-content: center;margin: auto;}
.gzb_home2 .list .item {position: relative; text-align: center;transition: all 0.4s ease-in-out;}
.gzb_home2 .list .item+.item {margin-left: 50px;}
.gzb_home2 .list .item .a1 {padding: 35px 35px;display: block;}
.gzb_home2 .list .item .ico {width: 42px;margin: auto;}
.gzb_home2 .list .item .ico img {width: 100%;}
.gzb_home2 .list .item .t1 {font-size: 20px;color: #ffffff;font-family: "shsfb";margin-top: 10px;}
.gzb_home2 .list .item .navs {position: absolute;bottom: 100%;left: 0;width: 100%;padding: 10px 10px 0;background-color: inherit;box-sizing: border-box;visibility: hidden;opacity: 0;}
.gzb_home2 .list .item .navs .li {margin-top: 20px;font-family: "shsfb";font-size: 20px;color: #ffffff;}

.gzb_home3 {padding: 60px 0 90px;display: none;}
.gzb_home3 .scroll-tab1{ position: relative; margin: auto;}
.gzb_home3 .scroll-box{ position: relative; overflow: hidden;}
.gzb_home3 .scroll-track{ display: table; white-space: nowrap;}
.gzb_home3 .scroll-prev, .gzb_home3 .scroll-next{ position: absolute; top: 0; bottom: 0; height: 100%;  cursor: pointer; z-index: 1; background-position: center; background-repeat: no-repeat;background-size: contain;padding: 10px;display: flex; align-items: center; justify-content: center;box-sizing: border-box;}
.gzb_home3 .scroll-prev{ right: 100%; }
.gzb_home3 .scroll-next{ left: 100%; }
.gzb_home3 .scroll-prev:before{ content: '';width: 12px;height: 20px;background-image: url(../image/jjl/prev1.png);}
.gzb_home3 .scroll-next:before{ content: '';width: 12px;height: 20px;background-image: url(../image/jjl/next1.png);}
.gzb_home3 .disabled{ opacity: 0.1; cursor: default;}
.gzb_home3 .scroll-item{ display: inline-block; background: url(../image/jjl/ico18.png) no-repeat center; background-size: 100% 100%; vertical-align: middle; cursor: pointer;width: 186px;height: 186px;text-align: center;}
.gzb_home3 .scroll-item .a1 {display: flex;width: 100%;height: 100%; justify-content: center; align-items: center;}
.gzb_home3 .scroll-item .ico {margin: auto;width: 83px;height: 76px;overflow: hidden; transition: all 0.4s ease-in-out;}
.gzb_home3 .scroll-item .ico img {width: 100%;}
.gzb_home3 .scroll-item .t1 {font-size: 20px;color: #4e3f21;font-family: "shsfb";margin-top: 10px;}
.gzb_home3 .scroll-item:hover{ opacity: 0.8;}
.gzb_home3 .scroll-item.cur{ color: chocolate;}

.gzb_home4 {padding: 75px 0 165px;position: relative;}
.gzb_home4 .bgi {position: absolute;right: 0;bottom: -4%;width: 40.89%;z-index: 1;pointer-events: none;}
.gzb_home4 .bgi img {width: 100%;}
.gzb_home4 .flex {display: flex;}
.gzb_home4 .flex .l {width: 67.44%; margin-right: 4.76%;}
.gzb_home4 .flex .l .con {margin-top: 35px;display: flex;}
.gzb_home4 .flex .l .con .list {width: 52.43%;}
.gzb_home4 .flex .l .con .list .line {position: relative;}
.gzb_home4 .flex .l .con .list .line+.line {margin-top: 16px;}
.gzb_home4 .flex .l .con .list .line .a1 {background-color: #f1efec;display: block;padding: 30px 35px;font-size: 20px;color: #4e3f21; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;position: relative;}
.gzb_home4 .flex .l .con .list .line::before {content: "";position: absolute;left: -25px;width: 43px;height: 23px;background: url(../image/jjl/ico29.png) no-repeat center; background-size: contain;top: 50%; margin-top: -12px;z-index: 1;transform: translateX(-10px);opacity: 0;pointer-events: none;transition: all 0.4s ease-in-out;}
.gzb_home4 .flex .l .con .pic {position: relative;flex: 1;width: 0;}
.gzb_home4 .flex .l .con .pic .widget-area-edit{top: 0;}
.gzb_home4 .flex .l .con .pic::before {content: "";display: table; padding-top: 95.18%;width: 100%;}
.gzb_home4 .flex .l .con .pic .i {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-size: cover; background-position: center; background-repeat: no-repeat;}
.gzb_home4 .flex .r {flex: 1;width: 0;position: relative;}
.gzb_home4 .flex .r .bg {background-size: cover; background-position: center; background-repeat: no-repeat;width: 100%;height: 100%;}
.gzb_home4 .flex .r .j-title1 {width: 1em;position: absolute;left: 50%;transform: translateX(-50%);top: 60px;line-height: 1;color: #ffffff;}

.gzb_home5 {position: relative;}
.gzb_home5 .sek {position: absolute;bottom: 0;left: 0;width: 50%;height: 58%;}
.gzb_home5 .fengye {width: 14.58%;top: -23%;left: 0;position: absolute;transform-origin: left 20.44%;z-index: 1; pointer-events: none;animation: swing 13s ease-in-out infinite;}
.gzb_home5 .fengye img {width: 100%;}
.gzb_home5 .flex {display: flex;}
.gzb_home5 .flex .l {background-image: url(../image/jjl/gzb_home5.jpg);width: 0%;flex: 1;}
.gzb_home5 .flex .l .padd {padding: 65px 75px 65px 70px;color: #ffffff;}
.gzb_home5 .flex .l .j-title1 {color: #ffffff;}
.gzb_home5 .flex .l .list {margin-top: 50px;}
.gzb_home5 .flex .l .list .line+.line {margin-top: 30px;}
.gzb_home5 .flex .l .list .line .a1 {display: flex;}
.gzb_home5 .flex .l .list .line .date {font-family: "Times New Roman";margin-right: 20px;font-size: 20px;color: #c1a061;font-weight: bold;font-style: oblique;}
.gzb_home5 .flex .l .list .line .t1 {flex: 1;width: 0; font-size: 18px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 3em;}
.gzb_home5 .flex .r {width: 50%;}
.gzb_home5 .flex .r .top {padding: 65px 0 35px 80px;}
.gzb_home5 .flex .r .btm {padding: 70px 0 70px 80px;position: relative;}
.gzb_home5 .flex .r .btm .bg {position: absolute;top: 0;bottom: 0;left: 0;right: -14.29%;background-position: center; background-size: cover; background-repeat: no-repeat;}
.gzb_home5 .flex .r .btm .list {position: relative;z-index: 1;color: #ffffff; display: flex; flex-wrap: wrap;}
.gzb_home5 .flex .r .btm .list .item {width: calc(50% - 28px);margin: 40px 0 0 55px;}
.gzb_home5 .flex .r .btm .list .item:nth-child(1), .gzb_home5 .flex .r .btm .list .item:nth-child(2) {margin-top: 0;}
.gzb_home5 .flex .r .btm .list .item:nth-child(odd) {margin-left: 0;}
.gzb_home5 .flex .r .btm .list .item .a1 {display: flex; align-items: center;}
.gzb_home5 .flex .r .btm .list .item .date {display: flex; align-items: baseline;font-family: "Times New Roman"; font-size: 18px;line-height: 1;white-space: nowrap;font-style: oblique;position: relative;}
.gzb_home5 .flex .r .btm .list .item .date::before {content: "";position: absolute;width: 64px;height: 55px;background: url(../image/jjl/ico30.png) no-repeat center; background-size: contain;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.gzb_home5 .flex .r .btm .list .item .date .s1 {font-size: 32px;font-weight: bold;}
.gzb_home5 .flex .r .btm .list .item .date .s1, .gzb_home5 .flex .r .btm .list .item .date .s2 {position: relative;z-index: 1;}
.gzb_home5 .flex .r .btm .list .item .t1 {flex: 1;margin-left: 12px;width: 0;font-size: 18px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 3em;}

.gzb_home6 {position: relative;}
.gzb_home6 .bgi {position: absolute;right: 0;bottom: 0;width: 25.89%;z-index: 1;pointer-events: none;}
.gzb_home6 .bgi img {width: 100%;}
.gzb_home6 .flex {display: flex;}
.gzb_home6 .flex .j-flex {margin-bottom: 30px;}
.gzb_home6 .flex .l {position: relative;width: 0%;padding: 70px 80px 80px 0;flex: 1;}
.gzb_home6 .flex .l .bg {position: absolute;top: 0;bottom: 0;left: -14.29%;right: 0;}
.gzb_home6 .flex .l .con {position: relative;z-index: 1;}
.gzb_home6 .flex .l .list {}
.gzb_home6 .flex .l .list .line+.line {margin-top: 30px;}
.gzb_home6 .flex .l .list .line .date_wp {display: flex;align-items: center;}
.gzb_home6 .flex .l .list .line .date_wp .date {font-family: "Times New Roman";margin-right: 20px;font-size: 20px;color: #c1a061;font-weight: bold;font-style: oblique;}
.gzb_home6 .flex .l .list .line .date_wp .x {flex: 1;position: relative;border-top: 1px dashed #d9c7a6;}
.gzb_home6 .flex .l .list .line .date_wp .x::before,.gzb_home6 .flex .l .list .line .date_wp .x::after {content: "";position: absolute;top: -1px;border-top: 1px solid #c1a061;width: 25px;}
.gzb_home6 .flex .l .list .line .date_wp .x::before {left: 0;}
.gzb_home6 .flex .l .list .line .date_wp .x::after {right: 0;}
.gzb_home6 .flex .l .list .line .t1 {font-size: 18px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.gzb_home6 .flex .l .list .line .p {font-size: 16px;color: #707070;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;height: 0;margin-top: 15px;/* transition: all 0.2s ease; */}
.gzb_home6 .flex .l .list .line.cur .p {height: 3em;}
.gzb_home6 .flex .r {width: 50%;padding: 70px 0 80px 80px;flex: 1;}
.gzb_home6 .flex .r .list {}
.gzb_home6 .flex .r .list .item { background-color: #f1efec;}
.gzb_home6 .flex .r .list .item +.item {margin-top: 20px;}
.gzb_home6 .flex .r .list .a1 {display: flex;}
.gzb_home6 .flex .r .list .item .img {width: 45.92%; position: relative; overflow: hidden;}
.gzb_home6 .flex .r .list .item .img::before {content: ""; display: table; width: 100%;padding-top: 56.16%;} 
.gzb_home6 .flex .r .list .item .img .i {width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-position: center; background-size: cover; background-repeat: no-repeat;}
.gzb_home6 .flex .r .list .item .txt {flex: 1;width: 0; padding: 35px;}
.gzb_home6 .flex .r .list .item .txt .t1 {font-size: 18px;color: #4e3f21;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;height: 4.5em;}
.gzb_home6 .flex .r .list .item .txt .date {margin-top: 10px;font-family: "Times New Roman";font-size: 20px;color: #c1a061;font-weight: bold;font-style: oblique;}

.gzb_home7 {position: relative;padding: 140px 0;}
.gzb_home7 .fengye {width: 17.71%;top: -7%;right: -10px;position: absolute;transform-origin: right 20.44%;z-index: 1; pointer-events: none;animation: swing 13s ease-in-out infinite;z-index: 5;}
.gzb_home7 .r_bg {position: absolute;right: 0;bottom: 0;top: 0;width: 50%;z-index: 1;}
.gzb_home7 .pic {position: absolute;left: 0;top: 80px;width: 61.25%;}
.gzb_home7 .pic .bg {position: absolute;top: 57.33%;right: -12.76%;z-index: 4;}
.gzb_home7 .pic img {width: 100%;}
.gzb_home7 .r_cont {margin-left: 35.12%;background-size: cover; background-position: center; background-repeat: no-repeat; display: flex;padding: 60px 115px 100px 100px; color: #ffffff;z-index: 3;position: relative;}
.gzb_home7 .r_cont .j-flex {align-items: flex-start;margin-right: 80px;}
.gzb_home7 .r_cont .j-flex .j-title1 {width: 1em; color: #ffffff;line-height: 1;}
.gzb_home7 .r_cont .j-flex .j-more1 {display: block; color: #ffffff;margin-left: 30px;}
.gzb_home7 .r_cont .j-flex .j-more1 .s1 {width: 1em;color: #ffffff;line-height: 1;}
.gzb_home7 .r_cont .j-flex .j-more1 .arr {background-image: url(../image/jjl/ico28_b.png);margin: 10px auto 0;transform: rotate(90deg);height: 18px;}
.gzb_home7 .r_cont .list {flex: 1;width: 0;}
.gzb_home7 .r_cont .list .line {}
.gzb_home7 .r_cont .list .line + .line {margin-top: 20px;padding-top: 20px;border-top: 1px dashed #d2b785;}
.gzb_home7 .r_cont .list .line .t1 {font-size: 18px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.gzb_home7 .r_cont .list .line .date {font-family: "Times New Roman";font-size: 20px;font-weight: bold;font-style: oblique;margin-bottom: 5px;}

.gzb_home8 {padding: 140px 0 155px;position: relative;}
.gzb_home8 .box {position: relative;}
.gzb_home8 .bgi {position: absolute;right: 0;bottom: 2.8%;width: 71.04%;z-index: 1;pointer-events: none;}
.gzb_home8 .bgi img {width: 100%;}
.gzb_home8 .j-flex {align-items: flex-start;position: absolute;top: 0;left: 8.59%;}
.gzb_home8 .j-flex +.widget-area .widget-area-edit{width: 0 !important;}
.gzb_home8 .j-flex .j-title1 { color: #ffffff;line-height: 1;order: 2;}
.gzb_home8 .j-flex .j-more1 {display: block; color: #ffffff;margin-right: 5px;}
.gzb_home8 .j-flex .j-more1 .s1 {color: #ffffff;text-align: center; transition: all 0.4s ease-in-out; background-position: center; background-repeat: no-repeat;font-size: 0;width: 20px; margin: auto;height: 89px;}
.gzb_home8 .j-flex .j-more1 .s1 img {transition: all 0.4s ease-in-out;position: absolute;top: 0;left: 0;}
.gzb_home8 .j-flex .j-more1 .s1 img.bak {opacity: 0;visibility: hidden;}
.gzb_home8 .j-flex .j-more1 .arr {margin: 10px auto 0;transform: rotate(90deg);height: 18px;}
.gzb_home8 .list {}
.gzb_home8 .list .item {width: 74.06%;overflow: hidden;}
.gzb_home8 .list .item +.item {margin-top: 10px;}
.gzb_home8 .list .item img {width: 100%;}
.gzb_home8 .list .item:nth-child(1) {margin-left: 19.53%;}
.gzb_home8 .list .item:nth-child(2) {margin-left: 9.64%;}



@keyframes swing {
	0% { transform: rotate(0deg);}
	25% { transform: rotate(5deg);}
	50% { transform: rotate(0deg);}
	75% { transform: rotate(-5deg);}
	100% { transform: rotate(0deg);}
}



@media screen and (max-width:1900px){
	.gzb_home7 {padding: 6.5vw 0;}
}

@media screen and (max-width:1700px){
	.gzb_home6 .flex .r .list .item .txt {padding: 20px;}
	.gzb_home6 .flex .l .list .line+.line {margin-top: 10px;}
	.gzb_home6 .flex .l .list .line .p {margin-top: 10px;}
	
}

@media screen and (max-width:1500px){
	.gzb_home4 .flex .l .con .list .line .a1 {padding: 20px;}

	.gzb_home5 .flex .l .padd {padding: 40px;}
	.gzb_home5 .flex .l .list {margin-top: 20px;}
	.gzb_home5 .flex .r .btm {padding: 40px;padding-right: 0;}
	.gzb_home5 .flex .r .top {padding: 40px 0 40px 40px;}
	.gzb_home5 .flex .r .btm .list .item {width: calc(50% - 15px);margin: 38px 0 0 30px;}

	.gzb_home6 .flex .l {padding: 40px;padding-left: 0;}
	.gzb_home6 .flex .r {padding: 40px;padding-right: 0;}

	.gzb_home7 .r_cont {padding: 40px;}
	.gzb_home7 .r_cont .j-flex {margin-right: 40px;}
	.gzb_home8 .j-flex {left: 1.5%;}
}

@media screen and (max-width:1400px){
	.gzb_home4 .flex .l .con .list .line .a1 {padding: 15px 20px;}

	.gzb_home7 .r_cont .list .line + .line {margin-top: 15px;padding-top: 15px;}
	.gzb_home7 .r_cont .list .line .date {margin-bottom: 0;}
}

@media screen and (max-width:1200px){
	.gzb_home2 .list .item+.item {margin-left: 20px;}
	.gzb_home7 .r_cont .list .line + .line {margin-top: 10px;padding-top: 10px;}
}

@media screen and (max-width:1080px){
	.gzb_home7 {padding: 50px 0;}
}


@media screen and (min-width: 769px){
	.focus .item{ height: 600px;}



	.j-more1:hover .s1 {color: #880024;}
	.j-more1:hover .arr {background-image: url(../image/jjl/ico28_a.png);}
	.gzb_home3 .scroll-item:hover .ico {transform: scale(1.1);}
	.gzb_home5 .l .j-more1:hover .s1 {color: #ffffff;}
	.gzb_home5 .l .j-more1:hover .arr {background-image: url(../image/jjl/ico28_b.png);}
	.gzb_home2 .list .item:hover {background-color: #9f1036;}
	.gzb_home2 .list .item:hover .navs {visibility: visible;opacity: 1;}
	.gzb_home4 .flex .l .con .list .line:hover::before {transform: none;opacity: 1;}
	.gzb_home4 .flex .l .con .list .line:hover .a1 {color: #8a0628;}
	.gzb_home7 .r_cont .j-flex .j-more1:hover .s1 {color: #8a0628;}
	.gzb_home7 .r_cont .j-flex .j-more1:hover .arr {background-image: url(../image/jjl/ico28_a.png);}
	.gzb_home8 .j-flex .j-more1:hover .s1 img {opacity: 0;visibility: hidden;}
	.gzb_home8 .j-flex .j-more1:hover .s1 img.bak {visibility: visible;opacity: 1;}


	.gzb_home1 .i {transform: scale(1.6); opacity: 0;transition: all 1.8s ease;}
	.gzb_home1.anim .i {transform: none; opacity: 1;}

	.gzb_home2 .list {transform: translateY(100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home2 .list.anim {transform: none; opacity: 1;}

	.gzb_home3 .scroll-item {transform: scale(0);opacity: 0;transition: all 0.8s ease-in-out;}
	.gzb_home3.anim .scroll-item {transform: none; opacity: 1;}

	.gzb_home4 .flex .l {transform: translateX(-100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home4 .flex .r {transform: translateX(100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home4.anim .flex .l, .gzb_home4.anim .flex .r {transform: none; opacity: 1;}

	.gzb_home5 .flex .l {transform: translateX(-100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home5 .flex .r {transform: translateX(100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home5.anim .flex .l, .gzb_home5.anim .flex .r {transform: none; opacity: 1;}

	.gzb_home6 .flex .l .con {transform: translateX(-100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home6 .flex .r {transform: translateX(100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home6.anim .flex .l .con, .gzb_home6.anim .flex .r {transform: none; opacity: 1;}

	.gzb_home7 .pic {transform: translateX(-100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home7 .r_cont {transform: translateX(100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home7.anim .pic, .gzb_home7.anim .r_cont {transform: none; opacity: 1;}

	.gzb_home8 .list .item {transform: translateX(100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home8 .bgi {transform: translateY(100px);opacity: 0;transition: all 1.2s ease-in-out;}
	.gzb_home8.anim .list .item, .gzb_home8.anim .bgi {transform: none; opacity: 1;}
	
	
}

@media screen and (max-width: 768px){
	.pop-alert .pop-dialog{ width: 7rem; height: 5rem;}
	
/* 移动端详情页 */
	.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:2rem 0 0.8rem; }
	.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 li{ 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;}



	.wrap120 {margin: 0 15px;}
	.j-title1 {font-size: 0.48rem;}
	/* .j-more1 .s1 {font-size: 18px;} */
	.gzb_home2 {margin: 0;}
	.gzb_home2 .list{width: auto;margin: 0;padding: 40px 0 20px; flex-wrap: wrap;justify-content: flex-start;}
	.gzb_home2 .list .item {width: 50%;margin: 0 0 20px !important;}
	.gzb_home2 .list .item .a1 {display: flex;padding: 0 15px; align-items: center;}
	/* .gzb_home2 .list .item+.item {margin: 0 0 0;} */
	.gzb_home2 .list .item .t1 {margin: 0 0 0 10px;flex: 1;text-align: left;}
	.gzb_home2 .list .item .navs {position: static;visibility: visible;opacity: 1;text-align: left;padding: 0 15px;}
	.gzb_home2 .list .item .navs .li {margin-top: 5px;padding-left: 52px;font-size: 16px;}

	.gzb_home3 {padding: 40px 0;}
	.gzb_home3 .scroll-tab1 {margin: 0 20px;}
	.gzb_home3 .scroll-item {width: 120px;height: 120px;}
	.gzb_home3 .scroll-item .ico {width: 46px;height: auto;}
	.gzb_home3 .scroll-item .t1 {font-size: 15px;margin-top: 5px;}

	.gzb_home4 {padding: 40px 0 40px;}
	.gzb_home4 .flex {display: block;}
	.gzb_home4 .flex .l {width: auto;margin: 0 0 0;}
	.gzb_home4 .flex .l .con {display: block;}
	.gzb_home4 .flex .l .con .list {width: auto;}
	.gzb_home4 .flex .l .con .list .line+.line {margin-top: 10px;}
	.gzb_home4 .flex .l .con .list .line .a1 {font-size: 18px;}
	.gzb_home4 .flex .l .con .pic {width: auto;margin-top: 10px;}
	.gzb_home4 .flex .r {width: auto;padding: 60px 15px;}
	.gzb_home4 .flex .r .bg {position: absolute;top: 0;left: 0;}
	.gzb_home4 .flex .r .j-title1 {position: relative;width: auto;transform: none;left: auto;top: auto;text-align: center;}
	.gzb_home4 .bgi {width: 60%;}

	.gzb_home5 {z-index: 1;}
	.gzb_home5 .flex {display: block;}
	.gzb_home5 .flex .l {width: auto;}
	.gzb_home5 .flex .l .padd {padding: 40px 15px;}
	.gzb_home5 .flex .l .list .line+.line {margin-top: 15px;}
	.gzb_home5 .flex .l .list .line .a1 {display: block;}
	.gzb_home5 .flex .l .list .line .t1 {width: auto;font-size: 18px;}
	.gzb_home5 .flex .r {width: auto;}
	.gzb_home5 .flex .r .top {padding: 40px 0 20px;}
	.gzb_home5 .flex .r .btm {padding: 25px 15px 40px;}
	.gzb_home5 .flex .r .btm .bg {right: 0;}
	.gzb_home5 .flex .r .btm .list {display: block;}
	.gzb_home5 .flex .r .btm .list .item {width: auto;margin: 15px 0 0 !important;}
	.gzb_home5 .sek {height: 30%;}
	.gzb_home5 .fengye {top: -5%;width: 30%;}
	
	.gzb_home6 {}
	.gzb_home6 .bgi {width: 30%;}
	.gzb_home6 .flex {display: block;}
	.gzb_home6 .flex .j-flex {margin-bottom: 20px;}
	.gzb_home6 .flex .l {width: auto;padding: 40px 0;}
	.gzb_home6 .flex .l .bg {right: -30px;}
	.gzb_home6 .flex .l .list .line .p {height: 3em;margin-top: 5px;}
	.gzb_home6 .flex .r {width: auto;padding: 40px 0;}
	.gzb_home6 .flex .r .list .a1 {display: block;}
	.gzb_home6 .flex .r .list .item .img {width: auto;}
	.gzb_home6 .flex .r .list .item .txt {width: auto;padding: 15px;}
	.gzb_home6 .flex .r .list .item +.item {margin-top: 15px;}
	.gzb_home6 .flex .r .list .item .txt .date {margin-top: 0;}

	.gzb_home7 {padding: 0 0 0;}
	.gzb_home7 .pic {position: relative;top: auto;width: auto;}
	.gzb_home7 .r_bg {display: none;}
	.gzb_home7 .r_cont {margin-left: 0;padding: 20px 15px;display: block;}
	.gzb_home7 .r_cont .j-flex {margin: 0 0 15px;}
	.gzb_home7 .r_cont .j-flex .j-title1 {width: auto;}
	.gzb_home7 .r_cont .j-flex .j-more1 {display: flex;}
	.gzb_home7 .r_cont .j-flex .j-more1 .s1 {width: auto;}
	.gzb_home7 .r_cont .list {width: auto;}
	.gzb_home7 .r_cont .j-flex .j-more1 .arr {transform: none;margin: 0 0 0 8px;}

	.gzb_home8 {padding: 80px 0;}
	.gzb_home8 .j-flex {top: -40px;left: 15px;}
	.gzb_home8 .j-flex .j-title1 img {width: 0.54rem;}
	.gzb_home8 .j-flex .j-more1 .s1 {width: 0.32rem;height: auto;}
	.gzb_home8 .j-flex .j-more1 .s1 img {position: static;}
	.gzb_home8 .j-flex .j-more1 .s1 img.bak {display: none;}
	.gzb_home8 .list .item img {width: 150%;max-width: inherit;position: relative;}
	.gzb_home8 .list .item:nth-child(1) img {left: -15%;}
	.gzb_home8 .list .item:nth-child(2) img {left: -23%;}
	.gzb_home8 .list .item:nth-child(3) img {left: -5%;}
	.gzb_home8 .bgi {bottom: 0;width: 90%;}


	.j-more1 .s1{font-size: 0.32rem;}
  .j-more1 .arr{width:0.4rem; height: auto;}
  .j-more1 .arr::before{content: ''; display: block; padding-top: 72%;}
}


