/* CSS Document public*/

*{font-family:'微软雅黑',Helvetica, sans-serif ,Arial; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{
    padding:0;margin:0;font-family:'微软雅黑',Helvetica, sans-serif ,Arial;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;overflow-x: hidden;background:#fff;}
html,body{ height: 100%;} html{ overflow:-moz-scrollbars-vertical;} 

.index_html,.index_body{overflow: hidden;}

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

body::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
body::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
body::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

P{line-height: inherit;}

.pagepic_newtitle_1{text-align: center;    font-size: 0.18rem;}


.pb_sys_style1 .p_no_d{border: 1px solid #9B0000!important;
    color: #fff;
    background-color: #9B0000!important;
}

@font-face {
	font-family: Times;
	src: url(../fonts25/times.ttf);
}

@keyframes dh_cen {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

@keyframes dh_left {
	0%{
		transform: translate(-1rem,0);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_right {
	0%{
		transform: translate(1rem,0);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_top {
	0%{
		transform: translate(0,-1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_bottom {
	0%{
		transform: translate(0,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}


@keyframes dh_left_top {
	0%{
		transform: translate(-1rem,-1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_left_bottom {
	0%{
		transform: translate(-1rem,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}

@keyframes dh_right_top {
	0%{
		transform: translate(1rem,-1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}
@keyframes dh_right_bottom {
	0%{
		transform: translate(1rem,1rem);opacity: 0;
	}
	100%{
		transform: translate(0,0);opacity: 1;
	}
}



.dh_cen{animation: dh_cen 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	opacity: 0;
}

.dh_left{animation: dh_left 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(-1rem,0);opacity: 0;
}

.dh_right{animation: dh_right 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(1rem,0);opacity: 0;
}

.dh_top{animation: dh_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	opacity: 0;
}

.dh_bottom{animation: dh_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(0,1rem);opacity: 0;
}

.dh_left_top{animation: dh_left_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(-1rem,-1rem);opacity: 0;
}

.dh_left_bottom{animation: dh_left_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(-1rem,1rem);opacity: 0;
}

.dh_right_top{animation: dh_right_top 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(1rem,-1rem);opacity: 0;
}

.dh_right_bottom{animation: dh_right_bottom 0.6s;animation-fill-mode: forwards;animation-delay: 0.5s;
	transform: translate(1rem,1rem);opacity: 0;
}




.dh_delay1{animation-delay: 0.6s;}
.dh_delay2{animation-delay: 0.7s;}
.dh_delay3{animation-delay: 0.8s;}
.dh_delay4{animation-delay: 0.9s;}
.dh_delay5{animation-delay: 1.0s;}
.dh_delay6{animation-delay: 1.1s;}
.dh_delay7{animation-delay: 1.2s;}
.dh_delay8{animation-delay: 1.3s;}
.dh_delay9{animation-delay: 1.4s;}
.dh_delay10{animation-delay: 1.5s;}
.dh_delay11{animation-delay: 1.6s;}
.dh_delay12{animation-delay: 1.7s;}
.dh_delay13{animation-delay: 1.8s;}
.dh_delay14{animation-delay: 1.9s;}
.dh_delay15{animation-delay: 2.0s;}
.dh_delay16{animation-delay: 2.1s;}
.dh_delay17{animation-delay: 2.2s;}
.dh_delay18{animation-delay: 2.3s;}
.dh_delay19{animation-delay: 2.4s;}
.dh_delay20{animation-delay: 2.5s;}
.dh_delay21{animation-delay: 2.6s;}
.dh_delay22{animation-delay: 2.7s;}
.dh_delay23{animation-delay: 2.8s;}
.dh_delay24{animation-delay: 2.9s;}
.dh_delay25{animation-delay: 3.0s;}





@-webkit-keyframes circleProgressLoad_right{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(225deg);
	}
	100%{
		-webkit-transform: rotate(225deg);
	}
}
@-webkit-keyframes circleProgressLoad_left{
	0%{
		-webkit-transform: rotate(45deg);
	}
	50%{
		-webkit-transform: rotate(45deg);
	}
	100%{
	-webkit-transform: rotate(225deg);
	}
}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}




table {
    border-collapse: collapse;
    border-spacing: 0;margin:0 auto;
}
table td {line-height: 1.25;padding: 5px;padding-left:15px;/* width: auto; */}
.clearfix:after{/*ä¼ªå…ƒç´ æ˜¯è¡Œå†…å…ƒç´  æ­£å¸¸æµè§ˆå™¨æ¸…é™¤æµ®åŠ¨æ–¹æ³•*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6æ¸…é™¤æµ®åŠ¨çš„æ–¹å¼ *å·åªæœ‰IE6-IE7æ‰§è¡Œï¼Œå…¶ä»–æµè§ˆå™¨ä¸æ‰§è¡Œ*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IEä½¿ç”¨*/outline-style:none;/*FFä½¿ç”¨*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IEä½¿ç”¨*/ outline-style:none;/*FFä½¿ç”¨*/ } /*åŽ»é™¤aæ ‡ç­¾å¸¦æ¥çš„è™šæ¡†*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*å›¾ç‰‡æ”¾å¤§*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*ç¼“æ…¢æ•ˆæžœ*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*ç¼“æ…¢æ•ˆæžœ*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*ç¼“æ…¢æ•ˆæžœ*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*é€æ˜Žä»£ç */
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*æ–‡æœ¬è¶…å‡º å°åœ†ç‚¹æ˜¾ç¤º*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180åº¦æ—‹è½¬*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*é€æ˜ŽèƒŒæ™¯*/


/*==========================================å…¬å…± å¼€å§‹=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{margin:0 auto;padding: 0 50px;max-width: 1340px;}


.header_box_li{position: relative;z-index: 1;transition: 0.4s;z-index: 999;}



.pc_top_lj{margin: 0px 0 0px;position: relative;z-index: 3;}
.pc_top_lj .r{display: flex;justify-content: flex-end;height: 100%;align-items: center;}

.pc_top_lj a{display: block;}
.pc_top_lj a p{font-size: 0.14rem;color: #fff;position: relative;
padding: 0 0.25rem;
}

.pc_top_lj a:last-child p{padding-right: 0;}

.pc_top_lj a+a p::after{content: '';display: block;width: 1px;height: 0.12rem;opacity: 0.5;
background: #fff;
position: absolute;left: 0;
top: calc(50% - 0.06rem);
}

.head_bottom a.search_btn{width: 0.8rem;height: 0.8rem;display: flex;justify-content: center;align-items: center;margin-left: 0.2rem;}
.head_bottom a.search_btn img{width: 0.27rem;transition: 0.4s;}
.head_bottom a.search_btn img+img{opacity: 0;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}

.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_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: 16.8rem;margin: 0 auto;height: auto;}

.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{border-top: 0px solid #9B0000;}
#header #logo{ margin-top: 0;width: 4.88rem;height: auto;
position: relative;z-index: 3;
}
#header #logo .box_table{width: 100%;
    display: table;
    height: 100%;}
#header #logo .box_table .box_table_cell{display: table-cell;
    vertical-align: middle;}

#header #logo a{display: block;position: relative;}
#header #logo a img{width: 100%;}
#header #logo a img+img{position: absolute;top: 0;left: 0;transition: 0.4s;
opacity: 0;
}
#header #logo a img.logo_497{opacity: 0;}



#header #logo .xx p{    line-height: 15px !important;}
#header #logo .xx{color: #fff;    transition: 0.4s;opacity: 1;
    font-family: "æ¥·ä½“";
    font-size: 24px;
    text-align: center;}

	.head_bottom>.left_logo{float: left;margin-top: 0.55rem;}
	.head_bottom>.left_logo img{width: 3.49rem;}
.head_bottom>.right{height: auto;position: relative;
}

#logo{float:left;height:100%;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}
#nav{width: auto;position: relative;z-index: 3;display: flex;align-items: center;}

#nav ul{display: flex;justify-content: space-between;flex-wrap: wrap;position: relative;padding-right: 0.4rem;}
#nav ul li{float:left;position:relative;z-index:0;margin-left: 0.45rem;}

#nav ul li.on:before, #nav ul li:hover:before{width:140%;left:-20%;}
#nav ul li a{display:block;padding:0.1rem 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: bold;
}
#nav ul li a i{ margin:-3px 0 0 .1rem; display:inline-block; width:10px; height:5px; background:url() center no-repeat; transition:.5s}
#nav ul li.on a i, #nav ul li:hover a i{ background:url() center no-repeat;}
#nav ul li a i{ display:inline-block;  width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;min-width: 150px;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;padding: 10px 0;background:rgba(255,255,255,0.8);
	box-shadow: 0 0px 8px rgba(0,55,59,0.25);
}
#nav ul li .sub .box{text-align:center;}
#nav ul li:hover a, #header #nav ul li.on a, #header.xg #nav ul li:hover a{color: #fff;}
#header #nav ul li.on .sub a{
color: #333;
}
#header #nav ul li.on .sub a:hover{
color: #fff;
}

#nav ul li .sub a{padding: 0.1rem;line-height: 20px;transition:.6s;font-size: 16px;color: #333;white-space: nowrap;display: block;text-align: center;position: relative;text-decoration: none;}

#nav ul li .sub a:hover{background: #9B0000;color: #fff;}
#nav ul li:hover .sub{filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity: 1;opacity: 1;visibility:visible;transform: translateX(-50%) scaleY(1);}



#nav ul li.cen_logo{margin-top: -0.66rem;width: 0.6rem;}
#nav ul li.cen_logo a{display: flex;flex-direction: column;align-items: center;padding: 0;}
#nav ul li.cen_logo img{display: block;width: 1.76rem;}
#nav ul li.cen_logo img+img{width: 3.09rem;}

#m_nav .p1_top_xx{width: 100%;}


.p1_top_xx{display: flex;justify-content: center;align-items: center;margin-top: 0.08rem;width: 1.3rem;height: 0.3rem;background-size: 100% 100%;
margin-bottom: 0.25rem;
}
.p1_top_xx .xx{font-size: 12px;color: #fff;}
.p1_top_xx .lj{display: flex;align-items: center;}
.p1_top_xx .lj a{text-decoration: none;display: flex;align-items: center;justify-content: center;
margin: 0 0.1rem;
}
.p1_top_xx .lj a img{width: 0.24rem;}
.p1_top_xx .lj a p{font-size: 0.14rem;color: #fff;margin-left: 0.02rem;    text-indent: 0;}
.p1_top_xx .lj a.search_bt{margin-right: 0;}

.toubu_div .header_box{}
.toubu_div .header_box::after{content: "";display: block;width: 100%;height: 0.08rem;background: #9B0000;position: absolute;top: 0;left: 0;display: none;}








#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('../images25/search.png');
	background: #9B0000 url('../images25/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('../images25/close-btn.png');
	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: 1.26rem;
    top: 0.73rem;
    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(../images25/search_close.png);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}





/*é¡¶éƒ¨æœç´¢*/
.tc_search {margin: 0.3rem auto 0;width: calc(100% - 0.6rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:.18rem;color: #fff;height: 0.5rem;line-height: 0.5rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 50px 0 0.2rem;}
.tc_search .btn_blue { position: absolute; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../images25/search_white.png) center center no-repeat; background-size: 50%; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparentæ˜¯å…¨é€æ˜Žé»‘è‰²(black)çš„é€Ÿè®°æ³•ï¼Œå³ä¸€ä¸ªç±»ä¼¼rgba(0,0,0,0)è¿™æ ·çš„å€¼ */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* ç‚¹å‡»æœç´¢æ¡†èŽ·å–ç„¦ç‚¹ placeholderæ¶ˆå¤±-ç»“æŸ */
/*å¯¼èˆªæŒ‰é’®å¼€å§‹*/
#nav_btn_box {height: 100%;z-index: 999999;float: right;margin-left: 0;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 25px; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 25px; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 25px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }
/*å¯¼èˆªæŒ‰é’®ç»“æŸ*/
.m_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;margin: 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: 0.5rem 0 0.5rem;overflow: hidden;pointer-events: none;transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;background: #9B0000;}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act { pointer-events: auto; right: 0;overflow: auto; }
#m_nav>ul>li {width: 100%;overflow: hidden;padding: 0 0 0 0.3rem;position: relative;}
#m_nav>ul>li {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a { display: inline-block; width: calc(100% - 30px) }
#m_nav li .a {line-height: 0.55rem;height: 0.55rem;color: #fff;padding: 0;font-size:0.16rem;float: left;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 50px;height: 40px;display: inline-block;background: url(../images25/arrow_down.png) center center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../images25/arrow_down_on.png) center center no-repeat;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 14px;color: rgba(255,255,255,.6);text-align: left;line-height: 40px;height: 40px;border: 0;font-weight: 300;}
/*ä¸‰çº§å¯¼èˆª å¼€å§‹*/
#m_nav .title .list .void>a { background-size: 10px; position: relative; }
#m_nav .title .list .void>a:before { content: "Â·"; position: absolute; left: -1em; font-size: 12px; font-weight: bold; }
#m_nav .title .list span { position: relative; display: block; }
#m_nav .title .list span .sub { position: static; width: 100%; display: block !important; overflow: hidden; }
#m_nav .title .sub a { background: none; font-size:0.5rem;
opacity: .8; min-width: 50%; float: left; display: inline-block; color: #999; }
.nav_mask { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 888; background-color: rgba(0,0,0,0.4); display: none; }
.m_header_box {transition: .6s;display: none;height: 60px;}
#m_header #logo .box_table{width: auto; float: left;    display: table; height: 100%;}
#nav_btn_box .box_table { width: auto; float: left;    display: table; height: 100%; height: 100%;}
 #nav_btn_box .box_table .box_table_cell{   vertical-align: middle;
	display: table-cell;  }
#m_header #logo .box_table .box_table_cell{ vertical-align: middle;display: table-cell;      margin: 0 auto;}

#m_header #logo .box_table .box_table_cell a{    display: block;
			}
.m_header_box header{padding:0 4%;top: 0;height: 60px;position: fixed;top: 0;left: 0;right: 0;z-index: 100;background-size: cover;}
.m_header_box header>div{position: relative;z-index: 3;}
.m_header_box header .sj_head_bg{width: 100%;height: 100%;display: block; z-index: 2;position: absolute;right: 0;top: 0;background: #9B0000;}
.m_header_box header .sj_head_bg::after{    content: "";
    display: block;
    width: 119px;
    height: 100%;

    background-size: 100% auto;
    position: absolute;
    right: 100%;
    top: 0;}

#m_header #logo{float: left;}
#m_header #logo img{max-height: 40px;width: auto;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}


.sj_top_lj{float: right;height: 100%;display: flex;align-items: center;margin-right: 0.1rem;}
.sj_top_lj a{color: #fff;}



#fp-nav.fp-right{display: none;}

 .toubu_div{  position: fixed;top: 0;width: 100%;left: 0;z-index: 88;transition: 0.5s;    /*transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; */  

}
.toubu_div>.w1344{width: 100%;padding: 0 0.7rem;}
	.toubu_div_bai{position: fixed;}
	.toubu_div_bai .list_box0 .li>a{color: #000;}




.img{width: 100%;position: relative;padding-bottom: 60%;overflow: hidden;transition: 0.4s;height: 0;}
.img .img_box{display: none !important;}
.img img{
	position: absolute;
	transition: 0.4s;
	opacity: 1 !important;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	}
a:hover .img .img_box{transform: scale(1.05);}
a:hover .img img{transform: scale(1.05);}


.w1600{width: 100rem;margin: 0 auto;}
.w15{width: 15rem;margin: 0 auto;}

.w1344{width: 100%;margin: 0 auto;position: relative;}


.swiper-slide{    filter: brightness(1);}
.swiper-button-prev, .swiper-button-next{margin: 0;border: none;}
.swiper-button-prev{left: 30px;}
.swiper-button-next{right: 30px;left: auto;}




#wrap{}
#pages{}
.page{}

.sy_main{width: 100%;}

.page .intro{padding-top: 0.5rem;height: 100%;position: relative;z-index: 6;
	width: 15rem;
	margin: 0 auto;
	display: flex;align-items: center;
}


.page .intro .sy_main{}

.page .intro>div.part1{width: 100%;padding: 0;}




#menu{position: fixed;top: calc(50% - 1rem);z-index: 1000;width: auto;right: 0.35rem;display: none;}
#menu.on{display: block;}
#menu ul{position: relative;width: 0.7rem;}

#menu ul li{transition: 0.4s;display: flex;align-items: center;position: relative;z-index: 3;cursor: pointer;
}
#menu ul li::after{content: '';display: block;width: 0.12rem;height: 0.12rem;
border: 0.02rem solid #DFDFDF;
position: absolute;
right: 0;
top: 0;
border-radius: 50%;
transition: 0.4s;
}

#menu ul li+li+li{margin-top: 0.16rem;}
#menu ul li+li+li+li+li+li+li+li{display: none;}

#menu ul li .bt{border-radius: 200px;
font-size: 0.12rem;
line-height: 0.16rem;
color: #E1AC7F;
opacity: 0;
transition: 0.4s;
}
#menu ul li.active .bt{opacity: 1;}
#menu ul li.active::after{border: 0.02rem solid #E1AC7F;}

#menu.bai{}
#menu.bai ul li{border: 1px solid #fff;cursor: pointer;}
#menu.bai ul li.active{background: #fff;}

#menu.on6{}
#menu.on6 ul li .ico::before{background: url(../images25/sy_menu_fj_bai.png) no-repeat center center;}
#menu.on6 ul li .ico::after{background: #fff;border: 1px solid #fff;}
#menu.on6 ul li .bt{color: #fff;}
#menu.on6 ul::after{background: #fff;}

#menu.on7{display: none;}


@keyframes menu_li_dh {
	0%{
		opacity: 0;
	}
	1%{
		opacity: 0;
	}
	99%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}



.swiper-button-prev::after,.swiper-button-next::after{display: none;}


.page.page1{border-top: 0 solid #9B0000;display: block !important;}
.page.page1 .intro{height: 100%;padding: 0 !important;width: 100%;}
.part1{position: relative;height: 100%;}

.page.page1.on{display: none !important;}

.mySwiper2_sj{display: none;}
.mySwiper2_sj a{display: block;width: 100%;}
.mySwiper2_sj a img{width: 100%;}

.slick-arrow{display: none !important;}
.slick-dots{position: absolute;bottom: 0.3rem;z-index: 10;display: flex !important;justify-content: center;width: 100%;}
.slick-dots li{width: 0.13rem;height: 0.13rem;background: none;margin: 0 0.08rem;border-radius: 50%;border: 1px solid #fff;}
.slick-dots li button{display: none;}
.slick-dots li.slick-active{background: #fff;}




.mouse_btn{width: 0.3rem;height: 0.3rem;background: url(../images25/mouse_btn.png) no-repeat center center;background-size: 0.19rem;cursor: pointer;z-index: 20;position: absolute;left: calc(50% - 0.15rem);bottom: 0.5rem;    animation: bb 2s linear 0s infinite;}

.mouse_btn:hover{animation-play-state: paused;}

.mouse_btn_xia{width: 1.97rem;height: 3.13rem;position: absolute;bottom: 0;left: calc(50% - 0.985rem);    }

@keyframes bb {
    0% {
        transform: translate(0,0);
        opacity: 0;
    }

    20% {
        transform: translate(0%,3px);
        opacity: 1;
    }

    80% {
        transform: translate(0%,10px);
        opacity: 1;
    }

    90% {
        transform: translate(0%,10px);
        opacity: 0;
    }

    100% {
        transform: translate(0%,10px);
        opacity: 0;
    }
}


.p1_lb{width: 100%;height: 100%;position: relative;}
.p1_lb>div{max-height: 100%;}
.p1_lb .swiper-slide{height: auto;overflow: hidden;}
.p1_lb .swiper-slide a{display: block;height: 100%;position: relative;}


.p1_lb .swiper-slide .img{padding-bottom: 0;height: 100vh;width: 100%;}

.p1_lb .swiper-slide .bt{position: absolute;width: 100%;bottom: 0.3rem;left: 0;z-index: 3;}
.p1_lb .swiper-slide .bt div{}
.p1_lb .swiper-slide .bt div p{font-size: 0.34rem;color: #fff;max-width: 80%;font-weight: bold;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


.p1_lb .swiper-slide .img .img_box{transform: scale(1) !important;}
.p1_lb .swiper-slide .img img{transform: scale(1) !important;}
.p1_lb .swiper-slide a::after{content: "";display: block;
width: 100%;
height: 2.35rem;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
position: absolute;
top: 0;
left: 0;z-index: 1;
}
.p1_lb .swiper-slide video{width: 100%;/*height: 100%;*/background: #000;}
.p1_lb .swiper-pagination{bottom: 0.3rem;width: auto;left: auto;right: 0;display: none;}
.p1_lb .swiper-pagination::after{content: "";display: block;width: 0.3rem;height: 1px;background: #fff;opacity: 0.6;position: absolute;right: 100%;top: 30px;}
.p1_lb .swiper-pagination::before{content: "";display: block;width: 0.3rem;height: 1px;background: #fff;opacity: 0.6;position: absolute;left: 100%;top: 30px;}
.p1_lb .swiper-pagination span{background: none;border-radius: 0%;margin: 0 0.05rem!important;opacity: 1;font-size: 0.16rem;color: #fff;opacity: 0.6;line-height: 60px;height: 49px;width: 15px;transition: 0.4s;position: relative;}
.p1_lb .swiper-pagination span.swiper-pagination-bullet-active{background-size: 100%;width: 48px;opacity: 1;}


.p1_lb .swiper-pagination span::after{content: "";display: block;width: 0.1rem;height: 1px;background: #fff;opacity: 0.6;position: absolute;top: 30px;left: 100%;}
.p1_lb .swiper-pagination span:last-child:after{display: none;}



@media(max-width: 1024px){
	.w15{width: 95%;}

	.index_html,.index_body{overflow-x: hidden;overflow-y: auto;}

	.p1_lb .swiper-slide .img{padding-bottom: 50%;}
	.p1_right_lj{display: none;}


	#m_nav .p1_right_lj{display: block;position: relative;width: 100%;}
	#m_nav .p1_right_lj ul{display: flex;flex-wrap: wrap;}
	#m_nav .p1_right_lj ul li{width: 33.33%;}



	.p1_lb{display: none;}
	.mySwiper2_sj{display: block;}

	.p1_lb .swiper-slide .img{padding-bottom: 60%;height: 0;}

	.mouse_btn{display: none;}

}

@media(max-width: 860px){

}

@media(max-width: 550px){

}


.sy_tit{position: relative;margin-bottom: 0.4rem;display: flex;align-items: center;}
.sy_tit .wz{position: relative;z-index: 6;}
.sy_tit .wz .bt{font-family: sys;
font-size: 0.38rem;
font-weight: bold;
line-height: 0.26rem;
color: #333333;
}

.sy_tit .wz .en{
	font-family: Poppins;
font-size: 0.16rem;
line-height: 0.26rem;
text-transform: uppercase;
letter-spacing: normal;
/* 主色 */
color: #9B0000;

padding-top: 0.27rem;
position: relative;
}
.sy_tit .wz .en::after{content: '';display: block;width: 1px;height: 0.16rem;background: #9B0000;left: 0.17rem;top: 0.12rem;position: absolute;}



.sy_tit .sy_more{transition: 0.4s;background: url(../images25/sy_more.png) no-repeat right center;
background-size: 0.37rem;
position: absolute;
right: 0;
height: 0.27rem;
padding-right: 0.46rem;
}
.sy_tit .sy_more p{font-size: 0.16rem;color: #323232;line-height: 0.26rem;transition: 0.4s;}

.sy_tit .sy_more:hover{transform: translate(5px);}
.sy_tit .sy_more:hover p{color: #9B0000;}


.sy_tit.cen{justify-content: center;}

.sy_tit.bai{}
.sy_tit.bai .wz p{color: #fff;}
.sy_tit.bai .wz::before{background: #fff;}
.sy_tit.bai .wz::after{background: #fff;}

.sy_tit.bai .sy_more{background: url(../images25/sy_more_bai.png) no-repeat right center;}
.sy_tit.bai .sy_more p{color: #fff;}


@media(max-width: 650px){
	.sy_tit .con p.p1{font-size: 0.32rem;}

	.sy_tit .sy_more{}

	.sy_tit .wz p{font-size: 0.3rem;}

	.sy_tit .wz .bt{font-size: 0.3rem;}
	.sy_tit .wz .en{font-size: 0.14rem;}

.sy_tit .wz .en::after {
    height: 0.1rem;
    top: 0.06rem;
}
.sy_tit .wz .en{padding-top: 0.16rem;}

.sy_tit{justify-content: space-between !important;}

}




.yc_top_nav{position: fixed;top: 0;width: 100%;left: 0;z-index: 10000000;
transition: 0.4s;
}
.yc_top_nav img{width: 100%;}




.yc_top_nav .logo{}
.yc_top_nav .logo a{}
.yc_top_nav .logo img{width: 3.06rem;}
.yc_top_nav .header_box{}
.yc_top_nav .head_bottom{width: 19.2rem;padding: 0;}
.yc_top_nav .head_bottom .con{display: flex;justify-content: space-between;background: url(../images25/sy_nav_bg.png) no-repeat center right;
background-size: 19.2rem;
height: 0.8rem;

padding-left: 1rem;
transition: 0.4s;
}

.yc_top_nav .head_bottom .con::after{content: '';display: block;width: 100%;height: 100%;
    background: #FFF;
	position: absolute;top: 0;left: 0;
	opacity: 0;
	transition: 0.4s;
}


.yc_top_nav #header{height: auto;}
.yc_top_nav #nav>ul>li>a{padding: 0.28rem 0;}
.yc_top_nav #nav ul li{}
.yc_top_nav .pc_top_lj{padding: 0 1.45rem;height: 0.52rem;}
.yc_top_nav #nav ul li h3{}
.yc_top_nav .head_bottom>.right{}



.yc_top_nav .p1_top_xx{margin-bottom: 0rem;margin-top: 0;}



.yc_top_nav.on{top: -0.52rem;}
.yc_top_nav.on #header{}

.yc_top_nav.on #nav ul li{margin-left: 0.3rem;}
.yc_top_nav.on #nav ul li h3{color: #333;font-size: 0.18rem;}


.yc_top_nav.on .head_bottom .con{padding: 0 2.1rem;box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);}
.yc_top_nav.on .head_bottom .con::after{opacity: 1;}

.yc_top_nav.on #header #logo a img{opacity: 0;}
.yc_top_nav.on #header #logo a img+img{opacity: 1;}
.yc_top_nav.on #header #logo a img.logo_497{opacity: 0;}

.yc_top_nav.on #header #logo{width: 4.97rem;}

.yc_top_nav.on .head_bottom a.search_btn{width: 0.2rem;margin-left: 0.25rem;}
.yc_top_nav.on .head_bottom a.search_btn img{opacity: 0;}
.yc_top_nav.on .head_bottom a.search_btn img+img{opacity: 1;width: 0.2rem;}

.yc_top_nav.on #nav ul{padding-right: 0;}



.yc_top_nav.onn .head_bottom .con::after{background: #9B0000;border-bottom: 0.01rem solid rgba(255, 255, 255, 0.3);}
.yc_top_nav.onn #header #logo a img{opacity: 0;}
.yc_top_nav.onn #header #logo a img+img{opacity: 0;}
.yc_top_nav.onn #header #logo a img.logo_497{opacity: 1;}

.yc_top_nav.onn .head_bottom a.search_btn img{opacity: 1;}
.yc_top_nav.onn .head_bottom a.search_btn img+img{opacity: 0;}
.yc_top_nav.onn #nav ul li h3{color: #fff;}


.page{}


.line1{
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.line2{
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.line3{
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}
.line4{
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}
.line5{
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
}
.line6{
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
}


.textline{background-position: 0 100%;background-repeat: no-repeat;background-size: 0 1px;transition: background-size .3s;}
a:hover .textline{background-size: 100% 1px;}


.page2{background: url(../images25/p2_bg.webp) no-repeat center bottom;background-size: cover;

}

.p2_main{display: flex;justify-content: space-between;flex-wrap: wrap;}

.p2_left{width: 7.2rem;}


.p2_lb{width: 100%;position: relative;}
.p2_lb a{display: block;padding-bottom: 0;position: relative;width: 100%;}
.p2_lb img{position: absolute;top: 0;bottom: 0;right: 0;left: 0;margin: auto;object-fit: cover;width: 100%;height: 100%;}

.p2_lb .con{display: flex;justify-content: space-between;padding-top: 0.1rem;
padding-right: 0.4rem;
}
.p2_lb .sj{background: url(../images25/p2_left_sj.png) no-repeat;
width: 1.07rem;
height: 1.5rem;
background-size: 100%;
}
.p2_lb .sj .sj_in{width: 0.88rem;float: right;padding-top: 0.25rem;}

.p2_lb .sj .p1{
	font-family: Arial;
font-size: 0.38rem;
font-weight: bold;
line-height: 0.24rem;
color: #FFFFFF;
text-align: center;
margin-bottom: 0.1rem;

font-style: italic;
}

.p2_lb .sj .p2{
	font-family: Arial;
font-size: 0.19rem;
font-weight: normal;
line-height: 0.24rem;
color: #FFFFFF;
text-align: center;

font-style: italic;
}

.p2_lb .xx{
	width: calc(100% - 1.5rem);
padding-top: 0.1rem;

position: relative;
}
.p2_lb .xx .bt{
font-size: 0.18rem;
font-weight: bold;
line-height: 0.28rem;
color: #FFFFFF;
margin-bottom: 0.1rem;

}
.p2_lb .xx .bt span{background-image: linear-gradient(#fff,#fff);}

.p2_lb .xx .zy{
font-size: 0.14rem;
line-height: 0.24rem;
color: rgba(255, 255, 255, 0.7);
}

.p2_lb .xx::after{content: '';display: block;width: 1px;height: 0;
position: absolute;
left: 0;
top: 0;
}



.p2_lb .swiper-button-prev,.p2_lb .swiper-button-next{
	width: 0.5rem;height: 0.5rem;background: url(../images25/p5_jt_prev.png) no-repeat left center;
background-size: 100%;
left: 0.1rem;
top: calc(36% - 0.25rem);
}
.p2_lb .swiper-button-next{left: auto;right: 0.1rem;transform: rotate(180deg);}











.p2_right{width: 7.5rem;display: flex;justify-content: space-between;flex-wrap: wrap;}

.p2_ul1{width: 3.6rem;display: flex;flex-direction: column;padding-top: 0.23rem;}
.p2_ul1 li{transition: 0.4s;}
.p2_ul1 a{display: block;}
.p2_ul1 .img{padding-bottom: 60%;position: relative;}

.p2_ul1 .li1{border-bottom: 1px solid #D8D8D8;margin-bottom: 0.33rem;}
.p2_ul1 .li1 .sj{
	width: 1.5rem;
height: 0.29rem;
background: linear-gradient(270deg, rgba(237, 109, 0, 0) 0%, #ED6D00 100%);
display: flex;justify-content: flex-start;align-items: center;


font-size: 0.16rem;
line-height: 0.24rem;
color: #FFFFFF;
margin-left: 0.06rem;
padding-left: 0.08rem;
position: absolute;
bottom: 0;
left: 0.25rem;
}
.p2_ul1 .li1 .sj::after{content: '';display: block;width: 0.03rem;height: 100%;background: #ED6D00;
position: absolute;right: calc(100% + 0.03rem);
top: 0;
}

.p2_ul1 .con{padding: 0.15rem 0.25rem;}
.p2_ul1 .bt{
font-size: 0.18rem;
line-height: 0.28rem;
color: #333333;
margin-bottom: 0.1rem;
}

.p2_ul1 .zy{
font-size: 0.14rem;
line-height: 0.24rem;
color: #999999;
}

.p2_ul1 .li2{background: url(../images25/p2_right_li_bg.jpg) no-repeat center center;background-size: 100% 100%;
border: 1px solid #9B0000;
}
.p2_ul1 .li2 a{padding: 0.3rem;}
.p2_ul1 .li2 .sj{

font-size: 0.18rem;
line-height: 0.24rem;
/* 主色 */
color: #9B0000;

background: url(../images25/p2_right_sj.png) no-repeat left center;
padding-left: 0.22rem;

margin-bottom: 0.15rem;
}
.p2_ul1 .li2 .bt{margin-bottom: 0.15rem;}

.p2_ul1 .bt span{background-image: linear-gradient(#9B0000,#9B0000);}

.p2_ul2{display: flex;flex-direction: column-reverse;padding-top: 0;justify-content: flex-end;}
.p2_ul2 .li1{margin-bottom: 0;margin-top: 0.33rem;}


.p2_ul1 li:hover{box-shadow: 0 0 0.1rem rgba(0, 0, 0, .3);transform: translate(0,-5px);}
.p2_ul1 .li1:hover{background: #fff;box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);}





.p2_left{opacity: 0;}
.p2_right{opacity: 0;}

.p2_left{animation: dh_left 0.5s forwards;animation-delay: 0.5s;}
.p2_right{animation: dh_right 0.5s forwards;animation-delay: 0.5s;}

@media(max-width: 1024px){
.page2{background: url(../images25/p2_bg_sj.jpg) no-repeat center bottom;
background-size: cover;
}

	.p2_left{width: 100%;position: relative;}
	.p2_left::after{content: '';display: block;width: calc(100% + 0.8rem);bottom: 0;height: 80%;
	background: url(../images25/p2_left_bg.jpg) no-repeat;
	position: absolute;bottom: 0;left: -0.4rem;
	}


	.p2_right{width: 100%;padding-top: 0.2rem;}

	.p2_xia{margin-top: 0.2rem;margin-bottom: 0.3rem;}

	.p2_fs2 .con .bt{font-size: 0.2rem;}


	.p2_lb .swiper-button-prev,.p2_lb .swiper-button-next{width: 0.4rem;height: 0.4rem;}
	.p2_lb .con{padding-right: 0;}
.p2_lb .xx{width: calc(100% - 1.3rem);}

.p2_ul1{width: 48%;padding-top: 0;}

}


@media(max-width: 650px){
	.p2_ul1{width: 100%;}
	.p2_ul2{flex-direction: column;}
	.p2_ul1 li{margin-bottom: 0.1rem !important;margin-top: 0 !important;}
}






  
.page3{background: url(../images25/p3_bg.webp) no-repeat bottom center;position: relative;}


.p3_main{position: relative;z-index: 3;}


.p3_ul{position: relative;display: flex;flex-wrap: wrap;z-index: 6;
align-items: flex-start;
}


.p3_ul li{width: 33.33%;border-bottom: 1px solid rgba(100, 63, 18, 0.2);border-right: 1px solid rgba(100, 63, 18, 0.2);position: relative;}
.p3_ul li::after{content: '';display: block;background: url(../images25/p3_li_ico.png) no-repeat center center;
width: 0.13rem;
height: 0.13rem;
background-size: 100%;
position: absolute;
bottom: -0.075rem;
right: -0.075rem;

}

.p3_ul li+li+li+li+li+li+li::after{display: none;}
.p3_ul li:nth-child(3n)::after{display: none;}

.p3_ul li+li+li+li+li+li+li{border-bottom: 0 solid #000;}
.p3_ul li:nth-child(3n){border-right: 0;}

.p3_ul a{display: flex;padding: 0rem 0.26rem 0.4rem;justify-content: space-between;align-items: center;}
.p3_ul li+li+li+li a{padding: 0.4rem 0.26rem 0.4rem;}

.p3_ul .sj{
width: 1.2rem;
height: 1.2rem;
position: relative;
padding-top: 0.3rem;
border-radius: 50%;
transition: 0.4s;
}
.p3_ul .sj::after{width: 100%;height: 100%;background: url(../images25/p3_sj.png) no-repeat;content: '';display: block;
position: absolute;
top: 0;
left: 0;
z-index: 1;
background-size: 100%;

animation: zhuan 20s linear infinite;
}

.p3_ul .sj .p1{
	font-family: Arial;
font-size: 0.38rem;
font-weight: bold;
line-height: 0.24rem;
color: #9B0000;
text-align: center;
margin-bottom: 0.1rem;

font-style: italic;
position: relative;
z-index: 3;
}

.p3_ul .sj .p2{
	font-family: Arial;
font-size: 0.19rem;
font-weight: normal;
line-height: 0.24rem;
color: #9B0000;
text-align: center;

font-style: italic;
position: relative;
z-index: 3;
}


.p3_ul .bt{
	width: calc(100% - 1.36rem);

font-size: 0.18rem;
line-height: 0.28rem;
color: #333333;
transition: 0.4s;
}

.p3_ul .bt span{background-image: linear-gradient(#9B0000,#9B0000);}

.p3_ul a:hover .sj{box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);}

.p3_ul a:hover .bt{color: #9B0000;}




@keyframes zhuan
    {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}




.p3_ul li a{opacity: 0;}

  .p3_ul li a{animation: dh_bottom 0.5s forwards;animation-delay: 0.5s;}
  .p3_ul li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 0.6s;}
  .p3_ul li+li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 0.7s;}
  .p3_ul li+li+li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 0.8s;}
  .p3_ul li+li+li+li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 0.9s;}
  .p3_ul li+li+li+li+li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 1s;}
  .p3_ul li+li+li+li+li+li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 1.1s;}
  .p3_ul li+li+li+li+li+li+li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 1.2s;}
  .p3_ul li+li+li+li+li+li+li+li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 1.3s;}


@media(max-width: 1024px){

.p3_ul li{width: 100%;border-right: 0 solid #000;}
.p3_ul li:first-child a{padding-top: 0 !important;}
.p3_ul a{padding: 0.2rem !important;}
.p3_ul li::after{display: block !important;}
}

@media(max-width: 650px){
.p3_ul .sj{width: 0.8rem;height: 0.8rem;padding-top: 0.14rem;}
.p3_ul .sj .p1{font-size: 0.32rem;margin-bottom: 0.05rem;}
.p3_ul .sj .p2{font-size: 0.16rem;}

.p3_ul .bt{width: calc(100% - 1rem);}

}



.page4{background: url(../images25/p4_bg.webp) no-repeat center center;
	background-size: cover;
	overflow: hidden;}
.page4 .sy_tit{margin-bottom: 0.3rem;}

.p4_ul{display: flex;justify-content: space-between;margin-bottom: -0.5rem;
    perspective: 1200px;
}
.p4_ul li{width: 4.6rem;}
.p4_ul a{display: block;position: relative;    perspective: 1200px;width: 100%;}
.p4_ul .pic{ transform: translate(9px) rotateY(12deg);transition: 1s;width: 100%;}

.p4_ul .pic img{width: 100%;}

.p4_ul li+li .pic{transform: translate(-9px) rotateY(-12deg);transition: 1s;}

.p4_ul li+li+li .pic{transform: translate(9px) rotateY(12deg);transition: 1s;}

.p4_ul .con{
font-size: 0.28rem;
line-height: 0.3rem;
color: #FFFFFF;

position: absolute;
top: 1.2rem;
left: 0.28rem;
z-index: 6;
display: table;

transition: 0.5s;
}
.p4_ul .con::after{content: '';display: block;width: 0;height: 1px;
background: #fff;
transition: 0.4s;
position: absolute;
bottom: -0.1rem;
}

.p4_ul li:hover .pic{transform: translate(9px) rotateY(0deg);}
.p4_ul li+li:hover .pic{transform: translate(-9px) rotateY(-0deg);}
.p4_ul li+li+li:hover .pic{transform: translate(9px) rotateY(0deg);}

.p4_ul a:hover .con{transform: translate(0,-5px);}
.p4_ul a:hover .con::after{width: 100%;}





.p4_ul li a{opacity: 0;}

  .p4_ul li a{animation: dh_bottom 0.5s forwards;animation-delay: 0.5s;}
  .p4_ul li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 0.6s;}
  .p4_ul li+li+li a{animation: dh_bottom 0.5s forwards;animation-delay: 0.7s;}



@media(max-width: 1024px){

.page4{padding-bottom: 0.5rem;}
.p4_ul li .pic{transform: translate(1%) rotateY(12deg) !important;}
.p4_ul li+li .pic{transform: translate(0%) rotateY(-12deg) !important;}
.p4_ul li+li+li .pic{transform: translate(3%) rotateY(12deg) !important;}

.p4_ul .con{font-size: 0.24rem;top: 13%;}

}


@media(max-width: 650px){
.p4_ul .con{font-size: 0.2rem;}

}




.page5{background:#fff url(../images25/p5_bg.webp) no-repeat top center;
background-size: cover;
}

.p5_lb{width: 6rem;overflow: unset;margin: 0;padding-top: 0.5rem;position: relative;}
.p5_lb .swiper-slide{position: relative;width: 100%;}
.p5_lb .swiper-slide::after{content: '';display: block;background: url(../images25/p5_con.png) no-repeat top center;width: 5.4rem;height: 8.3rem;
position: absolute;
top: -2.81rem;
left: -0.5rem;
opacity: 0;
visibility: hidden;
transition: 0.4s;
transform: translate(2rem);
}
.p5_lb .swiper-slide-active:after{opacity: 1;visibility: visible;transform: translate(0rem);}

.p5_lb a{display: block;position: relative;z-index: 6;width: 100%;}

.p5_lb .con{position: absolute;bottom: 100%;left: 0;width: 4.4rem;
opacity: 0;
visibility: hidden;
transition: 0.4s;
transform: translate(2rem);
}
.p5_lb .swiper-slide-active .con{
	opacity: 1;visibility: visible;
	transform: translate(0rem);
}
.p5_lb .con .bt{
font-size: 0.18rem;
font-weight: bold;
line-height: 0.28rem;
color: #FFFFFF;

height: 0.56rem;
margin-bottom: 0.2rem;

}
.p5_lb .con .bt span{background-image: linear-gradient(#fff,#fff);}


.p5_lb .zy{
font-size: 0.14rem;
font-weight: normal;
line-height: 0.26rem;
color: #FFFFFF;

height: 0.78rem;
margin-bottom: 0.4rem;
}
.p5_lb .img{}
.p5_lb .img .con_in{}
.p5_lb .img .con_in .bt{}

.p5_lb .gd{
margin-top: 0.5rem;

font-size: 0.14rem;
font-weight: normal;
line-height: 0.26rem;
color: #FFFFFF;
display: table;

background: url(../images25/p5_more_bg.png) no-repeat right center;
background-size: 0.55rem;
padding-right: 0.6rem;

}


.p5_jt{width: 1.26rem;display: flex;justify-content: space-between;
position: absolute;
left: 7rem;
bottom: -0.15rem;
}
.p5_jt>div{width: 0.5rem;height: 0.5rem;background: url(../images25/p5_jt_prev.png) no-repeat left center;
background-size: 100%;
position: relative;
left: 0;
top: 0;
}
.p5_jt>div.swiper-button-next{left: auto;right: 0;transform: rotate(180deg);}




.p5_lb{opacity: 0;}

  .p5_lb{animation: dh_bottom 0.5s forwards;animation-delay: 0.5s;}




@media(max-width: 1024px){
	.p5_lb{padding-top: 0;width: 4rem;}
	.p5_lb a{padding: 0.2rem;}
	.p5_lb .swiper-slide::after{top: 0;left: 0;width: 100%;background: url(../images25/p5_con_sj.png) no-repeat left center;
	background-size: cover;
	height: 100%;
	border-radius: 0.1rem 0 0 0;
	}
.p5_lb .con{width: 100%;position: relative;}
.p5_lb .zy{margin-bottom: 0.1rem;}
.p5_lb .gd{margin-top: 0.1rem;}

.p5_jt{left: calc(100% + 0.3rem);}



}
@media(max-width: 650px){

}



.page6{background: url(../images25/p6_bg.webp) no-repeat bottom center;background-size: cover;}
.page6 .sy_main{position: relative;}

.page6 .intro{}

.p6_ul1{}
.p6_ul1 a{display: flex;justify-content: space-between;flex-wrap: wrap;}
.p6_ul1 .img{width: 3.8rem;height: 5.4rem;padding-bottom: 0;}
.p6_ul1 .con{width: calc(100% - 4.2rem);padding-top: 0.2rem;}
.p6_ul1 .con .bt{display: flex;transition: 0.4s;}
.p6_ul1 .con .p1{
font-size: 0.24rem;
font-weight: normal;
line-height: 0.26rem;
color: #9B0000;
margin-right: 0.65rem;
position: relative;

margin-bottom: 0.2rem;
}
.p6_ul1 .con .p1::after{content: '';display: block; width: 0.46rem;height: 1px;background: #9B0000;position: absolute;left: calc(100% + 0.1rem);top: 50%;}

.p6_ul1 .con .p2{
font-size: 0.2rem;
font-weight: normal;
line-height: 0.26rem;
color: #9B0000;
}

.p6_ul1 .con .zy{
font-size: 0.18rem;
font-weight: normal;
line-height: 0.34rem;
color: #666666;}


.p6_ul2_out{position: absolute;width: 11.1rem;left: 3.87rem;bottom: 0.8rem;overflow: hidden;z-index: 6;}
.p6_ul2{position: relative;
width: 1.8rem;

z-index: 6;
overflow: unset;
margin: 0;
}

.p6_ul2 .img{height: 2.6rem;padding-bottom: 0;}
.p6_ul2 .img::after{content: '';display: block;width: 100%;height: 10%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
position: absolute;bottom: 0;left: 0;
}
.p6_ul2 a{display: block;position: relative;}
.p6_ul2 .con{position: absolute;left: 0;bottom: 0;z-index: 6;padding: 0.13rem;width: 100%;}
.p6_ul2 .con p{font-size: 0.18rem;color: #fff;text-align: center;}


.p6_jt{background: url(../images25/p6_jt.png) no-repeat center center;position: absolute;bottom: 0;right: 0;
width: 1.14rem;
display: flex;
background-size: 100%;
}

.p6_jt::after{content: '';display: block;width: 10.06rem;height: 1px;background: #E1AC7F;position: absolute;right: 100%;top: 50%;}

.p6_jt>div{width: 0.5rem;height: 0.5rem;position: relative;top: 0;left: 0;}
.p6_jt>div.swiper-button-next{left: auto;right: 0;}




.p6_ul1{opacity: 0;}
.p6_ul2{opacity: 0;}

  .p6_ul1{animation: dh_bottom 0.5s forwards;animation-delay: 0.5s;}
  .p6_ul2{animation: dh_bottom 0.5s forwards;animation-delay: 0.5s;}



.p6_ul1 a:hover .con .bt{transform: translate(0,-6px);}



@media(max-width: 1024px){
	.p6_main>div{width: 100%;}
.p6_ul2_out{display: none;}

    .p6_ul1 .img {
        width: 39%;
        height: 0;
        padding-bottom: 52%;
    }
	.p6_ul1 .con{width: 56%;}

}

@media(max-width: 650px){
	.p6_ul1 a{flex-direction: column-reverse;}
.p6_ul1 .con{width: 100%;margin-bottom: 0.2rem;}
.p6_ul1 .con .p1{margin-bottom: 0.05rem;}
.p6_ul1 .con .p2{width: 100%;}
.p6_ul1 .con .bt{flex-wrap: wrap;margin-bottom: 0.1rem;}

}


.page7{background: #FCF9F7;}


.page7{}
.page7 .intro{width: 18.1rem;}
.page7.on{transition: 0.8s;display: block !important;    transform: translateY(-3.2rem) translateZ(0px) !important;}
.page7.onn{ transform: none !important;transition: 0.8s !important;}

.page7 .sy_tit{width: 15rem;margin: 0 auto 0.3rem;}


.p7_lb{width: 100%;margin: 0 auto;padding: 0.25rem 0 0.5rem;}
.p7_lb a{position: relative;display: block;width: 0;height: 0;}
.p7_lb .swiper-wrapper{}

.p7_lb .swiper-slide{position: relative;transform: translate3d(83px, 5px, 110px) rotateY(67deg) !important;transform-origin: left;cursor: pointer;filter: brightness(0.5);}

.p7_lb .swiper-slide .img{padding-bottom: 0;height: 4.9rem;width: 2.4rem;}

.p7_lb .swiper-slide .img::after{content: '';display: block;width: 100%;height: 1.77rem; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);position: absolute;bottom: 0;left: 0;z-index: 3;opacity: 0;transition: 0.4s;}

.p7_lb .swiper-slide-active{position: relative;z-index: 6;transform: rotateY(0deg) !important; filter: brightness(1);}
.p7_lb .swiper-slide-active a{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 6;}
.p7_lb .swiper-slide-active .img{padding-bottom: 0;height: 5rem;width: 8.2rem;position: relative;left: 50%;transform: translate(-50%,0);}
.p7_lb .swiper-slide-active .img::after{opacity: 1;}


.p7_lb .swiper-slide-active .con{opacity: 1;padding: 0.23rem;
	left: 50%;transform: translate(-50%,0);width: 8.2rem;
	position: absolute;
	bottom: -0.75rem;
}
.p7_lb .swiper-slide-active .con .bt{opacity: 1;
font-size: 0.18rem;
line-height: 0.3rem;
/* 标题333 */
color: #333333;

transition: 0.4s;
}

.p7_lb .swiper-slide-active .con .sj{background: url(../images25/p7_sj_bg.png) no-repeat center center;
	background-size: 100%;
width: 1.7rem;
height: 0.3rem;
position: relative;

padding-left: 0.4rem;
text-align: center;

font-size: 0.18rem;
font-weight: bold;
line-height: 0.28rem;
color: #FFFFFF;

margin: 0 auto 0.13rem;
}
.p7_lb .swiper-slide-active .con .sj::after{content: '';display: block;
background: url(../images25/p7_sj_ico.png) no-repeat center center;
width: 0.3rem;
height: 0.3rem;
background-size: 0.16rem;

position: absolute;
left: 0;
top: 0;
}



.p7_lb .swiper-slide-prev{
    left: -2rem;
    transform: translate3d(60px, 5px, 10px) rotateY(19deg) !important;
    z-index: 6 !important;
    }
.p7_lb .swiper-slide-next{transform: translate3d(-60px, 5px, 10px) rotateY(-19deg) !important; transform-origin: right;right: -2rem;}
.p7_lb .swiper-slide-next+.swiper-slide{transform: translate3d(-83px, 5px, 110px) rotateY(-67deg) !important; transform-origin: right;}
.p7_lb .swiper-slide-next+.swiper-slide+.swiper-slide{transform: translate3d(0px, 0px, 100px) rotateY(-50deg) !important; transform-origin: right;}

.p7_lb .swiper-slide-next .a{float: right;}
.p7_lb .swiper-slide-next .a::after{content: '';display: block;clear: both;}
.p7_lb .swiper-slide-next+.swiper-slide .a{float: right;}
.p7_lb .swiper-slide-next+.swiper-slide .a::after{content: '';display: block;clear: both;}

.p7_lb .swiper-slide-next+.swiper-slide+.swiper-slide .a{float: right;}
.p7_lb .swiper-slide-next+.swiper-slide+.swiper-slide .a::after{content: '';display: block;clear: both;}


.p7_lb .con{width: 2.6rem;position: absolute;bottom: 0;left: 0;transition: 0.4s;opacity: 1;z-index: 6;opacity: 0;}
.p7_lb .con .bt{font-size: 0.18rem;color: #fff;position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.p7_lb .con .bt::after{content: '';display: block;width: 0;height: 1px;background: #9B0000;position: absolute;bottom: 0.02rem;left: 50%;transition: 0.4s;}
.p7_lb .con .bt::before{content: '';display: block;width: 0;height: 1px;background: #9B0000;position: absolute;bottom: 0.02rem;right: 50%;transition: 0.4s;}

.p7_lb .swiper-button-prev,.p7_lb .swiper-button-next{width: 0.36rem;height: 0.36rem;background: url(../images25/p5_jt_prev.png) no-repeat center center;background-size: 100% !important;left: 4.76rem;top: calc(50% - 0.18rem);}
.p7_lb .swiper-button-next{transform: rotate(180deg);left: auto;right: 4.76rem;}


.p7_lb .swiper-slide-shadow-left{display: none;}
.p7_lb .swiper-slide-shadow-right{display: none;}


.p7_lb .swiper-slide:hover .con .bt{color: #9B0000 !important;}
.p7_lb .swiper-slide:hover .con .bt::after{width: 50%;}
.p7_lb .swiper-slide:hover .con .bt::before{width: 50%;}


.p7_lb{opacity: 0;}
.p7_lb{opacity: 0;}

.p7_lb{animation: dh_bottom 0.5s forwards;animation-delay: 0.5s;}
.p7_lb{animation: dh_bottom 0.5s forwards;animation-delay: 0.5s;}




@media(max-width: 1024px){
	.part7{padding: 0.5rem 0;}
	.p7_lb{padding-top: 0;}

	.p7_lb .swiper-slide .img::after{display: none;}
	.p7_lb .swiper-slide .img{width: 100%;height: 0;padding-bottom: 60% !important;}

	.p7_lb .swiper-button-prev, .p7_lb .swiper-button-next{left: 0.15rem;}
	.p7_lb .swiper-button-next{left: auto;right: 0.15rem;}
	.p7_lb .swiper-slide-active .con{width: 100%;}
}
@media(max-width: 650px){

}



.foot .intro{display: flex;justify-content: space-between;
height: auto;
flex-wrap: wrap;
}
.foot{height: 3.2rem !important;top: auto !important;bottom: 0;
	background: url(../images25/foot_bg.jpg) no-repeat center center;background-size: cover;
	position: absolute;
	width: 100%;
}


.f_left{width: 5rem;}
.f_left h2{
font-size: 0.28rem;
font-weight: bold;
letter-spacing: 0.0006em;
color: #FFFFFF;
position: relative;
padding-left: 0.4rem;

margin-bottom: 0.2rem;
}
.f_left h2::after{content: '';display: block;width: 0.3rem;height: 0.02rem;background: #E1AC7F;
	position: absolute;left: 0;top: 50%;
}

.f_left .con{display: flex;flex-wrap: wrap;}
.f_left .con p{
font-size: 0.16rem;
font-weight: normal;
line-height: 0.32rem;
letter-spacing: normal;
color: #FFFFFF;

padding-left: 0.26rem;
background: url(../images25/f_ico1.png) no-repeat left center;
background-size: 0.23rem;

min-width: 2.02rem;
margin-right: 0.15rem;
}

.f_left .con p+p{background: url(../images25/f_ico2.png) no-repeat left center;
background-size: 0.19rem;
}
.f_left .con p+p+p{background: url(../images25/f_ico3.png) no-repeat left center;
background-size: 0.15rem;
}
.f_left .con p+p+p+p{background: url(../images25/f_ico4.png) no-repeat left center;
background-size: 0.21rem;
}
.f_left .con p+p+p+p+p{background: url(../images25/f_ico5.png) no-repeat left center;
background-size: 0.16rem;
}


.f_right{width: 5.92rem;max-width: 100%;}

.f_right .logo{margin-bottom: 0.3rem;}
.f_right .logo img{width: 100%;}

.f_ewm{display: flex;justify-content: flex-end;}
.f_ewm li{margin-left: 0.32rem;position: relative;}
.f_ewm .pic{width: 1rem;}
.f_ewm .pic:first-child{position: absolute;bottom: calc(100% + 0.1rem);left: calc(50% - 0.5rem);display: none;}

.f_ewm .pic+.pic{width: 0.5rem;}
.f_ewm .pic img{width: 100%;}
.f_ewm p{font-size: 0.14rem;line-height: 0.2rem;color: #fff;text-align: center;margin-top: 0.06rem;}
.f_ewm li:hover .pic:first-child{display: block;}



.foot .bq{position: absolute;bottom: 0;left: 0;border-top: 1px solid rgba(255, 255, 255, 0.3);width: 100%;
padding: 0.2rem 0;
}
.foot .bq p{
font-size: 0.16rem;
line-height: 0.36rem;
color: #FFFFFF;
text-align: center;
}
.foot .bq a{color: #fff;}


@media(max-width: 1024px){
	.foot{padding: 0.3rem 0 0;position: relative;height: auto !important;background-size: cover;}
	.foot .intro{padding: 0rem 2% 0.3rem !important;justify-content: center;}

	.f_ewm{position: relative;margin: 0.2rem auto 0;justify-content: center;}
	.f_ewm li{margin: 0 0.15rem;}
	.f_main{padding-top: 0.3rem;}
	.p7_ul1{margin-bottom: 0.2rem;}

	.p7_ul1 li {
		width: calc(33.33% - 0.28rem);
	}
.f_left{margin-bottom: 0.2rem;}
.foot .bq{position: relative;}

}

@media(max-width: 650px){


}




@media(max-height: 920px){

}
@media(max-height: 910px){
}
@media(max-height: 880px){
}
@media(max-height: 840px){
}
@media(max-height: 700px){


}



@media(min-width: 1921px){
	.w1344{width: 80%;}
	.yc_top_nav .head_bottom{width: 80%;}

}



@media(max-width: 1650px){


}

@media(max-width: 1400px){
	#header #logo .box_table{width: 100%;}
	#header #logo{}

}
@media(max-width: 1200px){
	body{overflow-y: auto;}

	.w1344{width: 95% !important;}
	
	.yc_top_nav .head_bottom{width: 100%;}
.yc_top_nav .head_bottom .con{    padding-left: 0.2rem;}
#nav ul li{margin-left: 0.2rem;}

}

@media(max-width: 1024px){


	.header_box{display: none;}
	.m_header_box{display: block;}
	.sy_tit span{line-height: 0.24rem;}
	.p1_lb .swiper-slide a::after{display: none;}


 .toubu_div{position: relative;}




.page .intro{padding: 0rem 0;width: 100%;padding: 0.3rem 2%;}


.sy_tit{margin-bottom: 0.3rem;}
.sy_tit .con{zoom: 0.8;}




}
@media(max-width: 900px){

}
@media(max-width: 830px){


	

}
@media(max-width: 700px){




}

@media(max-width: 650px){

	

	#m_header #logo{width: 80%;}




}




/* é¦–é¡µæ ·å¼ç»“æŸ */


/* äºŒçº§é¡µæ ·å¼å¼€å§‹ */

.fhdb{display: none;}


.ej_body{overflow-x: auto;}


.foot_ej{position: relative;}
.foot_ej .intro{width: 15rem;margin: 0 auto;padding-top: 0.45rem;}

.fanye{text-align: center;margin: 0.4rem 0 0;}
.fanye img{max-width: 100%;}

.ej_bn_dt{width: 100%;margin-top: 0rem;position: relative;z-index: 1;}
.ej_bn_dt::after{content: '';height: 2.35rem;width: 100%;display: block;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
position: absolute;
top: 0;
left: 0;
}

.ej_bn_dt img{display: block;width: 100%;}

.bn_con{position: absolute;bottom: 0rem;left: 0;z-index: 6;width: 100%;}
.bn_con .w15{}
.bn_con .w15 h2{
font-size: 0.32rem;
font-weight: normal;
line-height: 0.5rem;
letter-spacing: normal;
color: #FFFFFF;
background: rgba(155, 0, 0, 0.9);
width: 3.2rem;
min-height: 1.2rem;
padding: 0.2rem 0;
text-align: center;

display: flex;justify-content: center;align-items: center;
}



.ej_main_box{background-size: 100%; min-height: 0.5rem;position: relative;z-index: 3;
padding: 0rem 0 0.4rem;
background: #FCFCFC url(../images25/ej_main_bg.png);
}
.ej_main_box>.w15{padding-top: 0rem;display: flex;justify-content: space-between;align-items: flex-start;}

.ej_main_box>div{position: relative;z-index: 2;}


/* æ‰‹æœºäºŒçº§å¯¼èˆª å¼€å§‹ */

#nav_slide {
    background: #9B0000;
    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: #9B0000;
}
#sub_nav_content ul li ul {
    display: none
}
/* æ‰‹æœºäºŒçº§å¯¼èˆª ç»“æŸ */




.ej_main_left{
    width: 3.2rem;
	margin-bottom: 0rem;

	position: relative;
	z-index: 6;
min-height:0.4rem;
background: #D4A57D url(../images25/ej_left_dh_bg.jpg) no-repeat center bottom;
background-size: 100%;
padding: 0 0 1.3rem 0.1rem;
}

.ej_main_left h2{background: #9B0000;color: #fff;text-align: center;padding: 0.25rem 0.1rem;font-size: 0.26rem;line-height: 0.36rem;
}
.ej_main_left ul{
	position: relative;
	width: auto;
}

.ej_main_left .sider_nav {
    padding: 0rem 0rem;
	background: #fff;
	width:100%;
	box-shadow: 0rem 0rem 0.2rem 0rem rgba(0, 0, 0, 0.2);

}

.ej_main_left .sider_nav ul{padding: 0 0.46rem 0.4rem;}


.ej_main_left ul li{
    position: relative;
    line-height: 0.24rem;
	z-index: 3;

	border-bottom: 0.01rem dashed #CCCCCC;
}

.ej_main_left ul li>a {
    position: relative;
    display: block;

    z-index: 1;
}

.ej_main_left ul li p{   padding: 0.18rem 0.3rem 0.18rem;
    font-size: 0.18rem;
    color: #333; 
	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%;color: #333;
background: url(../images25/ej_left_dh_jt.png) no-repeat center center;
height: 100%;
transition: 0.4s;
}
.ej_main_left ul li .btn.on::after{content: "";background: url(../images25/ej_left_dh_jt_on.png) no-repeat center center;transform: rotate(90deg);}

.ej_main_left ul li .sun{width: 100%;margin: 0 auto;border-radius: 0.1rem;
padding: 0.1rem 0;
top: 100%;
left: 0;
background: #fff;
box-shadow: 0 0 0.1rem rgba(0, 0, 0, .1);
display: none;
}
.ej_main_left ul li .sun a{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{color: #9B0000;}

.ej_main_left ul li .sun a:hover{color: #9B0000;}

.ej_main_left ul li .sun a.on::before,.ej_main_left ul li .sun a:hover::before{background: #9B0000;}

.ej_main_left ul li.on>.btn::after{color: #9B0000;}

.ej_main_left ul li.on>a p,
.ej_main_left ul li>a:hover p{
    color: #9B0000;
}
.ej_main_left ul li>a:before{
    position: absolute;
    left: calc(50% - 0.355rem);
    bottom: 0.08rem;
    width: 0.71rem;
    height: 0rem;
	background-size: 100%;
    content: "";
	transition: 0.4s;
}
.ej_main_left ul li.on>a:before,
.ej_main_left ul li>a:hover:before{
	height: 0.16rem;bottom: 0;
}


.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: calc(100% - 4rem);padding-top: 0.5rem;}
.ej_main_right>.line{width: 100%;margin-bottom: 0.4rem;
border-bottom: 1px dashed #DBD6D1;
}


.dqwz_out{padding-bottom: .1rem;margin: 0rem 0 0.1rem;display: flex;justify-content: space-between;align-items: center;

}
.dqwz_out .w15{}
.dqwz_out h2{
font-size: 0.24rem;
line-height: 0.36rem;
color: #333333;
position: relative;
}

.dqwz_out h2::after{content: '';display: block;background: url(../images25/ej_dqlm_line.png) no-repeat center center;
width: 1.04rem;
height: 0.07rem;
background-size: 100%;
position: absolute;
left: -0.05rem;
bottom: -0.24rem;
}

.dqwz_out .dqwz{padding-left: 0.31rem;background: url(../images25/dqwz.png) no-repeat left center;display: table;background-size: 0.16rem;}
.dqwz_out .dqwz p{font-size: 0.16rem;color: #999999;line-height: 0.24rem;min-height: 0.24rem;}
.dqwz_out .dqwz a{color: #999999;transition: 0.4s;}
.dqwz_out .dqwz a:hover{color: #9B0000;}

.dqwz_out .dqwz span{display: inline-block;margin: 0 0.03rem;

}


@media(max-width: 1024px){
	.ej_bn_dt::before{display: none;}
	.ej_main_box>.w15{padding-top: 0;}
	.ej_main_box{padding: 0.3rem 0;}

	.ej_main_left{display: none;}
	#nav_slide{display: block;}

	.fanye{margin: 0.3rem 0 0;}

	.dqwz_out{margin-bottom: 0.1rem;margin-top: 0;}

	.ej_main_box .w15{flex-wrap: wrap;}
	.ej_main_left{width: 100%;}

	.ej_main_right{width: 100%;padding: 0;}
	.dqwz_out h2{display: none;}

	.ej_bn_dt::after{display: none;}
	.bn_con{display: none;}

	.foot.foot_ej .w15{padding-bottom: 0;}

	.foot_ej .intro{width: 95%;}

}
@media(max-width: 650px){

	
}



/* åˆ—è¡¨é¡µ  å¼€å§‹ */

.ej_list{min-height: 300px;}
.ej_list ul li{border-bottom: 0.01rem solid #DBD6D1;position: relative;
}
.ej_list ul li::after{content: '';display: block;width: 0;height: 1px;background: #9B0000;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transition: 0.4s;
	z-index: 6;
}
.ej_list ul li::before{content: '';display: block;width: 0;height: 1px;background: #9B0000;
	position: absolute;
	bottom: -1px;
	right: 50%;
	transition: 0.4s;
	z-index: 6;
}



.ej_list ul .box{display: flex;justify-content: space-between;flex-direction: row-reverse;padding: 0.36rem 0;
}
.ej_list ul .sj{
	font-size: 0.18rem;
color: #9B0000;
}
.ej_list ul .con{width: calc(100% - 1.2rem);}
.ej_list ul .con .bt{font-size: 0.18rem;color: #333;
	transition: 0.4s;

	padding-left: 0.18rem;
	background: url(../images25/list_ss_li.png) no-repeat left center;
	background-size: 0.11rem;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ej_list ul .con .bt span{font-size: 0.18rem;color: red;font-family:'微软雅黑';}


.ej_list ul li:hover .con .bt{color: #9B0000;}
.ej_list ul li:hover::after{width: 50%;}
.ej_list ul li:hover::before{width: 50%;}


@media(max-width: 1024px){
	.ej_list ul .con{width: calc(100% - 1.1rem);}
.ej_list ul .box{padding: 0.23rem 0;}
}
@media(max-width: 650px){

}


.ej_list2{}
.ej_list2 ul{}
.ej_list2 li{border-radius: 0.08rem;
background: #FFFFFF;
box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
margin-bottom: 0.1rem;
transition: 0.4s;
}
.ej_list2 a{display: block;}
.ej_list2 .box{display: flex;justify-content: space-between;align-items: center;
padding: 0.15rem 0.3rem 0.15rem 0.22rem;
}
.ej_list2 .sj{display: table;padding-top: 0.05rem;}
.ej_list2 .sj .p1{
	font-family: Arial;
font-size: 0.3rem;
font-weight: bold;
line-height: 0.24rem;
/* 主色 */
color: #9B0000;
text-align: center;
margin-bottom: 0.05rem;

font-style: italic;
transition: 0.4s;
}
.ej_list2 .sj .p2{
	font-family: Arial;
font-size: 0.16rem;
font-weight: normal;
line-height: 0.24rem;
letter-spacing: normal;
/* 主色 */
color: #9B0000;

font-style: italic;
transition: 0.4s;
}

.ej_list2 .line{width: 1px;height: 0.6rem;background: #D4A57D;}

.ej_list2 .con{width: calc(100% - 1.2rem);
padding-left: 0.3rem;
background: url(../images25/ej_list2_ico.png) no-repeat left 0.05rem;
background-size: 0.21rem;
}
.ej_list2 .con .bt{
font-size: 0.18rem;
font-weight: normal;
line-height: 0.3rem;
color: #333333;
transition: 0.4s;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}

.ej_list2 li:hover{background: #9B0000;}

.ej_list2 li:hover .con .bt{color: #D4A57D;font-weight: bold;}
.ej_list2 li:hover .sj .p1{color: #D4A57D;}
.ej_list2 li:hover .sj .p2{color: #D4A57D;}



@media(max-width: 1024px){
	.ej_list2 .line{height: 0.4rem;}
.ej_list2 .sj .p2{line-height: 0.2rem;}
.ej_list2 .box{padding: 0.1rem 0.15rem;}
.ej_list2 .con .bt{-webkit-line-clamp: 2;}
}
@media(max-width: 650px){
.ej_list2 .con{width: calc(100% - 1rem);}
}





/* åˆ—è¡¨é¡µ  ç»“æŸ */


.ej_list_tt{}


.ej_list_tt ul{width: 100%;}
.ej_list_tt ul li{transition: 0.4s;position: relative;
padding: 0.2rem 0;
border-bottom: 1px dashed #CCCCCC;
}
.ej_list_tt ul li::after {
    content: '';
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    background: #9B0000;
    position: absolute;
    bottom: -0.02rem;
    left: 0;
    border-radius: 50%;
}

.ej_list_tt ul li:first-child{padding-top: 0;}
.ej_list_tt ul li a::after{content: '';display: block;width: 2.75rem;
height: 1.18rem;
/* 辅助 */
background: #D4A57D;
position: absolute;
left: 0;
top: 0.2rem;
z-index: 3;
transition: 0.4s;
}


.ej_list_tt ul li a{display: flex;justify-content: space-between;
padding: 0.2rem 0;
align-items: center;
position: relative;
z-index: 6;
transition: 0.4s;
}
.ej_list_tt ul li a::before{content: '';display: block;width: 100%; height: 100%;
background:#9B0000 url(../images25/ej_list_tt_li_on.png) no-repeat right bottom;
background-size: 11rem;
position: absolute;
top: 0;
left: 0;
z-index: 1;
transition: 0.4s;
opacity: 0;
box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.3);
}


.ej_list_tt ul li .img{width: 2.7rem;height: 0rem;padding-bottom: 14.6%;z-index: 6;}

.ej_list_tt ul li .con{width: calc(100% - 3.7rem);padding-top: 0rem;position: relative;padding-bottom: 0.4rem;padding-top: 0.2rem;
	z-index: 6;
}

.ej_list_tt ul li .sj{display: table;padding-top: 0.05rem;position: relative;z-index: 6;}
.ej_list_tt ul li .sj p{}
.ej_list_tt ul li .sj .p1{
	font-family: Arial;
font-size: 0.3rem;
font-weight: bold;
line-height: 0.24rem;
/* 主色 */
color: #9B0000;
text-align: center;
margin-bottom: 0.05rem;

font-style: italic;
transition: 0.4s;
}
.ej_list_tt ul li .p2{
	font-family: Arial;
font-size: 0.16rem;
font-weight: normal;
line-height: 0.24rem;
letter-spacing: normal;
/* 主色 */
color: #9B0000;

font-style: italic;
transition: 0.4s;
}

.ej_list_tt ul li .con .gd{display: none;}


.ej_list_tt ul li .con .bt{
font-size: 0.18rem;
font-weight: bold;
line-height: 0.28rem;
text-align: justify; /* 浏览器可能不支持 */
letter-spacing: normal;
color: #323232;
margin-bottom: 0.15rem;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ej_list_tt ul li .con .zy{
font-size: 0.14rem;
font-weight: normal;
line-height: 0.26rem;
text-align: justify; /* 浏览器可能不支持 */
letter-spacing: normal;
color: #808080;


	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ej_list_tt ul li.no_img{}
.ej_list_tt ul li.no_img a::after{display: none;}
.ej_list_tt ul li.no_img .con{width: calc(100% - 0.8rem);padding-top: 0;padding-bottom: 0;}
.ej_list_tt ul li.no_img .con .gd{bottom: 0;}

.ej_list_tt ul li:hover .con .bt{color: #D4A57D;}
.ej_list_tt ul li:hover .con .zy{color: rgba(255, 255, 255, 0.7);;}
.ej_list_tt ul li:hover .sj p{color: #D4A57D;}

.ej_list_tt ul li:hover a{padding: 0.2rem;}
.ej_list_tt ul li:hover a::after{left: 0.2rem;}
.ej_list_tt ul li:hover a::before{opacity: 1;}




@media(max-width: 1024px){
	.ej_main_right>.line{margin-bottom: 0.3rem;}
	.ej_list_tt ul li .con .bt{font-size: 0.18rem;}

	.ej_list_tt ul li a::after{display: none;}
}
@media(max-width: 850px){
	.ej_list_tt ul li a{flex-wrap: wrap;}
	.ej_list_tt ul li .img{padding-bottom: 66%;width: 100%;}
	.ej_list_tt ul li .con{width: calc(100% - 0.8rem);padding: 0.2rem 0 0;}

	.ej_list_tt ul li::after{width: 100%;}
	.ej_list_tt ul li.no_img::after{display: block;}


	.ej_list_tt ul 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;
	}
	.ej_list_tt ul li .con .gd{bottom: 0;}

	.ej_list_tt ul li .con .sj{margin-bottom: 0.15rem;}
	.ej_list_tt ul li .con .sj .p1{font-size: 0.28rem;}
	.ej_list_tt ul li .con .sj .p2{padding-bottom: 0.03rem;}
}





.nry_main{display: block;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;
padding-right: 0.3rem;
position: relative;
margin-bottom: 1rem;
}
.nry_main::after{content: '';display: block;width: calc(100% - 0.3rem);height: 100%;
background: #E8D4C3;
position: absolute;
top: 0.3rem;
right: 0;
}


.ej_nry{width: 100%;background: #fff;position: relative;z-index: 3;padding: 0.5rem 0.8rem;
box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
}
.ej_nry .box1{border-bottom: 0.01rem dashed #CCCCCC;position: relative;}
.ej_nry .box1::after{content: '';display: block;width: 0.04rem;height: 0.04rem;
background: #9B0000;
position: absolute;bottom: -0.02rem;left: 0;
border-radius: 50%;
}
.ej_nry .box1 .bt{
font-size: 0.32rem;
font-weight: bold;
line-height: 0.36rem;
text-align: center;
letter-spacing: normal;
color: #323232;

margin-bottom: 0.1rem;
}
.ej_nry .box1 .xx{flex-wrap: wrap;display: flex;justify-content: center;background: #f9f9f9;padding: 0.1rem 0 0.2rem;}
.ej_nry .box1 .xx p{
font-size: 0.16rem;
font-weight: normal;
line-height: 0.36rem;
text-align: center;
letter-spacing: normal;
color: #666666;
}


.ej_nry .box2{padding: 0.2rem 0 0.2rem;border-bottom: 0.01rem dashed #CCCCCC;position: relative;}
.ej_nry .box2::after{content: '';display: block;width: 0.04rem;height: 0.04rem;
background: #9B0000;
position: absolute;bottom: -0.02rem;left: 0;
border-radius: 50%;
}

.ej_nry .box2 p{
	font-size: 0.18rem !important;
font-weight: normal;
line-height: 0.36rem;
text-align: justify; /* 浏览器可能不支持 */
letter-spacing: normal;
/* 标题333 */
color: #333333;

margin-bottom: 0.1rem;;}



.ej_nry .box2 p span{
	font-size: 0.18rem !important;
}



.ej_nry .box2 img{/*width: auto;*/height: auto !important;margin: 0 auto;max-width: 100%;}
.ej_nry .box2 .has_img{text-indent: 0 !important;}

.nry_main .box3{padding: 0.3rem 0 0;}
.nry_main .box3 a{display: block;}
.nry_main .box3 p{font-size: 0.16rem;color: #333333;line-height: 0.34rem;padding: 0.02rem;transition: 0.4s;}
.nry_main .box3 p:hover{color: #9B0000;}


.ej_nry .box2 video{margin: 0 auto;    height: auto;}

@media(max-width: 1024px){
	.nry_main{padding-right: 0.1rem;}
	.ej_nry{padding: 0.2rem;}
	.nry_main::after{width: calc(100% - 0.1rem);top: 0.1rem;}
}

@media(max-width: 650px){
.ej_nry .box2 video{margin: 0 auto;    height: auto;width:100%;}


}




@media(max-width: 1024px){
	.nry_main{}
	.nry_main>div{width: 100% !important;}

	.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: 650px){
	.ej_nry .box1 .bt{font-size: 0.24rem;line-height: 0.36rem;margin-bottom: 0;}
	.ej_nry .box1 .xx{padding-bottom: 0.15rem;}
	.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;}
}









.ej_szdw{padding-top: 0rem;}
.ej_szdw ul{display: flex;flex-wrap: wrap;margin: 0 -0.15rem;}
.ej_szdw ul li{width: calc(50% - 0.3rem);margin: 0 0.15rem 0.4rem;transition: 0.4s;position: relative;}
.ej_szdw ul li::after{content: '';display: block;width: 100%;height: calc(100% - 0.7rem);position: absolute;bottom: 0;left: 0;z-index: 1;
	transition: 0.4s;

background: #FFFFFF;
box-sizing: border-box;
border: 0.01rem solid #DFDCD6;
box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, 0.1);

}
.ej_szdw ul li a{display: flex;justify-content: space-between;align-items: flex-start;position: relative;transition: 0.4s;height: 100%;z-index: 3;}
.ej_szdw ul li a::after{content: '';display: block;width: 1.9rem;height: 1.9rem;background: #D4A57D;
position: absolute;bottom: 0;left: 0;
z-index: 1;
}


.ej_szdw ul li .img{width: 1.85rem;padding-bottom: 0;background: #bebebe;height: 2.7rem;z-index: 6;position: relative;}
.ej_szdw ul li .con{width: calc(100% - 1.9rem);padding-top: 0rem;padding-left: 0.24rem;padding-right: 0rem;}
.ej_szdw ul li .con .bt{font-size: 0.24rem;color: #333;margin-bottom: 0.1rem;font-weight: bold;width: 100%;transition: 0.4s;padding: 0.25rem 0 0.23rem;position: relative;}
.ej_szdw ul li .con .bt::after{content: '';display: block;width: 0.77rem;height: 0.03rem;background: #9B0000;
position: absolute;bottom: 0;
left: 0;
}
.ej_szdw ul li .con .bt::before{content: '';display: block;background: url(../images25/ej_szdw_jt.png) no-repeat center center;
width: 0.17rem;
height: 0.17rem;
background-size: 100%;
position: absolute;
right: 0.1rem;
top: calc(60% - 0.08rem);
opacity: 0;
transition: 0.4s;
}


.ej_szdw ul li .con .xx{padding-top: 0.3rem;margin-bottom: 0rem;}
.ej_szdw ul li .con .xx p{font-size: 0.14rem;color: #333;line-height: 0.3rem;margin-bottom: 0.1rem;
padding-left: 0.2rem;
background: url(../images25/ej_szdw_ico1.png) no-repeat left 0.08rem;
background-size: 0.16rem;
}
.ej_szdw ul li .con .xx p+p{background: url(../images25/ej_szdw_ico2.png) no-repeat left 0.08rem;
background-size: 0.16rem;}
.ej_szdw ul li .con .xx p+p+p{background: url(../images25/ej_szdw_ico3.png) no-repeat left 0.08rem;
background-size: 0.16rem;}




.ej_ldbz ul li .img{width: 30%;padding-bottom: 39%;background: #bebebe;}
 .ej_ldbz ul li .con{width: 64%;padding-top: 0.2rem;}
 .ej_ldzb ul li .con .xx p{font-size: 0.18rem;color: #999;line-height: 0.28rem;}

.ej_szdw ul li:hover::after{background: #FDF7F1;}
.ej_szdw ul li:hover .con .bt{color: #9B0000;}
.ej_szdw ul li:hover .con .bt::before{opacity: 1;right: 0;top: calc(50% - 0.08rem);}


.rw_tit{margin-bottom: 0.2rem;position: relative;}
.rw_tit h2{font-size: 0.24rem;line-height: 0.24rem;border-left: 0.04rem solid #9B0000;padding-left: 0.1rem;}

@media(max-width: 1024px){
	.ej_szdw ul li .con{padding-top: 0;}
	.ej_szdw ul li{width: calc(50% - 0.3rem);}
	.ej_szdw ul li .img{}
}

@media(max-width: 650px){
	.ej_szdw ul li{width: 100%;margin-bottom: 0.2rem;}
	.ej_szdw ul li .img{width: 1.5rem;height: 2.2rem;}
	.ej_szdw ul li a::after{width: 1.55rem;}
	.ej_szdw ul li .con{width: calc(100% - 1.55rem);}
	.ej_szdw ul li .con .bt{padding-top: 0.1rem;padding-bottom: 0.15rem;}
	.ej_szdw ul li::after{height: calc(100% - 0.47rem);}
	.ej_szdw ul li .con .xx{padding-top: 0.2rem;}

}	


.nry_main_sz{padding: 0;}
.nry_main_sz::after{display: none;}
.nry_main_sz .ej_nry{padding: 0.3rem 0.5rem;

background-size: 100%;
}

.nry_main_sz .ej_nry::after{content: '';display: block;width: 100%;height: 1.02rem;
background: #F4DEC9 url(../images25/ej_szdw_nry_bg.jpg) no-repeat top center;
position: absolute;top: 0;
left: 0;z-index: 1;
}
.nry_main_sz .box2{border: 0 solid #000;}
.nry_main_sz .box2 .con{margin-bottom: 0.4rem;}
.nry_main_sz .box2::after{display: none;}



.box_teacher{    padding-bottom: 0.2rem;
    display: flex;
    justify-content: space-between;
position: relative;z-index: 3;
}
.box_teacher .pic{width: 1.85rem;position: relative;}
.box_teacher .pic img{width: 100%;position: relative;z-index: 3;}
.box_teacher .pic::after{content: '';display: block;width: 1.9rem;height: 80%;
background: #D4A57D;
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}

.box_teacher .con{width: calc(100% - 2.6rem);}
.box_teacher .con .bt{
font-size: 0.24rem;
font-weight: bold;
line-height: 0.28rem;
text-transform: uppercase;
letter-spacing: normal;
color: #333333;

padding: 0.225rem 0;
position: relative;
}

.box_teacher .con .bt::after{content: '';display: block;width: 0.77rem;height: 0.03rem;background: #9B0000;
position: absolute;bottom: 0;
left: 0;
}

.box_teacher .con .line{width: 0.4rem;height: 0.04rem;background: #9B0000;margin-bottom: 0.2rem;}

.box_teacher .con .xx{padding-top: 0.3rem;margin-bottom: 0rem;}
.box_teacher .con .xx p{font-size: 0.16rem;color: #333;line-height: 0.3rem;margin-bottom: 0.1rem;
padding-left: 0.24rem;
background: url(../images25/ej_szdw_ico1.png) no-repeat left 0.08rem;
background-size: 0.16rem;
}
.box_teacher .con .xx p+p{background: url(../images25/ej_szdw_ico2.png) no-repeat left 0.08rem;
background-size: 0.16rem;}
.box_teacher .con .xx p+p+p{background: url(../images25/ej_szdw_ico3.png) no-repeat left 0.08rem;
background-size: 0.16rem;}


.box_teacher .con .lj{margin-top: 0.25rem;}
.box_teacher .con .lj p{
font-size: 0.16rem;
line-height: 0.28rem;
color: #333333;
padding-left: 0.24rem;
background: url(../images25/ej_szdw_ico_lj.png) no-repeat left 0.08rem;
background-size: 0.16rem;
}
.box_teacher .con .lj a{color: #9B0000 }
.box_teacher .con .lj a:hover{text-decoration: underline;}


.nry_tit{border-bottom: 1px dashed #CCCCCC;position: relative;margin-bottom: 0.3rem;}
.nry_tit::after{
	    content: '';
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    background: #9B0000;
    position: absolute;
    bottom: -0.02rem;
    left: 0;
    border-radius: 50%;
}
.nry_tit::before{
	    content: '';
    display: block;
    width: 0.04rem;
    height: 0.04rem;
    background: #9B0000;
    position: absolute;
    bottom: -0.02rem;
    right: 0;
    border-radius: 50%;
}

.nry_tit h2{
font-size: 0.24rem !important;
font-weight: 600;
line-height: 0.28rem;
color: #333333;
padding-left: 0.46rem;

background: url(../images25/nry_tit_bg.png) no-repeat left 0;
background-size: 0.37rem;
padding-bottom: 0.15rem;
position: relative;
}
.nry_tit h2::before{
	    content: '';
    display: block;
    width: 2.6rem;
    height: 1px;
    background: #9B0000;
    position: absolute;
    bottom: -1px;
    left: 0;
    border-radius: 50%;
}



@media(max-width: 850px){
	.nry_main_sz .ej_nry{padding: 0.2rem;}
	.box_teacher{flex-wrap: wrap;justify-content: center;}
	.box_teacher .con{width: 100%;}

	.nry_tit h2{font-size: 0.2rem;background: url(../images25/nry_tit_bg.png) no-repeat left 0.04rem;
	background-size: 0.26rem;
	padding-left: 0.3rem;
	}

	.box_teacher .con .bt{padding: 0.15rem 0;}
	.box_teacher .con .xx{padding-top: 0.2rem;}
}



.ej_xyld{}
.ej_xyld ul{display: flex;flex-wrap: wrap;margin: 0 -0.165rem;}
.ej_xyld li{width: calc(25% - 0.33rem);margin: 0 0.165rem 0.33rem;transition: 0.4s;}
.ej_xyld a{display: block;background: #FFFFFF;
border: 0.01rem solid #F0F0F0;
padding: 0.1rem;
}
.ej_xyld .img{padding-bottom: 136%;}
.ej_xyld .con{padding: 0.1rem;}
.ej_xyld .con .bt{
font-size: 0.18rem;
font-weight: normal;
line-height: 0.3rem;
text-align: justify; /* 浏览器可能不支持 */
letter-spacing: normal;
/* 主色 */
color: #9B0000;

border-bottom: 0.01rem dashed #D8D8D8;
padding: 0.1rem 0;
margin-bottom: 0.1rem;
transition: 0.4s;
}
.ej_xyld .con .bt span{display: inline-block;margin-right: 0.2rem;}

.ej_xyld .con .zy{
font-size: 0.14rem;
font-weight: normal;
line-height: 0.24rem;
text-align: justify; /* 浏览器可能不支持 */
letter-spacing: normal;
/* 正文666 */
color: #666666;
height: 0.72rem;

overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.ej_xyld li:hover{box-shadow: 0 0 0.1rem rgba(0, 0, 0, .2);}
.ej_xyld li:hover .con .bt{border-bottom: 0.01rem dashed #9B0000;}

@media(max-width: 1024px){
	.ej_xyld li{width: calc(50% - 0.33rem);}
}

@media(max-width: 650px){
	.ej_xyld ul{display: flex;justify-content: space-between;margin: 0;}
	.ej_xyld li{width: calc(50% - 0.1rem);margin: 0 0 0.2rem;}
}


.ej_list_pic{}
.ej_list_pic li .img{border-radius: 0;}
.ej_list_pic ul{margin: 0 -0.2rem;display: flex;flex-wrap: wrap;}
.ej_list_pic ul li{margin: 0 0.2rem; margin-bottom: 0.3rem;width: calc(33.33% - 0.4rem);overflow: hidden;

	transition: 0.4s;
}
.ej_list_pic ul li a{padding: 0;display: block;}

.ej_list_pic ul li .img{border-radius: 0rem;    padding-bottom: 70.4%;}
.ej_list_pic ul li .con{padding: 0.1rem 0.2rem 0.2rem;
background: #FFFFFF;
box-sizing: border-box;
border: 0.01rem solid #D8D8D8;

}
.ej_list_pic ul li .con .bt{
font-size: 0.18rem;
font-weight: bold;
line-height: 0.28rem;
color: #323232;
text-align: center;
transition: 0.4s;

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ej_list_pic ul li .con .xx{position: relative;margin-left: 0.1rem;margin-top: 0.15rem;padding-left: 0.16rem;}
.ej_list_pic ul li .con .xx::after{content: '';display: block;width: 1px;height: 100%;background: #9B0000;position: absolute;left: 0;top: 0;}
.ej_list_pic ul li .con .xx p{
font-size: 0.14rem;
font-weight: normal;
line-height: 0.2rem;
color: #808080;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ej_list_pic ul li .con .xx p+p{margin-top: 0.1rem;}



.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 .bt{color: #9B0000;}

@media(max-width: 1024px){

	.ej_list_pic ul li .con{padding: 0.1rem;}
	.ej_list_pic ul{margin: 0;justify-content: space-between;}
	.ej_list_pic ul li{width: calc(50% - 0.2rem);margin: 0; margin-bottom: 0.2rem;}
}

@media(max-width: 650px){
	.ej_list_pic ul li{width: 100%;}
}




.ej_xyjs{}
.xyjs_p1{margin-bottom: 0.4rem;}
.xyjs_p1 p{
font-size: 0.18rem;
line-height: 0.36rem;
color: #333333;
text-indent: 2em;
margin-bottom: 0.2rem;
}
.xyjs_p1 .has_img{text-indent: 0;}
.xyjs_p1 img{height: auto;max-width: 100%;}

.xyjs_p2{display: flex;justify-content: space-between;flex-wrap: wrap;margin-bottom: 0.5rem;}

.xyjs_p2 .left{width: 6.78rem;}
.xyjs_p2 .left>p{
	font-size: 0.18rem;
font-weight: normal;
line-height: 0.36rem;
letter-spacing: normal;
/* 标题333 */
color: #333333;
text-indent: 2em;

margin-bottom: 0.2rem;
}

.xyjs_p2 .left ul{display: flex;margin: 0 -0.1rem;flex-wrap: wrap;}
.xyjs_p2 .left li{width: calc(20% - 0.2rem);margin: 0 0.1rem;}
.xyjs_p2 .left .shuzi{width: 0.7rem;
height: 0.7rem;
border: 0.01rem dashed #9B0000;
border-radius: 50%;
display: flex;justify-content: center;align-items: center;
margin: 0 auto 0.15rem;
}
.xyjs_p2 .left .shuzi p{
	font-family: Times;
font-size: 0.5rem;
line-height: 0.36rem;
color: #9B0000;
}
.xyjs_p2 .left .bt{
font-size: 0.16rem;
font-weight: normal;
line-height: 0.24rem;
color: #666666;
text-align: center;
}

.xyjs_p2 .right{width: 3.85rem;position: relative;}
.xyjs_p2 .right::after{content: '';display: block;width: 100%;height: 100%;
background: #9B0000;
position: absolute;
top: 0.1rem;
right: 0.1rem;
z-index: 1;
}
.xyjs_p2 .right img{width: 100%;position: relative;z-index: 3;}



@media(max-width: 1024px){
.xyjs_p2{justify-content: center;}
.xyjs_p2 .left{margin-bottom: 0.2rem;}

}
@media(max-width: 650px){
.xyjs_p2 .left li{width: calc(33.33% - 0.2rem);margin-bottom: 0.2rem;}
.xyjs_p2 .left{margin-bottom: 0rem;}
.xyjs_p1{margin-bottom: 0.2rem;}
.xyjs_p2{margin-bottom: 0.2rem;}

}





.ej_lxwm{}
.ej_lxwm ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.ej_lxwm li{width: calc(50% - 0.2rem);border-right: 1px solid #FDD4A8;border-left: 1px solid #FDD4A8;border-bottom: 1px solid #FDD4A8;
margin-bottom: 0.4rem;
}
.ej_lxwm .x_tit{padding-left: 0.49rem;margin-top: -0.15rem;overflow: hidden;position: relative;}
.ej_lxwm h2{
font-size: 0.18rem;
font-weight: normal;
line-height: 0.3rem;
/* 主色 */
color: #9B0000;
position: relative;
display: table;
}
.ej_lxwm .x_tit::before{content: '';display: block;width: 0.3rem;height: 1px;background: #FDD4A8;position: absolute;left: 0;top: 50%;}
.ej_lxwm h2::after{content: '';display: block;width: 10rem;height: 1px;background: #FDD4A8;position: absolute;left: calc(100% + 0.2rem);top: 50%;}

.ej_lxwm .con{padding: 0.2rem 0.26rem 0.22rem;}
.ej_lxwm .con p{
font-size: 0.16rem;
font-weight: normal;
line-height: 0.22rem;
color: #333333;
padding-left: 0.24rem;
background: url(../images25/ej_lxwm_ico1.png) no-repeat left 0.04rem;
background-size: 0.16rem !important;
}
.ej_lxwm .con p+p{margin-top: 0.12rem;background: url(../images25/ej_lxwm_ico2.png) no-repeat left 0.04rem;}
.ej_lxwm .con p+p+p{background: url(../images25/ej_lxwm_ico3.png) no-repeat left 0.04rem;}



@media(max-width: 1024px){
.ej_lxwm li{margin-bottom: 0.4rem;width: 100%;}
}
@media(max-width: 650px){

}




.ej_fzlc{margin-bottom: 0.4rem;}

.ej_fzlc h2{
font-size: 0.28rem;
font-weight: bold;
line-height: 0.4rem;
text-align: center;
color: #9B0000;
margin-bottom: 0.4rem;
}

.ej_fzlc ul{position: relative;padding-top: 0.4rem;}
.ej_fzlc ul::after{content: "";display: block;width: 1px;height: calc(100% + 00.15rem);background: #D4A57D;position: absolute;top: 0;left: 50%;z-index: 1;}
.ej_fzlc ul::before{content: '';display: block;width: 0.12rem;height: 0.12rem;background: #D4A57D;border-radius: 50%;
position: absolute;top: 0;left: calc(50% - 0.06rem);
}

.ej_fzlc ul li{width: 50%;margin: 0 0 0.3rem;position: relative;z-index: 2;}
.ej_fzlc ul li:nth-child(2){margin-top: 0.8rem;margin-bottom: 0.8rem;}
.ej_fzlc ul li:nth-child(10){margin-bottom: 0.75rem;}
.ej_fzlc ul li a{display: flex;justify-content: space-between;flex-direction: row-reverse;}


.ej_fzlc ul li .year{
	font-family: Arial;
font-size: 0.28rem;
font-weight: 900;
line-height: 0.4rem;
color: #9B0000;
position: relative;
padding-right: 0.3rem;
}
.ej_fzlc ul li .year::after{content: '';display: block;
width: 0.18rem;
height: 0.18rem;
background: url(../images25/ej_fzlc_ico_dot.png) no-repeat;
background-size: 100%;

position: absolute;
right: -0.09rem;
top: 0.12rem;
}


.ej_fzlc ul li.on .year{padding-right: 0;padding-left: 0.3rem;}
.ej_fzlc ul li.on .year::after{right: auto;left: -0.09rem;}

.ej_fzlc ul li .pic{max-width: 3.1rem;float: right;}
.ej_fzlc ul li .pic img{max-width: 100%;}
.ej_fzlc ul li.on .pic{float: left;}


.ej_fzlc ul li .con{width: calc(100% - 1.5rem);float: left;}
.ej_fzlc ul li.on .con{float: right;}
.ej_fzlc ul li.on a{flex-direction: row;}

.ej_fzlc ul li .con .tit{font-size: 0.2rem;height: 0.33rem;background: url(../images/ej_fzlc_tit_bgl.png) no-repeat left center;position: relative;line-height: 0.32rem;color: #fff;font-family: "impact";margin-bottom: 0.1rem;padding-left: 0.1rem;}
.ej_fzlc ul li.on .con .tit{background: url(../images/ej_fzlc_tit_bgr.png) no-repeat right center;text-align: right;padding-right: 0.1rem;}

.ej_fzlc ul li .con .tit::after{content: "";display: block;width: calc(100% + 0.5rem);height: 1px;background: #dfdfdf;position: absolute;left: 0;bottom: 0;}
.ej_fzlc ul li.on .con .tit::after{left: auto;right: 0;}

.ej_fzlc ul li .con .xx{padding: 0.06rem 0 0.15rem;    min-height: 1rem;}
.ej_fzlc ul li .con .xx::after{content: '';display: block;clear: both;}
.ej_fzlc ul li .con .xx p{font-size: 0.18rem;color: #323232;line-height: 0.28rem;text-align: right;margin-bottom: 0.15rem;}
.ej_fzlc ul li.on .con .xx p{text-align: left;}
.ej_fzlc ul li .con .xx p.zy{font-size: 0.14rem;color: #666666;}


.ej_fzlc .fzlc_jt{display: table;margin: 0 auto;}
.ej_fzlc .fzlc_jt img{width:0.37rem;}



@media(max-width: 1024px){
.ej_fzlc ul li:nth-child(10){margin-bottom: 1rem;}
.ej_fzlc ul li .year{font-size: 0.2rem;padding-right: 0.2rem;}
.ej_fzlc ul li.on .year{padding-left: 0.2rem;}
.ej_fzlc ul li .con{width: calc(100% - 0.9rem);}
}
@media(max-width: 650px){

	.ej_fzlc h2{font-size: 0.24rem;margin-bottom: 0.1rem;}

.ej_fzlc ul::after{left: 0;}
.ej_fzlc ul::before{left: -0.06rem;}

.ej_fzlc ul li{width: 100%;margin-bottom: 0.1rem !important;}
.ej_fzlc ul li .con .xx{min-height: auto;}
.ej_fzlc ul li:nth-child(2){margin-top: 0;}

.ej_fzlc ul li a{flex-direction: row;}
.ej_fzlc ul li .year{padding-left: 0.2rem;}
.ej_fzlc ul li .year::after{right: auto;left: -0.09rem;}

.ej_fzlc ul li .con .xx p{text-align: left;}
.ej_fzlc ul li .pic{float: left;}

.ej_fzlc .fzlc_jt{float: left;width: 0.2rem;margin-left: -0.1rem;display: flex;align-items: flex-start;}
.ej_fzlc .fzlc_jt img{width: 100%;}
}


/* äºŒçº§é¡µæ ·å¼ç»“æŸ */



/*æ ·å¼2 çº¢*/
.pb_sys_style2 .p_no_d {
    border: 1px solid #9B0000 !important;
    color: #fff;
    background-color: #9B0000 !important;
}



/************************************************/
.pb_sys_style1 .p_no_d {
    border: 1px solid #9B0000 !important;
    color: #fff;
    background-color: #9B0000 !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{
    padding: 10px 12px !important;
    border-radius: 25px !important;
    height: 34px !important;

}

.pb_sys_common {
    font-size: 14px !important;
}
.pb_sys_common .p_no_d{
    border: 1px solid #9B0000 !important;
}


#vsb_content_2 TABLE {
    margin: 0 auto !important;
}






.ej_list_zj{}
.ej_list_zj ul{}
.ej_list_zj ul li{margin-bottom: 0.5rem;border-bottom: 1px dashed #9b0000;}
.ej_list_zj ul .box{display: flex;justify-content: space-between;flex-wrap: wrap;    align-items: flex-start;}

.ej_list_zj ul .img_out{width: 26%;margin-bottom: 0.3rem;}
.ej_list_zj ul .img{padding-bottom: 0%;height: auto;width: 100%;}
.ej_list_zj ul .img img{height:auto;position: relative;}

.ej_list_zj ul .con{width: 70%;}
.ej_list_zj ul .con .bt{font-size: 0.2rem;line-height: 0.3rem;margin-bottom: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.ej_list_zj ul .con .xx{margin-bottom: 0.2rem;display: flex;justify-content: space-between;flex-wrap: wrap;}
.ej_list_zj ul .con .xx div{display: flex;width: 100%;}
.ej_list_zj ul .con .xx div p{width: 1.2rem;font-size: 0.16rem;line-height: 0.24rem;margin-bottom: 0.1rem;}
.ej_list_zj ul .con .xx div p+p{width: calc(100% - 0.8rem);}
.ej_list_zj ul .con a{}
.ej_list_zj ul .con a>p{font-size: 0.18rem;color: #9b0000;transition: 0.4s;}
.ej_list_zj ul .con a:hover>p{transform: translate(5px);}

.ej_list_zj ul .xq{width: auto;display: table;margin: 0.2rem auto 0;}
.ej_list_zj ul .xq a{display: block;transition: 0.4s;}
.ej_list_zj ul .xq p{background: #9b0000;color: #fff;font-size: 0.16rem;width: 100%;padding: 0.1rem 0.2rem;border-radius: 0.05rem;transition: 0.4s;}
.ej_list_zj ul .xq a+a{margin-top: 0.1rem;}
.ej_list_zj ul .xq a+a p{background: #fff;color: #9b0000;border: 1px solid #9b0000;border-radius: 0.05rem;}
.ej_list_zj ul li .xq a:hover p{box-shadow: 0 0 0.1rem rgba(0,0,0,.6);}

@media(max-width: 1024px){
.ej_list_zj ul li{margin-bottom: 0.3rem;}
.ej_list_zj ul .img_out{width: 100%;margin-bottom: 0rem;}
.ej_list_zj ul .img{        display: flex;
        justify-content: center;}
.ej_list_zj ul .img img{height: 2.4rem;
    position: relative;
    width: auto;
    margin: 0 auto;}

	.ej_list_zj ul .img{width: 100%;margin-bottom: 0.1rem;}
	.ej_list_zj ul .con{width: 100%;margin-top: 0.1rem;}

	.ej_list_zj ul .con .bt{margin-bottom: 0.1rem;}
	.ej_list_zj ul .con .xx div{width: 100%;}

}







.kypt_box{display: flex;justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.4rem;margin-bottom: 0.5rem;border-bottom: 1px solid #CDCDCD;position: relative;}
.kypt_box::after{content: '';display: block;width: 0.05rem;height: 0.05rem;background: #9B0000;
position: absolute;
left: 0;
bottom: -0.03rem;
border-radius: 50%;
}

.kypt_box_in{padding-left: 0.24rem;width: 49%;}
.kypt_tit{position: relative;margin-bottom: 0.2rem;}
.kypt_tit::after{content: '';display: block;width: 0.08rem;
height: 26px;
/* 主色 */
background: #9B0000;
position: absolute;
left: -0.24rem;
top: 0.03rem;
}
.kypt_tit p{
font-size: 0.22rem;
font-weight: normal;
line-height: 0.3rem;
letter-spacing: normal;
/* 主色 */
color: #9B0000;
}


.kypt_ul{}
.kypt_ul li{margin-bottom: 0.1rem;}
.kypt_ul a{display: block;padding-left: 0.13rem;position: relative;}
.kypt_ul a::after{content: '';display: block;width: 0.07rem;height: 0.07rem;border: 1px solid #9B0000;border-radius: 50%;position: absolute;
left: 0;
top: 0.11rem;
}
.kypt_ul p{
font-size: 0.16rem;
font-weight: normal;
line-height: 0.3rem;
letter-spacing: normal;
/* 标题333 */
color: #333333;
}


@media(max-width: 1024px){
	.kypt_box_in{width: 100%;}
	.kypt_box{padding-bottom: 0.2rem;margin-bottom: 0.2rem;}
}

.p6_ul1 .sx{display: none;}
    .p6_ul2 .sx{display: none;}