@charset "utf-8";
/*基础部分开始*/
.mh,header,#searchOverlay{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:16px;

}

@font-face {
    font-family: "syst";
	src:url("../font/syst.ttf")
}
*{ box-sizing:border-box}
::-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}

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: #fff;
}
WebKit browsers 
input::-webkit-input-placeholder { 
　color: #fff;
}
Mozilla Firefox 4 to 18 
input:-moz-placeholder {  
　color: #fff;
}
Mozilla Firefox 19+ 
input::-moz-placeholder {  
　　color: #fff;
}
Internet Explorer 10+ 
input:-ms-input-placeholder { 
　　color: #fff;
}

.cl{ clear:both}
.warp{ width:100%; padding: 0 5%; box-sizing:border-box} 
.m_img{display:block;height:55px;background:#695290;position:fixed;top:0px;left:0px;width:100%;z-index:9999;overflow: hidden;}
.m_img .headlf{padding-top:10px;padding-left:4%;float: left;}
.m_img .headlf img{height:30px;}
.m_img .headrg{padding-right:4%;padding-top:4px;float: right;}
.m_img .headrg a .m_menuimg{height:16px;vertical-align:top;display: block}
.headrg img{ height:30px; margin-top:6px}
.m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.m_nav .m_navList{position:absolute;width:60%;right:0px;top:0px;background:#fff;height:100%;z-index:100;right:-80%;}
.m_nav .m_navList ul{padding-left:5%;padding-right:5%}
.m_nav .m_navList ul li{border-bottom:1px solid #eee}
.m_nav .m_navList ul li a{display:block;height:45px;color:#333;line-height:45px;padding-left:5%;font-size:16px}
.m_nav .m_navList ul li .m_f_a{display: flex;align-items: center;justify-content: space-between; width: 100%}
.m_nav .m_navList ul li .m_f_a a{flex: 1;}
.m_nav .m_navList ul li .m_f_a i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;}
.icon{ background:url(../images/plus1.png) 100% no-repeat;background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.icon_on{background:url(../images/reduce1.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
.m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:5%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}

.kbh{ width:100%; height:55px}
/*首页大图切换*/
.mySwiper {
width: 100%;
height:220px;
}

.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;}

.mySwiper .swiper-pagination{ bottom: 10px !important;}
.mySwiper .swiper-pagination .swiper-pagination-bullet{ background:rgb(255,255,255,.1); width:20px}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{ background:rgb(255,255,255,0); width:40px}

.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:0; overflow:hidden;margin-bottom:35px}
.ban{ width:100%; float:left; margin-bottom:20px;}
.ban strong{ float:left; background:url(../images/index_11.png) top center no-repeat; font-size:24px; 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:1px}
.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:100%; float:left; height:240px; margin-bottom:20px}
.h_r{ width:100%; float:right}
.h_r li{ width:100%; float:left; border:1px solid #e5e5e5; margin-bottom:10px;  height:60px; 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:60px; float:left; border-right:1px solid #e5e5e5; height:100%}
.h_r li .l strong{ width:100%; font-size:20px; padding-top:10px; float:left; text-align:center; color:#695290;}
.h_r li .l i{ width:100%; font-size:12px; float:left; text-align:center; color:#695290;font-style:normal}
.h_r li .r{ width:calc(100% - 65px); float:right}
.h_r li .r strong{ width:100%; float:left; overflow:hidden; height:60px; line-height:60px; font-size:15px; font-weight:normal}
.h_r li .r i{ display:none}
.h_r li a{ width:100%; height:100%; display:inline-block; padding:0 5px 0 0;}
.mySwipera {
width: 100%;
height: 100%;
float:left;
cursor: pointer;
}


.mySwipera .swiper-paginationa{ bottom: 95px !important; z-index:999; position:absolute;text-align:center}
.mySwipera .swiper-paginationa .swiper-pagination-bullet{ width: 12px; height: 12px;background: rgba(105,82,144,.3);border-radius: 50px; margin:0 5px !important}
.mySwipera .swiper-paginationa .swiper-pagination-bullet-active{background:rgba(105,82,144,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:60px; box-sizing:border-box; padding:0 10px; background:#f7f7f7; z-index:1; position:absolute;box-sizing:border-box;overflow:hidden;float:left;bottom:0px; width:calc(100% - 60px)}
.mySwipera .swiper-slide .qh_area .qh_tit{ width:100%; height:60px; line-height:60px; overflow:hidden;font-weight:bold; margin-top:-5px; position:relative; font-size:16px;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:0; width:60px; background:#695290; color:#fff; text-align:center; border-radius:0 6px 6px 0; height:60px;}
.mySwipera .swiper-slide .qh_time strong{ width:100%; text-align:center; font-size:24px; padding:8px 0 2px 0; float:left}
.mySwipera .swiper-slide .qh_time i{ width:100%; text-align:center; font-size:12px;float:left; font-style:normal}
.mySwipera .swiper-slide :hover .qh_img img{transform: scale(1.1);}

.h_la{ width:100%; float:left; margin-bottom:30px;}
.h_ra{ width:100%; float:right}

.gz{ width:100%; float:left; background:#f8f7ff; padding:10px 15px; overflow:hidden}
.gz li{ width:100%; float:left; margin-bottom:20px; 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:16px; height:30px; line-height:30px; overflow:hidden; margin-bottom:5px; position:relative; z-index:2}
.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:183px; background:#695290; float:left; position:relative; padding:45px 0 0 45px; overflow:hidden}
.zn img{ z-index:2; position:relative; width:80%}
.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:23px; 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:30px 0 30px 0; overflow:hidden; margin-top:35px;}

.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{ display:none}
.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:100%; float:left; position:relative; padding-top:65.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{ display:none}
footer{ background:url(../images/foot_03.jpg) no-repeat; background-size:cover; padding:30px 0 30px 0; margin-top:50px; 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:20px; 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:40px; border-bottom:1px solid rgba(255,255,255,.3); margin-bottom:40px}
footer .fl{ width:100%; float:left}
footer .fl strong{ width:100%; float:left; margin-bottom:10px; text-align:center}
footer .fl strong img{ width:80%}
footer .fl span{ width:100%; float:left; color:#fff; line-height:36px; text-align:center; display:none}
footer .fl span a{ color:#fff}
footer .fr{ width:100%; float:right; margin-top:1px; text-align:center}
footer .fr p{ line-height:2.4; color:#fff; float:left; width:100%}


.nyimg{ width:100%; height:160px; position:relative; border-bottom:1px solid #ddd; margin-bottom:40px}
.nyimg .h1{ width:100%; height:100%; position:relative}
.nyimg .h1 img{ width:100%; height:100%;object-fit: cover}
.nyimg .bana{ display:none}
.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:50px; color:#fff; font-size:20px; font-weight:bold;}
.nyimg .h3{ width:100%;position:absolute; z-index:1;bottom:20px; color:#fff; font-size:14px;}
.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:16px; line-height:2; 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;  font-size:16px !important;font-family:宋体,'Noto Serif SC';}
.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:15px; height:100px; background:#f5f5f5;transition: 0.3s ease-in-out; padding:10px}
.news_2 li .l{ width:30%; 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:65%;}
.news_2 li .rf{ float:right; width:100%;}
.news_2 li .r .r_1,.news_2 li .rf .r_1{ width:100%;height:25px; padding-top:3px; color:#666; float:left;overflow:hidden; font-size:14px}
.news_2 li .r .r_2,.news_2 li .rf .r_2{ width:100%;font-size:14px; line-height:22px; height:44px; overflow:hidden; float:left; margin-bottom:10px}
.news_2 li .r .r_3,.news_2 li .rf .r_3{ display:none}
.news_2 li .r .r_4,.news_2 li .rf .r_4{display:none}
.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:10px 10px 10px 0; height:80px; background:#fff; box-sizing:border-box;transition: 0.3s ease-in-out; background:#f5f5f5}
.infolista li .date{ width:80px; float:left; border-right:1px solid #ddd}
.infolista li .date .date1{ width:100%; text-align:center; float:left; font-size:20px; 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% - 90px);float:right; font-size:14px; line-height:22px; height:44px; overflow:hidden; margin-top:6px}


.infolistb{ width:100%; float:left;}
.infolistb li{ width:100%; float:left; margin-bottom:15px; padding:10px 10px 10px 10px; height:80px; background:#fff; box-sizing:border-box;transition: 0.3s ease-in-out; background:#f5f5f5}
.infolistb li .area{ width:100%;float:right; font-size:14px; line-height:22px; height:44px; overflow:hidden; margin-top:6px}

.ny_menu{
width: 100%;
overflow: hidden;
white-space: nowrap;
overflow-x: scroll;
background:#fff;
border-bottom:1px solid #ddd;
margin-bottom:20px;
margin-top:-40px;
}
.ny_menu::-webkit-scrollbar {
display: none;
}

.ny_nav {
display: inline-block;
font-size:15px;
height: 50px;
line-height: 50px;


}
.ny_nav a{color:#333;margin-left: 15px;
margin-right: 15px;}

.ny_nav .on{color:#695290 !important}

.pb_sys_style3 .p_no_d {
    border: 1px solid #695290 !important;
    color: #fff;
    background-color: #695290 !important;
}

.fwzn{ width:100%; float:left;}
.fwzn ul{ display:inline}
.fwzn ul li{ width:32%; float:left; margin-bottom:10px; margin-right:2%; background:#f8f7ff; border:1px solid #d8caef; height:100px; padding:15px 0;transition: 0.3s ease-in-out;}
.fwzn ul li strong{ width:100%; text-align:center; float:left; height:35px}
.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:10px; font-size:16px;}
.fwzn ul li:nth-child(3n){ margin-right:0}
.fwzn ul li a{ display:block}
.ny_l{ display:none}