@charset "utf-8";
/* CSS Document public*/
*{font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif; padding: 0; margin:0; box-sizing:border-box; overflow-scrolling:touch; -webkit-overflow-scrolling:touch;}
body{padding:0;margin:0;font-family:"Microsoft Yahei",Arial,Helvetica, sans-serif;-webkit-font-smoothing:antialiased;font-smoothing:antialiased; line-height: 1; font-size:14px;overflow-x: hidden;}
html,body{ min-height:100%;} html{ overflow:-moz-scrollbars-vertical;} 
::-webkit-scrollbar {width:4px;height: 8px;background-color: #F5F5F5;}
::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2;}
::-webkit-scrollbar-thumb {border-radius: 10px; background-color: #333;}

.clearfix:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.clear:after{content: ""; display: block; height: 0; clear:both; visibility: hidden;}
.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;}
input,button,textarea {background: none; outline: none;border: none;-webkit-appearance:none; border-radius:0}
input:focus {border: none;}
.v_news_content table{width: 100% !important;}
.img_zd{ position:relative; width:100%}
.img_zd .img_hezi{padding-bottom: 67.80% !important;}
.img_zd>img{position:absolute;top:0;right:0;bottom:0;left:0;object-fit:cover;height: 100%;width: 100%;}

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}
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,p{padding:0;margin:0; font-weight:normal;}
ul li{ list-style:none;}
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}
video{width: 550px;object-fit:cover;margin: 0 auto;height: 320px;}
.fl{ float:left}
.fr{ float:right}
.container01,.container01 ,.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;}
.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;} 


.a_body{ position:relative;}
::-webkit-scrollbar {width:5px;height:5px; background:#f1f1f1}
::-webkit-scrollbar-track {border-radius:0; background:#f1f1f1}
::-webkit-scrollbar-thumb {border-radius:0; background:#333333}

input::-webkit-input-placeholder{ color:#999;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999; }
input:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */ color:#999;}

textarea::-webkit-input-placeholder{ color:#999;}
textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999;}
textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */ color:#999;}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#999;}

.pic{position: relative;overflow: hidden;transition: 0.4s;background-position: center center;}
.pic img{display: block;width: 100%;object-fit: cover;transition: 0.4s ease-in;/* opacity: 0; */}
a:hover .pic img{transform:scale(1.1);transition: 0.4s ease-in;}
.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;}

.w100{width:100%;}
.w14{max-width:1400px;margin:0 auto;}
.w12{max-width:1200px;margin:0 auto;}
@media (max-width:1400px){
	.w14{width:calc(100% - 40px);margin: 0 20px;}
}
@media (max-width:1200px){
	.w12{width:calc(100% - 40px);margin: 0 20px;}
}
.fanhui{position:fixed;right:30px;bottom: 75px;width:48px;height:48px;border-radius:50%;}

h5 a{ display:inline-block; width:100%; overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
ul li:hover h5 a{ color:#003d98}
.more a{ -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; -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;}
/* .table{ display:table; table-layout: fixed; text-align:center; width:100%; height:100%}
.table_cell{ display:table-cell; vertical-align:middle} */
img{ vertical-align:middle}


#gotop{ position:fixed; z-index:90; bottom:80px; right:30px; box-sizing:border-box; text-align:center; cursor:pointer; -moz-transition:all .5s; -webkit-transition:all .5s; width:45px; height:45px;transition: 0.4s;}
#gotop { cursor: pointer; }
#gotop svg{width:100%;height:100%;fill: #3961f0;}
#gotop svg:hover{width:100%;height:100%;fill: #ec8e13;}
#gotop:hover{bottom: 90px;transition: 0.4s;}
 .ie_bg{width:100%;height:100%;position:fixed;top:0;left:0;background-color:#000;opacity:0.9;filter:alpha(opacity=90);z-index:99998;}
 .ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:99999;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;}

@font-face{ font-family:myFirstFont; src:url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/font/georgia.ttf?vpn-0);}
@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:15px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:14px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:13px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:12px;}}
@media (max-width:328px){html{font-size:12px;}}

/*==========================================公共 开始=============================================*/
.ar_wap{ display:none}
.a_body{ position:relative; z-index:0;}
.section{ overflow:hidden;}

.header_box{z-index:999999;left: 0;right: 0;top: 0;}
#header{z-index:999;width:100%;transition: 0.6s;background: white;}
#header .logoBox{background:#015198;height: 8.125rem;}
#header .w14{position: relative;align-items: center;height: 100%;}
.header_top{height: 30px;line-height: 30px;background: #015198;overflow: hidden;text-align: right;z-index: 10;position: relative;}
.header_top ul{ display:inline-block; vertical-align:top}
.header_top ul li{font-size: 1rem;color:#fff;}
.header_box .w1750{height:100%;position:relative;max-width: 100%;margin: 0 10rem;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo img{width:580px;}
@media(max-width: 1200px){
	#header #logo {width: 30%;}
	#header #logo img{width: 100%;}
}

#header .search{width:13.75rem;height: 0.34rem;line-height: 0.34rem; border-radius: 0.17rem;position: relative;border: 1px solid #4d9dcb;}
#header .search input[type="text"]{background: none;outline: none;border: none;padding: 0 0 0 10px;color: #fff;line-height: 0.34rem;height: 0.34rem;width: 100%;}
#header .search input[type="image"]{position: absolute;right:16px;top: 8px;width: 17px;line-height: 0.34rem;}
#header .search .input1{float: left;width: calc(100% - 36px);}
#header .search .input2{float: right;color: #323232;width: 36px;height: 34px;border-radius: 50%;}

.logo2 {}
.logo2 a{display: table;vertical-align: middle;}
.logo2 img{display: block;width: auto;vertical-align: middle;width: 100%;}
.header_box .rightBox p{font-size: 0.875rem;color: white;display: block;}
.header_box .rightBox p+p{margin-left: 8rem;}
.header_box .rightBox p span{display: block;line-height: 1.75rem;}

.searchBox{width:11.25rem;height: 2.125rem;border-radius: 1000px;background: white;border: 1px solid #80a8cb;}
.searchBox .text{background: none;outline: none;border: none;padding: 0 0 0 10px;color: #323232;line-height: 2.125rem;height: 2.125rem;width: 100%;}
.searchBox .img{margin-top: 0px;}
.searchBox .input1{float: left;width: calc(100% - 2.8125rem);}
.searchBox .input2{float: right;color: #323232;width: 2.125rem;height: 2.125rem;}
.searchBox .input2 .img{display: block;width: 1rem;}
.text::-webkit-input-placeholder {color: #323232;}
.text:-moz-placeholder {color: #323232;}
.text:-ms-input-placeholder {color: #323232;}

#nav{position: relative;z-index: 99;}
#nav .navBox{width: calc(100% - 12.5rem);}
#nav ul{width:100%;}
#nav ul li{position:relative;z-index:0;padding: 0 1rem;}
#nav ul li a{display:block;text-align: center;}
#nav ul li h3{font-size: 1rem;color: #323232;line-height: 3.125rem;position:relative;transition:.6s;font-weight: normal;text-align: center;}
#nav ul li.on h3{ font-weight:bold;}
#nav ul li a i{ display:inline-block; background:url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/nav_down.png?vpn-0) center no-repeat; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:100%;background:#fff; background:rgba(255,255,255,.95); width: 100%;left:50%;margin-left: -50%;z-index: 10000;/* transform:translateY(-20px); */visibility:hidden;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity: 0;opacity: 0;transition:.5s;}
#nav ul li .sub .box{padding:10px 0px; text-align:center;}
#nav ul li .sub a{padding:0;line-height: 2.5;transition:.3s;font-size: 14px;color: #666;}
#nav ul li .sub a:hover{color: #015198;background: #E5E5E5;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
#header.xg:before{ opacity:0; visibility:hidden}
#nav ul>li.on h3,#nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3{color: #f7ba36;}
#nav .navBox>ul>li h3:after{content:"";display:block;width: 100%;height: 2px;position:absolute;left: 0;margin-left: 0;background: #f7ba36;bottom:0px;transition:.3s;transform:scale(0);border-radius: 0;}
#nav .navBox>ul>li h3:before{content:"";display:block;position:absolute;left:50%;margin-left: -3px;border-left:transparent 3px solid;border-right:transparent 3px solid;border-bottom: #f7ba36 4px solid;bottom:2px;transition:.3s;opacity:0;visibility:hidden;}
#nav .navBox>ul>li:hover h3:after,#nav ul li.on h3:after{  transform:scale(1);}
#nav .navBox>ul>li:hover h3:before, #nav>ul>li.on h3:before{ opacity:1; visibility:visible}

.search_btn{height: 40px;line-height: 40px;cursor:pointer;text-align: center;transition:.6s;margin-left: 1rem;border: 1px solid rgba(255,255,255, 0.5);width: 40px;border-radius: 50%;}
.search_btn img{display: block;padding: 7px 0 0 8px;}

#header .rightBox{align-items: center;}

.topLink{height: 1.875rem;}
.topLink p a{display:inline-block;font-size: 0.875rem;color: #FFFFFF;line-height: 30px;position: relative;margin-left: 1.5rem;}
.topLink p a+a::after{position: absolute;left: 0;width: 1px;height: 6px;content: "";background: #FFFFFF;top: 50%;margin-top: -3px;left: -0.75rem;}
.topLink p a:hover{color: #f7ba36;}
.topLink p span{font-size: 0.75rem;color: #FFFFFF;font-weight: normal;line-height: 30px;position: relative;margin-right: 1.5rem;}
.topLink p span+span::after{position: absolute;left: 0;width: 1px;height: 6px;content: "";background: #FFFFFF;top: 50%;margin-top: -3px;left: -0.75rem;}

.topLink2{margin-left: 2.3rem;margin-top: 8px;}
.topLink2 p{margin: 0 0.625rem;}
.topLink2 p a{display:block;font-size: 1.125rem;color: #FFFFFF;line-height: 30px;position: relative;}
.topLink2 p a::after{position: absolute;left: 0;width: 1px;}
.topLink2 p a:hover{color: #f7ba36;}
.topLink2 p span{font-size: 1.125rem;color: #FFFFFF;font-weight: normal;line-height: 30px;display: block;}


/**/
#logo .logo_black{ display:none;}
.top_search_black{ display:none;}
#header.xg{top:0;box-shadow: 0 0 10px rgba(0,0,0,0.25);}
#header.xg #logo .table{transform: scale(0.7);}
#header.xg #logo{padding: 0.5rem 0;}
#header.xg #logo img{/*max-height: 3.5rem;*/}

/*手机头部开始*/
#m_header{z-index: 99;}
#m_header #logo img{max-height:60%;max-height: 28px;}
#m_header .yuyan{ height:4.5rem; float:right; margin-right:4rem;}
#m_header .yuyan span{ display:block; width:24px; height:24px; line-height:24px; color:#fff; font-size:.9rem; text-align:center; margin-left:17px; background:rgba(255,255,255,.3);}
.wap_search{ width:80%; margin:0 auto;}
.wap_search form{ position:relative;}
.wap_search #keyword{width: 80%;height:3.8rem; line-height:3.8rem; border:0;padding:0 1rem; font-size:1rem; color:#999;box-shadow:none;-webkit-appearance: none;float:  left;border-right: 0;}
.wap_search .btn_blue{width: 20%;height:3.8rem; background:#00a0e9 url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/search.svg?vpn-0) center no-repeat; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}

#m_nav .rightBox {width: 100%;margin-top: 1.875rem;}
#m_nav .rightBox p {font-size: 1rem;color: #FFFFFF;line-height: 1.5rem;padding: 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: 1.875rem;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 1.3rem;width: calc(100% - 2.6rem);position: relative;bottom: 0;margin-top:20px;}
.tc_search .header-search{height:40px;border-radius:20px;border:1px solid #e5e5e5;position:relative;width:100%;margin-bottom: 1rem;}
.tc_search input[type="text"]{font-size:.875rem;color:#fff;height:38px;line-height:38px;padding:0 1rem;box-shadow:none;-webkit-appearance: none;border-right: 0;background:none;width:  100%;}
.tc_search .btn_blue{ position:absolute; top:0; right:0; width: 40px;height:38px; line-height:38px; border:0; background:url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/search.png?vpn-0) center center no-repeat;background-size:1.2rem;  }
.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 */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%; overflow: auto;}

.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {z-index: 99999;position: absolute;background: #095dab;width:100%;height:100vh;right: -100vw;top: 0;display:none;padding: 7rem 0 0 0;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;}
#m_nav.act{ pointer-events: auto; right:0;}

#m_nav>ul>li{ width:100%; overflow:hidden; padding:0 2.3rem; }
#m_nav>ul>li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav>ul>li:last-child{border-bottom:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{ display:inline-block; width:calc(100% - 30px)}
#m_nav li .a h3{line-height: 4rem;height: 4rem;color:#fff;padding:0;font-size:1.125rem;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: 4rem;float:right;display:inline-block;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/jia.svg?vpn-0) center no-repeat;background-size:contain;}
#m_nav li.on i{ background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/jian.svg?vpn-0) center no-repeat;}
#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: #f7ba36;}
#m_nav .title .list a{display:block;font-size:1rem;color: #fff;text-align:left;line-height:40px;height: 40px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; 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: #095dab;display: none;}
.m_header_box{display:none;background:#015198;top: 0;left: 0;width: 100%;z-index: 9966999;position: relative;}



@media(max-width: 1100px){
	#nav ul{display: none;}
	.m_header_box{height:5.625rem;}
	#m_header .rightBox{width: 30%;margin-right: 20px;}
	#m_header .rightBox img{width: 100%;margin: 0 auto;display: block;}
	#m_header{height: 9.375rem;}
	.navBox {display: none;}
	#nav_btn_box{margin-right: 20px;;}
	.navBox .search{float: left;} 
	#nav_btn{display: block;}
	.header_box{ display:none}
	#m_header{height: auto;padding: 1rem 0;}
	.m_header_box{ display:block}
	#nav_slide{ display:block}
	.logo2{margin-left: 20px;max-width: 80%;}
}

@media(max-width: 768px){
	#nav{position: relative;}
	.logo2{max-width: 70%;}
	.m_header_box{height:5rem;}
.v_news_content video{    width: 100%;
    height: auto;}
}

@media(max-width: 992px){
	#gotop{right:0;transform:scale(0.6);bottom: 6rem;}
}

/* banner开始*/
/* banner */
.bannerBox{max-height: 34.375rem;overflow: hidden;}
.banner{width: 100%;max-height: 34.375rem;overflow: hidden;max-width: 100%;margin: 0 auto;}
.banner img{width: 100%;display: block;height: 34.375rem;object-fit: cover;}
.banner .swiper-slide::after{content: "";width: 100%;height: 20%;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/bannerLine.png?vpn-0) repeat-x center;position: absolute;bottom: 0;left: 0;}
.banner .swiper-button-prev{background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/LL.png?vpn-0) no-repeat center;width: 5rem;height: 5rem;background-size: 5rem;left: 0.625rem;top: 50%;margin-top: -2.5rem;}
.banner .swiper-button-next{background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/RR.png?vpn-0) no-repeat center;width: 5rem;height: 5rem;background-size: 5rem;right: 0.625rem;top: 50%;margin-top: -2.5rem;}

@media(max-width: 1760px){
}
@media(max-width: 1560px){
}
@media(max-width: 1100px){
	
	.banner img{height: 52vw;}
}
@media(max-width: 768px){
	
	.banner .swiper-button-prev{width: 2.5rem;height: 2.5rem;background-size: 2.5rem;margin-top: -1.25rem;}
	.banner .swiper-button-next{width: 2.5rem;height: 2.5rem;background-size: 2.5rem;margin-top: -1.25rem;}
}
/* banner结束 */
/* LinkBox 开始 */
.LinkBox{margin-top: -1.875rem;position: relative;z-index: 9;}
.LinkBox ul{dmargin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}
.LinkBox ul li{width: calc(16.666% - 1.25rem);transition: 0.6s;position: relative;transition: 0.4s;border-radius: 0.625rem;}
.LinkBox ul li:nth-child(1){background: #015198;}
.LinkBox ul li:nth-child(2){background: #019896;}
.LinkBox ul li:nth-child(3){background: #0c7db1;}
.LinkBox ul li:nth-child(4){background: #d4a915;}
.LinkBox ul li:nth-child(5){background: #ac17d1;}
.LinkBox ul li:nth-child(6){background: #2d9a07;}
.LinkBox ul li a{justify-content: center;padding: 0.625rem 0;align-items: center;}
.LinkBox ul li a img{transition: 0.4s ease-in;display: block;width: 3.75rem;}
.LinkBox ul li:hover a img{transform:rotateY(180deg);transition: 0.4s ease-in;width: 3.75rem;height: 3.75rem;}
.LinkBox ul li a p{font-size: 1.125rem;color: #FFFFFF;display: block;line-height: 1.5rem;text-align: center;margin-left: 0.625rem;}
.LinkBox ul li:hover a p{font-weight: bold;text-decoration: underline;}
@media(max-width: 850px){
	.LinkBox ul{width: 100%;padding: 0;}
	.LinkBox ul li a{flex-direction: column;}
	.LinkBox ul li a img{width: 3.125rem;height: 3.125rem;margin: 0 auto;}
	.LinkBox ul li a p{text-align: center;margin-left: 0;margin-top: 0.625rem;}
}

@media(max-width: 580px){
	.LinkBox{margin-top: 1.5rem;}
	.LinkBox ul{}
	.LinkBox ul li{width: 31.3%;}
	.LinkBox ul li+li+li+li{margin-top: 2%;}
	
	.LinkBox ul li a{flex-direction: column;}
	.LinkBox ul li a div{height: 40px;width: 40px;}
}
/* LinkBox 结束 */

.Btitle{margin-bottom: 2.5rem;padding-left: 5.625rem;}
.Btitle h5{text-align: center;margin: 0 auto;font-size: 2rem;color: #323232;position: relative;}
.Btitle h5::after{content: "";width: 2.4375rem;height: 2.375rem;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/gyTitle.png?vpn-0) no-repeat left center;background-size: 2.4375rem 2.375rem;position: absolute;left: -2.75rem;top: 50%;margin-top: -1.1875rem;}
.Btitle .more{width: 5.625rem;}
.Btitle .more a{font: 0.875rem;color: #015198;display: block;text-align: right;line-height: 1.875rem;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/more.png?vpn-0) no-repeat left center;transition: 0.6s all;}
.Btitle .more a:hover{font-weight: bold;transition: 0.6s all;}
@media(max-width: 850px){
.Btitle{padding-left: 0;}
.Btitle h5{margin: 0;margin-left: 3.6875rem;}
.Btitle .more{width: auto;}
.Btitle .more a{font-size: 1.125rem;padding-left: 3.25rem;}
}

/* 新闻 */
.part1{position: relative;padding-top:5rem;padding-bottom: 1.875rem;}
.part1::after{content: "";position: absolute;left: o;top: -1.875rem;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/bg01.jpg?vpn-0) no-repeat top center;width: 100%;height: calc(100% + 13.125rem);z-index: -1;}

.part1Fl{width: calc(50% - 1.875rem);}
.part1Fl .firstText{padding-bottom:0.5625rem;border-bottom: 0.0625rem solid #e7e7e7;}
.part1Fl .firstText a{align-items: center;}
.part1Fl .firstText .time{width: 3.4375rem;background: #e4f0fb;border-radius: 0.3125rem;}
.part1Fl .firstText .time .day{height: 1.875rem;line-height: 1.875rem;background: #015198;border-radius: 0.3125rem 0.3125rem 0 0;font-size: 1.375rem;color: #fff;text-align: center;}
.part1Fl .firstText .time .year{font-size: 0.75rem;line-height: 1.375rem;text-align: center;color: #999999;}
.part1Fl .firstText p{width: calc(100% - 4.6875rem);font-size: 1rem;line-height: 2.625rem;color: #323232;height: 2.625rem;transition: 0.6s all;}

.part1Fl .firstPic a{display: flex; justify-content: space-between;align-items: center;position: relative;}
.part1Fl .firstPic a::after{content: "";position: absolute;right: 0;width: calc(100% - 17.4rem);bottom: 0;border-bottom: 1px solid #e7e7e7;}
.part1Fl .firstPic a .pic{width:16.25rem;border-radius: 0.625rem;}
.part1Fl .firstPic a .pic img{height: 10.625rem}
.part1Fl .firstPic a .text{width: calc(100% - 17.4rem);}
.part1Fl .firstPic a .text h6{font-size: 1.125rem;line-height: 1.75rem;max-height: 3.5rem;color: #323232;}
.part1Fl .firstPic a:hover .text h6{color: #015198;}
.part1Fl .firstPic a .text p{font-size: 0.75rem;line-height: 1.375rem;height: 2.75rem;color: #666666;margin-top: 0.5rem;}
.part1Fl .firstPic a .date{margin-bottom: 0.75rem;}
.part1Fl .firstPic a .date i{display: inline-block;font-size: 1.375rem;line-height: 1.25rem;font-style: normal;color: #015198;}
.part1Fl .firstPic a .date b{font-weight: normal;font-size: 0.75rem;color: #999999;line-height: 0.875rem;display: inline-block;margin-left: 0.5rem;}
.part1Fl ul{margin-top: 0.375rem;}
.part1R ul{margin-top: 1.625rem;}
.part1Fl ul li{position: relative;padding-left: 0.75rem;border-bottom: 1px dashed #e7e7e7;}
.part1Fl ul li:last-child{border-bottom: none;}
.part1Fl ul li::after{content: "";width: 0.4375rem;height: 0.125rem;background: #015198;position: absolute;left: 0;top: 50%;margin-top: -0.0625rem;}
.part1Fl ul li a{display: flex;justify-content: space-between;}
.part1Fl ul li a p{font-size: 1rem;line-height: 2.375rem;color: #323232;height: 2.375rem;transition: 0.6s all;}
.part1Fl ul li a i{width: 2.75rem;display: block;text-align: right;font-size: 0.75rem;color: #015198;line-height: 2.625rem;font-style: normal;}
.part1Fl ul li a:hover p{padding-left: 0.5rem;transition: 0.4s all;color: #015198;}
.part1Fl .Btitle {padding-left: 2.75rem;}
.part1Fl .Btitle h5{text-align: left;margin-left: 0;}

@media(max-width: 850px) {
	.part1Fl{width: 100%;}
	.part1Fl+.part1Fl{margin-top: 2.5rem;}
	
}
/* news end */
/* 学院专业 开始 */
.Xyzy{position: relative;padding: 8rem 0 5rem 0;}
.Xyzy::after{content: "";width: 100%;height: 25rem;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/xyzyBG.png?vpn-0) no-repeat top center;background-size: cover;position: absolute;top: 0;left: 0;}
.Xyzy::before{content: "";width: 100%;height: calc(100% - 25rem);background: #f2f9ff;position: absolute;left: 0;bottom: 0;}
.Xyzy .w14{position: relative;z-index: 3;}
.Xyzy .Btitle h5::after{background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/xyzyTitle.png?vpn-0) no-repeat left center;background-size: 2.4375rem 2.375rem;}
.Xyzy ul{justify-content: flex-start;margin-bottom: -1.25rem;margin-left:-2.333%;}
.Xyzy li{border: 0.0625rem solid #c6d0d9;border-radius: 0.3125rem;margin-bottom: 3.333%;width:31%;margin-left:2.333%;}
.XkzyList ul{margin-left:-2.333%;}
.XkzyList li{margin-bottom: 3.333%;width:31%;margin-left:2.333%;}
.Xyzy li .pic{overflow: hidden;}
.Xyzy li .pic img{display: block;width: 100%;}
.Xyzy li h5{background: #015198;border-radius: 0.3125rem 0.3125rem 0 0;width: calc(100% - 1.875rem);margin: 0 auto;position: relative;margin-top: -1.25rem;}
.Xyzy li h5 a{display: block;padding: 0.625rem 1.25rem;box-sizing: border-box;    white-space: normal;}
.Xyzy li h5 i{font-style: normal;display: block;padding-right: 2.5rem;line-height: 1.875rem;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/xyzy01.png?vpn-0) no-repeat right top;background-size: 1.875rem 1.875rem;font-size: 1rem;color: #fff;font-weight: 600;transition: 0.6s all;}
.Xyzy li dl{padding: 0.9375rem;margin-bottom: 0rem;display: flex;flex-wrap: wrap;justify-content: space-between;height:160px;align-content:flex-start;}
.Xyzy li dd{margin-bottom: 0.8rem;width: 49%;}
.Xyzy li dd a{display: block;padding-left: 1.375rem;font-size: 0.875rem;color: #323232;line-height: 1.375rem; background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/xyzy02.png?vpn-0) no-repeat left 0.375rem;background-size: 0.875rem 0.6875rem;}
.Xyzy li h5:hover i{opacity: 0.7;transition: 0.6s all;}
.Xyzy li dd:hover a{color: #015198;font-weight: 600; transition: 0.6s all;}
.Xytext{display: flex;flex-wrap: wrap;margin-bottom: 2.25rem;}
.Xytext a{margin-right: 1.25rem;line-height: 1.375rem;font-size: 0.875rem;color: #8c969f;padding-left: 0.5rem;position: relative;}
.Xytext a:hover{color:#015198;}
.Xytext a::after{content: "*";font-size: 0.875rem;color: #b80000;position: absolute;left: 0;top: 0;display: block;}
@media(max-width: 1024px){
.Xyzy ul{margin-right: -1.2%;}
.Xyzy li{width: 23.6%;}
}
@media(max-width: 850px){
.Xyzy ul{margin-right: 0;}
.Xyzy li{width: 100%;margin-right: 0;}
.Xyzy li dl{height:170px;}
.Xyzy li dd a{font-size: 1.125rem;}
.Xyzy{padding: 6.875rem 0 3.125rem 0;}
}
/* 学院专业 结束 */
/* 光影西科 开始 */
.Gy{padding: 5rem 0 4.375rem 0;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/gyBG.jpg?vpn-0) no-repeat bottom center;background-size: cover;}
.GyL{width: 50%;}
.GyL a{display: block;overflow: hidden;position: relative;}
.GyL a::after{content: "";width: 100%;height: 100%;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/gy03.png?vpn-0) repeat-x bottom;position: absolute;left: 0;bottom: 0;}
.GyL .pic{position: relative;}
.GyL .pic .img{overflow: hidden;}
.GyL .pic .img img{display: block;width: 100%;object-fit: cover;height: 31.25rem; transition: 0.6s all;}
.GyL .pic .icon{display: block;width: 3.125rem;height: 3.125rem;position: absolute;left: 50%;margin-left: -1.5625rem;top: 50%;margin-top: -1.5625rem;}
.GyL .text{position: absolute;bottom: 1.25rem;left: 0;width: 100%;padding: 0 1.25rem;z-index: 2;box-sizing: border-box;}
.GyL .text p{text-align: center;font-size: 1rem;color: #fff;line-height: 1.25rem;height: 1.25rem;overflow: hidden;}
.GyL:hover .pic .img img{transform: scale(1.1);transition: 0.6s all;}
.GyBox ul{width: calc(50% - 20px);}
.GyBox li{width: 48.52%;margin-bottom: 1.25rem;}
.GyBox li a{display: block;position: relative;}
.GyBox li a::after{content: "";width: 100%;height: 100%;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/gy05.png?vpn-0) repeat-x bottom;position: absolute;left: 0;bottom: 0;}
.GyBox li .pic .img{overflow: hidden;}
.GyBox li .pic .img img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 15rem;}
.GyBox li .text{position: absolute;bottom: 1.25rem;left: 0;width: 100%;padding: 0 1.25rem;z-index: 2;box-sizing: border-box;}
.GyBox li .text p{text-align: center;font-size: 1rem;color: #fff;line-height: 1.25rem;height: 1.25rem;overflow: hidden;}
.GyBox li:hover .pic .img img{transform: scale(1.1);transition: 0.6s all;}
@media(max-width: 1024px){
.GyL .pic .img img{height: 21.9375rem;}
.GyBox li .pic .img img{height: 10.4375rem;}
}
@media(max-width: 850px){
	.Gy{padding: 3.125rem 0;}
.GyL{width: 100%;}
.GyL .pic .img img{height: 54vw;}
.GyL .text p,.GyBox li .text p{font-size: 1.125rem;}
.GyBox ul{width: 100%;margin-top: 1.25rem;}
.GyBox li .pic .img img{height: 32vw;}
}
/* 光影西科 结束 */
/* footer */
.footer{position: relative;z-index: 9; background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/footerBG.jpg?vpn-0) no-repeat center;background-size: cover;padding: 1.875rem 0;}
.footer .w14{align-items: center;}
.footerL {align-items: center;}
.footerL .pic{margin-right: 1.75rem;}
.footerL .pic img{display: block;max-width: 100%; max-height: 5rem;}
.footerL dd{display: block;font-size: 0.875rem;line-height: 1.25rem; color: #fff;margin-bottom: 1.25rem;transition: 0.6s all;}
.footerL dd:last-child{margin-bottom: 0;}
.footerL dd em{font-style: normal;margin-right: 1.25rem;}
.footerR li{margin: 0 0.625rem;}
.footerR .pic{overflow: hidden;}
.footerR .pic img{display: block;width: 116px;}
.footerR  p{font-size: 0.875rem;color: #b8c5d9;text-align: center;margin-top: 0.75rem;}
@media(max-width: 1024px) {
.footerL{width: 100%;justify-content: center;}
.footerL dl{margin: 1.25rem 0;}
.footerR{width: 100%;justify-content: center;}
}

/*==========================================内页 开始=============================================*/
.list-header{background:url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/listbg.png?vpn-0) repeat-x bottom !important;}
.Nybanner{max-width: 100%;margin: 0 auto;position: relative;z-index: 4;}
.Nybanner img{display: block;width: 100%;position: relative;}
.Nybanner::before{content: "";position: absolute;left: 0;bottom: 0;background: linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));width: 100%;height: 100px;z-index: 6;}
@media(max-width: 1100px){
.Nybanner{}
}
@media(max-width: 768px){
.Nybanner{}
}
#nav_slide{background: #204d90;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 1rem; top:-2px;  }
#nav_slide #bnt_back img{height: 20px;vertical-align: middle;}

#nav_slide .n_title{ height: 50px; }
#nav_slide h1{font-size: 16px;color: #fff;text-align: center;}
#bnt_sub_nav{position: absolute;right: 1rem;top: 14.5px;cursor: pointer;}
#bnt_sub_nav img{display: block;height: 20px;}
#bnt_sub_nav.on img{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);}
#sub_nav_content{background: #f2f2f2; display: none; z-index: 9;width: 100%;}
#sub_nav_content ul{background: #FFFFFF;}
#sub_nav_content ul li {background: none;box-shadow:none;border-bottom:1px solid #dedede;padding: 0 15px;}
#sub_nav_content ul li a{display: inline-block;font-size: 14px;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:40px;padding-left: 10px;}
#sub_nav_content ul li ul li a{font-size: 13px; color: #666;}
#sub_nav_content ul li.on>a{color: #204d90;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}



.n_container{position: relative;z-index: 99; padding:2.5rem 0 3.75rem 0;}
.n_container .w11{}
.n_container .n_left{width: 280px;position: relative;z-index: 88;}
.n_container .n_left h1{position: relative; height:90px;line-height:90px;font-size:2.25rem;color:#fff;text-align: center;}
.n_container .n_left h1::after{content: "";width: calc(100% + 10px);height: 100%;position: absolute;left: -5px;top: 0;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/left-nav01.jpg?vpn-0) no-repeat center;}
.n_container .n_left h1::before{content: "";width: 5px;height: 5px;position: absolute;left: -5px;bottom: -5px;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/left-nav02.png?vpn-0) no-repeat center;}
.n_container .n_left h1 span{position: relative;z-index: 2;}
.n_container .n_left ul{background:#f1f8ff;position: relative;}
.n_container .n_left ul::after{content: "";width: 100%;height: 40px;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/left-nav04.png?vpn-0) no-repeat center;position: absolute;bottom: -40px;left: 0;}
.n_container .n_left ul::before{content: "";width: 5px;height: 5px;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/left-nav03.png?vpn-0) no-repeat center;position: absolute;right: -5px;top: 0;}
.n_container .n_left .con ul li{color: #333333;position:relative;}
.n_container .n_left .con ul li.on dl{display:block !important;}

.n_container .n_left .con ul li:before{content:"";position:absolute;bottom:0;left: 30px;right: 30px;height:1px;border-bottom: 1px solid #e4ebf3;}
.n_container .n_left .con ul li>a img{margin: -3px 20px 0 0;}
.n_container .n_left .con ul li:after{content:"";width:7px;height:11px;background:url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/jt.svg?vpn-0) center no-repeat;position:absolute;right: 15px;top: 50%;transition:0.36s;margin-top: -5.5px;display: none;background-size: 7px;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{background:url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/jton.svg?vpn-0) center no-repeat;background-size: 7px;}
.n_container .n_left .con ul li.on i{background:url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/jton.svg?vpn-0) center no-repeat;background-size: 7px;stroke: #fff !important;}
.n_container .n_left .con ul li>a{color: #333333;display: block;padding: 20px 30px;transition: 0.36s;position: relative;font-size: 18px;line-height: 26px;}
.n_container .n_left .con ul li>a:hover, .n_container .n_left .con ul li.on>a{background: #0d5ba2;color: #fff;}

.n_container .n_left .con ul li dl{display:none;padding: 5px 0;position:relative;}
.n_container .n_left .con ul li dl:before{content:"";position:absolute;right:0;left:20px;top:0;height:1px;}
.n_container .n_left .con ul li dl dd{height: auto;line-height: 34px;padding: 0 15px;}
.n_container .n_left .con ul li dl dd a{position: relative;width: calc(100% - 20px); display: block; font-size: 14px;line-height: 20px; color: #323232 !important;padding: 10px 0 10px 40px;}
.n_container .n_left .con ul li dl dd a::after{content: "";width: 4px;height: 4px;position: absolute;left: 20px;top: 18px; position:absolute;background: #0d5ba2;}
.n_container .n_left .con ul li i.up{background:url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/jt.svg?vpn-0) center no-repeat;background-size: 7px;}
.n_container .n_left .con ul li i{width: 20px;height: 60px;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/jt.svg?vpn-0) center no-repeat;background-size: 7px;position:absolute;right: 25px;top: 0;transition:0.36s;cursor: pointer;}
.n_container .n_left .con ul li dl dd  a:hover, .n_container .n_left .con ul li dl dd.on a{color: #e4ebf3 !important;}
.n_container .n_left .con ul li dl dd:hover a:before,.n_container .n_left .con ul li dl dd.on a:before{ background:#0d5ba2;}
.n_container .n_left .con ul li.on i{stroke: #fff;}
.mianbaoxie{position: relative;height: 2.5rem;border-bottom: 1px solid #e3ebf3;}
.mianbaoxie h2{font-size: 1.375rem;display:inline-block;font-weight: bold; color: #323232;text-align: center;}
.mianbao{padding: 0 0 0 23px;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/position.png?vpn-0) left 5px no-repeat;display: inline-block;vertical-align: top;}
.mianbao,.mianbao i,.mianbao a{font-size: 14px;display: inline-block;color: #999999;font-style:normal;transition: 0.6s all;line-height: 1.5rem;}
.mianbao i{ margin:0 10px;width: 6px;height: 9px;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/xkzy03.png?vpn-0) no-repeat center;}
.mianbao a.on{color: #0d5ba2;}
.mianbao a:hover{color: #0d5ba2;transition: 0.6s all;}
.n_container .n_right{ width:calc(100% - 340px); position: relative; z-index: 2;}
.n_container .n_right::after{content: "";width: 1;}
.n_container .n_right2{width: 100%;}
/* 题图列表页 */
.n_titu_nr{margin-top: 1.25rem;min-height:300px;}
.n_titu{margin-top: 1.25rem;min-height:300px;}
.n_titu li{margin-bottom: 0.625rem;padding: 0.625rem 0;position: relative;}
.n_titu li::after{content: "";width: calc(100% - 50px);height: 100%;background: #fff;position: absolute;right: 0;top: 0;transition: 0.6s all;}
.n_titu li a{display:flex;justify-content: space-between;align-items: center;position: relative;z-index: 2;}
.n_titu li .pic{width: 210px;overflow: hidden;}
.n_titu li .pic img{display: block;width: 100%;height: 150px;transition: 0.6s all;}
.n_titu li .text{width: calc(100% - 230px);transition: 0.6s all;}
.n_titu li .text h5{font-size: 1.125rem;color: #323232;line-height: 1.625rem;height: 1.625rem;overflow: hidden;font-weight: bold;}
.n_titu li .text .time{position: relative;}
.n_titu li .text .time i{font-style: normal;padding-left: 18px;font-size: 0.875rem;color: #015198;font-family: "times new roman";background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/time.png?vpn-0) no-repeat left center;margin: 1rem 0;display: table;}
.n_titu li .text .time .line{position: absolute;width: calc(100% - 96px);height: 1px;background: #e4e4e4;right: 1px;top: 50%;}
.n_titu li .text .time .line::after{content: "";width: 10px;height: 3px;background: #015198;position: absolute;left: 0;top: -1px;transition: 0.6s all;}
.n_titu li .text p{font-size: 0.875rem;color: #999999;line-height: 1.375rem;height: 4.125rem;overflow: hidden;}
.n_titu li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_titu li:hover .text h5{color: #015198;transition: 0.6s all;}
.n_titu li:hover .text .time .line::after{content: "";width: 100%;transition: 0.6s all;}
.n_titu li:hover::after{box-shadow: 0px 0px 26.46px 0.54px rgba(13, 91, 162, 0.2);transition: 0.6s all;}
.n_titu li:hover .text{padding-right: 30px;transition: 0.6s all;}


.fanye{margin-top: 2.5rem;}
.fanye img{ max-width:100%}


@media(max-width: 1100px){
	
	.mianbaoxie{ display:none}
	.n_container{margin-top: 0; padding:0 0 3rem}
	.n_container .n_left{ display:none}
	.n_container .n_right{width:100%;padding: 0;background: transparent;}
	#nav_slide{ display:block}
	.n_leftbg{display: none;}
}

@media(max-width: 540px){
	.fanye{margin-top: 2.5rem;}
	
}


/* 文章列表页 */
.TextList{margin-top: 1.875rem;}
.TextList ul li{margin-bottom: 1.25rem;position: relative;}
.TextList ul li::after{content: "";width: calc(100% - 110px);height: 1px;background: #e1e1e1;position: absolute;right: 0;bottom: 0;}
.TextList ul li::before{content: "";width: 0;height: 1px;background: #015198;position: absolute;left: 110px;bottom: 0;z-index: 2;transition: 0.6s all;}
.TextList ul li a{align-items: center;}
.TextList_search ul li::after{content: "";width:100%;height: 1px;background: #e1e1e1;position: absolute;right: 0;bottom: 0;}
.TextList_search ul li::before{content: "";width: 0;height: 1px;background: #015198;position: absolute;left:0;bottom: 0;z-index: 2;transition: 0.6s all;}
.TextList li .time{width: 90px;position: relative;padding-top: 5px;}
.TextList li .time::after{content: "";width: calc(100% - 10px);height: 100%;background: #fff;border: 1px solid #e4e4e4;position: absolute;left: 5px;top: 0;}
.TextList li .time .day{position: relative;z-index: 2;line-height: 2.25rem;height: 2.25rem;background: #015198;color: #fff;font-size: 1.625rem;font-family: "times new roman";font-weight: bold;text-align: center;}
.TextList li .time .day::after{content: "";width: 5px;height: 5px;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/left-nav02.png?vpn-0) no-repeat center;position: absolute;left: 0;bottom: -5px;}
.TextList li .time .day::before{content: "";width: 5px;height: 5px;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/left-nav03.png?vpn-0) no-repeat center;position: absolute;right: 0;bottom: -5px;}
.TextList li .time .year{position: relative;z-index: 2;line-height: 1.5rem;font-size: 0.875rem;color: #015198;font-family: "times new roman";text-align: center;}
.TextList li p{width: calc(100% - 110px);font-size: 1.125rem;color: #323232;line-height: 1.75rem;max-height: 3.5rem;overflow: hidden;}
.TextList li:hover::before{width: calc(100% - 110px);transition: 0.6s all;}
@media(max-width: 540px){
	
}


/* 内容页 */
.show01{margin-bottom: 2.5rem;}
.show01 h5{font-size: 1.5rem;line-height: 2.375rem;text-align: center;margin-bottom: 1.25rem;}
.show01 p{padding-bottom: 1.25rem;text-align: center;font-size: 0.875rem;color: #666666;border-bottom: 1px solid #e4ebf3}
.show01 i{font-style: normal;margin: 0 8px;padding-left: 1.5rem;}
.show01 i{background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/time.png?vpn-0) no-repeat left center;line-height: 19px;display: inline-block;}
.show01 i+i{background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/eye.png?vpn-0) no-repeat left center;padding-left: 1.75rem;}
.show02{}
.show02 p{text-indent: 3.5rem;font-size: 1.125rem !important;color: #333333;line-height: 2.25rem !important;margin-bottom: 1.875rem;}
.show02 img{display: block;margin: 0 auto 1.875rem auto;max-width: 80%;height: auto!important;}
.show03{background: #f8f8f8;padding: 0.9375rem 2.25rem;}
.show03 p{font-weight: bold; font-size: 1.125rem;color: #666666;padding: 0.9375rem 0; line-height:2.125rem;border-bottom: 1px solid #e6e6e6;}
.show03 p+p{border-bottom: none;}
.show03 p a{font-weight: normal; color: #666666;transition: 0.6s all;}
.show03 p a:hover{color: #0d5ba2;transition: 0.6s all;}
/* page start */
.Show_page ul{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Show_page li{width: 48.6%;margin-bottom: 1.25rem;border: 1px solid #dcdcdc;}
.Show_page li .pic{overflow: hidden;position: relative;}
.Show_page li .pic .img{overflow: hidden;width: 100%;}
.Show_page li .pic .img img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;}
.Show_page li .pic p{position: absolute;top: 0;left: 0;width: 100%;height: 100%; background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/page02.png?vpn-0) repeat-x bottom;}
.Show_page li .pic p a{position: absolute;bottom: 1.25rem;left: 1.25rem;width: calc(100% - 40px);color: #fff;font-size: 1.125rem;line-height: 1.25rem;border-left: 3px solid #fff;padding-left: 0.75rem;}
.Show_page .text{padding: 1.875rem 1rem 1.25rem 1rem;}
.Show_page .text dl{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Show_page .text dd{width: 46%;margin-bottom: 1rem;background: url(/webvpn/LjE1Ni4yMTcuMjE2LjIxMA==/LjEwNS4xNTguMTQ2LjE1My4xMDUuOTguMTQ5LjEwNS4xMDcuMTAzLjEwNi4xNTguMTEyLjE0NS4xMDguMTQ4/system/_owners/bkzsxxw/_webprj/images2023/page03.png?vpn-0) no-repeat right 4px;}
.Show_page .text dd a{display: block;font-size: 0.75rem;line-height: 1.125rem; color: #333333;width: calc(100% - 10px);transition: 0.6s all;}
.Show_page .text dd a:hover{color: #0d5ba2;padding-left: 4px;transition: 0.6s all;}
.Show_page li:hover .pic .img img{transform: scale(1.1);transition: 0.6s all;}
@media(max-width: 414px) {
	.Show_page li{width: 100%;}
	.show02 img{max-width: 80%;width: 100%;}
}
/* page end */

/* 视频列表 start */
.n_pic{margin-top: 2.5rem;min-height:300px;}
.n_pic li{width: 47.67%;margin-bottom: 0.9375rem;}
.n_pic li a{display: block;background: #fff;transform: 0.6s all;}
.n_pic li .pic{overflow: hidden;}
.n_pic li .pic img{display: block;width: 100%;height: 260px; transition: 0.6s all;object-fit: cover;}
.n_pic li p{font-size: 1.125rem;color: #323232;text-align: center;padding: 0.9375rem;}
.n_pic li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_pic li:hover a{background: #0d5ba2;transform: 0.6s all;}
.n_pic li:hover p{color: #fff;}
@media(max-width: 850px) {
	.n_splist li{width: 100%;}
	.n_splist li .pic img{height: auto;}
}
/* 视频列表 end */

/* 学科专业  start*/
.XkzyList{margin-top: 1.875rem;background: none;padding-top: 0;}

.XkzyList .nyzyMD{display: flex;flex-wrap: wrap;margin-bottom: 1rem;}
.XkzyList .nyzyMD a{margin-right: 1.25rem;line-height: 1.375rem;font-size: 0.875rem;color: #8c969f;padding-left: 0.5rem;position: relative;}
.XkzyList .nyzyMD a:hover{color:#015198;}
.XkzyList .nyzyMD a::after{content: "*";font-size: 0.875rem;color: #b80000;position: absolute;left: 0;top: 0;display: block;}

.XkzyList .nyzyMD p a{margin-right: 1.25rem;line-height: 1.375rem;font-size: 0.875rem;color: #8c969f;padding-left: 0.5rem;position: relative;}
.XkzyList .nyzyMD p a:hover{color:#015198;}
.XkzyList .nyzyMD p a::after{content: "*";font-size: 0.875rem;color: #b80000;position: absolute;left: 0;top: 0;display: block;}


.XkzyList.Xyzy::before{display: none;}
.XkzyList.Xyzy::after{display: none;}
.{margin-bottom: 2.5rem;}
.xkzy h3{font-size: 1.125rem;color: #323232;line-height: 1.75rem;margin-bottom: 1.5625rem;font-weight: bold;}
.xkzy h3 a{font-weight: normal;cursor: initial;}
.xkzy ul{margin-bottom: -1.5625rem;justify-content: flex-start;}
.xkzy li{width: 25%;margin-bottom: 1.5625rem;}
.xkzy li a{padding-right: 0.625rem;font-size: 1rem;line-height: 1.5rem;cursor: initial;}
.xkzy li a i{font-style: normal;}
.xkzy p{margin-top: 1.25rem;font-size: 1rem;line-height: 1.5rem;color: #323232;}
@media(max-width: 850px) {
	.xkzy li{width: 33.33%;}
}
@media(max-width: 540px) {
	.xkzy li{width: 50%;}
}
/* 学科专业 end*/
/* 学院专业表格 */
.gjyljszy{border: 1px solid #dcdcdc !important;border-collapse: collapse;margin-top: 1.25rem;}
.gjyljszy .firstRow{background:#0d5ba2;}
.gjyljszy .firstRow p{color:#fff}
.gjyljszy tr,.gjyljszy th,.gjyljszy tr td{border: 1px solid #dcdcdc !important;}
.gjyljszy tr p{padding:1rem 0;font-size: 1rem;}
.gjyljszy tr:nth-child(even){background: #f2f5f7;}
.xkd_zytab{margin-top: 3.75rem;}

.xkd_zytab .xkd01{margin-bottom: 3.125rem;}
.xkd_zytab .xkdbt{}
.xkd_zytab .xkdbt h5{font-size: 1.5rem;text-align: center;}
.xkd_zytab .xkdbt h6{font-size: 0.875rem;text-align: center;color: #737373;line-height: 1.5rem;text-align: center;display: block;margin-top: 0.625rem;}

#vsb_content_2 TABLE{border-collapse: collapse;}
.keywordfontcolor1075882{font-size:1.125rem !important;color:#f00 !important;font-family:"微软雅黑" !important;}
/*==========================================内页 结束=============================================