/* 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:Arial,"Microsoft Yahei",Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;line-height: 1;font-size:14px;overflow-x: hidden;background:#075299 url(../images/sy_main_bg.jpg) no-repeat top center;background-size: 19.2rem;}

html,body{ min-height:100vh;overflow-x: hidden;}
body{ overflow:-moz-scrollbars-vertical;} 

html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}


@font-face {
	font-family: times;
	src: url(../font/times.ttf);
}

@font-face {
	font-family: georgia;
	src: url(../font/georgia.ttf);
}



table {
    border-collapse: collapse;
    border-spacing: 0;
}
table td {line-height: 1.25;padding: 5px;padding-left:15px;/* width: auto; */}
.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/ content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clearfix{*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/}

a{text-decoration:none;bblr:expression(this.onFocus=this.blur());/*IE使用*/outline-style:none;/*FF使用*/; outline:none;}
a,input,img,:focus{ mayfish:expression(this.onfocus=this.blur); cursor:handbblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ } /*去除a标签带来的虚框*/
ul{list-style:none;}
img{border:0px; vertical-align:middle}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
h3,h4,h5{ font-weight:normal;}
h4 a:hover,h5 a:hover{ -moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
hr{display:block;height:1px;border:0;background:#d8d8d8;padding:0;margin-bottom: 3.25rem;margin-top: 2.5rem;}
abbr,article,aside,audio,canvas,datalist,details,dialog,eventsource,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,time,video{display:block}
.fl{ float:left}
.fr{ float:right}
.clear{clear:both;height:0px;font-size:1px;line-height:0px}
.container01,.container02,.container03,.container04,.container05,.container06,.container07,.container08,.n-container01,.n-container03,.n-container04{ margin:0 auto;}
.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{-moz-transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}/*缓慢效果*/
h5 a,.more a{-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}/*缓慢效果*/
.slow01{-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}/*缓慢效果*/
.slow02{-moz-transition:all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;-ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.shadow{ -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999')";  /* For IE 8 */ filter: 
progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=90, Color='#999999');  /* For IE 5.5 - 7 */-moz-box-shadow: 1px 1px 10px #999999;/* for firefox */ -webkit-box-shadow: 1px 1px 10px #999999;/* for safari or chrome */ box-shadow:1px 1px 10px #999999;/* for opera or ie9 */}
.radius{-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.opacity{filter:alpha(opacity=100); opacity:1; -moz-opacity:1; -khtml-opacity:1}/*透明代码*/
.overfloat-dot{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}/*文本超出 小圆点显示*/
.overfloat-dot-2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.overfloat-dot-3{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.overfloat-dot-4{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.overfloat-dot-5{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.overfloat-dot-6{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}
.overfloat-dot-7{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 7; -webkit-box-orient: vertical;}
.gray { -webkit-filter:grayscale(100%); -moz-filter:grayscale(100%); -ms-filter:grayscale(100%); -o-filter:grayscale(100%); filter:grayscale(100%); filter:gray; filter:alpha(opacity=60); opacity:0.6;  -moz-opacity:0.6; -khtml-opacity:0.6;} 
/*transform:rotateY(180deg); -webkit-transform:rotateY(180deg);  -moz-transform:rotateY(180deg); transform:translateX(-50%) translateY(-50%);-o-transform:translateX(-50%) translateY(-50%);-ms-transform: translateX(-50%) translateY(-50%);*/  /*180度旋转*/
/*oncontextmenu="return false" ondragstart="return false" onselectstart="return false"*/
/*filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#7F000000', endColorstr='#7F000000');background:rgba(0,0,0,0.5);*/  /*透明背景*/


/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.w1200{margin:0 auto;padding: 0 50px;max-width: 1340px;}






.pc_top_lj{width: 100%;}
.pc_top_lj>div{margin: 0rem auto 0px;display: flex;justify-content: space-between;align-items: center;transition: 0.4s;padding: 0.12rem 0rem 0.17rem 0rem;

}
.pc_top_lj .l{display: flex;align-items: center;}
.pc_top_lj .l p{font-size: 0.18rem;color: #fff;}
.pc_top_lj .r{display: flex;align-items: center;justify-content: flex-end;}
.pc_top_lj .r a{margin-right: 0;margin-left: 0.2rem;}

.pc_top_lj span{color: #fff;}

.pc_top_lj a.search_btn{width: 38px;margin: 0;}
.pc_top_lj a.search_btn::after{display: none;}
.pc_top_lj a{display: block;font-size: 0.14rem;color: #ffffff;margin: 0 0.16rem 0 0;position: relative;}
.pc_top_lj a::after{content: "";display: block;width: 0;height: 1px;background: #fff;position: absolute;bottom: -0.05rem;left: 0;transition: 0.4s;}
.pc_top_lj a:hover::after{width: 100%;}


.e p{
text-align:center;
font-size:40px;
font-weight:700;
height:60px;
margin-bottom:30px;
color:#175794;}
  
.ej_kyxm table tr th:nth-child(6){
width:2.0rem;}

.ej_kyxm table tr td:nth-child(6){
width:2.0rem;}



.ej_kyxm div p:nth-child(3) strong{
text-align:center;
font-size:40px;
font-weight:700;
height:60px;
margin-bottom:30px;
color:#175794;
    margin-left: 500px;
  
    display: inline-block;
    height: 55px;}




.header_box{position: relative;z-index: 10000;}
#header{position: relative;height: 2.33rem;z-index:999;width:100%;  transition: 0.4s; max-width: 100%;margin: 0 auto;
background-size:19.2rem !important;
}
/* .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: 15rem;margin: 0 auto;height: 100%;}

.header_top{position: relative;height: 2.5rem;padding: 0;text-align: right;z-index: 10000;    transition: 0.4s;padding: 0 0;}
.header_top .tianqi{ display:inline-block; height:4rem}
.header_top .search_btn{display:inline-block;float: none;font-size: 14px;color: #fff;}

.header_top .search {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 20;
}
.header_top .search .input {
    position: absolute;
    z-index: 1;
    left: auto;
    right: -0.5rem;
    top: -12px;
    bottom: auto;
    height: 40px;
    width: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.header_top .search .input input {
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 0 2rem 0 1rem;
    color: #333;
}
.header_top .search .btn {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.header_top .search .btn input{cursor: pointer;position: absolute;z-index: 1;left: 0;top: 0;right:0;bottom: 0;height: 100%;width: 100%;}
.header_top .search .btn svg{width: 18px;height: 18px;fill:#fff;}
.header_top .search:hover .btn svg{
    fill: #6510AD;
}





.header_top .search:hover .input {
    width: 16.25rem;
    opacity: 1;
    visibility: visible;
}







#header{}
#header #logo{ margin-top: 0;}
#header #logo .box_table{width: 3.75rem;margin-top: 0rem;transition: 0.4s;
    display: table;
    height: 100%;
display: flex;align-items: center;
}
#header #logo .box_table .box_table_cell{display: table-cell;
  }

#header #logo .xx p{    line-height: 15px !important;}
#header #logo .xx{color: #fff;    transition: 0.4s;opacity: 1;
    font-family: "楷体";
    font-size: 24px;
    text-align: center;}
	.head_bottom>.right{width: 100%;display: flex;align-items: center;flex-wrap: wrap;justify-content: flex-end;}



#logo{float:left;height:100%;position: relative;}
#logo img{    transition: 0.4s;max-width: 100%;}
#logo img.img2{ display:none}




#sy_main{position: relative;padding-top: 0.6rem;z-index: 2;}

#toubu_div_pc_in{position: absolute;top: 0;left: 0;width: 100%;z-index: 999;}
#toubu_div_pc_in.navFix{position: fixed;}


#nav{width: 100%;position: relative;z-index: 9999;}
#nav::after{content: '';display: block;width: calc(100% + 0.2rem);position: absolute;left: -0.1rem;top: 0;z-index: 1;height: 100%;background: #0a75df;}
#nav ul{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;position: relative;z-index: 3;}
#nav ul::after{content: "";display: block;width: 0.1rem;height: 0.1rem;background: url(../images/top_nav_bgjt_left.png) no-repeat;background-size: 100%;position: absolute;top: 100%;right: 100%;}
#nav ul::before{content: "";display: block;width: 0.1rem;height: 0.1rem;background: url(../images/top_nav_bgjt_right.png) no-repeat;background-size: 100%;position: absolute;top: 100%;left: 100%;}

#nav ul li{float:left;position:relative;z-index:0;margin: 0;width: 100%;}
#nav ul li::before{content:"";position:absolute;right: 0;width: 1px;height: 0.14rem;background: rgba(255,255,255,0.2);top: calc(50% - 0.07rem);}
#nav ul li:last-child::before{display: none;}

#nav ul li a{display:block;padding:0.18rem 0rem;transition: 0.4s;color:#b7b7b7;text-align: center;}
#nav ul li h3{font-size: 0.2rem;line-height: 0.24rem;position:relative;display: inline-block;color: #fff;min-width: 0.8rem;text-align: center;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 h3{ color: #f1c209;}
#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: 100%;left: 50%;z-index: 10000;transform: translateX(-50%) scaleY(0);visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition: .5s;transform-origin: top;padding: 10px 0;background:rgba(255,255,255,1) ;}
#nav ul li .sub .box{text-align:center;}
#nav ul li:hover a, #header #nav ul li.on a, #header.xg #nav ul li:hover a{color: #fff;}
#nav ul li .sub a{padding:0.1rem 0.15rem 0.1rem !important;margin-top:-0.03rem; line-height: 0.2rem;transition:.6s;font-size: 0.16rem;color: #555555;white-space: wrap;display: block;text-align: center;position: relative;transition: 0.4s;}

#nav ul li .sub a:hover{  background: #075299;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 .sub{box-shadow: 0 8px 8px rgba(0,55,59,0.25);}




#nav>ul>li h3:before{content:"";display:block;position:absolute; width:21px; height:12px;left:50%;margin-left: -10px; bottom:10px; transition:.3s;opacity:0;visibility:hidden;}
#nav>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav>ul>li:hover h3:before, #nav>ul>li.on h3:before{opacity:1;visibility:visible;display: none;}

.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0 0 0 15px;position: relative;}
.search_btn img{margin: 0;}
#header .dw2{float:left;height: 90px;width: 53px;cursor:pointer;position:relative;margin-right: 1.5rem;transition:.6s;margin-left: 1rem;}
#header .dw2 .j_tab{ }
#header .dw2:after{content:"";width:1px;height: 16px;display:block;position:absolute;background: rgba(255,255,255,.75);right: -1.5rem;top: 50%;margin-top: -8px;}
#header .dw2.yuyan:before{content:"";width:1px;height:100%;display:block;position:absolute;left:0;top:0;display: none;}
#header .dw2 .dh{height: 23px;line-height: 23px;text-align:center;font-size: 13px;color:#fff;cursor:pointer;transition:.6s;}
#header .dw2 .dh span{padding-right: 14px;width: 53px;height: 23px;display: inline-block;font-style: italic;}
#header .dw2 .dd{padding-bottom:10px;padding-top:10px;position:absolute;top:100%;width: 100%;text-align:center;background: #acce22;left: 0;border: 1px solid #acce22;opacity: 0;visibility: hidden;transition: 400ms;transform: translateY(15px);}
#header .dw2 .dd:before{content:"";display:inline-block;border:8px solid transparent;border-bottom: 8px solid #acce22;position:absolute;top:-16px;left:50%;margin-left:-8px;}
#header .dw2 .dd a{display:block;text-align:center;line-height:30px;color: #fff;font-size:13px;padding:0 10px;}
#header .dw2 .dd a:hover{ font-weight:bold; }
#header .dw2.on .dd{opacity:1; visibility: visible; transform: translate(0);}



.search_btn{margin-left: 0rem;cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}

.search-dialog-box{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	/* overflow: hidden; */
}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}

.search-dialog-box.on:before{ height:100%}
.search-dialog-box .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.search-dialog-box .search-bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	margin: 0;
	background: rgba(0,0,0,.7);
	background-size: cover;
	background-repeat: no-repeat;
	/* z-index: 1; */
	transform-origin: center center;
	transition: height .8s cubic-bezier(.77,0,.175,1);
}
.search-dialog-box .wrap-inner{
	transform:translateY(100%);
	transition: .6s;
}
.header-right .bubbles-bg{
	opacity: 0;
	visibility: hidden;
	transition: all .5s .8s;
}
.search-dialog-box .bubbles-bg .bubble{
	position: absolute;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height: 100%;
}
.search-dialog-box .bubbles-bg .bubble1{
	width:6%;
	padding-top: 6%;
	left: 26.875%;
	top: -6.67%;
}
.search-dialog-box .bubbles-bg .bubble1 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble2{
	width:12px;
	padding-top: 12px;
	left: 13.54%;
	top: 18%;
}
.search-dialog-box .bubbles-bg .bubble2 .circle{
	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble3{
	width:36px;
	padding-top: 36px;
	left: 8.854%;
	top: 30.55%;
}
.search-dialog-box .bubbles-bg .bubble3 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble4{
	width:56.875%;
	padding-top: 56.875%;
	left: -28.6458%;
	top: 51.85%;
}
.search-dialog-box .bubbles-bg .bubble4 .circle{
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: -ms-linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,0),rgba(255,255,255,.05) 100%);
}
.search-dialog-box .bubbles-bg .bubble5{
	width:54px;
	padding-top: 54px;
	left: 26.3%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble5 .circle{
	background-color: #fff;
	opacity: .1;
}
.search-dialog-box .bubbles-bg .bubble6{
	width:56.875%;
	padding-top: 56.875%;
	left: 73.4375%;
	top: -52.77%;
}
.search-dialog-box .bubbles-bg .bubble6 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.1) 100%);
}
.search-dialog-box .bubbles-bg .bubble7{
	width:2rem;
	padding-top: 2rem;
	left: 60.9375%;
	top: 18.5%;
}
.search-dialog-box .bubbles-bg .bubble7 .circle{


	background-color: #ff495f;
}
.search-dialog-box .bubbles-bg .bubble8{
	width:1.35rem;
	padding-top: 1.35rem;
	left: 95.83%;
	top: 70.83%;
}
.search-dialog-box .bubbles-bg .bubble8 .circle{
	border:1px solid #fff;
}
.search-dialog-box .bubbles-bg .bubble9{
	width:16px;
	padding-top: 16px;
	left: 76.5625%;
	top: 96.296%;
}
.search-dialog-box .bubbles-bg .bubble9 .circle{
	background-color: #fff;
}
.search-dialog-box .bubbles-bg .bubble10{
	width:56.875%;
	padding-top: 56.875%;
	left: 71.354%;
	top:87%;
}
.search-dialog-box .bubbles-bg .bubble10 .circle{
	background: -webkit-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: -ms-linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
	background: linear-gradient(135deg, rgba(255,255,255,.05),rgba(255,255,255,.3) 100%);
}
.search-dialog-box .bubbles-bg .bubble{
	animation:spin 8s infinite linear;
	transform-origin: 50% 45%;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n){
	animation:spin2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble .circle{
	animation:spin-reverse 8s infinite linear;
}
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle{
	animation:spin-reverse2 8s infinite linear;
}
.search-dialog-box .bubbles-bg .sm-bubble{
	transform-origin: 30% 30px;
}
.search-dialog{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	z-index: 2;
}
.search-dialog .search-tit{
	font-size: 0.2rem;
	line-height: 0.25rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: none;
}
.search-dialog .search-inner{
	overflow: hidden;
	margin-top: 0;
}
.search-dialog .search-input{
	width: 561px;
	margin: 0 auto;
	padding: 0 0rem 0 0.3rem;
	background: #fff;
	box-sizing: border-box;
	transition: all .3s;
	max-width: 94%;
	border-radius: 500px;
}
.search-dialog .search-input input[type=text]{
	float: left;
	height: 0.56rem;
	width: calc(100% - 0.89rem);
	background-color: transparent;
	font-size: 0.2rem;
	line-height: .25rem;
	color: #919191;
	transition: all .3s;
	outline: none;
    border: 0;
}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{
	float: right;
	height: 0.72rem;
	width: 0.56rem;
}

.search-dialog .search-input input[type=image]{
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.5rem;
	background-image: url('../images/search.png');
	background: #075299 url('../images/search.png') no-repeat center center;
	height: 0.56rem;
	width: 0.89rem;
	border-radius: 100px;
}
.search-dialog .search-input .clear-btn{
	background-color: rgba(0,0,0,.2);
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../images/close-btn.svg');
	background-size: 0.56rem;
	border-radius: 100%;
	margin-right: 1rem;
	display: none;
}
.search-dialog .search-input.on{
	background-color: #fff;
}

.search-dialog .search-input.on input[type=image]{
	background-image: url('')
}

.search-dialog .hot-search{
	font-size: 0;
	width:3.12rem;
	margin:.6rem auto 0;
	box-sizing: border-box;
	padding:0 .6rem;
	overflow: hidden;
}
.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link{
	display: inline-block;
	*display: inline;
	zoom:1;
	vertical-align: top;
}
.search-dialog .hot-search .hot-tit{
	font-size: .375rem;
	line-height: .5rem;

	color: #fff;
	font-weight: bold;
	padding-left: .6rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: .5rem;
	background-image: url();
}
.search-dialog .hot-link{
	margin-left: 1rem;
}


.search-dialog .hot-link a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: .375rem;
	line-height: .5rem;
	margin-right: .75rem;
	color:#fff;
	padding-bottom: 5px;
	position: relative;
}

.search-dialog .hot-link a:before{
	content: "";
	position: absolute;
	left:0%;
	bottom:0;
	width:100%;
	height: 2px;
	background-color: #fff;
	transform:scaleX(0);
	transform-origin:left center;
	transition:transform .3s;
}
.search-dialog-box .bottom-box{
	position: absolute;
	left: 0;
	bottom:5.1%;
	width:100%;
}
.search-dialog-box .bottom-box .share-box{
	overflow: hidden;
}
.search-dialog-box .bottom-box .copy{
	font-size: .35rem;
	line-height:.5rem;
	color: #fff;
	font-family: "gilroy-regular";
	margin-top: .5rem;
	overflow: hidden;
}

.header-right.is-open .bubbles-bg{
	visibility: visible;
	opacity: 1;
}
.header-right.is-open .search-btn .con-box{
	display:none;
}
.header-right.is-open .close-btn{
	display:block;
}
.header-right.is-open .item .search-bg{
	transform:scale(1);
}
.search-dialog-box.on{
	opacity: 1;
	visibility: visible;
}
.search-dialog-box.on .search-bg{height: 100vh;}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.pub-close {
	position: absolute;
    width: 24px;
    height: 24px;
    z-index: 10;
    right: 2.14rem;
    top: 0.48rem;
    border-radius: 100%;
}
.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}
.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;

    background-repeat: no-repeat;
    background-image: url(../images/search_close.png);
	transition:.6s
}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}





/*顶部搜索*/
.tc_search {margin: 0.4rem auto 0;width: calc(100% - 0.6rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {/*font-size:.875rem;*/color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 51px 0 12px;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 40px; line-height: 38px; border: 0; background: url(../images/search_white.svg) center center no-repeat; background-size: 55%; }
.tc_search .btn_blue.fr { background: #e9edef; color: #4e4f53; }
.tc_search input::-webkit-input-placeholder {
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
 color:#fff;
color: rgba(255,255,255,.7);
}
.tc_search input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
color: rgba(255,255,255,.7);
}/* WebKit browsers */
.tc_search input:focus::-webkit-input-placeholder {
color: transparent;/* transparent是全透明黑色(black)的速记法，即一个类似rgba(0,0,0,0)这样的值 */
}/* Mozilla Firefox 4 to 18 */
.tc_search input:focus:-moz-placeholder {
color: transparent;
}/* Mozilla Firefox 19+ */
 .tc_search input:focus::-moz-placeholder {
color: transparent;
}/* Internet Explorer 10+ */
.tc_search input:focus:-ms-input-placeholder {
color: transparent;
}/* 点击搜索框获取焦点 placeholder消失-结束 */
/*导航按钮开始*/
#nav_btn_box {height: 100%;z-index: 999999;float: right;margin-left: 0;}
#nav_btn_box.on { background: none; }
#nav_btn { }
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before { background: #fff; }
#nav_btn { cursor: pointer; text-align: center; z-index: 99999; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; outline: none; box-shadow: none; }
#nav_btn .point { display: inline-block; width: 25px; height: 22px; position: relative; outline: none; }
#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before { width: 25px; }
#nav_btn .navbtn {position: absolute;top: 12px;left: 0;display: inline-block;width: 14px;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after, #nav_btn .navbtn::before {position: absolute;left: 0;display: inline-block;width: 25px;height: 1px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #fff;}
#nav_btn .navbtn::after { top: -8px; }
#nav_btn .navbtn::before { top: 8px; }
#nav_btn .point.on .navbtn { background: transparent; }
#nav_btn .point.on .navbtn::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px; }
#nav_btn .point.on .navbtn::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px; }
/*导航按钮结束*/
.m_nav_list {flex-direction: column;justify-content: flex-start;width: 100%;margin: 30px 0 0;}
.m_nav_list::-webkit-scrollbar { display:none}
#m_nav {z-index: 99999;position: fixed;width: 100%;height: 100vh;right: -105%;top: 0;display: none;padding: -1.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: #075299;

padding-bottom: 0.3rem;

}
#m_nav .close{position:absolute;top: 6px;right:15px;font-size: 28px;color:#fff;z-index: 10000;}

#m_nav.act { pointer-events: auto; right: 0;overflow: auto; }
#m_nav>ul>li {width: 100%;overflow: hidden;padding: 0 0 0 0.3rem;position: relative;}
#m_nav>ul>li {border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a { display: inline-block; width: calc(100% - 30px) }
#m_nav li .a {line-height: 0.6rem;height: 0.6rem;color: #fff;padding: 0;font-size: 16px;float: left;}
#m_nav li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
#m_nav li .a span i { font-size: 0; }
#m_nav li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 50px;height: 0.6rem;display: inline-block;background: url(../images/arrow_down.svg) center center no-repeat;background-size: 13px 13px !important;position: absolute;display: block;right: 0;}

#m_nav li.on i {background: url(../images/arrow_down_on.svg) center center no-repeat;}
#m_nav .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); }
#m_nav li { display: block; width: 100%; }
.slide_nav { position: absolute; left: 0; height: 70px; z-index: 998; padding: 15px; top: 0; width: 100%; }
#m_nav .title .list { display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0; background: none; border: 0; clear: both; padding-bottom: 10px; }
#m_nav .title .list span { background: none; }
#m_nav .title .list span a:hover { color: #c21d1b; }
#m_nav .title .list a {display: block;font-size: 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; }


#m_nav form{display: block;width: 100%;}

.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 5%;top: 0;height: 60px;box-shadow: 0 8px 8px rgba(0,55,59,0.25);position: fixed;top: 0;left: 0;right: 0;z-index: 100;background: #075299;background-size: cover;}
#m_header #logo{float: left;}
#m_header #logo img{max-height: 50px;width: auto;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}








#fp-nav.fp-right{display: none;}

 .toubu_div{position: fixed;top: 0;width: 100%;left: 0;z-index: 1000;transition: 0.5s;    /*transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s; */}





.img{width: 100%;position: relative;padding-bottom: 60%;overflow: hidden;transition: 0.4s;}
.img .img_box{background-position: center center !important;position: absolute;top: 0;left: 0;z-index: 2;    width: 100%;background-size: cover !important;
	height: 100%;transition: 0.4s;}
.img img{    position: absolute;transition: 0.4s;opacity: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;}
a:hover .img .img_box{transform: scale(1.05);}
a:hover .img img{transform: scale(1.05);}

.w1720{width: 17.2rem;margin: 0 auto;}


  .body_main{
    position: relative;
  }
  .body_main.on{top: 0;}

  .body_main::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
  .body_main::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
  .body_main::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}



  #header{transition: 0.4s;}



.swiper-slide{    filter: brightness(1);}


.swiper-button-prev, .swiper-button-next{margin: 0;border: none;}
.swiper-button-prev{left: 30px;}
.swiper-button-next{right: 30px;left: auto;}


.sy_tit{position: relative;margin-bottom: 0.2rem;display: flex;justify-content: flex-start;z-index: 3;}
.sy_tit .bt{display: flex;align-items: center;}
.sy_tit .bt img{width: 0.48rem;}
.sy_tit .bt p{font-size: 0.26rem;color: #141212;margin-left: 0.16rem;}
.sy_tit a{display: block;position: absolute;padding-left: 0.83rem;font-size: 0.14rem;color: #333333;right: 0;bottom: 0.2rem;transition: 0.4s;}
.sy_tit a::after{content: "";display: block;width: 0.71rem;height: 0.13rem;background: url(../images/sy_tit_more_bg.png) no-repeat center center;background-size: 100% !important;position: absolute;left: 0;top: 0.01rem;}

.sy_tit a:hover{color: #e10000;}


.sy_tit.bai{}
.sy_tit.bai .bt p{color: #fff;}
.sy_tit.bai a{color: #fff;}
.sy_tit.bai a:hover{color: #e10000;}
.sy_tit.bai a::after{background: url(../images/sy_tit_more_bg_bai.png) no-repeat center center;}

.sy_tit.cen{justify-content: center;}

.sy_tit.big p{font-size: 0.36rem;}


.index_body{overflow: hidden;}




.toubu_div_pc{}

.top_logo_box{display: flex;justify-content: space-between;align-items: center;padding: 0.2rem 0;}
.top_logo_box .logo{}
.top_logo_box .logo a{display: block;}
.top_logo_box .logo img{width: 6.42rem;}
.top_logo_box .right_box{display: flex;align-items: center;}
.top_logo_box .right_box .lj{display: flex;}
.top_logo_box .right_box .lj a{display: block;font-size: 0.14rem;color: #fff;}
.top_logo_box .right_box .lj a p{font-size: 0.14rem;color: #fff;margin-right: 0.23rem;}
.top_logo_box .right_box .search_pc{width: 2.2rem;height: 0.34rem;border: 1px solid #fff;border-radius: 200px;display: flex;position: relative;}
.top_logo_box .right_box .search_pc .txt{width: calc(100% - 0.5rem);height: 100%;background: none;border: none;font-size: 0.14rem;color: #fff;padding: 0 0.1rem;}
.top_logo_box .right_box .search_pc .btn{width: 0.5rem;height: 100%;background: url(../images/sticky_ss.png) no-repeat center center;background-size: 0.21rem;}
.top_logo_box .right_box .search_pc::after{content: "";display: block;width: 1px;height: 0.18rem;background: #3e6fa0;position: absolute;top: calc(50% - 0.09rem);right: 0.5rem;}


.body_main{}
.body_main .w1720{background: url(../images/sy_main_bg_nr.jpg);padding: 0 1rem;    border-radius: 0 0 0.5rem;}




.part1{padding-top: 0.3rem;display: flex;justify-content: space-between;}

.p1_left{width: 7.1rem;}
.p1_lb1{}
.p1_lb1 .swiper-slide{}
.p1_lb1 .swiper-slide a{display: block;}
.p1_lb1 .swiper-slide .img{padding: 0;height: 4rem;}
.p1_lb1 .swiper-slide .img::after{content: "";display: block;width: 100%;height: 100%;background: url(../images/p1_left_img_zz.png) repeat-x bottom left;position: absolute;top: 0;left: 0;z-index: 2;}
.p1_lb1 .swiper-slide .con{position: absolute;bottom: 0.2rem;left: 0;z-index: 3;width: 100%;padding: 0 0.2rem;}
.p1_lb1 .swiper-slide .con p{font-size: 0.18rem;color: #fff;padding-right: 0.7rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.p1_lb1 .swiper-pagination{right: 0.2rem;bottom: 0.24rem;}
.p1_lb1 .swiper-pagination span{width: 0.1rem;height: 0.1rem;border-radius: 50%;border: 1px solid #fff;margin: 0 0.05rem !important;opacity: 1;background: none;}
.p1_lb1 .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}




.p1_right{width: 7.6rem;}


.p1_right{}
.p1_right ul{}
.p1_right ul li{background: #064c8e;margin-bottom: 0.02rem;transition: 0.4s;}
.p1_right ul li a{display: flex;border-radius: 0.2rem 0 0 0;background: #f1f6fc;padding: 0.15rem 0.28rem;justify-content: space-between;transition: 0.4s;position: relative;height: 0.6rem;overflow: hidden;}
.p1_right ul li a::after{content: "";display: block;width: 100%;height: 100%;position: absolute;z-index: 1;background: #fff url(../images/p1_right_li_on.jpg) no-repeat right center;background-size: 100%;top: 0;left: 0;opacity: 0;transition: 0.4s;}

.p1_right ul li .mr_on{ position: relative;z-index: -1;opacity: 0;display: flex;justify-content: space-between;width: 100%;}


.p1_right ul li .con{width: calc(100% - 1.8rem);padding-top: 0.15rem;opacity: 0;transform: translate(-100%,0);}
.p1_right ul li .con .bt{font-size: 0.16rem;color: #075299;font-weight: 600;margin-bottom: 0.15rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.p1_right ul li .con .xx{display: flex;flex-wrap: wrap;}
.p1_right ul li .con .xx p{font-size: 12px;color: #666666;line-height: 0.24rem;padding-left: 18px;background: url(../images/p1_right_ico1.png) no-repeat left center;margin-bottom: 0.01rem;display: table;margin-right: 0.3rem;}
.p1_right ul li .con .xx p+p{background: url(../images/p1_right_ico2.png) no-repeat left center;}
.p1_right ul li .con .xx p+p+p{background: url(../images/p1_right_ico3.png) no-repeat left center;}

.p1_right ul li .img{z-index: 3;width: 1.7rem;height: 1.1rem;padding: 0;opacity: 0;transform: translate(100%,0);}

.p1_right ul li .mr{display: flex;justify-content: space-between;align-items: center;width: 100%;opacity: 1;transition: 0.4s;position: absolute;top: 0;left: 0;padding: 0.22rem 0.28rem;}
.p1_right ul li .mr .bt{font-size: 0.16rem;color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;}
.p1_right ul li .mr .sj{font-size: 0.14rem;color: #683a3a;position: relative;z-index: 3;margin-right: 0.26rem;}

.p1_right ul li.on{box-shadow: 0 0 0.24rem rgba(0,0,0,.42);position: relative;z-index: 3;}
.p1_right ul li.on a{height: 1.384rem;}
.p1_right ul li.on .con{transform: translate(0,0);transition: 0.4s;transition-delay: 0.2s;opacity: 1;}
.p1_right ul li.on .img{transform: translate(0,0);transition: 0.4s;transition-delay: 0.2s;opacity: 1;}
.p1_right ul li.on .mr{opacity: 0;}
.p1_right ul li.on a::after{opacity: 1;}
.p1_right ul li.on .mr_on{visibility:unset;opacity: 1;z-index: 3;}




@media(max-width: 1024px){}







.part2{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 0.3rem;padding-bottom: 0.3rem;position: relative;}
.part2::after{content: "";display: block;background: url(../images/part1_2_bg_zxj.png) no-repeat left bottom;background-size: 100% 100%;width: 0.58rem;height: 0.56rem;position: absolute;left: -1rem;bottom: 0;}

.p2_left{width: 7.1rem;padding-top: 0.1rem;padding-left: 0.1rem;position: relative;}
.p2_left::before{width: 100%;height: calc(100% - 0.3rem);background: #074e92;content: "";display: block;position: absolute;top: 0;left: 0;z-index: 1;}
.p2_left_box::after{content: "";display: block;width: 5.98rem;height: 2.71rem;background: url(../images/p2_left_bg_xt.png) no-repeat;background-size: 100% 100%;position: absolute;bottom: -0.3rem;left: calc(50% - 3rem);z-index: 4;}

.p2_left_box{background: url(../images/p2_left_bg_jb.jpg) no-repeat;background-size: 100% 100%;border-radius: 0.2rem 0 0 0;padding: 0.3rem 0.3rem 0;box-shadow: 0 -0.1rem 0.1rem rgba(0,0,0,.22);z-index: 3;position: relative;height: 100%;}
.p2_left .p2_xxk{display: flex;position: relative;padding-right: 0.4rem;width: 100%;}
.p2_left .p2_xxk li{margin-right: 0.28rem;}
.p2_left .p2_xxk li p{position: relative;z-index: 2;padding-bottom: 0.1rem;font-size: 0.22rem;cursor: pointer;}
.p2_left .p2_xxk li p::after{content: "";display: block;width: 0%;height: 1px;background: #175794;position: absolute;bottom: 0;left: 50%;transition: 0.4s;}
.p2_left .p2_xxk li p::before{content: "";display: block;width: 0%;height: 1px;background: #175794;position: absolute;bottom: 0;right: 50%;transition: 0.4s;}
.p2_left .p2_xxk li p span{display: block;width: 0.05rem;height: 0.05rem;border-radius: 50%;background: #175794;position: absolute;bottom: -0.015rem;left: calc(50% - 0.025rem);display: none;}



.p2_left .p2_xxk li.on p{color: #175794;}
.p2_left .p2_xxk li.on p::after{width: 50%;}
.p2_left .p2_xxk li.on p::before{width: 50%;}
.p2_left .p2_xxk li.on p span{display: block;}
.p2_left .p2_xxk li.on a{display: block;}


.p2_left .p2_xxk_a{position: absolute;right: 0;position: absolute;right: 0.2rem;top: 0.35rem;}
.p2_left .p2_xxk_a a{font-size: 0.14rem;color: #333333;display: none;}
.p2_left .p2_xxk_a a.on{display: block;}
.p2_left .p2_xxk_a a:hover{color: #175794;}



.p2_left .p2_xxk::-webkit-scrollbar {width:1px;height: 1px;background-color: #F5F5F5;}
.p2_left .p2_xxk::-webkit-scrollbar-track {border-radius: 1px;background-color: #E2E2E2;}
.p2_left .p2_xxk::-webkit-scrollbar-thumb {border-radius: 1px; background-color: #333;}





.p2_left_lb{width: 100%;margin-top: 0.2rem;z-index: 5;}
.p2_left_lb .swiper-slide{}
.p2_left_lb ul{}
.p2_left_lb ul li{margin-bottom: 0.2rem;}
.p2_left_lb ul li a{display: flex;justify-content: space-between;position: relative;}
.p2_left_lb ul li a::after{content: "";display: block;width: 0%;height: 1px;background: #175794;position: absolute;bottom: -0.1rem;left: 50%;transition: 0.4s;}
.p2_left_lb ul li a::before{content: "";display: block;width: 0%;height: 1px;background: #175794;position: absolute;bottom: -0.1rem;right: 50%;transition: 0.4s;}

.p2_left_lb ul li .sj{font-size: 12px;color: #333333;}
.p2_left_lb ul li .bt{font-size: 0.16rem;color: #000000;width: calc(100% - 85px);border-left: 1px solid #bfbfbf;padding-left: 0.18rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.p2_left_lb ul li a:hover::after{width: 50%;}
.p2_left_lb ul li a:hover::before{width: 50%;}
.p2_left_lb ul li a:hover .sj{color: #175794;}
.p2_left_lb ul li a:hover .bt{color: #175794;}

.p2_left_lb ul li.zd .sj{color: #e10000 !important;}
.p2_left_lb ul li.zd .bt{color: #e10000 !important;}
.p2_left_lb ul li.zd a::after{background: #e10000;}
.p2_left_lb ul li.zd a::before{background: #e10000;}


.p2_right{width: 7.6rem;}
.p2_right .box{display: flex;justify-content: space-between;}

.p2_sysjj{width: 3.34rem;}
.p2_sysjj img{width: 100%;}
.p2_sysjj .con{padding-top: 0.15rem;}
.p2_sysjj .con p{font-size: 0.14rem;color: #333333;line-height: 0.25rem;text-indent: 2em;}
.p2_sysjj .con a{color: #075299;}
.p2_sysjj .con a:hover{color: #e10000;}

.p2_r_ul{display: flex;width: 4rem;}
.p2_r_ul li{width: 25%;background: url(../images/p2_right_li1.png) no-repeat;background-size: 100% 100% !important;}
.p2_r_ul li+li{background: url(../images/p2_right_li2.png) no-repeat;}
.p2_r_ul li+li+li{background: url(../images/p2_right_li3.png) no-repeat;}
.p2_r_ul li+li+li+li{background: url(../images/p2_right_li4.png) no-repeat;}
.p2_r_ul li a{display: flex;justify-content: center;flex-wrap: wrap;padding: 0.2rem 0;}
.p2_r_ul li .pic{width: 100%;text-align: center;margin-bottom: 0.1rem;}
.p2_r_ul li .pic img{width: auto;transition: 0.4s;}
.p2_r_ul li p{font-size: 0.16rem;color: #141919;width: 100%;line-height: 0.22rem;width: 0.44rem;   transition: 0.4s;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
display: flex;justify-content: center;align-items: center;
}

.p2_r_ul li a:hover .pic img{transform: rotateY(360deg);}
.p2_r_ul li a:hover p{color: #075299;}




@media(max-width: 1024px){}






.part3 .sy_tit{margin-right: 0.55rem;margin-bottom: 0.35rem;}

.part3{position: relative;padding: 0.4rem 0 0.6rem;}
.part3::after{content: "";display: block;width: calc(100% + 1rem);height: 100%;position: absolute;background: url(../images/part3_bg.jpg) no-repeat;border-radius: 0 0 0.6rem 0;top: 0;left: -1rem;background-size: cover;}

.p3_main{width: calc(100% - 0.55rem);position: relative;z-index: 3;}
.p3_ul{display: flex;margin: 0 -1%;}
.p3_ul li{width: 23%;margin: 0 1%;border: 1px solid rgba(255,255,255,0.3);position: relative;transition: 0.4s;}
.p3_ul li::after{content: "";display: block;width: 100%;height: 100%;background: none;border-right: 1px solid rgba(255,255,255,0.3);border-bottom: 1px solid rgba(255,255,255,0.3);position: absolute;bottom: -0.05rem;right: -0.05rem;z-index: 1;transition: 0.4s;}
.p3_ul li a{display: block;position: relative;transition: 0.4s;}
.p3_ul li a::after{content: "";display: block;width: 1px;height: 0.05rem;background: rgba(255,255,255,0.3);position: absolute;top: 100%;left: 0.04rem;transition: 0.4s;}
.p3_ul li a::before{content: "";display: block;width: 0.05rem;height: 1px;background: rgba(255,255,255,0.3);position: absolute;top: 0.04rem;left: 100%;transition: 0.4s;}
.p3_ul li .img{padding-bottom: 65%;}
.p3_ul li .con{padding: 0.3rem;}
.p3_ul li .con .sj{font-size: 0.14rem;color: rgba(255, 255, 255, 0.6);padding-left: 0.2rem;background: url(../images/p3_sj_ico.png) no-repeat left center;background-size: 0.13rem;margin-bottom: 0.1rem;font-family: times;}
.p3_ul li .con .bt{font-size: 0.16rem;color: #ffffff;line-height: 0.24rem;height: 0.72rem;overflow: hidden;}

.p3_ul li:hover{border: 1px solid rgba(255,255,255,1);}
.p3_ul li:hover:after{border-right: 1px solid rgba(255,255,255,1);border-bottom: 1px solid rgba(255,255,255,1);}
.p3_ul li:hover a::after{background: rgba(255,255,255,1);}
.p3_ul li:hover a::after{background: rgba(255,255,255,1);}




@media(max-width: 1024px){}




.part4{padding: 0.4rem 0 0.2rem;}
.part4 .sy_tit{margin-bottom: 0.36rem;}

.p4_lb{padding: 0rem 1rem 0.3rem;}
.p4_lb .swiper-slide{position: relative;}
.p4_lb .swiper-slide::after{content: "";display: block;width: 100%;height: 0.87rem;background-size: 100% 100%;position: absolute;bottom: -0.3rem;left: 0;background: url(../images/p4_con_yy.png) no-repeat bottom center;}
.p4_lb .swiper-slide a{display: block;overflow: hidden;border-radius: 0.05rem;}
.p4_lb .swiper-slide .img{padding-bottom: 66.7%;}
.p4_lb .swiper-slide .img::after{content: "";display: block;width: 100%;height: 100%;background: url(../images/p4_img_zz.png) no-repeat bottom center;background-size: 100% 100%;z-index: 2;position: absolute;bottom: -1px;left: 0;opacity: 0;transition: 0.4s;}
.p4_lb .swiper-slide .img::before{content: "";display: block;width: 100%;height: 100%;background: url(../images/p4_play.png) no-repeat center center;background-size: 1.2;z-index: 3;position: absolute;top: 0;left: 0;}
.p4_lb .swiper-slide .con{position: absolute;left: 0;bottom: 0.23rem;width: 100%;padding: 0 0.4rem;z-index: 3;display: block;padding-bottom: 0.14rem;opacity: 0;transition: 0.4s;}
.p4_lb .swiper-slide .con::after{content: "";display: block;width: 0.5rem;height: 0.02rem;background: #248c4c;transition: 0.4s;position: absolute;left: 0.4rem;bottom: 0;}
.p4_lb .swiper-slide .con p{font-size: 0.18rem;color: #fff;line-height: 0.24rem;max-height: 0.48rem;overflow: hidden;}

.p4_lb .swiper-slide.swiper-slide-active .con{opacity: 1;}
.p4_lb .swiper-slide.swiper-slide-active .img::after{opacity: 1;}
.p4_lb .swiper-slide a:hover .con::after{width: calc(100% - 0.8rem);}








.part5{position: relative;}
.p5_box1{width: 10.6rem;padding-left: 0.7rem;}
.p5_box1 ul{display: flex;flex-wrap: wrap;padding: 0.5rem 0;}
.p5_box1 ul li{width: 30.33%;margin-bottom: 0.23rem;}
.p5_box1 ul li a{display: flex;padding-right: 0.5rem;justify-content: space-between;align-items: center;cursor: default;}
.p5_box1 ul li .pic{width: 0.6rem;height: 0.6rem;border: 1px dashed #d9d9d9;border-radius: 50%;}
.p5_box1 ul li .pic img{width: 100%;}
.p5_box1 ul li .con{width: calc(100% - 0.74rem);}
.p5_box1 ul li .con p{font-family: georgia;font-size: 0.24rem;color: #075299;margin-bottom: 0.1rem;}
.p5_box1 ul li .con span{font-size: 0.16rem;color: #333333;display: block;line-height: 0.2rem;

}



.p5_lb{width: 4.6rem;position: absolute;right: 0;top: 0;z-index: 3;padding-bottom: 0.4rem;}
.p5_lb .swiper-slide{}
.p5_lb .swiper-slide a{display: block;background: #248c4c;padding: 0.2rem;}
.p5_lb .swiper-slide .img{height: 6.2rem;}
.p5_lb .swiper-slide .bt{font-size: 0.16rem;color: #ffffff;line-height: 0.24rem;text-align: center;padding-top: 0.2rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.p5_lb .swiper-pagination{bottom: 0;width: 100%;}
.p5_lb .swiper-pagination span{width: 0.12rem;height: 0.12rem;border-radius: 50%;border: 1px solid #fff;background: none;margin: 0 0.06rem !important;opacity: 1;}
.p5_lb .swiper-pagination span.swiper-pagination-bullet-active{background: #fff;}





.p5_box2{width: 10.6rem;position: relative;padding: 0.7rem 0 0.4rem 0.7rem;}
.p5_box2::after{content: "";display: block;width: calc(100% + 5.6rem);height: 100%; background: url(../images/p5_box2_bg.jpg) no-repeat center center;background-size: cover;position: absolute;left: 0; top: 0;z-index: 1;border-radius: 0.6rem 0 0 0;}

.p5_box2 ul{display: flex;position: relative;z-index: 3;width: 100%;margin-bottom: 0.7rem;}
.p5_box2 ul li{margin-right: 0.6rem;margin-bottom: 0.1rem;}
.p5_box2 ul li a{display: block;}
.p5_box2 ul li .line{width: 0.6rem;height: 0.04rem;background: #248c4c;margin-bottom: 0.26rem;transition: 0.4s;}
.p5_box2 ul li .bt{font-size: 0.18rem;color: #fff;line-height: 0.28rem;margin-bottom: 0.2rem;font-weight: 600;height: 0.56rem;overflow: hidden;}
.p5_box2 ul li .zy{font-size: 12px;line-height: 0.22rem;color: rgba(255,255,255,0.55);margin-bottom: 0.3rem;height: 0.88rem;overflow: hidden;}
.p5_box2 ul li .more{width: 0.88rem;height: 0.33rem;margin-left: 3px;margin-top: 0px;position: relative;transition: 0.4s;}
.p5_box2 ul li .more::after{content: "";display: block;width: 100%;height: 100%;border: 1px solid #83a9cc;background: #0f61af;position: absolute;top: 0;left: 0;opacity: 0.5;transition: 0.4s;}
.p5_box2 ul li .more div{border: 1px solid #83a9cc;background: #0f61af;position: relative;z-index: 2;margin-left: -2px;top: -2px;display: flex;justify-content: center;align-items: center;height: 100%;width: 100%;transition: 0.4s;}
.p5_box2 ul li .more p{font-size: 12px;color: #fff;margin-right: 0.1rem;}
.p5_box2 ul li .more img{width: 0.21rem;height: 0.15rem;transform: rotate(-45deg);transition: 0.4s;}

.p5_box2 ul li a:hover .line{width: 100%;}
.p5_box2 ul li a:hover .more div{background: #248c4c;}
.p5_box2 ul li a:hover .more img{transform: rotate(0deg);}



.p5_box2 .sy_tit{width: calc(100% + 4.6rem);}
.p5_box2 .sy_tit a{position: relative;right: auto;top: auto;bottom: auto;}
.p5_box2 .sy_tit a:hover{color: #248c4c;}



.part6{padding: 0.4rem 0;}
.p6_lb{padding-left: 0.2rem;padding-bottom: 0.75rem;}
.p6_lb .swiper-slide{}
.p6_lb .swiper-slide a{display: block;padding: 0.16rem 0.56rem 0.16rem 0.16rem;background: url(../images/p6_li_bg.png) no-repeat right top;background-size: 4rem;}
.p6_lb .swiper-slide .img_out{overflow: hidden;    transform: skewX(-17deg);}
.p6_lb .swiper-slide .img{padding-bottom: 0;height: 2.2rem;transform: skewX(17deg);width: calc(100% + 1.4rem);position: relative;
left: -0.7rem;}
.p6_lb .swiper-slide .con{width: 2.69rem;height: 0.41rem;background:url(../images/p6_con_bg.png) no-repeat center center;background-size: 100% 100%;display: flex;align-items: center;padding: 0 0.25rem 0 0.45rem;position: absolute;right: 0;bottom: -0.1rem;z-index: 6;}
.p6_lb .swiper-slide .con p{font-size: 0.16rem;color: #fff;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}


.p6_lb .swiper-pagination{bottom: 0;width: 100%;}
.p6_lb .swiper-pagination span{width: 0.1rem;height: 0.1rem;border-radius: 50%;border: 1px solid #075299;background: none;margin: 0 0.05rem !important;opacity: 1;}
.p6_lb .swiper-pagination span.swiper-pagination-bullet-active{background: #075299;}











.foot{padding: 0rem 0 0rem;background: #075299;background-size: cover;padding: 0.6rem 0 0.45rem;}
.foot .w1720{background: #075299;display: flex;justify-content: space-between;}


.foot_left{width: 4.91rem;}
.foot_left .f_logo{margin-bottom: 0.2rem;}
.foot_left .f_logo img{max-width: 100%;}
.foot_left .xx{display: flex;flex-wrap: wrap;}
.foot_left .xx p{font-size: 0.14rem;color: rgba(255,255,255,0.6);padding-left: 19px;min-height: 20px;line-height: 20px;margin-bottom: 0.16rem;}
.foot_left .xx .dd{background: url(../images/foot_ico_dd.png) no-repeat center left;}
.foot_left .xx .dh{background: url(../images/foot_ico_dh.png) no-repeat center left;margin-left: 0.15rem;}
.foot_left .xx .bq{background: url(../images/foot_ico_bq.png) no-repeat center left;}

.foot_left .xx p a{color: rgba(255,255,255,0.6);transition: 0.4s;}
.foot_left .xx p a:hover{color: #248c4c;}



.foot_cen{width: 6.5rem;padding-top: 0.08rem;}
.foot_cen .xbt{position: relative;padding-left: 12px;margin-bottom: 0.6rem;}
.foot_cen .xbt h2{font-size: 0.22rem;color: #ffffff;font-weight: bold;}
.foot_cen p{font-size: 0.14rem;color: #fff;position: absolute;top: -0.05rem;left: 0;}
.foot_cen p span{font-size: 0.46rem;color: #fff;}
.foot_cen ul{display: flex;flex-wrap: wrap;}
.foot_cen ul li{width: 33.33%;margin-bottom: 0.16rem;}
.foot_cen ul li a{display: block;font-size: 0.14rem;line-height: 0.2rem;color: #fff;padding-right: 0.1rem;transition: 0.4s;}

.foot_cen ul li a:hover{color: #248c4c;}

.foot_right{align-self: flex-end;padding-bottom: 0.18rem;}
.foot_right ul{display: flex;}
.foot_right ul li{margin-left: 0.17rem;text-align: center;}
.foot_right ul li img{width: 1.3rem;}
.foot_right ul li p{font-size: 0.14rem;color: #fff;line-height: 0.2rem;text-align: center;margin-top: 0.05rem;}





.fhdb{width: 0.67rem;height: 0.67rem;background: #248c4c;border-radius: 50%;position: fixed;right: 0.3rem;bottom: 0.8rem;z-index: 99;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.fhdb img{max-width: 40%;}
.fhdb:hover img{animation: fhdb 1s linear infinite;}

@keyframes fhdb
    {
    0% {transform: translate(0,0px);}
    25% {transform: translate(0,7px);}
    50% {transform: translate(0,0px);}
    75% {transform: translate(0,-7px);}
    100% {transform: translate(0,0px);}
}



@media(max-width: 1650px){


}

@media(max-width: 1600px){




}


@media(max-width: 1420px){





}

@media(max-width: 1400px){


}
@media(max-width: 1200px){
	.p1_right ul li .con{padding-top: 0;}


}
@media(max-width: 1024px){



	.m_header_box header {
		padding: 0 2%;}


	.body_main{}
	.body_main>div{padding: 0.3rem 0;}
	.body_main .w1720{padding: 0 1%;}

	.w1720{width: 98%;}
	
	.foot_lj ul li a{margin-top: 0.1rem;}

	.firstScreen .toubu_div{display: none;}
	.m_header_box{display: block;}


	.toubu_div_pc{display: none;}
	#toubu_div_pc_in{display: none;}

	


	.part1{flex-wrap: wrap;padding-top: 0.08rem;}
	.part1>div{width: 100% !important;}

	.p1_left{margin-bottom: 0.2rem;}
	.p1_lb1 .swiper-slide .img{height: auto;padding-bottom: 60%;}



	.part2{margin-top: 0.3rem;padding-bottom: 0.3rem;}
	.part2>div{width: 100% !important;}
	.p2_left{margin-bottom: 0.2rem;}
	.p2_sysjj{width: calc(100% - 4.2rem);}



	.part3{padding: 0.3rem 0 0.1rem;}
	.part3::after{border-radius: 0 0 0.3rem 0;}
	.p3_main{width: calc(100% - 0.2rem);}
	.p3_ul{flex-wrap: wrap;}
	.p3_ul li{width: 48%;margin-bottom: 0.2rem;}

	.part3 .sy_tit{margin-right: 0.15rem;}


	.part4 {
		padding: 0.3rem 0;
	}
	.p4_lb .swiper-slide .img::before{background-size: 0.8rem !important;}

	.p5_lb{position: relative;margin-bottom: 0.2rem;max-width: 85%;}
	.p5_lb .swiper-pagination span{border: 1px solid #075299;}
	.p5_lb .swiper-pagination span.swiper-pagination-bullet-active{background: #075299;}
	.p5_lb .swiper-slide .img{height: auto;padding-bottom: 147%;}

	.p5_box1{width: 100%;padding-left: 0;}
	.p5_box1 ul{padding: 0 0.2rem;width: 100%;}
	.p5_box1 ul li{width: 33.33%;}
	.p5_box1 ul li a{padding-right: 0.1rem;}
	.p5_box2{width: 100%;padding: 0.3rem;padding-right: 0;}
	.p5_box2::after{    border-radius: 0.3rem 0 0 0;}
	.p5_box2 ul li{margin:0 0.1rem;}


	.p5_box2 .sy_tit{width: 100%;}


	
	.part6{padding: 0.3rem 0;}
	.p6_lb{padding-bottom: 0.5rem;}


	.foot{padding-bottom: 0 !important;}
	.foot_cen .xbt{margin-bottom: 0.4rem;}
	.foot .w1720{flex-wrap: wrap;flex-direction: column-reverse;}
	.foot .w1720>div{width: 100% !important;margin-bottom: 0.2rem;padding: 0 0.1rem;}
	.foot_right{margin-bottom: 0 !important;}
	.foot_right ul{justify-content: center;}

	.sy_tit.cen{justify-content: flex-start;}
	.part5 .sy_tit.cen{justify-content: center;}





	.fhdb{    width: 0.37rem;right: 0.1rem;bottom: 0.2rem;
		height: 0.37rem;}
	
}
@media(max-width: 950px){


}
@media(max-width: 800px){
	.p5_box1 ul li{width: 50%;}
}
@media(max-width: 760px){
	.p6_lb{padding-left: 0.3rem;}
	.p6_lb .swiper-slide .img{height: auto;padding-bottom: 50%;}


	.foot_right{margin-bottom: 0.2rem !important;}
}

@media(max-width: 650px){
	.p1_right ul li.on a{height: auto;}
	.p1_right ul li a{padding: 0.2rem 0.15rem;}
	.p1_right ul li .mr .sj{margin-right: 0;}

	.p3_ul li{width: 100%;}


	.p4_lb{padding: 0;}


	.p5_box2{padding-left: 0.1rem;}
	.p5_box2 ul{flex-wrap: wrap;margin-bottom: 0;}
	.p5_box2 ul li{width: 100%;margin-bottom: 0.3rem;}
	.p5_box2 ul li .bt{height: auto;max-height: 0.56rem;}
	.p5_box2 ul li .zy{height: auto;max-height: 0.88rem;}
	.p5_box2 ul li .line{margin-bottom: 0.1rem;}
	.p1_right ul li .con .xx p{line-height: 0.2rem;}



	.p2_right .box{flex-wrap: wrap;justify-content: center;}
	.p2_sysjj{width: 100%;margin-bottom: 0.2rem;}


	.p2_left .p2_xxk{display: block;width: calc(100% - 54px);overflow-x: auto;  overflow-y: hidden;  white-space: nowrap;padding-bottom: 0.1rem;padding-right: 0;}

	.p2_left .p2_xxk li{display: inline-block;}


	.p2_left_lb{margin-top: 0.2rem;}
	.p2_left_box{padding: 0.15rem;}
	.p2_left .p2_xxk li{margin-right: 0.1rem;}
}
@media(max-width: 550px){

}


@media(max-width: 450px){

	#m_header #logo{width: 80%;}


}




/* 首页样式结束 */


/* 二级样式开始 */
.ej_body{    background: #075299 url(../images/ej_main_bg1.jpg) no-repeat top center;overflow: hidden;position: relative;}
.ej_body::after{content: "";display: block;width: 100%;height: 5.2rem;background: url(../images/ej_main_bg2.jpg) no-repeat bottom left;background-size: 100%;position: absolute;bottom: 0;left: 0;z-index: 1;}


.ej_main{background: #fff;}
.w1400{width: 14rem;margin: 0 auto;}


.ej_main{padding-bottom: 0.7rem;border-radius: 0 0 0.6rem 0;}
.ej_main .ej_bn{position: relative;}
.ej_main .ej_bn>img{width: 100%;}
.ej_main .ej_lmmc{position: absolute;width: 100%;bottom: 0;left: 0;z-index: 3;}
.ej_main .ej_lmmc h2{width: 2.4rem;font-size: 0.26rem;color: #ffffff;font-weight: bold;padding:0.25rem 0.47rem;line-height: 0.32rem;background: url(../images/ej_lmmc_bg.jpg) no-repeat;background-size: cover;}



.ej_main_box{display: flex;justify-content: space-between;align-items: flex-start;}
.ej_main_box .ej_left_nav{width: 2.4rem;padding: 0.2rem;background:#ebf1f6 url(../images/ej_left_nav_bg.jpg) no-repeat bottom center;background-size: 100%;}

.ej_main_box .ej_left_nav ul{padding-bottom: 1rem;}
.ej_main_box .ej_left_nav ul li{margin-bottom: 0.1rem;position: relative;}
.ej_main_box .ej_left_nav ul li>a{display: block;padding: 0.15rem 0.3rem 0.15rem 0.3rem;background: rgba(255,255,255,0.9);position: relative;display: flex;justify-content: space-between;}
.ej_main_box .ej_left_nav ul li>a::before{content: "";display: block;width: 0.04rem;height: 0;background: #f1c209;position: absolute;top: 0;left: 0;transition: 0.4s;z-index: 2;}
.ej_main_box .ej_left_nav ul li>a::after{content: "";display: block;width: 0;height: 100%;background: #175794;position: absolute;top: 0;left: 0;transition: 0.4s;z-index: 1;}
.ej_main_box .ej_left_nav ul li p{font-size: 0.18rem;color: #333333;width: calc(100% - 10px);line-height: 0.2rem;position: relative;z-index: 3;transition: 0.4s;}
.ej_main_box .ej_left_nav ul li>span{font-family: 宋体;font-size: 0.14rem;color: #333333;position: relative;z-index: 3;transition: 0.4s;position: absolute;display: block;top: 0;right: -0.05rem;padding: 0.18rem;cursor: pointer;text-align: center;}

.ej_main_box .ej_left_nav ul li:hover>a::before{height: 100%;}
.ej_main_box .ej_left_nav ul li:hover>a::after{width: 100%;}
.ej_main_box .ej_left_nav ul li:hover>a p{color: #fff;}
.ej_main_box .ej_left_nav ul li:hover>span{color: #fff;}

.ej_main_box .ej_left_nav ul li.on a::before{height: 100%;}
.ej_main_box .ej_left_nav ul li.on a::after{width: 100%;}
.ej_main_box .ej_left_nav ul li.on a p{color: #fff;}
.ej_main_box .ej_left_nav ul li.on>span{color: #fff;}
.ej_main_box .ej_left_nav ul li span.on{transform: rotate(90deg);}

.ej_main_box .ej_left_nav ul li .sub{background: rgba(255,255,255,0.9);padding: 0rem 0.2rem 0.1rem 0.3rem;display: none;}
.ej_main_box .ej_left_nav ul li.on .sub{display: block;}
.ej_main_box .ej_left_nav ul li .li{position: relative;padding-left: 0.14rem;}
.ej_main_box .ej_left_nav ul li .li>a{margin-left: 0rem;display: block;padding: 0.1rem 0;}
.ej_main_box .ej_left_nav ul li .li>a p{font-size: 0.15rem;color: #333333;line-height: 0.2rem;}
.ej_main_box .ej_left_nav ul li .li>span{font-size: 12px;color: #737373;display: block;padding: 0.15rem;position: absolute;left: -0.12rem;top: 0;font-family: 宋体;cursor: pointer;}

.ej_main_box .ej_left_nav ul li .li.on>span{color: #175794;}

.ej_main_box .ej_left_nav ul li .li.on>a p{color: #175794;transition: 0.4s;}
.ej_main_box .ej_left_nav ul li .li a{transition: 0.4s;}
.ej_main_box .ej_left_nav ul li .li a:hover{color: #175794 !important;}
.ej_main_box .ej_left_nav ul li .li a:hover p{color: #175794 !important;}
.ej_main_box .ej_left_nav ul li .li a:hover span{color: #175794 !important;}

.ej_main_box .ej_left_nav ul li .li .sub_4j{position: relative;padding: 0.1rem 0;display: none;}
.ej_main_box .ej_left_nav ul li .li.on .sub_4j{display: block;}
.ej_main_box .ej_left_nav ul li .li .sub_4j::after{content: "";display: block;width: calc(100% + 0.2rem);height: 100%;z-index: 1;background: rgba(23,87,148,0.1);position: absolute;top: 0;left: -0.15rem;}
.ej_main_box .ej_left_nav ul li .li .sub_4j a{display: block;font-size: 0.14rem;color: #333;display: block;line-height: 0.18rem;padding: 0.05rem 0;position: relative;z-index: 2;}
.ej_main_box .ej_left_nav ul li .li .sub_4j a.on{color: #175794;}



.ej_main_box .ej_left_nav h2{display: none;}

.ej_main_box .ej_right.ej_right_man{width: 100%;}

.ej_main_box .ej_right{width: 11.1rem;padding-top: 0.45rem;}
.ej_main_box .ej_right .dqwz{background: url(../images/ej_dqwz_bg.png) no-repeat left bottom;padding: 0.1rem 0;padding-left: 0.4rem;position: relative;display: table;margin-bottom: 0.4rem;}
.ej_main_box .ej_right .dqwz::after{content: "";display: block;width: 100%;height: 1px;background: #175794;position: absolute;left: 0.1rem;bottom: 0;}
.ej_main_box .ej_right .dqwz a{font-size: 0.14rem;color: #333333;transition: 0.4s;}

.ej_main_box .ej_right .dqwz a:hover{color: #075299;}


.fanye{text-align: center;margin-top: 0.5rem;}


.ej_foot{background: none;}
.ej_foot>.w1720{padding: 0 1rem;background: none;}
.ej_foot .foot_left{width: 9.3rem;}
.ej_foot .foot_left .xx p{margin-left: 0; margin-right: 0.2rem;min-width: 2.9rem;}


.ej_main_box .ej_left_nav h2 span{cursor: pointer;}


@media(max-width: 1024px){

	
	.ej_main{overflow: hidden;padding-bottom: 0.3rem;border-radius: 0 0 0.3rem 0;}
	.w1400{width: 95%;}

	.ej_main_box .ej_left_nav ul{padding-bottom: 0;padding-top: 0.2rem;display: none;}
	.ej_main_box{display: block;}
	.ej_main_box>div{width: 100% !important;}
	.ej_main_box>div.ej_left_nav{width: 110% !important;margin-left: -5%;padding: 0.1rem 5%;}
	.ej_main_box .ej_left_nav{background: #ebf1f6;}
	.ej_main_box .ej_left_nav h2{display: block;position: relative;font-size: 0.24rem;}
	.ej_main_box .ej_left_nav h2 span{width: 0.24rem;height: 0.24rem;background: url(../images/bnt_sub_nav2.png) no-repeat;background-size: 100% 100%;position: absolute;right: 0;top: 0;}
	.ej_main .ej_lmmc{display: none;}
	.ej_main_box .ej_right{padding-top: 0.1rem;}

	.ej_main_box .ej_right .dqwz{margin-bottom: 0.2rem;}

	.fanye{margin-top: 0.2rem;}

	.ej_foot{padding: 0.3rem 0 0.2rem;}
	.ej_foot>.w1720{padding: 0;}
}






/* 题图列表页开始 */
.ej_list_tt{}
.ej_list_tt ul{}
.ej_list_tt ul li{border-bottom: 1px solid #dadada;margin-bottom: 0.2rem;position: relative;}
.ej_list_tt ul li::after{content: "";display: block;width: 0;height: 1px;background: #075299;transition: 0.4s;position: absolute;left: 50%;bottom: -1px;z-index: 2;}
.ej_list_tt ul li::before{content: "";display: block;width: 0;height: 1px;background: #075299;transition: 0.4s;position: absolute;right: 50%;bottom: -1px;z-index: 2;}
.ej_list_tt ul li a{display: flex;justify-content: space-between;padding-bottom: 0.2rem;}
.ej_list_tt ul li .img{padding-bottom: 16.23%;width: 2.8rem;}
.ej_list_tt ul li .con{width: calc(100% - 2.8rem);padding: 0.16rem 0;padding-left: 0.34rem;}
.ej_list_tt ul li .con .bt{font-size: 0.2rem;color: #333333;font-weight: 600;margin-bottom: 0.08rem;line-height: 0.24rem;transition: 0.4s;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ej_list_tt ul li .con .line{width: 0.76rem;height: 0.02rem;background: #175794;transition: 0.4s;}
.ej_list_tt ul li .con .zy{font-size: 0.14rem;color: #666666;line-height: 0.24rem;height: 0.72rem;overflow: hidden;margin-top: 0.1rem;margin-bottom: 0.1rem;}
.ej_list_tt ul li .con .sj{font-size: 0.14rem;line-height: 20px;height: 20px;padding-left: 20px;background: url(../images/ej_list_tt_sj.png) no-repeat left center;color: #666666;}

.ej_list_tt ul li.no_img{}
.ej_list_tt ul li.no_img .con{width: 100%;padding: 0.1rem 0;}

.ej_list_tt ul li:hover .con .bt{color: #075299;}
.ej_list_tt ul li:hover::after{width: 50%;}
.ej_list_tt ul li:hover::before{width: 50%;}

@media(max-width: 750px){
	.ej_list_tt ul li{margin-bottom: 0.3rem;}
	.ej_list_tt ul li a{flex-wrap: wrap;}
	.ej_list_tt ul li .img{width: 100%;padding-bottom: 60%;}
	.ej_list_tt ul li .con{width: 100%;padding: 0.2rem 0 0rem;}
	.ej_list_tt ul li .con .bt{font-size: 0.18rem;}
}

/* 题图列表页结束 */



/* 文章列表页开始 */
.ej_list{}
.ej_list ul{position: relative;}
.ej_list ul::after{content: "";display: block;width: 100%;position: absolute;top: 0px;z-index: 1;opacity: 1;transition: 0.4s;border-bottom: 1px dashed #aaaaaa;}
.ej_list ul li{}
.ej_list ul li a{display: flex;justify-content: space-between;position: relative;align-items: center;}
.ej_list ul li .bt{font-size: 0.16rem;color: #333333;width: calc(100% - 1rem);
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ej_list ul li .sj{font-size: 0.16rem;color: #737373;padding: 0.23rem 0 0.2rem;}

.ej_list ul li a::after{content: "";display: block;width: 100%;position: absolute;bottom: -1px;z-index: 1;opacity: 1;transition: 0.4s;border-bottom: 1px dashed #aaaaaa;left: 0;}
.ej_list ul li a::before{content: "";display: block;width: 100%;position: absolute;bottom: -1px;z-index: 3;opacity: 0;transition: 0.4s;border-bottom: 1px dashed #175794;left: 0;}

.ej_list ul li a:hover::after{opacity: 0;}
.ej_list ul li a:hover::before{opacity: 1;}

.ej_list ul li a:hover .bt{color: #175794;}
.ej_list ul li a:hover .sj{color: #175794;}


@media(max-width: 1024px){
	.ej_list ul li a{display: block;padding: 0.16rem 0 0.15rem;}
	.ej_list ul li .bt{width: 100%;margin-bottom: 0.11rem;}
	.ej_list ul li .sj{padding: 0;}
}

/* 文章列表页结束 */





/* 图片列表页开始 */

.ej_list_pic{}
.ej_list_pic ul{display: flex;flex-wrap: wrap;margin: 0 -1.3%;}
.ej_list_pic ul li{width: 22.4%;margin: 0 1.3% 0.4rem;box-shadow: 0 2px 6px rgba(0,39,80,0.26);transition: 0.4s;}
.ej_list_pic ul li a{display: block;background: #fff;position: relative;}
.ej_list_pic ul li .img{padding-bottom: 65%;}
.ej_list_pic ul li .con{padding: 0.13rem 0.11rem;position: relative;overflow: hidden;}
.ej_list_pic ul li p{font-size: 0.18rem;color: #333333;position: relative;transition: 0.4s;z-index: 3;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ej_list_pic ul li .con::after{content: "";display: block;width: 0;height: 100%;background: #248c4c;position: absolute;left: 50%;top: 0;z-index: 0;transition: 0.4s;}
.ej_list_pic ul li .con::before{content: "";display: block;width: 0;height: 100%;background: #248c4c;position: absolute;right: 50%;top: 0;z-index: 0;transition: 0.4s;}

.ej_list_pic ul li:hover{box-shadow: 0 0px 0.15rem rgba(0,39,80,0.6);}
.ej_list_pic ul li a:hover .con::after{width: 51%;}
.ej_list_pic ul li a:hover .con::before{width: 51%;}
.ej_list_pic ul li a:hover .con p{color: #fff;}


@media(max-width: 1024px){
	.ej_list_pic ul li{width: 30.73%;}
}
@media(max-width: 750px){
	.ej_list_pic ul li{width: 47.4%;margin-bottom: 0.2rem;}
}


/* 图片列表页结束 */




/* 内容页开始 */


.ej_nry{width: 100%;}
.ej_nry .box1{margin-top: 0.46rem;}
.ej_nry .box1 .bt{font-size: 0.28rem;color: #333333;text-align: center;line-height: 0.34rem;margin-bottom: 0.2rem;}
.ej_nry .box1 .xx{padding-bottom: 0.2rem;border-bottom: 1px solid #cccccc;text-align: center;}
.ej_nry .box1 .xx p{font-size: 0.14rem;color: #737373;text-align: center;line-height: 0.2rem;display: inline-block;}
.ej_nry .box2{padding: 0.2rem 0 0.1rem;border-bottom: 1px solid #cccccc;}
.ej_nry .box2 p{font-size: 0.16rem !important;color: #333333;line-height: 0.32rem !important;margin-bottom: 0.16rem;text-indent: 2em;}
.ej_nry .box2 img{display: block;margin: 0 auto;max-width: 100%;height: auto !important;min-width:50%;}
.ej_nry .box2 .has_img{text-indent: 0 !important;}
.ej_nry .box3{padding: 0.2rem 0;}
.ej_nry .box3 a{display: block;font-size: 0.16rem;color: #333333;line-height: 0.32rem;margin: 0.1rem;}

@media(max-width: 1024px){

}






/* 内容页结束 */







/* 师资概况开始 */

.ej_szgk{}
.ej_szgk .con{margin-bottom: 0.6rem;}
.ej_szgk .con p{font-size: 0.16rem;color: #333333;line-height: 0.32rem;text-indent: 2em;}
.ej_szgk_ul{display: flex;justify-content: center;}
.ej_szgk_ul li{width: 20%;}
.ej_szgk_ul li a{display: block;}
.ej_szgk_ul li .pic{text-align: center;width: 0.85rem;margin: 0 auto 0.2rem;}
.ej_szgk_ul li .pic img{width: 100%;}
.ej_szgk_ul li .shuzi{font-size: 0.42rem;color: #175794;text-align: center;margin-bottom: 0.1rem;	font-family: georgia;}
.ej_szgk_ul li .zy{font-size: 0.14rem;color: #666666;line-height: 0.26rem;text-align: center;}


@media(max-width: 1024px){
	.ej_szgk .con{margin-bottom: 0.3rem;}
	.ej_szgk_ul{flex-wrap: wrap;}
	.ej_szgk_ul li{width: 30.33%;margin-bottom: 0.2rem;}
	.ej_szgk_ul li .pic{margin-bottom: 0.1rem;}
}




/* 师资概况结束 */



/* 学科带头人开始 */
.ej_xkdtr{}
.ej_xkdtr ul{display: flex;flex-wrap: wrap;margin: 0 -2%;}
.ej_xkdtr ul li{width: 21%;margin: 0 2% 0.3rem;transition: 0.4s;}
.ej_xkdtr ul li a{display: block;border: 1px solid #d3deea;}
.ej_xkdtr ul li .img{padding-bottom: 127%;}
.ej_xkdtr ul li .con{padding: 0.2rem 0.15rem;border-top: 1px solid #d3deea;position: relative;overflow: hidden;}
.ej_xkdtr ul li .con p{font-size: 0.18rem;color: #333333;text-align: center;position: relative;z-index: 2;transition: 0.4s;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.ej_xkdtr ul li .con::after{content: "";display: block;width: 0;height: 100%;background: #248c4c;position: absolute;left: 50%;top: 0;z-index: 0;transition: 0.4s;}
.ej_xkdtr ul li .con::before{content: "";display: block;width: 0;height: 100%;background: #248c4c;position: absolute;right: 50%;top: 0;z-index: 0;transition: 0.4s;}

.ej_xkdtr ul li:hover{box-shadow: 0 0px 0.15rem rgba(0,39,80,0.6);}
.ej_xkdtr ul li a:hover .con::after{width: 51%;}
.ej_xkdtr ul li a:hover .con::before{width: 51%;}
.ej_xkdtr ul li a:hover .con p{color: #fff;}


@media(max-width: 1024px){
	.ej_xkdtr ul li{width: 29.33%;}
	.ej_xkdtr ul li .con{padding: 0.15rem 0.05rem;}
	.ej_xkdtr ul li .con p{font-size: 0.16rem;}
}
@media(max-width: 650px){
	.ej_xkdtr ul li{width: 46%;}
}


/* 学科带头人结束 */






/* 团队成员开始 */
.ej_tdcy{}
.tdcy_box{box-shadow: 0 0 0.12rem rgba(0,0,0,.1);margin-bottom: 0.25rem;}
.tdcy_box .x_tit{display: flex;justify-content: space-between;align-items: center;background: #175794;padding: 0.12rem 0.4rem;}
.tdcy_box+.tdcy_box .x_tit{background: #3073b3;}
.tdcy_box+.tdcy_box+.tdcy_box .x_tit{background: #559ea9;}
.tdcy_box+.tdcy_box+.tdcy_box+.tdcy_box .x_tit{background: #498eb2;}
.tdcy_box+.tdcy_box+.tdcy_box+.tdcy_box+.tdcy_box .x_tit{background: #38b4a1;}
.tdcy_box .x_tit .bt{display: flex;align-items: center;}
.tdcy_box .x_tit .bt img{width: 0.35rem;margin-right: 0.16rem;display:block;}
.tdcy_box .x_tit .bt span{font-size: 0.2rem;font-weight: 600;color: #fff;line-height: 0.24rem;display:block;}
.tdcy_box .x_tit .btn{cursor: pointer;display: flex;align-items: center;}
.tdcy_box .x_tit .btn .wz{font-size: 0.14rem;color: #ffffff;margin-right: 0.1rem;transition: 0.4s;}
.tdcy_box .x_tit .btn .fh{position: relative;width: 0.21rem;height: 0.21rem;}
.tdcy_box .x_tit .btn .fh::after{content: "";display: block;width: 100%;height: 1px;background: #fff;position: absolute;top: calc(50% - 0.01rem);left: 0;transition: 0.4s;}
.tdcy_box .x_tit .btn .fh::before{content: "";display: block;width: 1px;height: 100%;left: calc(50% - 0.01rem);top: 0;position: absolute;background: #fff;transition: 0.4s;}

.tdcy_box .x_tit .btn:hover .wz{color: #f1c209;}
.tdcy_box .x_tit .btn.on .fh::before{opacity: 0;}


.tdcy_box .box_nr{padding: 0.4rem;display: none;}
.tdcy_box .box_nr_in{margin-bottom: 0.05rem;}
.tdcy_box .box_nr_in h2{font-size: 0.23rem;color: #333333;position: relative;padding-bottom: 0.1rem;margin-bottom: 0.26rem;}
.tdcy_box .box_nr_in h2::after{content: "";width: 0.6rem;height: 1px;background: #bfa55f;position: absolute;left: 0;bottom: 0;}
.tdcy_box .box_nr_in ul{display: flex;flex-wrap: wrap;margin: 0 -1.8%;}
.tdcy_box .box_nr_in ul li{width: 13.06%;margin: 0 1.8% 0.4rem;transition: 0.4s;}
.tdcy_box .box_nr_in ul li a{display: block;}
.tdcy_box .box_nr_in ul li .pic{background: #cecece;min-height: 1.8rem;}
.tdcy_box .box_nr_in ul li .img{padding-bottom: 130%;}
.tdcy_box .box_nr_in ul li .con{background: #f4f4f4;padding: 0.12rem 0.05rem;overflow: hidden;position: relative;}
.tdcy_box .box_nr_in ul li .con p{font-size: 0.16rem;color: #333333;text-align: center;position: relative;z-index: 3;transition: 0.4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.tdcy_box .box_nr_in ul li .con::after{content: "";display: block;width: 0;height: 100%;background: #248c4c;position: absolute;left: 50%;top: 0;z-index: 0;transition: 0.4s;}
.tdcy_box .box_nr_in ul li .con::before{content: "";display: block;width: 0;height: 100%;background: #248c4c;position: absolute;right: 50%;top: 0;z-index: 0;transition: 0.4s;}

.tdcy_box .box_nr_in ul li:hover{box-shadow: 0 0px 0.15rem rgba(0,39,80,0.6);}
.tdcy_box .box_nr_in ul li a:hover .con::after{width: 51%;}
.tdcy_box .box_nr_in ul li a:hover .con::before{width: 51%;}
.tdcy_box .box_nr_in ul li a:hover .con p{color: #fff;}



@media(max-width: 1024px){
	.tdcy_box{margin-bottom: 0.1rem;}
	.tdcy_box .x_tit{    padding: 0.12rem 0.2rem;}
	.tdcy_box .x_tit .bt span{font-size: 0.18rem;}
	.tdcy_box .x_tit .bt img {width: 0.25rem;}

	.tdcy_box .box_nr{padding: 0.15rem;}
	.tdcy_box .box_nr_in ul li{width: 21.4%;}
}
@media(max-width: 650px){
	.tdcy_box .x_tit .btn .wz{display: none;}
	.tdcy_box .box_nr_in ul li{width: 29.73%;margin: 0 1.8% 0.1rem;}
	.tdcy_box .x_tit .bt span{font-size: 0.16rem;line-height: 0.2rem;}
	.tdcy_box .box_nr_in h2{margin-bottom: 0.1rem;}
}


/* 团队成员结束 */






/* 人员介绍页开始 */

.ej_ryjsy{}
.ryjs_box{padding: 0.26rem 0.48rem;display: flex;align-items: flex-start;background: url(../images/ej_ryjsy_con_bg.jpg) no-repeat;background-size: cover;}
.ryjs_box .img{width: 2.2rem;padding-bottom: 30%;}
.ryjs_box .con{width: 3.2rem;margin-left: 0.36rem;padding: 0.3rem 0;}
.ryjs_box .con .bt{font-size: 0.36rem;color: #333333;margin-bottom: 0.14rem;}
.ryjs_box .con .zc{font-size: 0.18rem;color: #333333;}
.ryjs_box .con .xx{border-left: 1px solid #175794;margin-top: 0.38rem;padding-left: 0.2rem;}
.ryjs_box .con .xx p{font-size: 0.16rem;color: #666666;line-height: 0.24rem;margin-bottom: 0.1rem;}


.tabsBox2{margin-top: 0.4rem;}
.tabsBox2 .tabs2{display: flex;background: #175794 url(../images/ej_ryjsy_xxk_xxbg.png) no-repeat;background-size: cover;padding: 0 0.48rem;}
.tabsBox2 .tabs2 .bt{position: relative;cursor: pointer;}
.tabsBox2 .tabs2 .bt::after{content: "";display: block;width: 1px;height: 0.2rem;background: rgba(255,255,255,0.2);position: absolute;right: 0;top: calc(50% - 0.1rem);}
.tabsBox2 .tabs2 .bt p{font-size: 0.2rem;color: #fff;font-weight: bold;padding: 0.18rem 0.23rem;}
.tabsBox2 .tabs2 .bt.active{background: #0a75df;position: relative;}
.tabsBox2 .tabs2 .bt.active::after{opacity: 0;}
.tabsBox2 .tabs2 .bt.active::before{content: "";display: block;width: 0.21rem;height: 0.11rem;background: url(../images/ej_ryjsy_xxk_li_jt.png) no-repeat;background-size: 100%;position: absolute;top: 100%;left: calc(50% - 0.1rem);}


#tabs-container2{padding: 0.48rem;background: #fafafa;}
#tabs-container2 .swiper-slide{}
#tabs-container2 .swiper-slide p{font-size: 0.16rem;color: #333333;line-height: 0.32rem;text-indent: 2em;}


@media(max-width: 1024px){


	.ryjs_box .img{padding-bottom: 48%;}
	.ryjs_box .con .bt{font-size: 0.26rem;}
	.ryjs_box .con .zc{font-size: 0.16rem;}
	.ryjs_box .con .xx p{font-size: 0.14rem;}
	.ryjs_box {padding: 0.2rem 0.2rem;}

	.tabsBox2 .tabs2{display: block;overflow-x: auto;overflow-y: hidden; white-space: nowrap;}
	.tabsBox2 .tabs2 .bt{display: inline-block;}
	#tabs-container2{padding: 0.2rem;}
	.tabsBox2{margin-top: 0.2;}
}
@media(max-width: 650px){
	.ryjs_box{flex-wrap: wrap;justify-content: center;}

	.ryjs_box .con{width: 100%;margin-left: 0;padding: 0.1rem 0;}
	.ryjs_box .con .xx{margin-top: 0.2rem;}
	.ryjs_box .img{    padding-bottom: 55%;width: 45%;}

	.tabsBox2{margin-top: 0.1rem;}
	.tabsBox2 .tabs2{padding: 0 0.1rem;}
	.tabsBox2 .tabs2 .bt p{font-size: 0.16rem;padding: 0.15rem 0.15rem;}
	.ryjs_box .con .xx p{line-height: 0.2rem;margin-bottom: 0.05rem;}
}

/* 人员介绍页结束 */




/* 运行管理-学术办公室-开始 */

.ej_xsbgs{}
.ej_xsbgs .x_tit{background: url(../images/ej_xsbgs_tit_bg.jpg) no-repeat;background-size: cover;display: flex;justify-content: center;}
.ej_xsbgs .x_tit>div{}
.ej_xsbgs .x_tit>div p{font-size: 0.2rem;font-weight: bold;color: #fff;padding: 0.17rem 0;}
.ej_xsbgs .box1{width: 2.1rem;padding: 0 0.3rem 0 0.7rem;}
.ej_xsbgs .box2{width: 5.8rem;padding: 0 0.3rem;}
.ej_xsbgs .box3{width: 2.9rem;padding: 0 0.3rem;}

.ej_xsbgs ul{}
.ej_xsbgs ul li{border-bottom: 1px solid #d8dfe6;padding: 0.28rem 0;position: relative;}
.ej_xsbgs ul li a{display: block;display: flex;justify-content: center; align-items: flex-start; }
.ej_xsbgs ul li a::after{content: "";display: block;width: 0;height: 1px;background: #175794;position: absolute;bottom: -1px;z-index: 3;left: 50%;transition: 0.4s;}
.ej_xsbgs ul li a::before{content: "";display: block;width: 0;height: 1px;background: #175794;position: absolute;bottom: -1px;z-index: 3;right: 50%;transition: 0.4s;}
.ej_xsbgs ul li p{font-size: 0.16rem;color: #333333;line-height: 0.26rem;}

.ej_xsbgs ul li a:hover::before{width: 50%;}
.ej_xsbgs ul li a:hover::after{width: 50%;}


@media(max-width: 1024px){
	.ej_xsbgs .box1{padding: 0 0.2rem;}
	.ej_xsbgs .box2{padding: 0 0.2rem;}
	.ej_xsbgs .box3{padding: 0 0.2rem;}
	.ej_xsbgs ul li{padding: 0.15rem 0;}
}

@media(max-width: 650px){
	.ej_xsbgs .x_tit>div p{font-size: 0.16rem;}
	.ej_xsbgs .box1{padding: 0 0.1rem 0 0.1rem;}
	.ej_xsbgs .box2{padding: 0 0.1rem 0 0;}
	.ej_xsbgs .box3{padding: 0 0.1rem 0 0;}
	.ej_xsbgs ul li p{font-size: 0.14rem;line-height: 0.24rem;}
}


/* 运行管理-学术办公室-结束 */






/* 二级样式结束 */














/*研究方向 start*/
.ej_yjfx ul{
	display: block;
	margin: 0 -0.15rem;
}
.ej_yjfx ul li{
	float: left;
	width: calc(50% - 0.3rem);
	margin: 0 0.15rem 0.28rem;
	padding: 0.2rem;
	background: #ebf1f6;
}
.ej_yjfx ul li .img{
	padding-bottom: 62%;
}
.ej_yjfx ul li .title_con{
	position: relative;
	margin-top: 0.14rem;
	width: calc(100% - 0.64rem);
}
.ej_yjfx ul li .title_con .title{
	font-size: 0.18rem;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #333;
	height: 0.36rem;
	line-height: 0.36rem;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ej_yjfx ul li:hover .title_con .title{
	color: #175794;
}
.ej_yjfx ul li .title_con .xkdtr{
	position: relative;
	padding-left: 0.44rem;
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.14rem;
	color: #666;
}
.ej_yjfx ul li:hover .title_con .xkdtr{
	color: #175794;
}
.ej_yjfx ul li .title_con .xkdtr:before{
	position: absolute;
	left: 0;
	top: 50%;
	width: 0.34rem;
	height: 1px;
	background: #175794;
	content: "";
	z-index: 2;
}
.ej_yjfx ul li .title_con .icon{
	position: absolute;
	right: -0.5rem;
	top: 0.15rem;
	width: 0.4rem;
	height: 0.4rem;
	background: url("../images/n_iocn1.png") no-repeat;
	background-size: 100% 100%;
}
@media(max-width: 768px){
	.ej_yjfx ul{
		margin: 0;
	}
	.ej_yjfx ul li{
		float: none;
		width: 100%;
		margin: 0 0 0.16rem;
	}
}
@media(max-width: 600px){
	.ej_yjfx ul li{
		padding: 0.16rem;
	}
}
/*end 研究方向*/


/*实验室介绍 start*/
.ej_sysjs .sysjs_hd{
	font-size: 0.28rem;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 0.36rem;
	text-align: center;
}
.ej_sysjs .sysjs_box1{
	padding-top: 0.4rem;
}
.ej_sysjs .sysjs_box1 .sysjs_box1_pic{
	position: relative;
	width: 3.95rem;
	margin-left: 0.4rem;
	margin-top: 0.1rem;
}
.ej_sysjs .sysjs_box1 .sysjs_box1_pic:before{
	position: absolute;
    left: -10px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #e5f0f7;
    content: "";
    z-index: 2;
}
.ej_sysjs .sysjs_box1 .sysjs_box1_pic img{
	display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    left: 0px;
    top: -10px;
}
.ej_sysjs .sysjs_con p{
	font-size: 0.16rem;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 0.32rem;
	text-indent: 2em;
	margin-bottom: 0.18rem;
}
.ej_sysjs .sysjs_box2{
	padding-top: 0.26rem;
}
.ej_sysjs .sysjs_box2 .sysjs_box2_pic{
	width: 3.52rem;
	margin-right: 0.3rem;
}
.ej_sysjs .sysjs_box2 .sysjs_box2_pic img{
	display: block;
	width: 100%;
	height: auto;
}
@media(max-width: 768px){
	.ej_sysjs .sysjs_box1{
		padding-top: 0.28rem;
	}
	.ej_sysjs .sysjs_hd{
		font-size: 0.2rem;
	}
	.ej_sysjs .sysjs_box1 .sysjs_box1_pic{
		position: unset;
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}
	.ej_sysjs .sysjs_box1 .sysjs_box1_pic:before{
		display: none;
	}
	.ej_sysjs .sysjs_box2{
		padding-top: 0;
	}
	.ej_sysjs .sysjs_box2 .sysjs_box2_pic{
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.14rem;
	}
}
/*end 实验室介绍*/

/*科研项目 start*/
.ej_kyxm table{
	width: 100%;
}
.ej_kyxm table tr:nth-child(1){
font-size: 0.23rem;
 font-family: "Microsoft Yahei";
 font-weight: bold;
 line-height: 0.22rem;
color:white;
	background: #175794;
}
.ej_kyxm table tr:nth-child(1) p{
font-size: 0.23rem;
 font-family: "Microsoft Yahei";
 font-weight: bold;
 line-height: 0.22rem;
color:white;
	background: #175794;
}
.ej_kyxm table tr{
	background: #ebf1f6;
}
.ej_kyxm table tr:nth-child(2n){
	background: #fff;
}
.ej_kyxm table tr th{
	padding: 0.08rem 0.1rem;
}
.ej_kyxm table tr th,.ej_kyxm table tr th p{
	font-size: 0.16rem;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	color: #fff;
	line-height: 0.22rem;
}
.ej_kyxm table tr td{
	padding: 0.2rem 0.1rem;
	text-align: center;
}
.ej_kyxm table tr td,.ej_kyxm table tr td p{
	font-size: 0.16rem;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 0.2rem;
     
}
/*end 科研项目*/

/*机构设置 start*/
.ej_jgsz{}
.ej_jgsz .xtit{background: #175794;}
.ej_jgsz .xtit p{font-size: 0.22rem;text-align: center;color: #fff;font-weight: bold;line-height: 0.26rem;padding: 0.2rem 0;}

.ej_jgsz .box{display: flex;border: 1px solid #ededed;border-top: 0;}
.ej_jgsz .box>div{position: relative;}
.ej_jgsz .box p{padding: 0.2rem 0;}

.ej_jgsz .box>div.d1{width: 1.9rem;display: flex;align-items: center;justify-content: center;position: relative;}
.ej_jgsz .box>div.d1::after{content: '';display: block;width: 1px;height: 100%;background: #ededed;position: absolute;bottom: 0;right: -1px;z-index: 2;}
.ej_jgsz .box>div.d1 p{font-size: 0.18rem;color: #075299;font-weight: 600;text-align: center;line-height: 0.22rem;}

.ej_jgsz .box>div.d2{width: 9.2rem;}
.ej_jgsz .box>div.d2>div{padding: 0 0.5rem;}
.ej_jgsz .box>div.d2 p{font-size: 0.16rem;color: #333333;line-height: 0.24rem;}
.ej_jgsz .box>div.d2 .tr{position: relative;display: flex;align-items: center;width: 100%;flex-wrap: wrap;}
.ej_jgsz .box>div.d2 .tr::after{content: '';display: block;width: 100%;height: 1px;bottom: 0;background: #ededed;position: absolute;top: -1px;left: 0;z-index: 2;}
.ej_jgsz .box>div.d2 .tr::before{content: '';display: block;width: 1px;height: 100%;background: #ededed;position: absolute;bottom: 0;right: -1px;z-index: 2;}


.ej_jgsz .box:nth-child(2)>div.d2 .tr::after{display: none;}

.ej_jgsz .box>div.d2 .name{display: flex;flex-wrap: wrap;width: 100%;}
.ej_jgsz .box>div.d2 .name p{width: 16.66%;font-size: 0.14rem;color: #595959;line-height: 0.22rem;}
.ej_jgsz .box>div.d2 .name_tit{display: flex;flex-wrap: wrap;width: 100%;}
.ej_jgsz .box>div.d2 .name_tit p{width: 16.66%;font-size: 0.16rem;color: #000;line-height: 0.22rem;}


.ej_jgsz .box>div.d2 .tr a{display: inline-block;width: 49%;padding-right: 0.1rem;}
.ej_jgsz .box>div.d2 .tr a p{font-size: 0.16rem;color: #333333;display: table;position: relative;transition: 0.4s;}
.ej_jgsz .box>div.d2 .tr a p img{margin-left: 0.1rem;width: 0.2rem;}
/* .ej_jgsz .box>div.d2 .tr a p::after{content: "";display: block;width: 0.2rem;height: 0.19rem;position: absolute;left: calc(100% + 0.1rem);top: calc(50% - 0.08rem);background: url(../images/ej_jgsz_a_bg.png) no-repeat;background-size: 100% 100%;} */

.ej_jgsz .box>div.d2 .tr a:hover p{color: #075299;}



@media(max-width: 1024px){
	.ej_jgsz .xtit p{font-size: 0.18rem;padding: 0.12rem 0;}
	.ej_jgsz .box>div.d1{width: 2.9rem;}
	.ej_jgsz .box>div.d1 p{font-size: 0.16rem;}
	.ej_jgsz .box>div.d2>div{padding: 0 0.1rem;}
}





/*end 机构设置*/

/*研究成果论文 start*/
.ej_yjcglw .yjcglw_hd{
	position: relative;
}
.ej_yjcglw .yjcglw_hd .yjcglw_hd_l{
	width: calc(100% - 2.3rem);
}
.ej_yjcglw .yjcglw_hd .yjcglw_hd_l .hd_title{
	line-height: 0.4rem;
	font-family: "Microsoft Yahei";
	color: #333;
	font-size: 0.28rem;
}
.ej_yjcglw .yjcglw_hd .yjcglw_hd_l .yjcglw_lw{
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 2.3rem);
	background: url("../images/n_yjcglw_bg.png") no-repeat;
	background-size: cover;
	padding: 0.2rem 0.32rem;
}
.ej_yjcglw .yjcglw_hd .yjcglw_hd_l .yjcglw_lw p{
	font-size: 0.16rem;
	font-family: "Microsoft Yahei";
	line-height: 0.42rem;
}
.ej_yjcglw .yjcglw_hd .yjcglw_hd_pic{
	width: 2.2rem;
	position: relative;
    z-index: 9;
}
.ej_yjcglw .yjcglw_hd .yjcglw_hd_pic img{
	display: block;
	width: 100%;
	height: auto;
}
.ej_yjcglw .yjcglw_con{
	padding-top: 0.34rem;
}
.ej_yjcglw .yjcglw_con p{
	font-size: 18px !important;
	font-family: "Microsoft Yahei";
	color: #333;
	line-height: 30px !important;
	text-indent: 2em;
	margin-bottom: 15px;text-align: justify;
}
.ej_yjcglw .yjcglw_con p.vsbcontent_img {
	text-indent: 0;
	text-align: center;
}
.ej_yjcglw .yjcglw_con p img{
	max-width: 100%;
	height: auto;
}
.ej_kyxm table tr th{
	padding: 0.08rem 0.5rem;
}
.ej_kyxm table tr th,.ej_kyxm table tr th p{
	font-size: 0.23rem;
	font-family: "Microsoft Yahei";
	font-weight: bold;
	line-height: 0.22rem;
}
.yjcglw_sxfy{
	border-top: 1px solid #e1e1e1;
	margin-top: 0.32rem;
	padding-top: 0.32rem;
}
.yjcglw_sxfy p{
	line-height: 0.4rem;
	font-size: 0.16rem;
	font-family: "Microsoft Yahei";
	color: #333;
}
.yjcglw_sxfy p a{
	color: #333;
}
.yjcglw_sxfy p a:hover{
	color: #175794;
}
@media(max-width: 1024px){
	.ej_yjcglw .yjcglw_hd .yjcglw_hd_l .hd_title{
		line-height: 0.32rem;
		font-size: 0.2rem;
	}
}
@media(max-width: 768px){
	.ej_yjcglw .yjcglw_hd{
		position: unset;
	}
	.ej_yjcglw .yjcglw_hd .yjcglw_hd_l{
		float: none;
		width: 100%;
	}
	.ej_yjcglw .yjcglw_hd .yjcglw_hd_l .yjcglw_lw{
		position: unset;
		margin: 0.14rem 0;
		width: 100%;
		padding: 0.16rem 0.18rem;
	}
	.ej_yjcglw .yjcglw_hd .yjcglw_hd_l .yjcglw_lw p{
		line-height: 0.36rem;
	}
	.ej_yjcglw .yjcglw_hd .yjcglw_hd_pic{
		float: none;
		width: 100%;
	}
	.ej_yjcglw .yjcglw_hd .yjcglw_hd_pic img{
		width: auto;
		max-width: 100%;
		margin: 0 auto;
	}
	.ej_yjcglw .yjcglw_con{
		padding-top: 0.24rem;
	}
	.yjcglw_sxfy{
		margin-top: 0.24rem;
    	padding-top: 0.24rem;
	}
}
/*end 研究成果论文*/

video{margin:0 auto;display:block;max-width:100%;}
#vsb_content_2 TABLE TD P{text-indent: 0px !important;}
#vsb_content_2 TABLE{margin:0 auto;}