@charset "utf-8";

.none { display:none; }
.wcb{ width:100%; height:30px; border:2px dashed #97CBE0; }
.hidden { visibility:hidden; }
.clear { width:100%; height:0; line-height:0; font-size:0; overflow:hidden; clear:both; display:block; _display:inline; }
.clearfix:after{clear: both;content: ".";display: block;height:0;visibility: hidden;}
.clearfix{ display: block; *zoom:1; }
.icon{display:inline-block;width: 32px;height: 32px;vertical-align:middle;background:url(images/icon.png) no-repeat;}
/*css3扩展*/
body:before {content: ""; position: fixed; top: -10px; left: 0; z-index: 110; width: 100%; height: 10px;
 -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
	     box-shadow: 0px 0px 10px rgba(0,0,0,.8);
}
::-webkit-input-placeholder { color:#fff;/* WebKit browsers */}
:-moz-placeholder {color:#fff; /* Mozilla Firefox 4 to 18 */}
::-moz-placeholder { color:#fff;/* Mozilla Firefox 19+ */}
:-ms-input-placeholder { color:#fff;/* Internet Explorer 10+ */}
/**布局开始**/
body {line-height: 1;font-size: 13px;font-family: "Microsoft YaHei","Arial","\u5b8b\u4f53", Tahoma, Geneva, sans-serif;color:#333;}
p{line-height:1.75;}
a {color:#3b3b3b; text-decoration:none; transition:all 0.4s ease-in-out; }
a:hover { color:#A13C40; }
/*页面尺寸*/
.wrapper { width:100%; margin:0 auto;  }


/*head开始*/

.header {position: fixed;z-index: 100;background: url(images/list-head.png) no-repeat center; height: 130px;    background-size: 100% 100%;}
.header .inner{width: 14rem }
.header .sitelogo{float:left;margin: 22px 0;}
.header .sitelogo span{position:relative;font-size:inherit; font-weight:normal;}
.header .sitelogo span a{ color:transparent; margin:0;}
.header .sitelogo h1{font-size:inherit; font-weight:normal; background:none; padding-left:0px;}
.header .sitelogo .sitetitle {display:inline-block;margin-top: 28px;margin-left:10px;font-size:32px;font-weight:bold;color:#fff;} /**站点名称**/

.header .head-left{float:left;display:inline-block;}
.header .head-main{float:left;margin-top:10px;}
.header .head-right{float:right;}


/*默认主导航样式*/
#nav{/* background: #004ea1; */}
#nav .inner{}
#nav .inner .wp-panel{}/*导航*/
#nav .inner .wp-panel .wp-window{}
#nav .inner .wp-panel .navbg{position:absolute; z-index:-1;left:0;right:0;top:0;bottom:0; width:auto; height:100%;background:#fff;opacity:.7;filter:alpha(opacity=70);}
/*导航样式：后台绑定时也可以定义配置*/
.wp-menu {margin:0 auto}
.wp-menu .menu-item {display: inline-block; float: left; position: relative;    }
.wp-menu .menu-item.i1 { background:none;}
.wp-menu .menu-item a > .menu-switch-arrow{display: none;width:20px;height:20px;background:url(images/nav_j.png) no-repeat center center;vertical-align:middle;}
.wp-menu .menu-item a.menu-link {display: inline-block;margin: 0 13px;line-height: 42px;color: #FFFFFF;font-size: 26px;font-family: "SourceHanSansSC-Regular";position: relative;}
.wp-menu .menu-item.i11 a.menu-link{/*margin: 0 0 0 28px;padding-left:31px;background:url(images/home.svg) no-repeat center left;*/}
.wp-menu .menu-item.hover a.menu-link,
.wp-menu .menu-item a.hover{text-decoration: none; }
.sub-menu {display: none;position: absolute;left: 0;top: 48px;min-width: 100%;z-index: 100;background:#fff;}
.sub-menu .sub-item { position: relative; white-space: nowrap; vertical-align: top; _zoom:1;}
.sub-menu .sub-item a {display: block;color: #000;/*height: 40px;*/line-height: 40px;padding: 0 17px;font-size: 16px;background:none;text-align: center;}
.sub-menu .sub-item.hover> a,
.sub-menu .sub-item a:hover{ color: #A13C40;  display: block; }
.sub-menu .sub-menu { left: 100%; top:0px; z-index: 200; background:#fff;}
.nav .wp-menu .menu-item a.menu-link:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: -6px;
	background: #FFDEB3;
	height: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
 }
.nav .wp-menu .menu-item.hover a.menu-link:before,
.nav .wp-menu .menu-item a.menu-link:hover:before, 
.nav .wp-menu .menu-item a.menu-link.parent:before,
.nav .wp-menu .menu-item a.menu-link:focus:before, 
.nav .wp-menu .menu-item a.menu-link:active:before {
	left: 0;
	right: 0;
 }
/**主页banner开始**/
#banner {position: relative;}
#banner .inner1{display: none;}
#banner .inner2 {width:auto;max-width: 100%;text-align: center;position:relative;}
#banner ul.news_list li.news{position: relative;}
#banner ul.news_list li.news .news_imgs{width: 100%;height: 100vh;overflow: hidden;}
#banner ul.news_list li.news .news_imgs img{width: 100%;height: 100%;}
#banner ul.news_list li.news .news_imgs video{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;height: 100%;
    width: 100%;
}

/**首页三列布局**/

.index{width: 100%;height: 100vh;overflow: hidden;/* position: relative; */background: transparent;    position: fixed;top: 0;z-index: 999; display:none !important; }
.index>img{position: fixed;top:0;width: 100%;transition: 2.5s;}
.index>img.show{top:-1550px;}
.index .img2-m{display:none;}
/*.index .ml .show{ transform: translateY(100%);}
.index .mr .show{ transform: translateY(-100%);}*/
.index .jump{    position: absolute;left: 0;right: 0;text-align: center;bottom: 150px;}
.index .jump img{cursor: pointer;}

/*一屏*/
body.main {height: 100%;padding: 0;    /*zoom: normal !important;*/}
.body_home{height: 100%;    overflow: hidden;}
.body_home .mbanner .slick-dots{display:none !important;}
.body_home .bb {display:none;}
.body_home.showdiv .mbanner .slick-dots{display:block !important;}
.body_home.showdiv .bb {display:block;}
.bb {cursor: pointer;z-index: 900;animation: bb 2s linear 0s infinite;width: 72px;height: 74px;background: url(down.png) no-repeat center;position: absolute;left: 50%;bottom: 30px;}
.bb:hover {animation-play-state: paused;color: #fff;}
@keyframes bb {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, 5px);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 0;
  }
}
.body_b {position: fixed;left: 0%;top: 100%;bottom: 0;right: 0;background: #fff;overflow-x: hidden;transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;z-index: 888;outline: none;}
.body_b.showdiv {top: 0;}
.body_b .header{background: #fff;box-shadow: 0 6px 16px rgb(65 0 0 / 16%);  height: auto;    transition: all 0.7s ease-out 0s;transform: translateY(-100%);opacity: 0; filter: Alpha(opacity=00);}
.body_b .header .sitelogo{margin: 34px 0 16px;}
.body_b .header .head-right{   }
.body_b.showdiv .header{transform: none;opacity: 1; filter: Alpha(opacity=100);    transition: all 0.7s ease-in-out 0.5s;}

.body_b .wp-menu .menu-item a.menu-link{    color: #A13C40;/*font-family: "SourceHanSansCN-Heavy";font-size: 18px;margin: 0 25px;*/}
.body_b .wp-menu .menu-item.i11 a.menu-link{    /*color: transparent;background: url(images/home2.png) no-repeat center;*/}
.body_b .wp-menu .menu-item.i11 a.menu-link:before{/*display:none;*/}

/*进度条*/

::-webkit-scrollbar{width: 8px;height: 8px;background-color: #CCCCCC;-webkit-border-radius: 6px;}
::-webkit-scrollbar-thumb:horizontal { width: 4px;  background-color: #CCCCCC;  -webkit-border-radius: 6px;}
::-webkit-scrollbar-track-piece { background-color: #fff; /*滚动条的背景颜色*/ -webkit-border-radius: 0; /*滚动条的圆角宽度*/}
::-webkit-scrollbar-thumb:vertical {height: 70px;background-color: #999;-webkit-border-radius: 4px;  outline: 1px solid #fff; outline-offset: -1px;border: 1px solid #fff;}


.djs{position: absolute;    right: 70px;bottom: 26px;z-index: 10;/*margin-left: -241px;*/zoom: normal;}
.djs .djs-text{font-family: "SourceHanSansCN-Bold";color: #FFD798;font-size: 18px;line-height: 26px;text-align: center;    display: none;}
.djs .djs-text .day{
    font-size: 50px;
    line-height: 60px;
    padding-right: 14px;
    font-family: "SourceHanSansSC-Heavy";
}
.btn-icon span.gw-icon{width: 146px;height: 146px;text-align: center;align-items: center;display: flex;justify-content: center;background: #843535;}
.btn-icon span.gw-icon div{color: #fff;font-family: "SourceHanSansCN-Bold";font-size: 22px;line-height: 32px;padding-top: 11px;}
.mbanner .slick-prev{background: url(banner-prev.png) no-repeat center;width: 100px;height: 100px;left: 60px;z-index: 9;}
.mbanner .slick-next{background: url(banner-next.png) no-repeat center;width: 100px;height: 100px;right: 60px;z-index: 9;}

@media screen and (max-width: 768px) {
	.w_cont1right {
		width: 100%;
		padding-left: 0;
		margin-top: 34px;
	}
	.header2,
	.phxia {
		display: block !important;
	}
	.ph_mea_cl {
		width: 20px;
	}
.header3 {
    position: fixed;display: block !important;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 64px;background-color:#E50012
}
.sitelogo{display: none  !important;}
.body_b{right:-10px  !important;}

.inner1{
display:block !important;
}
#banner .inner2{display:none !important;}
.main1 {
padding-top: 100px !important;
}


    .mode2 li {
        width: 100%;
        margin-bottom: 30px;
    }


.con22{width:100%;}
.mode2 li .con3{margin:auto;
}
.mode2 li .info .summary{
margin: 5px 0 0;
}.mode2 li .date{padding: 18px 8px;}

 .ul2 li .news_imgs {padding-top: 3.4rem !important;}
.ul1 li .news_imgs {
    padding-top: 3.4rem !important;
}


.mt802 {
     margin-top: 30px; 
}

}