/* CSS Document public*/

*{font-family:微软雅黑,Helvetica, sans-serif ,Arial; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{
    padding:0;margin:0;font-family:微软雅黑,Helvetica, sans-serif ,Arial;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;overflow-x: hidden;background:#fff;}
html,body{ height: 100%;overflow: hidden;} html{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

body::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
body::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
body::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

P{line-height: inherit;}


@keyframes dh_cen {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes dh_left {
	0%{
		transform: translate(-1rem,0);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_right {
	0%{
		transform: translate(1rem,0);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_top {
	0%{
		transform: translate(0,-1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_bottom {
	0%{
		transform: translate(0,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}


@keyframes dh_left_top {
	0%{
		transform: translate(-1rem,-1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_left_bottom {
	0%{
		transform: translate(-1rem,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}

@keyframes dh_right_top {
	0%{
		transform: translate(1rem,-1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_right_bottom {
	0%{
		transform: translate(1rem,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}



.dh_cen{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	opacity: 0;
}

.dh_left{animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(-1rem,0);opacity: 0;
}

.dh_right{animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(1rem,0);opacity: 0;
}

.dh_top{animation: dh_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(0,-1rem);opacity: 0;
}

.dh_bottom{animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(0,1rem);opacity: 0;
}

.dh_left_top{animation: dh_left_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(-1rem,-1rem);opacity: 0;
}

.dh_left_bottom{animation: dh_left_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(-1rem,1rem);opacity: 0;
}

.dh_right_top{animation: dh_right_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(1rem,-1rem);opacity: 0;
}

.dh_right_bottom{animation: dh_right_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(1rem,1rem);opacity: 0;
}




.dh_delay1{animation-delay: 0.6s;}
.dh_delay2{animation-delay: 0.7s;}
.dh_delay3{animation-delay: 0.8s;}
.dh_delay4{animation-delay: 0.9s;}
.dh_delay5{animation-delay: 1.0s;}
.dh_delay6{animation-delay: 1.1s;}
.dh_delay7{animation-delay: 1.2s;}
.dh_delay8{animation-delay: 1.3s;}
.dh_delay9{animation-delay: 1.4s;}
.dh_delay10{animation-delay: 1.5s;}
.dh_delay11{animation-delay: 1.6s;}
.dh_delay12{animation-delay: 1.7s;}
.dh_delay13{animation-delay: 1.8s;}
.dh_delay14{animation-delay: 1.9s;}
.dh_delay15{animation-delay: 2.0s;}
.dh_delay16{animation-delay: 2.1s;}
.dh_delay17{animation-delay: 2.2s;}
.dh_delay18{animation-delay: 2.3s;}
.dh_delay19{animation-delay: 2.4s;}
.dh_delay20{animation-delay: 2.5s;}
.dh_delay21{animation-delay: 2.6s;}
.dh_delay22{animation-delay: 2.7s;}
.dh_delay23{animation-delay: 2.8s;}
.dh_delay24{animation-delay: 2.9s;}
.dh_delay25{animation-delay: 3.0s;}



table {
    border-collapse: collapse;
    border-spacing: 0;margin:0 auto;
}
table td {line-height: 1.25;padding: 5px;padding-left:15px;/* width: auto; */}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/


/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{margin:0 auto;padding: 0 50px;max-width: 1340px;}


.header_box_li{position: relative;z-index: 1;transition: 0.4s;z-index: 999;}

.header_box_li.sticky{height: 3.75rem;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;}
    /* -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;} */
	@-webkit-keyframes sticky {
		0% {
		  top: -200px;
		}
		100% {
		  top: 0;
		}
	  }
	  @keyframes sticky {
		0% {
		  top: -200px;
		}
		100% {
		  top: 0;
		}
	  }

	  .header_box_li.sticky .header_top{display: none;}
	  #nav .search_btn{margin-top: 5px;}
	  .header_box_li.sticky #nav .search_btn{display: block;height: 35px;width: 35px;border-radius: 50%;background: url(../images24/sticky_ss.png) no-repeat center center;    margin:6px 0rem 0 2rem;}
	  .header_box_li.sticky #nav .search_btn img{display: none;}

	  .header_box_li.sticky #header #logo .box_table{}
	  .header_box_li.sticky #header{}
	  .header_box_li.sticky #header #logo{}
	  .header_box_li.sticky .w1600{width: 1340px;}
	  .header_box_li.sticky #nav ul li .sub{box-shadow: 0 8px 8px rgba(0,55,59,0.25);}
	  .header_box_li.sticky #nav ul li{height: 2.75rem;line-height: 2.5rem;}



.pc_top_lj{float: right;margin: 0px 0 0px;position: relative;z-index: 3;}
.pc_top_lj a{display: block;width: 38px;}


.header_box_li.xg{height: 4.625rem;}
.header_box_li.xg #header{height: 4.625rem;}
.header_box_li.xg #header .header_top{height: 1.3rem;}
.header_box_li.xg #header .header_top .tianqi{display:none;}
.header_box_li.xg #header .header_top .list_box0{display:none;}
.header_box_li.xg #logo img{width: 70%;}

.header_box_li.xg #logo .xx{    opacity: 0 !important;}
.header_box_li.xg #logo .box_table{    height: 100% !important;}

.header_box{position: relative;z-index: 10000;}
#header{position: relative;height: 0rem;z-index:999;width:100%;background-size:cover;  transition: 0.4s; max-width: 100%;margin: 0 auto;}
/* .header_box_li:before{content:"";position:absolute;height: 10.125rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background-size: auto 100%;pointer-events: none;} */
#header.xg:before{ opacity:0; visibility:hidden}

.head_bottom{padding: 0;width: 13.44rem;margin: 0 auto;height: 100%;}



.list_box0{ display:inline-block; vertical-align:top}
.list_box0 .li{font-size: 14px;display: inline-block;transition:.6s;margin-left: 1rem;position: relative;line-height: 2.5rem;}
.list_box0 .li>a{ display:block;color:rgba(255,255,255,0.7);transition: 0.5s;}
.list_box0 .li>a:hover{color: #ffba00;}
.list_box0 .li a>img{margin: -1px .625rem 0 0;}
.list_box0 .li a .ewm_box{display:inline-block;border:#d3d3d3 1px solid;background:#fff;position:absolute;left:50%;transform: translateX(-50%) scaleY(1);top: 3.5rem;opacity: 1;visibility: visible;transform-origin:top;display: none;}
.list_box0 .li a .ewm_box:before{content:"";position:absolute;border-left:transparent 6px solid;border-right:transparent 6px solid;border-bottom: #fff 6px solid;top: -6px;left: 50%;margin-left: -6px; }

#m_header .list_box0{ float:right}
#m_header .list_box0 .li{ line-height:60px;display:none;}
#m_header .list_box0 .li a .ewm_box{ top:60px}
#m_header .list_box0 .li a>img{ height:16px}
 

.list_box_01{font-size:0;white-space:nowrap;padding: .625rem;}
.list_box_01 li{display: block !important;margin: 0 15px !important;text-align:center;}
.list_box_01 li h3 img{ border:#ededed 1px solid; width:85px; height:85px;}
.list_box_01 li h5{font-size:.75rem;color:#666666;line-height:20px;margin: 0;}


.list_box0 .li+.li+.li:after{display: none;}
.list_box0 .li:first-child:after{ display:none}

.list_box0 .li input.txt{background: none;border-bottom: 1px solid #fff;width: 7.8125rem;padding: 0px 5px 5px;outline: none;border-left: 0;border-right: 0;border-top: 0;color: #fff;float: left;}

.list_box0 .li input.img{width: 20px;height: 18px;background: url() no-repeat center center;float: left;}




.header_box .w1200{height:100%;position:relative;max-width: 1650px;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header{border-top: 0px solid #477f3c;}
#header #logo{ margin-top: 0;width: 6.16rem;}
#header #logo .box_table{width: 100%;
    display: table;
    height: 100%;}
#header #logo .box_table .box_table_cell{display: table-cell;
    vertical-align: middle;}
	#header #logo a{display: none;}
	#header #logo a.on{display: block;}
	#header #logo a img{width: 100%;}

#header #logo .xx p{    line-height: 15px !important;}
#header #logo .xx{color: #fff;    transition: 0.4s;opacity: 1;
    font-family: "楷体";
    font-size: 24px;
    text-align: center;}
	.head_bottom>.left_logo{float: left;margin-top: 0.2rem;}
	.head_bottom>.left_logo img{width: 4.23rem;}
.head_bottom>.right{display: flex;align-items: flex-end;height: auto;position: relative;flex-direction: column;}

#logo{float:left;height:100%;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}
#nav{width: 100%;position: relative;z-index: 3;}


#nav ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;z-index: 3;padding-left: 0.2rem;}
#nav ul li{float:left;position:relative;z-index:0;height: 0.6rem;margin: 0 0.24rem;}
#nav ul li:last-child{margin-right: 0;}
#nav ul li:before{content:"";position:absolute;left: 0;width: 100%;height: 41px;bottom:0;transition:.6s;}
#nav ul li.on:before, #nav ul li:hover:before{width:140%;left:-20%;}
#nav ul li a{display:block;transition: 0.4s;color:#b7b7b7;}
#nav ul li h3{font-size: 0.18rem;line-height: 0.24rem;position:relative;display: inline-block;color: #fff;font-weight: bold;padding:0.26rem 0rem;}
#nav ul li a i{ margin:-3px 0 0 .1rem; display:inline-block; width:10px; height:5px; background:url() center no-repeat; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:url() center no-repeat;}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;min-width: 150px;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;padding: 10px 0;background:rgba(255,255,255,0.8);
	box-shadow: 0 0px 8px rgba(0,55,59,0.25);
}
#nav ul li .sub .box{text-align:center;}
#nav ul li:hover a, #header #nav ul li.on a, #header.xg #nav ul li:hover a{color: #fff;}
#header #nav ul li.on .sub a{
color: #333;
}
#header #nav ul li.on .sub a:hover{
color: #fff;
}

#nav ul li .sub a{transition:.6s;color: #333;white-space: wrap;display: block;text-align: center;position: relative;text-decoration: none;}
#nav ul li .sub a p{padding: 0.1rem 0.1rem;line-height: 0.2rem;font-size: 0.16rem;}

#nav ul li .sub a:hover{background: #477f3c;color: #fff;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}



#nav ul li.cen_logo{margin-top: -0.66rem;width: 0.6rem;}
#nav ul li.cen_logo a{display: flex;flex-direction: column;align-items: center;padding: 0;}
#nav ul li.cen_logo img{display: block;width: 1.76rem;}
#nav ul li.cen_logo img+img{width: 3.09rem;}




.p1_top_xx{display: flex;justify-content: space-between;align-items: center;margin-top: 0.1rem;}
.p1_top_xx .xx{font-size: 12px;color: #fff;}
.p1_top_xx .lj{display: flex;align-items: center;}
.p1_top_xx .lj a{text-decoration: none;}
.p1_top_xx .lj a p{font-size: 0.14rem;color: #fff;margin-left: 0.2rem;    text-indent: 0;}
.p1_top_xx .lj a.search_bt{margin-right: 0;}

.toubu_div .header_box{height: auto;}

.toubu_div .header_box .w152{width: 100%;padding: 0.46rem 0.7rem 0;}
.header_top{display: flex;justify-content: space-between;width: 100%;position: relative;}
.header_top .logo{padding: 0rem 0;width: 3.5rem;}
.header_top .logo a{display: block;}
.header_top .logo img{display: block;width: 100%;}
.header_top .right{}





	

#nav>ul>li h3:before{content:"";display:block;position:absolute; width:21px; height:12px;left:50%;margin-left: -10px; bottom:10px; transition:.3s;opacity:0;visibility:hidden;}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li:hover h3:before, #nav>ul>li.on h3:before{opacity:1;visibility:visible;display: none;}


.top_r_s{display: flex;justify-content: flex-end;}
.top_lj{display: flex;position: relative;}
.top_lj li{margin-left: 0.24rem;}
.top_lj li a{}
.top_lj li .box{display: flex;align-items: center;}
.top_lj li p{font-size: 0.16rem;color: #fff;margin-left: 0.05rem;transition:0.4s;}
.top_r_s .search_btn{margin-left: 0.33rem;}
.top_r_s .search_btn img{}
.top_lj.lj1{margin-right: 0.24rem;}
.top_lj.lj1::after{content: '';display: block;width: 1px;height: 0.14rem;background: #fff;opacity: 0.4;position: absolute;top: calc(50% - 0.07rem);right: -0.24rem;}

.top_lj li:hover p{color: #c7935f;}



.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0 0 0 15px;position: relative;}
.search_btn img{margin: 0;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: 1.5rem;transition:.6s;margin-left: 1rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -1.5rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}



.search_btn{margin-left: 0rem;cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}

.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{


	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 0.2rem;
	line-height: 0.25rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 561px;
	margin: 0 auto;
	padding: 0 0rem 0 0.3rem;
	background: #fff;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	border-radius: 500px;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 0.56rem;
	width: calc(100% - 0.89rem);
	background-color: transparent;
	font-size: 0.2rem;
	line-height: .25rem;
	color: #919191;
	transition: all .3s;
	outline: none;
    border: 0;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 0.72rem;
	width: 0.56rem;
}

.search-dialog .search-input input[type=image]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images24/search.png');
	background: #477f3c url('../images24/search.png') no-repeat center center;
	height: 0.56rem;
	width: 0.89rem;
	border-radius: 100px;
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images24/close-btn.svg');
	background-size: 0.56rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=image]{
	background-image: url('')
}

.search-dialog .hot-search{
	font-size: 0;
	width:3.12rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url();
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
	position: absolute;
    width: 24px;
    height: 24px;
    z-index: 10;
    right: 2.14rem;
    top: 0.48rem;
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;

    background-repeat: no-repeat;
    background-image: url(../images24/search_close.png);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}





/*顶部搜索*/
.tc_search {margin: 0.3rem auto 0;width: calc(100% - 0.6rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:.18rem;color: #fff;height: 0.5rem;line-height: 0.5rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 50px 0 0.2rem;}
.tc_search .btn_blue { position: absolute; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../images24/search_white.svg) center center no-repeat; background-size: 50%; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {height: 100%;z-index: 999999;float: right;margin-left: 0;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 25px; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 25px; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 25px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }
/*导航按钮结束*/
.m_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;margin: 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: 0.5rem 0 0.5rem;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #477f3c;}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act { pointer-events: auto; right: 0;overflow: auto; }
#m_nav>ul>li {width: 100%;overflow: hidden;padding: 0 0 0 0.3rem;position: relative;}
#m_nav>ul>li {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a { display: inline-block; width: calc(100% - 30px) }
#m_nav li .a {line-height: 0.55rem;height: 0.55rem;color: #fff;padding: 0;font-size:0.16rem;float: left;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 50px;height: 40px;display: inline-block;background: url(../images24/arrow_down.svg) center center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../images24/arrow_down_on.svg) center center no-repeat;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 14px;color: rgba(255,255,255,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;}
/*三级导航 开始*/
#m_nav .title .list .void>a { background-size: 10px; position: relative; }
#m_nav .title .list .void>a:before { content: "·"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; display: block !important; overflow: hidden; }
#m_nav .title .sub a { background: none; font-size:0.5rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }
.m_header_box {transition: .6s;display: none;height: 60px;}
#m_header #logo .box_table{width: auto; float: left;    display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;    display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{   vertical-align: middle;
	display: table-cell;  }
#m_header #logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header #logo .box_table .box_table_cell a{    display: block;
			}
.m_header_box header{padding:0 4%;top: 0;height: 60px;position: fixed;top: 0;left: 0;right: 0;z-index: 100;background-size: cover;}
.m_header_box header>div{position: relative;z-index: 3;}
.m_header_box header .sj_head_bg{width: 100%;height: 100%;display: block; z-index: 2;position: absolute;right: 0;top: 0;background: #477f3c;}
.m_header_box header .sj_head_bg::after{    content: "";
    display: block;
    width: 119px;
    height: 100%;

    background-size: 100% auto;
    position: absolute;
    right: 100%;
    top: 0;}

#m_header #logo{float: left;}
#m_header #logo img{max-height: 50px;width: auto;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}


.sj_top_lj{float: right;height: 100%;display: flex;align-items: center;margin-right: 0.1rem;}
.sj_top_lj a{color: #fff;}



#fp-nav.fp-right{display: none;}

 .toubu_div{  position: absolute;top: 0;width: 100%;left: 0;z-index: 88888;transition: 0.5s;    /*transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; */  

}
.toubu_div>.w152{width: 100%;padding: 0 0.7rem;}
	.toubu_div_bai{position: fixed;}
	.toubu_div_bai .list_box0 .li>a{color: #000;}




.img{width: 100%;position: relative;padding-bottom: 60%;overflow: hidden;transition: 0.4s;height: 0;}
.img .img_box{background-position: center center !important;position: absolute;top: 0;left: 0;z-index: 2;    width: 100%;background-size: cover !important;
	height: 100%;transition: 0.4s;}
.img img{    position: absolute;transition: 0.4s;opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;}
a:hover .img .img_box{transform: scale(1.05);}
a:hover .img img{transform: scale(1.05);}


.w1600{width: 100rem;margin: 0 auto;}

.w152{width: 15.2rem;margin: 0 auto;position: relative;}
.w14{width: 14rem;margin: 0 auto;position: relative;}
/* .w152::after{clear: both;content: "";display: block;} */

.swiper-slide{    filter: brightness(1);}
.swiper-button-prev, .swiper-button-next{margin: 0;border: none;}
.swiper-button-prev{left: 30px;}
.swiper-button-next{right: 30px;left: auto;}




#wrap{}
#pages{}
.page{}

#sy_main{height: 100%;}

.page{background: #fff;}
.page .intro{padding-top: 0.8rem;height: 100%;display: flex;align-items: center;position: relative;z-index: 6;flex-wrap: wrap;}
.page .intro .sy_main{width: 15.2rem;margin: 0 auto;position: relative;z-index: 5;}

.page .intro>div.part1{width: 100%;padding: 0;}




#menu{position: fixed;top: calc(50% - 1rem);z-index: 100;width: auto;transition:0.4s;
	right: 0.5rem;
	display: none !important;
}
#menu.on{display: block;right: 0.12rem;}
#menu ul{}
#menu ul li{width: 0.12rem;height: 0.12rem;border: 1px solid #6d6d6d;border-radius: 50%;margin: 0.18rem 0;transition: 0.4s;position: relative;cursor: pointer;}
#menu ul li.active{border: 2px solid #1354a2;}

#menu ul li p{position: absolute;white-space: nowrap;position: absolute;right: 0.22rem;top: -2px;color: #477f3c;font-size: 12px;opacity: 0;visibility: hidden;transition:0.4s;}

#menu ul li:hover p{opacity: 1;visibility: visible;}

#menu.bai{}
#menu.bai ul li{border: 1px solid #fff;cursor: pointer;}
#menu.bai ul li.active{background: #fff;}




@keyframes menu_li_dh {
	0%{
		opacity: 0;
	}
	1%{
		opacity: 0;
	}
	99%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}






.page.page1{border-top: 0 solid #477f3c;
    /* display: block !important;
    transform: translateY(0%) translateZ(0px) !important; */
}
.page.page1 .intro{height: 100%;padding: 0;}

.page.page1.on .toubu_div{top: -100%;}

.part1{position: relative;height: 100%;}

.p1_lb{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.p1_lb .swiper-slide{height: auto;overflow: hidden;}
.p1_lb .swiper-slide a{display: block;height: 100%;position: relative;}
.p1_lb .swiper-slide a::after{content: "";display: block;height: 100%;width: 100%;background: url(../images24/ej_bn_dt_zz_s.png) repeat-x top center;position: absolute;top: 0;left: 0;z-index: 2;}

.p1_lb .swiper-slide .img{padding-bottom: 0;height: 100%;}
.p1_lb .swiper-slide .img{width: 100%;
	/*animation: scaleDraw 10s ease-in-out infinite;
	-webkit-animation-name: scaleDraw;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 10s;*/
}
.p1_lb .swiper-slide .bt{position: absolute;width: 100%;bottom: 0.3rem;left: 0;z-index: 3;}
.p1_lb .swiper-slide .bt div{}
.p1_lb .swiper-slide .bt div p{font-size: 0.34rem;color: #fff;max-width: 80%;font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0%{
		transform: scale(1);  /*开始为原始大小*/
	}
	25%{
		transform: scale(1.05); /*放大1.1倍*/
	}
	50%{
		transform: scale(1);
	}
	75%{
		transform: scale(1.05);
	}
}
.p1_lb .swiper-slide .img .img_box{transform: scale(1) !important;}
.p1_lb .swiper-slide .img::after{content: "";}
.p1_lb .swiper-slide video{width: 100%;height: 100%;background: #000;}


.p1_lb .swiper-pagination{position: absolute;left: 0;bottom: 0.2rem;width: 100%;}

.p1_lb .swiper-pagination span{width: 0.21rem;height: 0.2rem;opacity: 1;margin: 0 0.13rem !important;background: url(../images24/bn_dt_dot.png) no-repeat center center;background-size: 100% !important;}
.p1_lb .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images24/bn_dt_dot_on.png) no-repeat center center;}

.p1_dot{position: absolute;bottom: 0.3rem;width: 100%;z-index: 3;}
.p1_dot .swiper-pagination{position: relative;text-align: left;bottom: 0;text-align: right;}
.p1_dot .swiper-pagination span{width: 0.29rem;height: 0.27rem;opacity: 1;margin: 0 0.08rem !important;border-radius: 0;background: url(../images24/bn_dt_dot.png) no-repeat center center;background-size: 100% 100% !important;transition:0.4s;}
.p1_dot .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images24/bn_dt_dot_on.png) no-repeat center center;}




.p1_right_lj{transition: 0.4s;width: calc(100% - 0.6rem);margin: 0 auto;position: absolute;width: 1.4rem;z-index: 11;top: calc(50% - 1.1rem);display: flex;align-items: center;transition: 0.4s;right: -0.9rem;}
.p1_right_lj.on{right: 0;}
.p1_right_lj ul{width: 100%;}
.p1_right_lj ul li{width: 100%;background: rgba(255,255,255,0.9);margin-bottom: 1px;border-radius: 0.1rem 0 0 0.1rem;transition: 0.4s;}
.p1_right_lj ul li a{}
.p1_right_lj ul li .box{display: flex;justify-content: space-between;padding: 0.1rem;align-items: center;position: relative;}
.p1_right_lj ul li .pic{width: 0.3rem;height: 0.3rem;transition: 0.4s;}
.p1_right_lj ul li img{width: 100%;}
.p1_right_lj ul li p{font-size: 0.16rem;color: #333333;text-align: left;line-height: 0.24rem;transition: 0.4s;width: calc(100% - 0.4rem);}

.p1_right_lj ul li .box .zs_box{position: absolute;right: calc(100% + 0.1rem);width: 1.2rem;top: 0;background: #fff;display: none;}
.p1_right_lj ul li .box .zs_box img{display: block;width: 100%;}
.p1_right_lj ul li .box .zs_box p{width: 100%;text-align: center;padding: 0.1rem 0;color: #333 !important;}

.p1_right_lj ul li:hover{background: #fff;}
.p1_right_lj ul li:hover p{color: #dd0918;}


.p1_right_lj .close{    font-size: 0.14rem;
    color: #fff;
    padding: 0.03rem 0.1rem;
    background: #477f3c;
    display: table;
    position: absolute;
    bottom: 100%;
    left: 0;
    cursor: pointer;
}


.page.page1.on .p1_right_lj{right:-100%;}

.sy_left_lj{position: absolute;left: 0;top: calc(30% - 1.25rem);z-index: 10;}
.sy_left_lj.on{display: none;}
.sy_left_lj .close{color: #fff;background: #40643f;display: table;padding: 0.08rem 0.1rem;cursor: pointer;transition:0.4s;}
.sy_left_lj .close:hover{background: #c7935f;}
.sy_left_lj ul{}
.sy_left_lj ul li{margin-top: 0.1rem;transition:0.4s;}
.sy_left_lj ul li a{}
.sy_left_lj ul li .pic{width: 1.9rem;}
.sy_left_lj ul li .pic img{display: block;width: 100%;}

.sy_left_lj ul li:hover{transform: translate(10px);}


#m_nav .p1_right_lj{position: relative;top: 0;left: auto;width: 100%;display: block !important;}
#m_nav .p1_right_lj ul{display: flex;flex-wrap: wrap;width: 100%;justify-content: center;}
#m_nav .p1_right_lj ul li{width: auto;}
#m_nav .p1_right_lj ul li p{width: auto;}
#m_nav .p1_right_lj ul li img{width: 0.25rem;}
#m_nav .p1_right_lj ul li .box{display: flex;justify-content: space-between;padding: 5px;}


.p1_bottom_lj{position: absolute;bottom: 0;right: 0;width: 100%;z-index: 3;transition:0.4s;}
.p1_bottom_lj ul{display: flex;position: absolute;right: 0;bottom: 0;}
.p1_bottom_lj ul li{margin-left: 2px;}
.p1_bottom_lj ul li a{display: block;}
.p1_bottom_lj ul li p{font-size: 0.18rem;color: #ffffff;font-weight: bold;padding: 0.25rem 0.3rem;background: rgba(230,0,18,0.9);border-radius: 0.08rem 0.08rem 0 0;transition:0.4s;}

.p1_bottom_lj ul li .tz3{}

.p1_bottom_lj ul li:hover p{background: rgba(230,0,18,0.7);}


.page.page1.on .p1_bottom_lj{bottom: -100%;}



@media(max-width: 1024px){
	body{overflow: hidden !important;}
	html{overflow-y: auto;
		height: auto;}

	.p1_lb{position: relative;}
	.p1_lb .swiper-slide .img{padding-bottom: 50%;}
	.p2_ul1{margin-top: 0.2rem;}

	.p1_dot{position: relative;margin-top: -0.16rem;bottom: 0;top: -0.2rem;}
	.p1_dot .swiper-pagination{text-align: center;}

	#menu{display: none;}
	.p1_bottom_lj{position: relative;margin: 0.2rem 0;}
	.p1_bottom_lj ul{position: relative;justify-content: center;}
	.p1_bottom_lj ul li p{line-height: 0.26rem;padding: 0.1rem 0.2rem;border-radius: 0.08rem;}


	.sy_left_lj{position: fixed;z-index: 1111;}

}

@media(max-width: 850px){
	.p1_bottom_lj ul{flex-wrap: wrap;}
	.p1_bottom_lj ul li{width: 100%;margin: 0.02rem 0;}
	.p1_dot .swiper-pagination span{width: 0.2rem;height: 0.2rem;}

	.p1_right_lj ul li .pic{width: 0.25rem;height: 0.25rem;}
	.p1_right_lj{right: -1rem;}
}

@media(max-width: 550px){

} 


@font-face {
	font-family: sys_bd;
	src: url(../font24/SOURCEHANSERIFSC-BOLD.OTF);
}
@font-face {
	font-family: sys;
	src: url(../font24/SOURCEHANSERIFSC-LIGHT.OTF);
}


.sy_tit{position: relative;margin-bottom: 0.3rem;display: flex;justify-content: space-between;align-items: center;overflow: hidden;}

.sy_tit .con{position: relative;display: table;padding-top: 0rem;}

.sy_tit .con p{}
.sy_tit .con p.p1{text-align: center;font-size: 0.36rem;color: #333333;margin-bottom: 0.1rem;font-family: sys_bd;}
.sy_tit .con p.p2{font-family: sys;font-size: 0.18rem;color: #477f3c;display: table;position: relative;padding-left: 0.21rem;}
.sy_tit .con p.p2::after{content: '';display: block;width: 0.16rem;height: 1px;background: #477f3c;position: absolute;left: 0;top: 50%;}

.sy_tit .more{display: block;position: relative;}
.sy_tit .more p{font-size: 0.16rem;color: #333333;transition: 0.4s;padding-left: 0.84rem;position: relative;}
.sy_tit .more::after{content: '';display: block;width: 0.65rem;height: 1px;background: #d1d1d1;position: absolute;left: 0;top: 50%;}
.sy_tit .more::before{content: '';display: block;width: 0.15rem;height: 0.14rem;background: url(../images24/sy_more_bg_xx.png) no-repeat center center;position: absolute;left: 0.64rem;top: 0;transform: scale(1);}
.sy_tit .more:hover{color: #477f3c;}
.sy_tit .more:hover::before{animation:dh_star 1s forwards;}


.sy_tit.cen{justify-content: center;}
.sy_tit.cen .con p.p2{margin: 0 auto;padding: 0;}

@keyframes dh_star
{
0% {opacity: 1;transform: scale(1);}
10% {opacity: 0;transform: scale(1);}
25% {opacity: 1;transform: scale(1);}
40% {opacity: 0;transform: scale(1);}
50% {opacity: 1;transform: scale(1);}
100% {opacity: 1;transform: scale(1.5);}
}


.sy_tit.cen{justify-content: center;}
.sy_tit.cen .con p.p2::after{display: none;}

.sy_tit.bai{}
.sy_tit.bai .con p{color: #fff;}
.sy_tit.bai .more p{color: #fff;}


.yc_top_nav{position: fixed;top: -1.5rem;transition: 0.4s;width: 100%;left: 0;z-index: 1000;box-shadow: 0 0.1rem 0.1rem rgba(0,0,0,0.11);background: #477f3c;background-size: cover;}
.yc_top_nav.on{transition-delay: 0.6s;top: 0;}
.yc_top_nav .logo{padding: 0.08rem 0;width: 2.59rem;}

.yc_top_nav .w152{display: flex;justify-content: space-between;}
.yc_top_nav #nav{width: calc(100% - 2rem);display: flex;align-items: center;justify-content: flex-end;}
.yc_top_nav #nav::after{display: none;}
.yc_top_nav .header_top{width: auto;align-items: center;}
.yc_top_nav #nav ul li{margin-right: 0.37rem;margin-left: 0; height: auto;}
.yc_top_nav #nav ul li h3{}


.yc_top_nav #nav ul{padding-left: 0;margin-right: 0.1rem;position: relative;width: auto;}
.yc_top_nav #nav ul::after{content: '';width: 1px;height: 0.16rem;background: #fff;position: absolute;top: calc(50% - 0.08rem);right: 0.1rem;}

.yc_top_nav #nav .search_btn{margin-top: 0;}







.page{}



.page2{background: url(../images24/p2_bg.jpg) no-repeat center bottom;background-size: cover;}


.p2_main{display: flex;justify-content: space-between;flex-wrap: wrap;}

.p2_left{width: 7.2rem;}
.p2_left_box{position: relative;}
.p2_left_box::after{content: '';display: block;width: 0.84rem;height: 0.91rem;background: #477f3c;position: absolute;left: -0.07rem;top: -0.07rem;z-index: 1;}

.p2_lb{position: relative;width: 100%;margin: 0;padding-bottom: 0.3rem;z-index: 2;}
.p2_lb .swiper-slide{}
.p2_lb .swiper-slide a{position: relative;}

.p2_lb .swiper-slide .img{padding: 0;height: 4.4rem;z-index: 1;}
.p2_lb .swiper-slide .con{z-index: 3;padding: 0.2rem 0rem 0.25rem 0.25rem;width: calc(100% - 0.34rem);margin-left: 0.34rem;position: relative;}
.p2_lb .swiper-slide .con::after{content: '';display: block;width: 1px;height: calc(100% + 0.24rem);background: #3d6036;position: absolute;left: 0;bottom: 0;transition:0.4s;}
.p2_lb .swiper-slide .con::before{content: '';display: block;width: 0;height: 1px;background: #3d6036;position: absolute;left: 0;bottom: 0;transition:0.4s;}
.p2_lb .swiper-slide .con .bt{font-size: 0.18rem;line-height: 0.3rem;color: #333333;width: 100%;height: 0.32rem;font-weight: bold;margin-bottom: 0.15rem;position: relative;transition:0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p2_lb .swiper-slide .con .zy{font-size: 0.14rem;color: #737373;opacity: 0.4;height: 0.48rem;line-height: 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.p2_lb .swiper-slide .con .jt{display: none;}


.p2_lb .swiper-pagination{position: absolute;right: 0;bottom: 0rem;z-index: 6;}
.p2_lb .swiper-pagination span{width: 0.29rem;height: 0.27rem;opacity: 1;margin: 0 0.02rem !important;border-radius: 0;background: url(../images24/p2_left_lb_dot.png) no-repeat center center;background-size: 100% 100% !important;transition:0.4s;}
.p2_lb .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images24/p2_left_lb_dot_on.png) no-repeat center center;}

.p2_lb .swiper-slide:hover .con .bt{transform: translate(5px,0);color: #477f3c;}
.p2_lb .swiper-slide:hover .con::after{height: 0;}
.p2_lb .swiper-slide:hover .con::before{width: 100%;}



.p2_main .p2_right{width: 7.6rem;}
.p2_right ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.p2_right ul li{width: calc(50% - 0.2rem);margin-bottom: 0.3rem;box-shadow: 0 0 0.23rem rgba(199, 147, 95, .19);position: relative;background: #fff;}
.p2_right ul li a{}
.p2_right ul li a::after{content: '';display: block;width: 100%;height: 0;background: #477f3c;position: absolute;bottom: 0;left: 0;transition:0.4s;z-index: 1;}
.p2_right ul li+li+li a::after{bottom: auto;top: 0;}
.p2_right ul li .box{padding: 0.1rem;position: relative;transition: 0.4s;z-index: 3;}
.p2_right ul li .box::after{content: '';display: block;width: 0.15rem;height: 0.15rem;position: absolute;left: 0;top: 100%;transition:0.4s;background-size: 100% !important;}

.p2_right ul li .img{height: 2.2rem;padding-bottom: 0;}
.p2_right ul li .sj{padding: 0 0.11rem;background: #477f3c;display: table;margin-top: -0.2rem;margin-left: 0.1rem;position: relative;z-index: 3;}
.p2_right ul li .sj p{padding-left: 0.2rem;height: 0.3rem;line-height: 0.3rem;background: url(../images24/p2_ico_sj.png) no-repeat center left;background-size: 0.15rem;font-size: 0.14rem;color: #fff;}
.p2_right ul li .con{width: 100%;padding: 0.1rem;}
.p2_right ul li .con .bt{font-size: 0.18rem;line-height: 0.28rem;height: 0.56rem;color: #323232;overflow: hidden;transition: 0.4s;width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.p2_right ul li .con .zy{display: none;}

.p2_right ul li a:hover::after{height: 100%;}
.p2_right ul li a:hover .con .bt{color: #fff;}
.p2_right ul li a:hover .sj{}
.p2_right ul li a:hover .sj p{color: #fff;}






@media(max-width: 1024px){

	.p2_main{}
	.p2_main>div{width: 100% !important;}
	.p2_left{margin-bottom: 0.2rem;}
	.p2_lb{width: 100%;margin-bottom: 0.3rem;}
	.p2_lb .swiper-slide .img{height: 0;padding-bottom: 60%;}
	.p2_lb .swiper-slide .con{margin: 0;width: 100%;}

	.p2_right ul li .box{padding: 0.15rem;}

	.p2_right ul li .img{height: o;padding-bottom: 65%;}
}

@media(max-width: 850px){
	.p2_lb .swiper-pagination{left: 0;bottom: 0rem;width: 100%;}
	.p2_lb .swiper-slide .con{padding-right: 0.1rem;}

	.p2_lb .swiper-pagination span{width: 0.2rem;height: 0.2rem;}

	.p2_right ul li{width: 100%;margin-bottom: 0.1rem;}

}


.page3{background: #fff url(../images24/p3_bg.png) no-repeat left bottom;background-size: 10.6rem;}
.page3 .intro{}

.p3_main{display: flex;justify-content: space-between;}



.p3_main{display: flex;justify-content: space-between;flex-wrap: wrap;}


.p3_left{display: flex;justify-content: space-between;width: 7.7rem;}


.p3_tit{width: 0.45rem;position: relative;justify-content: space-between;flex-direction: column;}
.p3_tit .con{}
.p3_tit .con .p1{}
.p3_tit .more p{width: 0.16rem;padding-top: 0.9rem;padding-left: 0;color: #fff;}
.p3_tit .more::after{width: 1px;height: 0.6rem;top: 0;left: 49%;background: rgba(209,209,209,0.3);}
.p3_tit .more::before{top: 0.64rem;left: 0;}

.p3_tit_sj{display: none;width: 100%;position: relative;z-index: 5;}

.p3_left_in{width: 6.7rem;position: relative;z-index: 3;}

.p3_lb{width: 100%;position: relative;z-index: 3;position: relative;margin-bottom: 0.25rem;}
.p3_lb .swiper-slide{}
.p3_lb a{display: block;}
.p3_lb .img{padding-bottom: 0;height: 3.8rem;border-radius: 0 0.4rem 0 0;}
.p3_lb .img::after{content: '';display: block;width: 100%;height: 100%;background: url(../images24/p3_img_zz.png) repeat-x bottom left;position: absolute;left: 0;bottom: 0;z-index: 3;background-size: auto 100%;}
.p3_lb .con{position: absolute;bottom: 0;left: 0;width: 100%;padding: 0.24rem 0.2rem;z-index: 5;}
.p3_lb .con p{font-size: 0.18rem;color: #fff;text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p3_lb a:hover p{}

.p3_lb .swiper-button-prev::after,.p3_lb .swiper-button-next::after{display: none;}
.p3_lb .swiper-button-prev,.p3_lb .swiper-button-next{width: 0.46rem;height: 0.46rem;background: url(../images24/p3_lb_next.png) no-repeat center center;background-size: 100% !important;top: calc(50% - 0.23rem);z-index: 8;right: 0.14rem;left: auto;}
.p3_lb .swiper-button-prev{transform: rotate(180deg);left: 0.14rem;right: auto;}


.p3_ul1{width: 100%;}
.p3_ul1 li{position: relative;}
.p3_ul1 li+li{margin-top: 0.2rem;}
.p3_ul1 li a{display: block;position: relative;z-index: 8;}
.p3_ul1 li::after{content: '';display: block;width: 0.04rem;height: 100%;background: #c7935f;position: absolute;left: 0;top: 0;z-index: 3;transition:0.4s;}
.p3_ul1 li::before{content: '';display: block;width: 100%;height: 100%;background: rgba(113,157,104,0.5);position: absolute;left: 0;top: 0;}
.p3_ul1 li .box{display: flex;padding: 0.2rem 0.2rem;justify-content: space-between;}
.p3_ul1 li .bt{font-size: 0.18rem;color: #ffffff;width: calc(100% - 0.65rem);
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.p3_ul1 li .sj{font-size: 0.18rem;color: #ffffff;}

.p3_ul1 li:hover::after{width: 100%;}



.p3_right{width: 6.1rem;padding: 0.43rem 0.35rem 0;margin-top: -0.43rem;position: relative;}

.p3_right::after{content: '';display: block;width: 100%;height: 100%;background: url(../images24/p3_right_bg.jpg) no-repeat center center;background-size: cover;position: absolute;top: 0;left: 0;z-index: 2;border-radius: 0 0 0.8rem 0;}
.p3_right::before{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0.08rem;left: 0.08rem;z-index: 2;border-radius: 0 0 0.8rem 0;border: 0.02rem solid #3d6036;}

.p3_right .sy_tit{background: #477f3c;width: calc(100% + 0.7rem);padding: 0.18rem 0.32rem 0.18rem 0.6rem;border-radius: 0 300px 300px 0;margin-left: -0.75rem;position: relative;z-index: 3;}
.p3_ul2{position: relative;z-index: 3;}
.p3_ul2 li{margin-top: 0.54rem;}
.p3_ul2 li+li{}
.p3_ul2 li a{}
.p3_ul2 li .box{display: flex;justify-content: space-between;align-items: center;}
.p3_ul2 li .sj{width: 0.94rem;height: 0.69rem;background: url(../images24/p3_right_sj.png) no-repeat center center;background-size: 100% 100% !important; padding-top: 0.07rem;transition:0.4s;}
.p3_ul2 li .sj .p1{font-size: 0.28rem;color: #333333;text-align: center;transition:0.4s;}
.p3_ul2 li .sj .p2{font-size: 0.14rem;color: #666666;text-align: center;margin-top: 0.05rem;transition:0.4s;}
.p3_ul2 li .con{width: calc(100% - 1.16rem);}
.p3_ul2 li .con .bt{font-size: 0.18rem;color: #333333;line-height: 0.3rem;height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.p3_ul2 li:hover .sj{background: url(../images24/p3_right_sj_on.png) no-repeat center center;}
.p3_ul2 li:hover .sj .p1{color: #fff;}
.p3_ul2 li:hover .sj .p2{color: #fff;}




@media(max-width: 1024px){
	.page3{background: #fff;}
	.p3_tit{margin-bottom: 0.2rem;}
	.p3_main{flex-wrap: wrap;width: 100%;}
	.p3_left_in{width: 100%;}
	.p3_left{width: 100%;position: relative;flex-wrap: wrap;padding-bottom: 0.2rem;}
	.p3_left::after{content: '';display: block;width: calc(100% + 0.6rem);height: 60%;background: url(../images24/p3_bg.png) no-repeat left bottom;position: absolute;left: -0.3rem;z-index: 1;bottom: 0;}
	.p3_lb .img{height: 0;padding-bottom: 65%;}

	.p3_right{width: 100%;margin-top: 0.3rem;padding: 0.3rem;}
	.p3_ul2 li{margin-top: 0.2rem;}

	.p3_tit{display: none;}
	.p3_tit_sj{display: flex;}

}

@media(max-width: 650px){
	.p3_right{padding: 0.15rem;}
	.p3_ul2 li .sj .p1{font-size: 0.24rem;}
	.p3_ul2 li .sj .p2{font-size: 12px;}
	.p3_ul2 li .sj{width: 0.7rem;height: 0.6rem;}
	.p3_ul2 li .con{width: calc(100% - 0.9rem);}

}




.page4{background: url(../images24/p4_bg.jpg) no-repeat center center;background-size: cover;}
.page4 .sy_tit{margin-bottom: 0.2rem;}


.p4_main{display: flex;justify-content: space-between;flex-wrap: wrap;}


.p4_left{width: 8.6rem;}
.p4_left_in{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p4_fs{width: 4.1rem;}
.p4_fs a{display: block;}
.p4_fs .img{padding-bottom: 0;height: 2.4rem;}
.p4_fs .con{background: rgba(255,255,255,0.6);padding: 0.35rem;}
.p4_fs .con .bt{position: relative;margin-bottom: 0.24rem;}
.p4_fs .con .bt p{font-size: 0.18rem;line-height: 0.3rem;height: 0.62rem;color: #333333;font-weight: bold;transition:0.4s;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.p4_fs .con .bt::after{content: '';display: block;width: 0.02rem;height: 0;background: #c7935f;position: absolute;top: 0;left: 0;transition:0.4s;}
.p4_fs .con .zy{font-size: 0.14rem;line-height: 0.24rem;color: #737373;height: 0.96rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.p4_fs .con .sj{display: flex;justify-content: space-between;position: relative;align-items: center;margin-top: 0.3rem;}
.p4_fs .con .sj::before{content: '';display: block;width: calc(100% - 1.1rem);border-bottom: 1px dashed #d9d9d9;transition: 0.4s;}
.p4_fs .con .sj p{font-size: 0.14rem;color: #737373;padding-left: 0.2rem;background: url(../images24/p4_ico_sj.png) no-repeat center left;background-size: 0.15rem;line-height: 0.16rem;}

.p4_fs:hover .con .bt::after{height: 100%;}
.p4_fs:hover .con .bt p{transform: translate(10px);color: #c7935f;}


.p4_ul1{width: 4.09rem;}
.p4_ul1 li{position: relative;}
.p4_ul1 li::before{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background: url(../images24/p4_left_li.png) no-repeat center center;background-size: 100% 100%;}
.p4_ul1 li::after{content: '';display: block;width: 100%;height: 100%;background: url(../images24/p4_left_li_on.png) no-repeat center center;background-size: 100% 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 1;transition:0.4s;transform: scale(0.7);opacity: 0;}
.p4_ul1 li+li{margin-top: 0.4rem;}
.p4_ul1 li a{display: block;position: relative;z-index: 3;}
.p4_ul1 li .box{padding: 0.34rem 0.3rem;}
.p4_ul1 li .sj{font-size: 0.14rem;color: #737373;padding-left: 0.2rem;background: url(../images24/p4_ico_sj.png) no-repeat left center;background-size: 0.15rem; line-height: 0.16rem;margin-bottom: 0.12rem;}
.p4_ul1 li .bt{font-size: 0.18rem;color: #333333;line-height: 0.28rem;height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.p4_ul1 li:hover::after{transform: scale(1);opacity: 1;}


.p4_right{width: 6.1rem;position: relative;}
.p4_right::after{content: '';display: block;height: 4.52rem;width: calc(100% + 2rem);background: url(../images24/p4_right_bg.png) no-repeat top left;background-size: cover;position: absolute;left: 0;bottom: 0;z-index: 1;}
.p4_right_in{position: relative;z-index: 3;}
.p4_rwjs{width: 4.15rem;margin-left: 0.75rem;}
.p4_rwjs a{display: block;}
.p4_rwjs .box{}
.p4_rwjs .box .pic{width: 3.2rem;float: right;padding: 0.1rem 0.1rem 0 0.1rem;position: relative;}
.p4_rwjs .box .pic::after{content: '';display: block;width: 100%;height: calc(100% - 0.1rem);border-radius: 1000px 1000px 0 0;border: 1px solid #c7935f;position: absolute;top: 0;left: 0;z-index: 1;transition:0.4s;}
.p4_rwjs .box .pic_in{width: 100%;border-radius: 1000px 1000px 0 0;overflow: hidden;position: relative;z-index: 3;}
.p4_rwjs .box .pic_in img{width: 100%;}
.p4_rwjs .box .xx{position: absolute;bottom: 1rem;z-index: 6;}
.p4_rwjs .box .xx .bt{font-size: 0.4rem;color: #fff;margin-bottom: 0.15rem;transition:0.4s;}
.p4_rwjs .box .xx .ch{font-size: 0.2rem;color: #fff;padding-bottom: 1.4rem;position: relative;display: table;}
.p4_rwjs .box .xx .ch::after{content: '';display: block;width: 1px;height: 1.3rem;background: #c7935f;position: absolute;bottom: 0;left: 50%;}
.p4_rwjs .box .zy{clear: both;}
.p4_rwjs .box .zy p{font-size: 0.14rem;color: #ffffff;line-height: 0.3rem;height: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.p4_rwjs .box:hover .pic::after{width: calc(100% - 0.2rem);top: calc(0.1rem - 1px);left: 0.1rem;z-index: 6;}
.p4_rwjs .box:hover .xx .bt{transform: translate(10px);}


.p4_r_lj{position: absolute;right: 0;bottom: 0;}
.p4_r_lj ul{}
.p4_r_lj ul li{margin-top: 0.1rem;}
.p4_r_lj ul li a{}
.p4_r_lj ul li .box{background: #3e994f;border-radius: 3300px;padding: 0.2rem 0.15rem;transition:0.4s;}
.p4_r_lj ul li p{font-size: 0.16rem;width: 0.16rem;color: #fff;}
.p4_r_lj ul li a:hover .box{background: #c7935f;}


@media(max-width: 1024px){
	.p4_left{margin-bottom: 0.3rem;}
	.p4_main>div{width: 100% !important;}

	.p4_fs{width: 100%;}
	.p4_ul1{width: 100%;}
	.p4_ul1 li::after{display: none;}
	.p4_ul1 li::before{display: none;}
	.p4_ul1 li{border: 1px solid #c7935f;}

	.p4_right_in{padding-bottom: 0.3rem;}
}
@media(max-width: 650px){

}

@media(max-width: 560px){

	.p4_fs .con{padding: 0.2rem;}
	.p4_fs .con .bt{margin-bottom: 0.1rem;}
	.p4_fs .con .zy{margin-bottom: 0.1rem;}

	.p4_ul1{margin-top: 0.1rem;}
	.p4_ul1 li::after{display: block;}
	.p4_ul1 li::before{display: block;}
	.p4_ul1 li{border: 0px solid #c7935f;}
	.p4_ul1 li .box{padding: 0.2rem;}
	.p4_ul1 li+li{margin-top: 0.1rem;}
	.p4_ul1 li .sj{margin-bottom: 0.05rem;}

	.p4_right_in{padding-right: 0.3rem;}
	.p4_rwjs{margin: 0 auto;width: 3rem;}
	.p4_rwjs .box .pic{width: 2.6rem;}
	.p4_rwjs .box .xx .bt{font-size: 0.3rem;}
	.p4_rwjs .box .zy{margin-top: 0.1rem;}
	.p4_right::after{height: 3.52rem;}

	.p4_rwjs .box .xx .ch{}

	.p4_r_lj{bottom: 0.3rem;}
	.p4_r_lj ul li .box{padding: 0.15rem 0.1rem;}
	.p4_r_lj ul li p{font-size: 0.14rem;line-height: 0.164rem;}
}



@font-face {
	font-family: Georgiabd;
	src: url(../font24/georgiab.ttf);
}


.page5 .intro{background: url(../images24/p5_bg.jpg) no-repeat center center;background-size: cover;}


.page5 .sy_tit_sj{display: none;}

.p5_bg_box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.p5_bg_box .box{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.p5_bg_box .box div{width: 100%;height: 100%;background: url(../images24/p5_cen_bg_big.png) no-repeat center center;background-size: 100% 100% !important;
	animation:dh_xzf 100s linear infinite;
}
.p5_bg_box .box1{clip-path: polygon(15% 0%, 80% 0%, 85% 25%, 20% 25%);}
.p5_bg_box .box2{clip-path: polygon(85% 29%, 100% 29%, 100% 39%, 85% 39%);}
.p5_bg_box .box3{clip-path: polygon(85% 61%, 100% 61%, 100% 71%, 85% 71%);}
.p5_bg_box .box4{clip-path: polygon(17% 100%, 82% 100%, 85% 25%, 20% 25%);}
.p5_bg_box .box5{clip-path: polygon(0% 61%, 15% 61%, 15% 71%, 0% 71%);}
.p5_bg_box .box6{clip-path: polygon(0% 29%, 15% 29%, 15% 39%, 0% 39%);}



.p5_main{}
.p5_cen_box{position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;width: 7.5rem;height: 7.5rem;display: flex;justify-content: center;align-items: center;}
.p5_cen_box .cbox1{width: 5.22rem;height: 5.22rem;display: flex;justify-content: center;align-items: center;position: relative;}
.p5_cen_box .cbox1::after{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: url(../images24/p5_cen_dd.png) no-repeat center center;background-size: 100% !important;
	/* animation:dh_xz 10s linear infinite; */
}
.p5_cen_box .cbox1::before{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;background: url(../images24/p5_xfj.png) no-repeat center center;background-size: 100% 100% !important;
	animation:dh_xz 10s linear infinite;
}
.p5_cen_box .cbox2{position: relative;width: 5rem;height: 5rem;}
.p5_cen_box .cbox2 img{display: block;width: 100%;}

.p5_cen_box .cbox2 .sy_tit{position: absolute;top: 0.68rem;left: 0;width: 100%;justify-content: center;}
.p5_cen_box .cbox2 .sy_tit .p2{    padding: 0 0.21rem;margin: 0 auto;}
.p5_cen_box .cbox2 .sy_tit .p2::before{content: '';
    display: block;
    width: 0.16rem;
    height: 1px;
    background: #477f3c;
    position: absolute;
    left: 0;
    top: 50%;
}

.p5_ul{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0 0.5rem;}
.p5_ul li{width: 4.2rem;position: relative;}

.p5_ul li+li+li{margin-top: 0.67rem;}
.p5_ul li a{}
.p5_ul li .box{display: flex;align-items: center;}

.p5_ul li .box .pic{width: 1.6rem;height: 1.6rem;position: relative;}
.p5_ul li .box .pic::after{content: '';display: block;width: 100%;height: 100%;background: url(../images24/p5_img_bg.png) no-repeat center center;position: absolute;top: 0;left: 0;background-size: 100% 100% !important;z-index: 1;
	animation:dh_xzf 50s linear infinite;
}
.p5_ul li .box .pic img{display: block;width: 100%;height: 100%;}
.p5_ul li .box .con{width: calc(100% - 1.6rem);padding-left: 0.3rem;}
.p5_ul li .box .con .shuzi{font-family: Georgiabd;font-size: 0.54rem;color: #3d6036;margin-bottom: 0.1rem;}
.p5_ul li .box .con .zy{font-size: 0.2rem;color: #3d6036;line-height: 0.28rem;}

.p5_ul li:nth-child(2n-1){margin-left: 0;margin-right: 2.23rem;}
.p5_ul li:nth-child(2n-1) .box{flex-direction: row-reverse;}

.p5_ul li:nth-child(2n-1) .box .con{padding-right: 0.3rem;padding-left: 0rem;}
.p5_ul li:nth-child(2n-1) .box .con .shuzi{text-align: right;}
.p5_ul li:nth-child(2n-1) .box .con .zy{text-align: right;}

.p5_ul li.li1{right: -0.7rem;}
.p5_ul li.li2{left: -0.7rem;}
.p5_ul li.li3{}
.p5_ul li.li4{}
.p5_ul li.li5{right: -0.7rem;}
.p5_ul li.li6{left: -0.7rem;}


.p5_ul li:hover .box .pic::after{animation:dh_xz 50s linear infinite;}


.p5_ul li:hover .box .pic img{-webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}



@keyframes dh_xz
{
from {transform: rotate(0deg);}
to {transform: rotate(360deg);}
}

@keyframes dh_xzf
{
from {transform: rotate(0deg);}
to {transform: rotate(-360deg);}
}



@-webkit-keyframes circleProgressLoad_right{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(225deg);
	}
	100%{
		-webkit-transform: rotate(225deg);
	}
}
@-webkit-keyframes circleProgressLoad_left{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(45deg);
	}
	100%{
	-webkit-transform: rotate(225deg);
	}
}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}






@media(max-width: 1024px){
	.page5 .sy_tit_sj{display: flex;}
	.p5_cen_box{display: none;}
	.p5_ul li{width: 49%;margin: 0 0 0.2rem !important;right: auto !important;left: auto !important;}
	.p5_ul li .box .pic{width: 1rem;height: 1rem;}
	.p5_ul li .box .con{width: calc(100% - 1rem);}
	.p5_ul li .box .con .shuzi{font-size: 0.36rem;margin-bottom: 0.05rem;}
	.p5_ul{padding: 0;}
	.p5_ul li .box .con .zy{font-size: 0.16rem;line-height: 0.2rem;}

}
@media(max-width: 750px){

}

@media(max-width: 650px){
	.p5_ul li .box .con{width: calc(100% - 0.5rem);padding-left: 0.1rem;}
	.p5_ul li:nth-child(2n-1) .box .con{padding-right: 0.1rem;}
	.p5_ul li .box .pic{width: 0.5rem;height: 0.5rem;}
	.p5_ul li .box .con .shuzi{font-size: 0.3rem;}
	.p5_ul li .box .con .zy{font-size: 12px;}
}


.page6{}
.page6 .intro{background: #fbf7ef;}

.page6 .sy_main{height: calc(100% - 3rem);display: flex;flex-direction: column;justify-content: center;}

.p6_main{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.p6_left{width: 8.7rem;}
.p6_left_in{}
.p6_ll{width: 100%;padding-bottom: 0.8rem;position: relative;}
.p6_ll .swiper-slide{position: relative;}
.p6_ll .swiper-slide::after{content: '';display: block;background: url(../images24/p6_left_con.jpg) no-repeat center bottom;width: 100%;height: 2.5rem;position: absolute;bottom: 0;left: 0;z-index: 1;background-size: cover;}
.p6_ll .swiper-slide::before{content: '';display: block;width: 100%;height: 1.8rem;bottom: 2.5rem;left: 0;z-index: 1;background: #3ca054;position: absolute;}
.p6_ll a{display: block;padding: 0 0.2rem;position: relative;z-index: 3;}
.p6_ll .img{    padding-bottom: 68.7%;}

.p6_ll .con{padding: 0.25rem;}
.p6_ll .con .bt{position: relative;margin-bottom: 0.2rem;}
.p6_ll .con .bt p{font-size: 0.18rem;line-height: 0.28rem;height: 0.56rem;color: #333333;transition:0.4s;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.p6_ll .con .bt::after{content: '';display: block;width: 0.02rem;height: 0;background: #c7935f;position: absolute;top: 0;left: 0;transition:0.4s;}
.p6_ll .con .zy{font-size: 0.14rem;line-height: 0.24rem;color: #737373;height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.p6_ll .con .sj{display: flex;justify-content: space-between;position: relative;align-items: center;margin-top: 0.2rem;}
.p6_ll .con .sj::before{content: '';display: block;width: calc(100% - 1.1rem);border-bottom: 1px dashed #d9d9d9;transition: 0.4s;}
.p6_ll .con .sj p{font-size: 0.14rem;color: #737373;padding-left: 0.2rem;background: url(../images24/p4_ico_sj.png) no-repeat center left;background-size: 0.15rem !important;line-height: 0.16rem;}

.p6_ll a:hover .con .bt::after{height: 100%;}
.p6_ll a:hover .con .bt p{transform: translate(10px);color: #c7935f;}



.p6_ll .swiper-slide:nth-child(2n)::after{top: 0;bottom: auto;background: #fff;}
.p6_ll .swiper-slide:nth-child(2n)::before{top: 2.5rem;bottom: auto;background: #477f3c;}
.p6_ll .swiper-slide:nth-child(2n) a{display: flex;flex-direction: column-reverse;}
.p6_ll .swiper-slide:nth-child(2n-1) .con{}
.p6_ll .swiper-slide:nth-child(2n-1) .con .bt{}
.p6_ll .swiper-slide:nth-child(2n-1) .con .bt p{color: #fff;}
.p6_ll .swiper-slide:nth-child(2n-1) .con .zy{color: #fff;opacity: 0.4;}
.p6_ll .swiper-slide:nth-child(2n-1) .con .sj p{color: #fff;background: url(../images24/p4_ico_sj_bai.png) no-repeat center left;}


.p6_ll .swiper-pagination{position: absolute;right: 0;bottom: 0rem;z-index: 6;}
.p6_ll .swiper-pagination span{width: 0.29rem;height: 0.27rem;opacity: 1;margin: 0 0.02rem !important;border-radius: 0;background: url(../images24/p2_left_lb_dot.png) no-repeat center center;background-size: 100% 100% !important;transition:0.4s;}
.p6_ll .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images24/p2_left_lb_dot_on.png) no-repeat center center;}




.p6_right{width: 5.8rem;}

.p6_right_ul{display: flex;align-items: flex-start;}
.p6_right_ul li{position: relative;z-index: 3;}
.p6_right_ul li+li{margin-left: -0.54rem;z-index: 2;margin-top: 0.9rem;}
.p6_right_ul li+li+li{z-index: 1;margin-top: 0.44rem;}
.p6_right_ul li a{display: block;}
.p6_right_ul li .pic{width: 2.3rem;}
.p6_right_ul li .pic img{display: block;width: 100%;}
.p6_right_ul li .con{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.p6_right_ul li .con .bt{position: absolute;right: 0.55rem;top: 0.3rem;font-size: 0.22rem;line-height: 0.28rem;color: #fff;width: 0.22rem;white-space: wrap;word-break: break-word;text-align: center;
}
.p6_right_ul li .con .gd{font-size: 0.14rem;color: #fff;padding-top: 1rem;width: 0.14rem;position: absolute;bottom: 0.4rem;left: 0.6rem;z-index: 3;transition:0.4s;}
.p6_right_ul li .con .gd::after{content: '';display: block;width: 0;height: 0.9rem;border-right: 1px dashed #fff;position: absolute;top: 0;left: 50%;}
.p6_right_ul li:hover .con .gd{color: #c7935f;}
.p6_right_ul li:hover .con .gd::after{border-right: 1px dashed #c7935f;}

.p6_right_ul li+li .con .gd{left: 0.9rem;}

.p6_right_ul li+li+li:hover .con .gd{color: #477f3c;}
.p6_right_ul li+li+li:hover .con .gd::after{border-right: 1px dashed #477f3c;}


@media(max-width: 1024px){
	.p6_left{width: 100%;}
	.p6_right{width: 100%;margin-top: 0.3rem;}
}
@media(max-width: 650px){
	.p6_ll{padding-bottom: 0.4rem;}
	.p6_ll .con{padding: 0.2rem 0;}
	.p6_right_ul li{width: 38.33%;}
	.p6_right_ul li+li{margin-left: -5%;}
	.p6_right_ul li .pic{width: 100%;}
	.p6_right_ul li .con .bt{font-size: 0.18rem;right: 0.2rem;top: 0.2rem;line-height: 0.2rem;}
	.p6_right_ul li .con .gd{left: 0.3rem !important;bottom: 0.1rem;}
}



.page7 .intro{background: #fff url(../images24/p7_bg.jpg) no-repeat center bottom;background-size: 100%;}
.p7_main{display: flex;justify-content: space-between;flex-wrap: wrap;}

.p7_left{width: 8.7rem;}
.p7_left .sy_tit{margin-bottom: 0.5rem;}

.p7_lb{width: 100%;}
.p7_lb .swiper-slide{position: relative;padding-left: 0.2rem;}
.p7_lb .swiper-slide::after{content: '';display: block;width: 100%;height: calc(100% - 0.3rem);position: absolute;top: 0.15rem;left: 0;z-index: 1;background: url(../images24/p7_left_img_bg.jpg) no-repeat center center;background-size: cover;}
.p7_lb a{display: flex;position: relative;z-index: 3;flex-wrap: wrap;}
.p7_lb .img{width: 3.8rem;height: 2.6rem;padding-bottom: 0;}
.p7_lb .con{width: calc(100% - 3.8rem);height: calc(100% - 0.3rem);margin-top: 0.15rem;padding: 0.2rem;}
.p7_lb .con .sj{    font-size: 0.14rem;margin-bottom: 0.1rem;
    color: #fff;
    padding-left: 0.2rem;
    background: url(../images24/p4_ico_sj_bai.png) no-repeat center left;
    background-size: 0.15rem !important;
    line-height: 0.16rem;}
.p7_lb .con .bt{font-size: 0.18rem;line-height: 0.28rem;height: 0.58rem;color: #fff;font-weight: bold;margin-bottom: 0.1rem;transition:0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.p7_lb .con .zy{font-size: 0.14rem;line-height: 0.24rem;color: #ffffff;opacity: 0.5;height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.p7_lb .swiper-pagination{position: absolute;right: 0;bottom: 0.3rem;z-index: 6;width: calc(100% - 3.8rem);left: auto;}
.p7_lb .swiper-pagination span{width: 0.29rem;height: 0.27rem;opacity: 1;margin: 0 0.02rem !important;border-radius: 0;background: url(../images24/p2_left_lb_dot.png) no-repeat center center;background-size: 100% 100% !important;transition:0.4s;}
.p7_lb .swiper-pagination span.swiper-pagination-bullet-active{background: url(../images24/bn_dt_dot_on.png) no-repeat center center;}
.p7_lb a:hover .con .bt{color: #c7935f;transform: translate(5px);}


.p7_ul1{margin-top: 0.4rem;}
.p7_ul1 li{}
.p7_ul1 li a{}
.p7_ul1 li .box{display: flex;justify-content: space-between;padding: 0.19rem 0;}
.p7_ul1 li .box .bt{width: calc(100% - 1rem);font-size: 0.18rem;color: #333333;transition:0.4s;line-height:0.23rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p7_ul1 li .box .bt font{font-size: 0.18rem;color: #477f3c;font-weight: 600;}
.p7_ul1 li .box .sj{font-size: 0.14rem;color: #737373;}

.p7_ul1 li:hover .box .bt{color: #c7935f;}

.p7_right{width: 5.8rem;padding: 0 0.35rem;position: relative;}

.p7_right .more{display: none;}

.p7_right::after{content: '';display: block;width: 100%;height: 8.4rem;background: url(../images24/p7_right_bg.jpg) no-repeat center center;background-size: cover;position: absolute;left: 0;top: -0.87rem;z-index: 1;box-shadow: 0 0 0.2rem rgba(0, 0, 0, .08);border-radius: 1000px 1000px 0 0;}

.p7_right .sy_tit{z-index: 3;}
.p7_right_ul{position: relative;z-index: 3;}
.p7_right_ul li{position: relative;}
.p7_right_ul li+li::after{content: '';display: block;width: 0.1rem;height: 0.1rem;background: url(../images24/p7_right_line_ico.png) no-repeat center center;background-size: 100% 100%;position: absolute;top: -0.1rem;right: 0;}
.p7_right_ul li+li{padding-top: 0.23rem;margin-top: 0.23rem;border-top: 1px solid #d9d9d9;}
.p7_right_ul li a{display: flex;}
.p7_right_ul li .img{width: 2.1rem;height: 1.5rem;padding-bottom: 0;position: relative;}
.p7_right_ul li .img.play::after{content: '';display: block;width: 0.35rem;height: 0.35rem;background: url(../images24/p7_right_play.png) no-repeat center center;background-size: 100% !important;
	position: absolute; top: 0;left: 0;right: 0;bottom: 0;z-index: 3;margin: auto;}
.p7_right_ul li .con{padding-left: 0.26rem;width: calc(100% - 2.1rem);}
.p7_right_ul li .con .mt{width: 0.34rem;height: 0.34rem;margin-bottom: 0.1rem;background-size: 100% 100% !important;}
.p7_right_ul li .con .wx{background: url(../images24/p7_right_wx.png) no-repeat center center;}
.p7_right_ul li .con .bt{font-size: 0.18rem;line-height: 0.28rem;color: #333333;margin-bottom: 0.1rem;transition:0.4s;height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.p7_right_ul li .con .sj{    font-size: 0.14rem;
    color: #737373;
    padding-left: 0.2rem;
    background: url(../images24/p4_ico_sj.png) no-repeat center left;
    background-size: 0.15rem !important;
    line-height: 0.16rem;
}
.p7_right_ul li:hover .con .bt{color: #c7935f;transform: translate(5px);}


.p7_right_more{z-index: 6;position: absolute;bottom: -0.3rem;width: 100%;left: 0;}
.p7_right_more .more{display: table;position: relative;margin: 0 auto;}
.p7_right_more .more p{font-size: 0.16rem;color: #333333;transition: 0.4s;padding-left: 0.84rem;position: relative;}
.p7_right_more .more::after{content: '';display: block;width: 0.65rem;height: 1px;background: #d1d1d1;position: absolute;left: 0;top: 50%;}
.p7_right_more .more::before{content: '';display: block;width: 0.15rem;height: 0.14rem;background: url(../images24/sy_more_bg_xx.png) no-repeat center center;position: absolute;left: 0.64rem;top: 0;transform: scale(1);}
.p7_right_more .more:hover{color: #477f3c;}
.p7_right_more .more:hover::before{animation:dh_star 1s forwards;}




@media(max-width: 1024px){
	.p7_left .sy_tit{margin-bottom: 0.2rem;}
	.p7_left{width: 100%;}

	.p7_right .sy_tit{justify-content: space-between;}
	.p7_right_more{display: none;}
	.p7_right .more{display: block;}

	.p7_right{width: 100%;padding: 0.3rem;margin-top: 0.3rem;}

	.p7_right::after{top: 0;left: 0;border-radius: 0;height: 100%;}

	.p7_lb .swiper-slide{padding: 0rem 0.2rem 0rem;}
	.p7_lb .img{width: 100%;height: 0;padding-bottom: 60%;}
	.p7_lb .con{width: 100%;margin-top: 0;padding-bottom: 0.4rem;}

	.p7_lb{padding-bottom: 0rem;}
	.p7_lb .swiper-pagination{width: 100%;left: 0;bottom: 0.1rem;}
	.p7_lb .swiper-slide::after{bottom: 0;top: auto;}


}
@media(max-width: 650px){
	.p7_ul1{margin-top: 0.2rem;}
	.p7_ul1 li .box .bt{width: 100%;margin-bottom: 0.1rem;}
	.p7_ul1 li .box{flex-wrap: wrap;padding: 0.1rem 0;}

	.p7_right_ul li .img{width: 100%;padding-bottom: 60%;height: 0;}
	.p7_right_ul li a{flex-wrap: wrap;}
	.p7_right_ul li .con{width: 100%;padding-left: 0;padding-top: 0.1rem;}
}



.page8 .intro{background: url(../images24/p8_bg.jpg) no-repeat center center !important;background-size: cover !important;}

.p8_main{}
.p8_shang{height: 2.82rem;background: url(../images24/p8_shang_bg.png) no-repeat center center;padding-top: 1px;}
.p8_shang .sy_tit{margin-top: -0.2rem;}
.p8_shang .sy_tit .con .p1{color: #f8d5b3;}

.p8_ul{display: flex;flex-wrap: wrap;justify-content: space-around;padding-top: 0.1rem;}
.p8_ul li{}
.p8_ul li a{}
.p8_ul li .pic{position: relative;width: 1.1rem;height: 1.1rem;margin-bottom: 0.17rem;}
.p8_ul li .pic::after{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(../images24/p8_img_out.png) no-repeat center center;background-size: 100% 100% !important;
    animation: dh_xz 50s linear infinite;
}
.p8_ul li .pic img{display: block;width: 100%;}
.p8_ul li p{font-size: 0.2rem;color: #fff;font-weight: bold;text-align: center;}


.p8_xia{margin-top: 0.6rem;}
.foot_sy{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.f_left{display: flex;align-items: center;}
.f_left .lg{width: 4.12rem;margin-right: 0.44rem;}
.f_left .lg img{display: block;width: 100%;}
.f_left .bq{width: 0.52rem;}
.f_left .bq img{display: block;width: 100%;}

.f_cen{width: 6.3rem;}
.f_cen .con{}
.f_cen .con p{font-size: 0.14rem;line-height: 0.24rem;color: rgba(255,255,255,0.8);padding-left: 0.32rem;background: url(../images24/foot_ico1.png) no-repeat left center;background-size: 0.23rem !important;}
.f_cen .con p+p{margin-top: 0.2rem;background: url(../images24/foot_ico2.png) no-repeat left center;}
.f_cen .con p+p+p{background: url(../images24/foot_ico3.png) no-repeat left center;}
.f_cen .con a{color: rgba(255,255,255,0.8);transition:0.4s;}
.f_cen .con a:hover{color: rgba(255,255,255,1);}

.f_right{}
.f_right .ewm_box{}
.f_right .ewm_box .pic{width: 1.44rem;}
.f_right .ewm_box .pic img{display: block;width: 100%;}
.f_right .ewm_box p{font-size: 0.14rem;color: #fff;text-align: center;margin-top: 0.15rem;line-height: 0.24rem;}




@media(max-width: 1024px){
	.p8_shang{height: auto;background-size: auto 100%;padding: 0.1rem 0 0.3rem;}
	.page8 .intro{padding: 0.3rem 0 0 !important;}
	.p8_ul{justify-content: center;}
	.p8_ul li{margin: 0 0.2rem 0.1rem;}
}
@media(max-width: 650px){
	.foot_sy{justify-content: center;}
	.f_left{width: 100%;justify-content: center;}
	.f_cen{width: 100%;margin: 0.2rem 0;}
	.f_right{}

	.p8_ul li .pic{width: 0.8rem;height: 0.8rem;margin: 0.1rem auto;}
	.p8_ul li p{font-size: 0.16rem;}
}





@media(min-width: 1921px){
	.w152{width: 80%;}
	.w14{width: 80%;}
	.yc_top_nav .head_bottom{width: 80%;}

}



@media(max-width: 1650px){


}

@media(max-width: 1400px){
	#header #logo .box_table{width: 100%;}
	#header #logo{width: 35%;}

}
@media(max-width: 1200px){
	body{overflow-y: auto;}

	.w152{width: 95% !important;}
	.w14{width: 95% !important;}
	
	.yc_top_nav .head_bottom{width: 95%;}



}

@media(max-width: 1024px){


	.header_box{display: none;}
	.m_header_box{display: block;}
	.sy_tit span{line-height: 0.24rem;}
	.p1_lb .swiper-slide a::after{display: none;}


 .toubu_div{position: relative;}




.page .intro{padding: 0rem 0;background: url(../images24/sy_bg.jpg) no-repeat center center;background-size: cover;}
.page .intro .sy_main{width: 100%;padding: 0.3rem 2%;}

.sy_tit{margin-bottom: 0.3rem;}
.sy_tit .con{zoom: 0.8;}




}
@media(max-width: 900px){

}
@media(max-width: 830px){


	

}
@media(max-width: 700px){




}

@media(max-width: 650px){

	

	#m_header #logo{width: 80%;}





}




/* 首页样式结束 */


/* 二级页样式开始 */

/* 手机二级导航 开始 */

#nav_slide {
    background: #477f3c;
    line-height: 0.5rem;
    position: relative;
    z-index: 2;
    display: none
}
#nav_slide #bnt_back {
    position: absolute;
    left: 0.16rem;
    top: -0.02rem;
}
#nav_slide #bnt_back img {
    height: 0.2rem;
    vertical-align: middle
}
#nav_slide .n_title {
    height: 0.5rem;
}
#nav_slide h1 {
    font-size: 0.18rem;
    color: #fff;
    text-align: center
}
#bnt_sub_nav {
    position: absolute;
    right: 0.16rem;
    top: 0.14rem;
    cursor: pointer
}
#bnt_sub_nav img {
    display: block;
    height: 0.2rem;
}
#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
#sub_nav_content {
    background: #f2f2f2;
    display: none;
    z-index: 9;
    width: 100%
}
#sub_nav_content ul li {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #dedede;
    padding: 0 0.15rem;
}
#sub_nav_content ul li a {
    display: inline-block;
    font-size: 0.16rem;
    padding: 0;
    color: #333;
    width: 88%
}
#sub_nav_content ul li i {
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold
}
#sub_nav_content ul li ul li {
    border: 0;
    line-height: 0.28rem;
    padding-left: 0.1rem;
}
#sub_nav_content ul li ul li a {
    font-size: 0.16rem;
    color: #666
}
#sub_nav_content ul li.on>a {
    color: #07539a;
}
#sub_nav_content ul li ul {
    display: none
}


@media(max-width: 1024px){
	#nav_slide{display: block;}
}
/* 手机二级导航 结束 */





.ej_body,.ej_html{overflow-y: auto;position: relative;background: #faf8f7;}



.fanye{text-align: center;margin: 0.4rem 0 0;display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.fanye p{display: table;margin: 0 0.04rem;}
.fanye p>a{font-size: 0.14rem;color: #323232;box-shadow: none !important;transition: 0.4s;}
.fanye p>a:hover{color: #477f3c;}
.fanye a{transition: 0.4s;}
.fanye a:hover{box-shadow: 0 0 5px rgba(0,0,0,.5);}
.fanye .ye{display: flex;justify-content: center;flex-wrap: wrap;align-items: center;}
.fanye .ye a{display: block;font-size: 0.14rem;color: #323232;text-align: center;width: 0.3rem;height: 0.3rem;border: 1px solid #bababa;border-radius: 50%;line-height: 0.3rem;margin: 0 0.025rem;}
.fanye .ye a.on{background: #477f3c;color: #fff;border: 1px solid #477f3c;}
.fanye .ye .prev{background: url(../images24/fanye_prev.png) no-repeat;background-size: 100% !important;border: none;}
.fanye .ye .next{background: url(../images24/fanye_next.png) no-repeat;background-size: 100% !important;border: none;}



#ej_main{padding-bottom: 1px;    background: #ffffff;}
#ej_main .head_bottom{}




.ej_body .yc_top_nav.on{transition-delay: 0s !important;}



.ej_bn_dt{position: relative;}
.ej_bn_dt::after{content: "";display: block;background: url(../images24/ej_bn_dt_zz_x.png) no-repeat left bottom;position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 3;content: "";display: block;transition: 0.4s;}
.ej_bn_dt::before{content: "";display: block;background: url(../images24/ej_bn_dt_zz_s.png) no-repeat left top;position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 3;content: "";display: block;transition: 0.4s;}



.ej_bn_dt .img{height: 4.6rem;padding-bottom: 0;}

.ej_bn_dt{}
.ej_bn_dt .con{position: absolute;left: 0;bottom: 0.4rem;z-index: 4;width: 100%;}
.ej_bn_dt .con .w152{display: flex;align-items: center;justify-content: space-between;}
.ej_bn_dt .con .lmmc p{font-size: 0.4rem;color: #fff;font-weight: bold;text-shadow: 0 0 0.09rem #000;position: relative;margin-bottom: 0;text-indent: 0;}

.ej_bn_dt .con .lmmc .btn{width: 0.3rem;height: 0.3rem;background: url(../images24/bnt_sub_nav2.png) no-repeat;background-size: 100% !important;display: none;}


.ej_nav_box{margin-top: 0;position: relative;z-index: 3;}
.ej_nav_box::after{width: 100%;height: 0.6rem;content: "";display: block;background: #fff;position: absolute;left: 0;top: 0;z-index: 1;box-shadow: 0 0 0.2rem rgba(0, 0, 0, .09);}
.ej_nav_box ul{display: flex;position: relative;z-index: 3;}
.ej_nav_box ul li{transition: 0.4s;background-size: 100% 100% !important; position: relative;}
.ej_nav_box ul li p{font-size: 0.18rem;color: #333;display: block;height: 0.6rem;line-height: 0.6rem;padding: 0 0.2rem;transition: 0.4s;text-align: center;text-indent: 0;}
.ej_nav_box ul li a{text-decoration: none;}
.ej_nav_box ul li.on,.ej_nav_box ul li:hover{background: #477f3c;}
.ej_nav_box ul li.on p,.ej_nav_box ul li:hover p{color: #fff;text-decoration: none;}




.ej_nav_box ul li .sub{position: absolute;top: 100%;left: calc(50% - 0.9rem);width: 1.8rem;display: none;z-index: 3;padding: 0.1rem;padding-top: 0;}
.ej_nav_box ul li .sub::after{content: '';display: block;width: calc(100% - 0.2rem);height: calc(100% - 0.1rem);background: #fff;opacity: 1;position: absolute;top: 0;left: 0.1rem;z-index: 1;transition:0.4s;box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);}
.ej_nav_box ul li .sub .box{position: relative;z-index: 3;}
.ej_nav_box ul li .sub .box p{line-height: 0.24rem;height: auto;padding: 0.15rem 0.2rem;color: #333;}

.ej_nav_box ul li .sub .box a:hover p{background: #477f3c;color: #fff;}





.ej_nav_box .lmmc_sj{display: none;justify-content: space-between;align-items: center;}
.ej_nav_box .lmmc_sj h2{    font-size: 0.28rem;
    color: #477f3c;font-weight: bold;}
.ej_nav_box .lmmc_sj .btn{    width: 0.3rem;cursor: pointer;
    height: 0.3rem;
    background: url(../images24/bnt_sub_nav2.png) no-repeat;
    background-size: 100% !important;
}



.lmmc_pc{margin-bottom: 0.5rem;}
.lmmc_pc h2{font-size: 0.38rem;color: #333333;position: relative;padding-bottom: 0.15rem;}
.lmmc_pc h2::after{content: '';display: block;width: 0.4rem;height: 0.04rem;background: #477f3c;position: absolute;bottom: 0;left: 0;}


.ej_nr_box{padding-top: 0.6rem;    min-height: 6rem;position: relative;z-index: 1;}


.dqwz_out{display: flex;justify-content: space-between;border-bottom: 1px solid #d3c6c0;}
.dqwz_out h2{font-size: 0.36rem;color: #477f3c;font-weight: bold;position: relative;}
.dqwz_out h2::after{content: "";display: block;width: 0.18rem;height: 0.09rem;background: url() no-repeat;background-size: 100%;position: absolute;bottom: 0;left: calc(50% - 0.09rem);}


.dqwz{min-height: 0rem;display: flex;align-items: center;margin-top: 0.17rem;}
.dqwz p{font-size: 0.14rem;color: #fff;padding-left: 0.27rem;line-height: 0.18rem;height: 0.18rem;background: url(../images24/ej_dqwz.png) no-repeat left center;background-size: 0.15rem;text-indent: 0;}
.dqwz p a{font-size: 0.14rem;color: #fff;transition: 0.4s;text-decoration: none;}
.dqwz p a:hover{color: #477f3c;}
/* .dqwz p span{color: #477f3c;} */



.ej_nr_box_main{padding: 0rem 0rem 0;margin-bottom: 0.4rem;}


.ej_foot{display: block !important;position: relative;background: url(../images24/ej_foot_bg.jpg) repeat-x bottom center;background-size: cover;padding: 0.4rem 0 0.35rem;}
.ej_foot .w14{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}


@media(min-width: 1921px){


}

@media(max-width: 1420px){

}
@media(max-width: 1024px){


	.lmmc_pc{margin-bottom: 0.1rem;margin-top: 0.1rem;display: none;}
	.lmmc_pc h2{font-size: 0.28rem;}


	.ej_bn_dt::before{display: none;}
	.ej_bn_dt::after{height: 0.5rem;}

	.w1340{width: 95%;}
	#ej_main .toubu_div::after{display: none;}
	.ej_nr_box {padding-top: 0rem;}
	.dqwz{    padding: 0.1rem 0rem;}
	.ej_nr_box_main{padding: 0.2rem 0;}
	.ej_bn_dt .img{height: 3rem;}
	.ej_bn_dt::after{background-size: 100% 100%;height: 1rem;}

	.ej_bn_dt .con{bottom: 0;}
	.ej_bn_dt .con .lmmc{display: none;}


	.ej_nav_box{margin-top: 0;display: none;}

	.ej_nav_box ul{flex-wrap: wrap;padding: 0.1rem 0;display: none;}
	.ej_nav_box ul li{width: 100%;border-bottom: 1px dashed rgba(255,255,255,0.4);background: #477f3c;margin-left: 0;}
	.ej_nav_box ul li p{line-height: 0.2rem;font-size: 0.16rem;padding: 0.1rem;height: auto;}


	.dqwz_out h2{display: none;}

	.ej_nav_box::after{display: none;}
	.ej_nav_box .lmmc_sj{display: flex;padding: 0.15rem 0;}

	.ej_foot{padding: 0.2rem 0;height: auto !important}
	.ej_foot_cen{margin: 0.3rem 0;}
	.ej_foot .foot_right{width: auto !important;}
	.ej_foot .foot_right ul{padding: 0 0.1rem;}
	.ej_foot .foot_right ul li{margin: 0.1rem;}

	.ej_foot .w14{justify-content: center;}

}

@media(max-width: 900px){
	.ej_main_box{}
	.ej_bn_dt .img{height: 2rem;}
	.fanye{margin: 0.3rem 0;}


}

@media(max-width: 850px){
	.ej_foot_cen ul li{width: calc(50% - 0.1rem);height: auto;}
	.ej_foot_cen ul li .img{padding-bottom: 41%;}
}


@media(max-width: 750px){
	.ej_nav_box .lmmc_sj h2{font-size: 0.24rem;}
}





@media(max-width: 650px){
	.ej_nr_box_main{margin-bottom: 0rem;}


	.ej_bn_dt .img{height: 1.5rem;}
	.dqwz{min-height: 0.4rem;}
	.w152{width: 97%;}
	
	.fanye p>a{font-size: 12px;}
	.fanye .ye{width: 100%;margin: 0.05rem 0;}
	.fanye .ye a{width: 0.22rem;height: 0.22rem;line-height: 0.18rem;font-size: 12px;}

	.ej_bn_dt .con .lmmc p{font-size: 0.2rem;}


	.ej_foot_cen ul li{}
}





.nry_main{display:block;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}


.qrid_zz{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.9);display: none;top: 0;left: 0;z-index: 1000000;display: none;justify-content: center;align-items: center;}
.qrid_zz #qrid{padding: 8px;background: #fff;border-radius: 5px;}




.ej_nry{width: 100%;position: relative;}
.ej_nry .box1{}
.ej_nry .box1 .bt{font-size: 0.28rem;line-height: 0.38rem;color: #333333;font-weight: bold;margin-bottom: 0.2rem;text-align: center;}
.ej_nry .box1 .xx{padding-bottom: 0.25rem;text-align: center;border-bottom: 1px solid #d9d9d9;}
.ej_nry .box1 .xx p{font-size: 0.14rem;color: #737373;line-height: 18px;padding-left: 22px;background: url(../images24/nry_xx_djs.png) no-repeat left center;display: inline-block;margin-right: 0.2rem;text-indent: 0;}
.ej_nry .box1 .xx p+p{background: url(../images24/nry_xx_sj.png) no-repeat left center;}

.ej_nry .box2{padding-bottom: 0.16rem;border-bottom: 1px solid #d9d9d9;}
.ej_nry .box2 video{
max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
.ej_nry .box2 p{font-size: 0.18rem  !important;color: #323232;line-height: 0.36rem !important;/*text-indent: 2em;*/margin-bottom: 0.2rem;}
.ej_nry .box2 img{display: inline-block;text-align: center;margin: 0 auto;max-width: 100%;height: auto !important;height: auto !important;border:none !important;}

.ej_nry .box2 p.img_sm{font-size: 0.14rem;color: #666666;text-align: center;}
.ej_nry .box2 p.has_img{text-indent: 0;margin-bottom: 0.1rem;text-align: center;}
.ej_nry .box2 p.tpsm{text-align: center;color: #737373;text-indent: 0;line-height: 0.2rem;}

.ej_nry .box3{padding: 0.3rem 0;}
.ej_nry .box3 a{display: block;padding: 0.18rem 0;transition: 0.4s;font-size: 0.18rem;color: #333333;font-weight: 600;    text-decoration: none;}
.ej_nry .box3 a strong{font-weight: normal;}
.ej_nry .box3 p{display: inline;font-size:18px;text-indent: 0;}
.ej_nry .box3 a:hover{color: #477f3c;}






@media(max-width: 1024px){
	.ej_nry{padding: 0rem;}


	.ej_nry .box1 .bt{    font-size: .2rem;margin-bottom: 0.1rem;line-height: 0.3rem;}
	.ej_nry .box2{padding-top: 0.18rem;padding-bottom: 0.1rem;}
	.ej_nry .box2 p{font-size: 0.16rem ;
		line-height: 0.32rem ;
		margin-bottom: 0.2rem;}
	.ej_nry .box2 p.img_sm{margin-bottom: 0.1rem;}
	.ej_nry .box3{padding-top: 0.2rem;padding-bottom: 0.1rem;}
	.ej_nry .box3 a{font-size: 0.16rem;padding: 0.08rem 0;}
	.my-share-d{margin-bottom: 0;}
	.my-share-d>div{width: 0.3rem;height: 0.3rem;}
	.ej_nry .box1 .xx{padding-bottom: 0.1rem;}

	.nry_main .nry_fx{display: flex;justify-content: center;margin-bottom: 0.2rem;position: relative;left: auto;width: 100%;}
	.my-share-d{display: flex;padding: 0.1rem 0.1rem;}
	.my-share-d>div{margin-bottom: 0;margin: 0 0.1rem 0;}

}


@media(max-width: 650px){
	.ej_nry .box2{padding-bottom: 0;}

	.ej_nry .box2 img{width: 100%;display:block;}

	.ej_nry .box2 p{line-height: 0.28rem;margin-bottom: 0.1rem;}
}


.ej_tt_list{}
.ej_tt_list ul{}
.ej_tt_list ul li{background: #fff;margin-bottom: 0.2rem;position: relative;overflow: hidden;box-shadow: 0 0 0.2rem rgba(0, 0, 0, .09);}
.ej_tt_list ul li::after{content: "";display: block;width: 100%;height: 100%;background: #477f3c;background-size: 100%;position: absolute;top: 0;left: 0;z-index: 1;transform: scale(0.97);opacity: 0;transition: 0.4s;}
.ej_tt_list ul li a{position: relative;z-index: 3;display: block;}
.ej_tt_list ul li .box{display: flex;padding: 0.2rem;flex-wrap: wrap;align-items: flex-start;}
.ej_tt_list ul li .sj{transition: 0.4s;display: table;background: #477f3c;width: 0.7rem;padding: 0.1rem 0 0.15rem;transition:0.4s;margin-left: -0.22rem;position: relative;z-index: 3;margin-top: 0.35rem;}
.ej_tt_list ul li .sj .p1{font-size: 0.32rem;color: #fff;text-align: center;margin-bottom: 0.06rem;transition:0.4s;}
.ej_tt_list ul li .sj .p2{font-size: 12px;color: #fff;text-align: center;transition:0.4s;}

.ej_tt_list ul li .con{width: calc(100% - 4.1rem);padding-top: 0.3rem;padding-left: 0.32rem;}
.ej_tt_list ul li .con .bt{font-size: 0.22rem;color: #353535;position: relative;line-height: 0.22rem;margin-bottom: 0.26rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
transition: 0.4s;
}
.ej_tt_list ul li .con .line{display: block;width: 0.6rem;height: 1px;background: #477f3c;margin:0.16rem 0 0.22rem;display: none;}

.ej_tt_list ul li .con .zy{font-size: 0.14rem;color: #737373;line-height: 0.26rem;margin-bottom: 0.22rem;
height: 0.78rem;overflow: hidden;transition: 0.4s;text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.ej_tt_list ul li .con .xq{font-size: 0.14rem;color: #737373;padding-left: 1.45rem;position: relative;}
.ej_tt_list ul li .con .xq::after{content: '';display: block;width: 1.3rem;height: 1px;background: #d9d9d9;position: absolute;left: 0;top: 50%;}

.ej_tt_list ul li .img{width: 3.6rem;height: 2.3rem;padding: 0;z-index: 3;transition: 0.4s;}
.ej_tt_list ul li .img_out{position: relative;}

.ej_tt_list ul li.no_img .con{width: calc(100% - 0.7rem);}
.ej_tt_list ul li.no_img .sj{margin-left: 0;}



.ej_tt_list ul li:hover::after{opacity: 1;transform: scale(1);}
.ej_tt_list ul li:hover .img_out::after{background: #905a50;}
.ej_tt_list ul li:hover .con .bt{color: #fff;}
.ej_tt_list ul li:hover .con .zy{color: #fff;opacity: 0.8;}
.ej_tt_list ul li:hover .con .xq{color: #fff;opacity: 0.8;}
.ej_tt_list ul li:hover .con .line{background: #fff;}
.ej_tt_list ul li:hover .sj{background: #fff;}
.ej_tt_list ul li:hover .sj .p1{color: #477f3c;}
.ej_tt_list ul li:hover .sj .p2{color: #477f3c;}

@media(max-width: 1024px){



}
@media(max-width: 800px){
	.ej_tt_list ul li .sj{margin-left: 0.1rem;margin-top: -0.75rem;width: auto;padding: 0.1rem 0.05rem;}
	.ej_tt_list ul li .sj .p1{font-size: 0.28rem;margin-bottom: 0.02rem;}
	.ej_tt_list ul li.no_img .sj{margin-left: 0;margin-top: 0rem;}
	.ej_tt_list ul li.no_img .con{padding-right: 0;}
	.ej_tt_list ul li.no_img .box{align-items: center;}

	.ej_tt_list ul li .con .bt{font-size: 0.18rem;margin-bottom: 0.1rem;}
	.ej_tt_list ul li .box{padding: 0.1rem;}
	.ej_tt_list ul li .con{width: 100%;padding: 0.2rem 0.2rem;}
	.ej_tt_list ul li .img_out{width: 100%;height: 60%;padding-bottom: 60%;z-index: 1;}
	.ej_tt_list ul li .img_out::after{display: none;}
	.ej_tt_list ul li .img{width: 100%;height: 100%;z-index: 6;position: absolute;top: 0;left: 0;}
	.ej_tt_list ul li .con .zy{margin-bottom: 0.2rem;}


}

@media(max-width: 650px){
	.ej_tt_list ul li .con{padding: 0.2rem 0rem;}
}


.ej_list{}
.ej_list ul{}
.ej_list ul li{position: relative;transition: 0.4s;margin-bottom: 0.1rem;box-shadow: 0 0 0.2rem rgba(0, 0, 0, .09);}
.ej_list ul li::after{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #477f3c;z-index: 1;transition:0.4s;transform: scale(0.9);opacity: 0;}

.ej_list ul li a{display: block;position: relative;z-index: 3;}
.ej_list ul li .box{padding: 0.21rem 0.4rem;display: flex;justify-content: space-between;align-items: center;width: 100%;}

.ej_list ul li .line{width: 0.02rem;height: 100%;background: #477f3c;position: absolute;top: 0;left: 0;z-index: 1;transition:0.4s;}

.ej_list ul li .sj{font-size: 0.16rem;color: #353535;position: relative;z-index: 3;}
.ej_list ul li .bt{font-size: 0.18rem;color: #333333;margin: 0;transition: 0.4s;width: calc(100% - 1.1rem);position: relative;z-index: 3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ej_list ul li .more{display: table;font-size: 0.14rem;transition: 0.4s;color: #676767;}
	
.ej_list ul li a:hover{}
.ej_list ul li:hover{background: #fff;box-shadow: 0 0 0.1rem rgba(0,0,0,.19);}

.ej_list ul li:hover .sj{color: #fff;}
.ej_list ul li:hover .bt{color: #fff;}
.ej_list ul li:hover::after{transform: scale(1);opacity: 1;}


@media(max-width: 1024px){
	.ej_list ul li .box{flex-wrap: wrap;padding: 0.2rem;}
	.ej_list ul li .line{display: none;}
	.ej_list ul li .bt{width: 100%;font-size: 0.18rem;margin-bottom: 0.1rem;}
	.ej_list ul li .more{text-align: right;width: 100%;}
}






.ej_pic_list{width: 100%;}
.ej_pic_list ul{display: flex;margin: 0 -0.2rem;flex-wrap: wrap;}
.ej_pic_list ul li{width: calc(33.33% - 0.4rem);margin: 0 0.2rem 0.4rem;box-shadow: 0 0 0.1rem rgba(0, 0, 0, .16);position: relative;}
.ej_pic_list ul li::after{content: '';display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #477f3c;z-index: 1;transition:0.4s;transform: scale(0.9);opacity: 0;}
.ej_pic_list ul li a{display: block;position: relative;z-index: 5;}
.ej_pic_list ul li .box{display: block;padding: 0.1rem;background-size: cover;transition: 0.4s;}
.ej_pic_list ul li .img{padding-bottom: 67%;}
.ej_pic_list ul li .con{padding: 0.2rem 0.1rem 0.1rem;}


.ej_pic_list ul li .con .bt{font-size: 0.18rem;color: #333333;line-height: 0.28rem;margin-bottom: 0.13rem;transition: 0.4s;height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ej_pic_list ul li .con .sj{font-size: 0.14rem;color: #353535;padding-left: 0.22rem;background: url(../images24/ej_pic_list_sj.png) no-repeat left center;background-size: 0.13rem !important;transition: 0.4s;}


.ej_pic_list ul li:hover::after{transform: scale(1);opacity: 1;}
.ej_pic_list ul li:hover .con .bt{color: #fff;}
.ej_pic_list ul li:hover .con .sj{color: #fff;background: url(../images24/ej_pic_list_sj_on.png) no-repeat left center;}



@media(max-width: 1024px){
	.ej_pic_list ul{margin: 0;}
	.ej_pic_list ul li{width: 47%;margin: 0 1.5% 0.3rem;}
	.ej_pic_list ul li .con .bt{font-size: 0.18rem;line-height: 0.24rem;max-height: 0.48rem;height: auto;}
}

@media(max-width: 650px){
	.ej_pic_list ul li{width: 100%;}
}






.ej_jgsz{}
.jgsz_box{box-shadow: 0 0 0.2rem rgba(0, 0, 0, .09);margin-bottom: 0.45rem;}
.jgsz_box .x_tit{background: #477f3c;padding: 0.22rem 0;}
.jgsz_box .x_tit p{font-size: 0.22rem;color: #fff;text-align: center;display: table;margin: 0 auto;padding:  0 0.92rem;position: relative;line-height: 0.24rem;}
.jgsz_box .x_tit p::before{content: '';display: block;width: 0.8rem;height: 0.05rem;background: url(../images24/ej_jgsz_tit_line.png) no-repeat center center;position: absolute;left: 0;top: calc(50% - 0.025rem);background-size:100% !important;}
.jgsz_box .x_tit p::after{content: '';display: block;width: 0.8rem;height: 0.05rem;background: url(../images24/ej_jgsz_tit_line.png) no-repeat center center;position: absolute;right: 0;top: calc(50% - 0.025rem);background-size:100% !important;transform: rotate(180deg);}
.jgsz_box ul{padding: 0.45rem 0.38rem;display: flex;flex-wrap: wrap;}
.jgsz_box ul li{width: 25%;margin-bottom: 0.26rem;}
.jgsz_box ul li a{}
.jgsz_box ul li p{font-size: 0.18rem;line-height: 0.28rem;color: #333333;padding-left: 0.15rem;position: relative;padding-right: 0.1rem;transition:0.4s;}
.jgsz_box ul li i{font-size: 0.15rem;color: #333333;font-family: 宋体;font-style: unset !important;position: absolute;left: 0;top: 0.02rem;transition:0.4s;}

.jgsz_box ul li:hover p{color: #477f3c;transform: translate(5px);}



@media(max-width: 1024px){
	.jgsz_box .x_tit{padding: 0.15rem 0;}
	.jgsz_box{margin-bottom: 0.2rem;}
	.jgsz_box ul li{width: 50%;margin-bottom: 0.15rem;}
}

@media(max-width: 650px){
	.jgsz_box .x_tit{padding: 0.1rem 0;}
	.jgsz_box .x_tit p{font-size: 0.18rem;}
	.jgsz_box ul{padding: 0.15rem;}
	.jgsz_box ul li p{font-size: 0.16rem;line-height: 0.24rem;}
}










.box_teacher{    padding-bottom: 0.2rem;
    border-bottom: 2px #477f3c solid;
    display: flex;
    justify-content: space-between;}
.box_teacher .pic{width: 2rem;}
.box_teacher .pic img{width: 100%;}

.box_teacher .con{width: calc(100% - 2.3rem);padding-top: 0.1rem;}
.box_teacher .con .bt{font-size: 0.24rem;font-weight: bold;color: #333;margin-bottom: 0.2rem;}
.box_teacher .con .line{width: 0.4rem;height: 0.04rem;background: #477f3c;margin-bottom: 0.2rem;}
.box_teacher .con .xx{}
.box_teacher .con .xx strong{color: #333;}
.box_teacher .con .xx p{font-size: 0.16rem;line-height: 0.24rem;margin-bottom: 0.2rem;color: #666;position: relative;padding-left: 0.15rem;}
.box_teacher .con .xx p::after{content: "";display: block;width: 0.05rem;height: 0.05rem;background: #477f3c;border-radius: 50%;position: absolute;left: 0;top: calc(50% - 0.025rem);}

@media(max-width: 850px){
	.box_teacher{flex-wrap: wrap;justify-content: center;}
	.box_teacher .pic{width: 80%;margin-bottom: 0.2rem;}
	.box_teacher .con{width: 100%;}
}




.ldjg_nr{}
.ldjg_nr .box2{}
.ldjg_nr .box2 h2{font-size: 0.22rem;color: #333333;font-weight: bold;margin-bottom: 0.32rem;}

.ldjg_nr .box2 .ldjg_img{float: right;margin-left: 0.3rem;width: 3.7rem;}
.ldjg_nr .box2 .ldjg_img img{width: 100%;display: block;}

@media(max-width: 650px){
	.ldjg_nr .box2 h2{font-size: 0.2rem;margin-bottom: 0.2rem;}
	.ldjg_nr .box2 .ldjg_img{float: none;margin: 0 auto;}
}


.ej_ldjg{}
.ej_ldjg .ld_box1{display: flex;margin-bottom: 0.7rem;flex-wrap: wrap;}

.ej_ldjg .ld_box1 .left{width: 4.6rem;}
.ej_ldjg .ld_box1 .right{}

.ej_ldjg .ld_box2{margin-bottom: 0.7rem;}
.ej_ldjg .ld_box3{}

.ej_ldjg h2{font-size: 0.22rem;color: #477f3c;font-weight: bold;margin-bottom: 0.2rem;line-height: 0.24rem;}

.ej_ldjg .lj_box{display: flex;flex-wrap: wrap;margin: 0 -0.15rem;}
.ej_ldjg .lj_box h3{font-size: 0.18rem;color: #343434;font-weight: bold;line-height: 0.24rem;margin: 0 0.15rem 0.2rem;margin-right: 0;

}
.ej_ldjg .lj_box a{}
.ej_ldjg .lj_box p{font-size: 0.18rem;color: #343434;line-height: 0.24rem;transition:0.4s;margin: 0 0.15rem 0.2rem;position: relative;transition:0.4s;}
.ej_ldjg .lj_box p::after{content: '';display: block;width: 0;height: 1px;background: #477f3c;position: absolute;bottom: -0.02rem;left: 0;transition:0.4s;}
.ej_ldjg .lj_box a:hover p::after{width: 100%;}
.ej_ldjg .lj_box a:hover p{color: #477f3c;}
@media(max-width: 1024px){
	.ej_ldjg .ld_box1{margin-bottom: 0.3rem;}
	.ej_ldjg .ld_box2{margin-bottom: 0.3rem;}
	.ej_ldjg .ld_box1 .left{width: 50%;}
	.ej_ldjg .ld_box1 .right{width: 50%;}
}
@media(max-width: 650px){
	.ej_ldjg .ld_box1 .left{width: 100%;}
	.ej_ldjg .ld_box1 .right{width: 100%;margin-top: 0.1rem;}
	.ej_ldjg .lj_box p{margin: 0 0.15rem 0.1rem;}
}



.ej_bkjy{display: flex;justify-content: space-between;align-items: flex-start;}
.bk_left{width: 2.2rem;}
.bk_left ul{box-shadow: 0 0 0.2rem rgba(0, 0, 0, .09);}
.bk_left ul li{}
.bk_left ul li a{}
.bk_left ul li p{font-size: 0.14rem;color: #333333;background: #ffffff;line-height: 0.2rem;padding: 0.11rem 0.1rem 0.11rem 0.4rem;transition:0.4s;}
.bk_left ul li.on p,.bk_left ul li:hover p{background: #467f3b;color: #fff;}

.bk_nry{width: calc(100% - 2.8rem);}
.bk_nry .lm1{font-size: 0.3rem;color: #333333;line-height: 0.4rem;margin-bottom: 0.35rem;}
.bk_nry .lm2{font-size: 0.22rem !important;font-weight: bold;position: relative;padding-left: 0.42rem;margin-bottom: 0.24rem;line-height: 0.3rem;}
.bk_nry .lm2::after{content: '';display: block;width: 0.3rem;height: 0.02rem;background: #477f3c;position: absolute;left: 0;top: calc(50% - 0.01rem);}
.bk_nry .con{}
.bk_nry .con p{font-size: 0.18rem;color: #333333;line-height: 0.36rem;text-indent: 2em;margin-bottom: 0.22rem;}
.bk_nry .con strong{font-size: 0.18rem;color: #333333;}



@media(max-width: 1024px){
	.bk_left{display: none;}
	.bk_nry{width: 100%;}
}
@media(max-width: 650px){
	.bk_nry .lm1{font-size: 0.26rem;line-height: 0.3rem;margin-bottom: 0.2rem;}
	.bk_nry .lm2{margin-bottom: 0.1rem;font-size: 0.2rem;}
	.bk_nry .con p{margin-bottom: 0.1rem;}
}



.ej_jwzx{display: flex;flex-wrap: wrap;margin: 0 -0.2rem;}
.ej_jwzx li{width: calc(25% - 0.4rem);margin: 0 0.2rem;background: #467f3b;transition:0.4s;}
.ej_jwzx li+li{background: #725eb3;}
.ej_jwzx li+li+li{background: #4d9482;}
.ej_jwzx li+li+li+li{background: #b09568;}
.ej_jwzx li .box{padding: 0.25rem 0 0.3rem;}
.ej_jwzx li .pic{width: 1.06rem;height: 1.06rem;position: relative;margin: 0 auto 0.22rem;}
.ej_jwzx li .pic::after{content: '';display: block;width: 100%;height: 100%;border-radius: 50%;border: 1px dashed #fff;position: absolute;top: 0;left: 0;animation:zhuan 50s linear infinite;}
.ej_jwzx li .pic img{display: block;width: 100%;}
.ej_jwzx li .nw{}
.ej_jwzx li p{position: relative;display: table;margin: 0 auto;}
.ej_jwzx li .nw p{font-size: 0.24rem;color: #ffffff;text-align: center;padding: 0 0.1rem;line-height: 0.3rem;margin-bottom: 0.05rem;}
.ej_jwzx li .ww p{font-size: 0.16rem;line-height: 0.24rem;color: #fff;text-align: center;padding: 0 0.1rem;}


.ej_jwzx li p::after{content: '';display: block;width: 0;height: 1px;background: #fff;transition:0.4s;position: absolute;bottom: -2px;left: 0;}
.ej_jwzx li:hover{box-shadow: 0 0 0.1rem rgba(0, 0, 0, .5);}

.ej_jwzx li a:hover p::after{width: 100%;}

@keyframes zhuan
    {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}
 


@media(max-width: 1024px){
	.ej_jwzx li .pic{width: 0.8rem;height: 0.8rem;}
	.ej_jwzx li .nw p{font-size: 0.2rem;}
	.ej_jwzx{margin: 0 -0.1rem;}
	.ej_jwzx li{width: calc(25% - 0.2rem);margin: 0 0.1rem 0.2rem;}
}



@media(max-width: 650px){
	.ej_jwzx li{width: calc(50% - 0.2rem);}
	.ej_jwzx li .pic{margin-bottom: 0.1rem;}
	.ej_jwzx li .box{padding: 0.2rem 0.1rem;}
	.ej_jwzx li .nw p{font-size: 0.18rem;}
}




.ej_xxjj{}

.xxjj_img1{float: right;margin-left: 0.3rem;width: 3.7rem;}
.xxjj_img1 img{width: 100%;display: block;}

.xxjj_img_box{display: flex;justify-content: space-between;margin: 0 -0.05rem;flex-wrap: wrap;}
.xxjj_img_box p{width: calc(33.33% - 0.1rem);margin: 0 0.05rem;}
.xxjj_img_box p img{display: block;width: 100%;}


@media(max-width: 1024px){

}

@media(max-width: 650px){
	.xxjj_img_box p{width: 100%;}
	.xxjj_img1{float: none;margin: 0 auto;width: 100%;}
}


.ej_jywh{}
.wh_box{margin-bottom: 0.55rem;}
.wh_box .x_tit{background: #ebebeb;padding: 0.22rem 0;margin-bottom: 0.52rem;}
.wh_box .x_tit p{font-size: 0.22rem;color: #477f3c;font-weight: bold;display: table;margin: 0 auto;}
.wh_box .con{}
.wh_box .con p{font-size: 0.18rem;color: #333333;line-height: 0.36rem;text-indent: 2em;margin-bottom: 0.24rem;}
.wh_box .con img{display: table;margin: 0 auto;max-width: 100%;}

.wh_box.box2 .con{display: flex;flex-wrap: wrap;justify-content: space-between;}
.wh_box.box2 .left{width: 1.4rem;}
.wh_box.box2 .left img{display: block;width: 100%;}
.wh_box.box2 .right{width: calc(100% - 2rem);}


@media(max-width: 1024px){
	.wh_box .x_tit{padding: 0.15rem 0;}
	.wh_box{margin-bottom: 0.2rem;}
}

@media(max-width: 650px){
	.wh_box .x_tit{padding: 0.1rem 0;margin-bottom: 0.2rem;}
	.wh_box .x_tit p{font-size: 0.18rem;}
	.wh_box.box2 .right{width: 100%;}
	.wh_box.box2 .con{justify-content: center;}
}


.ej_lsyg{display: flex;align-items: flex-end;}

.yg_left{width: 6.05rem;background: url(../images24/ej_lsyg_left.jpg) no-repeat center center;padding: 0.5rem 0.82rem;background-size: cover;margin-right: -0.43rem;position: relative;z-index: 3;}
.yg_left ul{border-left: 1px solid #fff;}
.yg_left ul li{}
.yg_left ul li+li{margin-top: 0.25rem;}
.yg_left ul li p{font-size: 0.18rem;color: #fff;font-weight: bold;padding-left: 0.23rem;position: relative;line-height: 0.3rem;}
.yg_left ul li p::after{content: '';display: block;width: 0.07rem;height: 0.07rem;background: #fff;border-radius: 50%;position: absolute;left: -0.04rem;top: calc(50% - 0.035rem);}

.yg_right{width: calc(100% - 6.05rem);position: relative;z-index: 1;}
.yg_right img{display: block;width: 100%;}
@media(max-width: 1024px){
	.ej_lsyg{flex-wrap: wrap;}
	.yg_left{width: 100%;}
	.yg_right{width: 100%;}
}

@media(max-width: 650px){
	.yg_left{padding: 0.15rem 0.2rem;}
	.yg_left ul li+li{margin-top: 0.15rem;}
	.yg_left ul li p{font-size: 0.16rem;line-height: 0.2rem;}
}




.ej_lrld{}
.lrld_box{display: flex;flex-wrap: wrap;align-items: flex-start;}
.lrld_box.box2{flex-direction: row-reverse;}
.lrld_box .left{width: calc(100% - 6.3rem);box-shadow: 0 0 0.2rem rgba(0, 0, 0, .09);padding-top: 0.4rem;}
.lrld_box .x_tit{position: relative;padding-bottom: 0.14rem;}
.lrld_box .x_tit::after{content: '';display: block;width: calc(100% - 0.6rem);background: #477f3c;position: absolute;bottom: 0;left: 0;height: 0.02rem;}
.lrld_box .x_tit p{padding-left: 0.7rem;font-size: 0.22rem;color: #343434;font-weight: bold;}
.lrld_box .con{padding: 0.3rem 0.7rem;}
.lrld_box .con div{display: flex;}
.lrld_box .con div+div{margin-top: 0.3rem;}
.lrld_box .con div:first-child p{font-weight: bold;}
.lrld_box .con div p{font-size: 0.18rem;color: #343434;width: 33.33%;line-height: 0.24rem;}


.lrld_box .right{width: 6.3rem;}
.lrld_box .right img{display: block;width: 100%;}



@media(max-width: 1024px){
	.lrld_box{flex-direction: row !important;flex-wrap: wrap;}
	.lrld_box .left{width: 100%;padding-top: 0.2rem;}
	.lrld_box .right{width: 100%;}
	.lrld_box .con{padding: 0.3rem;}
	.lrld_box .x_tit p{padding-left: 0;text-align: center;}
	.lrld_box .x_tit::after{width: 100%;}
}


@media(max-width: 650px){
	.lrld_box .con div+div{margin-top: 0.1rem;}
	.lrld_box .con{padding: 0.1rem;padding-bottom: 0.2rem;}
	.lrld_box .con div p{font-size: 0.16rem;}
}

.pb_sys_style1 .p_no_d{border: 1px solid #477f3c !important;
    background-color: #477f3c !important;
}



.ej_td_list{}
.ej_td_list ul{}
.ej_td_list ul li{margin-bottom: 0.4rem;border-bottom: 1px solid #dbdbdb;}
.ej_td_list ul li a{display: block;}
.ej_td_list ul li .box{display: flex;justify-content: space-between;padding-bottom: 0.4rem;align-items: flex-start;}
.ej_td_list ul li .box .pic{width: 2rem;}
.ej_td_list ul li .box .pic img{width: 100%;}
.ej_td_list ul li .box .con{width: calc(100% - 2.4rem);}
.ej_td_list ul li .box .con .bt{font-size: 0.2rem;color: #333;line-height: 0.32rem;position: relative;font-weight: bold;}
.ej_td_list ul li .box .con .bt::after{content: '';display: block;width: 0.6rem;height: 0.03rem;background: #477f3c;margin-top: 0.15rem;margin-bottom: 0.1rem;}

.ej_td_list ul li .box .con .xx{}
.ej_td_list ul li .box .con .xx p{font-size: 0.16rem;color: #333;line-height: 0.28rem;margin-bottom: 0.1rem;}

.ej_td_list ul li .box .con .xx p:last-child{margin-bottom: 0;}



@media(max-width: 1024px){
	.ej_td_list ul li .box{flex-direction: column;align-items: center;}
	.ej_td_list ul li .box .con{width: 100%;}
	.ej_td_list ul li .box .img{width: 40%;margin-bottom: 0.2rem;}
}




.ej_list_lj{}
.ej_list_lj ul{display: flex;flex-wrap: wrap;margin: 0 -0.15rem;}
.ej_list_lj ul li{width: calc(25% - 0.3rem);margin: 0 0.15rem 0.3rem;}
.ej_list_lj ul li a{}
.ej_list_lj ul li .box{    padding: 0.25rem 0.25rem;}
.ej_list_lj ul li .line{}
.ej_list_lj ul li .bt{width: calc(100% - 0.2rem);    text-overflow: unset;line-height: 0.28rem;
    white-space: unset;}
.ej_list_lj ul li .jt{font-family: 宋体;font-size: 0.2rem;color: #333;transition:0.4s;}
.ej_list_lj ul li:hover .jt{color: #fff;}

@media(max-width: 1024px){
	.ej_list_lj ul li{width: calc(50% - 0.3rem);}
}
@media(max-width: 650px){
	.ej_list_lj ul li{width: calc(50% - 0.1rem);    margin: 0 0.05rem 0.1rem;}
	.ej_list_lj ul li .box{padding: 0.15rem;}
}
/* 二级页样式结束 */




/* 2024-5-28 */



.sy_right_lj{width: 1.1rem;position: fixed;right: 0;top: calc(50% - 0.5rem);z-index: 800;transition: 0.4s;transition-delay: 0.5s;width: 0.8rem;max-height: 100%;overflow: auto;}
.sy_right_lj.on{top: calc(50% - 2.8rem);width: 1.1rem;transition-delay: 0s;}

.sy_right_lj.on .x_logo{margin-bottom: 0.07rem;position: relative;cursor: pointer;}
.sy_right_lj .x_logo{margin-bottom: 0rem;transition: 0.4s;}
.sy_right_lj .x_logo img{width: 100%;}
.sy_right_lj .box{background: #477f3c;padding: 0.15rem;border-radius: 0 0 200px 200px;position: relative;}
.sy_right_lj .box::after{content: '';display: block;width: 100%;height: 0.19rem;background: url(../images24/z_sy_right_ul_s.png) no-repeat center center;background-size: 100% 100%;position: absolute;bottom: 100%;left: 0;}
.sy_right_lj ul{padding-top: 0rem;}
.sy_right_lj ul li{cursor: pointer;}
.sy_right_lj ul li a{display: block;position: relative;}
.sy_right_lj ul li p{font-size: 0.14rem;color: #fff;display: block;text-align: center;padding: 0.16rem 0;position: relative;width: 100%;}

.sy_right_lj ul li p::after{content: "";display: block;width: 100%;height: 1px;background: #36622e;position: absolute;bottom: 0;}
.sy_right_lj ul li p::before{width: 0;content: "";display: block;height: 1px;position: absolute;bottom: 0;left: 0;transition: 0.4s;background: #fff;z-index: 2;}
.sy_right_lj .close{height: 0.46rem;display: flex;justify-content: center;align-items: center;transition: 0.4s;}
.sy_right_lj .close img{transition: 0.4s;cursor: pointer;width: 0.16rem;}
.sy_right_lj .close img:hover{transform: rotate(180deg);}
.sy_right_lj ul li p:hover::before{width: 100%;}




@media(max-width: 700px){

.sy_left_lj ul li .pic img{width:70%;}
}