@charset "utf-8";
/*基础部分开始*/
.ph{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;

}
.cl{ clear:both}
.fl{ float:left;}
.fr{ float:right;}

@font-face {
    font-family: "syst";
	src:url("../font/syst.ttf")
}

::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}
img{ border:none}
div,ul,li
{
color:#000;
font-size:16px;
font-family:Arial, Helvetica, sans-serif;
margin:0 auto; 
padding:0;
list-style:none
}
*{outline:0px; box-sizing:border-box}
a,a:link,a:visited,a:active {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #695290;
transition: 0.3s ease-in-out;
}

input::-webkit-input-placeholder{
color: #999;
}
WebKit browsers 
input::-webkit-input-placeholder { 
　color: #999;
}
Mozilla Firefox 4 to 18 
input:-moz-placeholder {  
　color: #999;
}
Mozilla Firefox 19+ 
input::-moz-placeholder {  
　　color: #999;
}
Internet Explorer 10+ 
input:-ms-input-placeholder { 
　　color: #999;
}

.warp{ width:80%; max-width:1600px;}


.v_news_content H2 {
    font-size: 16px
;}
.v_news_content .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}
.v_news_content IMG {
    margin-top:27px;}
.v_news_content DIV {
    LINE-HEIGHT: 150%;font-size: 16px
;}

.v_news_content P {
    margin: 14px 0px; line-height: 32px; 
;}

.v_news_content span {
      font-size: 16px;
;}

.v_news_content A {
    color: #1e50a2;
;}
.v_news_content A:visited {
    color: #1e50a2;
;}
.v_news_content A:hover {
    color: #ba2636
;}

.v_news_content TABLE{ border-collapse:collapse;border:1px solid #000; margin-top:25px; margin-bottom:25px;} 
.v_news_content TABLE TD{ border:1px solid #000;  padding: 2px 3px;} 

.v_news_content TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 14px
;}
.v_news_content TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
.v_news_content TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}
.v_news_content.fs p {
    LINE-HEIGHT: 150%;font-size: 10px
;}

.v_news_content .vsbcontent_start {
    margin: 8px 0px; line-height: 27px; 
}

.v_news_content .vsbcontent_end {
    margin: 14px 0px; line-height: 32px; 
}

.v_news_content .vsbcontent_img{
    text-align:center;text-indent:0px
}

.v_news_content .vsbcontent_video{
    text-align:center;text-indent:0px
}

.v_news_content.newscontent_l p {
    font-size: 16px;
}        
.v_news_content.newscontent_m p {
    font-size: 14px;
} 
.v_news_content.newscontent_s p {
    font-size: 12px;
} 
/*基础部分结束*/
.swiper-wrapper {
  will-change: transform; /* 优化性能 */
}
header{ width:100%; padding:28px 4% 35px 4%; background:url(../images/head-bg.png) top center repeat-x; position:fixed; top:0; z-index:9}
header .logo{ margin-top:10px; float:left}
@media screen and (max-width: 1590px) { 
header .logo{ width:35%; margin-top:20px} 
}
@media screen and (max-width: 1610px) { 
header .logo{ width:35%; margin-top:20px} 
}
@media screen and (max-width: 1825px) { 
header .logo{ width:40%; margin-top:20px} 
}
@media screen and (max-width: 1515px) { 
header .logo{ width:35%; margin-top:20px} 
}
header .r{ float:right}
header .r .h1{ text-align:right; color:#fff; font-size:14px; padding-bottom:15px}
header .r .h1 span{ padding:0 6px;}
header .r .h1 span a{ color:#fff; cursor:pointer}
/* 搜索按钮样式 */
.search-button {
    padding: 15px 30px;
    font-size: 18px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.search-button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}

/* 黑色背景遮罩 */
.search-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    animation: fadeIn 0.3s ease;
}


.srarch{width:100%;height:60px;}
.searchl{ width:500px; border:none; background:#fff; padding-left:15px; height:54px; line-height:54px; font-size:14px; color:#666; float:left}
.searchr{ width:110px; border:none; background:#695290; height:54px; line-height:54px; font-size:14px; color:#fff; text-align:center; float:right; cursor:pointer; font-size:16px}
#searchButton{float:right; margin-left:8px; cursor:pointer}

/* 关闭按钮样式 */
.close-button {
	position:absolute;
	width:50px;
	height:50px;
	z-index:1;
	top:10%;
	right:20px;
    font-size: 24px;
    background-color: #fff;
    color: #000;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
	display:none
}

.close-button:hover {
    background-color: #ff1a1a;
    transform: rotate(90deg);
	color:#fff
}

/* 动画效果 */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

nav{height:44px;z-index:2; float:right;}

.nav li{
position: relative;
float: left;
padding:0 10px;
}

.nav li:last-child{
position: relative;
float: left;
padding:0 0 0 18px;
}

.caret {
display:block;	
width: 100%;
height: 4px;
vertical-align: middle;
position:absolute;
background:#695290;
top:0;
left:0;
text-align:center
}
.nav li a{
width:100% !important;
text-align:center;
float:left;
height:44px;
color:#fff;
font-size:.18rem;
font-weight:bold
}

.nav li a:hover{ color:#fff}

.nav li .nav-w {
z-index:21;
position:absolute;
display:none;
float:left;
clear:both;
overflow:hidden;
top:44px;
left:-20px;
width:140%;
}



.nav li .section-nav1{height:auto; overflow: hidden;}
.nav li .section-nav1 ul {
position:static;
padding:0px;
margin:0px;
width:100%;
overflow:hidden;
}
.nav li .section-nav1 ul li {
position:static;
padding:0px;
background:#fff;
width:100%;
float:left;
}
.nav li .section-nav1 ul li a {
background:rgba(255,255,255,.8);
text-align:center;
padding:0px 10px;
margin:0;
box-sizing:border-box;
height:50px;
overflow:hidden;
line-height:50px;
width:auto;
display:block;
float:none;
color:#333;
font-size:15px;
cursor:pointer;
font-weight:normal;

}
.nav li .section-nav1 ul li a:hover {
color: #695290;
}
/*首页大图切换*/
.mySwiper {
width: 100%;
height:100vh;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mySwiper .swiper-slide {
background: #fff;
overflow:hidden;
}

.slide-inner {
position:relative;
width: 100%;
height:100%;
}

.slide-inner .img{
width:100%; height:100%; position:relative; z-index:1;

}



.slide-inner img{width:100%; height:100%;object-fit: cover;
opacity: 0; /* 初始透明度为0 */
transform: scale(1); /* 初始缩放为50% */
transition: transform 3.5s ease, opacity 1s ease;}

.mySwiper .swiper-slide-active img {
    opacity: 1; /* 激活时透明度为1 */
    transform: scale(1.1); /* 激活时缩放为100% */
}

.mySwiper .swiper-pagination{ bottom: 50px !important;}
.mySwiper .swiper-pagination .swiper-pagination-bullet{ background:rgb(255,255,255,.1); width:40px}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{ background:rgb(255,255,255,0); width:120px}

.swiper-slide-active .caption {
transform:translateY(100px); /* 最终位置，可以根据需要调整 */
opacity: 1; /* 显示文字 */
}


.swiper-pagination-bullet{
background-color: transparent;
opacity: 1;
margin: 0 6px !important;
width: 40px;
height: 9px;
position: relative;
outline: none;
vertical-align: middle;
}


.swiper-pagination-bullet span{
width: 100%;
height: 4px;
background-color:rgba(255,255,255,.2);
display: block;
margin-top: 4px;
}
.swiper-pagination-bullet i{
background-color: #fff;
height: 4px;
width: 100%;
position: absolute;
top: 4px;
transform: scaleX(0);
transform-origin: left;
z-index: 3;
transition-timing-function: linear;
}
.swiper-pagination-bullet-active i{
animation: middle 7s forwards;
width:100%;
}
@keyframes middle{
0%{
transform: scaleX(0);
left: 0;
}
100%{
transform: scaleX(1);
left: 0;
}
}

.page1{ width:100%; background:url(../images/index_18.png) bottom center no-repeat #fff; background-size:100% 100%; padding-top:35px; overflow:hidden;margin-bottom:55px}
.ban{ width:100%; float:left; margin-bottom:40px;}
.ban strong{ float:left; background:url(../images/index_11.png) top center no-repeat; font-size:36px; color:#695290; font-family:syst}
.ban a{ font-size:14px; color:#695290; text-align:center; float:right; background:url(../images/index_14.png); width:97px; height:36px; line-height:36px; position:relative; margin-top:10px}
.ban a:before{ width:18px; height:18px; border:1px dashed #695290; border-radius:100%; content:''; z-index:1; position:absolute; top:8px; left:-6px;opacity:0;transition: 0.3s ease-in-out;}
.ban a:hover:before{animation: spin 2s linear infinite;opacity:1}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.h_l{ width:48%; float:left; height:412px}
.h_r{ width:48%; float:right}
.h_r li{ width:100%; float:left; border:1px solid #e5e5e5; margin-bottom:20px;  height:67px; background:#fff;transition: 0.3s ease-in-out;}
.h_r li:hover{box-shadow: 10px 20px 37px -17px rgba(105, 82, 144, 0.84);border:1px solid #695290;}
.h_r li:last-child{ margin-bottom:0}
.h_r li .l{ width:70px; float:left; border-right:1px solid #e5e5e5; height:100%}
.h_r li .l strong{ width:100%; font-size:24px; float:left; text-align:center; color:#695290; height:38px; padding-top:10px}
.h_r li .l i{ width:100%; font-size:14px; float:left; text-align:center; color:#695290;font-style:normal}
.h_r li .r{ width:calc(100% - 85px); float:right}
.h_r li .r strong{ width:100%; float:left; overflow:hidden; height:67px; line-height:67px; font-size:17px; font-weight:normal}
.h_r li .r i{ width:100%; float:left; overflow:hidden; height:30px; line-height:30px; font-size:14px; color:#666; font-style:normal}
.h_r li a{ width:100%; height:100%; display:inline-block; padding:0 18px 0 0;}
.mySwipera {
width: 100%;
height: 100%;
float:left;
cursor: pointer;
}


.mySwipera .swiper-paginationa{ bottom: 95px !important; z-index:999; position:absolute;text-align:right; width:calc(100% - 45px) !important;}
.mySwipera .swiper-paginationa .swiper-pagination-bullet{ width: 12px; height: 12px;background: rgba(255,255,255,.5);border-radius: 50px; margin:0 5px !important}
.mySwipera .swiper-paginationa .swiper-pagination-bullet-active{background:rgba(255,255,255,1);border-radius: 50px;width: 12px; height: 12px;}

.mySwipera .swiper-slide{ width:100%;float:left; position:relative; height:100%;}
.mySwipera .swiper-slide:hover .qh_tit{ color:#695290}
.mySwipera .swiper-slide .qh_img{ width:100%; height:100%; float:left; position:relative; overflow:hidden}
.mySwipera .swiper-slide .qh_img img{ width:100%; height:100%;object-fit: cover; position:relative;transition: 0.3s ease-in-out;}

.mySwipera .swiper-slide .qh_area{height:80px; box-sizing:border-box; padding:0 28px; background:#f7f7f7; z-index:1; position:absolute;box-sizing:border-box;overflow:hidden;float:left;bottom:0px; width:calc(100% - 125px)}
.mySwipera .swiper-slide .qh_area .qh_tit{ width:100%; height:80px; line-height:80px; overflow:hidden;font-weight:bold; position:relative; font-size:.2rem;transition: 0.3s ease-in-out; }
.mySwipera .swiper-slide .qh_area .qh_des{ width:100%; height:52px; font-size:14px;line-height:26px; overflow:hidden;margin-bottom:15px; color:#666;}
.mySwipera .swiper-slide .qh_time{ color:#666; font-size:14px; position:absolute; z-index:1; bottom:0; right:45px; width:80px; background:#695290; color:#fff; text-align:center; border-radius:0 6px 6px 0; height:80px;}
.mySwipera .swiper-slide .qh_time strong{ width:100%; text-align:center; font-size:34px; padding:8px 0 2px 0; float:left}
.mySwipera .swiper-slide .qh_time i{ width:100%; text-align:center; font-size:14px;float:left; font-style:normal}
.mySwipera .swiper-slide :hover .qh_img img{transform: scale(1.1);}

.h_la{ width:48%; float:left;}
.h_ra{ width:48%; float:right}

.gz{ width:100%; float:left; background:#f8f7ff; padding:23px 33px 33px 33px; height:355px; overflow:hidden}
.gz li{ width:100%; float:left; margin-bottom:25px; position:relative; padding-left:20px;transition: 0.3s ease-in-out; }
.gz li:before{ width:4px; height:100%; position:absolute; background:#695290; content:''; z-index:1; left:0; top:0;transition: 0.3s ease-in-out;}
.gz li:hover:before{ width:8px; border-radius:0 20px 20px 0}
.gz li strong{width:100%; float:left; overflow:hidden; font-size:18px; height:30px; line-height:30px; overflow:hidden; margin-bottom:5px; position:relative; z-index:2; font-weight:normal}
.gz li span{width:100%; float:left; overflow:hidden; font-size:14px; height:24px; line-height:24px; color:#666; overflow:hidden; font-weight:normal; position:relative; z-index:2}
.zn{ width:100%; height:203px; background:#695290; float:left; position:relative; padding:45px 0 0 45px; overflow:hidden}
.zn img{ z-index:2; position:relative}
.zn:before{ z-index:1; position:absolute; left:-90px; bottom:-90px; width:180px; height:180px; background:rgba(255,255,255,.1); border-radius:100%; content:'';transition: 0.3s ease-in-out;}
.zn:after{ z-index:1; position:absolute; right:-250px; bottom:0px; width:400px; height:400px; background:rgba(255,255,255,.1); border-radius:100%; content:'';transition: 0.3s ease-in-out;}
.zn:hover:before{ width:200px; height:200px;}
.zn:hover:after{ width:540px; height:540px;background:rgba(255,255,255,.2);}
.znw{ width:100%; float:left; background:#f8f7ff; padding:33px; height:430px; overflow:hidden}
.znw li{ width:100%; float:left; background:#fff; padding:22px; margin-bottom:25px;transition: 0.3s ease-in-out;}
.znw li strong{ width:100%; height:24px; line-height:24px; overflow:hidden; font-size:18px; float:left; margin-bottom:10px}
.znw li span{ width:100%; height:24px; line-height:20px; overflow:hidden; font-size:14px; color:#666; float:left}
.znw li span img{ vertical-align:middle; margin-right:6px; margin-top:-2px}
.znw li a{ width:100%; float:left; display:block; height:100%}
.znw li:hover{box-shadow: 10px 20px 37px -17px rgba(105, 82, 144, 0.84);}
.page3{ width:100%; background:url(../images/index_28.png) left bottom no-repeat #f9f9f9; padding: 70px 0 60px 0; overflow:hidden; margin-top:45px;}

.ap{ width:100%; float:left; background:#fff; border:1px solid #ddd; height:64px; line-height:64px; padding:0 18px; margin-bottom:20px; overflow:hidden;transition: 0.3s ease-in-out;}
.ap span{ float:right; padding-left:20px; color:#999}
.ap:hover{ border:1px solid #695290; background:#695290; color:#fff !important; border-radius:30px 0 30px 0;box-shadow: 10px 20px 37px -17px rgba(105, 82, 144, 0.84);}
.ap:hover span{ color:#fff}
.ap:hover *{ color:#fff}

.ap1{ width:100%; float:left; background:#fff; border:1px solid #ddd; height:148px;  padding:20px 18px; margin-bottom:20px; overflow:hidden;transition: 0.3s ease-in-out;}
.ap1 .h1{ width:100%; float:left; line-height:50px;height:50px; overflow:hidden; border-bottom:1px solid #ddd; margin-bottom:15px; margin-top:-10px; font-weight:bold}
.ap1 .h1 span{ float:right; padding-left:20px; font-size:14px; color:#999; font-weight:normal}
.ap1 .h2{ width:100%; float:left; line-height:26px;height:52px; overflow:hidden; font-size:14px; color:#999; }
.ap1:hover{ border:1px solid #695290; background:#695290; color:#fff !important; border-radius:30px 0 30px 0;box-shadow: 10px 20px 37px -17px rgba(105, 82, 144, 0.84);}
.ap1:hover .h1,.ap1 :hover .h2,.ap1:hover .h1 span{ color:#fff}
.ap1 a,.ap a{ width:100%; display:block; height:100%}

.ly_1{ width:49.5%; float:left; position:relative; padding-top:35.5%; overflow:hidden; margin-right:.5%;}
.ly_1 .t,.ly_2 .t{ position:absolute; width:100%; top:0; height:100%; z-index:1; background:rgba(105,82,144,.8); content:''; display:flex;text-align:center; color:#fff; font-size:.30rem; font-weight:bold;justify-content: center;align-items: center; opacity:0;transition: 0.3s ease-in-out;}
.ly_1:hover .t,.ly_2:hover .t{ opacity:1}

.ly_1 .img img,.ly_2 .img img
{
width: 100%;
top: 0;
left: 0;
height: 100%;
position: absolute;
object-fit: cover;
transition: all 0.3s;
}
.ly_2{ width:25%; float:left; position:relative; padding-top:17.4%; overflow:hidden; border:4px solid #fff}
footer{ background:url(../images/foot_03.jpg) no-repeat; background-size:cover; padding:80px 0 40px 0; margin-top:80px; overflow:hidden}
.prevc{ float:right; width:29px; height:29px; margin-right:10px;cursor:pointer}
.nextc{ float:right; width:29px; height:29px;cursor:pointer}
.q{ width:100%; padding-bottom:36px; color:#fff; font-size:24px; font-weight:bold}

.mySwiperc {
width: 100%;
float:left;
}


.mySwiperc .swiper-paginationc{ display:none}
.mySwiperc .swiper-paginationc .swiper-pagination-bullet{ width: 12px; height: 12px;background: rgba(3,109,109,.5);border-radius: 50px;}
.mySwiperc .swiper-paginationc .swiper-pagination-bullet-active{background:#036d6d;border-radius: 50px;width: 12px; height: 12px;}

.mySwiperc .swiper-slide{ width:100%;float:left; position:relative;}
.mySwiperc .swiper-slide .img{ width:100%;float:left; position:relative;aspect-ratio: 1 / 1; background:rgba(255,255,255,.2); display:flex;justify-content: center;align-items: center; border-radius:5px;transition: 0.3s ease-in-out;}
.mySwiperc .swiper-slide:hover .img{border-radius:100%;}
.mySwiperc .swiper-slide .img img{ max-width:50%}
.mySwiperc .swiper-slide .t{ width:100%; text-align:center; float:left; overflow:hidden; color:#fff; line-height:24px; font-size:14px; padding-top:10px}

.fline{ width:100%; height:20px; border-bottom:1px solid rgba(255,255,255,.3); margin-bottom:60px}
footer .fl{ width:500px; float:left}
footer .fl strong{ width:100%; float:left; margin-bottom:30px}
footer .fl span{ width:100%; float:left; color:#fff; line-height:36px}
footer .fl span a{ color:#fff}
footer .fr{ width:270px; float:right; margin-top:-15px}
footer .fr p{ line-height:2.4; color:#fff; float:left; width:100%}

.nyimg{ width:100%; height:400px; position:relative; border-bottom:1px solid #ddd; margin-bottom:30px}
.nyimg .h1{ width:100%; height:100%; position:relative}
.nyimg .h1 img{ width:100%; height:100%;object-fit: cover}
.nyimg .bana{ width:100%; position:absolute; bottom:0; height:80px;}
.nyimg .bana:before{ width:50%; background:#695290; content:''; position:absolute; left:0; top:0; height:100%; z-index:1}
.nyimg .bans{ width:100%; position:relative; z-index:2;}
.nyimg .bans .l{ width:calc(100% - 80px); float:left; height:80px; background:#695290; padding-top:30px;white-space: nowrap;overflow-x:hidden;-webkit-overflow-scrolling: touch;}
.nyimg .bans .l a{font-size:18px;padding-right:80px;position:relative; color:#fff}
.nyimg .bans .l a:last-child{ padding-right:0}
.nyimg .bans .l a:after{ width:1px; right:40px; top:1px; height:22px; background:#ccc; content:''; position:absolute}
.nyimg .bans .l a:last-child:after{ display:none}
/* 自定义滚动条 */
.nyimg::-webkit-scrollbar {
  height: 10px;
}
.nyimg::-webkit-scrollbar-thumb {
  background: #666;
}

.nyimg .bans .r{ width:80px; float:right;position:relative}
.nyimg .bans .r img{ position:relative}
.nyimg .bans .l .on{ color:#fff; font-weight:bold}
.nyimg .h2{ width:100%;position:absolute; z-index:1;bottom:150px; color:#fff; font-size:30px; font-weight:bold; line-height:80px;}
.nyimg .h3{ width:100%;position:absolute; z-index:1;bottom:130px; color:#fff; font-size:15px;}
.nyimg .h3 a{ color:#fff}

.dbline{ width:100%; height:20px; margin-bottom:20px; border-bottom:1px dashed #ccc; float:left}
.disptit{ width:100%; font-size:24px; line-height:36px; float:left; font-weight:bold; text-align:center;}
.dispdes{ width:100%; font-size:14px; line-height:40px; float:left; border-bottom:1px dashed #ddd; padding-top:15px; margin-bottom:25px; text-align:center}
.infoarea{ width:100%; float:left;line-height:34px; background:#fff !important; min-width:600px; font-size:18px; font-family:宋体,'Noto Serif SC' !important;text-align: justify}
.infoarea table,.infoarea video{ max-width:100%}
.infoarea img{ max-width:100% !important; height:auto !important; overflow:hidden !important}
.printico{ background:url(../images/print.gif) left center no-repeat; padding-left:20px; margin-right:20px}
.closeico{ background:url(../images/close1.gif) left center no-repeat; padding-left:20px}
.tools{ text-align:right; width:100%; font-size:14px; line-height:30px}

.v_news_content H2 {
    font-size: 16px
;}
.v_news_content .icon {
    border-right-width: 0px; margin: 3px 0px 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px
;}
.v_news_content IMG {
    margin-top:27px;}
.v_news_content DIV {
    LINE-HEIGHT: 150%;font-size: 16px
;}

.v_news_content P {
    margin: 14px 0px; line-height: 32px; text-indent: 32px;
;}

.v_news_content span {
      font-size: 16px;
;}

.v_news_content A {
    color: #1e50a2;
;}
.v_news_content A:visited {
    color: #1e50a2;
;}
.v_news_content A:hover {
    color: #ba2636
;}

.v_news_content TABLE{ border-collapse:collapse;border:1px solid #000; margin-top:25px; margin-bottom:25px} 
.v_news_content TABLE TD{ border:1px solid #000;  padding: 2px 3px;} 

.v_news_content TABLE TD P {
    text-indent: 0px; margin: 0px; font-size: 14px
;}
.v_news_content TABLE TH P {
    text-indent: 0px; margin: 0px; font-size: 1px
;}
.v_news_content TABLE TD IMG {
    border-bottom-style: none; border-right-style: none; margin: 5px; border-top-style: none; border-left-style: none
;}
.v_news_content.fs p {
    LINE-HEIGHT: 150%;font-size: 10px
;}

.v_news_content .vsbcontent_start {
    margin: 8px 0px; line-height: 27px; text-indent: 32px;
}

.v_news_content .vsbcontent_end {
    margin: 14px 0px; line-height: 32px; text-indent: 32px;
}

.v_news_content .vsbcontent_img{
    text-align:center;text-indent:0px
}

.v_news_content .vsbcontent_video{
    text-align:center;text-indent:0px
}

.v_news_content.newscontent_l p {
    font-size: 16px;
}        
.v_news_content.newscontent_m p {
    font-size: 14px;
} 
.v_news_content.newscontent_s p {
    font-size: 12px;
} 

.news_2{ width:100%; float:left}
.news_2 li{ width:100%; float:left; margin-bottom:35px; height:280px; background:#f5f5f5; padding:30px;transition: 0.3s ease-in-out}
.news_2 li .l{ width:330px; height:100%; overflow:hidden; float:left;transition: 0.3s ease-in-out}
.news_2 li .l img{ width:100%; height:100%;object-fit:cover;transition: 0.3s ease-in-out;}
.news_2 li .r{ float:right; width:calc(100% - 370px);}
.news_2 li .rf{ float:right; width:100%;}
.news_2 li .r .r_1,.news_2 li .rf .r_1{ width:100%;height:30px; color:#666; float:left;line-height:30px; overflow:hidden; margin-bottom:20px;}
.news_2 li .r .r_2,.news_2 li .rf .r_2{ width:100%;font-size:18px; line-height:25px; height:25px; overflow:hidden; float:left; font-weight:bold; margin-bottom:10px}
.news_2 li .r .r_3,.news_2 li .rf .r_3{ width:100%;font-size:18px; line-height:25px; height:50px; overflow:hidden; float:left; font-size:15px; color:#666; margin-bottom:30px}
.news_2 li .r .r_4,.news_2 li .rf .r_4{ width:100%; float:left; font-size:15px; color:#695290; line-height:29px;}
.news_2 li .r .r_4 img,.news_2 li .rf .r_4 img{ float:left; vertical-align:middle; margin-right:8px}
.news_2 li:hover .l img{transform: scale(1.1);}

.infolista{ width:100%; float:left;}
.infolista li{ width:100%; float:left; margin-bottom:15px; padding:15px 25px 15px 0; height:80px; background:#fff; box-sizing:border-box;transition: 0.3s ease-in-out; background:#f5f5f5}
.infolista li:hover{ background:#695290}
.infolista li:hover *{ color:#fff !important}
.infolista li .date{ width:100px; float:left; border-right:1px solid #ddd}
.infolista li .date .date1{ width:100%; text-align:center; float:left; font-size:30px; font-weight:bold; height:30px; position:relative; margin-bottom:5px; color:#333}
.infolista li .date .date2{ width:100%; text-align:center; float:left; font-size:14px; color:#333}
.infolista li .area{ width:calc(100% - 120px);float:right; font-size:18px; line-height:50px; height:50px; overflow:hidden; padding-right:70px; background:url(../images/gg.png) right center no-repeat}
.infolista li:hover .area{ background:url(../images/gga.png) right center no-repeat}
#qrcode img {
position: absolute;
top: 30%;
left: 43%;
width: 250px;
height: 250px;
display: block;
}

#qrcode {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.8);
z-index: 99999999999999999;
display: none;
}

.pb_sys_style3 .p_no_d {
    border: 1px solid #695290 !important;
    color: #fff;
    background-color: #695290 !important;
}


.zzry{ width:100%; float:left;}
.zzry ul{ display:inline}
.zzry li{ width:23%; float:left; margin-right:2.66%; margin-bottom:40px; border:1px solid #ddd; background:#fff;text-align: center;position:relative; overflow:hidden;padding:20px 20px 0 20px;transition: 0.3s ease-in-out;}
.zzry li:nth-child(4n){margin-right:0}
.zzry li:hover{ border:1px solid #695290}
.zzry li .img{ width:100%; overflow:hidden; float:left; padding-top:74%; position:relative}
.zzry li .img img{ max-width:100%;overflow:hidden; height:100%; vertical-align:middle; cursor:pointer;object-fit: cover; position:absolute; content:''; top:0; left:0}
.imgmid{display:inline-block;*display:inline;*zoom:1;height:100%;width:1px;margin-left:-1px;vertical-align:middle}
.zzry li .tit{width:100%; float:left;text-align:center; height:50px; line-height:50px; overflow:hidden;}

.fwzn{ width:100%; float:left;}
.fwzn ul{ display:inline}
.fwzn ul li{ width:32%; float:left; margin-right:2%; margin-bottom:25px; background:#f8f7ff; border:1px solid #d8caef; height:164px; padding:25px 0;transition: 0.3s ease-in-out;}
.fwzn ul li strong{ width:100%; text-align:center; float:left; height:65px}
.fwzn ul li strong img{ height:100%;transition: 0.3s ease-in-out;}
.fwzn ul li span{ width:100%; text-align:center; float:left; padding-top:20px; font-size:18px; font-weight:bold}
.fwzn ul li:nth-child(3n){ margin-right:0}
.fwzn ul li a{ display:block;}
.fwzn li:hover{box-shadow: 10px 20px 37px -17px rgba(105, 82, 144, 0.84);border:1px solid #695290; background:#695290;}
.fwzn li:hover *{ color:#fff}
.fwzn li:hover *{filter: brightness(0) invert(1);}

.ny_l{ width:120px; float:left;}
.ny_r{ width:calc(100% - 170px); float:right;}

.fwzna a{ width:100%; float:left;background:#f8f7ff; border:1px solid #d8caef; height:110px; padding:25px 0;transition: 0.3s ease-in-out; margin-bottom:-1px}
.fwzna a strong{ width:100%; text-align:center; float:left; height:30px; font-weight:normal}
.fwzna a strong img{ height:100%;transition: 0.3s ease-in-out;}
.fwzna a span{ width:100%; text-align:center; float:left; padding-top:10px; font-size:16px; font-weight:bold}
.fwzna a:hover{box-shadow: 10px 20px 37px -17px rgba(105, 82, 144, 0.84);border:1px solid #695290; background:#695290;}
.fwzna a:hover *{ color:#fff}
.fwzna a:hover *{filter: brightness(0) invert(1);}

.fwznas a{ width:100%; float:left;background:#695290; border:1px solid #695290; height:110px; padding:25px 0;transition: 0.3s ease-in-out; margin-bottom:-1px}
.fwznas a strong{ width:100%; text-align:center; float:left; height:30px; font-weight:normal}
.fwznas a strong img{ height:100%;transition: 0.3s ease-in-out;filter: brightness(0) invert(1);}
.fwznas a span{ width:100%; text-align:center; float:left; padding-top:10px; font-size:16px; font-weight:bold; color:#fff}

.infolistb{ width:100%; float:left;}
.infolistb li{ width:100%; float:left; margin-bottom:15px; padding:15px 25px 15px 15px; height:80px; background:#fff; box-sizing:border-box;transition: 0.3s ease-in-out; background:#f5f5f5}
.infolistb li:hover{ background:#695290}
.infolistb li:hover *{ color:#fff !important}
.infolistb li .area{ width:100%;float:right; font-size:18px; line-height:50px; height:50px; overflow:hidden; padding-right:70px; background:url(../images/gg.png) right center no-repeat}
.infolista li:hover .area{ background:url(../images/gga.png) right center no-repeat}