@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%;overflow-x: hidden;} 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;}
@font-face {font-family: sys;src: url('../fonts/sys.OTF') ;}
.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;}

.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{ object-fit:cover;width: 100%;height: auto;}
.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;} 
/*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);*/  /*透明背景*/

.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;}

.w100{width:100%;}
.w14{max-width: 1400px;margin: 0 auto;}
.w172{max-width: 1400px;margin: 0 auto;}
@media(max-width: 1419px) {
    .w172{padding: 0 30px;}
}
@media(max-width: 1400px) {
    .w14{padding: 0 30px;}
}
@media(max-width: 768px) {
	.w14{padding: 0 15px;}

		.el-dialog__wrapper .el-dialog{
		width:100% !important;
	}
	
}
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:0.86rem; height:0.6rem;transition: 0.4s;}
#gotop { cursor: pointer; }
#gotop.hide{ height:0; opacity:0; visibility:hidden}
#gotop svg{width:100%;height:100%;fill: #7eadb2;}
#gotop svg:hover{width:100%;height:100%;fill: #7eadb2;}
#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:9999999;}
 .ie9tips{width:600px;height:300px;position:fixed;top:50%;left:50%;margin:-150px 0 0 -300px;line-height: 1.8;color:#fff;z-index:9999999;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(../font/georgia.ttf);}
@media (max-width:1920px){html{font-size:16px;}}
@media (min-width:1400px) and (max-width:1600px){html{font-size:16px;}}
@media (min-width:640px) and (max-width:1399px){html{font-size:15px;}}
@media (min-width:471px) and (max-width:639px){html{font-size:14px;}}
@media (min-width:329px) and (max-width:470px){html{font-size:14px;}}
@media (max-width:328px){html{font-size:14px;}}

/*==========================================公共 开始=============================================*/
.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;position: fixed;top: 0;}
.header_box2{z-index:999999;left: 0;right: 0;top: 0;}
.header_box .w172{position: relative;z-index: 999;height: 100%;}
.header_box2 .w172{position: relative;z-index: 999;height: 100%;}
.bodyTop .header_box #header{z-index:999;width:100%;transition: 0.6s;position: relative;background-size: cover;height: 1.1rem;}
.bodyTop .header_box #header::after{content: "" ;position: absolute;z-index:99;width:100%;transition: 0.6s;background-size: cover;height: 1.2rem;background-image: linear-gradient(99deg, #A31F34 23.22%, #C96346 86.93%);height: 100%;top: 0;left: 0;}
.header_top{height: 30px;line-height: 30px;background: #003d98;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: 0.16rem;color:#fff;}
/*.line_bot{ display:block; width:100%; height:1px; position:absolute; left:0; bottom:0; background:rgba(255,255,255,.2);}*/
#header #logo{width: 40%;}
#header #logo .table{ width:auto;}
#header #logo .logoimg{width: 100%;}
#header #logo .logoimg img{display: block;width: 4.27rem;}
@media(max-width: 1100px){
	#header #logo .logoimg{width: 45%;}
	#header #logo .logoimg img{width: 4.27rem;display: block;}
}

.logo2 {width: 100%;}
.logo2 a{}
.logo2 img{display: block;width: 2.6rem;vertical-align: middle;width: 100%;}
@media(max-width: 1100px){
	.logo2 img{max-height: 0.55rem;width: auto;}
}
.rightBox{flex-direction: column;width: 60%;justify-content: center;}
.rightBox p{font-size: 0.17rem;}
.rightBox p a{display: inline-block;margin-right: 0.2rem;color: #FFFFFF;line-height: 0.26rem;position: relative;opacity: 1;}
.rightBox p a{margin-left:0.26rem;}
.rightBox p+p a{padding-left: 0.26rem;background-size: 0.16rem;}
.rightBox p a:hover{opacity: 1;text-decoration: underline;}


.header_box .search{width:2.8rem;height: 40px;border-radius: 20px;margin-left: 0.16rem;position: relative;background:white;}
.header_box .search input[type="text"]{background: none;outline: none;border: none;padding: 0 0 0 10px;color: #323232;line-height: 40px;height: 40px;width: 100%;}
.header_box .search input[type="image"]{position: absolute;right:10px;top: 8px;width: 22px;}
.header_box .search .input1{float: left;width: calc(100% - 45px);}
.header_box .search .input2{float: right;color: #323232;width: 40px;height: 40px;border-radius: 50%;}
.header_box .search .input2 input[type="image"]{margin-left: 10px;}
.text::-webkit-input-placeholder {
  color: #323232;
}
.text:-moz-placeholder {
  color: #323232;
}
.text:-ms-input-placeholder {
  color: #323232;
}
#nav{z-index: 99;position: relative;}
#nav .navBox{}
#nav ul{width:100%;padding: 0;justify-content: flex-end;}
#nav ul li{position:relative;z-index:0;margin-left: 0.45rem;}
#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: #FFFFFF;line-height:  0.5rem;position:relative;transition:.6s;text-align: center;font-weight: 600;}
#nav ul li:hover a h3{color: #FEE1B5;}
#nav ul li .sub a:hover{color:#A31F34;}
#nav ul li.on h3{ font-weight:bold;}
#nav ul li a i{ display:inline-block; background:url(../images24/nav_down.png) center no-repeat; width:9px; height:6px; background-size:contain; vertical-align:middle; margin-left:8px;}
#nav ul li .sub{position:absolute;top:133%;background:#fff; background:rgba(255,255,255,.95); width: 1.6rem;left:50%;margin-left: -0.8rem;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;box-shadow: 0 0 18px -8px #000;}
#nav ul li .sub a{padding:0;line-height: 0.48rem;transition:.3s;font-size: 0.18rem;color: #323232;}
#nav ul li .sub a:hover{color: #A31F34;}
#nav ul li:hover .sub{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; visibility:visible; transform:translateY(0px);}
#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: #FFFFFF;}
#nav .navBox>ul>li .sub:after{content:"";display:block;width: 3px;height: 100%;position:absolute;left: 0;margin-left: 0;
	background: linear-gradient(180deg, #E9873D 0%, #A31F34 100%);
	top:0px;transition:.3s;transform:scale(0);border-radius: 0;}
#nav .navBox>ul>li .sub:before{content:"";display:block;position:absolute;left:50%;margin-left: -3px;border-left:transparent 3px solid;border-right:transparent 3px solid;
	/* border-bottom: #A31F34 4px solid; */
	top:-6px;transition:.3s;opacity:0;visibility:hidden;}
#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}



#logo .logo_black{ display:none;}
.top_search_black{ display:none;}
.header_box.xg #nav{top:0;box-shadow: 0 0 2px rgba(0,0,0,0.15);position: fixed;}
.header_box.xg #logo .table{transform: scale(0.7);}
.header_box.xg #logo{padding: 0.08rem 0;}
.header_box.xg #logo img{max-height: 0.56rem;}
.header_box.xg #nav{ box-shadow: 0px 4px 17px 0px rgba(0, 0, 0, 0.2);}

.bodyTop .header_box2{opacity: 1;transform: translateY(-100%);position: fixed;z-index: 9;top: 0;}
.bodyTop .header_box2 #header{z-index:999;width:100%;transition: 0.6s;position: relative;background-size: cover;height: 1rem;}
/* .bodyTop.showdiv .header_box{opacity: 1;transform: translateY(-100%);transition: all 0.4s ease-in-out 0.3s;height: 112px;} */
.bodyTop.showdiv .header_box2 {transition: all 0.6s ease-in-out 0.1s;transform: none;opacity: 1;z-index: 9999;}
.bodyTop.showdiv .header_box2 #header::after{content: "" ;position: absolute;z-index:99;width:100%;transition: 0.6s;background-size: cover;height: 1.2rem;background-image: linear-gradient(to bottom,rgba(0,51,114,1),rgba(0,51,114,1));height: 100%;top: 0;left: 0;transition: 0.5s;}


/*手机头部开始*/
#m_header{z-index: 99;}
#m_header #logo img{max-height:60%;max-height: 28px;}
#m_header .yuyan{ height:0.72rem; float:right; margin-right:0.64rem;}
#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 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:#00a0e9 url(../images24/search.svg) center no-repeat; background-size:20px; font-size:0;color:#fff;cursor:pointer;text-transform:uppercase;float:  left;}

#m_nav .mzsdm {width: 100%;position: relative;left: 0.3rem;margin-top: 0.1rem;}
#m_nav .mzsdm a{font-size: 0.16rem;color: #FFFFFF;line-height: 0.34rem;border: 1px solid rgba(255,255,255,0.5);padding: 0 0.16rem;display: inline-block;}
#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;}
/*导航按钮结束*/

/* 搜索开始 */
.search_btn{cursor:pointer;text-align: center;float:left;transition:.6s;margin: 0 0 0 0.2rem;position: relative;display: flex;align-items: center;}
.search_btn img{margin: 0;}

.search_btn{cursor: pointer;}
.search_btn svg{display:inline-block;fill:#fff;width: 16px;height: 16px;vertical-align: middle;}
.search-dialog-box{position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 1000000;opacity: 0;visibility: hidden;transition: .6s;/* overflow: hidden; */}
.search-dialog-box:before{content:"";position:absolute;top:0;height:0;background: none;transition: .6s;left: 0;right: 0;z-index: 1;}
.search-dialog-box.on:before{ height:100%}

.search-dialog{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 100%;z-index: 2;}
.search-dialog .search-tit{font-size: 2.75rem;line-height: 3.5rem;color: #fff;text-align: center;overflow: hidden;display: none;}
.search-dialog .search-inner{overflow: hidden;margin-top: 0;}
.search-dialog .search-input{
	width: 50%;margin: 0 auto;padding: 0 0rem 0 1.5rem;box-sizing: border-box;transition: all .3s;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: #919191;transition: all .3s;outline: none;border: 0;border-bottom: 1px solid rgba(255,255,255,0.6);}
.search-dialog .search-input input[type=text]::-webkit-input-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]::-moz-placeholder{
	color: #919191;
}  
.search-dialog .search-input input[type=text]:-ms-input-placeholder {
	color: #919191;
} 
.search-dialog .search-input input[type=image],
.search-dialog .search-input .clear-btn{float: right;height: 0.8rem;width: 0.8rem;}
.search-dialog .search-input input[type=image]{background-color: transparent;background-repeat: no-repeat;background-position: center;background-size: 1.5rem;background-image: url('../images24/search2.png');background: #A31F34 url('../images24/search2.png') no-repeat center center;height: 0.8rem;width: 0.8rem;border-radius: 100px;}
.search-dialog .search-input .clear-btn{background-color: rgba(0,0,0,.2);background-repeat: no-repeat;background-position: center;background-image: url('../images24/close-btn.svg');background-size: 3.5rem;border-radius: 100%;margin-right: 1rem;display: none;}
.search-dialog .search-input.on{background-color: #fff;}
.search-dialog .search-input.on input[type=image]{
	background-image: url('')
}

.search-dialog-box.on{opacity: 1;visibility: visible;}
.search-dialog-box.on .search-bg{height: 100vh;background: rgba(0,0,0,0.8);}

.search-dialog-box.on .bubbles-bg{opacity: 1;visibility: visible;}
.search-dialog-box.on .wrap-inner{ transform:translateY(0)}

.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: 0;top: 0;width: 100%;height: 100%;background-color: #1c5ab7;transform: scale(0);border-radius: 100%;transition: transform .3s;}
.pub-close i {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-position: center;background-repeat: no-repeat;background-image: url(../images24/search_close.png);transition:.6s}
.pub-close i:hover{ transform:rotate(180deg)}

@keyframes spin{
    to{transform: rotate(1turn);}
}
@keyframes spin2{
    to{transform: rotate(-1turn);}
}
@keyframes spin-reverse{
    from{
        transform:rotate(1turn);
    }
}
@keyframes spin-reverse2{
    from{
        transform:rotate(-1turn);
    }
}


.tc_search {margin: 0.3rem;width: calc(100% - 0.6rem);position: relative;}
.tc_search form {height: 40px;border-radius: 0;background: rgba(255,255,255,.1);position: relative;width: 100%;margin-bottom: 1rem;}
.tc_search .keyword {font-size:16px;color: #fff;height: 40px;line-height: 40px;padding: 0 1rem;box-shadow: none;-webkit-appearance: none;border-right: 0;background: none;width: 100%;outline: none;
    border: 1px solid rgba(255,255,255,0.5);padding: 0 51px 0 10px;}
.tc_search .btn_blue { position: absolute; top: 0; right: 0; width: 40px; height: 20px; line-height: 38px; border: 0; background: url(../images24/search_white.svg) center center no-repeat; background-size: 0.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 */
 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;
}/* 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;
}
/* 搜索结束 */

.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: fixed;background: rgba(16, 11, 11, 0.90);;width:100%;height:60vh;right: -100vw;top: 0;display:none;padding: 1.12rem 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 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:16px;height: 0.64rem;float:right;display:inline-block;background: url(../images24/jia.svg) center no-repeat;background-size:contain;}
#m_nav li.on i{ background: url(../images24/jian.svg) 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:block;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: 0px;border:0;font-weight:300;     transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;}
/*三级导航 开始*/
#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:linear-gradient(99deg, #A31F34 23.22%, #C96346 86.93%);background-size: auto;}


@media(max-width: 1100px){
	#nav ul{display: none;}
	#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;align-items: center;}
	.navBox .search{float: left;} 
	#nav_btn{display: block;}
	.header_box{ display:none}
	.header_box2{ display:none}
	#m_header{height: 1rem;}
	.m_header_box{ display:block;height:auto;position: fixed;z-index: 999999;width: 100%;top: 0;}
	#nav_slide{ display:block}
	.logo2{margin-left: 25px;max-width: 80%;}
}

@media(max-width: 850px){
	#m_header{height: 0.8rem;}
	#nav{position: relative;}
	.logo2{margin-left: 15px;max-width: 70%;}
}
@media(max-width: 414px){
	#m_header{height: 60px;}
	.logo2{max-width: 71%;}
}
@media(max-width: 992px){
	#gotop{right:0;transform:scale(0.6);bottom: 1rem;}
}

/* banner开始*/
.bannerBox{position: relative;height: 100vh;}
.bannerBox .swiper-slide img{display: block;width: 100%;height: 100vh;object-fit: cover;}
.bannerBox .swiper-slide a{display: block;position: relative;}
/* .bannerBox .swiper-slide a::before{content: "";position: absolute;left: 0;top: 0;height: 50%;width: 100%;background-image: linear-gradient(to bottom,rgba(0,0,0,0.7)10%,rgba(0,0,0,0));} */
.bannerBox .swiper-button-prev{background-size: 0.2rem;}
.bannerBox .swiper-button-next{background-size: 0.2rem;}
.bannerBox .swiper-pagination{bottom: 1.8rem;}
.bannerBox .swiper-pagination-bullet{width: 0.08rem;height: 0.08rem;border-radius: 50%;opacity: 1;background: none;border: 1px solid #FFFFFF;}
.bannerBox .swiper-pagination-bullet-active{width: 0.08rem;height: 0.08rem;border-radius: 50%;opacity: 1;background: white;}
@media (max-width:1440px) {
	.bannerBox{width: 100%;margin: 0 auto;padding: 0;}
}
@media (max-width:1100px) {
	.bannerBox {height: auto;}
	.bannerBox .swiper-container{margin-top: 1rem;height: 50vw;}
	.bannerBox .swiper-slide img{height: 50vw;}
	.bannerBox .swiper-slide a::before{display: none;}
}
@media (max-width:850px) {
	.bannerBox .swiper-pagination{bottom: 0.1rem;}
	.bannerBox .swiper-container{margin-top: 0.8rem;}
}
@media (max-width:414px) {
	.bannerBox .swiper-container{margin-top: 60px;}
}
/* banner结束 */

.sametitle{margin-bottom:0.5rem;position: relative;display: flex;justify-content: space-between;align-items: center;}
.sametitle h5{position: relative;line-height: 0.46rem;}
.sametitle h5 span{padding-bottom: 0.15rem; font-size: 0.32rem;line-height: 0.46rem;font-weight: 600;font-family: "sys";position: relative;}

/* .sametitle h5 span::after{content: "";position: absolute;left: 0;width: 1px;height: 3px;bottom: 0;background: #A31F34;width: 0.6rem;} */
.sametitle .more{    font-size: 0.18rem; color: #A31F34;display: block;line-height: 0.28rem;width: 1.2rem;height: 0.54rem;text-align: center;position: relative;}
.sametitle .more::before{ 
	background: url(../images24/morebg.png) no-repeat right center;background-size: 100%;
	content: "";
	width: 1rem;
	height: 1.8rem;
	display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: -70px;
}
.sametitle .more::after{ 
	background: url(../images24/ckgdTtile.png) no-repeat right center;background-size: 100%;
	content: "";
	width: 16px;
	height: 16px;
	display: block;
    position: absolute;
    z-index: 1;
    right: 0;
	top: 4px;
}
.sametitle .more:hover{color: #000000;}

@media (max-width:850px) {
	.sametitle{margin-bottom: 0rem !important;}
}

/* 链接 开始 */
.linkBox{background:linear-gradient(180deg, rgba(200, 97, 70, 0.90) 0%, rgba(163, 31, 52, 1) 100%);position: absolute;bottom: 10px;left: 0;max-width: 1400px;z-index: 4;right: 0;margin: auto;    border-radius: 1rem;}
.linkBox ul{padding: 0.2rem 0;align-items: center;}
.linkBox ul li{width: 20%;}
.linkBox ul li a{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.linkBox ul li a span {position: relative;width: 0.85rem;display: flex; align-items: center;}
.linkBox ul li a span img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
/* .linkBox ul li:nth-child(1) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc01.png) no-repeat center;background-size: 0.64rem;}
.linkBox ul li:nth-child(1) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc01on.png) no-repeat center;background-size: 0.64rem;transform: scale(0);}
.linkBox ul li:nth-child(2) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc02.png) no-repeat center;background-size: 0.64rem;}
.linkBox ul li:nth-child(2) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc02on.png) no-repeat center;background-size: 0.64rem;transform: scale(0);}
.linkBox ul li:nth-child(3) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc03.png) no-repeat center;background-size: 0.64rem;}
.linkBox ul li:nth-child(3) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc03on.png) no-repeat center;background-size: 0.64rem;transform: scale(0);} */
/* .linkBox ul li:nth-child(4) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc04.png) no-repeat center;background-size: 0.64rem;} */
/* .linkBox ul li:nth-child(4) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc04on.png) no-repeat center;background-size: 0.64rem;transform: scale(0);} */
/* .linkBox ul li:nth-child(5) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc05.png) no-repeat center;background-size: 0.64rem;}
.linkBox ul li:nth-child(5) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc05on.png) no-repeat center;background-size: 0.64rem;transform: scale(0);} */
.linkBox ul li:nth-child(6) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc06.png) no-repeat center;background-size: 0.64rem;}
.linkBox ul li:nth-child(6) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc06on.png) no-repeat center;background-size: 0.64rem;transform: scale(0);}
.linkBox ul li:nth-child(7) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc07.png) no-repeat center;background-size: 0.64rem;}
.linkBox ul li:nth-child(7) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top: 50%;left: 50%;margin-left: -0.32rem;margin-top: -0.32rem;transition: 0.6s;background: url(../images24/LinkIc07on.png) no-repeat center;background-size: 0.64rem;transform: scale(0);}

.linkBox ul li:nth-child(1) a:hover span::before,
.linkBox ul li:nth-child(2) a:hover span::before,
.linkBox ul li:nth-child(3) a:hover span::before,
.linkBox ul li:nth-child(4) a:hover span::before,
.linkBox ul li:nth-child(5) a:hover span::before,
.linkBox ul li:nth-child(6) a:hover span::before,
.linkBox ul li:nth-child(7) a:hover span::before{transition: 0.6s;transform: scale(0);}
.linkBox ul li:nth-child(1) a:hover span::after,
.linkBox ul li:nth-child(2) a:hover span::after,
.linkBox ul li:nth-child(3) a:hover span::after,
.linkBox ul li:nth-child(4) a:hover span::after,
.linkBox ul li:nth-child(5) a:hover span::after,
.linkBox ul li:nth-child(6) a:hover span::after,
.linkBox ul li:nth-child(7) a:hover span::after{transform: scale(1);transition: 0.6s;}



.linkBox ul li a p{font-size: 0.21rem;line-height: 0.28rem;color: #FEE1B5;margin-top: 0.1rem;font-weight: bold;}
/* .linkBox ul li a:hover p{color: #fdc558;font-weight: bold;} */
/* .linkBox ul li a:hover{border:1px solid #fdc558;} */
@media (max-width:1100px) {
	.linkBox{position: static;        width: 100%;
        border-radius: 0;
        z-index: 100;}
		.newsVideo{
			overflow: hidden;
		}
		.newsVideo::after{
			top: -2.5rem !important;
		}

		.sametitle .more::before{ 
			background: url(../images24/morebgPhone.png) no-repeat right center;background-size: 100%;
			content: "";
			width: 0.5rem;
			height: 0.8rem;
			display: block;
			position: absolute;
			z-index: 1;
			left: 0;
			top: -24px;
		}
}
@media (max-width:850px) {
	.linkBox ul{height: auto;padding: 0.1rem 0;justify-content: flex-start;}
}
@media (max-width:420px) {
	.linkBox ul li a span {width: 0.7rem;height: 0.9rem;}
	.linkBox ul li:nth-child(1) a span::before,
	.linkBox ul li:nth-child(1) a span::after,
	.linkBox ul li:nth-child(2) a span::before,
	.linkBox ul li:nth-child(2) a span::after,
	.linkBox ul li:nth-child(3) a span::before,
	.linkBox ul li:nth-child(3) a span::after,
	.linkBox ul li:nth-child(4) a span::before,
	.linkBox ul li:nth-child(4) a span::after,
	.linkBox ul li:nth-child(5) a span::before,
	.linkBox ul li:nth-child(5) a span::after,
	.linkBox ul li:nth-child(6) a span::before,
	.linkBox ul li:nth-child(6) a span::after,
	.linkBox ul li:nth-child(7) a span::before,
	.linkBox ul li:nth-child(7) a span::after{/* margin-left: -0.25rem; *//* margin-top: -0.25rem; */} 
	.linkBox ul li a p{font-size: 0.16rem;margin-top: 0rem;}
}
/* 链接 结束 */
/* 最新消息 视频 开始 */
.newsVideo{padding: 0.8rem 0 2rem 0;position: relative;}
.newsVideo::after{
	background:url(../images24/bg01.png) top center no-repeat;background-size: contain;
	background-size: 100%;
	content: "";
	position: absolute;
    width: 100%;
    height: 100%;
    top: -1.6rem;
    z-index: 1;

}
.newsVideo .newsBox{width: calc(54.3% - 0.3rem);}
.newsBox ul{    height: 4.5rem;}
.newsBox ul li{height: calc(4.5rem / 7);}
.newsBox ul li a{display: flex;justify-content: space-between;align-items: center;padding: 0.14rem 0;border-bottom: 1px dashed #e3e3e3;}
.newsBox ul li a i{display: block;font-size: 0.14rem;line-height: 0.4rem;height: 0.4rem;width: 0.9rem;text-align: center;font-style: normal;text-align: center;}
.newsBox ul li a .zc{background: url('../images24/xxlx.png') no-repeat center ;color: #A31F34;background-size: 100%;}
.newsBox ul li a .kx{background: rgba(178,41,35,0.15);color: #b22923;}
.newsBox ul li a .gg{background: rgba(150,75,42,0.15);color: #784b2a;}
.newsBox ul li a b{
	font-family: 'Times New Roman', Times, serif;
    color: #333;
    font-size: 0.14rem;
    line-height: 40px;
    font-weight: normal;
    width: 1rem;
    display: block;
    background: #F9ECE0;
    height: 40px;
    border-radius: 8px;
	display: flex;
	align-items: center;
}
.newsBox ul li a b .timeleft{
	width: 50%;
	text-align: center;
	font-size: 0.25rem;
}
.newsBox ul li a b .timeRight{
	height: 100%;
    line-height: 20px;
    width: 50%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(249, 236, 224);
    border-radius: 0px 8px 8px 0px;
	font-size: 0.15rem;
	padding-left: 0.08rem;
}
.newsBox ul li a p{width: calc(100% - 2rem);position: relative;line-height: 0.3rem;color: #333;font-size: 0.18rem;overflow: hidden;padding-left: 0.1rem;height: 0.3rem;    text-overflow: ellipsis;
    white-space: nowrap;}

.newsBox ul li a:hover p{color: #A31F34;}
.newsVideo .videoBox1{width: calc(45.7% - 0.3rem);position: relative;}
.videoBox1 .swiper-slide{}
.videoBox1 .swiper-slide a{display: block;width: 100%;}
.videoBox1 .swiper-slide a .pic{overflow: hidden;position: relative;height: 4.5rem;background: black;}
.videoBox1 .swiper-slide a .pic::after{content: "";position: absolute;top: 50%;background: url(../images24/icvideo.png) no-repeat center;background-size: 0.66rem;margin-top: -0.33rem;left: 50%;margin-left: -0.33rem;z-index: 5;width: 0.66rem;height: 0.66rem;}
.videoBox1 .swiper-slide a .pic img{width: 100%;object-fit: contain;height: 100%;transition: 0.6s all;}
.videoBox1 .swiper-slide a .text{background: #A31F34;}
.videoBox1 .swiper-pagination{width: 100%;margin-top: 0.16rem;}
.videoBox1 .swiper-pagination .swiper-pagination-bullet{width: 0.14rem;height: 0.14rem;background: none;border: 1px solid #A31F34;margin: 0 4px;}
.videoBox1 .swiper-pagination .swiper-pagination-bullet-active{background: url(../images24/circle-p@2x.png) no-repeat bottom center;border: none;
	width: 0.2rem;
	height: 0.3rem;
	background-size: 100%;
	position: relative;
	top: 0.05rem;
}
.videoBox1 .swiper-slide a:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
@media(max-width: 850px) {
	.newsVideo{padding: 0.2rem 0 1rem 0;}
	.newsVideo .newsBox{width: 100%;margin-top: 1rem;}
	.newsVideo .videoBox1{width:100%;margin-top: 0.4rem;}
	.videoBox1 .swiper-slide a .pic{height: 56vw;}
	.xyjs::before{
		height: 55px !important;
        top: -0.8rem !important;
	}
	.xyjs::after{
		background: url(../images24/bgrPhone.png) no-repeat bottom center !important;
		background-size: 100% !important;
		height: 120% !important;
	}
	.xyjs .sametitle{
		justify-content: space-between !important;
	}
	.campusVideo .w14::after{
		display: none !important;
	}
	.dataBox .sametitle h5{
		margin: 0;
	}
}

/* 最新消息 视频 结束 */

/* 特殊类招生 开始 */
/* .linkBox2{background:url(../images24/bg02.png) no-repeat center;background-size: cover; position: absolute; width: 100%; top: 18rem;} */
.linkBox2 ul{height: 3rem;justify-content: space-between;}
/* .linkBox2 ul li{width: 12.5%;} */
.linkBox2 ul li a{display: flex;justify-content: center;align-items: center;flex-direction: column;padding: 0.2rem 0;height: 100%;}
.linkBox2 ul li a span {position: relative;width: 1.12rem;height: 1.12rem;overflow: hidden;position: relative;}
.linkBox2 ul li:nth-child(1) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top:0;left:0;transition: 0.6s;background: url(../images24/ic01.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(1) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top:-1.12rem;left:0;transition: 0.6s;background: url(../images24/ic01on.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(2) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top:0;left:0;transition: 0.6s;background: url(../images24/ic02.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(2) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top:-1.12rem;left:0;transition: 0.6s;background: url(../images24/ic02on.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(3) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top:0;left:0;transition: 0.6s;background: url(../images24/ic03.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(3) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top:-1.12rem;left:0;transition: 0.6s;background: url(../images24/ic03on.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(4) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top:0;left:0;transition: 0.6s;background: url(../images24/ic04.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(4) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top:-1.12rem;left:0;transition: 0.6s;background: url(../images24/ic04on.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(5) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top:0;left:0;transition: 0.6s;background: url(../images24/ic05.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(5) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top:-1.12rem;left:0;transition: 0.6s;background: url(../images24/ic05on.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(6) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top:0;left:0;transition: 0.6s;background: url(../images24/ic06.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(6) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top:-1.12rem;left:0;transition: 0.6s;background: url(../images24/ic06on.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(7) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top:0;left:0;transition: 0.6s;background: url(../images24/ic07.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(7) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top:-1.12rem;left:0;transition: 0.6s;background: url(../images24/ic07on.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(8) a span::before{content: "";width: 100%;height: 100%;display: block;position: absolute;top:0;left:0;transition: 0.6s;background: url(../images24/ic08.png) no-repeat center;background-size: 1.12rem;}
.linkBox2 ul li:nth-child(8) a span::after{content: "";width: 100%;height: 100%;display: block;position: absolute;top:-1.12rem;left:0;transition: 0.6s;background: url(../images24/ic08on.png) no-repeat center;background-size: 1.12rem;}

.linkBox2 ul li:nth-child(1) a:hover span::before,
.linkBox2 ul li:nth-child(2) a:hover span::before,
.linkBox2 ul li:nth-child(3) a:hover span::before,
.linkBox2 ul li:nth-child(4) a:hover span::before,
.linkBox2 ul li:nth-child(5) a:hover span::before,
.linkBox2 ul li:nth-child(6) a:hover span::before,
.linkBox2 ul li:nth-child(7) a:hover span::before,
.linkBox2 ul li:nth-child(8) a:hover span::before{transition: 0.6s;top: -1.12rem;}
.linkBox2 ul li:nth-child(1) a:hover span::after,
.linkBox2 ul li:nth-child(2) a:hover span::after,
.linkBox2 ul li:nth-child(3) a:hover span::after,
.linkBox2 ul li:nth-child(4) a:hover span::after,
.linkBox2 ul li:nth-child(5) a:hover span::after,
.linkBox2 ul li:nth-child(6) a:hover span::after,
.linkBox2 ul li:nth-child(7) a:hover span::after,
.linkBox2 ul li:nth-child(8) a:hover span::after{transition: 0.6s;top: 0;}

.linkBox2 ul li a p{font-size: 0.2rem;line-height: 0.28rem;color: #ffffff;margin-top: 0.1rem;font-weight: bold;}
.linkBox2 ul li a:hover p{color: #fdc558;font-weight: bold;}

@media (max-width:1100px) {
	.linkBox2{position: static;}
}
@media (max-width:850px) {
	.linkBox2 ul li{width: 25%;}
	.linkBox2 ul{height: auto;padding: 0.1rem 0;justify-content: flex-start;}
	.linkBox2 ul li:nth-child(1) a span::before,
	.linkBox2 ul li:nth-child(2) a span::before,
	.linkBox2 ul li:nth-child(3) a span::before,
	.linkBox2 ul li:nth-child(4) a span::before,
	.linkBox2 ul li:nth-child(5) a span::before,
	.linkBox2 ul li:nth-child(6) a span::before,
	.linkBox2 ul li:nth-child(7) a span::before,
	.linkBox2 ul li:nth-child(8) a span::before{background-size: 0.64rem;}
	.linkBox2 ul li:nth-child(1) a span::after,
	.linkBox2 ul li:nth-child(2) a span::after,
	.linkBox2 ul li:nth-child(3) a span::after,
	.linkBox2 ul li:nth-child(4) a span::after,
	.linkBox2 ul li:nth-child(5) a span::after,
	.linkBox2 ul li:nth-child(6) a span::after,
	.linkBox2 ul li:nth-child(7) a span::after,
	.linkBox2 ul li:nth-child(8) a span::after{background-size: 0.64rem;}
	.linkBox2 ul li a span{width: 0.64rem;height: 0.64rem;}
}
@media (max-width:420px) {
	.linkBox2 ul li a span {/* width: 0.8rem; */}
	.linkBox2 ul li a p{font-size: 0.16rem;margin-top: 0rem;}
}
/* 特殊类招生 结束 */

/* 学院介绍 开始 */
.xyjs{
	/* padding: 1rem 0 0.9rem; */
	
	position: relative;}
.xyjs::before{content: "";background:url(../images24/bg02.png) no-repeat center;background-size: cover; position: absolute;     top: -2.2rem; height: 3rem;width: 100%;}
.xyjs::after{content: "";position: absolute;left: 0;top: 0;width: 100vw;height: 200%;background: url(../images24/bgr.jpg) no-repeat top center;background-size: cover;}
.xyjs .sametitle{justify-content: center;position: relative;z-index: 7;}
.xyjs .sametitle h5 span::after{margin: 0 auto;left: calc(50% - 0.3rem);}

.xyjs .w14{position: relative;}
.xyjs_btn{ width: 10%;display: flex;align-items: center;justify-content: space-between;margin: 0 auto;margin-top: 1rem;}
.xyjs_btn>div{width: 48px;height: 48px;background: url(../images24/ll.png) no-repeat center center;background-size: 100% 100% !important;left: 0;top: 0; position: relative;}
.xyjs_btn>div.swiper-button-next{    transform: scaleX(-1);;left: auto;right: 0;}

.xyjs_lb{position: relative;z-index: 3;overflow: hidden;}
.xyjs_lb .swiper-slide{display: flex;margin: 0 -2px;}

.sfq_box{display: flex;height: 366px;overflow: hidden;width: 84px;position: relative;margin: 0 2px;transition: 0.5s linear;}
.sfq_box.on{width: 571px;}
.sfq_box .tit{width: 84px;height: 100%;position: relative;z-index: 5;}
.sfq_box .tit::before{content: "";display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background:url(../images24/xyjs_li1.png) no-repeat center center;transition: 0.4s;  background-size: contain;}
.sfq_box .tit::after{content: "";display: block;width: 24px;height: 24px;position: absolute;left: 0;right:0;z-index: 2;background-size: 100% !important;background:url(../images24/more2.png) no-repeat center center; bottom: 30px;
    margin: auto;}
.sfq_box.on .tit::before{background:url(../images24/bg-yx-p.png) no-repeat center center;    background-size: contain;}
.sfq_box.on .tit::after{background:url(../images24/moreOn.png) no-repeat center center;    background-size: 100%;}

/* .sfq_box:nth-child(2n){margin-top: 40px;} */

/* .sfq_box:nth-child(2) .tit::after{background: url(../images24/xyjs_li1.png) no-repeat center center;}
.sfq_box:nth-child(4) .tit::after{background: url(../images24/xyjs_li2.png) no-repeat center center;}
.sfq_box:nth-child(6) .tit::after{background: url(../images24/xyjs_li3.png) no-repeat center center;}
.sfq_box:nth-child(8) .tit::after{background: url(../images24/xyjs_li2.png) no-repeat center center;}
.sfq_box:nth-child(10) .tit::after{background: url(../images24/xyjs_li3.png) no-repeat center center;} */



.sfq_box .tit .line{position: relative;z-index: 5;width: 5px;height: 0.25rem;background: url(../images24/xyjs_tit_top.png) no-repeat center center;background-size: 100% 100% !important;margin: 0 auto;}
.sfq_box.on .tit .line{background: url(../images24/xyjs_tit_top_bai.png) no-repeat center center;}
.sfq_box .tit .bt{position: relative;z-index: 5;font-size: 18px;color: #333333;text-align: center;margin: 18px auto 0;width: 18px;}
.sfq_box .tit .more{position: absolute;z-index: 5;bottom: 30px;left: calc(50% - 11.5px);}
.sfq_box .tit .more p{position: relative;z-index: 5;width: 0.23rem;height: 0.23rem;background: url(../images24/xyjs_more.svg) no-repeat center center;background-size: 100% 100% !important;}
.sfq_box .tit .xjt{position: relative;z-index: 5;}
.sfq_box.on .con{z-index:2;}

.sfq_box .con{width: 481px;height: 100%;position: absolute;left: 96px;top: 0;padding: 20px 0;z-index: -1;}
.sfq_box .con a{display: block;height: 100%;}
.sfq_box .con .pic_out{padding: 0;height: 100%;}
.sfq_box .con .pic{width: 100%;height: 100%;overflow: hidden;display: flex;align-items: center;justify-content: center;position: relative;}
.sfq_box .con .pic img{display: block;width: 100%;height: 100%;transition: 0.4s;position: absolute;}
.sfq_box .con .pic:hover img{transform: scale(1.05);}

.sfq_box .con .pic .xyList{position: relative;z-index: 1;width: 404px;height: 100%; padding: 24px 0;}
.sfq_box .con .pic .xytitle{font-size: 0.24rem;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px dashed #FFF;color: #FFF;}
.sfq_box .con .pic .zyList{width: 100%; height: calc(100% - 60px);overflow-y: scroll;overflow: auto;}
.sfq_box .con .pic .zymc{font-size: 0.2rem; margin-bottom: 10px;color: #FFF;}
.sfq_box .con .play{width: 0.66rem;height: 0.66rem;background: url(../images24/icvideo.png) no-repeat center center;background-size: 100% 100%;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;}

.sfq_box.on .tit .bt{color: #fff;}
.sfq_box.on .tit .more p{background: url(../images24/xyjs_more_on.svg) no-repeat center center;background-size: 0.23rem;}

.xyjs_lb_sj{display: none;overflow: hidden;position: relative;}

@media (max-width:1400px) {
	.sfq_box{height: 330px;}
	.sfq_box .con{width: calc(100% - 80px);}
}
@media (max-width:1200px) {
	.sfq_box .con{width: 5.7rem;left: 75px;}
	.sfq_box .tit{width: 0.9rem;}
	.sfq_box{width: 0.9rem;}
	.sfq_box.on{width: 6.5rem;}
	
	.sfq_box .tit .bt{font-size: 0.2rem;}
	.sfq_box{height: 24vw;}
	.newsVideo::after{
		top: -2.1rem;
	}
}
@media (max-width:1024px) {
	
	.sfq_box .con{width: calc(100% - 0.7rem);}
	.sfq_box{height: 32vw !important;}
	
	.xyjs::after{
		height: 160% !important;
	}
}
@media (max-width:850px) {
	.xyjs{padding: 30px 0;}
	.xyjs_lb{display: none;}
	.xyjs_lb_sj{display: block;}
	.xyjs_btn{display: none;}

	.xyjs_lb_sj .sfq_box .tit .more{bottom: 10px;}
	.xyjs_lb_sj .sfq_box{width: 100%;height: 68vw;}
	.xyjs_lb_sj .sfq_box .tit{width: 50px;height: auto;}
	.xyjs_lb_sj .sfq_box .con{width: calc(100% - 50px); left: 55px;padding: 10px 0;}
	.xyjs_lb_sj .sfq_box .con .pic{display: flex;justify-content: center;align-items: center;}
	.xyjs_lb_sj .sfq_box .con .pic img{height: auto;height: 100%;}
	.sfq_box .con .pic .xyList{
		width: 85%  !important;
	}
	.sfq_box .con .pic .xytitle{
		font-size: 0.22rem !important;
	}
	.sfq_box .con .pic .zymc{
		font-size: 0.18rem;
	}
	
	.xyjs_lb_sj .swiper-button-next,.xyjs_lb_sj .swiper-button-prev{
		width: 0.3rem;height: 0.3rem;background: url(../images24/xyjs_prev.png) no-repeat center center;background-size: 100% 100% !important;margin-top: 0;position: relative;left: 0;right: 0;opacity: 1;}
	.xyjs_lb_sj .swiper-button-next{transform:scaleX(-1);left: auto;right: 0;}
	.xyjs_lb_sj .sfq_box .con .play{width: 30px;height: 30px;}


	.xymj{
		display: none !important;
	}
	.campusVideo{
		padding-top: 0.2rem !important ;
	}
	.campusVideo .sametitle{
		justify-content: space-between !important;
		padding: 20px 30px;
	}
	.xymcPhone{
		width: 98%;
		height: auto;
		background: #FFF;
		position: relative;
		z-index: 100;
		border-top-right-radius: 0.5rem;
		margin-bottom: 0.5rem;
	}
	.campusVideo::after{
		top: 0.1rem !important;
	}
	.xyfgPhone{
		width: 100%;
		padding: 0 15px;
	}
	.xyfgPhone .top{
		width: 100%;
		height: 4rem;
		margin-bottom: 5px;
		
	}
	.xyfgPhone .top img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.xyfgPhone .centerPhone{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 3rem;
		margin-bottom: 5px;
	}
	.xyfgPhone .centerPhone img{
		width: 49.5%;
		height: 100%;
	}
	.xyfgPhone .bottomPhone {
		width: 100%;
		display: flex;
		justify-content: space-between;
		height: 6rem;
	}
	.xyfgPhone .bottomPhone .imgs{
		width: 52.5%;
		height: 100%;
	}
	.xyfgPhone .bottomPhone div{
		width: 47%;
		height: 100%;
	}
	.xyfgPhone .bottomPhone div img{
		width: 100%;
		height: 80%;
		margin-bottom: 1%;
	}
	.xyfgPhone .bottomPhone .more{
		width: 100%;
		height: 19%;
		background: url(../images24/xyfgMore.png) no-repeat center;
		background-size: cover;
		cursor: pointer;
	}
	.bg5{
		background-size: auto !important;
	}

}

@media (max-width:650px) {
	.xyjs::after{
		height: 135%  !important;
	}
}
@media (max-width:414px) {
	.xyjs_lb_sj .sfq_box{height: 220px !important;}
	.xyjs::after{
		height: 120%  !important;
	}
}
/* 学院介绍 结束 */


/* 校园美图  视频交大 开始 */
.xymj{
	max-width: 100%;
}
.xyfg{max-width: 1400px;position: relative;  margin: 0 auto;  height: 6.8rem;}
.xyfg .left{width: 49.7%;}
.xyfg .left .leftop{width: 100%;height: 4.1rem;padding-bottom: 8px;}
.xyfg .left .lefBottom{width: 100%;display:flex;height: 2.7rem;    justify-content: space-between;}
.xyfg .left .leftop img{width: 100%;height: 100%;object-fit: cover;}
.xyfg .left .lefBottom img{width: 49.5%;height: 100%; object-fit: cover;}
.xyfg .right{width: 49.7%;height: 100%;display: flex;justify-content: space-between;}
.xyfg .right .rightImgs{width: 55%;height: 100%; object-fit: cover;}
.xyfg .right .rightMore{width: 44%; display: flex; flex-wrap: wrap;flex-direction: column;justify-content: space-between;}
.xyfg .right .rightMore img{width: 100%;height: 5.7rem;}
.xyfg .right .rightMore .more{width: 100%;height: 1.05rem;background: url(../images24/xyfgMore.png) no-repeat bottom;background-size: cover;    cursor: pointer;}


.campusVideo{padding-top: 4rem;position: relative;}
.campusVideo::after{content: "";position: absolute;top: 3.8rem;left: 0;width: 100vw;height: 100%;background: url(../images24/bg03.png) no-repeat top center;background-size: 100vw;z-index: 1;}
.campusVideo .w14{position: relative;}
.campusVideo .w14::after{content: "";position: absolute;top: -2rem;left: 0rem;width: 6rem;height: 4.8rem;background: url(../images24/bg04.png) no-repeat top center;background-size: 100%;z-index: 100;}
.campusVideo .sametitle{position: relative;z-index: 5;    justify-content: center;}
.campusBox{background: url(../images24/bg03.jpg) no-repeat center;background-size: cover;padding: 0.9rem 0;border-top-right-radius: 1.5rem;    background-position-x: right;}
.campusBox{width: 99%;position: relative;z-index: 7;}
.slider-Left{width: 1.4rem;}
.slider-Left .slide{position: relative;padding: 2px 0;}
.slider-Left .slide .pic{height: 0.97rem;position: relative;width: 100%;}
.slider-Left .slide .pic::before{position: absolute;width: 100%;height: 100%;content: "";left: 0;top: 0;background: rgba(255,255,255,0.6);}
.slider-Left .slide.slick-center .pic::before{display: none;}
.slider-Left .pic img{display: block;width: 100%;height: 100%;}
.slider-Left {padding: 0.34rem 0 !important;}
.slider-Left .slick-list {padding: 0 0 !important;}
.slider-Left .slick-prev{background: url(../images24/ll3.png) no-repeat center;width: 0.3rem;height: 0.3rem;background-size: 0.3rem;left: 50%;right: auto;position: absolute;top: 0;font-size: 0;margin-left: -0.15rem;}
.slider-Left .slick-next{background: url(../images24/rr3.png) no-repeat center;width: 0.3rem;height: 0.3rem;background-size: 0.3rem;left: 50%;right: auto;position: absolute;bottom: 0;font-size: 0;margin-left: -0.15rem;}

.slider-Right{width:calc(100% - 1.45rem);position: relative;background: #ffffff;padding: 0.3rem 0.3rem 0 0.3rem; box-shadow: 0px 0px 29px 0px rgba(0, 31, 68, 0.14);}

.slider-Right .slide{position: relative;width: 100%;}
.slider-Right .slide a{display: block;width: 100%;}
.slider-Right .slide a .pic{width: 100%;overflow: hidden;height: 2.82rem;}
.slider-Right .slide a .pic img{display: block;width: 100%;height: 100%;object-fit: cover;}
.slider-Right .slide a .text{width: 100%;}
.slider-Right .slide a .text h5{position:relative;margin-top: 0.3rem;}
.slider-Right .slide a .text h5 span{font-size: 0.18rem;line-height: 0.28rem;height: 0.28rem;overflow: hidden;color: #323232;}
.slider-Right .slide a .text h5::before{content: "";position: absolute;left: 0;top:-6px;width:0.4rem;height: 2px;background: #A31F34;transition:0.4s all;}
.slider-Right .slide a .text h5:hover::before{transition:0.4s all;width: 0.7rem;}
.slider-Right .slide a .text h5:hover span{color: #A31F34;}
.slider-Right .slide a .text p{font-size: 0.14rem;color: #737373;line-height: 0.22rem;height:0.44rem;overflow: hidden;margin-top: 0.08rem;}
@media(max-width: 1400px) {

	.campusVideo .w14::after{left: -15px;top: -0.3rem;}
}
@media(max-width: 850px) {
	.slider-Left .slide .pic{height: 15vw;}
	.slider-Left .slide{margin: 0 5px;}
	.slider-Left{width: 100%;order: 5;padding: 0!important;margin-top: 2vw;}
	.slider-Right{width: 100%;order: 2;}
	.slider-Right:after{display: none;}
	.slider-Right .slide a .pic{height: 56vw;}
	.slider-Left .slick-prev {transform: rotate(270deg);left: 0;top: 7.5vw;margin-top: -0.15rem;z-index: 9;}
	.slider-Left .slick-next {transform: rotate(270deg);right: 0;left: auto;top: 7.5vw;margin-top: -0.15rem;bottom: auto;}
	.slider-Right{padding-bottom: 0.3rem;}
}

@media(max-width: 580px) {
}
@media(max-width: 414px) {
}

.videoBox2{width: calc(51.5% - 0.2rem);position: relative;z-index: 6;}
.videoBox2 .swiper-slide{}
.videoBox2 .swiper-slide a{display: block;width: 100%;}
.videoBox2 .swiper-slide a .pic{overflow: hidden;position: relative;height: 4.2rem;}
.videoBox2 .swiper-slide a .pic::after{content: "";position: absolute;top: 50%;background: url(../images24/icvideo.png) no-repeat center;background-size: 0.66rem;margin-top: -0.33rem;left: 50%;margin-left: -0.33rem;z-index: 5;width: 0.66rem;height: 0.66rem;}
.videoBox2 .swiper-slide a .pic::before{content: "";position: absolute;bottom: 0;z-index: 4;width: 100%;height: 40%;background:linear-gradient(to top,rgba(0,0,0,0.8),rgba(0,0,0,0));}
.videoBox2 .swiper-slide a .pic img{width: 100%;object-fit: cover;height: 100%;transition: 0.6s all;}
.videoBox2 .swiper-slide a .text{position: absolute;bottom: 0.1rem;width: 100%;left: 0;z-index: 6;}
.videoBox2 .swiper-slide a .text p{font-size: 0.18rem;color: white;line-height: 0.4rem;height: 0.4rem;overflow: hidden;text-align: center;padding: 0 0.16rem;}
.videoBox2 .swiper-pagination{width: 100%;margin-top: 0.16rem;}
.videoBox2 .swiper-pagination .swiper-pagination-bullet{width: 0.14rem;height: 0.14rem;background: none;border: 1px solid #A31F34;margin: 0 4px;}
.videoBox2 .swiper-pagination .swiper-pagination-bullet-active{background: #A31F34;}
.videoBox2 .swiper-slide a:hover .pic img{transform: scale(1.1);transition: 0.6s all;}

@media(max-width: 850px) {
	.campusBox{width:100%;}
	.videoBox2{width:100%;margin-top: 0.4rem;}
	.videoBox2 .swiper-slide a .pic{height: 56vw;}
}

/* 校园美图  视频交大 结束 */

.bg5{background: url(../images24/bg05.png) no-repeat bottom center;background-size: 100vw 7.85rem;}
.dataBox{position: relative;z-index: 6;background: url(../images24/bg06.png) no-repeat bottom center;background-size: 30rem 9.77rem;     background-position-y: 53px;}
.dataBox .sametitle h5{margin: 0 auto;}
.dataBox .sametitle h5 span::after{left: 50%;margin-left: -0.3rem;}
.dataBox .sametitle .more{position: absolute;right: 0;}
.dataCon{margin-bottom: 2rem;	position: relative;left: 0.5rem;}
.dataCon .swiper-container{padding: 0 0 2.8rem 0;}
.dataCon .swiper-slide{opacity: 1 !important;}
.dataCon .swiper-slide .list{display: flex;justify-content: center;}
.dataCon .swiper-slide .data{width: 1.70rem;height:1.7rem;position: relative;}
.dataCon .swiper-slide .data img{width: 100%;height: 100%;object-fit: contain;border-radius: 50%;}
.dataCon .swiper-slide .data:hover{background: url(../images24/bg-p.png) no-repeat center;background-size: 1.5rem;transition: all 0.3s;}
.dataCon .swiper-slide .data span{display:block;text-align: center;font-family: Georgia;font-size: 0.36rem;line-height: 1.5rem;color: #A31F34;font-weight: bold;}
.dataCon .swiper-slide .text{margin-top: 0.24rem;width: 1.1rem;position: relative;left: 5px;}
.dataCon .swiper-slide .text p{font-size: 0.18rem;color: #323232;text-align: left;line-height: 0.28rem;}
.part4D{display: flex;justify-content: center;     position: relative;
    left: -0.5rem;}
.part4D .swiper-button-next,.part4D .swiper-button-prev{position: relative;width: 0.5rem;height:0.5rem;right: auto;left: auto;margin-top: 0;margin: 0 0.2rem;}
.part4D .swiper-button-next{background: url(../images24/ll.png) no-repeat center;background-size: 0.5rem;}
.part4D .swiper-button-prev{background: url(../images24/rr.png) no-repeat center;background-size: 0.5rem;}
.links{background: #A31F34;width: 100%;opacity: 0.9;}
.links p{font-size: 0.2rem;color: #fff;font-weight: 600;}
.links p a{font-size: 0.14rem;color: #fff;line-height: 0.22rem;}
.links p a:hover{color: #fdc558;}
@media(max-width: 1200px) {
}
@media(max-width: 1000px) {
	.dataCon{
		left: 0;
	}
}
@media(max-width: 850px) {
	.dataCon .swiper-container{padding: 0 0 0.8rem 0;}
	.dataCon{margin-bottom: 0.8rem;left: 0;}
	.dataBox{background-size: cover;}
	.dataCon .swiper-slide{
	
	}
	.dataCon .swiper-slide .list{
		flex-direction: column;
		align-items: center;
	}
	.dataCon .swiper-slide .data{
		width: 1rem;
		height: 1rem;;
	}
	.part4D{
		left: 0;
	}
}
/* 页脚开始 */
.footer{background: #A31F34;}
.footer .w14{position: relative;}
/* .footer .w14::after{content: "";width: 100%;height: calc(100% + 120px);background: url(../images24/footerBG01.png) no-repeat top center;position: absolute;top: -120px;left: 0;} */
.footerBox{ position: relative;z-index: 3;padding: 0.2rem 0;justify-content: center;width: 100%;color: #FFF; font-size: 0.2rem;}
.footerL{margin-bottom: -0.1rem;width: 26%;}
.footerL li{font-size: 0.16rem;color: #fff;line-height: 0.24rem;padding:0.12rem 0.15rem 0.12rem 0.44rem;border: 1px solid #7390b4;margin-bottom: 0.1rem;background: url(../images24/footer01.png) no-repeat  0.1rem center;background-size: 0.24rem;}
.footerL li+li{background: url(../images24/footer02.png) no-repeat  0.1rem center;background-size: 0.24rem;}
.footerL li+li+li{background: url(../images24/footer03.png) no-repeat  0.1rem center;background-size: 0.24rem;}
.footerC {width: 23%;}
.footerC .pic{margin-bottom: 0.2rem;}
.footerC .pic img{display: block;max-width: 100%;max-height: 70px;}
.footerC ul{margin-bottom: -0.12rem;}
.footerC li{font-size: 0.14rem;color: #fff;line-height: 0.24rem;margin-bottom: 0.12rem;}
.footerR li{border: 1px solid #587ca7;padding: 0.05rem;margin-left: 0.18rem;}
.footerR li .pic{overflow: hidden;}
.footerR li .pic img{display: block;max-width: 120px;}
.footerR li p{margin: 0.1rem auto;text-align: center;font-size: 0.14rem;color: #fff;text-align: center;line-height: 0.22rem;}
@media(max-width: 1000px) {
	.footerR li .pic img{max-width: 80px;}
}
@media(max-width: 850px) {
	.footerL{width: 100%;}
	.footerC{width: 100%;margin: 0.4rem 0;}
	.footerR{display: flex;justify-content: center;width: 100%;}
	.footerC .pic img{margin: 0 auto;}
	.footerC li{text-align: center;}
	.footerBox{padding: 0.2rem 0;}
	.footer .w14::after{background-size: contain;top: -30px;height: calc(100% + 30px);}
	
}
@media(max-width: 450px) {
	.links p{color: #323232;}
	.links p a{color: #323232;}
	
}
@media(max-width: 380px) {
	.footerR{margin-left: -0.18rem;}
	
}
/* 页脚结束 */



/*==========================================内页 开始=============================================*/
.Nybanner{width: 100%;margin: 0 auto;z-index: 4;position: relative; margin-top: 1rem;}
.Nybanner .w128{position: relative;}
.Nybanner img{display: block;width: 100%;position: relative;height: 100%;object-fit: cover;}
.Nybanner>p{display: flex;justify-content: center;max-width: 100%;overflow: hidden;}
@media(max-width: 1100px){
	.Nybanner::before{display: none;}
}
@media(max-width: 768px){
	.Nybanner{height: 30vw; margin-top: 60px !important;}
	.Nybanner img{height: 30vw;}
}
@media(min-width: 2500px){
	.w14{max-width: 1720px;}
	.footerR li{
		height: 1.6rem;
	}
}

#nav_slide{background: #f4f4f4;line-height: 50px;position: relative;z-index: 2;}
#nav_slide #bnt_back{ position:absolute; left: 0.16rem; 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;background: #A31F34;}
#bnt_sub_nav{position: absolute;right: 0.16rem;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%;box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);}
#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: #A31F34;}

#sub_nav_content ul li ul{ display:none}
#nav_slide{ display:none}
.bg{background: #f7f7f7;}
.n_container{position: relative;background: url(../images24/listBG01.jpg) no-repeat center;background-size: cover;}
.n_container::after{content: "";width: 100%;height: 100%;background: url(../images24/listBG02.png) no-repeat bottom center;position: absolute;bottom: 0;left: 0;background-size: 100%;opacity: 0.1;}
.n_container .n_left{width: 340px;position: relative;z-index: 88;top: -100px;position: relative;}
.n_container .n_left .con{height: auto;position: relative;background: linear-gradient(270deg, #DA781B 0%, #A31F34 100%);border-top-right-radius: 0.52rem;}
.n_container .n_left h1{height:100px;line-height:100px;font-size:0.28rem;color:#fff;background: url(../images24/leftNav01.png) no-repeat right center;position: relative;padding: 0 0.4rem;  background-size: 1rem;margin-right: 0.1rem;}
.n_container .n_left .ulCon{background: #FFF url(../images24/leftNav02.png) no-repeat bottom center;padding-bottom: 1.6rem;    background-size: cover;}
.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>a img{margin: -3px 20px 0 0;}
.n_container .n_left .con ul li.on:after, .n_container .n_left .con ul li:hover:after{display: block;}
.n_container .n_left .con ul li.on i{background:url(../images24/jton.svg) center no-repeat;background-size: 7px;}
.n_container .n_left .con ul li>a{color: #333333;display: block;padding: 0.2rem 0rem;transition: 0.36s;position: relative;font-size: 0.18rem;line-height: 26px;margin: 0 0.4rem;}
.n_container .n_left .con ul li>a:hover{color: #A31F34;font-weight: bold;}
.n_container .n_left .con ul li.on>a{color: #A31F34;font-weight: bold;    border-bottom: 1px dashed #A31F34;}
.n_container .n_left .con ul li.on>a::after{
	content: '';
	width: 0;
	height: 0;
	border-top: 0.1rem solid transparent; 
	border-right: 0.1rem  solid transparent;
	border-left: 0.1rem  solid transparent;
	border-bottom: 0.1rem  solid #A31F34;
	transform: rotate(90deg);
    display: block;
    position: absolute;
    right: -0.2rem;
    bottom: -0.1rem;

}

.n_container .n_left .con ul li:hover::after{height: 60px;transition: 0.6s all;}

.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: #A31F34;}
.n_container .n_left .con ul li i.up{background:url(../images24/jt.svg) center no-repeat;background-size: 7px;}
.n_container .n_left .con ul li i{width: 20px;height: 70px;background: url(../images24/jt.svg) center no-repeat;background-size: 7px;position:absolute;right: 0.4rem;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: #A31F34!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:#A31F34;}
.mianbao{margin-bottom: 0.5rem; display: inline-block;vertical-align: top;background-size: 0.14rem;left: 0;z-index: 6;display: flex;align-items: center;position: relative;}
.mianbao2{padding-top:0.2rem;}
.mianbao h5{font-size: 0.28rem;color: #323232;font-weight: 600;position: relative;}
.mianbao h5::after{content: "";width: 0.6rem;height: 0.03rem;background: #A31F34;position: absolute;left: 0;bottom: -0.18rem;}
.mianbao p{padding: 0 0 0 30px;background: url(../images24/now.png) left center no-repeat;display: flex;align-items: center;line-height: 0.3rem;    background-size: 7%;}
.mianbao,.mianbao i,.mianbao a{font-size: 14px;color: #666666;font-style:normal;transition: 0.6s all;}
.mianbao i{display: inherit; margin:0 5px;width: auto;height: 0.3rem;position: relative;top: 0;}
.mianbao a.on{color: #A31F34;font-weight: bold;}
.mianbao a:hover{color: #A31F34;transition: 0.6s all;font-weight: bold;}


.n_container .n_right{ width:calc(100% - 450px); position: relative; z-index: 2;padding:0.5rem 0 2.1rem 0;}
.n_container .n_right ul{}
.n_container .n_right .bgss{margin-top: 50px;}

@media(max-width: 1100px){
	.mianbao{display: none;}
}
@media(max-width: 850px){
	.n_container .n_right{padding: 0.5rem 0;}
	
}

/* 领导列表页 开始*/
.n_titu1{margin-top: 0.4rem;}
.n_titu1 .bt{}
.n_titu1 .bt p{display: flex;justify-content: center;}
.n_titu1 .bt p a{font-size: 0.26rem;color: #323232;margin: 0 0.16rem;line-height: 0.34rem;}
.n_titu1 .bt p a.on{color: #A31F34;font-weight: bold;border-bottom: 5px solid #A31F34;}
.n_titu1 .bt p a:hover{color: #A31F34;font-weight: bold;border-bottom: 5px solid #A31F34;}
.n_titu1 ul li{margin-top: 0.5rem;}
.n_titu1 ul li a{display: flex;justify-content: space-between;align-items: stretch;}
.n_titu1 ul li a .pic{border: 1px solid #f4f4f4;overflow: hidden;}
.n_titu1 ul li a .pic img{display: block;width: 120px;height: 160px;object-fit: fill;}
.n_titu1 ul li a .text{position: relative;width: calc(100% - 120px);padding:0 0.3rem;}
.n_titu1 ul li a .text::after{width: calc(100% + 70px);content: "";position: absolute;height: calc(100% + 0.4rem);background:url(../images24/textbg.png) no-repeat right bottom #f9f9f9;border: 1px solid #ededed;left: -70px;top: -0.2rem;z-index: -1;}
.n_titu1 ul li a .text h5{font-size: 0.24rem;color: #000000;}
.n_titu1 ul li a .text p{font-size: 0.16rem;color: #666666;margin: 0.16rem 0;}
.n_titu1 ul li a .text span{font-size: 0.14rem;color: #666666;line-height: 0.24rem;padding-top: 0.2rem;border-top: 1px solid #e6e6e6;display: block;}
.n_titu1 ul li a .text h5:hover{color: #A31F34;}
@media(max-width: 414px){
	.n_titu1 ul li a .pic img{width: 24vw;height: auto;}
	.n_titu1 ul li a .text{width: calc(100% - 24vw);}
}


/* 领导列表页 结束*/

/* 题图列表页 */
.n_titu ul{margin-bottom: -0.4rem;}
.n_titu li{margin-bottom: 0.4rem;}
.n_titu li .pic{width: 270px;overflow: hidden;}
.n_titu li .pic img{display: block;width: 100%;object-fit: cover;height: 180px;transition: 0.6s all;}
.n_titu li .text{width: calc(100% - 270px);padding-left: 0.3rem;border-bottom: 1px solid #d9d9d9;position: relative;}
.n_titu li .text::after{content: "";width: 7px;height: 7px;background: #A31F34;border-radius: 50%; position: absolute;right: 0;bottom: -4px;}
.n_titu li .text::before{content: "";width: 0;height: 1px;background: #A31F34;position: absolute;right: 0;bottom: -1px;transition: 0.6s all;}
.n_titu li .text h5{margin-top: 0.15rem; font-size: 0.18rem;color: #323232;line-height: 0.28rem;height: 0.28rem;overflow: hidden;margin-bottom: 0.2rem;transition: 0.6s all;}
.n_titu li .text p{font-size: 0.14rem;color: #737373;line-height: 0.24rem;height: 0.48rem;overflow: hidden;}
.n_titu li .text i{margin-top: 0.3rem; display: block;font-size: 0.14rem;color: #737373;text-align: left; font-style: normal;padding-left:0.2rem;height: 33px;line-height: 33px;background: url(../images24/dateIc.png) no-repeat left center;background-size: 0.14rem;font-family: "times new roman";}
.n_titu li:hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.n_titu li:hover .text h5{color: #A31F34;transition: 0.6s all;}
.n_titu li:hover .text::before{width: 100%;transition: 0.6s all;}
.fanye{padding-top: 0.5rem;text-align: center;}
.fanye img{ max-width:100%}


@media(max-width: 1100px){
	.mianbaoxie{ display:none}
	.n_container{margin-top: 0; padding:0 0 0.4rem}
	.n_container .n_left{ display:none}
	.n_container .n_right{width:100%;padding-left: 0;}
	#nav_slide{ display:block}
	.n_leftbg{display: none;}
}
@media(max-width: 850px){
	/* .n_container .n_right{padding: 0.4rem 0 0;} */
	.n_titu li .text h5{height: auto;max-height: 0.56rem;}
}
@media(max-width: 580px){
	.n_titu li .pic img{height: auto;}
	.n_titu li .pic{width: 100%;}
	.n_titu li .text{width: 100%;}
	.n_titu li .text i{margin-top: 0.2rem;}
	
}


/* 文章列表页 */
.TextList ul{position: relative;}
.TextList li a{position: relative; margin-bottom: 0.15rem;padding: 0.3rem 0;background: #FFF;box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.10);}
.TextList li:last-child a{margin-bottom: 0;}
.TextList li a i{display: block;font-size: 0.14rem;line-height: 0.3rem;height: 0.3rem;width: 90px;text-align: center;border-radius: 0.15rem;font-style: normal;text-align: center;}
.TextList li a .zc{background: rgba(0,78,151,0.15);color: #004e97;}
.TextList li a .kx{background: rgba(178,41,35,0.15);color: #b22923;}
.TextList li a .gg{background: rgba(150,75,42,0.15);color: #784b2a;}
.TextList li p{width: calc(100% - 190px);font-size: 0.16rem;color: #333;transition: 0.6s all;    margin: 0 auto;}
.TextList li p span{
	display: block;
}
.TextList li p .title{
	font-size: 0.22rem;
	margin-bottom: 20px;
}
.TextList li p .description{
	 color: #666;
	 display: -webkit-inline-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 line-height: 1.5;
}

.TextList li b{
	    font-style: normal;
		font-weight: normal;
		display: block;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		line-height: 0.3rem;
		font-size: 0.18rem;
		color: #FFF;
		font-family: "times new roman";
		position: absolute;
		height: 1rem;
		width: 1rem;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.20) 100%), #A31F34;
		left: -0.5rem;
		top: 0;
		border-top-left-radius: 0.35rem;
}
.TextList li:hover p{color: #FFF;transition: 0.6s all;}
.TextList li:hover p .description{color: #FFF;transition: 0.6s all;}
.TextList li a:hover {
	background: url('../images24/newsHover.png') no-repeat center;
	background-size: initial;
	border-bottom-right-radius: 0.6rem;
	transition: all 0.3s;
}
.TextList li a:hover b {
	 background:  linear-gradient(0deg, #DE9F8E 0%, #FEE1B5 100%);
	 color: #A31F34;
}


@media(max-width: 850px){

	.TextList li p{
		width: calc(100% - 50px);
	}
	.TextList li b{
		left: 0;
        top: -0.25rem;
        flex-direction: row;
        width: 1.5rem;
        height: 0.5rem;
		font-size: 0.2rem;
	}
	.TextList li a{
		padding-top: 0.45rem;
		margin-bottom: 0.5rem
	}
	.TextList li p .title{
		margin-bottom: 10px;
		font-size: 0.22rem;
	}
	.TextList li b div:nth-child(1){
		font-size: 0.18rem !important;
	}
	
}
@media(max-width: 540px){
	
}

/* 学院专业 */
/* page start */
.n_container .n_left2{position: absolute;}
.n_container .n_right2{width: 100%;padding-top: 0;}
.Show_page>ul{display: flex;flex-wrap: wrap;justify-content: flex-start;margin-left:-3%;}
.Show_page li.xyzy{width: 30.333%;height: max-content;margin-bottom: 3%;margin-left:3%;background: #f9f9f9 url(../images24/xyBG.png) no-repeat bottom;background-size: contain;box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.04)}
.Show_page li.xyzy .pic{position: relative;}
/* .Show_page li.xyzy .pic::after{position: absolute;content: "";width: 100%;height: 1.4rem;background-image: linear-gradient(to top,rgba(0,0,0,0.9),rgba(0,0,0,0));bottom: 0;left: 0;z-index: 3;} */
.Show_page li.xyzy .pic .img{overflow: hidden;width: 100%;height: 1.4rem;}
.Show_page li.xyzy .pic .img img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height: 100%;    border-radius: 10px 10px 0 0;}
.Show_page li.xyzy .pic p{
    width: calc(100% - 0.3rem);
    height: auto;
    left: 0.3rem;
    padding: 0.35rem 0 ;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.Show_page li.xyzy .pic p::after{content: "";position: absolute;right: 0.16rem;top: 50%;transform: translateY(-50%);background: url(../images24/xyzyJt.svg) no-repeat center;background-size: 0.26rem;width: 0.26rem;height: 0.26rem;}
.Show_page li.xyzy .pic p a{color: #fff;font-size: 0.3rem;line-height: 0.18rem;line-height: 0.28rem; padding-right: 0.3rem;}
.Show_page li.xyzy .pic p a div{
	font-size: 0.2rem;
	margin-top: 20px;
	display: flex;
	margin-right: 10px;
}
.Show_page li.xyzy .pic p a div img{
	padding-left: 5px;
}
.Show_page .text{padding: 0.2rem 0.16rem 0.18rem 0rem;    background: #FFF;
    border-radius: 0 0 10px 10px;}
.Show_page .text dl{display: flex;flex-wrap: wrap;justify-content: space-between;}
.Show_page .text dd{width: 49%;margin-bottom: 0.16rem;padding-left: 14px;}
.Show_page .text dd>a{display: block;font-size: 0.16rem;line-height: 0.2rem; color: #333333;width: calc(100% - 10px);transition: 0.6s all;position: relative;padding-left: 0.16rem;}
.Show_page .text dd>a::before{content: "·";position: absolute;left:-0.08rem;right: 0rem;font-family: "宋体";color: #A31F34;     top: 1px;   font-size: 0.25rem;}
.Show_page .text dd> ul{padding-left: 0.1rem;margin-top: 0.1rem;line-height: 0.2rem;}
.Show_page .text dd> ul li{}
.Show_page .text dd> ul li a{display: block;font-size: 0.14rem;color: #666666;line-height: 0.18rem;position: relative;padding-left: 0.14rem;}
.Show_page .text dd> ul li a:hover{color:#A31F34;}
.Show_page .text dd> ul li a::after{position: absolute;left: 0px;top: 4px;content: "";width: 4px;height: 4px;border-radius: 2px;background: #003152;}
.Show_page .text dd> ul li+li{margin-top: 0.08rem;}
.Show_page .text dd>a:hover{color: #A31F34;padding-left: 0.2rem;transition: 0.6s all;}
.Show_page li:hover .pic .img img{transform: scale(1.1);transition: 0.6s all;}
.ql-align-center{
	text-align: center;
}
.ql-align-right{
	text-align: right;
}
.ql-align-justify{
	text-align: justify;
}
.ql-video {
    width: 80%;
    height: 400px;
    margin: 0 auto;
    display: flex;
}
.show02 table tr td p {
    text-indent: 0px;
    text-align: center;
    margin: 10px 0;
}
.show02 table{margin:0 auto !important;overflow-x: scroll;}

/* 对富文本表格进行约束 */
.show table{margin:0 auto !important;width: 90% !important;}
.show table,th, td{
	border: 1px solid black;
	border-collapse: collapse; /* 移除表格内边框间的间隙 */
	padding: 5px;
	word-break: break-word;/* 允许在单词内换行 */

}
.show table, td{
	/* width: max-content !important; */
    text-align: center !important;

}

@media(max-width: 1100px) {
	.n_container .n_right2{padding-top: 0.4rem;}
	.Show_page>ul{margin-left: 0;justify-content: space-between;}
	.Show_page li.xyzy{width: 48%;margin-left: 0;margin-bottom: 2%;}
}
@media(max-width: 580px) {
	.Show_page li.xyzy{width: 100%;margin-bottom: 4%;}
	.Show_page li.xyzy .pic .img{height: 25vw;}
}

/* page end */

/* 内容页 */
.n_right .show{margin-top: 0.5rem;}
.show01{margin-bottom: 0.4rem;padding-bottom: 0.3rem;position: relative;border-bottom: 1px solid #e5e5e5;position: relative;}
.show01 h5{font-size: 0.28rem;line-height: 0.36rem;text-align: center;margin-bottom: 0.2rem;font-weight: bold;color: #333333;}
.show01 p{text-align: center;font-size: 0.14rem;color: #666666;}
.show01 i{font-style: normal;margin: 0 8px;font-size: 0.14rem;color: #666666;}
.show02{}
.show02 p{font-size: 0.16rem!important;color: #333333;line-height: 0.36rem!important;margin-bottom: 0.16rem;text-indent: 2em;background: none !important;}
.show02 p a{color: #333333;}
.show02 table{margin:0 auto !important;width: auto;}
.show02 img{display: block;margin: 0 auto;max-width: 80%;height: auto!important;border:none !important;margin-bottom: 0.16rem;}
.show03{margin-top: 0.6rem;padding-top: 0.3rem;border-top: 1px solid #A31F34;position: relative;}
.show03 p{font-size: 0.18rem;color: #666666;margin-bottom: 0.15rem;line-height:0.36rem;}
.show03 p+p{margin-bottom: 0;}
.show03 p a{font-weight: normal; color: #666666;}
.show03 p a:hover{color: #A31F34;font-weight: 600;text-decoration: underline;}
@media(max-width: 850px) {
	.show02 img{width: 100%;max-width: 100%;}
}

/* 图片列表页 */
.listPic{}
.listPic ul{margin-left: -3%;display: flex;justify-content: flex-start;margin-bottom: -3%;}
.listPic ul li{width: 47%;margin-left: 3%;margin-bottom: 3%;}
.listPic ul li a{display: block;position: relative;}
.listPic ul li a .pic{overflow: hidden;position: relative;}
.listPic ul li a .pic img{display: block;width: 100%;object-fit: cover;transition: 0.6s all;height:300px;}
.listPic ul li a:hover .pic img{transform: scale(1.2);transition: 0.6s all;}
.listPic ul li a .text{margin-top: 0.15rem;}
.listPic ul li a .text p{font-size: 0.16rem;line-height: 0.24rem;max-height: 0.48rem;overflow: hidden;color: #323232;text-align: center;transition: 0.6s all;}
.listPic ul li a:hover .text p{color: #A31F34;transition: 0.6s all;}
@media(max-width: 1100px) {
	.listPic ul li a .pic img{height: 28vw;}
}
@media(max-width: 850px) {
	.listPic ul li a .pic img{height: 26vw;}
}

@media(max-width: 414px) {
	.listPic ul li{width: 100%;}
    .listPic ul li a .pic img{height: 56vw;}
}
/* 图片列表页2 */
.listPic2 ul{margin-right: -3.5%;margin-bottom: -0.3rem;}
.listPic2 li{width: 29.5%;margin-right: 3.5%;margin-bottom: 0.3rem;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);}
.listPic2 li a{display: block;}
.listPic2 li .pic{overflow: hidden;}
.listPic2 li .pic img{display: block;width: 100%;transition: 0.6s all;height: 240px;object-fit: cover;}
.listPic2 li .text{padding: 0.15rem 0.12rem;background: #fff;transition: 0.6s all;}
.listPic2 li .text p{font-size: 0.16rem;color: #333333;line-height: 0.22rem;height: 0.22rem;overflow: hidden;text-align: center;transition: 0.6s all;}
.listPic2 li :hover .pic img{transform: scale(1.1);transition: 0.6s all;}
.listPic2 li :hover .text{background: #A31F34;transition: 0.6s all;}
.listPic2 li :hover .text p{color: #fff;transition: 0.6s all;}
@media(max-width: 1200px) {
	.listPic2 li .pic img{height: 118px;}
}
@media(max-width: 1000px) {
	.listPic2 li .pic img{height: 148px;}
}
@media(max-width: 850px) {
	.listPic2 ul{margin-right: -4%;}
	.listPic2 li{width: 48%;margin-right: 2%;}
	.listPic2 li .pic img{height: 204px;}
}
@media(max-width: 768px) {
	.listPic2 li .pic img{height: 190px;}
}
@media(max-width: 650px) {
	.listPic2 li .pic img{height: 160px;}
}
@media(max-width: 540px) {
	.listPic2 li .pic img{height: 130px;}
}
@media(max-width: 440px) {
	.listPic2 li .pic img{height: 106px;}
}
@media(max-width: 380px) {
	.listPic2 li .pic img{height: 90px;}
}
/*==========================================内页 结束=============================================*/