/* 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;background:#fff;
}
html,body{ height: 100%;} html{ overflow:-moz-scrollbars-vertical;} 
html::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
html::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
html::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
body::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
body::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
body::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}
.pb_sys_style1 .p_no_d{border: 1px solid #006428 !important;
    color: #fff;
    background-color: #006428 !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: 11px 13px !important;
    height: 37px !important;
    border-radius: 20px !important;
}
.pb_sys_common {font-size: 16px !important;}
.pb_sys_common .p_first_d{border: 0px !important;}
.pb_sys_common .p_first a{border: 0px !important;}
.pb_sys_common .p_last_d{border: 0px !important;}
.pb_sys_common .p_last a{border: 0px !important;}
.pb_sys_common .p_prev_d{padding: 11px 12px !important;
    font-weight: bold !important;
    border: 1px solid #006428  !important;
    color: #006428  !important;}
.pb_sys_common .p_next_d{padding: 11px 12px !important;
    font-weight: bold !important;
    border: 1px solid #006428 !important;
    color: #006428 !important;}

.pb_sys_common .p_prev a{padding: 11px 12px !important;
    font-weight: bold !important;
    border: 1px solid #006428 !important;
    color: #006428 !important;}
.pb_sys_common .p_next a{padding: 11px 12px !important;
    font-weight: bold !important;
    border: 1px solid #006428 !important;
    color: #006428 !important;}


.pb_sys_common .p_t{    vertical-align: inherit !important;}



@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;
	}
}





@-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) }
}

.ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:999998;}
.ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:999999;text-align:center;}
.ie9tips a{color:red;}  
.ie9tips img{display:block;margin:0 auto;opactiy:0.9;filter:alpha(opacity=90);max-width: 100%;} 
.ie9tips p{padding-top:10px;color:#fff;width: 420px;margin:10px auto;line-height: 1.8;}

.search-dialog-box { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1000000; opacity: 0; visibility: hidden; transition: all 0.6s ease 0s; }
.search-dialog-box::before { content: ""; position: absolute; top: 0px; height: 0px; background: none; transition: all 0.6s ease 0s; left: 0px; right: 0px; 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: 0px; top: 0px; width: 100%; height: 0px; margin: 0px; background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7); transform-origin: center center; transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s; }
.search-dialog-box .wrap-inner { transform: translateY(100%); transition: all 0.6s ease 0s; }
.header-right .bubbles-bg { opacity: 0; visibility: hidden; transition: all 0.5s ease 0.8s; }
.search-dialog-box .bubbles-bg .bubble { position: absolute; }
.search-dialog-box .bubbles-bg .bubble .circle { border-radius: 100%; position: absolute; left: 0px; top: 0px; 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 rgb(255, 255, 255); }
.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: rgb(41, 167, 65); }
.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: rgb(255, 255, 255); }
.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: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.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: rgb(255, 255, 255); opacity: 0.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: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.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: rgb(41, 167, 65); }
.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 rgb(255, 255, 255); }
.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: rgb(255, 255, 255); }
.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: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%); }
.search-dialog-box .bubbles-bg .bubble { animation: 8s linear 0s infinite normal none running spin; transform-origin: 50% 45%; }
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) { animation: 8s linear 0s infinite normal none running spin2; }
.search-dialog-box .bubbles-bg .bubble .circle { animation: 8s linear 0s infinite normal none running spin-reverse; }
.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle { animation: 8s linear 0s infinite normal none running spin-reverse2; }
.search-dialog-box .bubbles-bg .sm-bubble { transform-origin: 30% 30px; }
.search-dialog { position: absolute; left: 0px; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.search-dialog .search-tit { font-size: 2.75rem; line-height: 3.5rem; color: rgb(255, 255, 255); text-align: center; overflow: hidden; display: none; }
.search-dialog .search-inner { overflow: hidden; margin-top: 0px; }
.search-dialog .search-input { width: 50%; margin: 0px auto; padding: 0px 0rem 0px 1.5rem; box-sizing: border-box; transition: all 0.3s ease 0s; max-width: 94%; }
.search-dialog .search-input input[type="text"] { float: left; height: 1rem; width: calc(100% - 1rem); background-color: transparent; font-size: 0.18rem; line-height: 1rem; color: rgb(145, 145, 145); transition: all 0.3s ease 0s; outline: none; border-width: 0px 0px 1px; border-top-style: initial; border-right-style: initial; border-left-style: initial; border-top-color: initial; border-right-color: initial; border-left-color: initial; border-image: initial; border-bottom-style: solid; border-bottom-color: rgba(255, 255, 255, 0.6); }
.search-dialog .search-input input[type="text"]::-webkit-input-placeholder { color: rgb(145, 145, 145); }
.search-dialog .search-input input[type="image"], .search-dialog .search-input .clear-btn {height: 0.6rem; width: 0.6rem; }
.search-dialog .search-input input[type="image"] { background: url("../images25/search.png") center center no-repeat; height: 0.6rem; width: 0.6rem; border-radius: 100px; }
.search-dialog .search-input .clear-btn { background-color: rgba(0, 0, 0, 0.2); background-repeat: no-repeat; background-position: center center; background-image: url(); background-size: 3.5rem; border-radius: 100%; margin-right: 1rem; display: none; }
.search-dialog .search-input.on { background-color: rgb(255, 255, 255); }
.search-dialog .search-input.on input[type="image"] { background-image: url(""); }
.search-dialog .hot-search { font-size: 0px; width: 19.5rem; margin: 0.6rem auto 0px; box-sizing: border-box; padding: 0px 0.6rem; overflow: hidden; }
.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link { display: inline-block; zoom: 1; vertical-align: top; }
.search-dialog .hot-search .hot-tit { font-size: 0.375rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-weight: bold; padding-left: 0.6rem; background-repeat: no-repeat; background-position: left center; background-size: 0.5rem; background-image: url(""); }
.search-dialog .hot-link { margin-left: 1rem; }
.search-dialog .hot-link a { display: inline-block; zoom: 1; font-size: 0.375rem; line-height: 0.5rem; margin-right: 0.75rem; color: rgb(255, 255, 255); padding-bottom: 5px; position: relative; }
.search-dialog .hot-link a::before { content: ""; position: absolute; left: 0%; bottom: 0px; width: 100%; height: 2px; background-color: rgb(255, 255, 255); transform: scaleX(0); transform-origin: left center; transition: transform 0.3s ease 0s; }
.search-dialog-box .bottom-box { position: absolute; left: 0px; bottom: 5.1%; width: 100%; }
.search-dialog-box .bottom-box .share-box { overflow: hidden; }
.search-dialog-box .bottom-box .copy { font-size: 0.35rem; line-height: 0.5rem; color: rgb(255, 255, 255); font-family: gilroy-regular; margin-top: 0.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(0px); }
.pub-close { position: absolute; width: 51px; height: 52px; z-index: 10; right: 0.8rem; top: 0.8rem; border-radius: 100%; }
.pub-close .bg { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-color: rgb(28, 90, 183); transform: scale(0); border-radius: 100%; transition: transform 0.3s ease 0s; }
.pub-close i { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-image: url("../images25/search_close.png"); transition: all 0.6s ease 0s; }
.pub-close i:hover { transform: rotate(180deg); }
@keyframes spin { 
  100% { transform: rotate(1turn); }
}
@keyframes spin2 { 
  100% { transform: rotate(-1turn); }
}
@keyframes spin-reverse { 
  0% { transform: rotate(1turn); }
}
@keyframes spin-reverse2 { 
  0% { transform: rotate(-1turn); }
}

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);*/  /*透明背景*/
.reveal1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.reveal2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.reveal3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;}
.reveal4{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;}
.flex { display: flex; justify-content: space-between; flex-wrap: wrap;}
.flex-center { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.flex-start { display: flex; justify-content: flex-start; flex-wrap: wrap;}
.flex-end { display: flex; justify-content: flex-end; flex-wrap: wrap; }
.line1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.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;}
.textline{background-repeat: no-repeat;background-size: 0 1px;background-position:0 100%;transition: background-size 0.5s ease-out 0s;}
a:hover .textline{background-size: 100% 1px;}
@font-face {font-family: "sourcebold";src: url("../font25/SourceHanSerifCN-Bold.otf") format("truetype");}
/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.header_box_li{position: relative;z-index: 1;transition: 0.4s;z-index: 999;}


/*顶部搜索*/
.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-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消失-结束 */

/*手机头部开始*/
#m_header{z-index: 99;}
#m_header #logo img{max-height:60%;max-height: 28px;}
.wap_search{ width:80%; margin:0 auto;}
.wap_search form{ position:relative;}
.wap_search input[type="text"]{width: 80%;height:0.1rem; line-height:0.1rem; border:0;padding:0 0.15rem; font-size:0.16rem; color:#999;box-shadow:none;-webkit-appearance: none;float:  left;border-right: 0;}
.wap_search input[type="image"]{width: 20%;height:0.6rem; background:##006428; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}

#m_nav .mzsdm {width: 100%;position: relative;border: 0.01rem solid rgba(255,255,255,0.2);width: 95%;margin-left: 2.5%; display: flex;justify-content: space-around;padding: 0.1rem;border-radius: 0.2rem;}
#m_nav .mzsdm a{display: block; font-size: 0.16rem;color: #FFFFFF;line-height: 0.4rem;padding-left: 0.18rem;}
#m_nav .mzsdm a+a{margin-left: 0.2rem;}

/*导航按钮开始*/
#nav_btn_box{ height:100%; z-index:999999999;}
#nav_btn_box.on{ background:none;  }
#nav_btn{display: none;}
#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: 0.3rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 24px;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 20px;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: #FFFFFF;}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute; left: 0;display: inline-block;width: 24px;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: #FFFFFF;}
#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;}
/*顶部搜索*/
.tc_search{margin: 0 0.25rem;width: calc(100% - 0.5rem);margin-top: 0.2rem;bottom: 0.24rem;}
.tc_search .header-search{height:40px;border-radius:20px;border:1px solid #e5e5e5;position:relative;width:100%;margin-bottom: 0.6rem;}
.tc_search input[type="text"]{font-size:0.14rem;color:#fff;height:38px;line-height:38px;padding:0 0.15rem;border: none; box-shadow:none;-webkit-appearance: none;border-right: 0;background:none;width:calc(100% - 0.4rem);}
.tc_search input[type="image"]{ position:absolute; top:6px;width: 26px;line-height:38px; border:0;right: 10px;}
.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 */c 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消失-结束 */

/*导航按钮结束*/
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; }
.m_nav_list::-webkit-scrollbar {display:none}
.m_nav_list .sjnav{margin-left: 0.2rem;}

#m_nav {z-index: 99999;position: fixed;width:100%;height:100vh;right: -100vw;top: 0;display:none;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: #006428;
}
#m_nav.act{ pointer-events: auto; right:0;overflow: auto;}

#m_nav>ul>li{ width:100%; overflow:hidden; padding:0 0.3rem; }
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{ display:inline-block; width:calc(100% - 30px)}
#m_nav li .a h3{line-height: 0.64rem;height: 0.64rem;color:#fff;padding:0;font-size:0.18rem;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:10px;height: 0.64rem;float:right;display:inline-block;background: url(../images25/jia.png) center no-repeat;background-size:contain;}
#m_nav li.on i{ background: url(../images25/jian.png) center no-repeat;background-size: contain;}
#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: #ffb400;}
#m_nav .title .list a{display:block;font-size:0.16rem;color: #fff;text-align:left;line-height:40px;height: 40px;border:0;font-weight:300;}

/*三级导航 开始*/
#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.16rem; 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{display:none;background-size: auto;position:fixed;top: 0; z-index: 999999;width: 100%;box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);background: #006428;padding: 0 2.5%;}
.m_header_box .logo img{max-height: 60%;max-height: 0.8rem;}
@media(max-width: 1024px){
	#nav ul{display: none;}
	#m_header{height: 10vw;}
	#m_nav{padding-top: 11vw;}
	#m_header .rightBox{width: 30%;margin-right: 25px;}
	#m_header .rightBox img{width: 100%;margin: 0 auto;display: block;}
	.navBox {display: none;}
	#nav_btn_box{margin-right: 15px;display: flex;justify-content: center;align-items: center;}
	.navBox .search{float: left;} 
	#nav_btn{display: block;}
	.header_box{ display:none}
	.m_header_box{ display:block}
	#nav_slide{ display:block}
	
}

@media(max-width: 850px){
	#m_header {height: 80px;}
	#m_nav{padding-top: 15vw;}
	#nav{position: relative;}
}

@media(max-width: 430px){
	#m_header {height: 18vw;}
	#m_nav{padding-top: 19vw;}
	.m_header_box .logo img{max-height: 0.5rem;}
}
@media(max-width: 992px){
	#gotop{right:0;transform:scale(0.6);bottom: 1rem;}
}

@media (max-width: 1820px) {
  #header .w163{margin: 0 100px;width: calc(100% - 200px);}
}


 .toubu_div{  position: absolute;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;}
.w166 { max-width: 16.6rem; margin: 0px auto; }
.w15 { max-width: 15rem; margin: 0px auto; }
.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;}

@media (max-width: 1700px) {
  .w166 {width: 95%;}
}
@media (max-width: 1500px) {
  .w15 {width: 95%;}
}


/* .section .intro{padding-top: 0rem;height: 100%;display: flex;align-items: center;position: relative;z-index: 6;flex-wrap: wrap;}*/

.page .intro>div.part1{width: 100%;padding: 0;} 

/* banner */
.bannerBox{height:100vh;position:relative;}
.bannerBox .slider .slick-active{position: relative;z-index: 999;}
.bannerBox .slider .slick-slide img{display: block;width: 100%;position: relative;height: 100vh;}
.bannerBox .slider .slick-slide video{height: 100vh;}
.bannerBox .slider .slick-active img{animation:myscal 5s forwards;-webkit-animation:myscal 5s forwards;}
@keyframes myscal
{
	0%   {transform: scale(1.07);}
	100%   {transform: scale(1);}
}
@-webkit-keyframes mymove
{
	0%   {-webkit-transform: scale(1.07);}
	100%   {-webkit-transform: scale(1);}
}
.bannerBox .slider a{display: block;position: relative;}
.bannerBox .slider a::after{content: "";
    width: 100%;
    height: 50%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.585) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
}
.bannerBox .slider a p{position: absolute;bottom: 0.3rem;left: 0;z-index: 4;font-size: 0.35rem;color: white;font-weight: bold;width: 15rem;left: 50%;line-height: 0.4rem;height: 0.4rem;margin-left: -7.5rem;}
.bannerBox .slider video{display: block;width: 100%;position: relative;height: 5.5rem;}
.bannerBox .slick-dots{display: flex;justify-content: center;position: absolute;bottom: 0.3rem;left: auto;align-items: center;z-index: 9;width: 100%;left: 0;}
.bannerBox .slick-dots li{display: flex;justify-content: center;align-items: center;}
.bannerBox .slick-dots li button{margin: 0 0.1rem;opacity: 0.5;border: none;position: relative;}
.bannerBox .slick-dots li button::before{content: "0";}
.bannerBox .slick-dots li.slick-active button{opacity: 1;position: relative;width: 0.36rem;height: 0.3rem;background: url(../images25/bannerD01.png) no-repeat center;background-size: 0.36rem 0.3rem;padding-top: 0.06rem;}
.bannerBox .slick-dots li:last-child.slick-active button{padding-right: 0;}
.bannerBox .slick-dots li button{font-size: 0.16rem;color: #fff;font-weight: bold;font-family: "times new roman";background: transparent;}
.bannerBox .slick-prev,
.bannerBox .slick-next{display: none !important; background-size: 0.6rem;width: 0.6rem;height: 0.6rem;font-size: 0;position: absolute;left: 0.1rem;top: 50%;margin-top: -0.3rem;opacity: 1;z-index: 9;}
.bannerBox .slick-next{left: auto;right: 0.1rem;transform: rotateY(-180deg);}
@media (max-width:1440px) {
	.bannerBox{width: 100%;padding: 0;height: 50vw;}
	.bannerBox .slider .slick-slide img{height: 50vw;}
	.bannerBox .slider .slick-slide video{height: 50vw;}
}
@media (max-width:1200px) {
	.bannerBox .slick-dots{width: 100%;padding: 0 0.3rem;}
	.bannerBox .slider video{height:45vw;}
	.bannerBox .xlbtn{display: none;}
	.bannerBox .slick-dots{justify-content: center;}
	
}
@media (max-width:1024px) {
	.bannerBox .slider a::after{display: none;}
	.bannerBox{margin-top: 1.2rem;}
}
@media (max-width:850px) {
	.bannerBox .slider a p{width: 95%;left: 2.5%;font-size: 0.18rem;line-height: 0.24rem;bottom: 0.1rem;height: 0.24rem;margin-left: 0;}
	.bannerBox .slick-dots{bottom: 0.3rem;}
	.bannerBox{margin-top: 0.8rem;}
	.bannerBox .slick-dots li button{width: 0.1rem;height: 0.1rem;margin: 0 0.06rem;}
	
}
@media (max-width:430px) {
	.bannerBox{margin-top: 18vw;}
}


.section{position: relative;padding-top: 0.9rem;}
#section0{padding-top: 0;}
.header_top{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;padding-top: 0.3rem;background: transparent;}
.header_top .w166{align-items: center;}
.header_top .logo{width: 31.5%;}
.header_top .logo img{display: block;width: 100%;}
.header_R{width: 62.04%;}
#nav{position: relative;}
#nav ul{}
#nav ul li{position:relative;z-index:0;}
#nav ul li:last-child::after{position:absolute;content: "";}
#nav ul li a{display:block;text-align: center;}
#nav ul li h3{font-size: 0.2rem;color: #fff;position:relative;transition:.6s;text-align: center;line-height: 0.5rem;}
#nav ul li:hover a h3{color: #F7B500;}
#nav ul li:hover a{}
#nav ul li.on h3{ font-weight:bold;color: #F7B500;}
#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: 0.5rem;
    min-width: 1.8rem;
    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: 0.06rem 0;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}
#nav ul li .sub .sub2{position: relative;}
#nav ul li .sub .sub2 .sjnav{position: absolute;left: 100%; top: 0;background: rgba(255,255,255,0.8);display: none;}
#nav ul li .sub .sub2:hover .sjnav{display: block;}
#nav ul li .sub .box{text-align:center;position: relative;padding: 0.06rem 0; background:rgba(255,255,255,1) ;background-size: 100%;}
#nav ul li .sub .box::after{content: "";position: absolute;height: 0.6rem;width: 100%; bottom: -0.6rem;left: 0;background-size: contain;}
#nav ul li .sub a{white-space: nowrap;padding: 0 0.2rem;line-height: 0.5rem;transition:.3s;font-size: 0.18rem;color: #323232;}
#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 .navBox>ul>li .sub:after{content:"";display:block;width: 100%;height: 0.04rem;position:absolute;left: 0;margin-left: 0;background: #006428;top:0;transition:.3s;transform:scale(0);border-radius: 0;}
#nav .navBox>ul>li .sub:before{ content:"";display:block;position:absolute;left:50%;margin-left: -0.12rem;border-left:transparent 0.12rem solid;border-right:transparent 0.12rem solid;border-bottom: #d93e4e 0.12rem solid;top:-0.10rem;transition:.3s;opacity:0;visibility:hidden;display: none;}
#nav .navBox>ul>li:hover .sub:after,#nav ul li.on .sub:after{transform:scale(1);}
#nav .navBox>ul>li:hover .sub:before, #nav>ul>li.on .sub:before{ opacity:1; visibility:visible}
#nav ul li .sub a:hover{color: #fff;background: #006428;}
.search_btn{margin-top: 0.01rem;font-size: 0.14rem;line-height: 0.4rem; color: #fff;border-bottom: 1px solid rgba(255, 255, 255, 0.5); padding-right: 0.2rem; cursor:pointer;text-align: center;transition:.6s;position: relative;background: url(../images25/search.png) no-repeat right center;background-size: 0.14rem 0.14rem;padding-left: 0.2rem;}
.search_btn::after{content: "";width: 0.01rem;height: 0.1rem;background: rgba(255,255,255,0.5);position: absolute;left: 0;top: 50%;margin-top: -0.05rem;}
.header_link{justify-content: flex-end;align-items: center;}
.header_link p{line-height: 0.4rem;border-bottom: 1px solid rgba(255, 255, 255, 0.5);}
.header_link p a{padding: 0 0.12rem;font-size: 0.14rem;color: #fff;transition: 0.6s all;}
.header_link p a:first-child{padding: 0 0.24rem 0 0;}
.header_link p a:hover{color: #F7B500;transition: 0.6s all;}
.header_top.xg{background: #006428;}
.header_top.xg{padding: 0.15rem 0;}
.header_top.xg .logo{width: 20%;}


@media(max-width: 1024px){
.section{padding-top: 0;}
#section1{padding: 0.5rem 0;}
.header_top{display: none;}
.list-banner::before,.list-banner::after{display: none;}
}

@media(max-width: 850px){

}

@media(max-width: 768px){
.header_top .logo{width: 24%;}
.header_top .nav{width:70%;}
.header_top .nav li{width: 30%;line-height: 0.4rem;text-align: center;}
}
@media(max-width: 430px){

}
.headline18-3{font-size: 0.18rem;line-height: 0.28rem;color: #323232;height: 0.84rem;}
.headline18-2{font-size: 0.18rem;line-height: 0.28rem;color: #323232;height: 0.56rem;}
.headline18-1{font-size: 0.18rem;line-height: 0.28rem;color: #323232;height: 0.28rem;}
.headline2-1{font-size: 0.2rem;line-height: 0.28rem;color: #323232;height: 0.28rem;font-weight: bold;}
.digestline14-1{font-size: 0.14rem;line-height: 0.14rem;color: #999999;height: 0.14rem;}
.digestline14-2{font-size: 0.14rem;line-height: 0.24rem;color: #999999;height: 0.48rem;}
.digestline14-3{font-size: 0.14rem;line-height: 0.24rem;color: #999999;height: 0.72rem;}
.digestline14-4{font-size: 0.14rem;line-height: 0.24rem;color: #999999;height: 0.96rem;}
.img::before{position: absolute;top: 0;left: -90%;z-index: 2;display: block;content: "";width: 50%;height: 100%;opacity: 0.25;pointer-events: none;background: -webkit-linear-gradient(left,rgba(255, 255, 255, 0) 0,rgba(255, 255, 255, 53) 50%,rgba(255, 255, 255, 0) 70%);background: linear-gradient(to right,rgba(255, 255, 255, 0) 30%,rgba(255, 255, 255, 53) 50%,rgba(255, 255, 255, 0) 70%);-webkit-transform: skewX(-25deg);-ms-transform: skewX(-25deg);transform: skewX(-25deg);z-index: 3;}
a:hover .img::before{-webkit-animation: shine 1s;animation: shine 1s;}
a:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.Cotitle{margin-bottom: 0.4rem;}
.Cotitle .text h5{font-size: 0.42rem;color: #006428;font-weight: bold;font-family: "sourcebold";}
.Cotitle .more{padding-left: 0.43rem;background: url(../images25/more.png) no-repeat left bottom;background-size: 0.45rem 0.39rem;margin-top:0.19rem;}
.Cotitle .more a{display: block; border-bottom: 0.01rem solid #636363;line-height: 0.42rem;padding-left: 0.1rem;color: #636363;font-size: 0.16rem;transition: 0.6s all;}
.Cotitle .more:hover a{padding-left: 0.06rem;transition: 0.6s all;color: #F7B500;border-bottom: 0.01rem solid #F7B500;}
/* 学院新闻 start */
.part1BG{background: url(../images25/part1BG.png) no-repeat bottom center;background-size: 100%;padding: 0.8rem 0;}
.part1L{position: relative;width: 58.67%;overflow: hidden;}
.part1L .swiper-slide{padding-bottom: 0.4rem;}
.part1L .swiper-slide a{display: block;}
.part1L .swiper-slide .pic{overflow: hidden;}
.part1L .swiper-slide .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 5.2rem;}
.part1L .swiper-slide .text{padding: 0.22rem 0.4rem;background: #FFFFFF;box-shadow: 0px 4px 10px 0px rgba(0, 27, 11, 0.17);}
.part1L .swiper-slide .text h5{margin-bottom: 0.1rem;transition: 0.6s all;}
.part1L .swiper-slide .text h5 span{background-image: linear-gradient(#006428,#006428);}
.part1L .swiper-pagination{bottom: 1.6rem;}
.part1L .swiper-pagination-bullet{font-size: 16px;font-weight: bold;font-family: "times new roman";color: #fff;width: 0.36rem;height: 0.42rem;line-height: 0.42rem;border-radius: 0;background: transparent;opacity: 0.5;}
.part1L .swiper-pagination-bullet-active{background: url(../images25/bannerD01.png) no-repeat top center;background-size: 0.36rem 0.38rem;opacity: 1;}
.part1L .swiper-pagination-bullet::before{content: "0";}
.part1L .swiper-slide:hover .text h5{color: #006428;transition: 0.6s all;}
.part1R{width: 37.33%;}
.part1R li a{display: block;padding: 0.2rem 0;border-top: 0.01rem solid #CCDFD7;position: relative;}
.part1R li a::after{content: "";width: 0.05rem;height: 0.05rem;background: #006428;border-radius: 50%;position: absolute;left: 0;top: -0.03rem;}
.part1R li a::before{content: "";width: 0;height: 0.01rem;background: #006428;position: absolute;top: -0.01rem;left: 0;transition: 0.6s all;}
.part1R li a:hover::before{width: 100%;transition: 0.6s all;}
.part1R li i{font-size: 0.16rem;color: #006428;font-style: normal;}
.part1R li p{margin-top: 0.1rem;transition: 0.6s all;}
.part1R li p span{background-image: linear-gradient(#006428,#006428);}
.part1R ul{border-bottom: 0.01rem solid #CCDFD7;position: relative;}
.part1R ul::after{content: "";width: 0.05rem;height: 0.05rem;background: #006428;border-radius: 50%;position: absolute;left: 0;bottom: -0.03rem;}
.part1R li:hover p{color: #006428;transition: 0.6s all;}
@media (max-width:850px) {
	.part1L{width: 100%;}
	.part1R{width: 100%;margin-top: 0.2rem;}
	.part1BG{padding: 0.5rem 0;}
	.part1L .swiper-slide .pic img{height: 54vw;}
}
/* 学院新闻 end */
/* 综合新闻 通知公告 start */
.part2{margin-top: 0.4rem;}
.part2L{width: 58.67%;}
.part2LT a{background: #FFFFFF;box-shadow: 0px 4px 10px 0px rgba(0, 27, 11, 0.17);}
.part2LT .pic{width: 4.9rem;overflow: hidden;position: relative;}
.part2LT .pic .img{}
.part2LT .pic img{display: block;width: 100%;height: 3.25rem;object-fit: cover;transition: 0.6s all;}
.part2LT .text{width: calc(100% - 4.9rem);padding: 0.4rem 0.3rem;}
.part2LT .text .time{justify-content: flex-start;align-items: flex-end;margin-bottom: 0.26rem;}
.part2LT .text .time .day{font-size: 0.34rem;color: #006428;font-family: "times new roman";margin-right: 0.06rem;}
.part2LT .text .time .year{font-size: 0.16rem;color: #006428;font-family: "times new roman";}
.part2LT .text h5{margin-bottom: 0.3rem;}
.part2LT .text h5 span{background-image: linear-gradient(#006428,#006428);}
.part2LT:hover .pic img{transition: 0.6s all;transform: scale(1.1);}
.part2LT:hover .text h5{color: #006428;transition: 0.6s all;}
.part2L li{margin-top: 0.3rem;width: 47.15%;padding-bottom: 0.15rem;border-bottom: 0.01rem solid #CCDFD7;position: relative;}
.part2L li::before{content: "";width: 0;height: 0.01rem;background: #006428;position: absolute;left: 0;bottom: -0.01rem;transition: 0.6s all;}
.part2L li::after{content: "";width: 0.05rem;height: 0.05rem;background: #006428;border-radius: 50%;position: absolute;left: 0;bottom: -0.03rem;}
.part2L li i{font-size: 0.16rem;color: #006428;font-style: normal;}
.part2L li p{margin-top: 0.08rem;transition: 0.6s all;}
.part2L li p span{background-image: linear-gradient(#006428,#006428);}
.part2L li:hover::before{width: 100%;transition: 0.6s all;}
.part2L li:hover p{color: #006428;transition: 0.6s all;}
.part2R{width: 37.33%;}
.part2R ul{margin-bottom: -0.14rem;}
.part2R li{margin-bottom: 0.14rem;}
.part2R li a{display: block; background: #FFFFFF;border: 1px solid #D9D9D9;padding: 0.24rem;transition: 0.6s all;}
.part2R li i{color: #006428;font-size: 0.2rem;font-style: normal;font-family: "times new roman";display: block;margin-bottom: 0.08rem;background: url(../images25/part2-02.png) no-repeat right center;background-size: 0.14rem 0.14rem;}
.part2R li p span{background-image: linear-gradient(#006428,#006428);}
.part2R li:hover a{border: 1px solid #F7B500;box-shadow: 0px 0px 20px 0px rgba(73, 53, 0, 0.2);transition: 0.6s all;}
.part2R li:hover i{color: #F7B500;transition: 0.6s all;}
.part2R li:hover p{color: #006428;transition: 0.6s all;}
@media (max-width:1024px) {
.part2L{width: 100%;}	
.part2R{width: 100%;margin-top: 0.4rem;}
}
@media (max-width:850px) {
.part2L li{width: 100%;}
	.part2LT .pic{width: 100%;}
	.part2LT .text{width: 100%;}
	.part2LT .pic img{height: 54vw;}
	.part2LT .text h5{height: auto;max-height: 0.56rem;}
	.part2LT .text p{height: auto;max-height: 0.96rem;}
}
/* 综合新闻 通知公告 end */
/* 人物 风采 生活 start */
.part3BG{position: relative;padding-top: 0.6rem;}
.part3BG::after{content: ""; width: 100%;height: calc(100% - 0.7rem);background: #006428;position: absolute;left: 0;top: 0;}
.part3{position: relative;z-index: 1;}
.part3::after{content: "";display: block;position: absolute;left: 0;bottom: 0;height: calc(100% - 1.04rem); right: 50%;margin-right: 2.5rem;background: url(../images25/part3BG01.png) no-repeat right top;background-size: cover;border-radius: 0 0.4rem 0 0;}
.part3 .w15{position: relative;z-index: 2;}
.part3L{width: 33.33%;padding-right: 0.5rem;}
.part3Tit{margin-bottom: 0.4rem;position: relative;z-index: 3;}
.part3Tit h5{display: table;margin: 0 auto;font-size: 0.42rem;color: #fff;font-family: "sourcebold";padding-bottom: 0.22rem;cursor: pointer;}
.part3Tit ul{background: #FFFFFF;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);width: 1.9rem;position: absolute;left: 50%;margin-left: -0.95rem;padding: 0.2rem;display: none;}
.part3Tit ul::after{content: "";width: 0.34rem;height: 0.15rem;background: url(../images25/part3-01.png) no-repeat center;background-size: 0.34rem 0.15rem;position: absolute;left: 50%;margin-left: -0.17rem;top: -0.14rem;}
.part3Tit li{margin-bottom: 0.15rem;padding-bottom: 0.15rem;border-bottom: 0.01rem solid #D8D8D8;}
.part3Tit li:last-child{margin-bottom: 0;}
.part3Tit li a{display: block;text-align: center;font-size: 0.16rem;color: #323232;line-height: 0.26rem;transition: 0.6s all;}
.part3Tit li:hover a{color: #006428;transition: 0.6s all;}
.part3Tit:hover ul{display: block;}
.part3Lcon{padding: 0.5rem 0 0.4rem 0;}
.part3Lcon .tabs{justify-content: center;margin-bottom: 0.3rem;}
.part3Lcon .tabs a{margin: 0 0.15rem;cursor: pointer;}
.part3Lcon .tabs a h5{font-size: 0.3rem;color: #999999;font-family: "sourcebold";padding-bottom: 0.06rem;position: relative;}
.part3Lcon .tabs a h5::after{content: "";width: 75%;height: 0.01rem;background: #CECECE;position: absolute;left: 0;bottom: 0;}
.part3Lcon .tabs a.active h5{color: #323232;} 
.part3Lcon .tabs a.active h5::after{background: #F7B500;}
.part3Lcon01 .mySwiper2 .swiper-slide .pic{width: 2rem;position: relative;overflow: hidden;border-radius: 0.08rem;}
.part3Lcon01 .mySwiper2 .swiper-slide .pic img{display: block;width: 100%;object-fit: cover;height: 2.75rem;transition: 0.6s all;}
.part3Lcon01 .mySwiper2 .swiper-slide .text{width: calc(100% - 2.2rem);}
.part3Lcon01 .mySwiper2 .swiper-slide .text h5{font-size: 0.4rem;color: #006428;margin-bottom: 0.15rem;}
.part3Lcon01 .mySwiper2 .swiper-slide .text h3{font-size: 0.18rem; line-height: 0.24rem;color: #323232;}
.part3Lcon01 .mySwiper2 .swiper-slide .text p{font-size: 0.14rem;color: #666666;line-height: 0.28rem;height: 1.4rem;margin-top: 0.4rem;}
.part3Lcon01 .mySwiper{width: calc(100% - 2.16rem);margin-top: 0.2rem;padding: 0.2rem 0;}
.part3Lcon01 .mySwiper .swiper-slide{transform: scale(0.78); 
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  }
.part3Lcon01 .mySwiper .swiper-slide-active,.part3Lcon01 .mySwiper .swiper-slide-duplicate-active{transform: scale(1.56);}
.part3Lcon01 .mySwiper .swiper-slide-active .pic{border: 0.02rem solid #006428;border-radius: 50%;}
.part3Lcon01 .mySwiper .swiper-slide .pic{position: relative; border-radius: 50%;height: 0.6466rem;width: 100%;
    overflow: hidden;}
.part3Lcon01 .mySwiper .swiper-slide .pic::after{content: "";width: 100%;height: 100%;background: rgba(0,0,0,0.6);border-radius: 50%;position: absolute;left: 0;top: 0;}
.part3Lcon01 .mySwiper .swiper-slide .pic img{display:block;width:100%;height:100%;object-fit: cover;}
.part3Lcon01 .mySwiper .swiper-slide-active .pic::after{display: none;}
.part3LconBcon{display: none;}
.part3LconBcon.active{display: block;}
.part3Lcon01{position: relative;}
.part3 .more{display: table;margin: 0.3rem auto 0 auto;padding-left: 0.43rem;background: url(../images25/more.png) no-repeat left bottom;background-size: 0.45rem 0.39rem;position: relative;z-index: 1;}
.part3 .more a{display: block; border-bottom: 0.01rem solid #636363;line-height: 0.42rem;padding-left: 0.1rem;color: #636363;font-size: 0.16rem;transition: 0.6s all;}
.part3 .more:hover a{padding-left: 0.06rem;transition: 0.6s all;color: #F7B500;border-bottom: 0.01rem solid #F7B500;}
.part3Lcon01 .swiper-button-next,.part3Lcon01 .swiper-button-prev{width: 0.5rem;height: 0.5rem;background: url(../images25/part3-04.png) no-repeat center;background-size: 0.5rem 0.5rem;top: auto;bottom: 1.03rem;margin-top: auto;}
.part3Lcon01 .swiper-button-next{transform: rotateY(-180deg);}
.part3Lcon01 .swiper-button-next:after, .part3Lcon01 .swiper-button-prev:after{display: none;}
.part3Lcon02{overflow: hidden;position: relative;}
.part3Lcon02 .mySwiper .swiper-slide{position: relative;}
.part3Lcon02 .swiper-slide::after{content: "";width:  calc(100% - 1.7rem);height: calc(100% - 0.4rem);background: #006428;position: absolute;left: 0;bottom: 0;border-radius: 0.08rem;}
.part3Lcon02 .swiper-slide a{position: relative;z-index: 2;align-items: flex-start;}
.part3Lcon02 .pic{order: 2;width: 2.2rem;overflow: hidden;position: relative;border-radius: 0.08rem;}
.part3Lcon02 .pic img{display: block;width: 100%;object-fit: cover;height: 3.05rem;border-radius: 0.08rem;transition: 0.6s all;}
.part3Lcon02 .text{order: 1;width: calc(100% - 2.2rem);padding: 0.8rem 0.3rem 0.4rem 0.3rem;}
.part3Lcon02 .text h5{font-size: 0.3rem;color: #fff;margin-bottom: 0.28rem;}
.part3Lcon02 .text p{font-size: 0.14rem;color: #fff;line-height: 0.28rem;height: 2.24rem;}
.part3Lcon02 .text p.line5{ -webkit-line-clamp: 8;}
.part3Lcon02 .part3Lcon02jt{position: absolute;right: 0.28rem;bottom: 1.13rem;justify-content: center;}
.part3Lcon02 .swiper-button-next,.part3Lcon02 .swiper-button-prev{margin: 0 0.05rem; position: relative;width: 0.5rem;height: 0.5rem;background: url(../images25/part3-04.png) no-repeat center;background-size: 0.5rem 0.5rem;}
.part3Lcon02 .swiper-button-prev{transform: rotateY(-180deg);}
.part3Lcon02 .swiper-button-next:after, .part3Lcon02 .swiper-button-prev:after{display: none;}
.part3Lcon02 .swiper-button-prev{left: 0;}
.part3Lcon02 .swiper-button-next{right: 0;}
.part3C{width: 32.66%;position: relative;}
.part3C::after{content: "";width: 100%; height: calc(100% - 1.04rem);background: url(../images25/part3BG02.png) no-repeat top center;background-size: cover;border-radius: 0.4rem 0.4rem 0 0;position: absolute;left: 0;bottom: 0;}
.part3Ccon{position: relative;z-index: 2;padding: 0.5rem 0.4rem 0 0.5rem;}
.part3Ccon li a{display: block;margin-bottom: 0.16rem;padding-bottom: 0.18rem;border-bottom: 0.01rem solid #CCDFD7;}
.part3Ccon li i{font-size: 0.2rem;color: #006428;font-style: normal;font-family: "times new roman";}
.part3Ccon li p{margin-top: 0.08rem;transition: 0.6s all;}
.part3Ccon li p span{background-image: linear-gradient(#006428,#006428);}
.part3Ccon li:hover p{color: #006428;transition: 0.6s all;}
.part3R{width: 33.67%;position: relative;}
.part3Rcon{padding: 0.45rem 0 0 0.4rem;}
.part3Rcon .swiper-container{overflow: hidden;position: relative;}
.part3::before{content: "";display: block;position: absolute;right: 0;bottom: 0;height: calc(100% - 1.04rem); left: 50%;margin-left: 2.46rem;background: url(../images25/part3BG03.png) no-repeat right top;background-size: cover;border-radius: 0.4rem 0 0 0;}
.part3Rcon .swiper-slide a{display: block;}
.part3Rcon .swiper-slide .pic{overflow: hidden;position: relative;}
.part3Rcon .swiper-slide .pic img{display: block;width: 100%;object-fit: cover;height: 2.86rem;transition: 0.6s all;}
.part3Rcon .swiper-pagination{bottom: 0.1rem;}
.part3Rcon .swiper-pagination-bullet{font-size: 16px;font-weight: bold;font-family: "times new roman";color: #fff;width: 0.36rem;height: 0.42rem;line-height: 0.42rem;border-radius: 0;background: transparent;opacity: 0.5;}
.part3Rcon .swiper-pagination-bullet-active{background: url(../images25/bannerD01.png) no-repeat top center;background-size: 0.36rem 0.38rem;opacity: 1;}
.part3Rcon .swiper-pagination-bullet::before{content: "0";}
.part3Rcon li{width: 48.9%;margin-top: 0.1rem;}
.part3Rcon li a{display: block;position: relative;overflow: hidden;}
.part3Rcon li img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;}
.part3Rcon li:hover img{transform: scale(1.1);transition: 0.6s all;}
.part3C .more,.part3R .more{    position: absolute;bottom: 0.4rem;left: 50%;margin-left: -0.58rem;}
@media (max-width:1024px) {
.part3Lcon01 .mySwiper{display: none;}
.part3Lcon01{padding-bottom: 0.7rem;}
.part3::before{left: auto;margin-left: 0;width: 34%;}
.part3::after{right: auto;margin-right: 0;width: 34%;}
.part3L .more{ position: absolute;bottom: 0;left: 50%;margin-left: -0.58rem;}
.part3Ccon li:last-child a{border-bottom:0;}
}
@media (max-width:850px) {
.part3BG{padding-top: 0.5rem;}
.part3L{width: 100%;padding-right: 0;}
.part3C{width: 100%;margin: 0.4rem 0;padding-bottom: 0.4rem;}
.part3R{width: 100%;}
.part3::before,.part3::after{display: none;}
.part3Lcon{background: url(../images25/part3BG01.png) no-repeat center;background-size: cover;padding: 0.3rem;border-radius: 0.4rem;}
.part3Tit{margin-bottom: 0.2rem;}
.part3C::after{height: calc(100% - 0.84rem);border-radius: 0.4rem;}
.part3Rcon{padding: 0;}
.part3 .more{position: relative;bottom: auto;}
}
/* part4 */
.part4 .pic{margin: 1.2rem auto 1.3rem auto;cursor: pointer;}
.part4 .pic img{display: table;max-width: 100%;margin: 0 auto;}
.part4Video{position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 1000000;opacity: 0;visibility: hidden;transition: all 0.6s ease 0s;}
.part4Video.on{opacity: 1;visibility: visible;}
.part4Video .part4VideoBG{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%; margin: 0px;background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);transform-origin: center center;transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;}
.part4Video .video{position: absolute;left: 0px;top: 50%;transform: translateY(-50%);width: 100%;z-index: 2;}
.part4Video .video video{width: 80%;margin: 0px auto;box-sizing: border-box;transition: all 0.3s ease 0s;max-width: 94%;}
@media (max-width:850px) {
.part4 .pic{margin: 0.5rem auto;}
}
/* part5 */
.part5L{width: 29.33%;}
.part5L li{margin-bottom: 0.3rem;padding-bottom: 0.28rem;position: relative;}
.part5L li::after{content: "";width: 100%;height: 0.01rem;background: #D8D8D8;position: absolute;left: 0;bottom: 0;}
.part5L li .pic{width: 1rem;height: 0.56rem;border-radius: 0.04rem;box-sizing: border-box;border: 0.01rem solid #D9D9D9;display: flex;justify-content: center;align-items: center;}
.part5L li .pic img{display: block;max-width: 1rem;max-height: 0.56rem;transition: 0.6s all;}
.part5L li .text p span{background-image: linear-gradient(#006428,#006428);}
.part5L li:hover .text p{color: #006428;transition: 0.6s all;}
.part5R{width: 66%;}
.part5RL{width: 63.63%;align-content: flex-start;}
.part5RL li{width: 49.2%;margin-top: 0.1rem;}
.part5RL li:nth-child(1){width: 100%;margin-top: 0;}
.part5RL li a,.part5RR a{display: block;position: relative;overflow: hidden;}
.part5RL li a::after,.part5RR a::after{content: "";width: 100%;height: 40%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 97%);position: absolute;left: 0;bottom: 0;}
.part5RL li .text,.part5RR .text{position: absolute;bottom: 0;width: calc(100% - 0.14rem);left: 0.07rem;z-index: 2;padding-bottom: 0.12rem;}
.part5RL li .pic,.part5RR .pic{position: relative;overflow: hidden;width: 100%;}
.part5RL li .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 1.8rem;}
.part5RL li:nth-child(1){height: 3.4rem;}
.part5RL li:nth-child(1) .pic img{height: 3.4rem;}
.part5RL li .text .icon,.part5RR .text .icon{width: 0.5rem;position: relative;}
.part5RL li .text .icon::after,.part5RR .text .icon::after{content: "";width: 100%;height: 0.04rem;background: #009F88;position: absolute;left: 0;bottom: -0.12rem;}
.part5RL li .text .icon img,.part5RR .text .icon img{display: table;margin: 0 auto;max-width: 0.5rem;}
.part5RL li .text p,.part5RR .text p{width: calc(100% - 0.56rem);color: #fff;}
.part5RL li .text p span,.part5RR .text p span{background-image: linear-gradient(#fff,#fff);}
.part5RR{width: calc(36.37% - 0.1rem);}
.part5RR .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 5.3rem;}
.part5RR .videoIcon{position: absolute;width: 1.1rem;left: 50%;top: 50%;margin-left: -0.55rem;margin-top: -0.55rem;}
.part5RR .videoIcon img{display: block;width: 100%;}
@media (max-width:850px) {
.part5L{width: 100%;}
.part5R{width: 100%;}
.part5RL li .pic img{height: 20vw;}
.part5RL li:nth-child(1) .pic img,.part5RL li:nth-child(1){height: 36vw;}
.part5RR .pic img{height: 57vw;}
}
@media (max-width:580px) {
.part5RL{width: 100%;}
.part5RR{width: 100%;margin-top: 0.1rem;}
.part5RL li .pic img{height: 32vw;}
.part5RL li:nth-child(1) .pic img,.part5RL li:nth-child(1){height: 54vw;}
.part5RR .pic img{height: 92vw;}
}
/* part6 */
.part6BG{padding-bottom: 2.48rem;background: linear-gradient(180deg, rgba(249, 252, 251, 0) 0%, #ECFCF7 37%);}
.part6 .swiper-slide a{display: block;position: relative;overflow: hidden;}
.part6 .swiper-slide .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 1.96rem;}
.part6 .mySwiper{position: relative;}
.part6 .swiper-button-prev,.part6 .swiper-button-next{width: 0.5rem;height: 50px;background: url(../images25/part6-04.png) no-repeat center;background-size: 0.5rem 0.5rem; margin-top: -0.25rem;left: 0.05rem;}
.part6 .swiper-button-prev::after,.part6 .swiper-button-next::after{display: none;}
.part6 .swiper-button-next{transform: rotate(-180deg);left: auto;right: 0.05rem;background-size: 0.5rem 0.5rem;}
@media (max-width:1023px) {
.part6 .swiper-slide .pic img{height: 22vw;}
}
@media (max-width:850px) {
.part6BG{padding: 0.5rem 0 1.5rem 0;}
}
@media (max-width:767px) {
.part6 .swiper-slide .pic img{height: 38vw;}
}
/* part7 */
.part7{margin-top: 0.7rem;}
.part7 ul{justify-content: space-around;}

.part7 li a{display: block;}
.part7 li .icon{width: 0.9rem;height: 0.9rem;border: 0.01rem dashed #006428;border-radius: 50%;display: flex;justify-content: center;align-items: center;margin: 0 auto;}
.part7 li .icon img{display: block;max-width: 0.7rem;max-height: 0.7rem;}
.part7 li p{margin-top: 0.12rem;font-size: 0.2rem;line-height: 0.26rem;text-align: center;color: #323232;}
.part7 li:hover p{color: #006428;transition: 0.6s all;}
.part7 li:hover .icon img{-webkit-animation: jello 1s; -moz-animation: jello 1s; animation: jello 1s;}
@keyframes jello {
    from, 11.1%, to { -webkit-transform: none; -moz-transform: none; transform: none }
    22.2% { -webkit-transform: skewX(-12.5deg) skewY(-12.5deg); -moz-transform: skewX(-12.5deg) skewY(-12.5deg); transform: skewX(-12.5deg) skewY(-12.5deg) }
    33.3% { -webkit-transform: skewX(6.25deg) skewY(6.25deg); -moz-transform: skewX(6.25deg) skewY(6.25deg); transform: skewX(6.25deg) skewY(6.25deg) }
    44.4% { -webkit-transform: skewX(-3.125deg) skewY(-3.125deg); -moz-transform: skewX(-3.125deg) skewY(-3.125deg); transform: skewX(-3.125deg) skewY(-3.125deg) }
    55.5% { -webkit-transform: skewX(1.5625deg) skewY(1.5625deg); -moz-transform: skewX(1.5625deg) skewY(1.5625deg); transform: skewX(1.5625deg) skewY(1.5625deg) }
    66.6% { -webkit-transform: skewX(-.78125deg) skewY(-.78125deg); -moz-transform: skewX(-.78125deg) skewY(-.78125deg); transform: skewX(-.78125deg) skewY(-.78125deg) }
    77.7% { -webkit-transform: skewX(0.390625deg) skewY(0.390625deg); -moz-transform: skewX(0.390625deg) skewY(0.390625deg); transform: skewX(0.390625deg) skewY(0.390625deg) }
    88.8% { -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg); -moz-transform: skewX(-.1953125deg) skewY(-.1953125deg); transform: skewX(-.1953125deg) skewY(-.1953125deg) }
}

@media (max-width:580px) {
	.part7{margin-top: 0.5rem;}
.part7 li{width: 30%;margin-bottom: 0.2rem;}
    .part6BG {
        padding: 0.5rem 0 0.8rem 0;
    }
}



/* 人物 风采 生活 end */
/* 人才招聘 end */

@media(max-width: 1024px){
	
}
@media(max-width: 850px){
}

@media(max-width: 1400px){

}
@media(max-width: 1200px){

}

@media(max-width: 1024px){

}


/* footer start */
.footer{background: #006428;position: relative;padding: 0.3rem 0 0.5rem 0;}
.footer::after{content: "";width: 100%;height: 1.68rem;background: url(../images25/footerBG.png) no-repeat top center;background-size: 100%;position: absolute;left: 0;top: -1.68rem;}
.footer .w15{position: relative;z-index: 2;}
.footer .text{width: 57.33%;}
.footer .copyright{width: 20.66%;align-items: flex-start;}
.footer .footerIcon{width: 2.2rem;}
.footer .text p{font-size: 0.16rem;color: #fff;line-height: 0.36rem;}
.footer .text p i{font-style: normal;padding-left: 0.18rem;background: url(../images25/footer01.png) no-repeat left 0.05rem;background-size: 0.16rem 0.16rem;margin-right: 0.1rem;}
.footer .copyright p{width: calc(100% - 0.4rem);font-size: 0.16rem;line-height: 0.3rem;color: #fff;}
.footer .copyright p a{color:#fff;}
.footer .copyright>img{width: 0.36rem;display: block;}
.footer .footerIcon li{position: relative;cursor: pointer;padding-top: 0.1rem;}
.footer .footerIcon li .icon{width: 0.4rem;height: 0.4rem;background: #fff;border-radius: 50%;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);display: flex;justify-content: center;align-items: center;}
.footer .footerIcon li .icon img{}
.footer .footerIcon li .ewm{position: absolute;bottom: 100%;left: 50%;margin-left: -0.7rem;display: none;box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);}
.footer .footerIcon li .ewm img{display: block;width: 1.4rem;}
.footer .footerIcon li:hover .ewm{display: block;}
@media(max-width: 850px){
.footer .text{width: 100%;}
.footer .text p{display: table;margin: 0 auto;text-align: center;}
.footer .copyright{width: 100%;justify-content: center;}
.footer .copyright p{width: 100%;display: table;margin: 0 auto;text-align: center;}
.footer .footerIcon{margin: 0 auto;}
.footer::after{top: -1rem;}
}
@media(max-width: 768px){
.footer::after{top: -0.5rem;}
}
@media(max-width: 440px){
.footer::after{top: -0.4rem;}
}
/* footer end */
/* 首页样式结束 */
.list-banner{position: relative;}
.list-banner::after{content: "";width: 100%;height: 50%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.585) 0%, rgba(0, 0, 0, 0) 100%);position: absolute;left: 0;top: 0;}
.list-banner::before{content: "";width: 100%;height: 40%;background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);position: absolute;left: 0;bottom: 0;}
.list-banner .pic{overflow: hidden;}
.list-banner .pic img{display: block;width: 100%;object-fit: cover;height: 5.5rem;}
.position{position: absolute;left: 0;bottom: 0.4rem;width: 100%;z-index: 5;}
.position .w15{justify-content: flex-end;}
.position p{font-size: 0.16rem;color: #fff;line-height: 0.16rem;padding-left: 0.26rem;background: url(../images25/position.png) no-repeat left center;background-size: 0.16rem 0.16rem;}
.position p a{color: #fff;transition: 0.6s all;}
.position p a.on{color: #F7B500;}
.position p a:hover{color: #F7B500; transition: 0.6s all;}
#nav_slide{line-height: 0.5rem;position: relative;z-index: 2;display:none;}
#nav_slide #bnt_back{ position:absolute; left: 0.15rem; top:0;}
#nav_slide #bnt_back img{height: 0.2rem;vertical-align: middle;}
#nav_slide .n_title{ height: 0.5rem;background: #006428;position: relative;}
#nav_slide h1{font-size: 0.16rem;color: #fff;text-align: center;}
#bnt_sub_nav{position: absolute;right: 0.15rem;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: #f9f9f9; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{}
#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.14rem;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.14rem; color: #666;}
#sub_nav_content ul li.on>a{color: #006428;}
#sub_nav_content ul li ul{ display:none}
.fanye{margin-top: 0.8rem;}
.fanye img{display: block;max-width: 100%;margin: 0 auto;}
@media(max-width: 1024px){
	.m_header_box{ display:block}
	#header{display: none;}
	#nav{display: none;}
	.mianbao{ display:none;}
	#nav_slide{ display:block;}
       .list-banner{margin-top:0.68rem;}
	.list-banner .pic::after,.list-banner .pic::before{background: none;}
}

.listBG{position: relative;min-height: 5rem;padding:0.2rem 0 2.85rem 0;background: url(../images25/listBG01.png) no-repeat bottom center;background-size: 100%;position: relative;margin-top: -0.2rem;overflow: hidden;}
.listNr{position: relative;z-index: 2;padding-top: 1rem;}
.listNav{position: relative;z-index: 9;background: rgba(247, 247, 247, 0.97);}
.listNav .w15{justify-content: flex-start;}
.listNav .listNavL{width: 2.42rem;background: #006428;position: relative;display: flex;justify-content: center;padding: 0.14rem 0;}
.listNav .listNavL h5{font-family: "sourcebold";position: relative;z-index: 2;padding: 0.15rem 0 0 0;font-size: 0.28rem;color: #fff;padding-left: 0.52rem;background: url(../images25/list-nav.png) no-repeat left 0.1rem;background-size: 0.45rem 0.39rem;}
.listNav ul{justify-content: flex-start;position: relative;}
.listNav li{position: relative;z-index: 2;padding: 0.28rem 0.2rem;}
.listNav li>a{font-size: 0.2rem;color: #323232;}
.listNav li.on>a{color: #006428;}
.listNav li dl{display: none; position: absolute;left: -40%;width: 180%;top: 100%;background: #fff;z-index: 3;border: 1px solid rgba(117, 32, 125, 0.2);padding: 0.15rem;transition: 0.6s all;}
.listNav li dd{text-align: center;border-bottom: 0.01rem solid #f2e9f2;}
.listNav li dd a{display: block;padding: 0.1rem 0;font-size: 0.18rem;color: #666;transition: 0.6s all;}
.listNav li dd:last-child{border-bottom: none;}
.listNav li dd a:hover{color: #006428;transition: 0.6s all;}
.listNav li:hover dl{display: block;transition: 0.6s all;}
.fanye{margin-top: 0.4rem;}
.fanye img{display: table;margin: 0 auto;max-width: 100%;}
@media(max-width: 1024px){
.listBG{padding:  0.5rem 0 2rem 0;}
.listNav{width: 100%;display: none;}
.listNav ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.listNav li{width: 33.33%;}
.list-banner .pic img{height: 38vw;}
.n_right{width: 100%;margin-top: 0.3rem;}
.position{display: none;}
.listNr{padding-top: 0;}

}
@media(max-width: 850px){
	.listNav li.on a::after{display: none;}
	.listNav li a{line-height: 0.6rem;height: 0.6rem;}
	.listBG{padding: 0.5rem 0 1.4rem 0;}
}
@media(max-width: 768px){
	.listBG{padding: 0.5rem 0 0.8rem 0;}
}
@media(max-width: 440px){
	.listBG{padding: 0.5rem 0 0.6rem 0;}
}
/* 题图列表 */
.n_tt li{position: relative;}
.n_tt li::after{content: "";width: 0; height: 100%;position: absolute;left: -50vw;background: #F5FAF8;top: 0;transition: 0.6s all;}
.n_tt li a{padding: 0.2rem 0;position: relative;z-index: 2;align-items: center;border-bottom: 0.01rem solid #E8E8EE;}
.n_tt li .pic{width: 3rem;overflow: hidden;position: relative;}
.n_tt li .pic img{display: block;width: 100%;height: 2rem;object-fit: cover;transition: 0.6s all;}
.n_tt li .text{width: calc(100% - 3.5rem);}
.n_tt li .text .time{width: 0.9rem;height: 0.9rem;border: 0.01rem solid #EBE9E9;border-top: 0.02rem solid #006428;text-align: center;}
.n_tt li .text .time .day{font-size: 0.36rem;color: #006428;font-family: "times new roman";padding: 0.14rem 0 0.06rem 0;transition: 0.6s all;}
.n_tt li .text .time .year{font-size: 0.16rem; color: #006428;transition: 0.6s all;}
.n_tt li .text .con{width: calc(100% - 1.24rem);}
.n_tt li .text h5{font-size: 0.2rem;color: #323232;line-height: 0.22rem;height: 0.22rem;margin-bottom: 0.2rem;transition: 0.6s all;}
.n_tt li .text h5 span{background-image: linear-gradient(#fff,#fff);}
.n_tt li .text p{font-size: 0.16rem;color: #666666;line-height: 0.28rem;height: 0.56rem;transition: 0.6s all;}
.n_tt li:hover::after{width: 200vw;transition: 0.6s all;}
.n_tt li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_tt li:hover h5{color: #006428;font-weight: bold; transition: 0.6s all;}
.n_tt li:hover .time{background: #006428;border: 0.01rem solid #006428;transition: 0.6s all;}
.n_tt li:hover .time .day,.n_tt li:hover .time .year{color: #F7B500;transition: 0.6s all;}
@media(max-width: 850px){
.n_ttT{margin-bottom: 0.3rem;}
.n_ttT .pic{width: 100%;}
.n_ttT .text{width: 100%;padding: 0.3rem;}
.n_ttT .text::after{width: 100%;left: 0;border-radius: 0;}
.n_ttT .pic img{height: 54vw;}
}
@media(max-width: 768px){
.n_tt li .pic{width: 100%;order: 1;}
.n_tt li .text{width: 100%;margin-top: 0.2rem;order: 2;}
.n_tt li .pic img{height: 54vw;}
.n_tt li .text h5{line-height: 0.3rem;height: auto;max-height: 0.6rem;-webkit-line-clamp: 2;}
}
/* 摘要文章列表页 */
.n_zywz ul{margin-left: -0.4rem;margin-bottom: -0.4rem;}
.n_zywz li{width: calc(50% - 0.4rem);margin-left: 0.4rem;margin-bottom: 0.4rem;border: 0.01rem solid #E8E8EE;border-bottom: 0.01rem solid #006428;transition: 0.6s all;}
.n_zywz li a{padding: 0.5rem 0.3rem;}
.n_zywz li .time{width: 0.9rem;height: 0.9rem;border: 0.01rem solid #EBE9E9;border-top: 0.02rem solid #006428;text-align: center;}
.n_zywz li .time .day{font-size: 0.36rem;color: #006428;font-family: "times new roman";padding: 0.14rem 0 0.06rem 0;transition: 0.6s all;}
.n_zywz li .time .year{font-size: 0.16rem; color: #006428;transition: 0.6s all;}
.n_zywz li .text{width: calc(100% - 1.24rem);}
.n_zywz li .text h5{font-size: 0.2rem;color: #323232;margin-bottom: 0.2rem;transition: 0.6s all;}
.n_zywz li .text h5 span{background-image: linear-gradient(#fff,#fff);}
.n_zywz li .text p{font-size: 0.16rem;color: #666666;line-height: 0.28rem;height: 0.56rem;transition: 0.6s all;}
.n_zywz li:hover{background: #F5FAF8;transition: 0.6s all;}
.n_zywz li:hover h5{color: #006428;font-weight: bold; transition: 0.6s all;}
.n_zywz li:hover .time{background: #006428;border: 0.01rem solid #006428;transition: 0.6s all;}
.n_zywz li:hover .time .day,.n_zywz li:hover .time .year{color: #F7B500;transition: 0.6s all;}
@media(max-width: 850px){
.n_zywz ul{margin-left: 0;}
.n_zywz li{width: 100%;margin-left: 0;}
}


/* 标题列表页 */
.n_bt li{position: relative;border-bottom: 0.01rem dashed #CECECE;;}
.n_bt li::after{content: "";width: 0;height:100%;background: #F5FAF8;border-bottom: 0.03rem solid #006428; position: absolute;left: -50vw;bottom: 0;transition: 0.6s all;}
.n_bt li a{padding: 0.3rem 0;position: relative;z-index: 2;align-items: center;}
.n_bt li .time{position: relative;width: 0.9rem;height: 0.9rem;text-align: center;z-index: 2;}
.n_bt li h5{width: calc(100% - 1.1rem);transition: 0.6s all;position: relative;z-index: 2;padding-left: 0.22rem;}
.n_bt li h5::after{content: "";width: 0.06rem;height: 0.06rem;background: #FFFFFF;border: 0.02rem solid #006428;border-radius: 50%;position: absolute;left: 0;top: 0.09rem;}
.n_bt li i{color: #666666;font-style: normal;text-align: right;line-height: 0.28rem;}
.n_bt li:hover::after{width: 150vw;transition: 0.6s all;}
.n_bt li:hover h5{color: #006428;font-weight: bold; transition: 0.6s all;}
.n_bt li:hover h5::after{background: #006428;}
@media(max-width: 580px){
	.n_bt li{margin-bottom: 0.2rem;padding-bottom: 0.2rem;}
	.n_bt li a{padding: 0;}
.n_bt li h5{width: 100%;height: auto;max-height: 0.56rem;-webkit-line-clamp:2;}
.n_bt li i{text-align: left;padding-left: 0.22rem;margin-top: 0.08rem;}
}
/* 新闻列表页 */
.n_xw ul{margin-bottom: -0.3rem;}
.n_xw li{width: 48.86%;padding: 0 0.03rem 0.03rem 0;background: rgba(117,32,125,0.4);border-radius: 0.15rem;position: relative;margin-bottom: 0.3rem;}
.n_xw li::after{content: "";width: calc(100% - 0.03rem);height: calc(100% - 0.03rem);background: url(../images25/list08.png) no-repeat center;background-size: cover;position: absolute;left: 0;top: 0;border-radius: 0.15rem;transition: 0.6s all;}
.n_xw li::before{content: "";width: 0; height: calc(100% - 0.03rem);position: absolute;left: 0;top: 0;border-radius: 0.15rem;background: url(../images25/list09.png) no-repeat center;background-size: cover;transition: 0.6s all;}
.n_xw li a{position: relative;z-index: 2;padding: 0.3rem 0.3rem 0.25rem 0.2rem;}
.n_xw li .time{position: relative;width: 0.9rem;height: 0.9rem;text-align: center;z-index: 2;}
.n_xw li .time::after{content: "";width: 0.9rem;height: 0.9rem;background: url(../images25/list05.png) no-repeat center;background-size: 0.9rem 0.9rem;position: absolute;left: 0;top: 0;animation: rotate 15s linear infinite;transition: 0.6s all;}
.n_xw li .time .day{font-family: poppins;color: #75207D;font-weight: 500;font-size: 0.36rem;margin: 0.2rem 0 0.02rem 0;transition: 0.6s all;}
.n_xw li .time .year{font-family: poppins;color: #666666;font-size: 0.14rem;transition: 0.6s all;}
.n_xw li .text{width: calc(100% - 1.1rem);}
.n_xw li .text h5{padding-bottom: 0.15rem;position: relative;height: 0.71rem;}
.n_xw li .text h5::after{content: "";width: calc(100% - 0.32rem);height: 0.01rem;background: #e2d0e5;position: absolute;left: 0;bottom: 0;}
.n_xw li .text h5::before{content: "";width: 0.32rem;height: 0.25rem;background: url(../images25/list03.png) no-repeat left bottom;background-size: 0.32rem 0.25rem; position: absolute;right: 0;bottom: 0;}
.n_xw li .text p{font-size: 0.16rem;color: #666666;line-height: 0.26rem;height: 0.78rem;margin-top: 0.15rem;}
.n_xw li:hover::after{width: 0; transition: 0.6s all;}
.n_xw li:hover::before{width: calc(100% - 0.03rem);transition: 0.6s all;}
.n_xw li:hover .time::after{background: url(../images25/part2-06.png) no-repeat center;background-size: 0.9rem 0.9rem;transition: 0.6s all;}
.n_xw li:hover .day{color: #fff;}
.n_xw li:hover .year{color: #fff;opacity: 0.7;}
.n_xw li:hover .text h5{color: #fff;}
.n_xw li:hover .text h5::after{background: rgba(255, 255, 255, 0.2);transition: 0.6s all;}
.n_xw li:hover .text h5::before{background: url(../images25/list03W.png) no-repeat bottom left;background-size: 0.32rem 0.25rem;transition: 0.6s all;}
.n_xw li:hover .text p{color: #fff;opacity: 0.7;transition: 0.6s all;}
@media(max-width: 850px){
.n_xw li{width: 100%;}
}
/* 图片列表页 */
.n_tp ul{margin-left: -0.3rem;margin-bottom: -0.3rem;justify-content: flex-start;}
.n_tp li{width: calc(25% - 0.33rem);margin-left: 0.3rem;margin-bottom: 0.3rem;}
.n_tp li a{display: block;background: #fff;border-radius: 0.15rem;padding: 0.4rem 0.2rem 0.47rem 0.2rem;transition: 0.6s all;border: 1px solid rgba(117, 32, 125, 0.2);}
.n_tp li h5{margin-bottom: 0.2rem;padding: 0 0.2rem; transition: 0.6s all;}
.n_tp li .pic{overflow: hidden;border: 0.01rem solid #eaeaea;}
.n_tp li .pic img{display: block;width: 100%;height: 1.83rem; object-fit: cover;transition: 0.6s all;}
.n_tp li p{padding: 0 0.2rem;margin-top: 0.3rem;transition: 0.6s all;font-size: 0.14rem;line-height: 0.24rem;color: #666666;height: 0.72rem;}
.n_tp li .icon{position: relative;display: block;width: calc(100% - 0.4rem);height: 0.19rem;background: url(../images25/jt02.png) no-repeat right center;background-size: 0.19rem 0.19rem;margin-top: 0.66rem;transition: 0.6s all;}
.n_tp li .icon::after{content: "";width: 0.56rem;height: 0.53rem;background: url(../images25/part2-04.png) no-repeat center;background-size: 0.56rem 0.53rem;position: absolute;right: -0.2rem;bottom: -0.16rem;animation: rotate 15s linear infinite;}
.n_tp li:hover a{background: url(../images25/part4-02.jpg) no-repeat center;background-size: cover;transition: 0.6s all;}
.n_tp li:hover h5{color: #fff;transition: 0.6s all;}
.n_tp li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_tp li:hover p{color: #fff;opacity: 0.7;transition: 0.6s all;}
.n_tp li:hover .icon{background: url(../images25/jt.png) no-repeat right center;background-size: 0.19rem 0.19rem;transition: 0.6s all;}
@media(max-width: 1024px){
.n_tp li{width: calc(33.33% - 0.33rem);}
.n_tp li .pic img{height: 15vw;}
}
@media(max-width: 768px){
.n_tp ul{margin-left: 0;}
.n_tp li{width: 100%;margin-left: 0;}
.n_tp li .pic img{height: 52vw;}
}
/* 先进典型列表页 */
.n_people ul{margin-bottom: -0.6rem;margin-left: -0.6rem;}
.n_people li{width: calc(50% - 0.6rem);margin-left: 0.6rem;margin-bottom: 0.6rem;position: relative;padding: 0.2rem 0.35rem 0.3rem 0;}
.n_people li::after{content: "";width: calc(100% - 1rem);height: 100%;border: 0.01rem solid #EBE9E9;position: absolute;left: 1rem;top: 0;}
.n_people li a{position: relative;z-index: 2;}
.n_people li .pic{width: 1.9rem;overflow: hidden;}
.n_people li .pic img{display: block;width: 100%;height: 2.6rem;object-fit: cover;transition: 0.6s all;}
.n_people li .text{width: calc(100% - 2.2rem);}
.n_people li .text h5{font-size: 0.28rem;color: #006428;margin-bottom: 0.15rem;background: url(../images25/list10.png) no-repeat right center;background-size: 0.16rem 0.16rem;}
.n_people li .text h3{font-size: 0.16rem;color: #006428;line-height: 0.36rem;padding-left: 0.2rem;border-left: 0.01rem solid #006428;}
.n_people li .text p{margin-top: 0.2rem;}
.n_people li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_people li:hover::after{background: #F5FAF8;border-bottom: 0.02rem solid #006428;}
@media(max-width: 768px){
.n_people li{width: 100%;}
}
@media(max-width: 380px){
.n_people ul{margin-left: 0;margin-bottom: -0.2rem;}
.n_people li{width: 100%;margin-left: 0;margin-bottom: 0.2rem;padding: 0.2rem 0.2rem 0.2rem 0;}
.n_people li .pic{width: 1.5rem;}
.n_people li .text{width: calc(100% - 1.7rem);}
.n_people li .pic img{height: 42vw;}
}

/* show */
.show01 {background: #F5FAF8; margin-bottom: 0.4rem;border-bottom: 0.02rem solid #006428; position: relative; padding: 0.35rem 0.2rem 0.2rem 0.2rem;}
.show01 div {max-width: 100%;}
.show01 h5 { font-size: 0.32rem; color: rgb(0, 0, 0);  line-height: 0.46rem; margin-bottom: 0.2rem;text-align: center;font-weight: 600; }
.show01 p{text-align: center;}
.show01 p i{font-style: normal;margin: 0 0.06rem;font-size: 0.16rem;color: #999999;line-height: 0.26rem;}
.show02 p {line-height: 0.34rem !important;text-indent:2em;font-size: 0.18rem !important;color: #4c4c4c;margin-bottom: 0.2rem;background: none !important;}
.show02 p span{background: none !important;line-height: 0.32rem !important;font-size: 0.18rem !important;}
.show02 p video{margin: 0 auto;object-fit: cover;}
.show02 p iframe{margin-left:-2em;}
.show02 p span{background: none !important;}
.show02 p img {margin: 0 auto;max-width: 100%;height: auto !important;border:none !important;border:none !important;}

.fujian span{line-height: 0.34rem;font-size: 0.18rem;color: #4c4c4c;}
.fujian span a{line-height: 0.34rem;font-size: 0.18rem;color: #4c4c4c;}
.fujian span a:hover span{color:#006428;}

.show03 { padding-top: 0.3rem;border-top: 1px solid #c8c8c8; position: relative;margin-top: 0.5rem; }
.show03 p { font-size:0.18rem;color: #006428; margin-bottom: 0.2rem;line-height: 0.26rem; }
.show03 p a { color: #666666; transition: all 0.2s ease 0s;font-weight: normal; }
.show03 p a:hover { color: #006428;font-weight: 600; transition: all 0.2s ease 0s; }
@media(max-width: 1200px){
   .show02 p iframe{width:100%;}
}
@media(max-width: 850px){
.show01 p i{font-size: 0.18rem;}
.show02 p{font-size: 0.22rem !important;line-height: 0.42rem !important;}
.show03 p{font-size: 0.22rem;line-height: 0.32rem;}
}
@media(max-width: 768px){
.show02 p video{margin: 0 auto;object-fit: cover;width: 100%;height: 100%;}
}
/* 学校简介 */
.xxjj p{font-size: 0.18rem;line-height: 0.36rem;text-indent: 0.36rem;margin-bottom: 0.2rem;}
.xxjj01{margin-bottom: 0.4rem;}
.xxjj01 p{width: calc(100% - 6.46rem);}
.xxjj01 .pic{width: 6.06rem;position: relative;}
.xxjj01 .pic img{display: block;width: 100%;}
.xxjj02{margin-top: 0.4rem;}
.xxjj02 .pic{width: 4.8rem;}
.xxjj02 .pic img{display: block;width: 100%;margin-bottom: 0.2rem;}
.xxjj02 .text{width: calc(100% - 5.1rem);}
@media(max-width: 1024px){
	
}
@media(max-width: 850px){
.xxjj01 p{width: 100%;}
.xxjj01 .pic{width: 100%;}
.xxjj02 .pic{width: 100%;display: flex;}
.xxjj02 .pic img{width: 49%;}
.xxjj02 .text{width: 100%;}
}
/* 学校领导 */
.xxlead01{margin-bottom: 0.5rem;}
.xxlead .xxlead01:last-child{margin-bottom: 0;}
.xxleadTit{min-width: 3.6rem;line-height: 0.6rem;background: #006428;display: inline-block;position: relative;}
.xxleadTit::after{content: "";width: 0.32rem;height: 0.6rem;background: url(../images25/list04.png) no-repeat left bottom;background-size: 0.32rem 0.6rem;position: absolute;right: -0.3rem;bottom: 0;}
.xxleadTit h5{padding: 0 0.5rem;font-size: 0.24rem;font-weight: bold;color: #fff;}
.xxlead01 ul{border-top: 0.04rem solid #006428;background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);padding: 0.1rem 0.6rem;position: relative;}
.xxlead01 ul::after{content: "";width: 0.01rem;height: 100%;background: linear-gradient(180deg, #AAC5B5 0%, rgba(170, 197, 181, 0) 100%);position: absolute;left: 0;top: 0;}
.xxlead01 ul::before{content: "";width: 0.01rem;height: 100%;background: linear-gradient(180deg, #AAC5B5 0%, rgba(170, 197, 181, 0) 100%);position: absolute;right: 0;top: 0;}
.xxlead01 li{padding: 0.24rem 0.5rem;border-bottom: 0.01rem dashed #D8D8D8;}
.xxlead01 li h5{font-size: 0.2rem;color: #323232;width: 1.3rem;}
.xxlead01 li p{width: calc(100% - 1.3rem);font-size: 0.18rem;color: #666;line-height: 0.26rem;}
@media(max-width: 480px){
.xxlead01 ul{padding: 0.1rem 0.3rem;}	
.xxlead01 li{padding: 0.2rem 0.2rem;}
}
/* 学校机构 */
.xxjg01{margin-bottom: 0.5rem;}
.xxjgTit{padding: 0.3rem 0.36rem;background: #F5FAF8;position: relative;align-items: center;margin-bottom: 0.1rem;cursor: pointer;}
.xxjgTit::after{content: "";width: 0.04rem;height: 0.4rem;background: #006428;position: absolute;left: 0;top: 50%;margin-top: -0.2rem;}
.xxjgTit h5{font-size: 0.26rem;color: #006428;font-weight: bold;}
.xxjgTit i{display: block;width: 0.2rem;height: 0.2rem;background: url(../images25/list06.png) no-repeat center;background-size: 0.2rem 0.2rem;}
.xxjg01 ul{margin-left: -0.3rem;justify-content: flex-start;}
.xxjg01 li{width: calc(33.33% - 0.3rem);margin-left: 0.3rem;padding: 0.3rem 0;border-bottom: 0.01rem solid #D8D8D8;position: relative;}
.xxjg01 li::after{content: "";width: 0.05rem;height: 0.05rem;background: #006428;border-radius: 50%;position: absolute;left: 0;bottom: -0.02rem;}
.xxjg01 li::before{content: "";width: 0;height: 0.01rem;background: #006428;position: absolute;left: 0;bottom: 0;transition: 0.6s all;}
.xxjg01 li p a{font-size: 0.18rem;color: #3A3A3A;line-height: 0.28rem;padding-right: 0.36rem;background: url(../images25/list05.png) no-repeat right 0.06rem;background-size: 0.16rem 0.16rem;transition: 0.6s all;}
.xxjg01 li:hover::before{width: 100%;transition: 0.6s all;}
.xxjg01 li:hover p a{color: #006428;transition: 0.6s all;}
.xxjg01.active ul{display: none;}
@media(max-width: 480px){
.xxjg01 li{width: 100%;padding: 0.2rem 0;}
}
/* 视频列表 */
.list_video ul{justify-content: flex-start;margin-left: -0.4rem;margin-bottom: -0.4rem;}
.list_video li{width: calc(33.33% - 0.4rem);margin-left: 0.4rem;margin-bottom: 0.4rem;}
.list_video li a{display: block;}
.list_video li .pic{overflow: hidden;position: relative;}
.list_video li .pic .img{overflow: hidden;}
.list_video li .pic .img img{display: block;width: 100%;height: 3.1rem; object-fit: cover;transition: 0.6s all;}
.list_video li .pic .icon{position: absolute;width: 0.45rem;height: 0.49rem;position: absolute;left: 0.3rem;bottom: 0.2rem;}
.list_video li .pic .icon img{display: block;width: 100%;}
.list_video li p{margin-top: 0.2rem;font-size: 0.2rem;line-height: 0.3rem;height: 0.3rem;text-align: center;color: #323232;transition: 0.6s all;}
.list_video li:hover .pic .img img{transform: scale(1.1);transition: 0.6s all;}
.list_video li:hover p{color: #006428;transition: 0.6s all;}
@media(max-width: 850px){
.list_video ul{justify-content: space-between;margin-left: 0;margin-bottom: 0.3rem;}
.list_video li{width: 49%;margin-left: 0;margin-bottom: 0.3rem;}
.list_video li .pic .img img{height: 34vw;}
.list_video li .pic .icon{left: 0.1rem;bottom: 0.1rem;}
}
/* 环境文化 */
.n_hjwh{position: relative;overflow: hidden;}
.n_hjwh .swiper-pagination{display: none;}
.n_hjwh .swiper-slide{overflow: hidden;}
.n_hjwh .swiper-slide .pic{width: calc(100% - 2.5rem);overflow: hidden;}
.n_hjwh .swiper-slide .pic img{display: block;width: 100%;object-fit: cover;height: 8rem;}
.n_hjwh .swiper-slide .text{margin-top: 0.44rem;}
.n_hjwh .swiper-slide .text h5{font-size: 0.24rem;color: #006428;font-weight: bold;padding-left: 0.2rem;border-left: 0.05rem solid #006428;}
.n_hjwh .swiper-slide .text p{margin-top: 0.3rem;font-size: 0.18rem !important;line-height: 0.36rem !important;color: #333333;text-indent: 0.36rem;}
.n_hjwh .swiper-slide .text p img{max-width:100%;height:auto !important;border:none !important;margin:0 auto;}
.n_hjwh .tabs{width: 2.5rem;position: absolute;right: 0;top: 0;background: #F5FAF8;z-index: 9;}
.n_hjwh .tabs a{padding:0 0.3rem;display: block;}
.n_hjwh .tabs a:last-child h5{border-bottom: none;}
.n_hjwh .tabs h5{border-bottom: 0.01rem dashed #999999;font-size: 0.18rem;color: #323232;line-height: 0.8rem;height: 0.8rem;overflow: hidden;}
.n_hjwh .tabs a.active{background: #006428;}
.n_hjwh .tabs a.active h5{padding-left: 0.4rem;background: url(../images25/list12.png) no-repeat left center;background-size: 0.34rem 0.13rem;color: #F7B500;}
@media(max-width: 1024px){
.n_hjwh .tabs{display: none;}
.n_hjwh .swiper-slide .pic{width: 100%;}
.n_hjwh .swiper-pagination{display: block;position: relative;bottom: 0 !important;margin-top: 0.3rem;}
.n_hjwh .swiper-pagination-bullet{width: 0.15rem;height: 0.15rem;border: 0.01rem solid #006428;background: transparent;opacity: 1;}
.n_hjwh .swiper-pagination-bullet-active{background: #006428;}
.n_hjwh .swiper-slide .pic img{height: 54vw;}
}
/* 历史沿革 */
.lsygBG{background: url(../images25/lsygBG.png) no-repeat bottom center;background-size: 100%;}
.lsyg>h5{display: table;margin: 0 auto;padding: 0.16rem 0.4rem;background: #006428;font-family: "sourcebold";font-size: 0.32rem;color: #fff;line-height: 0.42rem;text-align: center;}
.lsygTit{margin: 0.6rem 0 0.2rem 0;}
.lsygTit h3{width: calc(50% - 1.05rem);font-size: 0.28rem;color: #006428;font-family: "sourcebold";text-align: right;}
.lsygTit h3:last-child{text-align: left;}
.lsygConT{position: relative;padding-bottom: 1rem;}
.lsygConT::after{content: "";width: 0.04rem;height: calc(100% + 1.1rem);background: #006428;position: absolute;left: calc(50% - 0.5rem);top: -1.1rem;}
.lsygConT::before{content: "";width: 0.04rem;height: calc(100% + 1.1rem);background: #006428;position: absolute;right: calc(50% - 0.5rem);top: -1.1rem;}
.lsygConT li,.lsygConB li{display: flex;justify-content: flex-end;margin-bottom: 0.2rem;}
.lsygConT li .flex{width: calc(50% - 0.45rem);position: relative;}
.lsygConB li .flex{width: calc(50% - 0.02rem);position: relative;}
.lsygConT li i,.lsygConB li i{width: 1rem;border-bottom: 0.01rem solid #006428;color: #9E9E9E;font-family: "sourcebold";font-size: 0.18rem;line-height: 0.4rem;font-style: normal;display: block;text-align: right;position: relative;}
.lsygConT li i::after,.lsygConB li i::after{content: "";width: 0.16rem;height: 0.16rem;background: #006428;border-radius: 50%;position: absolute;left: -0.05rem;bottom: -0.08rem;}
.lsygConT li .text,.lsygConB li .text{width: calc(100% - 1.2rem);}
.lsygConT li .text h2,.lsygConB li .text h2{font-size: 0.18rem;color: #323232;line-height: 0.28rem;margin-bottom: 0.06rem;}
.lsygConT li .text p,.lsygConB li .text p{font-size: 0.12rem;color: #666666;line-height: 0.24rem;font-family: "sourcebold";}
.lsygConT ul:nth-child(even) li,.lsygConB ul li:nth-child(even){justify-content: flex-start;}
.lsygConT ul:nth-child(even) li i,.lsygConB ul li:nth-child(even) i{order: 2;text-align: left;}
.lsygConT ul:nth-child(even) li .text,.lsygConB ul li:nth-child(even) .text{order: 1;}
.lsygConT ul:nth-child(even) li i::after{left: auto;right: -0.05rem;}
.lsygConB ul li:nth-child(even) i::after{left: auto;right: -0.1rem;}
.lsygConT ul:nth-child(even) li .text h2,.lsygConB ul li:nth-child(even) .text h2{text-align: right;}
.lsygConT ul:nth-child(even) li .text p,.lsygConB ul li:nth-child(even) .text p{text-align: right;}
.lsygConB{position: relative;padding-top: 0.41rem;}
.lsygConB::after{content: "";width: 1rem;height: 0.04rem;background: #006428;position: absolute;top: 0;left: 50%;margin-left: -0.5rem;}
.lsygConB::before{content: "";width: 0.04rem;height: 100%;background: #006428;position: absolute;top: 0;left: 50%;margin-left: -0.02rem;}
.lsygConBT{width: 0.82rem;height: 0.82rem;background: #FFFFFF;box-sizing: border-box;border: 0.01rem solid #006428;box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);border-radius: 50%;position: absolute;top: -0.41rem;z-index: 2;left: 50%;margin-left: -0.41rem;}
.lsygConBT h5{color: #006428;font-size: 0.22rem;font-family: "times new roman";font-weight: bold;text-align: center;padding: 0.14rem 0 0.05rem 0;}
.lsygConBT p{color: #006428;font-size: 0.17rem;font-family: "times new roman";text-align: center;}
.lsygConB .pic{padding-top: 0.8rem;}
.lsygConB .pic img{display: table;margin: 0 auto;width: 0.8rem;position: relative;z-index: 2;}
@media(max-width: 850px){
.lsygConT::before{right: calc(50% - 0.15rem);}
.lsygConT::after{left: calc(50% - 0.15rem);}
.lsygConT li .flex{width: calc(50% - 0.1rem);}
.lsygConB::after{display: none;}
.lsygConB li i::after{left: -0.1rem;}
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
    margin: 4px 0px 4px 5px !important;
}



































@keyframes rotate {
            from {
                transform: rotate(0deg);
            }
            to {
                transform: rotate(360deg);
            }
        }
		
		@-webkit-keyframes shine {
			100% {
			  left: 125%;
			}
		  }
		  
		  @keyframes shine {
			100% {
			  left: 125%;
			}
		  }