@charset "utf-8";
/*基础部分开始*/
.mh,header,#searchOverlay,.h_tool,#header{ display:none}
body{
color:#000;
margin:0 auto;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;

}

@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:15px;
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: #6c0008;
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:#fff;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:140px;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.mySwiper .swiper-slide {
background: #fff;
overflow:hidden;
}

.mySwiper .swiper-slide img{
width: 100%;
height: 100%;
object-fit: cover
}



.mySwiper .swiper-pagination{ bottom: 10px !important}
.mySwiper .swiper-pagination .swiper-pagination-bullet{ width:8px; height:8px;background:rgba(255,255,255,.5);border-radius:50px;}
.mySwiper .swiper-pagination .swiper-pagination-bullet-active{background:rgba(255,255,255,1);width:8px; height:8px;}

.menu_kb{ width:100%; height:55px}




.mySwipera {
width: 100%;
float:left;
position:relative;
height:250px;
border:1px solid #ddd;
border-radius:10px 10px 0 0;
overflow:hidden;
margin-bottom:10px
}

.mySwipera .swiper-paginationa{ bottom:65px !important; z-index:999; position:absolute;text-align:right; width:100%; right:10px; margin-right:10px}
.mySwipera .swiper-paginationa .swiper-pagination-bullet{ width: 8px; height:8px;background: rgba(255,255,255,.2);border-radius: 50px; margin:0 5px !important}
.mySwipera .swiper-paginationa .swiper-pagination-bullet-active{background:rgba(255,255,255,1);border-radius: 50px;width: 8px; height: 8px;}

.mySwipera .swiper-slide{ width:100%;float:left; position:relative; height:100%;}
.mySwipera .swiper-slide .qh_img{ width:100%; height:calc(100% - 50px); 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_img:hover img{transform: scale(1.05);}
.mySwipera .swiper-slide:hover .qh_area{ color:#6c0008}

.mySwipera .swiper-slide .qh_area{height:50px;box-sizing:border-box;overflow:hidden;float:left; width:100%;background:#fff; position:absolute; right:0; bottom:0; padding:0 25px; text-align:center; line-height:50px; overflow:hidden; font-weight:normal; font-size:16px;transition: 0.3s ease-in-out}
.mySwipera .swiper-slide .qh_area b{ font-weight:normal}



.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;;}
.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; 
;}

.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;
} 

.pb_sys_style3 .p_no_d {
    border: 1px solid #6c0008 !important;
    color: #fff;
    background-color: #6c0008 !important;
}



.page1{ background:url(../images/bg_02.png) top center no-repeat; padding:30px 0 30px 0; overflow:hidden}
.tit-ban{ width:100%; display:flex;justify-content:space-between; margin-bottom:25px;align-items:center;}
.tit-ban strong{ font-family:'syst'; font-size:20px; color:#981617; background:url(../images/nhome_13.png) top center no-repeat; background-size:100% 100%; height:50px; padding-top:24px}
.tit-ban a{ font-size:14px; margin-top:30px; color:#981617}
.tit-ban a img{ margin-left:5px;transition: 0.3s ease-in-out; vertical-align:middle; margin-top:-3px}
.tit-ban a:hover img{ margin-left:8px;transform: rotate(180deg);}

.news-content{ width:100%;}
.news-content .l{ margin-left:0; width:100%; margin-bottom:20px}
.news-content .r{ margin-right:0; width:100%; border-top:1px solid #ddd;}
.news-content .r a{ width:100%; height:75px; border-bottom:1px solid #ddd; line-height:75px; overflow:hidden;float:left; padding-bottom:14px;transition: 0.3s ease-in-out;}
.news-content .r a .date{ float:right; width:80px; border-left:1px solid #ddd; overflow:hidden;margin-left:20px; margin-top:10px}
.news-content .r a .date .date_1{ width:100%; text-align:center; float:left; height:30px; color:#999; font-size:20px; line-height:30px;transition: 0.3s ease-in-out;}
.news-content .r a .date .date_2{ width:100%; text-align:center; float:left; height:20px; color:#999; font-size:12px; line-height:20px;transition: 0.3s ease-in-out;}
.news-content .r a:hover{ background:#981617; color:#fff; padding-left:10px;  border-bottom:1px solid rgba(255,255,255,0)}
.news-content .r a:hover .date_1,.news-content .r a:hover .date_2{ color:#fff}


.page2{ background:url(../images/bg_04.png) center center no-repeat #fbf7f4; padding:30px 0 30px 0; overflow:hidden; margin-bottom:30px}
.kypt{width:100%; float:left}
.kypt li{width:49%; float:left; margin-right:2%;transition: 0.3s ease-in-out; margin-bottom:15px}
.kypt li:nth-child(2n){ margin-right:0}
.kypt li img{width:100%;display:block;}
.kypt li:hover{ transform:translateY(-5px)}
.copy{ display:none}

footer{ margin-top:35px; background: #7d121a; padding-top:25px; overflow:hidden}
.footer-wrap{
    width: 100%;
    color:#fff;
}

.footer-left{
	width:100%; float:left; text-align:center; color:#fff; font-size:15px; line-height:2
}

.footer-center{
width:100%; float:left; text-align:center;border-top:1px solid rgba(255,255,255,.3); padding-bottom:15px; margin-bottom:20px; padding-top:15px
}
.footer-center img{
        filter: brightness(0) invert(1); width:80%; 
}

.footer-right{ display:none
}


.gg-item{ width:100%; float:left}
.gg-item li{ position:relative; overflow:hidden;border:1px solid #ddd;transition: 0.3s ease-in-out; margin-bottom:20px; width:100%;float:left; padding:10px}
.gg-item li:nth-child(3n){ margin-right:0}
.gg-item li span{ width:100%; position:relative; font-size:14px; color:#6c0008; height:30px; float:left; margin-bottom:15px;}
.gg-item li span:after{ position:absolute; left:0; bottom:0; height:2px; width:30px; background:#6c0008; content:''}
.gg-item li strong{ width:100%; float:left; font-size:15px; height:24px; line-height:24px; overflow:hidden; font-weight:normal}
.gg-item li:hover{border:1px solid #6c0008; transform:translateY(-5px);box-shadow: -10px 20px 17px -17px rgba(0, 0, 0, 0.2);}


.nyimg{ width:100%; background:url(../images/ny.png) center no-repeat; height:140px; background-size:100% 100%}
.nyban{ width:100%; height:50px; border-bottom:1px solid #ddd;}
.bclass{ float:left; height:50px; line-height:50px; margin-right:25px}
.bclassa{ float:left; height:50px; line-height:50px; color:#6c0008 !important;margin-right:25px}
.site{ display:none}

.info-item{ width:100%; float:left; margin-bottom:20px}
.info-item a{ width:100%; float:left;line-height:1.8; border:1px solid #ddd; overflow:hidden;transition: 0.3s ease-in-out; margin-bottom:25px; padding:10px}
.info-item a span{float:left; margin-bottom:5px;overflow:hidden;display: inline-block; width:100%; color:#6c0008}

.banb{ width:100%; font-family:syst; color:#6c0008; font-size:20px; padding-bottom:10px; border-bottom:1px solid #ddd; margin-bottom:25px; margin-top:20px}


.xc-item{ width:100%; float:left}
.xc-item a{ width:48%; float:left; margin-right:4%; margin-bottom:20px}
.xc-item a:nth-child(2n){ margin-right:0}
.xc-item a .img{ width:100%; float:left; position: relative;padding-top: 140%; overflow:hidden}
.xc-item a .img img{ width:100%; height:100%;object-fit: cover;position: absolute; left:0; top:0;transition: 0.3s ease-in-out}
.xc-item a .tit{ width:100%; float:left; border-bottom:1px solid #ddd; height:50px; line-height:50px; text-align:center; overflow:hidden}
.xc-item a:hover img{transform: scale(1.05);}


.ry-item{ width:100%; float:left}
.ry-item a{ width:48%; float:left; margin-right:4%; margin-bottom:20px; border:1px solid #ddd; padding:10px 10px 0 10px;}
.ry-item a:nth-child(2n){ margin-right:0}
.ry-item a .img{ width:100%; float:left; position: relative;padding-top:75%; overflow:hidden}
.ry-item a .img img{ width:100%; height:100%;object-fit: cover;position: absolute; left:0; top:0;transition: 0.3s ease-in-out}
.ry-item a .tit{ width:100%; float:left; height:50px; line-height:50px; text-align:center; overflow:hidden}
.ry-item a:hover img{transform: scale(1.05);}

.mySwiperc {
width: 100%;
position:relative;
height:180px;
}
.mySwiperc .swiper-slide{ position:relative; height:100%; background:url(../images/cloud.png) left 10px bottom no-repeat #fff;transition: 0.3s ease-in-out;}
.mySwiperc .swiper-slide .date{ width:100%; float:left; height:40px;overflow:hidden; font-size:18px; margin-bottom:15px; border-bottom:1px solid #ddd; line-height:40px}
.mySwiperc .swiper-slide .date strong{ color:#981617; font-size:28px; float:left; border-bottom:2px solid #981617; height:40px; line-height:38px; margin-right:10px; padding:0 6px}
.mySwiperc .swiper-slide .desc{ width:100%; float:left; height:60px; line-height:30px;overflow:hidden; margin-bottom:15px}
.mySwiperc .swiper-slide .more{ color:#981617; font-size:14px; text-align:right}
.mySwiperc .swiper-slide a{ display:block; width:100%; height:100%; padding:15px 15px;}
.swiper-paginationc{ width:150px; text-align:center; float:left; margin-top:40px; text-align:center;}
.swiper-paginationc .swiper-pagination-bullet{ width:30px; height: 4px;background: rgba(153,0,0,.1);border-radius: 0; margin:0 !important}
.swiper-paginationc .swiper-pagination-bullet-active{background:rgba(153,0,0,1);border-radius:0;width:30px; height:4px;}

.control{
    position:absolute;
    z-index:2;
    margin-top:30px;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prevc{ display:none
}
.nextc{
display:none
}

.nyimg{ width:100%; height:180px; position:relative; border-bottom:1px solid #ddd;}
.nyimg .h1{ width:100%; height:100%; position:relative}
.nyimg .h1 img{ width:100%; height:100%;object-fit: cover; position:relative}

.nyimg .btit{ padding:0 15px; bottom:0; z-index:1; height:55px; line-height:55px; background: #6c0008; color:#fff; text-align:center; font-size:18px; position:absolute; font-weight:bold;}
.nyimg .site{ display:none}

.nyimg .bana{ width:100%; position:absolute; bottom:0; height:80px;}
.nyimg .bana:before{ width:50%; background:#7e0203; 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:#7e0203; 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}

.ny_l{ display:none}
.ny_l .area{ width:100%; float:left; background: url(../images/lbg.jpg?t=1.1) center bottom no-repeat #f8f5f0; padding:15px 20px 200px 20px}
.ny_r{ width:100%; float:right;margin-top:10px}
.bclass{ width:100%; float:left; min-height:60px; line-height:60px; border-bottom:1px dashed #c49591; font-size:18px; position:relative}
.bclass a,.bclassa a{ display:block;}
.bclassa{ width:100%; float:left; min-height:60px; line-height:60px; border-bottom:1px dashed #c49591; font-size:18px; color:#7e0203; position:relative}
.bclassa a strong{color:#7e0203;font-weight:normal}
.bclass a strong{ font-weight:normal}
.warps{ width:92%; max-width:1600px;}

.ny_menu{
width: 100%;
overflow: hidden;
white-space: nowrap;
overflow-x: scroll;
background:#fff;
border-bottom:1px solid #ccc;
margin-bottom:10px
}
.ny_menu::-webkit-scrollbar {
display: none;
}

.ny_nav {
display: inline-block;
font-size:14px;
height: 50px;
line-height: 50px;


}
.ny_nav a{color:#333;margin-left: 15px;
margin-right: 15px;}

.ny_nav .on{color:#6c0008 !important}
.rname{ width:100%; float:left; font-size:18px; font-weight:bold; padding-bottom:15px;border-bottom:1px solid #eee; margin-bottom:20px}
.infolista{ width:100%; float:left;}
.infolista li{ width:100%; float:left; margin-bottom:20px; padding:15px; background:#fff; box-sizing:border-box;transition: 0.3s ease-in-out; border:1px solid #ddd}

.infolista li .date{ float:left;  width:100%; padding-bottom:10px; color:#7e0203}
.infolista li .area{ width:100%;float:left; line-height:1.8;}

.img-item{ width:100%; float:left;}
.img-item ul{ display:inline}
.img-item li{ width:49%; float:left; margin-right:2%; margin-bottom:20px; border:1px solid #ddd; background:#fff;text-align: center;position:relative; overflow:hidden;padding:15px 15px 0 15px;transition: 0.3s ease-in-out;}
.img-item li:nth-child(2n){margin-right:0}
.img-item li .img{ width:100%; overflow:hidden; float:left; height:110px; text-align:center}
.img-item li .img img{ max-width:100%;overflow:hidden; height:100%; vertical-align:middle; cursor:pointer;object-fit: cover;}
.imgmid{display:inline-block;*display:inline;*zoom:1;height:100%;width:1px;margin-left:-1px;vertical-align:middle}
.img-item li .tit{width:100%; float:left;text-align:center; height:50px; line-height:50px; overflow:hidden;}

.peoplea-item{ width:100%; float:left}
.peoplea-item li{ width:100%; float:left; margin-bottom:25px; background:#fff; height:130px;transition: 0.3s ease-in-out;border:1px solid #ddd; padding:10px}
.peoplea-item li .pic{ width:140px; float:left; height:100%; overflow:hidden}
.peoplea-item li .pic img{ width:100%; height:100%;object-fit: cover;transition: 0.3s ease-in-out}
.peoplea-item li .area{ width:calc(100% - 160px); float:right; height:100%; padding:10px 10px 10px 0}
.peoplea-item li .area strong{width:100%; float:left; height:30px; line-height:30px; overflow:hidden; font-size:16px}
.peoplea-item li .area em{width:100%; float:left; height:50px; line-height:25px; overflow:hidden; font-size:14px; font-style:normal}
.peoplea-item li:hover{border:1px solid #a70000}
.peoplea-item li:hover img{transform: scale(1.1);}

.news_2{ width:100%; float:left}
.news_2 li{ width:100%; float:left; margin-bottom:15px; max-height:120px; background:#f5f5f5; padding:15px;transition: 0.3s ease-in-out}
.news_2 li .l{ width:36%; height:90px; overflow:hidden; float:left;transition: 0.3s ease-in-out}
.news_2 li .l img{ width:100%; height:90px;object-fit:cover;transition: 0.3s ease-in-out;}
.news_2 li .r{ float:right; width:60%;}
.news_2 li .rf{ float:right; width:100%;}
.news_2 li .r .r_1,.news_2 li .rf .r_1{ width:100%; padding-bottom:5px; color:#666; float:left;overflow:hidden;}
.news_2 li .r .r_2,.news_2 li .rf .r_2{ width:100%;font-size:15px; line-height:25px; max-height:50px; overflow:hidden; float:left;}
.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; height:15px; margin-top:6px}

.xyfw{display:flex;justify-content:space-between;margin:0 auto;flex-direction: column;}
.xyfw li{ width:170px; gap:10px; font-size:15px; text-align:center; line-height:30px}
.xyfw li img{ width:130px; }