/* CSS Document public*/

*{font-family:微软雅黑,Helvetica, sans-serif ,Arial; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
html{  }

body{
    padding:0;margin:0;font-family:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;background:#fff;
	overflow-x: hidden;
}

html,body{ min-height:100vh;}


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;}





table {
    border-collapse: collapse;
    border-spacing: 0;
}
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;}
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-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 .w1400{width: 1340px;}




.pc_top_lj{width: 100%;transition: 0.4s;display: flex;justify-content: flex-end;}
.pc_top_lj>div{
}
.pc_top_lj .l{display: flex;align-items: center;}
.pc_top_lj .l p{font-size: 0.18rem;color: #e7e7e7;}
.pc_top_lj .r{display: flex;align-items: center;justify-content: flex-end;}
.pc_top_lj .line{display: inline-block;margin: 0 2px;background: #fff;width: 1px;height: 0.06rem;display: none;}

.pc_top_lj a img{}
.pc_top_lj a.search_btn{width: 0.2rem;margin-left: 0rem;margin-right: 0.4rem;display: block;}
.pc_top_lj a.search_btn::after{content: '';display: block;width: 1px;height: 0.3rem;background: #FFFFFF;opacity: 0.3;position: absolute;left: calc(100% + 0.18rem);top: -0.05rem;}

.pc_top_lj a.search_btn img{display: block;width: 0.17rem;height: auto;}
.pc_top_lj a{display: block;color: #e7e7e7;margin-right: 0.1rem;
display: flex;
position: relative;
}


.pc_top_lj p::after{content: '';display: block;width: 0;height: 1px;background: #fff;position: absolute;left: 0;top: calc(100% + 0.05rem);transition: 0.4s;}
.pc_top_lj p{font-size: 0.16rem;color: #fff;position: relative;line-height: 0.21rem;height: 0.21rem;margin-left: 0.07rem;
padding-left: 0rem;
}

.pc_top_lj a:hover p::after{width: 100%;}


.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;z-index:999;width:100%;background-size:cover;  transition: 0.4s; max-width: 100%;margin: 0 auto;}

#header.xg:before{ opacity:0; visibility:hidden}

.head_bottom{padding: 0;width: 16rem;margin: 0 auto;height: 100%;display: flex;align-items: center;justify-content: flex-end;padding: 0;position: relative;
	max-width: 95%;
}

.header_top{position: relative;height: 2.5rem;padding: 0;text-align: right;z-index: 10000;    transition: 0.4s;padding: 0 0;}
.header_top .tianqi{ display:inline-block; height:4rem}
.header_top .search_btn{display:inline-block;float: none;font-size: 14px;color: #fff;}

.header_top .search {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
}
.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.5rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0 2rem 0 1rem;
    color: #333;
}
.header_top .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.header_top .search .btn input{cursor: pointer;position: absolute;z-index: 1;left: 0;top: 0;right:0;bottom: 0;height: 100%;width: 100%;}
.header_top .search .btn svg{width: 18px;height: 18px;fill:#fff;}
.header_top .search:hover .btn svg{
    fill: #6510AD;
}





.header_top .search:hover .input {
    width: 16.25rem;
    opacity: 1;
    visibility: visible;
}


.header_top .zc_lj{}
.header_top .zc_lj a{font-size: 14px;display: inline-block;transition:.6s;margin-left: 1rem;position: relative;line-height: 2.5rem;color:rgba(255,255,255,0.7);}
.header_top .zc_lj a:hover{color: #ffba00;}

.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{}
#header #logo{ margin-top: 0rem; transition: 0.4s;position: absolute;top: 0.13rem;left: 0;}
#header #logo .box_table{width: 3.97rem;transition: 0.4s;
    display: table;
    height: auto;
display: flex;align-items: center;
}
#header #logo .box_table .box_table_cell{display: table-cell;
  }

#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>.right{width: auto;}

.dh_out{width: 2.9rem;background: #5f2b76;display: flex;padding: 0.25rem 0 0.25rem;justify-content: center;align-items: center;margin-left: 0.36rem;transition: 0.4s;}
.dh_out a{display: flex !important;width: auto !important;height: auto !important;align-items: center;}
.dh_out a img{width: 0.17rem;}
.dh_out a p{margin-left: 0.15rem;transition: 0.4s;}
.dh_out a:hover p{transform: translate(0,-3px);}

.dh_out .pc_dh{display: flex;align-items: center;cursor: pointer;}
.dh_out .pc_dh .btn{width: 0.25rem;height: 0.23rem;background: url(../images24/dh_btn_img.png) no-repeat center center;background-size: cover;transition: 0.4s;background-size: 100% !important;}
.dh_out .pc_dh p{margin-left: 0.15rem;position: relative;transition: 0.4s;}

.dh_out .pc_dh p::after{content: '';display: block;width: 0;height: 1px;background: #fff;position: absolute;left: 0;top: calc(100% + 0.05rem);transition: 0.4s;}

.dh_out .pc_dh:hover p{transform: translate(0,-3px);}
.dh_out .pc_dh:hover p::after{width: 100%;}


#logo{float:left;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}
#nav{float: right;padding-top: 2px;width: 100%;transition: 0.4s;}
#nav ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
#nav ul li{float:left;position:relative;z-index:0;margin-left: 0.4rem;}

#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;padding: 0.26rem 0rem;transition: 0.4s;color:#b7b7b7;}
#nav ul li h3{font-size: 0.2rem;line-height: 0.24rem;position:relative;display: inline-block;color: #fff;

}
#nav ul li h3::after{content: '';width: 0;height: 1px;background: #fff;position: absolute;left: 0;bottom: -0.05rem;transition:0.4s;}

#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: 220px;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,1) ;}
#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;}
#nav ul li .sub a{padding: 0 !important;}
#nav ul li .sub p{padding:0.1rem 0.15rem 0.1rem !important; line-height: 20px;transition:.6s;white-space: wrap;display: block;text-align: center;position: relative;transition: 0.4s;}
#nav ul li .sub p{font-size: 0.18rem;color: #555555;transition: 0.4s;}

#nav ul li .sub p:hover{  background: #3b0a51;}
#nav ul li .sub p:hover{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 .box_f{position: relative;}
#nav ul li .box{position: absolute;left: 100%;top: 0rem;min-width: 1.4rem;background: #fff;box-shadow: 0 8px 8px rgba(0,55,59,0.25);display: none;}
#nav ul li .box_f:hover .box{display: block;}


#nav ul li:hover h3::after{width: 100%;}

#nav ul li .sub{box-shadow: 0 8px 8px rgba(0,55,59,0.25);}





@media(max-width: 1750px){


}


#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;}

.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);}



.g-nav2 {
	position: fixed;
	z-index: 49;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .9);
	background-size: cover;
	opacity: 0;
	visibility: hidden;
	transition: 0.6s;
  }
  .g-nav2 .scroll {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0.8rem;
	bottom: 0;
	overflow-y: auto;
  }
  .g-nav2 .scroll ul {
	max-width: 17.85rem;
	margin: 0 auto;
	display: flex;
  }
  .g-nav2 .scroll li {
	width: 14.285%;
	text-align: center;
	padding-top: 0.45rem;
  }
  .g-nav2 .scroll li a {
	color: #fff;
  }
  .g-nav2 .scroll li h2 {
	font-size: 0.22rem;
  }
  .g-nav2 .scroll li .list {
	padding: 0.2rem 0;
  }
  .g-nav2 .scroll li .list h3 {
	font-weight: 400;
	font-size: 0.17rem;
	line-height: 0.36rem;
  }
  .g-nav2 .scroll li .list dl {
	padding-bottom: 0.2rem;
  }
  .g-nav2 .scroll li .list dd {
	font-size: 0.15rem;
	line-height: 0.3rem;
	opacity: 0.65;
  }
  .g-nav2 .scroll li .list dd:hover {
	opacity: 1;
  }
  .navShow .g-nav2 {
	opacity: 1;
	visibility: visible;
  }

  .navShow{overflow: hidden;}
  .navShow .dh_out .pc_dh .btn{background: url(../images24/dh_btn_close.png) no-repeat center center;}

  .head_bottom{transition: 0.4s;}
  .head_bottom>.right{transition: 0.4s;}

  .navShow .head_bottom>.right{transform: translate(0,-0.1rem);opacity: 0;visibility: hidden;}
  .navShow #header #logo{top: -0.6rem;}
  .navShow .head_bottom{height: 0;}

body{}



.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]{
	margin-right: -5px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images24/search.png');
	background: #3b0a51 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.4rem auto 0;width: calc(100% - 0.6rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:16px;color: #fff;height: 40px;line-height: 40px;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 51px 0 20px;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../images24/search_white.svg) center center no-repeat; background-size: 55%; }
.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: 30px 0 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: #3b0a51;}
#m_nav .pc_top_lj{margin: 0 auto;display: table;width: auto;}
#m_nav .pc_top_lj .r{padding-top: 0;}

#m_nav .pc_top_lj a{margin: 0 0.1rem !important;}

#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.6rem;height: 0.6rem;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: 0.6rem;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: 16px;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: 2.9rem; 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 5%;top: 0;height: 60px;box-shadow: 0 8px 8px rgba(0,55,59,0.25);position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: #3b0a51;background-size: cover;}
#m_header #logo{float: left;}
#m_header #logo img{max-height: 53px;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);}








#fp-nav.fp-right{display: none;}

 .toubu_div{position: fixed;top: 0;width: 100%;left: 0;z-index: 1000;transition: 0.5s;    /*transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; */}
	.toubu_div_bai{position: fixed;}
	.toubu_div_bai .list_box0 .li>a{color: #000;}


	.yc_gd_dh{z-index: 2000;top: -200px;}

	.yc_gd_dh	#header{height: 82px;background:#4c7867;}
.yc_gd_dh .head_bottom{ padding: .1rem 0rem .5rem;height: 82px; }
.yc_gd_dh .head_bottom .right{width: calc(100% - 500px);}
.yc_gd_dh .header_top{transition: 0.4s;overflow: hidden;}
.yc_gd_dh .header_top.lit{height: 0;}

.yc_gd_dh #nav ul li h3{color: #fff;font-size: 1.375rem;}
.yc_gd_dh #nav ul li:hover h3{color: #fff;}
.yc_gd_dh #nav ul li .sub a:hover{   background: #b03d3d; }
.yc_gd_dh #nav ul li .sub a{background: #fff;}

.yc_gd_dh .db_kslj{width: 1340px;margin: 10px auto 0;}
.yc_gd_dh .db_kslj ul{display: flex;width: 100%;}
.yc_gd_dh .db_kslj ul li{width: 11.11%;border-left: 0px solid #bdbdbd;}
.yc_gd_dh .db_kslj ul li+li{border-left: 1px solid #bdbdbd;}
.yc_gd_dh .db_kslj ul li a{display: block;}
.yc_gd_dh .db_kslj ul li .pic{position: relative;display: table;margin: 5px auto 10px;}
.yc_gd_dh .db_kslj ul li .pic img{}
.yc_gd_dh .db_kslj ul li .pic img+img{position: absolute;top: 0;left: 0;opacity: 0;transition: 0.4s;}
.yc_gd_dh .db_kslj ul li .pic img+img+img{opacity: 0;}
.yc_gd_dh .db_kslj.on ul li a .pic img{opacity: 0;}
.yc_gd_dh .db_kslj.on ul li a .pic img+img{opacity: 0;}
.yc_gd_dh .db_kslj.on ul li a .pic img+img+img{opacity: 1;}
.yc_gd_dh .db_kslj.on ul li p{color: #ddacac;}
.yc_gd_dh .db_kslj ul li p{font-size: 1rem;color: #000;font-family: Arial;text-align: center;transition: 0.4s;}


.yc_gd_dh .db_kslj ul li a:hover .pic img+img{opacity: 1;}
.yc_gd_dh .db_kslj ul li a:hover .pic img+img+img{opacity: 0;}

.yc_gd_dh .db_kslj ul li a:hover p{color: #4c7867;font-weight: bold;}

.img{width: 100%;position: relative;padding-bottom: 60%;overflow: hidden;transition: 0.4s;}
.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;

	display: none;
}
.img img{  position: absolute;transition: 0.4s;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
opacity: 1 !important;
}
a:hover .img .img_box{transform: scale(1.05);}
a:hover .img img{transform: scale(1.05);}

.w14{width: 14rem;margin: 0 auto;}


.swiper-button-next,.swiper-button-prev{pointer-events: unset !important;}


.firstScreen{
    /* height: 100vh;
    overflow: hidden;
    position: relative; */
  }

  .body_main{
    /* position: absolute;
      left: 0%;
      top: 100%;
      bottom: 0;
      right: 0;
      background: #fff;
      overflow: hidden;
      transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
      z-index: 999;
      overflow-y: auto;
      outline: none; */

  }
  .body_main.on{top: 0;}

  .body_main::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
  .body_main::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
  .body_main::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}


  .toubu_div::after{content: "";display: block;width: 100%;height: 0;background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));background-size: cover;position: absolute;top: 0%;z-index: 0;left: 0;transition: 0.4s;opacity: 1;}
  #header{transition: 0.4s;}

  .toubu_div.on #header #logo{}
  .toubu_div.on::after{opacity: 1;height: 120%;}
  .toubu_div.on .pc_top_lj .r{padding-top: 0rem;}
  .toubu_div.on #nav ul li a{ padding: 0.2rem 0 0.22rem; }
  .toubu_div.on #header #logo .box_table{margin-top: 0;}
  .toubu_div.on #header #logo .box_table .box_table_cell{vertical-align: middle;}
  .toubu_div.on #header #logo .box_table{}

  .toubu_div.on .dh_out{padding: 0.15rem 0;}

  .navShow .toubu_div.on #header #logo{top: -0.34rem;}



.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;}


@font-face {
	font-family: sys;
	src: url(../font24/SourceHanSerifSC-SemiBold.otf);
}



.sy_tit{position: relative;margin-bottom: 0.3rem;display: flex;align-items: center;width: 100%;z-index: 5;justify-content: center;}

.sy_tit .pic{max-width: 0.52rem;}
.sy_tit .pic img{max-width: 100%;}


.sy_tit .wz{position: relative;display: table;}

.sy_tit .wz .bt{font-size: 0.48rem;color: #323232;position: relative;padding-bottom: 0.13rem;font-weight: bold;letter-spacing: 0.06rem;}

.sy_tit .wz .ico{width: 0.32rem;height: 0.27rem;margin: 0 auto;position: relative;}
.sy_tit .wz .ico::after{content: '';display: block;width: 1.1rem;background: #5f2b76;height: 1px;position: absolute;left: calc(100% + 0.26rem);top: 50%;opacity: 0.3;}
.sy_tit .wz .ico::before{content: '';display: block;width: 1.1rem;background: #5f2b76;height: 1px;position: absolute;right: calc(100% + 0.26rem);top: 50%;opacity: 0.3;}

.sy_tit>a{display:block;position: absolute;right: 0;top: calc(50% - 0.15rem);width: 0.44rem; background: url(../images24/sy_more.png) no-repeat bottom center;background-size: 0.44rem !important;transition: 0.4s;}
.sy_tit>a p{font-size: 0.16rem;color: #2C2C2C;position: relative;line-height: 0.24rem;transition: 0.4s;text-align: center;padding-bottom: 0.08rem;}


.sy_tit>a:hover p{width: 100%;color: #3b0a51;}
.sy_tit>a:hover{transform: translate(0,-5px);}




.sy_tit.bai{}
.sy_tit.bai .wz .bt{color: #fff;}
.sy_tit.bai .wz .bt::after{background: #FFC043;}


.sy_tit.bai>a{background: url(../images24/sy_more_on.png) no-repeat center bottom;}
.sy_tit.bai>a p{color: #fff;}


.sy_tit.cen{justify-content: center !important;}


.sy_more{display: table;margin: 0.5rem auto 0;}
.sy_more a{display: table;}
.sy_more p{font-size: 0.16rem;color: #ffffff;padding: 0.17rem 1.06rem;background: #5f2b76;border-radius: 0.05rem;display: table;letter-spacing: 0.03rem;transition: 0.4s;}

.sy_more a:hover p{color: #5f2b76;background: #fff;box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);}



@media(max-width: 1024px){

	.pc_top_lj .r a:first-child::after{right: -0.15rem;}

	.sy_tit{margin-bottom: 0.2rem;}
	.sy_tit .wz .bt{font-size: 0.3rem;}


	.sy_tit .pic{width: 0.3rem;}
.sy_tit .pic img{display: block;width: 100%;}
.sy_tit .wz .bt{font-size: 0.24rem;}


.sy_tit.cen{justify-content: space-between !important;}

.sy_more{margin-top: 0.3rem;}
.sy_more p{padding: 0.12rem 0.3rem;}





}



/* .index_body{overflow: hidden;} */



.part1{position: relative;height: 100%;}
.part1::after{content: "";display: block;}
.p1_lb{width: 100%;height: 100%;margin: 0 auto 0;}
.p1_lb .swiper-slide{height: 100%;}
.p1_lb .swiper-slide a{display: block;position: relative;height: 100%;}
.p1_lb .swiper-slide a::after{content: '';display: block;width: 100%;height: 2.77rem;background: linear-gradient(180deg, #3b0a51 0%, rgba(0, 102, 215, 0) 100%);
	background-size: auto 100%;
	position: absolute;top: 0;z-index: 5;left: 0;
display: block;

opacity: 0;
}
.p1_lb .swiper-slide a::before{}

.p1_lb .swiper-slide .img{padding-bottom: 0;height: 7.2rem;}
.p1_lb .swiper-slide .pic{height: 100%;}
.p1_lb .swiper-slide img{width: 100%;transform: scale(1) !important;height: 100%;}
.p1_lb .swiper-slide .img_box{transform: scale(1) !important;}



.p1_jt_box{position: absolute;bottom: 0.2rem; left: 0rem;display: flex;justify-content: center;width: 100%;z-index: 6;}
.p1_jt_box .swiper-pagination{position: relative;display: flex;align-items: center;}
.p1_jt_box .swiper-pagination span{width: 0.16rem;height: 0.16rem;background: none; opacity: 1;display: block;color: #fff;font-family: Arial;font-size: 0.18rem;line-height: 0.4rem;margin: 0 0.07rem !important;background: none;opacity: 1;border: 1px solid #fff;}
.p1_jt_box .swiper-pagination span.swiper-pagination-bullet-active{opacity: 1;background: #fff;}



.p2_jt_zy{width: calc(100% - 1.2rem);position: absolute;left: 0.6rem;top: calc(50% - 0.4rem);display: flex;justify-content: space-between;display: none;}
.p2_jt_zy>div{width: 0.8rem;height: 0.8rem;background: rgba(0,0,0,0.4) url(../images24/bn_dt_jt_prev.png) no-repeat center center;background-size: 100% !important;border-radius: 50%;position: relative;top: 0;left: auto;right: auto;pointer-events: unset !important;}
.p2_jt_zy>div.swiper-button-next{background: rgba(0,0,0,0.4) url(../images24/bn_dt_jt_next.png) no-repeat center center;}

@media(max-width: 1024px){




}



@media(max-width: 1024px){


	

	.p1_lb{width: 100%;height: auto;}
	.part1{height: auto;margin-top: 60px;}
	
.firstScreen{height: auto;}
.p1_lb .swiper-slide .img{padding-bottom: 38%;height: 0;}
.body_main{position: relative;}


	
	.p1_lb .swiper-slide a::after{display: none;}
	.p1_lb .swiper-slide a::before{display: none;}
	.p1_lb{width: 100%;height: auto;margin: calc(60px) auto 0;}

	.p2_jt_zy{top: calc(50% - 0.15rem);width: calc(100% - 0.2rem);left: 0.1rem;}
	.p2_jt_zy>div{width: 0.3rem;height: 0.3rem;}
	.p1_xljt{display: none;}

	.p1_jt_box{bottom: 0.1rem;}


	.p1_jt_box .swiper-pagination span{width: 0.08rem;height: 0.08rem;margin: 0 0.07rem !important;}
	.p1_jt_box .swiper-pagination span.swiper-pagination-bullet-active{width: 0.13rem;height: 0.13rem;}
	
}



.part_toutiao{position: relative;z-index: 6;margin-top: -0.7rem;}
.part_toutiao .w14{height: 1.4rem;background: #fff url(../images24/p_toutiao_bg.png) no-repeat center;background-size: 13.8rem !important;padding: 0 0.32rem;
	box-shadow: 0px 0 0.1rem 0px rgba(0, 0, 0, 0.3);
}
.part_toutiao a{display: flex;align-items: center;justify-content: space-between;width: 100%;height: 100%;}
.part_toutiao .pic{width: 0.95rem;position: relative;}
.part_toutiao .pic img{display: block;width: 100%;}
.part_toutiao .pic p{font-size: 0.24rem;color: #fff;font-weight: bold;position: absolute;top: calc(50% - 0.14rem);left: 0.18rem;}
.part_toutiao .bt{font-size: 0.34rem;color: #DF0A0A;font-weight: bold;width: calc(100% - 1.6rem);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}




@media(max-width: 1024px){
	.part_toutiao .pic{width: 0.6rem;}
	.part_toutiao .pic p{font-size: 0.16rem;left: 0.1rem;top: 0.15rem;}

	.part_toutiao{margin-top: 0.1rem;}
	.part_toutiao .w14{height: 0.8rem;background-size: 99% 92% !important;}

	.part_toutiao .bt{font-size: 0.2rem;width: calc(100% - 0.8rem);}
}
@media(max-width: 650px){
	
}



.part2{
padding: 0.8rem 0 0.7rem;
}


.p2_ul1{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.p2_ul1 li{width: calc(50% - 0.33rem);
	position: relative;
	transition: 0.4s;
	box-shadow: 0px 0 0.1rem 0px rgba(142, 142, 142, 0.3);
	overflow: hidden;
	border-radius: 0.08rem;
}
.p2_ul1 li .img{padding-bottom: 38.4%;}
.p2_ul1 li .img::after{content: '';display: block;width: 100%;height: 1.34rem;position: absolute;bottom: 0;left: 0;z-index: 3;background: url(../images24/p2_img_zz.png) no-repeat center center;}
.p2_ul1 li a{display: block;
	position: relative;z-index: 3;
	transition: 0.4s;
}
.p2_ul1 .con{width: 100%;padding: 0.28rem 0.3rem 0.05rem;position: relative;}
.p2_ul1 .con::after{content: '';display: block;width: 1.08rem;height: 1px;background: #5f03a0;position: absolute;left: 50%;bottom: 0;transition: 0.4s;}
.p2_ul1 .con::before{content: '';display: block;width: 1.08rem;height: 1px;background: #5f03a0;position: absolute;right: 50%;bottom: 0;transition: 0.4s;}
.p2_ul1 .con .bt{font-size: 0.24rem;line-height: 0.28rem;color: #36393b;transition: 0.4s;font-weight: bold;margin-bottom: 0.1rem;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p2_ul1 .con .zy{font-size: 0.16rem;line-height: 0.3rem;color: #646464;height: 0.9rem;margin-bottom: 0.1rem;

	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.p2_ul1 .sj{
	font-size: 0.16rem;
	line-height: 0.3rem;
	display: table;
	margin: 0 auto;
	padding-left: 0.33rem;
	background: url(../images24/p2_sj.png) no-repeat center left;
	background-size: 0.26rem !important;
	color: #6845a1;
}


.p2_ul1 li:hover{box-shadow: 0px 0.15rem 0.45rem 0.05rem rgba(142, 142, 142, 0.4);}

.p2_ul1 a:hover .con::before{width: 50%;}
.p2_ul1 a:hover .con::after{width: 50%;}

@media(max-width: 1024px){
	.p2_ul1 li .img::after{display: none;}

	.p2_ul1 .con .bt{font-size: 0.2rem;}
	.p2_ul1 li{width: calc(50% - 0.1rem);}
}
@media(max-width: 650px){

}


  

.part3{padding: 0.8rem 0;position: relative;background: #f5f5f5;background-size: cover;}

.part3 .w14{}

.part3 .sy_tit .wz{display: flex;align-items: center;}
.part3 .sy_tit .ico{margin: 0 0.25rem;}
.part3 .sy_tit .ico::after{display: none;}
.part3 .sy_tit .ico::before{display: none;}
.part3 .sy_tit .bt{font-size: 0.36rem;color: #666666;font-weight: normal;cursor: pointer;}
.part3 .sy_tit .bt.on{font-size: 0.48rem;color: #5c2578;font-weight: bold;}
.part3 .sy_tit .bt1{}
.part3 .sy_tit .bt2{}


.p3_xx_box{}
.p3_xx_box{}


.p3_lb{overflow: hidden;padding: 0.2rem 0.2rem 0;margin: -0.2rem -0.2rem 0;display: none;}
.p3_lb.on{display: block;}

.p3_lb .swiper-pagination{position: relative;bottom: 0;display: flex;justify-content: center;margin-top: 0.4rem;}
.p3_lb .swiper-pagination span{width: 0.1rem;height: 0.1rem;background: none;border: 1px solid #c8cdd0;border-radius: 50%;opacity: 1;}
.p3_lb .swiper-pagination span.swiper-pagination-bullet-active{background: #5f2b76;border: 1px solid #5f2b76;}

.p3_ul{}
.p3_ul li{transition: 0.4s;}
.p3_ul a{display: block;}
.p3_ul .box{display: block;justify-content: space-between;background: #fff;padding: 0.3rem;align-items: center;
	border-radius: 0.08rem;
	transition: 0.4s;
	position: relative;
	width: 100%;
}
.p3_ul .box::after{content: '';display: block;width: 0;height: 100%;background: #5f2b76;position: absolute;left: 50%;top: 0;transition: 0.4s;z-index: 1;border-radius: 0 0.08rem 0.08rem 0;}
.p3_ul .box::before{content: '';display: block;width: 0;top: 1px;height: 100%;background: #5f2b76;position: absolute;right: 50%;top: 0;transition: 0.4s;z-index: 1;border-radius: 0.08rem 0 0 0.08rem;}




.p3_ul .sj{display: flex;position: relative;z-index: 3;align-items: flex-end;margin-bottom: 0.13rem;}
.p3_ul .sj p{color: #5f2b76;}
.p3_ul .sj .p1{font-size: 0.3rem;font-weight: bold;text-align: center;margin-right: 0.1rem;}
.p3_ul .sj .p2{font-size: 0.14rem;margin-bottom: 0.03rem;}
.p3_ul .bt{font-size: 0.18rem;line-height: 0.3rem;color: #333333;width: 100%;height: 0.9rem;position: relative;z-index: 3;transition: 0.4s;

	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.p3_ul a:hover .box{box-shadow: 0px 0.15rem 0.45rem 0 rgba(142, 142, 142, 0.4);}




.p3_ul2{}
.p3_ul2 a{display: block;}
.p3_ul2 .box{display: block;justify-content: space-between;background: #fff;padding: 0.3rem;align-items: center;
	border-radius: 0.08rem;
	transition: 0.4s;
	position: relative;
	width: 100%;
}
.p3_ul2 .box::after{content: '';display: block;width: 0;height: 100%;background: #5f2b76;position: absolute;left: 50%;top: 0;transition: 0.4s;z-index: 1;border-radius: 0 0.08rem 0.08rem 0;}
.p3_ul2 .box::before{content: '';display: block;width: 0;top: 1px;height: 100%;background: #5f2b76;position: absolute;right: 50%;top: 0;transition: 0.4s;z-index: 1;border-radius: 0.08rem 0 0 0.08rem;}

.p3_ul2 .bt{font-size: 0.18rem;line-height: 0.3rem;color: #333333;width: 100%;height: 0.6rem;position: relative;z-index: 3;transition: 0.4s;margin-bottom: 0.2rem;

	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.p3_ul2 .xx{}
.p3_ul2 .xx p{font-size: 0.14rem;color: #999999;padding-left: 0.26rem;background: url(../images24/p3_ico_sj.png) no-repeat left center;background-size: 0.19rem !important;line-height: 0.2rem;}
.p3_ul2 .xx p+p{background: url(../images24/p3_ico_dd.png) no-repeat left center;margin-top: 0.07rem;}

.p3_ul2 a:hover .box{box-shadow: 0px 0.15rem 0.45rem 0 rgba(142, 142, 142, 0.4);}



@media(max-width: 1024px){
        .p3_ul .box{height:auto;}



	.part3 .sy_tit .bt{font-size: 0.22rem;padding-bottom: 0;}
	.part3 .sy_tit .bt.on{font-size: 0.24rem;}
}
@media(max-width: 768px){
    .part3 .sy_tit .wz{
       display:block;
    }
    .part3 .sy_tit .ico{
       margin: 0.12rem auto 0;
    }
}

.part4{padding: 0.7rem 0 0; position: relative;}

.p4_xxk{display: flex;justify-content: center;margin-bottom: 0.3rem;}
.p4_xxk li{margin: 0 0.16rem;}
.p4_xxk li p{font-size: 0.18rem;color: #062033;padding: 0.1rem 0.16rem;transition: 0.4s;cursor: pointer;}
.p4_xxk li.on p{background: #cb5391;color: #fff;border-radius: 0.05rem;}

.p4_xxk_box_out{position: relative;}
.p4_xxk_box+.p4_xxk_box{position: absolute;top: 0;left: 0;z-index: 1;width: 100%;}
.p4_xxk_box.on{z-index: 6;opacity: 1;visibility: initial;}
.p4_xxk_box .sy_more{display:none;}
.p4_xxk_box.on .sy_more{display:table;}
.p4_ul{display: flex;flex-wrap: wrap;}
.p4_ul li{width: 25%;animation-delay: 0.1s !important;}
.p4_ul li+li{animation-delay: 0.2s !important;}
.p4_ul li+li+li{animation-delay: 0.3s !important;}
.p4_ul li+li+li+li{animation-delay: 0.4s !important;}
.p4_ul li+li+li+li+li{animation-delay: 0.5s !important;}
.p4_ul li+li+li+li+li+li{animation-delay: 0.6s !important;}
.p4_ul li+li+li+li+li+li+li{animation-delay: 0.7s !important;}
.p4_ul li+li+li+li+li+li+li+li{animation-delay: 0.8s !important;}
.p4_ul li+li+li+li+li+li+li+li+li{animation-delay: 0.9s !important;}

.p4_xxk_box.on .p4_ul li{animation-delay: 0.2s !important;}
.p4_xxk_box.on .p4_ul li+li{animation-delay: 0.3s !important;}
.p4_xxk_box.on .p4_ul li+li+li{animation-delay: 0.4s !important;}
.p4_xxk_box.on .p4_ul li+li+li+li{animation-delay: 0.5s !important;}
.p4_xxk_box.on .p4_ul li+li+li+li+li{animation-delay: 0.6s !important;}
.p4_xxk_box.on .p4_ul li+li+li+li+li+li{animation-delay: 0.7s !important;}
.p4_xxk_box.on .p4_ul li+li+li+li+li+li+li{animation-delay: 0.8s !important;}
.p4_xxk_box.on .p4_ul li+li+li+li+li+li+li+li{animation-delay: 0.9s !important;}
.p4_xxk_box.on .p4_ul li+li+li+li+li+li+li+li+li{animation-delay: 1s !important;}


.p4_ul a{display: block;position: relative;}
.p4_ul .img{padding-bottom: 75.2%;}
.p4_ul .box{position: absolute;width: 100%;height: 100%;background: none;z-index: 5;top: 0;left: 0;}
.p4_ul .box::after{content: '';display: block;width: 100%;height: 100%;background: #1a002d;opacity: 0.4;position: absolute;bottom: 0;left: 0;z-index: 1;transition: 0.4s;}

.p4_ul .box .ly{position: absolute;z-index: 3;position: absolute;top: 0.33rem;left: 0.16rem;font-size: 0.16rem;color: #fff;padding-left: 0.17rem;transition: 0.4s;}
.p4_ul .box .ly::after{content: '';display: block;width: 0.1rem;height: 1px;background: #fff;position: absolute;left: 0;top: 50%;}
.p4_ul .box .con{position: absolute;z-index: 3;bottom: 0;width: 100%;padding: 0.2rem 0.38rem;transition: 0.4s;}
.p4_ul .box .con .sj_ico{width: 0.38rem;height: 0.38rem;background: url(../images24/p4_sj_ico.png) no-repeat center center;background-size: 0.32rem !important;margin: 0 auto;transition: 0.4s;position: relative;display: table;border-radius: 50%;}
.p4_ul .box .con .sj{font-size: 0.14rem;color: #ffffff;text-align: center;margin: 0.11rem auto 0.16rem;transition: 0.4s;}

.p4_ul .box .con .line{width: 1px;height: 0.21rem;background: #fff;margin: 0 auto;transition: 0.4s;}
.p4_ul .box .con .bt{font-size: 0.18rem;color: #ffffff;line-height: 0.3rem;text-align: center;margin-top: 0.1rem;height: 0.9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.p4_ul a:hover .box{}
.p4_ul a:hover .box .con{height: auto;bottom: 0.7rem;margin-bottom: 0.1rem;}
.p4_ul a:hover .box::after{height: 1.4rem;bottom: 0.75rem;background: #5f2b76;opacity: 1;}

.p4_ul a:hover .box .ly{opacity: 0;}
.p4_ul a:hover .box .con .sj_ico{transform: translate(0,2.25rem);background-color: #5f2b76;}
.p4_ul a:hover .box .con .sj{transform: translate(0,2.24rem);}
.p4_ul a:hover .box .con .line{height: 0.42rem;}

.p4_xxk_box .p4_ul li{animation: p4_dh_xs 0.4s forwards ease-in;}
.p4_xxk_box.on .p4_ul li{opacity: 0;animation: p4_dh 0.4s forwards ease-in;}

@keyframes p4_dh
    {
    from {opacity: 0;transform: translate(0,-0.4rem);visibility: hidden;}
    to {opacity: 1;transform: translate(0,0rem);visibility: initial;}
}

@keyframes p4_dh_xs
    {
		from {opacity: 1;transform: translate(0,0rem);visibility: initial;}
		to {opacity: 0;transform: translate(0,-0.4rem);visibility: hidden;}
}


@media(max-width: 1024px){
	.p4_ul li{width: 50%;}


}

@media(max-width: 650px){
        .p4_xxk li p{padding: 0.1rem 0.12rem;}
	.p4_ul .box .con .line{display: none;}
	.p4_ul .box .con .sj_ico{display: none;}
	.p4_ul .box .con{padding: 0.15rem;}
	.p4_ul .box .con .bt{height: 0.6rem;    -webkit-line-clamp: 2;}

	.p4_ul a:hover .box .con{bottom: 0;}
	.p4_ul a:hover .box::after{bottom: 0;}
}



.part5{position: relative;z-index: 3;padding: 0.8rem 0;background: url(../images24/p5_bg.jpg) no-repeat top center;}
.p5_zy{margin: 0 auto 0.2rem;}
.p5_zy p{font-size: 0.14rem;line-height: 0.24rem;color: #8e9498;text-align: center;}


.p5_xxk{display: flex;justify-content: center;margin-bottom: 0.3rem;}
.p5_xxk li{margin: 0 0.16rem;}
.p5_xxk li p{font-size: 0.18rem;color: #062033;padding: 0.1rem 0.16rem;transition: 0.4s;cursor: pointer;}
.p5_xxk li.on p{background: #cb5391;color: #fff;border-radius: 0.05rem;}

.p5_xxk::-webkit-scrollbar {width:4px;height: 0.04rem;background-color: #F5F5F5;}
.p5_xxk::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
.p5_xxk::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}



.p5_xxk_box_out{position: relative;}
.p5_xxk_box{opacity: 0;visibility: hidden;animation: p4_dh_xs 0.6s forwards ease-in;}
.p5_xxk_box+.p5_xxk_box{position: absolute;top: 0;left: 0;z-index: 1;width: 100%;}
.p5_xxk_box.on{display: block;animation: p4_dh 0.6s forwards ease-in;z-index: 6;}
.p5_lb{}
.p5_lb a{}
.p5_lb .img_out{position: relative;overflow: hidden;}
.p5_lb .img{padding-bottom: 111%;}
.p5_lb .img::after{content: '';display: block;width: 100%;height: 100%;background: url(../images24/p5_img_zz.png) repeat-x center bottom;position: absolute;bottom: -100%;left: 0;opacity: 0;transition: 0.4s;}

.p5_lb .con1{position: absolute;bottom: -100%;left: 0;width: 100%;z-index: 3;padding: 0.28rem 0.28rem 0;opacity: 0;transition: 0.4s;}
.p5_lb .con1 .p1{font-size: 0.16rem;color: #fff;margin-bottom: 0.1rem;position: relative;}
.p5_lb .con1 .p1::after{content: '';display: block;width: 0.1rem;height: 1px;background: #fff;position: absolute;top: 50%;right: calc(100% + 0.07rem);}
.p5_lb .con1 .p2{font-size: 0.14rem;line-height: 0.3rem;text-align: center;color: #fff;}
.p5_lb .con1 .line{width: 1px;height: 0.2rem;background: #fff;margin: 0.05rem auto 0.15rem;}

.p5_lb .con2{padding-top: 0.2rem;}
.p5_lb .con2 .bt{font-size: 0.24rem;color: #333333;text-align: center;transition: 0.4s;}
.p5_lb .con2 .xx{font-size: 0.16rem;color: #062033;line-height: 0.28rem;text-align: center;opacity: 0.56;margin-top: 0.1rem;}

.p5_lb .swiper-pagination{position: relative;bottom: 0;margin-top: 0.34rem;}
.p5_lb .swiper-pagination span{width: 0.1rem;height: 0.1rem;border: 1px solid #d0d5d8;border-radius: 50%;transition: 0.4s;margin: 0 0.09rem;background: none;opacity: 1;}
.p5_lb .swiper-pagination span.swiper-pagination-bullet-active{background: #5f2b76;border: 1px solid #5f2b76;}


.p5_lb a:hover .img::after{bottom: 0;opacity: 1;}
.p5_lb a:hover .con1{bottom: 0;opacity: 1;}
.p5_lb a:hover .con2 .bt{color: #5f2b76;}

@media(max-width: 1024px){
	.part5{padding: 0.3rem 0;}

	.p5_zy{width: 80%;}


	.p5_xxk li p{white-space: nowrap;}
	.p5_xxk li {
		margin: 0 0.1rem 0 0;
	}
}
@media(max-width: 650px){
	.p5_xxk{overflow: auto;justify-content: flex-start;padding-bottom: 0.1rem;}
	.p5_xxk li {
		margin: 0 0.1rem 0 0;
	}
}

.part6{position: relative;z-index: 5;padding: 2.8rem 0 0.8rem;}
.p6_bg1{width: calc(100% - 2.6rem);height: 100%;position: absolute;top: 0;left: 0;z-index: 2;background: url(../images24/p6_bg.jpg) no-repeat top center;background-size: cover;}
.p6_bg2{width: 3.4rem;z-index: 1;height: 100%;background: #f1f1f1;right: 0;top: 1.2rem;position: absolute;z-index: 1;}

.part6 .w14{position: relative;z-index: 5;display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-end;}

.p6_left{width: 5.7rem;margin-left: 1.05rem;margin-bottom: 0.4rem;}
.p6_left p{font-size: 0.2rem;line-height: 0.48rem;color: #fff;}

.p6_right{width: 4.5rem;margin-right: 1.15rem;}
.p6_ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.p6_ul li{width: 2.2rem;height: 2.2rem;position: relative;margin-bottom: 0.12rem;transition: 0.8s;top: 1rem;opacity: 0;}


.p6_ul li::after{content: "";display: block;width: 100%;height: 100%;background: #cb5391;position: absolute;top: 0;left: 0;z-index: 1;opacity: 0.8;
border-radius: 0.5rem 0 0.5rem 0;
}
.p6_ul li+li::after{background: #5a23a1;border-radius: 0 0.5rem 0 0.5rem;}

.p6_ul a{font-size: 0.2rem;color: #fff;position: relative;z-index: 3;display: flex;align-items: center;justify-content: center;height: 100%;}
.p6_ul .bt{font-size: 0.2rem;color: #ffffff;text-align: center;transition: 0.4s;}
.p6_ul .line{width: 1px;height: 0.21rem;background: #fff;position: absolute;top: 1.35rem;left: 50%;}
.p6_ul li+li .line{top: 0.56rem;}
.p6_ul li+li+li .line{top: 0.56rem;}
.p6_ul li+li+li+li .line{top: 1.35rem;}

.p6_ul li+li{left: -1rem;top: 0;transition-delay: 0.2s;}
.p6_ul li+li+li{left: 1rem;top: 0;transition-delay: 0.4s;}
.p6_ul li+li+li+li{left: 0;top: -1rem;transition-delay: 0.6s;}

.p6_ul li:hover{transform: translate(-0.1rem,-0.1rem);transition-delay: 0s;transition: 0.4s;}
.p6_ul li+li:hover{transform: translate(0.1rem,-0.1rem);}
.p6_ul li+li+li:hover{transform: translate(-0.1rem,0.1rem);}
.p6_ul li+li+li+li:hover{transform: translate(0.1rem,0.1rem);}

.p6_ul li:hover .bt{transform: translate(0,-4px);}

.p6_ul li.animated{top: 0;opacity: 1;}
.p6_ul li+li.animated{left: 0;}
.p6_ul li+li+li.animated{left: 0;}
.p6_ul li+li+li+li.animated{top: 0;}

@media(max-width: 1024px){
	.part6{padding: 0.3rem 0;}
	.p6_bg1{width: 100%;}
	.p6_left{width: 100%;margin: 0 auto 0.2rem;background: rgba(0, 0, 0, .4);padding: 0.1rem 0.2rem;border-radius: 5px;}
	.part6 .w14{justify-content: center;}
	.p6_right{margin-right: 0;}

	.p6_left p{font-size: 0.16rem;line-height: 0.28rem;}
}
@media(max-width: 450px){
	.p6_right{width: 3.1rem;}
	.p6_ul li{width: 1.5rem;height: 1.5rem;}


	.p6_ul .line{top: 1rem;left: 50%;}
	.p6_ul li+li .line{top: 0.25rem;}
	.p6_ul li+li+li .line{top: 0.25rem;}
	.p6_ul li+li+li+li .line{top: 1rem;}
}



.part7{position: relative;z-index: 8;padding: 0.9rem 0;background-size: 100%;display:none;}

.p7_ul{display: flex;margin: 0 -0.175rem;flex-wrap: wrap;justify-content: center;}
.p7_ul li{width: calc(33.33% - 0.35rem);margin: 0 0.175rem;}
.p7_ul a{display: block;}
.p7_ul .img{}
.p7_ul .con{padding: 0.05rem 0.1rem;}
.p7_ul .con .bt{font-size: 0.2rem;line-height: 0.36rem;color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.p7_ul .con .sj{font-size: 0.14rem;color: #333333;margin-top: 0.09rem;}



@media(max-width: 1024px){
	.part7{padding: 0.3rem 0 0.3rem;}

	.p7_ul li{width: 100%;margin-bottom: 0.2rem;}
}
@media(max-width: 650px){


}





.part8{}
.p8_ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p8_ul li{width: calc(50% - 0.32rem);overflow: hidden;border-radius: 0.05rem;}
.p8_ul a{display: block;position: relative;}
.p8_ul .img{position: relative;padding-bottom: 65.9%;}
.p8_ul .img::after{content: "";display: block;width: 100%;height: 48%;background: url(../images24/p8_img_zz.png) repeat-x center center;background-size: 100% 100%;position: absolute;bottom: 0;left: 0;z-index: 6;}
.p8_ul .con{position: absolute;bottom: 0;left: 0;z-index: 8;display: flex;justify-content: space-between;width: 100%;padding: 0.15rem 0.3rem;align-items: center;}
.p8_ul .con .bt{font-size: 0.22rem;color: #fff;}
.p8_ul .con .jt{width: 0.5rem;height: 0.5rem;background: url(../images24/p8_jt.png) no-repeat center center;background-size: 100% !important;transition: 0.4s;}


.p8_ul a:hover .con .jt{transform: rotate(-45deg);}

@media(max-width: 1024px){
	.p8_ul li{width: 100%;margin-bottom: 0.3rem;}
}





.foot_bg{width: 1.94rem;height: 1.82rem;background: url(../images24/f_top_bg.png) no-repeat center center;background-size: 100% 100% !important;margin: 0 auto -0.3rem;}

.fhdb{display: block;width: 0.68rem;height: 0.68rem;overflow: hidden;transition: 0.4s;
	margin: 0 auto -0.45rem;
	border-radius: 0.08rem;
	position: relative;
	z-index: 3;
	}
.fhdb a{display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;top: 100%;transition: 0.4s;position: relative;left: 0;}
.fhdb a img{width: 100%;}
.fhdb.on{visibility: initial;opacity: 1;}
.fhdb.on a{top: 0;}





.foot{position: relative;z-index: 1;background: #3b0a51;}


.foot .w14{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;padding: 0.9rem 0 0.3rem;}



.foot_dh{width: 100%;overflow: hidden;border-top: 1px solid #4f2363;padding-bottom: 0.4rem;border-bottom: 1px solid #4f2363;margin-bottom: 0.3rem;}
.foot_dh ul{display: flex;justify-content: space-between;}
.foot_dh ul a{padding: 0;display: block;}
.foot_dh ul li{}
.foot_dh ul li>a{display: block;position: relative;}
.foot_dh ul li>a::before{content: '';display: block;background: #4f2363;width: 20rem;height: 1px;position: absolute;bottom: 0;left: 0;}

.foot_dh ul p{font-size: 0.18rem;color: #f4f4f4;line-height: 0.36rem;position: relative;padding: 0.18rem 0.1rem;}
.foot_dh ul p::before{content: '';width: 0;height: 1px;background: #fff;position: absolute;left: 0;bottom: 0.15rem;transition: 0.4s;}

.foot_dh ul li>a p::after{content: '';display: block; width: 0.05rem;height: 0.05rem;background: #cb5391;border-radius: 50%;position: absolute;left: 0;top: 0.35rem;}

.foot_dh ul a:hover p::before{width: 100%;}

.foot_dh ul .sub{padding-top: 0.1rem;}
.foot_dh ul .sub p{font-size: 0.14rem;line-height: 0.2rem;padding: 0.08rem 0.1rem;}
.foot_dh ul .sub p::before{bottom: 0;}

.last_sub a{position: relative;display: block;padding: 0 0.13rem;margin-bottom: 0.05rem;}
.last_sub a::before{content: '';display: block;background: #4f2363;width: 20rem;height: 1px;position: absolute;bottom: 0;left: 0;}
.last_sub p{position: relative;}
.last_sub p::after{content: '';display: block; width: 0.05rem;height: 0.05rem;background: #cb5391;border-radius: 50%;position: absolute;left: 0;top: 0.35rem;}



.f_left{max-width: 100%;}
.f_logo{max-width: 100%;width: 3.97rem;}
.f_logo img{display: block;width: 100%;}





.f_right{display: flex;width:60%;}
.f_ewm{margin-right: 0.6rem;}

.f_con{}
.f_con p{font-size: 0.16rem;color: #fff;line-height: 0.36rem;
margin-right: 0.2rem;
padding-left: 0.21rem;
position: relative;
}
.f_con p::after{content: '';display: block;width: 0.07rem;height: 0.07rem;background: #9d85a8;border-radius: 50%;position: absolute;left: 0;top: 0.16rem;}

.f_con a{color: #fff;opacity: 0.68;}
.f_con a:hover{opacity: 1;}


.f_bq{background: #5f2b76;padding: 0.2rem 0;}
.f_bq p{font-size: 0.14rem;color: #fff;text-align: center;line-height: 0.2rem;}



@media(max-width: 1024px){

	.fhdb{width: 0.35rem;height: 0.35rem;margin-bottom: -0.2rem;}

	.w14{width: 95%;}

	.m_header_box{display: block;}
	#m_header #logo{height: 100%;}
	.m_header_box header{padding: 0 2.5%;}
	
	.header_box{display: none;}

	.body_main{position: relative;padding-top: 0;}


	.foot .w14{justify-content: center;flex-direction: column;position: relative;padding: 0.5rem 0 0.3rem;}
	.f_cen{margin: 0.2rem 0;}

	.f_lj h2{width: 1rem;}
	.lj_lb_out{width: calc(100% - 1.1rem);}

	.f_left{margin-bottom: 0.3rem;}
	.f_left .f_con{justify-content: center;}
        .f_right{width:100%;}

	.foot_dh{display: none;}
	
}
@media(max-width: 950px){


}
@media(max-width: 800px){



}
@media(max-width: 700px){

}

@media(max-width: 650px){
	.f_right ul li{margin: 0 0.05rem;}
	.f_right{flex-wrap: wrap;display: flex;justify-content: center;align-items: center;flex-direction: column;}
	.f_ewm{margin-right: 0;margin-bottom: 0.3rem;}
}






/* 首页样式结束 */





/* 二级页样式开始 */



.fanye{text-align: center;margin: 0.4rem 0 0;}
.fanye img{max-width: 100%;}

.ej_bn_dt{width: 100%;position: relative;z-index: 4;}

.ej_bn_dt::after{content: '';display: block;width: 100%;height: 2.77rem;background: linear-gradient(180deg, #3b0a51 0%, rgba(0, 102, 215, 0) 100%);
	background-size: auto 100%;
	position: absolute;top: 0;z-index: 5;left: 0;
display: block;}
.ej_bn_dt img{display: block;width: 100%;}

.bn_con{position: absolute;bottom: 0.62rem;left: 0;z-index: 6;width: 100%;}
.bn_con .w14{}
.bn_con .w14 h2{color: #fff;font-size: 0.3rem;font-family: sys;font-size: 0.48rem;text-align: center;margin-bottom: 0.3rem;}



.ej_main_box{background: #fff url(../images24/ej_main_bg.jpg) no-repeat center top;background-size: 100%;  min-height: 0.5rem;position: relative;padding:0rem 0;z-index: 3;padding-bottom: 0rem !important;}
.ej_main_box>.w14{padding-top: 0rem;}

.ej_main_box>div{position: relative;z-index: 2;}


/* 手机二级导航 开始 */

#nav_slide {
    background: #3b0a51;
    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: #3b0a51;
}
#sub_nav_content ul li ul {
    display: none
}
/* 手机二级导航 结束 */



.ej_main_left{
    width: 100%;

	position: relative;
	z-index: 6;
min-height:0.4rem;
}
.ej_main_left ul{
	position: relative;
	display: flex;
	width: auto;
	justify-content: center;
}



.ej_main_left .sider_nav {
    padding: 0.2rem 0rem;
	background: #fff;
	width:100%;
}


.ej_main_left .sider_nav.on{padding: 0;}

.ej_main_left .sider_nav ul{padding-left: 0.1rem;}


.ej_main_left ul li{
    position: relative;
    line-height: 0.24rem;
	z-index: 3;
	margin: 0 0.1rem;
}

.ej_main_left ul li>a {
    position: relative;
    display: block;

    z-index: 1;
}
.ej_main_left ul li>a::after{content: "";display: block;width: 0;height: 1px;background: #fff;position: absolute;bottom: 0;left: 0;transition: 0.4s;}
.ej_main_left ul li p{   padding: 0.15rem 0.2rem;
    font-size: 0.18rem;
    color: #fff; 
	transition: 0.4s;
}

.ej_main_left ul li>a:hover::after{width: 100%;}


.ej_main_left ul li .btn{width: 0.3rem;height: 0.56rem;position: absolute;right: 0;top: 0;z-index: 3;cursor: pointer;display: flex;align-items: center;}
.ej_main_left ul li .btn::after{content: "+";display: block;text-align: center;width: 100%;font-size: 0.2rem;color: #333;}
.ej_main_left ul li .btn.on::after{content: "-";}

.ej_main_left ul li .sun{min-width: 100%;margin: 0 auto;border-radius: 0.1rem;
	padding: 0.1rem 0;
position: absolute;
top: 100%;
left: 50%;
background: #fff;
box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);

transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
}
.ej_main_left ul li:hover .sun{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}

.ej_main_left ul li .sun p{font-size: 0.16rem;line-height: 0.18rem;padding: 0.1rem;position: relative;display: block;color: #333;text-align: center;}

.ej_main_left ul li .sun a.on p,.ej_main_left ul li .sun a p:hover{color: #fff;background: #3b0a51;}

.ej_main_left ul li .sun a.on::before,.ej_main_left ul li .sun a:hover::before{background: #3b0a51;}

.ej_main_left ul li.on>.btn::after{color: #3b0a51;}

.ej_main_left ul li.on>a p,
.ej_main_left ul li>a:hover p{
    color: #fff;
	background: rgba(95,43,118,0.8);
	border-radius: 0.05rem;
	font-weight: bold;
}
.ej_main_left ul li>a:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 0.02rem;
    height: 0;
    background: #3b0a51;
    content: "";
	opacity: 0;
}
.ej_main_left ul li.on>a:before,
.ej_main_left ul li>a:hover:before{
height: 100%;

}

.ej_main_left ul li .sun a:before{height: 1px;bottom: 0;transition: 0.4s;}
.ej_main_left ul li .sun a{color: #333;}

.ej_main_left .lmmc_yj{font-size: 0.24rem;padding: 0.2rem 0rem;background-size: 200%;  color: #fff;padding-left: 0;position: relative;text-align: center;font-weight: bold;}




.ej_main_right{width: 100%;padding-top: 0rem;margin-bottom: 0.5rem;}
.ej_main_right>.line{width: 100%;height: 0.01rem;background: #eaeaea;margin-bottom: 0.3rem;
display: none;
}


.dqwz_out{padding-bottom: 0.4rem;margin: 0rem 0 0.3rem;display: flex;justify-content: space-between;align-items: center;
padding-top: 0.3rem;
overflow: hidden;
}
.dqwz_out .w15{}
.dqwz_out h2{font-size: 0.3rem;color: #333333;display: table;position: relative;padding: 0 0.2rem;letter-spacing: 0.03rem;}
.dqwz_out h2 .xico{width: 0.32rem;height: 0.27rem;position: absolute;top:calc(100% + 0.1rem); left: calc(50% - 0.16rem);}
.dqwz_out h2::before{content: '';display: block;width: 200rem;height: 1px;background: #cfbfd6;position: absolute;right: calc(50% + 0.3rem);top: calc(100% + 0.22rem);}
.dqwz_out h2::after{content: '';display: block;width: 200rem;height: 1px;background: #cfbfd6;position: absolute;left: calc(50% + 0.3rem);top: calc(100% + 0.22rem);}

.dqwz_out .dqwz{padding-left: 0.31rem;display: table;background-size: 0.14rem;}
.dqwz_out .dqwz p{font-size: 0.14rem;color: #777777;line-height: 0.24rem;min-height: 0.24rem;}
.dqwz_out .dqwz a{color: #777777;transition: 0.4s;}
.dqwz_out .dqwz a:hover{color: #3b0a51;}

.dqwz_out .dqwz span{display: inline-block;margin: 0 0.03rem;
margin-bottom: 0.04rem;
font-size: 0.14rem;color: #777777;
}


@media(max-width: 1024px){
	.ej_bn_dt{margin-top: 60px;}
	.ej_main_box>.w14{padding-top: 0;}
	.ej_main_box{padding: 0rem 0;}
	.bn_con .w14 h2{display: none;}

	.ej_main_left{display: none;}
	#nav_slide{display: block;}

	.fanye{margin: 0.3rem 0 0;}

	.dqwz_out{margin-bottom: 0.1rem;}

	.ej_main_box .w15{flex-wrap: wrap;}
	.ej_main_left{width: 100%;}

	.ej_main_right{width: 100%;padding: 0;}

	.ej_bn_dt::after{display: none;}
	.dqwz_out h2 p{display: none;}
}
@media(max-width: 650px){
     .dqwz_out .dqwz p{line-height:inherit;}
}


  
/* 列表页  开始 */

.ej_list{min-height: 300px;}
.ej_list ul{width: 100%;height: auto !important;display: block;}
.ej_list ul li{box-shadow: 0px 0.1rem 0.09rem 1px rgba(142, 142, 142, 0.1);border-radius: 0.08rem;margin-bottom: 0.24rem;transition: 0.4s;background: #fff;border-top: 2px solid #fff;}
.ej_list ul li a{display: block;padding: 0.34rem 0.16rem;}
.ej_list .box{display: flex;justify-content: space-between;align-items: center;}
.ej_list .sj{display: table;}
.ej_list .sj p{transition: 0.4s;color: #5f2b76;font-size: 0.3rem;text-align: center;font-weight: bold;}
.ej_list .sj p+p{font-size: 0.14rem;font-weight: normal;margin-top: 0.05rem;}
.ej_list .con{width: calc(100% - 0.8rem);position: relative;transition: 0.4s;}
.ej_list .con::before{content: '';display: block;width: 0.27rem;height: 0.22rem;background: url(../images24/ej_list_ico.png) no-repeat center center;background-size: 100%;position: absolute;left: 0;top: calc(50% - 0.11rem);transition: 0.4s;opacity: 0;z-index: 1;}
.ej_list .con::after{content: '';display: block;width: 0rem;height: 1px;background: #cb5391;position: absolute;left: 0.4rem;top: 50%;transition: 0.4s;z-index: 1;}

.ej_list .con .bt{font-size: 0.2rem;color: #333333;line-height: 0.3rem;max-height: 0.6rem;transition: 0.4s;

	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

  
.ej_list ul li:hover{background: #5f2b76;border-top: 2px solid #cb5391;box-shadow: 0px 0.15rem 0.45rem 0.05rem rgba(142, 142, 142, 0.4);}
.ej_list ul li:hover .sj p{color: #fff;}
.ej_list ul li:hover .con{padding-left: 0.7rem;}
.ej_list ul li:hover .con::before{opacity: 1;}
.ej_list ul li:hover .con::after{opacity: 1;width: 0.15rem;}
.ej_list ul li:hover .con .bt{color: #fff;}


@media(max-width: 1024px){
	.ej_list ul li a{padding: 0.2rem 0.1rem;}
}
@media(max-width: 650px){
	.ej_list ul li{margin-bottom: 0.1rem;}
}


/* 列表页  结束 */


.ej_list_tt{}


.ej_list_tt li{margin-bottom: 0.25rem;transition: 0.4s;transition: 0.4s;position: relative;}

.ej_list_tt li a{flex-direction: row-reverse;display: flex;justify-content: space-between;
	padding: 0.11rem;
	background: #fff;
	box-shadow: 0px 0.1rem 0.09rem 1px rgba(142, 142, 142, 0.1);
	border-radius: 0.08rem;
	transition: 0.4s;
	}

.ej_list_tt li .img{width: 4.2rem;height: 1.61rem;padding: 0;}

.ej_list_tt li .con{width: calc(100% - 4.2rem);padding-top: 0.1rem;position: relative;padding-left: 0.3rem;display: flex;justify-content: space-between;}

.ej_list_tt li .con .xx{width: calc(100% - 1.4rem);}
.ej_list_tt li .con .sj{width: 1.3rem;padding-top: 0.04rem;}

.ej_list_tt li .con .sj .p2{font-size: 0.16rem;color: #5f2b76;line-height: 0.26rem;padding-left: 0.32rem;position: relative;transition: 0.4s;}
.ej_list_tt li .con .sj .p2::after{content: '';display: block;width: 0.26rem;height: 0.26rem;background: #5f2b76 url(../images24/ej_list_tt_sj.png) no-repeat center left;

background-size: 100% !important;
border-radius: 50%;position: absolute;left: 0;top: calc(50% - 0.13rem);transition: 0.4s;}

.ej_list_tt li .con .sj .xbg{position: relative;width: calc(100% - 0.1rem);height: 0.22rem;margin-top: 0.67rem;margin-right: 0.1rem;opacity: 0;transition: 0.4s;transform: translate(10px);}
.ej_list_tt li .con .sj .xbg svg{width: 0.27rem;position: absolute;right: 0;top: calc(50% - 0.11rem);}
.ej_list_tt li .con .sj .xbg::before{content: '';display: block;width: 0.27rem;height: 0.22rem;transition: 0.4s;z-index: 1;right: 0;top: calc(50% - 0.11rem);position: absolute;}
.ej_list_tt li .con .sj .xbg::after{content: '';display: block;width: 0.15rem;height: 1px;background: #cb5391;position: absolute;right: 0.4rem;top: 50%;transition: 0.4s;z-index: 1;}



.ej_list_tt li .con .bt{font-size: 0.2rem;margin-bottom: 0.16rem;color: #36393b;line-height: 0.3rem;transition:0.4s;height: 0.6rem;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ej_list_tt li .con .zy{font-size: 0.14rem;line-height: 0.26rem;color: #333333;max-height: 0.52rem;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ej_list_tt li.no_img{}
.ej_list_tt li.no_img .con{width: 100%;padding-top: 0;}

.ej_list_tt li.no_img::after{display: none;}

._11 {
	border-radius: 8px;
	background-color: rgb(95, 43, 118);
	box-shadow: 0px 15px 45px 5px rgba(142, 142, 142, 0.4);
	position: absolute;
	left: 4301px;
	top: 1623px;
	width: 1399px;
	height: 185px;
	z-index: 898;
  }
  
.ej_list_tt li:hover a{background: #3b0a51;}
.ej_list_tt li:hover .con .bt{color: #fff;font-weight: bold;}
.ej_list_tt li:hover .con .zy{color: #fff;}
.ej_list_tt li:hover a{background: #5f2b76;}
.ej_list_tt li:hover .con .sj .p2{color: #fff;}
.ej_list_tt li:hover .con .sj .p2::after{background: #cb5391 url(../images24/ej_list_tt_sj.png) no-repeat center left;}

.ej_list_tt li:hover .con .sj .xbg{opacity: 1;transform: translate(0);}

@media(max-width: 1024px){
	.ej_main_right>.line{margin-bottom: 0.3rem;}
	.ej_list_tt li .con .bt{font-size: 0.18rem;}
}
@media(max-width: 850px){
	.ej_list_tt li{margin-bottom: 0.3rem;}
	.ej_list_tt li a{flex-wrap: wrap;flex-direction: column-reverse;}
	.ej_list_tt li .img{padding-bottom: 38%;width: 100%;}
	.ej_list_tt li .con{width: 100%;padding: 0.3rem 0;}

	.ej_list_tt li::after{width: 100%;}
	.ej_list_tt li.no_img::after{display: block;}


	.ej_list_tt li .con .bt{
		max-height: 0.6rem;
		line-height: 0.3rem;
		overflow: hidden;
		white-space: wrap;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
}

@media(max-width: 650px){
	.ej_list_tt li{margin-bottom: 0.15rem;}
	.ej_list_tt li .con .xx{width: 100%;}

	.ej_list_tt li .con{flex-direction: column;}
	.ej_list_tt li .con .bt{margin-bottom: 0.07rem;}
	.ej_list_tt li .con .zy{margin-bottom: 0.07rem;}
	.ej_list_tt li .con .sj .xbg{display: none;}
}



.nry_body{}
.nry_main{display: block;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}

.nry_main .nry_fx{width: 0.6rem;}

.qrid_zz{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.9);display: none;top: 0;left: 0;z-index: 1000;display: none;justify-content: center;align-items: center;}
.qrid_zz #qrid{padding: 8px;background: #fff;border-radius: 5px;}


/*分享*/
.subchannel{position: fixed;left: 1.8rem;top: 55%;z-index: 6000;}

.nry_con_out .ushare li.share{height: 90px;}
.my-share-d{width: 0.6rem;
  position: absolute;
  right: 100%;
  top: 0.9rem;display: none;}
  .my-share-d>div{display: block;
  width: .44rem;
  height: .44rem;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(141, 141, 141, 0.11);cursor: pointer;transition: .4s;margin-bottom: 10px;}
  .my-share-d>div:hover{background-color: rgba(141, 141, 141, 0.3);}

  .subchannel:hover .my-share-d{display: block;}

  @media screen and (max-width: 1870px){
	.subchannel{left: 0.8rem;}
  }
  @media screen and (max-width: 1700px){
	.subchannel{left: 0.3rem;}
	.my-share-d{right: auto;left: 100%;padding-left: 0.2rem;}
  }

  @media screen and (max-width: 1024px){
    .nry_big .subchannel{transition: .4s;}
    .my-share-d{    display: flex !important;
      margin: 0 auto 0;
      justify-content: center;width: 100%;padding: 14px 0;background: #fff;
	right: 0;
	top: 100%;
	}
      .my-share-d>div{    float: left;
        margin: 0 .3rem;    width: 44px;
        height: 44px;}
  }

.my-share-d>div img{width: 100%;transition: 0.4s;}


  
.ej_nry{width: 100%;background: #fff;padding: 0.4rem;box-shadow: 0px 0.1rem 0.09rem 1px rgba(142, 142, 142, 0.1);}
.ej_nry .box1{}
.ej_nry .box1 .bt{font-size: 0.3rem;color: #353535;font-weight: bold;line-height: 0.45rem;margin-bottom: 0.16rem;text-align: center;}
.ej_nry .box1 .xx{flex-wrap: wrap;display: flex;justify-content: center;background: #f1f1f1;padding: 0.1rem 0;}
.ej_nry .box1 .xx p{font-size: 0.14rem;color: #333333;margin: 0 0.14rem;line-height: 0.2rem;}


.ej_nry .box2{padding: 0.2rem 0 0;}
.ej_nry .box2 table{margin:0 auto !important;overflow-x: scroll;width:100%;}
.ej_nry .box2 p{font-size: 0.18rem !important;color: #323232;line-height: 0.3rem !important;margin-bottom: 0.1rem;}

.ej_nry .box2 p img{/*width: auto;*/height: auto !important;display: inline-block;margin: 0 auto;max-width: 100%;border:none !important;}
.ej_nry .box2 .has_img{text-indent: 0 !important;}
.nry_main .box3{padding: 0.25rem 0.3rem;background: #f1f1f1;margin-bottom: 0.2rem;margin-top: 0.32rem;}
.nry_main .box3 a{display: block;}
.nry_main .box3 p{font-size: 0.16rem;color: #333333;line-height: 0.24rem;padding: 0.05rem 0;transition: 0.4s;}
.nry_main .box3 p:hover{color: #3b0a51;font-weight: bold;}






.ej_nry_news{width: 3.6rem;}
.ej_nry_news h2{font-size: 0.24rem;color: #333333;text-align: center;background: #f3f3f3;text-align: center;padding: 0.15rem 0;}
.ej_nry_news ul{padding: 0.25rem 0.2rem;}
.ej_nry_news ul li{padding-bottom: 0.24rem;border-bottom: 1px solid #f3f3f3;margin-bottom: 0.18rem;}
.ej_nry_news ul li a{display: flex;justify-content: space-between;align-items: center;}
.ej_nry_news ul li .sj{width: 0.6rem;height: 0.57rem;background: url() no-repeat center center;background-size: 100% 100%;padding-top: 0.14rem;}
.ej_nry_news ul li .sj p{font-size: 0.22rem;color: #fff;text-align: center;margin-bottom: 0.01rem;}
.ej_nry_news ul li .sj span{display: block;font-size: 12px;color: #fff;text-align: center;}
.ej_nry_news ul li .con{width: calc(100% - 0.7rem);}
.ej_nry_news ul li .con p{font-size: 0.16rem;color: #323232;line-height: 0.26rem;max-height: 0.52rem;overflow: hidden;transition: 0.4s;}

.ej_nry_news ul li a:hover .con p{color: #3b0a51;}

@media(max-width: 1024px){
	.ej_nry{padding: 0.15rem;}
	.nry_main{}
	.nry_main>div{width: 100% !important;}
	.nry_main .nry_fx{display: flex;justify-content: center;margin-bottom: 0.2rem;}
	.my-share-d{display: flex;padding: 0.1rem 0.1rem;}
	.my-share-d>div{margin-bottom: 0;margin: 0 0.1rem 0;}


	.ej_nry .box1 .bt{font-size: 0.26rem;}
	.ej_nry .box2 p{font-size: 0.18rem;line-height: 0.36rem;margin-bottom: 0.15rem;    overflow: auto;}
	.nry_main .box3 p{font-size: 0.16rem;line-height: 0.26rem;}
}
@media(max-width: 768px){
    .ej_nry .box2 table{
       display: flex;
       overflow-x: auto;
       width: 100% !important;
       white-space: nowrap;
    }
}
@media(max-width: 650px){
	.ej_nry .box1 .bt{font-size: 0.24rem;line-height: 0.36rem;}
	.ej_nry .box2{padding: 0.15rem 0;}
	.ej_nry_news h2{font-size: 0.2rem;padding: 0.1rem 0;}
	.ej_nry_news ul {
		padding: 0.15rem 0rem;
	}
	.ej_nry_news ul li {
		padding-bottom: 0.1rem;
		margin-bottom: 0.1rem;}
}





.nry_con_out .ushare {
    width: 80px;
    position: fixed;
    margin-left: -100px;
    margin-top: 0.51rem;
  }

  .nry_con_out .ushare li {
    display: block;
    line-height: 30px;
    color: #888;
    text-align: center;
    font-size: 14px;
    padding-bottom: 10px;
}
.nry_con_out .ushare li b {
  display: inline-block;
  background: #5c5b5d url(../images24/nry_dj_img.png) no-repeat center center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  position: relative;
}


.nry_con_out .ushare span {
  display: block;
  position: relative;
  z-index: -1;
}
.nry_con_out .ushare li i {
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}

.nry_con_out .ushare li.share{
  cursor: pointer;
}
.nry_con_out .ushare li.share b {
  background: #ba9a05 url(../images24/nry_fx_img.png) no-repeat center center;
}
.nry_con_out .ushare li.share a {
  color: #ba9a05;
  display: block;
}
.nry_con_out .ushare li:hover b {  background: #791cb5 url(../images24/nry_dj_img.png) no-repeat center center;}

.nry_con_out .ushare li.share:hover b {
  background: #791cb5 url(../images24/nry_fx_img.png) no-repeat center center;
}

  @media screen and (max-width: 1100px) {

  }
  @media screen and (max-width: 1024px) {

		 .subchannel{
			top: auto;
		left: 0;
		bottom: 0;
		height: 66px;
		margin: auto;
		width: 100%;
		text-align: center;
		z-index: 10;
		background: rgba(50,50,50,0.9);
		padding-top: 10px;
		position: fixed;
		transition: 0.4s;
	}

  }


  .subchannel .usharewraper
  {
	  width: 80px;
	  position:fixed;
	  margin-left:-100px;
	  margin-top:130px;}
  
  .subchannel  .ushare li
  {
		 display: block;
	  line-height: 30px;
	  color: #888;
	  text-align:center;
	  font-size:14px;
	  padding-bottom:10px;}
  
  .subchannel  .ushare span
  {
		 display: block;
	  position: relative;
	  z-index: -1;}
  
  .subchannel  .ushare li b
  {
	  display:inline-block;
	  background:#5C5C5E;
	  width:40px;
	  height:40px;
	  line-height:40px;
	  border-radius:20px;
	  position: relative;}
  
  .subchannel  .ushare li.share b
  {
	  background:#F49209
  ;}
  
  .subchannel  .ushare li.share a
  {
	  color: #F49209;}
  
  .subchannel  .ushare .bdshare-button-style0-16 a
  {
	  float: none;
	  font-size: 14px;
	  padding-left: 0;
	  line-height: 30px;
	  padding-top: 40px;
	  background-image: none;
	  cursor: pointer;
	  margin: 0;
	  position: relative;
	  z-index: 1;
	  top: -40px;}
  
  .subchannel  .ushare li i 
  {
	  font-size: 18px;
	  line-height:40px;
	  color:#fff;}
  
  .subchannel  .ushare li a
  {
	  color: #888;
	  display: block;
	  zoom:1;}
  
  .subchannel  .ushare li:hover a
  {
	  color: #481C73;}
  
  .subchannel  .ushare li:hover b
  {
	  background:#481C73;}
  
  
  .subchannel .ushare li b{background: #5c5b5d url(../images24/nry_dj_img.png) no-repeat center center !important;}
  .subchannel .ushare li.share b{background: #ba9a05 url(../images24/nry_fx_img.png) no-repeat center center !important;}
  
  .subchannel .ushare li:hover b{background: #791cb5 url(../images24/nry_dj_img.png) no-repeat center center !important;}
  .subchannel .ushare li.share:hover b{background: #791cb5 url(../images24/nry_fx_img.png) no-repeat center center !important;}

  
	@media screen and (max-width: 1024px){
		.nry_body{/*padding-bottom: 105px;*/}
	  .subchannel{
		padding: 25px 0 80px 0;
		z-index: 1000;
	  }
	  .subchannel ul{display: flex;justify-content: center;}
	  .subchannel ul li{margin: 0 0.2rem;}
	  .subchannel .ushare li{width: auto;}
	  .subchannel .ushare li span{line-height: 0.2rem;}
	  .subchannel .ushare li a{line-height: 0.2rem;}

		
	}


  

.ej_szdw{padding-top: 0rem;}
.ej_szdw ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ej_szdw ul li{width: calc(50% - 0.18rem);margin: 0 0 0.36rem;background: #fff;transition: 0.4s;
	box-shadow: 0px 0.1rem 0.09rem 1px rgba(142, 142, 142, 0.1);
	border-radius: 0.08rem;overflow: hidden;}
.ej_szdw ul li a{display: flex;justify-content: space-between;align-items: flex-start;position: relative;transition: 0.4s;height: 100%;}
.ej_szdw ul li .img{width: 2.66rem;padding-bottom: 44%;background: #bebebe;}
.ej_szdw ul li .con{width: calc(100% - 2.66rem);padding: 0.26rem 0.3rem;}
.ej_szdw ul li .con .bt{font-size: 0.24rem;color: #333333;margin-bottom: 0.2rem;font-weight: bold;width: 100%;margin-top: 0.1rem;transition: 0.4s;position: relative;}

.ej_szdw ul li .con .bt::before{content: '';display: block;width: 0.27rem;height: 0.22rem;background: url(../images24/ej_list_ico.png) no-repeat center center;background-size: 100%;position: absolute;right: 0;top: calc(50% - 0.11rem);transition: 0.4s;z-index: 1;opacity: 0;}
.ej_szdw ul li .con .bt::after{content: '';display: block;width: 0.15rem;height: 1px;background: #cb5391;position: absolute;right: 0.4rem;top: 50%;transition: 0.4s;z-index: 1;opacity: 0;}


.ej_szdw ul li .con .zw{font-size: 0.16rem;line-height: 0.28rem;color: #333333;height: 0.56rem;margin-bottom: 0.3rem;transition: 0.4s;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.ej_szdw ul li .con .xx{}
.ej_szdw ul li .con .xx h2{font-size: 0.16rem;color: #333333;font-weight: bold;margin-bottom: 0.15rem;transition: 0.4s;position: relative;padding-left: 0.16rem;}
.ej_szdw ul li .con .xx h2::after{content: '';display: block;width: 0.1rem;height: 1px;background: #5f2b76;position: absolute;left: 0;top: 50%;transition: 0.4s;}

.ej_szdw ul li .con .xx p{font-size: 0.14rem;color: #333333;line-height: 0.3rem;margin-bottom: 0.05rem;height: 0.6rem;transition: 0.4s;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

  
.ej_szdw ul li a:hover{}
.ej_szdw ul li:hover{box-shadow: 0px 0.15rem 0.45rem 0.05rem rgba(142, 142, 142, 0.4);background: #5f2b76;}
.ej_szdw ul li:hover .con .bt{color: #fff;}
.ej_szdw ul li:hover .con .bt::after{opacity: 1;}
.ej_szdw ul li:hover .con .bt::before{opacity: 1;}
.ej_szdw ul li:hover .con .zw{color: #fff;}
.ej_szdw ul li:hover .con .xx h2{color: #fff;}
.ej_szdw ul li:hover .con .xx p{color: #fff;}
.ej_szdw ul li:hover .con .xx h2::after{background: #fff;}

@media(max-width: 1024px){
	.ej_szdw ul li .con{}
	.ej_szdw ul li{width: 100%;}
	.ej_szdw ul li .con .zw{margin-bottom: 0.2rem;}
}

@media(max-width: 650px){
	.ej_szdw ul li{margin-bottom: 0.15rem;}
	.ej_szdw ul li .img{width: 33%;padding-bottom: 40%;}
	.ej_szdw ul li .con{width: 68%;padding: 0.15rem;}
	.ej_szdw ul li .con .zw{margin-bottom: 0.1rem;height: 0.28rem;
	}
	
	.ej_szdw ul li .con .bt{margin-top: 0;font-size: 0.2rem;margin-bottom: 0.05rem;}
	.ej_szdw ul li .con .xx h2{margin-bottom: 0.05rem;}
	.ej_szdw ul li .con .xx p{line-height: 0.24rem;height: 0.48rem;}
}


.ej_nry_tc{}
.ej_nry_tc .box2{}
.ej_nry_tc .box2 .xtit{background: #f1f1f1;font-size: 0.18rem;color: #333333;font-weight: bold;padding: 0.14rem 0.32rem;margin-bottom: 0.34rem;}

.box_teacher{    padding-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;}
.box_teacher .pic{width: 2.66rem;overflow: hidden;border-radius: 0.12rem;}
.box_teacher .pic img{width: 100%;}

.box_teacher .con{width: calc(100% - 2.66rem);padding-left: 0.42rem;padding-top: 0.62rem;}
.box_teacher .con .bt{font-size: 0.28rem;font-weight: bold;color: #333;margin-bottom: 0.3rem;}
.box_teacher .con .line{width: 0.4rem;height: 0.04rem;background: #3b0a51;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.12rem;color: #333;}



@media(max-width: 850px){
	.box_teacher{flex-wrap: wrap;justify-content: center;}
	.box_teacher .pic{width: 60%;margin-bottom: 0.2rem;}
	.box_teacher .con{width: 100%;padding-left: 0;padding-top: 0.2rem;}
}









.ej_list_pic{}
.ej_list_pic li .img{border-radius: 0;}
.ej_list_pic ul{margin: 0 -0.15rem;display: flex;flex-wrap: wrap;}
.ej_list_pic ul li{margin: 0 0.15rem; margin-bottom: 0.3rem;width: calc(33.33% - 0.3rem);overflow: hidden;
	box-shadow: 0px 0px 0.1rem 0.2px rgba(151, 151, 151, 0.2);
	transition: 0.4s;
}
.ej_list_pic ul li a{padding: 0.1rem 0.1rem 0rem;display: block;}

.ej_list_pic ul li .img{}
.ej_list_pic ul li .con{padding: 0.15rem;margin-bottom: 0 !important;}
.ej_list_pic ul li .con p{font-size: 0.18rem;color: #333;line-height: 0.3rem;max-height: 0.6rem;width: 100%;text-align: center;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ej_list_pic li:nth-child(2)::after{content: '';bottom: 0;top: auto;}


.ej_list_pic ul li:hover{box-shadow: 0px 0px 0.1rem 0.2px rgba(151, 151, 151, 0.4);}
.ej_list_pic ul li:hover .con p{color: #3b0a51;}

@media(max-width: 1024px){

	.ej_list_pic ul li .con{padding: 0.1rem;}
	.ej_list_pic ul{margin: 0;}
	.ej_list_pic ul li{width: 100%;margin: 0;margin-bottom: 0.2rem;}
}




.ej_list_rw{}
.ej_list_rw ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ej_list_rw ul li{width: calc(50% - 0.3rem);position: relative;margin-bottom: 0.4rem;}
.ej_list_rw ul li::after{content: '';display: block;width: calc(100% - 0.47rem);height: 100%;position: absolute;right: 0;top: 0;background: #f8f8f8;z-index: 1;}
.ej_list_rw ul li a{display: block;position: relative;z-index: 3;}
.ej_list_rw ul li .box{display: flex;justify-content: space-between;padding: 0rem 0;}
.ej_list_rw ul li .img{width: 1.65rem;padding-bottom: 0;height: 2.3rem;border: 1px solid #f1f1f1;transition:0.4s;}
.ej_list_rw ul li .con{width: calc(100% - 1.9rem);padding-right: 0.3rem;padding-top: 0.2rem;}
.ej_list_rw ul li .con .bt{font-size: 0.24rem;color: #323232;transition:0.4s;}
.ej_list_rw ul li .con .zc{font-size: 0.16rem;color: #666666;padding-left: 0rem;line-height: 0.24rem;margin-top: 0.16rem;background-size: 0.16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ej_list_rw ul li .con .line{width: 100%;height: 1px;background: #e9e9e9;margin: 0.18rem 0;transition:0.4s;}
.ej_list_rw ul li .con .zy{font-size: 0.16rem;line-height: 0.26rem;color: #666666;height: 0.78rem;margin-bottom: 0rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.ej_list_rw ul li .con .dot{display: none;}


.ej_list_rw ul li:hover .img{border: 1px solid #3b0a51;}
.ej_list_rw ul li:hover .con .bt{color: #3b0a51;}
.ej_list_rw ul li:hover .con .line{background: #3b0a51;}



@media(max-width: 1024px){
	.ej_list_rw ul li{width: 100%;}
}
@media(max-width: 650px){
	.ej_list_rw ul li .img {
		width: 1.2rem;
		height: 1.65rem;
	}
	.ej_list_rw ul li .con{width: calc(100% - 1.2rem);padding: 0 0.15rem;padding-top: 0.15rem;}
	.ej_list_rw ul li .con .line{margin: 0.1rem 0;}
	.ej_list_rw ul li .con .zy{margin-bottom: 0.1rem;	-webkit-line-clamp: 2;height: 0.52rem;}
	.ej_list_rw ul li .box{padding: 0;}
	.ej_list_rw ul li{margin-bottom: 0.2rem;}

	.ej_list_rw ul li .con .zc{margin-top: 0.1rem;}
}





.ej_xyjj{}
.ej_xyjj .fs{display: flex;justify-content: space-between;margin-bottom: 0.6rem;flex-wrap: wrap;}
.ej_xyjj .fs .pic{width: 54%;}
.ej_xyjj .fs .pic img{display: block;width: 100%;}
.ej_xyjj .fs .con{width: 46%;padding: 0.2rem 0 0 0.4rem;}
.ej_xyjj .fs .con p{font-size: 0.18rem;line-height: 0.38rem;color: #323232;margin-bottom: 0.24rem;text-indent: 2em;}
.ej_xyjj ul{display: flex;flex-wrap: wrap;margin: 0 -0.2rem;}
.ej_xyjj ul li{width: calc(33.33% - 0.4rem);margin: 0 0.2rem 0.34rem;}
.ej_xyjj ul li a{}
.ej_xyjj ul li .img{padding-bottom: 68.2%;}
.ej_xyjj ul li .bt{font-size: 0.18rem;color: #323232;font-weight: bold;line-height: 0.38rem;margin: 0.07rem 0;}
.ej_xyjj ul li .zy{font-size: 0.18rem;color: #323232;line-height: 0.28rem;}



@media(max-width: 1024px){
	.ej_xyjj .fs{margin-bottom: 0.2rem;}
	.ej_xyjj .fs .pic{width: 100%;}
	.ej_xyjj .fs .con{width: 100%;padding: 0; padding-top: 0.2rem;}
	.ej_xyjj .fs .con p{font-size: 0.16rem;line-height: 0.38rem;margin-bottom: 0.1rem;}
	.ej_xyjj ul li{width: calc(50% - 0.4rem);}
}
@media(max-width: 650px){
	.ej_xyjj ul li{width: 100%;}
}



.ej_znjg{}
.znjg_box{padding: 0.3rem 0.4rem;box-shadow: 0 0 0.2rem rgba(0, 0, 0, .1);margin-bottom: 0.3rem;}
.znjg_box .zn_tit{background: #3b0a51;position: relative;display: table;padding: 0.16rem 0.5rem;padding-right: 0.9rem;margin-left: -0.5rem;}
.znjg_box .zn_tit::after{content: '';display: block;width: 0.4rem;height: 100%;position: absolute;left: calc(100% - 0.2rem);top: 0;background: url() no-repeat center center;background-size: 100% 100%;}
.znjg_box .zn_tit p{font-size: 0.32rem;color: #ffffff;letter-spacing: 0.02rem;}
.znjg_box .out{overflow: hidden;}
.znjg_box ul{display: flex;flex-wrap: wrap;margin: 0 -0.3rem;padding-top: 0.14rem;margin-bottom: -1px !important;}
.znjg_box ul li{width: calc(25% - 0.6rem);margin: 0 0.3rem;border-bottom: 1px solid #eaeaea;padding-bottom: 0.18rem;}
.znjg_box ul li a{}
.znjg_box ul li p{font-size: 0.18rem;color: #323232;padding: 0.18rem 0 0;transition:0.4s;}
.znjg_box ul li font{font-size: 0.14rem;color: #666666;line-height: 0.22rem;margin-top: 0.1rem;display: block;}

.znjg_box ul li:hover p{color: #3b0a51;}

@media(max-width: 1024px){
	.znjg_box ul li{width: calc(50% - 0.6rem);}
}
@media(max-width: 650px){
	.znjg_box ul{margin: 0 -0.1rem;}
	.znjg_box ul li{width: calc(50% - 0.2rem);margin: 0 0.1rem;}
	.znjg_box{padding: 0.2rem 0.2rem;}
	.znjg_box .zn_tit{padding-right: 0.3rem;}
	.znjg_box .zn_tit p{font-size: 0.24rem;}
}




.ej_xysz{display: flex;flex-wrap: wrap;align-items: flex-start;}
.ej_xysz ul{width: calc(100%);display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0.4rem 0.05rem 0 0.4rem;}
.ej_xysz ul li{width: calc(50% - 0.175rem);margin-bottom: 0.35rem;position: relative;}
.ej_xysz ul li a{display: block;position: relative;z-index: 3;}
.ej_xysz ul li p{font-size: 0.18rem;color: #323232;padding: 0.24rem 0.65rem 0.24rem 0.3rem;border: 1px solid #ededed;background: #fff;transition:0.4s;line-height: 0.28rem;}

.ej_xysz ul li::after{content: '';display: block; width: calc(100% - 2px);height: calc(100% - 2px);border: 1px solid #3b0a51;position: absolute;top: 0.05rem;left: 0.05rem;z-index: 1;transition:0.4s;}

.ej_xysz ul li::before{content: '';display: block; width: 0.32rem;height: 100%; position: absolute;top: 0rem;right: 0.3rem;;z-index: 1;transition:0.4s;background: url() no-repeat center center;background-size: 100%; z-index: 8;}

.ej_xysz ul li:hover p{color: #3b0a51;border: 1px solid #3b0a51;transition-delay:0.3s;}
.ej_xysz ul li:hover::after{top: 0;left: 0;}

@media(max-width: 1024px){
	.ej_xysz{flex-direction: column-reverse;align-items: center;}
	.ej_xysz ul{width: 100%;padding: 0;margin-bottom: 0.2rem;}
}
@media(max-width: 650px){
	.ej_xysz ul{margin: 0;margin-bottom: 0.2rem;}
	.ej_xysz ul li{width: 100%;margin-bottom: 0.2rem;}
}

.ej_xyjj{}
.ej_xyjj p{font-size: 0.18rem !important;color: #323232;text-indent: 2em;line-height: 0.38rem !important;margin-bottom: 0.24rem;}

.ej_xyjj img{max-width: 80%;height: auto !important;display: block;margin: 0 auto;}


@media(max-width: 1024px){
	.ej_xyjj img{max-width: 100%;}
}

.ej_szfl{}
.ej_szfl .xbox{}
.ej_szfl .xbox h2{background: #3b0a51;color: #fff;padding: 0.15rem 0.2rem;font-size: 0.2rem;}
.ej_szfl .xbox ul{display: flex;flex-wrap: wrap;padding: 0.2rem 0;}
.ej_szfl .xbox ul li{width: 16.6666%;margin-bottom: 0.1rem;}
.ej_szfl .xbox ul li a{}
.ej_szfl .xbox ul li p{font-size: 0.18rem;color: #333;line-height: 0.28rem;transition: 0.4s;}

.ej_szfl .xbox ul li a:hover p{color: #024f99;}
@media(max-width: 1024px){
	.ej_szfl .xbox ul li{width: 25%;}
	.ej_szfl .xbox h2{padding: 0.15rem 0.2rem;}
}





.ej_list_ss{}
.ej_list_ss ul{width: 100%;}
.ej_list_ss li{width: 100%;margin-bottom: 0.24rem;}
.ej_list_ss li a{display: block;}
.ej_list_ss li .box{display: flex;justify-content: space-between;align-items: center;}
.ej_list_ss li .sj{font-size: 0.18rem;color: #333333;background: #fff;display: table;padding: 0.08rem 0.1rem;transition: 0.4s;box-shadow: 0 0 0.05rem rgba(0, 0, 0, .1);}
.ej_list_ss li .con{width: calc(100% - 1.5rem);}
.ej_list_ss li .con .bt{font-size: 0.18rem;color: #333333;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.ej_list_ss li:hover .sj{color: #fff;background: #3b0a51;}
.ej_list_ss li:hover .bt{color: #3b0a51;transform: translate(8px);}








.lrld_main{}
.lrld_main h3{    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    margin: 10px 0;
}


.lrld_txt{}
.lrld_txt p{font-size: 0.16rem;line-height: 0.26rem;}

.xrld{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 15px 0;}
.xrld .xrld_l,.xrld .xrld_r{
    width:50%;}

.xrld li .a{font-size: 16px;display: flex;align-items: flex-start;}
.xrld li em{
    position: relative;
    color: #5E068C;
    padding-left: 10px;
    display: block;
    font-style: normal;
    font-weight: 700;}
.xrld li em::before{
    content:"";
    width:2px;
    height:16px;
    top:50%;
    left: 0;
    transform:translateY(-50%);
    position:absolute;
    background:#5E068C;}
.xrld li div{
    margin-left: 20px;}
.xrld li .a em,.xrld li .a div p{
line-height: 36px;color: #333;
cursor: pointer;
}
.xrld li a:hover p{color: #D1AB82;}

@media screen and (max-width: 1024px) {
.xrld{
    flex-direction: column;}
.xrld .xrld_l,.xrld .xrld_r{
    width:100%;}
.xrld .xrld_r li:first-child{
margin:0;}
}
.lrld{
    display: flex;
    flex-wrap: wrap;}
.lrld .lrld_l,.lrld .lrld_r{
    width:50%;}

.lrld .tit{
    color: #333;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    margin: 10px 0;}
.lrld .item{
    display: flex;
    margin-bottom: 20px;}
.lrld .item .time{
    width: 150px;
    font-size: 16px;
    font-weight: 700;
    color: #5E068C;}
.lrld .item .cont{
    width: calc(100% - 150px)
;}
.lrld .cont a{
    display: flex;
    color: #333;
    height: 36px;
    font-size: 16px;}
.lrld .cont a em{
    font-style: normal;
    color: #333;
    display: inline-block;
    width: 136px;
    font-weight:700;}

@media screen and (max-width: 1024px) {
.lrld{
    flex-direction: column;}
.lrld .lrld_l,.lrld .lrld_r{
    width:100%;}
}

@media screen and (max-width: 380px) {
.lrld .item .time{
width:90px;}
.lrld .item .cont{
    width: calc(100% - 110px)
;}
}


.ej_lsyg{position: relative;padding: 0.6rem 0;}
.ej_lsyg::before{content: '>';font-family: "宋体";width: 0.3rem;height: 0.3rem;color: #fff;text-align: center;background: #5f2b76;display: block;font-weight: bold;font-size: 0.2rem;line-height: 0.3rem;border-radius: 50%;transform: rotate(-90deg);position: absolute;left: calc(50% - 0.15rem);top: 0;z-index: 3;}
.ej_lsyg::after{content: '';display: block;width: 1px;border-right: 1px dashed #5f2b76;height: 100%;position: absolute;top: 0;right: 50%;}
.ej_lsyg ul{position: relative;}

.ej_lsyg ul li{width: 51%;clear: both;margin-bottom: 0.2rem;}
.ej_lsyg ul li:nth-child(2n-1){float: right;}


.ej_lsyg ul a{display: block;}
.ej_lsyg ul .box{display: flex;padding-left: 0.5rem;justify-content: space-between;position: relative;}
.ej_lsyg ul .box::after{content: '';display: block;width: 0.15rem;height: 0.15rem;background: #fff;border: 1px solid #5f2b76;border-radius: 50%;position: absolute;left: 0.05rem;z-index: 3;top: 0.03rem;}

.ej_lsyg ul .sj{font-size: 0.2rem;color: #5f2b76;}
.ej_lsyg ul .line{width: 0.4rem;height: 1px;background: #5f2b76;margin-top: 0.1rem;}
.ej_lsyg ul .con{width: calc(100% - 1.8rem);margin-top: -0.03rem;}
.ej_lsyg ul .con p{font-size: 0.18rem !important;color: #333;line-height: 0.28rem !important;margin-bottom: 0.1rem;text-indent:0 !important;}
.ej_lsyg ul .con .zy{font-size: 0.16rem;color: #999;line-height: 0.28rem;display: none;}
.ej_lsyg ul .con .zy p{}

.ej_lsyg ul li:nth-child(2n) .box{
	flex-direction: row-reverse;
	padding-left: 0;
	padding-right: 0.5rem;
}
.ej_lsyg ul li:nth-child(2n) .con p{text-align: right;}

.ej_lsyg ul li:nth-child(2n) .box::after{left: auto;right: 0.06rem;}




@media(max-width: 1024px){
	.ej_lsyg::before{left: 0;}
	.ej_lsyg ul li{width: 100%;}

	.ej_lsyg::after{left: 0.13rem;}
	.ej_lsyg ul li:nth-child(2n) .box{flex-direction: row;padding-right: 0;padding-left: 0.5rem;}
	.ej_lsyg ul li:nth-child(2n) .box::after{left: 0.05rem;right: auto;}
	.ej_lsyg ul li:nth-child(2n) .con p{text-align: left;}
}

@media(max-width: 1024px){
	.ej_lsyg ul .box{padding-left: 0.3rem !important;}
	.ej_lsyg ul .sj{font-size: 0.18rem;}
	.ej_lsyg ul .con p{font-size: 0.18rem !important;}
	.ej_lsyg ul .line{width: 0.2rem;}
	.ej_lsyg ul .con{width: calc(100% - 1.4rem);}
}



.ej_szdw_name{margin-bottom: 0.3rem;}
.ej_szdw_name ul{display: flex;flex-wrap: wrap;}
.ej_szdw_name ul li{width: 20%;margin-bottom: 0.2rem;}
.ej_szdw_name ul a{}
.ej_szdw_name ul p{font-size: 0.18rem;color: #333;padding-left: 0.1rem;position: relative;line-height: 0.24rem;display: table;}

.ej_szdw_name ul p::after{content: '';display: block;width: 4px;height: 4px;background: #5f2b76;border-radius: 50%;position: absolute;left: 0;top: calc(50% - 2px);}

.ej_szdw_name ul p::before{content: '';display: block;width: 0;height: 1px;background: #5f2b76;transition: 0.4s;position: absolute;left: 0;bottom: -0.03rem;}
.ej_szdw_name ul li:hover p::before{width: 100%;}


.szdw_tit{margin-bottom: 0.2rem;}
.szdw_tit h2{font-size: 0.24rem;font-weight: bold;line-height: 0.3rem;padding-left: 0.15rem;position: relative;}
.szdw_tit h2::after{content: '';display: block;width: 0.04rem;height: 80%;top: 13%;background: #5f2b76;position: absolute;left: 0;}

@media(max-width: 1024px){
	.ej_szdw_name ul li{width: 33.3%;}
	.ej_szdw_name ul p{margin: 0 auto;display:block;}
}


/* 二级页样式结束 */

#sy_main{position: relative;}
#sy_main::after{content: '';display: block;width: 100%;height: 100%;background: url(../images24/p5_bg.jpg) no-repeat center center;background-size: cover;position: fixed;z-index: 1;top: 0;left: 0;}
#sy_main>div{position: relative;z-index: 6;}
.part5{background: none;}


.keywordfontcolor1148530{
   font-family:"微软雅黑" !important;
   font-size: 0.18rem !important;
   color:#f00 !important;
}

#vsb_content_2 TABLE TD{
      border: 1px solid #5f2b76 !important;
}

/*样式2 红*/
.pb_sys_style1 .p_no_d {
    border: 1px solid #5f2b76!important;
    background-color: #5f2b76!important;
}
.pb_sys_common{
   font-size: 15px !important;
}



.svg_lg .cls-2 {
	transform-origin:0% 40%;
	animation: volumeWave 2s infinite ease-in-out alternate;
	/* 每个竖线都有自己的动画延迟，以实现交错效果 */
}
.svg_lg .cls-2:nth-child(2) { animation-delay: 0.2s; }
.svg_lg .cls-2:nth-child(3) { animation-delay: 0.4s; }
.svg_lg .cls-2:nth-child(4) { animation-delay: 0.6s; }
.svg_lg .cls-2:nth-child(5) { animation-delay: 0.8s; }
.svg_lg .cls-2:nth-child(6) { animation-delay: 1s; }
.svg_lg .cls-2:nth-child(7) { animation-delay: 1.2s; }
.svg_lg .cls-2:nth-child(8) { animation-delay: 1.4s; }



@keyframes volumeWave {
	0% { transform: scaleY(1); }
	50% { transform: scaleY(0.6); }
	100% { transform: scaleY(1); } 
}







/* 3-5-增加 */

.zhy_all .sy_tit .wz .bt{font-size: 0.34rem;}

.ej_bn_dt.zhy::before{content: '';display: block;width: 100%;height: 2rem;background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0, 0, 0, 0.5) 100%);
	background-size: auto 100%;
	position: absolute;bottom: 0;z-index: 5;left: 0;
display: block;}

.bn_con{}
.bn_con.zhy{font-size: 0.48rem;bottom: 0rem;padding-bottom: 0.6rem;}
.bn_con.zhy h2{margin-bottom: 0;}
.bn_con.zhy::after{content: '';display: block;width: 1px;height: 0.4rem;background: #b0aca5;position: absolute;left: 50%;bottom: 0;}
.bn_con.zhy::before{content: '';display: block;width: 1px;height: 0.4rem;background: #660874;position: absolute;left: 50%;top: 100%;}

@media(max-width: 1024px){
	.zhy_all .sy_tit .wz .bt{font-size: 0.24rem;}
	.bn_con.zhy .w14 h2{display: block;font-size: 0.3rem;}
}

@media(max-width: 650px){
	.bn_con.zhy{padding-bottom: 0.3rem;}
	.bn_con.zhy::after{height: 0.16rem;}
	.bn_con.zhy::before{height: 0.16rem;}
}


.xwdt_p1{
	padding: 1rem 0 0.8rem;
}

.xwdt_p1_ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.xwdt_p1_ul li{width: calc(50% - 0.1rem);margin-bottom: 0.2rem;}
.xwdt_p1_ul a{display: block;position: relative;}
.xwdt_p1_ul .img{ padding-bottom: 38.5%;overflow: hidden;border-radius: 0.05rem;}
.xwdt_p1_ul .img::after{content: '';width: 100%;height: 1.3rem;background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));position: absolute;bottom: 0;left: 0;z-index: 3;}
.xwdt_p1_ul .con{position: absolute;bottom: 0;left: 0;width: 100%;padding: 0.2rem 0.3rem;z-index: 3;}
.xwdt_p1_ul .con .sj{padding-left: 0.43rem;font-size: 0.14rem;color: rgba(255,255,255,0.6);line-height: 0.26rem;background: url(../images24/p2_sj.png) no-repeat left center;background-size: 0.26rem !important;margin-left: -0.43rem;margin-bottom: 0.1rem;}
.xwdt_p1_ul .con .bt{font-size: 0.18rem;font-weight: bold;color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.xwdt_p1 .sy_more{margin-top: 0.2rem;}

@media(max-width: 1024px){
	.xwdt_p1_ul li{width: 100%;}
	.xwdt_p1{padding: 0.6rem 0;}

}


.xwdt_p2{background: #f5f5f5;padding: 0.8rem 0;}
.xwdt_p2_ul{display: flex;flex-wrap: wrap;margin: 0 -0.065rem;}
.xwdt_p2_ul li{position: relative;width: calc(33.33% - 0.13rem);margin: 0 0.065rem 0.2rem;}
.xwdt_p2_ul li a::after{content: '';display: block;width: 100%;height: 0.02rem;background: #5f2b76;position: absolute;top: 0;left: 0;transition: 0.4s;}

.xwdt_p2_ul a{display: block;background: #fff;position: relative;z-index: 3;box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);border-radius: 0.08rem;transition: 0.4s;}
.xwdt_p2_ul .box{padding: 0.36rem 0.17rem;display: flex;justify-content: space-between;align-items: center;width: 100%;position: relative;z-index: 3;}
.xwdt_p2_ul .box .sj{display: table;}
.xwdt_p2_ul .box .sj p{transition: 0.4s;}
.xwdt_p2_ul .box .sj .p1{font-size: 0.3rem;color: #660874;text-align: center;margin-bottom: 0.1rem;font-weight: bold;}
.xwdt_p2_ul .box .sj .p2{font-size: 0.14rem;color: #660874;}
.xwdt_p2_ul .box .con{width: calc(100% - 0.8rem);height: 1.08rem;display: flex;align-items: center;}
.xwdt_p2_ul .box .bt{font-size: 0.2rem;color: #333333;line-height: 0.36rem;max-height: 1.08rem;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.xwdt_p2_ul li:hover a{box-shadow: 0px 0.15rem 0.45rem 0.05rem rgba(142, 142, 142, 0.4);}
.xwdt_p2_ul li:hover a::after{height: 100%;border-radius: 0.08rem;}
.xwdt_p2_ul li:hover .box .sj p{color: #fff;}
.xwdt_p2_ul li:hover .box .bt{color: #fff;}


.xwdt_p2 .sy_more{margin-top: 0.2rem;}

@media(max-width: 1024px){
	.xwdt_p2{padding: 0.5rem 0;}
	.xwdt_p2_ul li{width: 100%;}
}

.xwdt_p3{padding: 0.8rem 0;}
.xwdt_p3_lb{height: 5.8rem;position: relative;}
.xwdt_p3_lb .swiper-slide-active{}
.xwdt_p3_lb .swiper-slide-prev{left: -1.78rem;position: relative;}
.xwdt_p3_lb .swiper-slide-next{right: -1.78rem;position: relative;}
.xwdt_p3_lb .swiper-slide-active a{width: 9.8rem;position: relative;left: 50%;transform: translate(-50%,0);}

.xwdt_p3_lb a{display: block;position: relative;}
.xwdt_p3_lb .img{padding-bottom: 69.2%;border-radius: 0.1rem;}
.xwdt_p3_lb .img::after{content: '';display: block;width: 100%;height: 2.16rem;background: linear-gradient(to top, rgba(95,43,118,0.9), rgba(95,43,118,0));position: absolute;bottom: 0;left: 0;z-index: 3;opacity: 0;transition: 0.4s;}
.xwdt_p3_lb .con{position: absolute;bottom: 0;left: 0;z-index: 3;width: 100%;padding: 0.28rem;opacity: 0;transition: 0.4s;}
.xwdt_p3_lb .con .bt{font-size: 0.2rem;color: #fff;font-weight: bold;line-height: 0.3rem;text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}
.xwdt_p3_lb .swiper-slide-active .img{padding-bottom: 59.2%;}
.xwdt_p3_lb .swiper-slide-active .img::after{opacity: 1;}
.xwdt_p3_lb .swiper-slide-active .con{opacity: 1;}


.xwdt_p3_lb_jt{width: 11.4rem;position: absolute;bottom: 0.8rem;left: 50%;transform: translate(-50%,0);display: flex;justify-content: space-between;height: 0;z-index: 6;}
.xwdt_p3_lb .swiper-button-next,.xwdt_p3_lb .swiper-button-prev{width: 0.53rem;height: 0.53rem;background: url(../images24/zhy_xwdt_lb_prev.png) no-repeat center center;background-size: 100% 100% !important;border-radius: 50%;position: relative;left: 0;bottom: 0;top: auto;margin: 0;right: auto;cursor: pointer;transition: 0.4s;}

.xwdt_p3_lb .swiper-button-next{background: url(../images24/zhy_xwdt_lb_next.png) no-repeat center center;}
.xwdt_p3_lb .swiper-button-next:hover,.xwdt_p3_lb .swiper-button-prev:hover{box-shadow: 0 0 0.1rem rgba(0, 0, 0, .6);}


@media(max-width: 1024px){
	.xwdt_p3{padding: 0.5rem 0;}
	.xwdt_p3_lb{width: 95%;margin: 0 auto;height: auto;padding-bottom: 0.1rem;}
	.xwdt_p3_lb .swiper-slide-active a{width: 100%;}
	.xwdt_p3_lb a .img{padding-bottom: 60% !important;}
	.xwdt_p3_lb_jt{width: 1.5rem;position: relative;left: auto;transform: unset;bottom: 0;height: auto;margin: 0.2rem auto 0;}

	.xwdt_p3_lb .img::after{height: 30%;}
	.xwdt_p3_lb .con{padding: 0.1rem 0.2rem;}
	.xwdt_p3_lb .con .bt{font-size: 0.16rem;}
}

.xwdt_p4{display:none;}
.xwdt_p4 .w14{display: flex;align-items: flex-start;position: relative;flex-wrap: wrap;}
.xwdt_p4 .sy_tit{width: 100%;}


.xwdt_p4_left{width: 8.3rem;overflow: hidden;border-radius: 0.1rem;}
.xwdt_p4_left img{width: 100%;}

.xwdt_p4_right{width: 6.3rem;position: relative;margin-top: 0.55rem;margin-left: -0.6rem;padding: 0.3rem 0.5rem 0.3rem 0.6rem;}
.xwdt_p4_right::after{content: '';display: block;width: 100%;height: 100%; background: url(../images24/zhy_xwdt_p4_bg.jpg) no-repeat bottom center;background-size: cover !important;border-radius: 0.11rem;position: absolute;top: 0;left: 0;z-index: 1;}
.xwdt_p4_right ul{position: relative;z-index: 3;}
.xwdt_p4_right ul li{border-bottom: 1px solid rgba(255,255,255,.2);transition: 0.4s;}
.xwdt_p4_right ul li:last-child{border-bottom: 0;}
.xwdt_p4_right ul li a{display: block;padding: 0.14rem 0;}
.xwdt_p4_right ul li p{padding-right: 0.6rem;font-size: 0.18rem;color: #fff;line-height: 0.5rem;position: relative;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xwdt_p4_right ul li p::after{content: '';display: block;width: 0.5rem;height: 0.5rem;background: rgba(255,255,255,.1) url(../images24/zhy_xwdt_p4_right_jt.png) no-repeat center center;background-size: 100% !important;border-radius: 50%;position: absolute;top: 0;right: 0;transition: 0.4s;}

.xwdt_p4_right ul li:hover{border-bottom: 1px solid #fff;}
.xwdt_p4_right ul li:hover p::after{transform: rotate(-45deg);background-color: rgba(255,255,255,.3);}



@media(max-width: 1024px){
	.xwdt_p4 .sy_tit{position: relative;top: 0rem;left: 0rem;width: 100%;display: flex;}
.xwdt_p4 .sy_tit .wz .bt{font-size: 0.24rem;}
.xwdt_p4 .sy_tit .wz .ico::before{display: block;}
.xwdt_p4 .sy_tit .wz .ico{position: relative;top: 0rem;left: 0;}

.xwdt_p4 .w14{display: block;}
.xwdt_p4_left{width: 100%;}
.xwdt_p4_right{width: 100%;margin-top: 0.2rem;margin-left: 0;padding: 0.3rem;}
.xwdt_p4_right ul li p::after{width: 0.3rem;height: 0.3rem;}
.xwdt_p4_right ul li p{line-height: 0.3rem;padding-right: 0.4rem;}
}




.yxjj_p11{background: #f3f2f6;}
.yxjj_p11 .w14{display: flex;justify-content: space-between;padding-top: 0.25rem;}
.yxjj_p11_left{width: 4.06rem;}
.yxjj_p11_left img{width: 100%;}
.yxjj_p11_right{padding: 0.56rem 0 0.3rem;width: 9.1rem;}
.yxjj_p11_right .sy_tit{justify-content: flex-start;}
.yxjj_p11_right .sy_tit .ico{margin: 0;}
.yxjj_p11_right .sy_tit .ico::before{display: none;}

.yxjj_p11_right .zhy_con p{text-align: left;text-indent: 2em;}
.yxjj_p11_right .zhy_con p+p{margin-top: 0.15rem;}

@media(max-width: 1024px){
	.yxjj_p11_left{width: 100%;}
	.yxjj_p11_right{width: 100%;}
	.yxjj_p11_left img{width: 60%;display: block;margin: 0 auto;}

	.yxjj_p11 .w14{flex-direction: column-reverse;}
	.yxjj_p11_right{padding-top: 0;}
}




.yxjj_p1{padding: 1.2rem 0 0.8rem;}
.zhy_con{}
.zhy_con p{font-size: 0.16rem;line-height: 0.28rem;color: #333333;}

@media(max-width: 1024px){
	.yxjj_p1{padding: 0.8rem 0 0.5rem;}
}

@media(max-width: 650px){
	.yxjj_p1{padding: 0.4rem 0 0.5rem;}
}



.yxjj_p2{}
.yxjj_p2>img{width: 100%;}
.yxjj_ul{display: flex;justify-content: space-between;width: 12rem;margin: -0.7rem auto 0;flex-wrap: wrap;}
.yxjj_ul li{width: calc(50% - 0.2rem);background: #f2f3f9;position: relative;transition: 0.4s;margin-bottom: 0.3rem;}
.yxjj_ul li::after{content: '';display: block;width: 0.06rem;height: 0.4rem;background: #592473;position: absolute;left: -0.03rem;top: 50%;transition: 0.4s;}
.yxjj_ul li::before{content: '';display: block;width: 0.06rem;height: 0.4rem;background: #592473;position: absolute;left: -0.03rem;bottom: 50%;transition: 0.4s;}


.yxjj_ul li a{display: flex;justify-content: space-between;align-items: center;padding: 0.5rem 0.4rem;height: 1.4rem;}
.yxjj_ul li p{width: calc(100% - 1.7rem);font-size: 0.34rem;color: #323232;font-weight: bold;}
.yxjj_ul li .ico{position: relative;}
.yxjj_ul li .ico::after{content: '';display: block;width: 1.1rem;height: 1px;background: #abb3bd;position: absolute;right: calc(100% + 0.15rem);top: 50%;}
.yxjj_ul li .ico svg{width: 0.32rem;}


.yxjj_ul li:hover{box-shadow: 0 0 0.1rem rgba(0, 0, 0, .4);}
.yxjj_ul li:hover::after{height: 0.7rem;}
.yxjj_ul li:hover::before{height: 0.7rem;}

@media(max-width: 1024px){
	.yxjj_ul{width: 80%;flex-wrap: wrap;margin-top: -0.5rem;}
	.yxjj_ul li{}
	.yxjj_ul li p{font-size: 0.26rem;}
	.yxjj_ul li .ico::after{width: 0.1rem;}
	.yxjj_ul li p{width: calc(100% - 0.4rem);}
	.yxjj_ul li a{height: 1rem;}

	.yxjj_ul li::after{height: 0.2rem;}
	.yxjj_ul li::before{height: 0.2rem;}

	.yxjj_ul li:hover::after{height: 0.5rem;}
	.yxjj_ul li:hover::before{height: 0.5rem;}
}
@media(max-width: 650px){
	.yxjj_ul{margin-top: 0.2rem;}
	.yxjj_ul li{width: 100%;margin-bottom: 0.2rem;}
}




.szdw_p1{padding: 0.6rem 0;}

@media(max-width: 1024px){
	
}


.szdw_p2{margin-bottom: 0.75rem;}
.szdw_ul{display: flex;flex-wrap: wrap;margin: 0 -0.1rem;justify-content: center;}

.szdw_ul li{width: calc(20% - 0.2rem);margin: 0 0.1rem;}
.szdw_ul a{display: block;}
.szdw_ul .img_out{position: relative;overflow: hidden;}
.szdw_ul .img{padding-bottom: 111%;}

.szdw_ul .con1{position: absolute;bottom: -100%;left: 0;width: 100%;z-index: 3;padding: 0.28rem 0.28rem 0;opacity: 0;transition: 0.4s;}
.szdw_ul .con1 .p1{font-size: 0.16rem;color: #fff;margin-bottom: 0.1rem;position: relative;}
.szdw_ul .con1 .p1::after{content: '';display: block;width: 0.1rem;height: 1px;background: #fff;position: absolute;top: 50%;right: calc(100% + 0.07rem);}
.szdw_ul .con1 .p2{font-size: 0.14rem;line-height: 0.3rem;text-align: center;color: #fff;}
.szdw_ul .con1 .line{width: 1px;height: 0.2rem;background: #fff;margin: 0.05rem auto 0.15rem;}

.szdw_ul .con2{padding-top: 0.2rem;}
.szdw_ul .con2 .bt{font-size: 0.24rem;color: #333333;text-align: center;transition: 0.4s;}
.szdw_ul .con2 .xx{font-size: 0.16rem;color: #062033;line-height: 0.28rem;text-align: center;opacity: 0.56;margin-top: 0.1rem;}


.szdw_p2 .p4_xxk_box{display: none;position: relative;}
.szdw_p2 .p4_xxk_box.on{display: block;}


.szdw_p2 .p4_xxk{}
.szdw_p2 .p4_xxk li{}
.szdw_p2 .p4_xxk li.on p{background: #5f2b76;}




@media(max-width: 1024px){
	.szdw_ul li{width: calc(33.33% - 0.2rem);margin-bottom: 0.2rem;}
	.szdw_ul .con2 .bt{font-size: 0.2rem;}
}

@media(max-width: 650px){
	.szdw_ul .con2 .xx{font-size: 0.14rem;line-height: 0.2rem;}
	.szdw_ul li{margin-bottom: 0.2rem;}
}



.szdw_p3{margin-bottom: 0.8rem;}
.szdw_p3 .w14{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.szdw_p3 .pic{width: 8.3rem;overflow: hidden;border-radius: 0.1rem;}
.szdw_p3 .pic img{width: 100%;}


.szdw_p3 .yxjj_ul{margin-top: 0;width: 6.8rem;margin-left: -1.1rem;position: relative;z-index: 3;display: block;}
.szdw_p3 .yxjj_ul li{width: 100%;margin-bottom: 0;}
.szdw_p3 .yxjj_ul li+li{margin-top: 0.3rem;}
.szdw_p3 .yxjj_ul li a .ico p{font-size: 0.16rem;color: #592473;width: auto;}

@media(max-width: 1024px){
	.szdw_p3 .yxjj_ul li{width: 100%;}

	.szdw_p3 .yxjj_ul{margin-left: 0;width: 100%;margin-top: 0.2rem;}
	.szdw_p3 .yxjj_ul li+li{margin-top: 0.1rem;}
}




.rcpy_p2{}
.rcpy_ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.rcpy_ul li{width: calc(50% - 0.1rem);transition: 0.4s;position: relative;top: 0;}
.rcpy_ul li .img{}
.rcpy_ul li .img .img_box{transform: none !important;}
.rcpy_ul li .img img{transform: none !important;}
.rcpy_ul li .img::after{content: '';display: block;width: 100%;height: 42%;    background: linear-gradient(180deg, rgba(95, 43, 118, 0) 0%, rgba(95, 43, 118, 0.8) 100%);position: absolute;left: 0;bottom: 0;}
.rcpy_ul li .con{position: absolute;bottom: 0;left: 0;padding: 0.3rem;}
.rcpy_ul li .con .bt{font-size: 0.34rem;color: #ffffff;font-weight: bold;}
.rcpy_ul li .con .xx{display: flex;margin-top: 0.22rem;overflow: hidden;height: 0;transition: 0.4s;}
.rcpy_ul li .con .xx a{transition: 0.4s;}
.rcpy_ul li .con .xx p{font-size: 0.2rem;color: #fff;margin-right: 0.45rem;position: relative;}
.rcpy_ul li .con .xx p::after{content: '';display: block;width: 0;height: 1px;background: #fff;position: absolute;bottom: -0.05rem;left: 0;transition: 0.4s;}

.rcpy_ul li:hover{top: -0.1rem;}
.rcpy_ul li .con .xx a:hover p::after{width: 100%}
.rcpy_ul li:hover .con .xx{height: 0.25rem;}

@media(max-width: 1024px){
	.rcpy_ul li{width: 100%;margin-bottom: 0.2rem;}
}



.rcpy_p3{padding-top: 0.75rem;}
.rcpy_p3 .w14{display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;}
.rcpy_p3 .w14::after{content: '';display: block;width: 7.04rem;height: 1.81rem;background: url(../images24/zhy_rcpy_p3_bg.png) no-repeat right top;background-size: 7.04rem;right: 0;top: -1rem;position: absolute;}

.rcpy_p3_left{height: 6.4rem;
width: 4.7rem;
position: relative;z-index: 6;
}

.rcpy_p3_shang{background: url(../images24/zhy_rcpy_p3_shang.jpg) no-repeat center center;background-size: 100% 100% !important;padding: 0.3rem 0.3rem 0.1rem;margin-bottom: 0.2rem;}


.rcpy_p3_xia{}
.rcpy_p3_xia a{display: block;position: relative;}
.rcpy_p3_xia .img{padding-bottom: 0;height: 2.9rem;position: relative;}
.rcpy_p3_xia .img::after{content: '';display: block;width: 100%;height: 40%;    background: linear-gradient(180deg, rgba(95, 43, 118, 0) 0%, rgba(95, 43, 118, 0.8) 100%);position: absolute;bottom: 0;left: 0;z-index: 3;}
.rcpy_p3_xia .con{position: absolute;bottom: 0;left: 0;padding: 0.2rem;z-index: 5;}
.rcpy_p3_xia .con .bt{font-size: 0.34rem;color: #fff;}

.rcpy_p3_lb{position: relative;}
.rcpy_p3_lb a{display: block;position: relative;}
.rcpy_p3_lb .pic{position: relative;width: 100%;}
.rcpy_p3_lb .pic img{width: 100%;}
.rcpy_p3_lb .pic::after{content: '';display: block;width: 100%;height: 40%;    background: linear-gradient(180deg, rgba(95, 43, 118, 0) 0%, rgba(95, 43, 118, 0.8) 100%);position: absolute;bottom: 0;left: 0;z-index: 3;}
.rcpy_p3_lb .con{position: absolute;bottom: 0;left: 0;padding: 0.2rem;z-index: 5;}
.rcpy_p3_lb .con p{font-size: 0.34rem;color: #fff;}

.rcpy_p3_lb a:hover .con p{transform: translate(0,-8px);}


.rcpy_p3_lb .swiper-pagination{display: table;width: auto;position: absolute;right: 0.2rem;bottom: 0.2rem;left: auto;}
.rcpy_p3_lb .swiper-pagination span{width: 0.15rem;height: 0.15rem;opacity: 1;border: 1px solid #fff;background: none;}
.rcpy_p3_lb .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}


.rcpy_p3_left .sy_more{margin: 0; margin-top: 0rem;}
.rcpy_p3_left .sy_more p{padding: 0.1rem 0.24rem;}
.rcpy_p3_left h2{font-size: 0.28rem;color: #323232;}

.rcpy_p3_tit{display: flex;justify-content: space-between;}

.rcpy_p3_ul1{}
.rcpy_p3_ul1 li{border-bottom: 1px solid #e7e8ee;transition: 0.4s;}
.rcpy_p3_ul1 li:last-child{border-bottom: 0;}
.rcpy_p3_ul1 li a{display: block;padding: 0.101rem 0;}
.rcpy_p3_ul1 li p{padding-right: 0.6rem;font-size: 0.18rem;color: #333;line-height: 0.5rem;position: relative;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rcpy_p3_ul1 li p::after{content: '';display: block;width: 0.3rem;height: 0.3rem;background: #f3f3f3 url(../images24/zhy_xwdt_p4_right_jt_hei.png) no-repeat center center;background-size: 100% !important;border-radius: 50%;position: absolute;top: 0.1rem;right: 0;transition: 0.4s;}

.rcpy_p3_ul1 li:hover{}
.rcpy_p3_ul1 li:hover p::after{transform: rotate(-45deg);background: #5f2b76 url(../images24/zhy_xwdt_p4_right_jt.png) no-repeat center center;}
.rcpy_p3_ul1 li:hover p{color: #5f2b76;}


.rcpy_p3_right{width: 9.1rem;}
.rcpy_p3_ul2{display: flex;justify-content: space-between;}
.rcpy_p3_ul2 li{width: calc(50% - 0.1rem);}
.rcpy_p3_ul2 li a{display: block;position: relative;}
.rcpy_p3_ul2 li .pic{width: 100%;overflow: hidden;}
.rcpy_p3_ul2 li .pic img{width: 100%;transition: 0.4s;}
.rcpy_p3_ul2 li .con{position: absolute;bottom: 0;left: 0;padding: 0.7rem 0.4rem;z-index: 6;}
.rcpy_p3_ul2 li .con p{font-size: 0.28rem;color: #fff;transition: 0.4s;}

.rcpy_p3_ul2 li:hover .con p{transform: translate(0,-8px);}


.rcpy_p3_lb{}


@media(max-width: 1024px){
	.rcpy_p3_left{width: 100%;height: auto;margin-top: 0.2rem;
	}
	.rcpy_p3_right{width: 100%;}
	.rcpy_p3_ul2 li .con{padding: 0.2rem 0.2rem 0.3rem;}
	.rcpy_p3_ul2 li .con p{font-size: 0.2rem;}
	.rcpy_ul li .con .xx{height: auto;}
	.rcpy_p3_xia .img{height: 0;padding-bottom: 60%;}

	.rcpy_p3_lb .con p{font-size: 0.2rem;}
.rcpy_p3_xia .con .bt{font-size: 0.2rem;}

}

@media(max-width: 650px){
	.rcpy_p3_left{}
	.rcpy_p3_ul1 li a{padding: 0.1rem 0;}
}






.kxyj_p1{padding: 0 0 0.75rem;}
.kxyj_p1 .w14{position: relative;display: flex;justify-content: space-between;flex-wrap: wrap;}


.kxyj_p1_left{width: 8rem;}
.kxyj_p1_left img{width: 100%;}

.kxyj_p1_right{width: 5.4rem;padding-top: 0.15rem;}
.kxyj_p1_right .zhy_con{margin-bottom: 0.3rem;}
.kxyj_p1_right .zhy_con p{text-align: left;font-size: 0.18rem;line-height: 0.36rem;}
.kxyj_p1_right .rcpy_p3_ul1{}
.kxyj_p1_right .rcpy_p3_ul1 li{border-bottom: 1px solid #e7e8ee;}
.kxyj_p1_right .rcpy_p3_ul1 li p{font-size: 0.22rem;}
.kxyj_p1_right .rcpy_p3_ul1 li:last-child{border-bottom: 0;}


@media(max-width: 1024px){
	.kxyj_p1 .sy_tit{width: 100%;position: relative;right: 0;top: 0;display: flex;}
.kxyj_p1 .sy_tit .wz .bt{font-size: 0.24rem;}
.kxyj_p1 .sy_tit .ico{margin: 0 auto;}
.kxyj_p1 .sy_tit .ico::before{display: block;}

.kxyj_p1_left{width: 100%;}
.kxyj_p1_right{width: 100%;padding-top: 0.3rem;}
.kxyj_p1_right .zhy_con{margin-bottom: 0.2rem;}

}


.kxyj_p2{padding: 0.8rem 0 0.8rem;}
.kxyj_p2_ul{margin: 0 -0.185rem;display: flex;flex-wrap: wrap;}
.kxyj_p2_ul li{width: calc(33.33% - 0.37rem);margin: 0 0.185rem;}
.kxyj_p2_ul a{display: block;}
.kxyj_p2_ul .img{border: 1px solid #ededed;}
.kxyj_p2_ul .con{padding: 0.25rem 0.23rem 0 0.5rem;position: relative;}
.kxyj_p2_ul .con .ico{width: 0.39rem;height: 1.3rem;position: absolute;left: 0.1rem;top: -0.2rem;}
.kxyj_p2_ul .con .ico::before{content: '';display: block;width: 0.39rem;height: 0.39rem;background: url(../images24/zhy_kxyj_p2_sj.png) no-repeat center center;background-size: 100% 100% !important;}
.kxyj_p2_ul .con .ico::after{content: '';display: block;width: 1px;height: calc(100% - 0.39rem);background: #5f2b76;margin: 0 auto;}
.kxyj_p2_ul .con .bt{font-size: 0.18rem;line-height: 0.28rem;color: #323232;height: 0.56rem;margin-bottom: 0.16rem;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.kxyj_p2_ul .con .sj{font-size: 0.14rem;color: #5f2b76;}

.kxyj_p2_ul li:hover .con .bt{color: #5f2b76;transform: translate(5px);}


@media(max-width: 1024px){
	.kxyj_p2{padding-bottom: 0.5rem;}
	.kxyj_p2_ul li{width: 100%;margin-bottom: 0.3rem;}
}


.kxyj_p3{background: url(../images24/zhy_kxyj_p3_bg.jpg) no-repeat center center;background-size: cover;padding: 0.8rem 0;}

.kxyj_p3 .sy_tit .wz .ico::before{background: #fff;opacity: 0.3;}
.kxyj_p3 .sy_tit .wz .ico::after{background: #fff;opacity: 0.3;}

.kxyj_p3 .zhy_con{width: 6.5rem;margin: 0 auto;}
.kxyj_p3 .zhy_con p{color: #fff;}
.kxyj_p3 .sy_more{margin: 0.45rem auto 0;}
.kxyj_p3 .sy_more p{background: #cb5391;}


.kxyj_p3 .cls-1{fill:#fff;}
.kxyj_p3 .cls-2{fill:#fff;}

@media(max-width: 1024px){
	.kxyj_p3 .sy_more{margin: 0.3rem 0 0;}
}

.kxyj_p4{padding: 0.75rem 0 0.5rem;}
.kxyj_p4 .w14{display: flex;justify-content: space-between;flex-wrap: wrap;}
.kxyj_p4_left{width: 3.4rem;background: #592473;border-radius: 0.05rem;padding: 0.4rem;}
.kxyj_p4_left h2{font-size: 0.28rem;color: #fff;margin-bottom: 0.22rem;}
.kxyj_p4_left .zy{font-size: 0.14rem;line-height: 0.24rem;color: rgba(255, 255, 255, 0.7);margin-bottom: 0.5rem;}
.kxyj_p4_left .xq{padding-right: 0.4rem;padding-bottom: 0.11rem;border-bottom: 1px solid rgba(255, 255, 255, 0.3);background: url(../images24/zhy_kxyj_p4_jt.png) no-repeat right 0.03rem;display: table;color: rgba(255, 255, 255, 0.5);font-size: 0.14rem;transition: 0.4s;}

.kxyj_p4_left a:hover .xq{color: #fff;border-bottom: 1px solid #fff;transform: translate(5px);}

.kxyj_p4_right{width: 10.5rem;overflow: hidden;border-radius: 0.05rem;}
.kxyj_p4_right img{width: 100%;}



@media(max-width: 1024px){
	.kxyj_p4{padding: 0.5rem 0;}
	.kxyj_p4_left{width: 100%;margin-bottom: 0.2rem;}
	.kxyj_p4_left .zy{margin-bottom: 0.2rem;}
	.kxyj_p4_right{width: 100%;}
}

@media(max-width: 768px){
   .kxyj_p3 .zhy_con{
         width:100%;
   }
}




.xyzj_p1{padding: 1.2rem 0 0.6rem;}
.xyzj_p1 .w14{}
.xyzj_main{display: flex;flex-wrap: wrap;margin: 0 -0.2rem;}
.xyzj_box{width: calc(33.33% - 0.4rem);margin: 0 0.2rem;}
.xyzj_box .pic{width: 100%;margin-bottom: 0.3rem;}
.xyzj_box .pic img{width: 100%;}
.xyzj_box .tit{display: flex;justify-content: space-between;margin-bottom: 0.3rem;}
.xyzj_box .tit p{font-size: 0.28rem;color: #323232;font-weight: bold;}
.xyzj_box .tit p a{color: #323232;}
.xyzj_box .ico{display: table;padding-left: 0.62rem;position: relative;}
.xyzj_box .ico::before{content: '';display: block;width: 0.5rem;height: 1px;background: #abb3bd;position: absolute;left: 0;top: 50%;transition: 0.4s;}
.xyzj_box .ico svg{width: 0.32rem;}
.xyzj_box .ico:hover::before{background: #5f2b76;}

.xyzj_ul{}
.xyzj_ul li{border-bottom: 1px solid #e8e8e8;}
.xyzj_ul li a{}
.xyzj_ul li p{font-size: 0.18rem;color: #323232;padding: 0.2rem 0;transition: 0.4s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.xyzj_ul li:hover p{color: #5f2b76;}

@media(max-width: 1024px){
	.xyzj_box .tit{margin-bottom: 0.1rem;}
	.xyzj_box{width: 100%;margin-bottom: 0.3rem;}
}

.zzjg_p1{}
.zzjg_p1 ul{margin-top: 0;width: 100%;}
.zzjg_p1 .yxjj_ul li{width: calc(33.33% - 0.2rem) !important;}
.zzjg_p1 .yxjj_ul li a{padding: 0.4rem;}
.zzjg_p1 .yxjj_ul li p{width: 100%;font-size: 0.2rem;}
.zzjg_p1 .yxjj_ul li .ico{display: none;}


@media(max-width: 1024px){
	.zzjg_p1 .yxjj_ul li{width: calc(100%) !important;}
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
           margin: 5px 0 0 5px !important;
}
.keywordfontcolor1154528{
    font-size:0.18rem !important;
    color:#f00 !important;
    font-family:"微软雅黑" !important;
}