/* CSS Document public*/

*{font-family:微软雅黑,"Microsoft Yahei",Helvetica, sans-serif ,Arial; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{
    padding:0;margin:0;font-family:微软雅黑,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;overflow-x: hidden;background:#fff;}
html,body{ min-height:100vh;overflow-x: hidden;} html{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

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; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/


/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{margin:0 auto;padding: 0;max-width: 1340px;}


.header_box_li{position: relative;z-index: 1;transition: 0.4s;z-index: 999;}

.header_box_li.sticky{height: 3.75rem;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;}
    /* -webkit-animation: sticky 1.2s;
    animation: sticky 1.2s;} */
	@-webkit-keyframes sticky {
		0% {
		  top: -200px;
		}
		100% {
		  top: 0;
		}
	  }
	  @keyframes sticky {
		0% {
		  top: -200px;
		}
		100% {
		  top: 0;
		}
	  }

	  .header_box_li.sticky .header_top{display: none;}
	  #nav .search_btn{margin-top: 5px;}
	  .header_box_li.sticky #nav .search_btn{display: block;height: 35px;width: 35px;border-radius: 50%;background: url(../images/sticky_ss.png) no-repeat center center;    margin:6px 0rem 0 2rem;}
	  .header_box_li.sticky #nav .search_btn img{display: none;}

	  .header_box_li.sticky #header #logo .box_table{}
	  .header_box_li.sticky #header{}
	  .header_box_li.sticky #header #logo{}
	  .header_box_li.sticky .w1600{width: 1340px;}
	  .header_box_li.sticky #nav ul li .sub{box-shadow: 0 8px 8px rgba(0,55,59,0.25);}
	  .header_box_li.sticky #nav ul li{height: 2.75rem;line-height: 2.5rem;}



.pc_top_lj{float: right;margin: 5px 0 0px;}
.pc_top_lj a{display: block;width: 38px;}


.header_box_li.xg{height: 4.625rem;}
.header_box_li.xg #header{height: 4.625rem;}
.header_box_li.xg #header .header_top{height: 1.3rem;}
.header_box_li.xg #header .header_top .tianqi{display:none;}
.header_box_li.xg #header .header_top .list_box0{display:none;}
.header_box_li.xg #logo img{width: 70%;}

.header_box_li.xg #logo .xx{    opacity: 0 !important;}
.header_box_li.xg #logo .box_table{    height: 100% !important;}

.header_box{position: relative;z-index: 10000;}
#header{position: relative;height: 1.05rem;z-index:999;width:100%;background-size:cover;  transition: 0.4s; background: rgba(0,0,0,.1);max-width: 100%;margin: 0 auto;border-bottom: 1px solid rgba(255,255,255,0.2);}
/* .header_box_li:before{content:"";position:absolute;height: 10.125rem;top:0;left: 0;right: 0;transition: 0.2s;opacity: 1;visibility: visible;background-size: auto 100%;pointer-events: none;} */
#header.xg:before{ opacity:0; visibility:hidden}

.head_bottom{padding: 0;width: 15.2rem;margin: 0 auto;height: 100%;}

.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: 0;}
#header #logo .box_table{width: 386px;
    display: table;
    height: 100%;}
#header #logo .box_table .box_table_cell{display: table-cell;
    vertical-align: middle;}

#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;display: flex;align-items: center;height: 100%;}
#logo{float:left;height:100%;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}
#nav{float: right;padding-top: 2px;width: 100%;}
#nav ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
#nav ul li{float:left;position:relative;z-index:0;margin: 0 20px;}
#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:.3rem 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;font-weight: 600;}
#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: 112px;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;padding: 10px 0;background:rgba(255,255,255,0.8);}
#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: 6px 15px;line-height: 20px;transition:.6s;font-size: 14px;color: #555555;white-space: wrap;display: block;text-align: center;position: relative;}

#nav ul li .sub a:hover{background: #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 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);}



.search_btn{margin-left: 0rem;cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}

.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{


	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 0.2rem;
	line-height: 0.25rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 561px;
	margin: 0 auto;
	padding: 0 0rem 0 0.3rem;
	background: #fff;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	border-radius: 500px;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 0.56rem;
	width: calc(100% - 0.89rem);
	background-color: transparent;
	font-size: 0.2rem;
	line-height: .25rem;
	color: #919191;
	transition: all .3s;
	outline: none;
    border: 0;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 0.72rem;
	width: 0.56rem;
}

.search-dialog .search-input input[type=image]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/search.png');
	background: #c22427 url('../images/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('../images/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(../images/search_close.png);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}





/*顶部搜索*/
.tc_search {margin: 0.3rem auto 0;width: calc(100% - 0.2rem);position: relative;height: 40px;}
.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: 0.2rem;color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;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 31px;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../images/search_white.svg) center center no-repeat; background-size: 25px; }
.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 {display: flex;align-items: center;}
#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: #324fc7;}
#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;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: 0.6rem;height: 0.6rem;display: inline-block;background: url(../images/arrow_down.svg) center center no-repeat;background-size: 0.3rem 0.3rem !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../images/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: 0.16rem;color: rgba(255,255,255,.6);text-align: left;line-height: 0.3rem;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: 1.5rem; float: left;    display: table; height: 100%;
background: #324fc7;
}
#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 2.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: #324fc7;background-size: cover;}
#m_header #logo{float: left;}
#m_header #logo img{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);}


.swiper{margin: 0;}
.swiper-button-next:after, .swiper-button-prev:after{display: none;}



@font-face{ font-family:"sys"; src:url(../font/SOURCEHANSERIFSC-BOLD.OTF);}



.w1200{width: 12rem;margin: 0 auto;}

@media(max-width: 1200px){
	.w1200{width: 95%;}
}




#fp-nav.fp-right{display: none;}



.img img{transition: 0.4s;    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
.img{overflow: hidden;position: relative;padding-bottom: 60%;}
a:hover .img img{transform: scale(1.05);}


.w1600{width: 100rem;margin: 0 auto;}
.w1340{width: 1340px;margin: 0 auto;}
.w1340::after{clear: both;content: "";display: block;}
.w1520{width: 1520px;margin: 0 auto;position: relative;}
.w1520::after{clear: both;content: "";display: block;}

.swiper-slide{    filter: brightness(1);}
.swiper-button-prev, .swiper-button-next{margin: 0;border: none;}
.swiper-button-prev{left: 30px;}
.swiper-button-next{right: 30px;left: auto;}

.sy_left_nav {
    width: 300px;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    background: url(../images/sy_nav_bg.png) right center no-repeat;
    background-size: 100% 100% !important;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.sy_left_nav .pc_logo{width: 240px;
    height: auto;
    display: block;
	margin-left: 50px;
}
.sy_left_nav .pc_logo a{display: table;margin: 0 auto;max-width: 100%;}
.sy_left_nav .pc_logo img{display: block;width: 100%;}

.menu_out{width: 230px;display: flex;}

#menu{z-index: 10;width: 163px;padding-top: 40px;margin-left: 59px;}
#menu>li{height: auto;background: none;position: relative;border-bottom: 1px solid rgba(255,255,255,0.3);transition:0.4s;width: 100%;margin-bottom: 0.17rem;}
#menu>li+li{margin-left: -7px;}
#menu>li+li+li{margin-left: -14px;}
#menu>li+li+li+li{margin-left: -21px;}
#menu>li+li+li+li+li{margin-left: -28px;}
#menu>li+li+li+li+li+li{margin-left: -35px;}
#menu>li+li+li+li+li+li+li{margin-left: -42px;}

#menu li:hover{z-index: 6;}
#menu li>a{position: relative;padding-left: 0;display: block;}
#menu li>a::after{content: "";display: block;}
#menu li.active>a::after{}
#menu li p{font-size: 20px;color: #ffffff;transition: 0.4s;width: 100%;padding: 0.15rem 0;text-align: center;text-align: right;}

#menu li:hover{border-bottom: 1px solid rgba(255,255,255,1);}
#menu li a:hover p{color: #f2c038;}

#menu li{display: table;}
#menu li .sub{position: absolute;width: 0px;top: 2px;left: calc(100% + 29px);padding-left: 0px;z-index: 3;;}
#menu li .sub::after{content: "";width: 0px;height: 19px;position: absolute;top: 15px;left: -20px;background: url(../images/sy_nav_sub_line.png) no-repeat;transition: 0.2s linear;}
#menu li .sub div{overflow: hidden;width: 0px;}

#menu li .sub div a{display: block;padding: 10px 17px;font-size: 16px;color: #323232;line-height: 20px;width: 100%;position: relative;text-align: center;}
#menu li .sub div a::after{content: "";display: block;width: 0%;height: 1px;position: absolute;bottom: 5px;left: 10%;background: #3553c9;transition: 0.4s;}
#menu li .sub div ul{right: 120%;position: relative;transition: 0.4s;transition-delay: 0.2s;position: relative;padding: 14px 0;background: #fff;border-radius: 0;box-shadow: 0 0 16px rgba(0,0,0,.11);}
#menu li .sub div ul::after{content: "";display: block;width: 2px;height: 100%;transition: 0.4s;position: absolute;top: 0;left: 0;background: #3553c9;}

#menu li:hover .sub div{width: 150px;}
#menu li:hover .sub::after{width: 21px;}
#menu li:hover .sub div ul{right: 0;}
#menu li .sub div a:hover::after{width: 80%;}


.index_body .fadeInLeft{animation: fadeInLeft 0.8s ease-out;animation-fill-mode: forwards;animation-delay:0.5s;}
.fadeInLeft{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);}
@-webkit-keyframes fadeInLeft{
	0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}}

@keyframes fadeInLeft{
	0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}}

	.index_body .fadeInRight{animation: fadeInRight 0.8s ease-out;animation-fill-mode: forwards;animation-delay:0.5s;}
.fadeInRight{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);}
@-webkit-keyframes fadeInRight{
	0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}}

@keyframes fadeInRight{
	0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}}

	.index_body .fadeInDown{animation: fadeInDown 0.8s ease-out;animation-fill-mode: forwards;animation-delay:0.5s;}
.fadeInDown{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);}
@-webkit-keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}}

@keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}}

	.index_body .fadeInUp{animation: fadeInUp 0.8s ease-out;animation-fill-mode: forwards;animation-delay:0.5s;}
.fadeInUp{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);}
@-webkit-keyframes fadeInUp{
	0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,100%,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}}

@keyframes fadeInUp{
	0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}
	100%{opacity:1;-webkit-transform:none;transform:none}}



.sy_search{width: 160px;margin-top: 70px;margin-left: 10px;}
.sy_search  .form{display: flex;border-bottom: 1px solid rgba(255,255,255,0.4);padding-bottom: 0.1rem;width: 100%;width: 100%;}
.sy_search .txt{background: none;border: 0 solid #000;color: #fff;font-size: 0.16rem;width: calc(100% - 17px);}
.sy_search .btn{width: 17px;height: 17px;background: url(../images/sticky_ss.png) no-repeat center center;}



#dowebok{}
#dowebok>.section{overflow: hidden;position: relative;}
#dowebok>.section::after{content: "";display: block;width: calc(100% - 2rem);height: 100%;position: absolute;right: 0;top: 0;z-index: 1;}
#dowebok>.section>div{width: calc(100% - 200px);float: right;display: flex;align-items: center;height: 100%;position: relative;z-index: 3;}
#dowebok>.section>div::after{content: "";display: block;clear: both;}



.sy_tit{position: relative;margin-bottom: 0.26rem;}
.sy_tit a{display: flex;width: auto;align-items: center;}
.sy_tit::before{content: "";display: block;}
.sy_tit::after{}
.sy_tit .pic{width: 0.88rem;height: 0.86rem;position: relative;background: url(../images/sy_tit_bg1.png) no-repeat center center;background-size: 100% 100%;}
.sy_tit .pic img{display: block;width: 100%;}
.sy_tit .wz{padding-right: 1rem;margin-left: 5px;padding-left: 0.1rem;position: relative;padding-bottom: 0.1rem;}
.sy_tit .wz img{display: block;height: 0.42rem;}
.sy_tit .wz::after{content: '';display: block;width: calc(100% - 1rem);height: 1px;background: #324fc7;position: absolute;bottom: 0;left: 0;z-index: 2;}


.sy_tit.has_xxk{}
.sy_tit.has_xxk .wz{width: 100%;}



.sy_tit .xxk{position: absolute;right: 1.2rem;bottom: -0.04rem;display: flex;z-index: 3;}
.sy_tit .xxk li{margin-left: -0.1rem;}
.sy_tit .xxk li a{display: block;font-size: 0.2rem;color: #323232;padding: 0.1rem 0.3rem;border-radius: 100px;background: #fff;box-shadow: 0 0 0.4rem rgba(0,0,0,.07);transition: 0.4s;transition: 0.4s;}
.sy_tit .xxk li.on a{background: #324fc7;color: #fff;}
.sy_tit .xxk li a:hover{box-shadow: 0 0 0.1rem rgba(0,0,0,.4);}

.sy_tit.cen{justify-content: center;}


.sy_sj_tit{margin-bottom: 0.4rem;display: none;}
.sy_sj_tit a{display: table;font-size: 0.4rem;padding: 0.1rem 0.3rem;border-radius: 100px;transition: 0.4s;transition: 0.4s;color: #323232;margin: 0 auto;}


@media(max-width: 1200px){
	.sy_tit{margin-bottom: 0.4rem;}
}


@media(max-width: 1024px){
	.sy_tit{margin-bottom: 0.2rem;}
	.sy_tit .pic{width: 0.6rem;height: 0.62rem;}
	.sy_tit .wz img{height: 0.36rem;}
}




.part1{position: relative;}
.part1::after{content: "";display: block;}
.p1_lb{width: calc(100% + 30px);margin-left: -30px;height:100%;}
.p1_lb .swiper-slide{}
.p1_lb .swiper-slide a{display: block;position: relative;width: 100%;height: 100%;overflow: hidden;}
.p1_lb .swiper-slide img{max-width: 100%;object-fit: unset;}
.p1_lb .swiper-slide video{height: 100%;float: right;width: 100%;background: #000;}
.p1_lb .swiper-slide.swiper-slide-active .img{transition: 5s;}


.p1_lb .swiper-button-prev,.p1_lb .swiper-button-next{width: 0.56rem;height: 0.56rem;background: url(../images/bn_dt_prev.png) no-repeat center center;background-size: 100% 100% !important; top: calc(50% - 0.28rem);left: 120px;}
.p1_lb .swiper-button-next{background: url(../images/bn_dt_next.png) no-repeat center center;left: auto;right: 25px;}




.p1_lb_sj{width: 100%;height: auto !important;display: none;}
.p1_lb_sj .swiper-slide{}
.p1_lb_sj .swiper-slide a{display: block;position: relative;width: 100%;height: 100%;overflow: hidden;}
.p1_lb_sj .swiper-slide img{transition: 0.4s;    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}
/* .p1_lb_sj .swiper-slide.swiper-slide-active .img{transform: scale(1.1);transition: 5s;} */

.p1_lb_sj .swiper-pagination{bottom: 0;right: 0;display: table;width: auto;z-index: 6;left: auto;background: #9e0b07;padding: 11px 35px;border-radius: 0.15rem 0 0 0;}
.p1_lb_sj .swiper-pagination span{background: none;color: #fff;font-size: 18px;font-family: times;opacity: 1;width: 27px;margin: 0;height: 58px;line-height: 58px;transition: 0.5s;position: relative;}
.p1_lb_sj .swiper-pagination span::after{width: 27px;background: url(../images/p1_lb_dot_on.png) no-repeat center center;background-size: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;z-index: 1;height: 100%;content: "";display: block;opacity: 0;transition: 0.4s;transform: scale(0.5);}

.p1_lb_sj .swiper-pagination span.swiper-pagination-bullet-active{width: 58px;margin: 0 10px;}
.p1_lb_sj .swiper-pagination span.swiper-pagination-bullet-active::after{width: 58px;opacity: 1;transform: scale(1);}






@media(max-width: 1200px){

	.p2_right ul li .con{padding-right: 0;}

}
@media(max-width: 1024px){
	.p2_left{width: 100%;}
	.p2_right{width: 100%;margin-top: 0.3rem;}
	.p2_ul1 li .box{padding: 0.15rem;margin-bottom: 0.15rem;}
	.p2_right ul li+li{margin-top: 0.15rem;}
}
@media(max-width: 650px){
	.p2_ul1 li{width: 100%;}
	.p2_ul1 li .box::after{background-size: 100% 100% !important;}
}







.sy_sj_main{display: none;position: relative;z-index: 3;}
.sy_sj_main>div{padding: 0.2rem 0.1rem 0;}


.sj_tit{display: flex;justify-content: space-between;align-items: center;margin-bottom: 0.3rem;}
.sj_tit .bt{font-size: 0.28rem;position: relative;padding-left: 0.15rem;}
.sj_tit .bt::after{content: '';display: block;height: 0.26rem;width: 0.03rem;background: #324fc7;position: absolute;top: calc(50% - 0.11rem);left: 0;}
.sj_tit .more{}
.sj_tit .more p{font-size: 0.18rem;color: #324fc7;}


@media(max-width: 1024px){
	
	.sy_sj_main{display: block;}

	.index_body::after{    content: '';
		display: block;
		width: 100%;
		height: 100%;
		background: url(../images/ej_main_bg.jpg) no-repeat center center;
		position: fixed;
		top: 0;
		right: 0;
		background-size: cover;
		z-index: 1;
	}


}




@media(max-width: 1650px){
  .w1300{width: 90% !important;}
  .head_bottom{width: 95%;}

  .sy_left_nav{width: 350px;    background-size: 100% 100%;padding-right: 30px;}
  .menu_out{width: 100%;}
  .sy_left_nav .pc_logo{width: 100%;}
  #menu li p{padding: 0.25rem 0;}
  #menu{}


}

@media(max-width: 1370px){

}
@media(max-width: 1400px){
	#header #logo .box_table{width: 100%;}
	#header #logo{width: 35%;}


}
@media(max-width: 1200px){
	.sy_pc_ej{display: none;}
	#m_header #logo .box_table{width: 170px;
		height: 100%;}

	.anima{opacity:1 !important;-webkit-transform:none !important;transform:none !important;animation: none !important;}

	.p1_lb .swiper-button-prev, .p1_lb .swiper-button-next{left: 0.1rem;width: 0.4rem;height: 0.4rem;}
	.p1_lb .swiper-button-next{left: auto;right: 0.1rem;}


	.sy_sj_tit{display: block;}

	.sy_tit .xxk{display: none;}
	.p2_main{height: auto;}
	.p3_main{height: auto;}
	.p4_main{height: auto;}
	.p5_main{height: auto;}
	.p6_main{height: auto;}
	.p7_main{height: auto;}

	.p5_main{visibility: visible;opacity: 1;}

	.section_in .box{visibility: initial;opacity: 1;position: relative;}

	


	.p1_lb_sj .swiper-pagination{width: 100%;bottom: 0px;height: 30px;padding: 0;border-radius: 0;padding: 3px 0;display: none;}
	.p1_lb_sj .swiper-pagination span{height: 30px;line-height: 30px;width: 30px;margin: 0 3px !important;}
	.p1_lb_sj .swiper-pagination span.swiper-pagination-bullet-active{width: 30px;}
	.p1_lb_sj .swiper-pagination span.swiper-pagination-bullet-active::after{width: 30px;}




	/* .p1_lb .swiper-slide video{width: 100%;height: auto;} */

	#header{height: 80px;}
	#nav ul li{margin: 0 11.2px;}

	.sy_left_nav{display: none;}
	#dowebok>.section>div{width: 100%;}
	.header_box{display: none;}
	.m_header_box{display: block;}

	.part1.section{padding: 0 !important;}
	.part1.section::after{display: none !important;}

	#dowebok>.section{height: auto !important;padding: 30px 0;}
	#dowebok>.section::after{width: 100%;}

	.p1_lb{width: 100%;margin:0px 0 0;}

}
@media(max-width: 1024px){

}
@media(max-width: 1024px){


}



@media(max-width: 800px){

}
@media(max-width: 700px){

	.p1_lb_sj{height: 7rem;}
}

@media(max-width: 650px){
	.p1_lb_sj{height: 5rem;}

	#m_header #logo{width: 80%;}


}




/* 首页样式结束 */


/* 二级页样式开始 */

@font-face{ font-family:"syht-r"; src:url(../font/SOURCEHANSANSSC-REGULAR.OTF);}
@font-face{ font-family:"syht-bd"; src:url(../font/SOURCEHANSANSSC-BOLD.OTF);}


.ej_body{position: relative;}

.ej_main{padding-top: 0.8rem;position: relative;z-index: 3;}
.ej_main::after{content: "";display: block;clear: both;}
.ej_main .ej_main_nr{width: calc(100% - 300px);float: right;position: relative;z-index: 6;}

.ej_main::before{content: '';display: block;width: 100%;height: 100%;background: url(../images/ej_main_bg.jpg) no-repeat center center;position: fixed;top: 0;right: 0;width: calc(100% - 200px);background-size: cover;z-index: 1;}


.ej_tit{position: relative;margin-bottom: 0.4rem;}


.ej_tit .ej_tit_wz{position: relative;
	padding-right: 0rem;
    margin-left: 0px;
    position: relative;
    padding-bottom: 0.1rem;

overflow: hidden;
}


.ej_tit .ej_tit_wz p{font-size: 0.36rem;color: #323232;position: relative;
	width: auto;
	display: table;
	margin: 0 auto;
}
.ej_tit .ej_tit_wz p::after{
	content: '';
    display: block;
    width: 10rem;
    height: 1px;
    background: #dddfe9;
    position: absolute;
    bottom: 50%;
    left: calc(100% + 0.2rem);
    z-index: 2;
}
.ej_tit .ej_tit_wz p::before{
	content: '';
    display: block;
    width: 10rem;
    height: 1px;
    background: #dddfe9;
    position: absolute;
    bottom: 50%;
    right: calc(100% + 0.2rem);
    z-index: 2;
}



.ej_tit .ej_tit_wz .sj_zk_btn{width: 0.32rem;height: 0.32rem;background: url(../images/bnt_sub_nav2.png) no-repeat center center;position: absolute;right: 0;top: 0;z-index: 3;background-size: 100% 100%;cursor: pointer;display: none;}

.dqwz{z-index: 3;padding-bottom: 0.0rem;height: 0.3rem;line-height: 0.3rem;padding-left: 18px;background: url(../images/dqwz_hei.png) no-repeat left center;display: table;margin: 0 auto;}
.dqwz p{color: #333;font-size:0.14rem;}
.dqwz p a{color: #333;transition: 0.4s;}
.dqwz p span{color: #324fc7;font-size: 12px;}
.dqwz p a:hover{color: #324fc7;}

.dqwz font{font-family: 宋体;margin: 0 0.03rem;}


.ej_main_box{margin-top: 0.4rem;display: flex;justify-content: space-between;padding-bottom: 0.8rem;align-items: flex-start;}


.ej_main_left{width: 9.2rem;margin-right: 0.2rem;}

.ej_main_right{width: 1.9rem;background: #324fc7 url(../images/ej_right_bg.jpg) no-repeat bottom center;padding: 0.5rem 0;min-height: 2.8rem;border-radius: 0.3rem 0 0.3rem 0;}


.ej_nav_dh{width: 100%;}
.ej_nav_dh ul{}
.ej_nav_dh ul li{width: 100%;position: relative;margin-bottom: 0.2rem;}
.ej_nav_dh ul li::after{content: '';display: block;width: calc(100% - 0.1rem);height: 100%;position: absolute;background: #fff;border-radius: 0 200px 200px 0;top: 0;left: 0;z-index: 1;transition:0.4s;opacity: 0;transform: translate(-10px);}
.ej_nav_dh ul li a{display: block;position: relative;z-index: 2;}
.ej_nav_dh ul li p{height: 0.5rem;font-size: 0.18rem;color: #ffffff;text-align: left;line-height: 0.5rem;z-index: 2;position: relative;transition: 0.4s;padding-left: 0.3rem;}


.ej_nav_dh ul li.on a{}
.ej_nav_dh ul li.on::after,.ej_nav_dh ul li:hover::after{opacity: 1;transform: translate(0px);}
.ej_nav_dh ul li.on a p,.ej_nav_dh ul li a:hover p{color: #324fc7;font-weight: bold;}




.fanye{text-align: center;margin: 0.42rem 0 0;display: flex;justify-content: center;align-items: center;}
.fanye p{font-size: 0.14rem;color: #323232;margin: 0 0.02rem 0.2rem;}
.fanye p.dj{width: 0.3rem;height: 0.3rem;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.fanye p.prev{background: url(../images/fanye_prev.png) no-repeat;background-size: 100% !important;transition: 0.4s;}
.fanye p.prev:hover{background: url(../images/fanye_prev_on.png) no-repeat;}
.fanye p.next{background: url(../images/fanye_next.png) no-repeat;background-size: 100% !important;transition: 0.4s;}
.fanye p.next:hover{background: url(../images/fanye_next_on.png) no-repeat;}
.fanye p.sz{border: 1px solid #bababa;border-radius: 50%;transition: 0.4s;}
.fanye p.sz.on,.fanye p.sz:hover{background: url(../images/fanye_now.png) no-repeat;background-size: 100% !important;color:#fff;border: 1px solid #4063d0;}
.fanye span{color: #a79a8b;font-size: 0.14rem;}


@media(max-width: 1200px){

	.ej_main::before{width: 100%;}

	.ej_tit .ej_tit_wz .sj_zk_btn{display: block;}
	
	.ej_main .ej_main_nr{width: 100%;}
	.ej_body::after{width: 100%;}
	.ej_tit{flex-wrap: wrap;flex-direction: column-reverse;padding: 0;display: flex;}
	.dqwz{width: 100%;margin-bottom: 0.3rem;background: url(../images/dqwz_hei.png) no-repeat left center;position: relative;right: auto;left: 0;}
	.dqwz p{color: #323232;}
	.dqwz p a{color: #323232;}
	.dqwz span{color: #323232;}
	.dqwz p a:hover{color: #324fc7;}
	.ej_tit .ej_tit_wz{width: 100%;padding-left: 0rem;padding-bottom: 0.1rem;}
	.ej_tit .ej_tit_wz p{text-align: left;padding-left: 0rem;}
	.ej_tit::before{height: 0.65rem;}
	.ej_tit::after{height: 0.65rem;left: 3.4rem;}

	.fanye{flex-wrap: wrap;}
}




@media(max-width: 1350px){
	.w1300{width: 95% !important;}
}
@media(max-width: 1200px){
	.ej_main_left{width: calc(100%);margin-right: 0;}
}

@media(max-width: 1024px){
	/* .ej_tit .ej_tit_wz .sj_zk_btn{display: block;} */
	.ej_tit .ej_tit_wz p{font-size: 0.3rem;}
	.dqwz{margin-bottom: 0.1rem;}
	.ej_main{padding-top: 0.3rem;}
	.ej_main_left{width: 100%;}
	.ej_main_box{flex-wrap: wrap;flex-direction: column-reverse;margin-top: 0.2rem;}
	.ej_main_right{width: 100%;display: none;padding: 0.3rem 0;overflow: hidden;min-height:unset;margin-bottom: 0.3rem;}
	.ej_nav_dh ul li{margin-bottom: 0;}
	.ej_nav_dh ul li a{transform: skewY(0deg) !important;margin-bottom: 1px;}
	.ej_nav_dh ul li p{transform: skewY(0deg) !important;font-size: 0.28rem;}
	.ej_nav_dh ul li+li::after{display: none;}
	.ej_nav_dh ul li p{font-size: 0.18rem;}
	.ej_tit{margin-bottom: 0;}
	
	.fanye{margin: 0.32rem 0 0;}
}
@media(max-width: 650){



	.w1300{width: 97%;}

}


.ej_list{}
.ej_list ul{}
.ej_list ul li{position: relative;margin-bottom: 0.2rem;}
.ej_list ul li::after{content: "";display: block;width: calc(100% - 90px);background:#324fc7 ;background-size: cover !important;border-left: 2px solid #324fc7;position: absolute;top: 0;left: 40px;height: 100%;z-index: 1;transition: 0.4s;box-shadow: 0px 2px 9px rgba(0,0,0,0.09);border-radius: 0 200px 200px 0;opacity: 0;}
.ej_list ul li a{display: block;position: relative;display: flex;justify-content: space-between;align-items: center;z-index: 3;}
.ej_list ul li .sj{width: 80px;height: 80px;border-radius: 50%;border: 1px solid #3553c9;padding-top: 12px;background: #fff;transition: 0.4s;}
.ej_list ul li .sj p{font-size: 36px;font-family: "timesbd";color: #324fc7;text-align: center;transition: 0.4s;margin-bottom: 0.03rem;}
.ej_list ul li .sj span{font-size: 14px;color: #aaa59c;display: block;text-align: center;font-family: "times";transition: 0.4s;}
.ej_list ul li .con{width: calc(100% - 80px);padding: 0.3rem;border-bottom: 1px solid #f3ede5;}
.ej_list ul li .con .bt{font-size: 0.18rem;color: #323232;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ej_list ul li .con .zy{padding-top: 0.08rem;border-top: 1px solid #e8e8e8;margin-top: 0.15rem;}
.ej_list ul li .con .zy p{font-size: 14px;line-height: 24px;color: #999999;overflow: hidden;transition: 0.4s;
	/* height: 48px; */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ej_list ul li:hover::after{width: calc(100% - 39px);border-left: 2px solid #3553c9;opacity: 1;}

.ej_list ul li:hover .con{border-bottom: 0px solid #324fc7;}
.ej_list ul li:hover .con .bt{color: #fff;}
.ej_list ul li:hover .con .zy{border-top: 1px solid #a9393b;}
.ej_list ul li:hover .con .zy p{color: rgba(255,255,255,0.6);}





@media(max-width: 1024px){
}
@media(max-width: 650px){
	.ej_list ul li .sj{width: 50px;height: 50px;padding-top: 5px;}
	.ej_list ul li .sj p{font-size: 20px;}
	.ej_list ul li .sj span{font-size: 12px;}
	.ej_list ul li .con{width: calc(100% - 50px);padding: 0.17rem;}

	.ej_list ul li::after{width: calc(100% - 25px);}

}

.ej_pic_list{}
.ej_pic_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ej_pic_list ul li{width: calc(50% - 0.2rem);margin-bottom: 0.3rem;border-top: 0.03rem solid #3c5ece;transition:0.4s;}
.ej_pic_list ul li a{display: block;}
.ej_pic_list ul li .box{padding: 0.2rem 0.3rem 0;background: #fff;}
.ej_pic_list ul li .img_out{position: relative;}
.ej_pic_list ul li .img_out .img{padding-bottom: 66.2%;}
.ej_pic_list ul li .img_out .play{position: absolute;width: 55px;height: 55px;background: rgba(255,255,255,0.2);border: 1px solid rgba(255,255,255,0.55);top: 0;left: 0;right: 0;bottom: 0;margin: auto;z-index: 3;display: flex;justify-content: center;align-items: center;border-radius: 5px;transition: 0.4s;}
.ej_pic_list ul li .img_out .play img{width: auto;}
.ej_pic_list ul li .con{padding: 0.18rem 0 0.2rem;}
.ej_pic_list ul li .con p{font-size: 0.18rem;color: #323232;text-align: center;transition: 0.4s;line-height: 0.28rem;font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ej_pic_list ul li:hover{box-shadow: 0 0 0.2rem rgba(0, 0, 0, .2);}
.ej_pic_list ul li a:hover .con p{color: #324fc7;}
.ej_pic_list ul li a:hover .play{border-radius: 50%;}


.ej_pic_list3{}
.ej_pic_list3 ul li{width: 33.3%;}

@media(max-width: 1024px){
	.ej_pic_list ul li .box{padding: 0.1rem 0.1rem 0;}
	.ej_pic_list ul li .con{padding: 0.08rem 0 0.1rem;}
	
	.ej_pic_list ul li{width: 100%;}
	.ej_pic_list ul li a .play{	transform: scale(0.6);}

	.ej_pic_list3 ul li{width: 50%;}


}
@media(max-width: 650px){
	.ej_pic_list3 ul li{width: 100%;}
}


.ej_nry{}
.ej_nry .box1{}
.ej_nry .box1 .bt{font-size: 32px;color: #323232;line-height: 40px;margin-bottom: 20px;}
.ej_nry .box1 .xx1{display: flex;flex-wrap: wrap;}
.ej_nry .box1 .xx1 p{font-size: 16px;color: #666666;line-height: 32px;margin-right: 23px;}
.ej_nry .box1 .xx1 p:first-child{width: 100%;}
.ej_nry .box1 .xx2{display: flex;flex-wrap: wrap;}
.ej_nry .box1 .xx2 p{font-size: 18px;color: #666666;line-height: 32px;margin-right: 33px;}

.ej_nry .box2{padding-top: 20px;border-top: 2px solid #3553c9;margin-top: 13px;padding-bottom: 0.5rem;border-bottom: 1px solid #324fc7;}
.ej_nry .box2 p{font-size: 18px;line-height: 36px;color: #323232;text-indent: 2em;margin-bottom: 15px;font-family: 微软雅黑;font-size: 18px !important;color: #000000;line-height: 2 !important;text-indent: 2em;}
.ej_nry .box2 img{max-width: 100%;margin: 0 auto;display: block;     height: auto !important;}
.ej_nry .box2 .has_img{text-indent: 0 !important;}

.ej_nry .box3{padding: 20px 0;}
.ej_nry .box3 a{display: block;font-size: 18px;line-height: 24px;padding: 10px 0;color: #323232;transition: 0.4s;}
.ej_nry .box3 a:hover{color: #324fc7;}

@media(max-width: 1024px){
	.ej_nry .box1 .bt{font-size: 20px;line-height: 30px;margin-bottom: 15px;}
	.ej_nry .box1 .xx1 p img{margin-top: -3px;}
	.ej_nry .box1 .xx1 p{font-size: 14px;line-height: 43px;}
	.ej_nry .box1 .xx2 p{font-size: 14px;line-height: 24px;}
	.ej_nry .box2 p{font-size: 16px;line-height: 28px;margin-bottom: 10px;}
	.ej_nry .box3 a{font-size: 16px;line-height: 28px;}
}


.ej_dpzw{display: flex;justify-content: space-between;flex-wrap: wrap;flex-wrap: wrap;}
.ej_dpzw .con_left{width: calc(100%);}
.ej_dpzw .con_left p{font-size: 18px;line-height: 32px;color: #323232;margin-bottom: 15px;text-indent: 2em;}
.ej_dpzw .con_right{width: 2.8rem;}
.ej_dpzw .con_right::after{content: "";display: block;clear: both;}
.ej_dpzw .con_right .pic{width: 100%;position: relative;margin-bottom: 60px;}

.ej_dpzw .con_right .pic img{width: 2.6rem;position: relative;z-index: 2;}

.ej_dpzw .con_right p{font-size: 16px;color: #323232;line-height: 26px;text-align: right;margin-bottom: 10px;}
.ej_dpzw .con_right .shuming{float: right;}

@media(max-width: 1024px){
	.ej_dpzw .con_right .pic{margin-bottom: 30px;}
	.ej_dpzw .con_left p{font-size: 16px;line-height: 28px;margin-bottom: 10px;}
}
@media(max-width: 650px){
	.ej_dpzw .con_left{width: 100%;}
	.ej_dpzw{justify-content: flex-end;}
}





.ej_ttpic_list{}
.ej_ttpic_list ul{}
.ej_ttpic_list ul li{margin-bottom: 0.2rem;border-top: 0.03rem solid #3350c7;position: relative;background: #fff url(../images/ej_tt_li.jpg) no-repeat center center;background-size: cover;}
.ej_ttpic_list ul li::after{content: "";display: block;width: 100%;height: 100%;background:#324fc7 url(../images/ej_tt_li_on.jpg) no-repeat center center;background-size: cover !important;transform: scale(0.9);position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 1;margin: auto;opacity: 0;transition: 0.4s;}

.ej_ttpic_list ul li a{display: flex;transition: 0.4s;position: relative;z-index: 3;}
.ej_ttpic_list ul li .box{display: flex;justify-content: space-between;width: 100%;padding: 0.2rem 0.3rem;}
.ej_ttpic_list ul li .img{width: 2.4rem;height: 1.7rem;padding: 0;}
.ej_ttpic_list ul li .con{width: calc(100% - 2.4rem);padding-left: 0.2rem;position: relative;padding-top: 0.08rem;}

.ej_ttpic_list ul li .con .bt{font-size: 0.18rem;color: #323232;margin-bottom: 0.2rem;line-height: 0.28rem;font-weight: 600;transition: 0.4s;height: 0.3rem;margin-top: -0.05rem;position: relative;z-index: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ej_ttpic_list ul li .con .zy{position: relative;position: relative;z-index: 2;}
.ej_ttpic_list ul li .con .zy p{font-size: 0.14rem;color: #666666;line-height: 0.24rem;height: 0.48rem;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ej_ttpic_list ul li .con .line{width: 100%;height: 1px;background: #e8e8e8;margin: 0.23rem 0 0.15rem;}
.ej_ttpic_list ul li .con .sj{display: flex;width: 100%;align-items: flex-end;position: relative;z-index: 2;font-size: 0.14rem;color: #3250c7;font-family: "timesbd";margin-right: 0.12rem;transition: 0.4s;padding-left: 0.21rem;
background: url(../images/ej_tt_sj.png) no-repeat center left;line-height: 0.2rem;background-size: 0.15rem !important;
}


.ej_ttpic_list ul li.no_img .con{width: 100%;padding: 0.1rem 0;}


.ej_ttpic_list ul li:hover::after{transform: scale(1);opacity: 1;}
.ej_ttpic_list ul li a:hover{box-shadow: 0 0 10px rgba(0,0,0,.3);}
.ej_ttpic_list ul li a:hover .con .bt{color: #fff;}
.ej_ttpic_list ul li a:hover .con .zy p{color: rgba(255,255,255,0.6);}
.ej_ttpic_list ul li a:hover .con .sj{color: #fff;background: url(../images/ej_tt_sj_on.png) no-repeat center left;}

@media(max-width: 1024px){
	.ej_ttpic_list ul li .box{padding: 0.1rem;}
}
@media(max-width: 650px){
	.ej_ttpic_list ul li .box{flex-wrap: wrap;}
	.ej_ttpic_list ul li a{flex-wrap: wrap;}
	.ej_ttpic_list ul li .img{width: 100%;height: auto;}
	.ej_ttpic_list ul li .img img{position: relative;}
	.ej_ttpic_list ul li .con{width: 100%;padding: 0.2rem 0.1rem;}
	.ej_ttpic_list ul li .con .bt{margin-bottom: 0.05rem;}
	.ej_ttpic_list ul li .con .line{margin: 0.1rem 0;}
}



.ej_zf_list{}
.ej_zf_list ul{display: flex;flex-wrap: wrap;justify-content: space-between;width: 9.5rem;float: left;}
.ej_zf_list ul li{width: calc(50% - 0.2rem);padding: 0 0.1rem;position: relative;margin-bottom: 0.2rem;}

.ej_zf_list ul li a{display: block;padding: 0.3rem 0.3rem 0.2rem;background: url(../images/ej_zf_list_li.jpg) no-repeat right bottom;background-size: cover !important;box-shadow: 0 2px 3px rgba(0,0,0,.1);position: relative;z-index: 3;transition: 0.4s;border-top: 2px solid #324fc7;}
.ej_zf_list ul li .ly{font-size: 0.22rem;color: #324fc7;margin-bottom: 0.12rem;transition: 0.4s;}
.ej_zf_list ul li .zy{font-size: 0.18rem;color: #323232;line-height: 0.28rem;height: 0.84rem;margin-bottom: 0.1rem;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ej_zf_list ul li .pic{height: 1.4rem;width: 100%;overflow: hidden;}
.ej_zf_list ul li .pic img{display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}
.ej_zf_list ul li .xm{border-top: 1px solid #e8e8e8;padding-top: 0.15rem;transition: 0.4s;}
.ej_zf_list ul li .xm p{font-size: 0.14rem;text-align: right;color: #323232;}
.ej_zf_list ul li a:hover{box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);}

.ej_zf_list ul li:hover a{}


.ej_zf_right{width: 1.9rem;height: 2.8rem;background: url(../images/ej_zf_right.jpg) no-repeat center center;background-size: cover;display: flex;flex-direction: column;align-items: center;justify-content: center;float: right;cursor: pointer;
border-radius: 0.3rem 0 0.3rem 0;}
.ej_zf_right .pic{width: 0.57rem;}
.ej_zf_right .pic img{display: block;width: 100%;}
.ej_zf_right p{font-size: 0.18rem;color: #fff;margin-top: 0.3rem;}




@media(max-width: 950px){
	.ej_zf_list ul{width: 100%;}
	.ej_zf_list ul li{width: 50%;}
	.ej_zf_list ul li a{height: auto;}
	.ej_zf_list ul li .ly{font-size: 0.26rem;}

	.ej_zf_right .pic{width: 0.3rem;}
	.ej_zf_right{float: none;margin: 0 auto;height: auto;padding: 0.2rem;border-radius: 0.1rem;}
	.ej_zf_right p{margin-top: 0.1rem;}
}

@media(max-width: 650px){
	.ej_zf_list ul li{width: 100%;}
	.ej_zf_list ul li .pic{height: 3rem;}
}



.ej_zw_list{}
.ej_zw_list ul{display: flex;flex-wrap: wrap;}
.ej_zw_list ul li{width: 33.33%;padding: 0 0.1rem;position: relative;margin-bottom: 0.2rem;}
.ej_zw_list ul li::after{content: "";display: block;width: 100%;background: url(../images/ej_zf_list_libgd.png) no-repeat bottom center;background-size: 97% !important;height: 10px;}
.ej_zw_list ul li a{display: block;padding: 0.3rem;height: 2.24rem;background: url(../images/ej_zf_list_li.png) no-repeat right bottom;background-size: cover !important;box-shadow: 0 2px 3px rgba(0,0,0,.1);position: relative;z-index: 3;transition: 0.4s;border-top: 2px solid #324fc7;}
.ej_zw_list ul li a::after{content: "";display: block;width: 0.3rem;height: 0.3rem;background: url(../images/ej_zw_list_bg_jh.png) no-repeat;background-size: 100%;position: absolute;right: 0;bottom: 0;}
.ej_zw_list ul li .con1{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 0.1rem;}
.ej_zw_list ul li .con1 .img{width: 0.8rem;height: 0.8rem;padding: 0;border-radius: 50%;}
.ej_zw_list ul li .con1 .xx{width: calc(100% - 0.95rem);padding-top: 0.14rem;}
.ej_zw_list ul li .con1 .xx .bt{font-size: 0.18rem;color: #323232;font-weight: 600;margin-bottom: 0.1rem;transition: 0.4s;}
.ej_zw_list ul li .con1 .xx .zc{font-size: 0.14rem;line-height: 0.22rem;color: #3553c9;height: 0.44rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}
.ej_zw_list ul li .con2{border-top: 1px solid #e8e8e8;padding-top: 0.1rem;transition: 0.4s;}
.ej_zw_list ul li .con2 p{font-size: 0.14rem;line-height: 0.24rem;color: #323232;height: 0.72rem;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ej_zw_list ul li a:hover .con1 .xx .bt{color: #fff;}
.ej_zw_list ul li a:hover .con2{border-top: 1px solid rgba(255,255,255,0.2);}
.ej_zw_list ul li a:hover .con2 p{color: #fff;}

.ej_zw_list ul li:hover::after{background: url(../images/ej_zf_list_libgd_on.png) no-repeat bottom center;animation:ej_zw_list_li 0.4s linear;transition-delay: 0.2s;}
.ej_zw_list ul li:hover a{background: url(../images/ej_zf_list_li_on.png) no-repeat right bottom;}




@media(max-width: 1024px){
	.ej_zw_list ul li{width: 50%;}
	.ej_zw_list ul li a{height: auto;}
	.ej_zw_list ul li .con1 .xx .bt{font-size: 0.34rem;}
	.ej_zw_list ul li .con1 .xx .zc{font-size: 0.26rem;line-height: 0.38rem;height: 0.8rem;}
	.ej_zw_list ul li .con2{padding-top: 0.2rem;}
	.ej_zw_list ul li .con2 p{font-size: 0.3rem;line-height: 0.44rem;height: 1.32rem;}
}

@media(max-width: 650px){
	.ej_zw_list ul li{width: 100%;}
}


@-webkit-keyframes ej_zw_list_li{
	0% {transform: translate(0px,0) scale(1);}
	50% {transform: translate(0,-10px) scale(0.8);}
	100% {transform: translate(0px,0) scale(1);}
}
  @keyframes ej_zw_list_li {
	0% {transform: translate(0px,0) scale(1);}
	50% {transform: translate(0,-10px) scale(0.8);}
	100% {transform: translate(0px,0) scale(1);}
  }


  .ej_zw_list2{}
  .ej_zw_list2 ul{}
  .ej_zw_list2 ul li{}
  .ej_zw_list2 ul li{width: 100%;padding: 0 0.1rem;position: relative;margin-bottom: 0.2rem;transition:0.4s;}
  .ej_zw_list2 ul li::after{content: "";display: block;width: 100%;background-size: 97% !important;height: 10px;}
  .ej_zw_list2 ul li a{display: block;padding: 0.3rem;background: url(../images/p6_bg.jpg) no-repeat right bottom;background-size: cover !important;box-shadow: 0 2px 3px rgba(0,0,0,.1);position: relative;z-index: 3;transition: 0.4s;border-top: 2px solid #324fc7;display: flex;justify-content: space-between;}
  .ej_zw_list2 ul li .img{width: 1.5rem;height: 2.1rem;padding: 0;}
  .ej_zw_list2 ul li .con{width: calc(100% - 1.8rem);padding-left: 0.3rem;border-left: 1px solid #ececec;}
  .ej_zw_list2 ul li .con .bt{font-size: 0.2rem;color: #323232;font-weight: 600;padding-bottom: 0.18rem;transition: 0.4s;}
  .ej_zw_list2 ul li .con .line{width: 0.4rem;height: 0.02rem;background: #3553c9;margin-bottom: 0.14rem;}
  .ej_zw_list2 ul li .con .zy{}
  .ej_zw_list2 ul li .con .zy p{font-size: 0.14rem;line-height: 0.28rem;color: #666666;height: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
  }

  .ej_zw_list2 ul li:hover a{box-shadow: 0 0 0.1rem rgba(0, 0, 0, .4);}
  .ej_zw_list2 ul li a:hover .con .bt{color: #324fc7;}

  @media(max-width: 1024px){
	.ej_zw_list2 ul li a{flex-wrap: wrap;justify-content: center;padding: 0.15rem;}
	.ej_zw_list2 ul li .con{width: 100%;border: 0;padding-left: 0;}
	.ej_zw_list2 ul li .con .bt{text-align: center;margin-top: 0.2rem;}
	.ej_zw_list2 ul li .con .line{margin: 0 auto 0.1rem;}
	
  }


  .ej_zw_nry{}
  .ej_zw_nry .xx{display: flex;justify-content: space-between;align-items: center;}
  .ej_zw_nry .xx .img{width: 1.5rem;height: 2.1rem;padding: 0;}
  .ej_zw_nry .xx .bt{font-size: 0.24rem;color: #323232;font-weight: 600;width: calc(100% - 1.9rem);}
  .ej_zw_nry .con{padding-top: 0.32rem;}
  .ej_zw_nry .con p{font-size: 0.18rem;color: #323232;line-height: 0.32rem;text-indent: 2em;}

  @media(max-width: 1024px){

  }

.ej_top_zy{margin-bottom: 0.32rem;}
.ej_top_zy p{font-size: 0.18rem;color: #323232;line-height: 0.32rem;text-indent: 2em;}

.ej_tit_x{position: relative;padding-left: 20px;display: table;min-width: 150px;margin-bottom: 0.2rem;}
.ej_tit_x::before{content: "";display: block;width: 70px;height: 70px;background: url(../images/ej_tit_x_bg1.png) no-repeat;background-size: 100%;position: absolute;left: 0;bottom: 0;}
.ej_tit_x::after{content: "";display: block;width: 109px;height: 16px;background: url(../images/ej_tit_x_bg2.png) no-repeat;background-size: 100%;position: absolute;bottom: 4px;right: -22px;}
.ej_tit_x p{font-size: 26px;color: #323232;position: relative;z-index: 3;padding: 20px 0;font-weight: 600;}

@media(max-width: 650px){
	.ej_top_zy p{font-size: 0.32rem;line-height: 0.48rem;}
	.ej_tit_x p{font-size: 19px;padding: 18px 0;}
	.ej_tit_x::before{width: 50px;height: 50px;}
	.ej_tit_x::after{width: 80px;height: 11px;right: -10px;}
}


.ej_pic_list_jj{}
.ej_pic_list_jj ul{margin: 0 -0.2rem;display: flex;flex-wrap: wrap;}
.ej_pic_list_jj ul li{width: 50%;padding: 0 0.2rem;margin-bottom: 0.15rem;}
.ej_pic_list_jj ul li a{display: block;}
.ej_pic_list_jj ul li .img_out{position: relative;}
.ej_pic_list_jj ul li .img_out .img{padding: 0;}
.ej_pic_list_jj ul li .img_out .img img{position: relative;}
.ej_pic_list_jj ul li .con{padding: 0.24rem 0;}
.ej_pic_list_jj ul li .con p{font-size: 0.18rem;color: #323232;font-weight: 600;text-align: center;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ej_pic_list_jj ul li a:hover .con p{color: #324fc7;}
.ej_pic_list_jj ul li a:hover .play{border-radius: 50%;}


@media(max-width: 1024px){
	.ej_pic_list_jj ul li{width: 100%;}
	.ej_pic_list_jj ul li a .play{	transform: scale(0.6);}
	.ej_pic_list_jj ul li .con p{font-size: 0.34rem;}
}



.ej_jjzp_list{}
.ej_jjzp_list ul{display: flex;flex-wrap: wrap;width: 100%;}
.ej_jjzp_list ul li{width: 50%;position: relative;margin-bottom: 0.3rem;}
.ej_jjzp_list ul li::after{content: "";display: block;width: 1.35rem;height: 100%;background: #3553c9;position: absolute;top: 0;left: 0;z-index: 1;}
.ej_jjzp_list ul li a{display: block;padding: 0.2rem;position: relative;z-index: 3;display: flex;justify-content: space-between;}
.ej_jjzp_list ul li .img{width: 2rem;height: 2rem;padding: 0;}
.ej_jjzp_list ul li .con{width: calc(100% - 2.2rem);}
.ej_jjzp_list ul li .con .bt{font-size: 0.18rem;color: #323232;font-weight: 600;margin-bottom: 0.1rem;transition: 0.4s;}
.ej_jjzp_list ul li .con .xw{font-size: 0.16rem;color: #323232;line-height: 0.22rem;height: 0.44rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ej_jjzp_list ul li .con .line{width: 100%;position: relative;margin: 0.18rem 0 0.2rem;height: 1px;}
.ej_jjzp_list ul li .con .line::before{width: 5px;height: 5px;background: #3553c9;border-radius: 50%;position: absolute;left: 0;content: "";display: block;z-index: 3;top: 0;}
.ej_jjzp_list ul li .con .line::after{content: "";display: block;width: 100%;height: 1px;background: #dadada;position: absolute;left: 0;top: 2px;z-index: 1;}
.ej_jjzp_list ul li .con .zy{}
.ej_jjzp_list ul li .con .zy p{font-size: 0.14rem;line-height: 0.24rem;color: #666666;height: 0.72rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ej_jjzp_list ul li a:hover .con .bt{ color: #324fc7;}




@media(max-width: 1024px){
	.ej_jjzp_list ul li{width: 100%;}
	.ej_jjzp_list ul li .con .bt{font-size: 0.32rem;}
.ej_jjzp_list ul li .con .xw{font-size: 0.28rem;line-height: 0.36rem;}
.ej_jjzp_list ul li .con .line{margin: 0.1rem 0 0.2rem;}
	.ej_jjzp_list ul li .con .zy p{height: auto;font-size: 0.22rem;line-height: 0.36rem;}
}



.ej_xsfc_list{}
.ej_xsfc_list ul{}
.ej_xsfc_list ul li{padding: 0.6rem 1rem 0.6rem 0.6rem;position: relative;background: url(../images/ej_xsfc_li_bg1.png) no-repeat center bottom;background-size: 100% !important;margin-bottom: 0.3rem;}
.ej_xsfc_list ul li:nth-child(2n){background: url(../images/ej_xsfc_li_bg2.png) no-repeat center bottom;}
.ej_xsfc_list ul li a{display: flex;flex-wrap: wrap;height: 2.85rem;width: 100%;background: url(../images/ej_xsfc_con_bg.jpg) no-repeat center bottom;background-size: cover;padding-left: 0.2rem;position: relative;}
.ej_xsfc_list ul li:nth-child(2n) a{flex-direction:row-reverse;padding-left: 0;padding-right: 0.1rem;}
.ej_xsfc_list ul li .img{width: 2rem;height: 3rem;border: 1px solid #3553c9;padding: 0;margin-top: -0.6rem;}
.ej_xsfc_list ul li .con{width: calc(100% - 3.3rem);padding: 0.4rem 0.4rem 0 0.6rem;}
.ej_xsfc_list ul li .con .xx{font-size: 0.18rem;color: #fff;line-height: 0.3rem;height: 0.6rem;transition: 0.5s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.ej_xsfc_list ul li .con .zy{border-top: 1px solid rgba(255,255,255,0.23);padding-top: 0.15rem;transition: 0.5s;}
.ej_xsfc_list ul li .con .zy p{font-size: 0.16rem;line-height: 0.26rem;color: rgba(255,255,255,0.7);height: 0.78rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.ej_xsfc_list ul li .bt{width: 1.7rem;height: 0.8rem;padding: 0.2rem 0.3rem;background: rgba(195,150,91,0.9);position: absolute;top: 0.4rem;right: -0.4rem;}
.ej_xsfc_list ul li:nth-child(2n) .bt{left: -0.4rem;right: auto;}
.ej_xsfc_list ul li .bt .line{width: 0.4rem;height: 1px;background: #fff;margin-bottom: 0.08rem;}
.ej_xsfc_list ul li .bt .xm{font-size: 0.28rem;color: #fff;}
.ej_xsfc_list ul li .bt::after{content: "";display: block;width: 100%;height: 1px;background: #3553c9;position: absolute;bottom: -5px;right: -0.2rem;}

.ej_xsfc_list ul li a:hover .bt .line{animation: ej_xsfc_list_dh1 0.5s;}
.ej_xsfc_list ul li a:hover .con .xx{transform: translate(5px);}
.ej_xsfc_list ul li a:hover .con .zy{border-top: 1px solid rgba(255,255,255,0.5);}

@-webkit-keyframes ej_xsfc_list_dh1 {
	0% {width: 0.4rem;}
	50% {width: 0;}
	100% {width: 0.4rem;}
}
  @keyframes ej_xsfc_list_dh1 {
	0% {width: 0.4rem;}
	50% {width: 0;}
	100% {width: 0.4rem;}
  }

  @-webkit-keyframes ej_xsfc_list_dh2 {
	0% {width:100%;}
	50% {width: 0;}
	100% {width: 100%;}
}
  @keyframes ej_xsfc_list_dh2 {
	0% {width:100%;}
	50% {width: 0;}
	100% {width: 100%;}
  }


  @media(max-width: 1024px){
	.ej_xsfc_list ul li .con .xx{font-size: 0.32rem;line-height: 0.48rem;height: 0.96rem;margin-bottom: 0.1rem;}
	.ej_xsfc_list ul li .con .zy p{font-size: 0.28rem;line-height: 0.44rem;height: 1.32rem;}
	.ej_xsfc_list ul li a{height: 3.2rem;}
  }

  @media(max-width: 800px){
	.ej_xsfc_list ul li a{height: 3.6rem;}
  }
  
  @media(max-width: 650px){
	.ej_xsfc_list ul li {padding: 0.6rem 0.1rem 0.6rem 0.1rem;}
	.ej_xsfc_list ul li .bt{top: -0.6rem;right: auto;left: 2.5rem;}
	.ej_xsfc_list ul li:nth-child(2n) .bt{left: auto;right: 2.5rem;}
	.ej_xsfc_list ul li .con{width: calc(100% - 2.3rem);
		padding: 0.6rem 0.1rem 0 0.3rem;}
  }


.ej_sjz{padding: 0 1rem;margin-bottom: 0.4rem;}
.ej_sjz ul{position: relative;}
.ej_sjz ul::after{content: "";display: block;width: 1px;height: 100%;background: #e3e3e3;position: absolute;top: 0;left: 50%;z-index: 1;}
.ej_sjz ul li{width: 50%;margin: 0 0 0.3rem;position: relative;z-index: 2;}
.ej_sjz ul li:nth-child(2){margin-top: 1.15rem;}
.ej_sjz ul li a{cursor: auto;}
.ej_sjz ul li .year{width: 0.55rem;height: 0.55rem;background: url(../images/ej_sjz_year_bg.png) no-repeat;background-size: 100%;font-size: 0.2rem;font-family: "impact";text-align: center;line-height: 0.53rem;color: #fff;position: absolute;right: -0.275rem;top: 0.06rem;z-index: 3;}
.ej_sjz ul li:nth-child(2n) .year{right: auto;left: -0.275rem;}

.ej_sjz ul li .con{width: calc(100% - 0.47rem);float: left;}
.ej_sjz ul li:nth-child(2n) .con{float: right;}

.ej_sjz ul li .con .tit{font-size: 0.2rem;height: 0.33rem;background: url(../images/ej_sjz_tit_bgl.png) no-repeat left center;position: relative;line-height: 0.32rem;color: #fff;font-family: "impact";padding-left: 0.1rem;}
.ej_sjz ul li:nth-child(2n) .con .tit{background: url(../images/ej_sjz_tit_bgr.png) no-repeat right center;text-align: right;padding-right: 0.1rem;}

.ej_sjz ul li .con .tit::after{content: "";display: block;width: calc(100% + 0.5rem);height: 1px;background: #dfdfdf;position: absolute;left: 0;bottom: 0;}
.ej_sjz ul li:nth-child(2n) .con .tit::after{left: auto;right: 0;}

.ej_sjz ul li .con .xx{padding: 0.1rem 0 0.15rem;}
.ej_sjz ul li .con .xx p{font-size: 0.18rem;color: #323232;line-height: 0.28rem;}
.ej_sjz ul li:nth-child(2n) .con .xx p{text-align: right;}
.ej_sjz ul li .con .xx p.zy{font-size: 0.14rem;color: #666666;}
.ej_sjz ul li .con .img{width: 100%;height: auto;padding: 0;margin-bottom: 0.1rem;}
.ej_sjz ul li .con .img img{position: relative;transform: scale(1) !important;}
.ej_sjz ul li .con .img.img_kong div{height: 2.3rem;}
.ej_sjz ul li .con .img.img_kong2 div{height: 0.3rem;}
.ej_sjz ul li .con .img.img_kong3 div{height: 1.8rem;}
.ej_sjz ul li .con .img.img_kong4 div{height: 0.2rem;}
.ej_sjz ul li.no_img{margin-bottom: 0.5rem;}

.ej_sjz .sjz_logo{display: block;text-align: center;}
.ej_sjz .sjz_logo img{transform: translate(3px);}
.ej_sjz .sjz_logo p{font-size: 18px;color: #d5d5d3;font-weight: 600;margin-top: 0.12rem;}


@media(max-width: 1600px){
	.ej_sjz ul li.no_img{margin-bottom: 0.2rem;}
	.ej_sjz ul li .con .img.img_kong2 div{height: 0.6rem;}
}
@media(max-width: 1400px){
	.ej_sjz ul li .con .img.img_kong div{height: 2rem;}
	.ej_sjz ul li.no_img{margin-bottom: 0.4rem;}
	.ej_sjz ul li .con .img.img_kong2 div{height: 0.4rem;}
}
@media(max-width: 1200px){
	.ej_sjz ul li .con .img.img_kong div{height: 3.9rem;}

.lxwm_ewm{position: relative !important;left: 0 !important;top: 0 !important;right:0 !important;}
}
@media(max-width: 1024px){
	.ej_sjz{padding: 0;}
	.ej_sjz ul::after{display: none;}
	.ej_sjz ul li{width: 100%;margin-top: 0 !important;}
	.ej_sjz ul li .con{float: right !important;width: calc(100% - 60px);}
	.ej_sjz ul li .con .img>div{height: 0 !important;}
	.ej_sjz ul li .year{width: 50px;height: 50px;left: 0px !important;font-size: 18px;line-height: 48px;}
	.ej_sjz ul li a .con .xx p{font-size: 0.34rem;line-height: 0.5rem;text-align: left !important;}
	
.ej_sjz ul li .con .tit {text-align: left !important;
    font-size: 0.34rem;
    height: 0.53rem;
	line-height: 0.53rem;
    background: url(../images/ej_sjz_tit_bgl.png) no-repeat left center !important;
	background-size: auto 100%;}

	.ej_sjz ul li .con .tit::after{left: -20px !important;}

}



.ej_bndsj{}
.ej_sjz.ej_bndsj ul li{margin-bottom: 0.2rem;}
.ej_sjz.ej_bndsj ul li:nth-child(2){margin-top: 0.75rem;}
.ej_sjz.ej_bndsj ul li .con .xx p{height: 0.84rem;}

@media(max-width: 1024px){
	.ej_sjz.ej_bndsj ul li{margin-bottom: 0.3rem;}
	.ej_sjz.ej_bndsj ul li .con .xx p{height: auto;}
}


.lsyg_main{position: relative;}
.lsyg_main::after{content: '';display: block;width: 0.25rem;height: 100%;background: url(../images/p3_left_bg.png) repeat-y;position: absolute;top: 0;left: 1.7rem;}
.lsyg_main .p3_lb{width: 100%;}
.lsyg_main .swiper-slide{margin-bottom: 0.3rem;}
.lsyg_main .xbt{font-size: 0.24rem;width: 1.5rem;color: #333;text-align: right;position: absolute;left: 0;top: 0;padding: 0.1rem 0;}
.lsyg_main .con{position: relative;padding-left: 2.2rem;padding-top: 0;width: 78%;}
.lsyg_main .con::after{content: '';display: block;width: ;}
.lsyg_main .pic{width: 20%;}
.lsyg_main .con .zy{height: auto;margin-bottom: 0.1rem;}
.lsyg_main .con .bt{margin-bottom: 0.1rem;font-size: 0.28rem;white-space: wrap;    text-overflow: unset;}
.lsyg_main .con .xq{display: none;}

@media(max-width: 1024px){
	.lsyg_main a{flex-direction: column;align-items: flex-end;}
	.lsyg_main .con{width: 100%;}
	.lsyg_main .pic{width: 70%;margin: 0;}
}
@media(max-width: 650px){
	.lsyg_main .con{padding-left: 0.4rem;}
	.lsyg_main .xbt{position: relative;width: 100%;text-align: left;padding-left: 0.4rem;font-size: 0.2rem;}
	.lsyg_main::after{left: 0;width: 0.2rem;background-size: 0.2rem;}
	.lsyg_main .pic{margin: 0 auto;}
	.lsyg_main .con .bt{font-size: 0.24rem;}
}


/* 二级页样式结束 */



.pb_sys_style2 .p_no_d {
    border: 1px solid #324fc7  !important;
    color: #fff;
    background-color: #324fc7 !important;
}







.jzjm{    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    max-height: 100%;
    overflow: auto;
    padding: 0;
	visibility: hidden;
	opacity: 0;
	transition:0.4s;
	display: flex;  
}
.jzjm.on{  visibility: visible;opacity: 1;}

.jzjm .nr .close{width: 44px;height: 44px;position: absolute;background: url(../images/jz_close.png) no-repeat center center;right: -22px;top: -22px;cursor: pointer;}
.jzjm .nr{background: url(../images/jz_bg.png) no-repeat right top;width: 60%;padding-bottom: 60px;position: relative;}
.jzjm .nr h2{font-size: 26px;color: #fff;line-height: 60px;background: url(../images/jz_tit_bg.png) no-repeat left center;text-align: center;font-weight: normal;margin: 50px 0 30px -10px;}
.jzjm .nr .box{display: table;margin: 0 auto;}
.jzjm .nr .box>div{font-size: 16px;color: #323232;line-height: 34px;margin-bottom: 10px;display: flex;justify-content: space-between;}
.jzjm .nr .box>div input[type=text]{background: none;outline: none;border: 1px solid #dfdfdf;border-radius: 5px;height: 34px;line-height: 34px;width: 340px;padding: 0 10px;}
.jzjm .nr .box>div>span{display: inline-block;min-width: 86px;text-align: right;font-weight: bold;}



.jzjm .nr input[type=image]{width: 160px;height: 46px;background: #791cb5 url(../images/jz_tijiao.png) no-repeat center center;margin: 0 auto;border-radius: 5px;display: block;margin-top: 40px;transition: 0.4s;background-size: 100% 100% !important;}
.jzjm .nr input[type=image]:hover{box-shadow: 0 0 10px #888;}

.jzjm .nr .danxuan{width: 340px;}
.jzjm .nr .danxuan label{margin-right: 0.1rem;font-style: 14px;}
.jzjm .nr .danxuan input{margin-right: 0.1rem;}

.jzjm .nr textarea{width: 100%;background: none;width: 340px;border: 1px solid #dacfbf;border-radius: 3px;}

.jzjm .nr select{background: none;width: 340px;border: 1px solid #dacfbf;border-radius: 3px;padding: 0 20px;color: #767068;height: 34px;
    line-height: 34px;}


	@media(max-width: 1024px){
		.jzjm .nr{padding: 0.1rem;margin-top: 0.2rem;width: 85%;}
	}
@media(max-width: 650px){
	.jzjm .nr .box{width: 100%;display: block;}
	.jzjm{overflow: auto;align-items: flex-start;}
	.jzjm .nr .box > div{height: auto;display: block;}
	.jzjm .nr .box>div input[type=text]{width: 100%;}
	.jzjm .nr textarea{width: 100%;height: 0.8rem;}
	.jzjm .nr select{width: 100%;}
	.jzjm .nr{padding: 0.1rem;margin-top: 0.5rem;}
	.jzjm .nr .box>div>span{text-align-last: left;}
	.jzjm .close{right: 0.1rem;top: 0.1rem;width: 0.33rem;height: 0.33rem;}
	.jzjm .nr .box>div.d3 span{display: none;}
	.jzjm .nr .box>div.d4 span{display: none;}
	.jzjm .nr h2{font-size: 0.2rem;line-height: 0.4rem;background-size: 100% 100%;margin-bottom: 0.1rem;}
	.jzjm .nr input[type=image]{margin-top: 0.1rem;}
}


