.box {
	width: 1200px;
	margin: 0 auto
;}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;}

.swiper-visible-switch {
	background: #aaa;}

.swiper-active-switch {
	background: #fff;}
.header ul li:nth-child(7) .menu-down{
	width:200%
;}
.header ul li:nth-child(8) .menu-down{
	width:150%
;}
.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px;
	border-radius: 0;}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;}

.swiper-container {
	width: 100%;
	height: 100%;
	color: #262626;
	text-align: center;}

.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #222;
	margin-right: 5px;
	opacity: 0.8;
	border: 1px solid #fff;
	cursor: pointer;}

.swiper-visible-switch {
	background: #aaa;}

.swiper-active-switch {
	background: #fff;}

.swiper-scrollbar {
	background: none;
	position: absolute;
	right: 0px;
	top: 40px;
	height: 90%;
	width: 10px !important;
	border-radius: 0;}

.swiper-scrollbar .swiper-scrollbar-drag {
	background: #cccccc;
	border-radius: 0;}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;}

.swiper-container-no-flexbox .swiper-slide {
	float: left
;}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
;}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
;}

.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate(0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0)
;}

.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
;}

.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
;}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative
;}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {
	height: auto
;}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform,height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform,height
;}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
;}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom:25px;
 left:0;
 width:100%;
 position: relative;
z-index: 999;}
.swiper-pagination-bullet {
 width:12px;
 height:12px;
 display:inline-block;
 border-radius:100%;
 background:#fff;
 opacity:.7
;}
button.swiper-pagination-bullet {
 border:none;
 margin:0;
 padding:0;
 box-shadow:none;
 -moz-appearance:none;
 -ms-appearance:none;
 -webkit-appearance:none;
 appearance:none
;}
.swiper-pagination-clickable .swiper-pagination-bullet {
 cursor:pointer
;}
.swiper-pagination-white .swiper-pagination-bullet {
 background:#ffffff;
  filter:alpha(opacity=50);   
      -moz-opacity:0.5;   
      -khtml-opacity: 0.5;   
      opacity: 0.5;}
.swiper-pagination-bullet-active {
 opacity:1;}
.swiper-pagination-white .swiper-pagination-bullet-active {
 background:#fff
;}
.swiper-pagination-black .swiper-pagination-bullet-active {
 background:#000
;}
.swiper-container-vertical>.swiper-pagination-bullets {
 right:10px;
 top:50%;
 -webkit-transform:translate3d(0,-50%,0);
 -moz-transform:translate3d(0,-50%,0);
 -o-transform:translate(0,-50%);
 -ms-transform:translate3d(0,-50%,0);
 transform:translate3d(0,-50%,0)
;}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin:5px 0;
 display:block
;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
 margin:0 10px
;}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
;}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
;}

.h_lHisPrevd,.h_lHisNextd {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	width: 49px;
	height: 49px;
	z-index: 9;}

.h_lHisPrevd {
	left: -75px;
	background: url(/wgyxy/dfiles/11251/fzukcsz/img/left.jpg) center center no-repeat;}

.h_lHisNextd {
	right: -75px;
	background: url(/wgyxy/dfiles/11251/fzukcsz/img/right.jpg) center center no-repeat;}

.h_lHisPrevd:hover {
	left: -75px;
	background: url(/wgyxy/dfiles/11251/fzukcsz/img/left_o.jpg) center center no-repeat;}

.h_lHisNextd:hover {
	right: -75px;
	background: url(/wgyxy/dfiles/11251/fzukcsz/img/right_o.jpg) center center no-repeat;}

.header h1 ,.top_btn{
	align-self: center;}

.header ul li {
	line-height: 80px;
	width: 11.11%;
	text-align: center;
	position: relative;}



.wap_nav {
	display: none
;}


.header ul li:hover .menu-pub dd a{
	font-weight:normal;
	background:#f2534b;
	color:#fff;}



.header ul li .menu-pub dd a {
	color: #fff;
	width: 100%;
	position:relative;
	font-size:16px;
	line-height:42px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;}
.header ul li .menu-pub dd a {
	font-size:15px;}
.header ul li .menu-pub dd a:hover {
	background:#fe6f68;}
.header ul li .menu-pub dd a:hover,.header ul li .menu-pub dd a:hover i {
	color:#fff;}
.header ul li .menu-pub dd a  i{
	color:#404040;}
.header ul .menu-pub dd a {
	line-height: 36px;
	padding: 0 5px;
	font-size: 15px;
	display: block;
	padding-left: 17px;
	padding-right: 17px;}

.header  li.actives .menu-pub .menu-down {
	display: block
;}

.menu-down {
	margin-top: 0;
	position: absolute;
	z-index: 999;
	min-width: 100%;
	white-space: nowrap;
	display:none;
	background-color:#c90e05;}

.header ul li a {
	color: #000000
;}

.header ul li a{
	color:#292929;
	font-size:17px;}
.header ul li.active a,.header ul li:hover a ,.header ul li.active{
	color: #da251c;}
.header ul li em{
	position:absolute;
	right:0;
	color:#e6e6e6
;}
.header ul li:last-child em{
	display:none
;}
.header  ul {
	width: 100%;
	position: relative;}

.header ul li dl{
	text-align:left;}
.header ul li dl p{
	position:absolute;
	left:212px;
	top:-3px;
	width:240px;
	background:#fff;
	padding:0 25px;
	padding-bottom:15px;
	display:none;
	padding-left:30px;box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.21);
	border-top:3px #006aab solid
;}

.header ul li dl p.actives{
	display:block
;}


.wap_nav_sw {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    z-index: -1;
    opacity: 0;
    top: calc(0.44rem - 100vh);
    transition: all .5s ease;}

.header-show {
    top: 0.74rem;
    opacity: 1;
    z-index: 99999999999999;
	border-top: 1px #f5f5f5 solid;}
.wap_nav_sw li.active a{
	color:#da251c;
	font-weight:bold 
;}
.wap_nav_sw li {
    padding: 0.15rem 0.25rem;
    line-height: 40px;
    border-bottom: 1px #f5f5f5 solid;}
.wap_nav_sw li a{
	display:block
;}
.wap_nav_sw li dl{
	border-top: 1px #f5f5f5 solid;
	margin-top:0.15rem;
	padding-top:0.15rem;
	display:none;}
.wap_nav_sw li dd {
	display: -webkit-box;      /* old - ios 6-, safari 3.1-6 */
  display: -moz-box;         /* old - firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* tweener - ie 10 */
  display: -webkit-flex;     /* new - chrome */
  display: flex;}
.wap_nav_sw li dd a{
	width:33.33%;
	font-size:15px;
	text-align:center
;}
.wap_nav_sw li.actives dl{
	display:block
;}
.top_btn{
	width:150px;
	background:#ff6b00;
	text-align:center;
	color:#fff;
	line-height:40px;
	  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;}
.top_btn a{
	color:#fff;}

#pages{
	margin-bottom:60px
;}
#pages li span,.page a,.page b {
    border: 1px #e0e0e0 solid;
    display: inline-block;
    height: 38px;
    text-align: center;
    line-height: 34px;
    margin: 0 3px;
    padding: 1px 14px;
    font-size: 14px;
	color:#717171;
    font-family: Arial, Helvetica, sans-serif;
  background:#ffffff;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;}
#pages li {
	display:inline-block
;}
#pages li.active span,.page a:hover ,.page b{
    background: #da251c;
	border:1px #da251c solid;
    color: #fff;}
.page{
	text-align:center;
	margin:50px auto
;}
#swiper .swiper-pagination-bullet{
width: 20px;
height: 4px;
display: inline-block;
border-radius: 100%;
background: #fff;
opacity: 1;
border-radius:5px
;}
#swiper .swiper-pagination-bullet-active {
 width: 25px;
 background:#da251c
;}
#swiper .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 5px
;}

.home{
	background:#f8f8f8;
	padding:50px 0
;}
.h_one.bg_ff{
	padding-bottom:0;
	padding-top:15px
;}
.h_oned.bg_ff{
	padding-top:0;
	padding-bottom:25px
;}
.bg_ff{
	background:#fff;
	padding:30px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.02);}
.h_one .test{
	width:525px
;}
.h_one .img{
	width:555px
;}
.h_four .ck,.h_one .test .tit{
	border-bottom:1px #d30000 solid;
	padding-bottom:15px
;}
.h_one .test .tit h2{
	color:#da251c;
	font-size:30px;
	font-weight:bold
;}
.h_four  .ck span a,.h_one .test .tit  a,.pub_tit a{
	color:#da251c;
	font-size:14px;
	font-family:å®‹ä½??;
	align-self: end;}
.pub_tit a{
	padding-right:10px
;}
.pub_ul li{
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/dian.jpg) no-repeat 0 16px;
	padding-left:15px;
	font-size:16px;
	line-height:36px;
	color:#333333;
	margin-top:5px
;}
.pub_ul li a{
	display:flex;
	  justify-content:space-between ;}
.pub_ul li em{
	overflow: hidden;
	/* max-width: 420px; */
	text-overflow:ellipsis;
	white-space: nowrap;}
.pub_ul li i{
	color:#999999;
	white-space: nowrap;}
.h_one .img .swiper-container-horizontal > .swiper-pagination-bullets{
	width:100%;
	line-height:42px;
	bottom: 35px;
	text-align: right;
	padding-right:30px;}
.h_one .img  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;}
.h_one .img .swiper-pagination-bullet{
	width:10px;
	height:10px;
	opacity:1
;}
.h_one .img .swiper-pagination-bullet-active {
	background:#f79a14
;}
.h_one .img p{
	position:absolute;
	width:100%;
	background-color:#000000;/* ie6å’Œéƒ¨åˆ?Ie7å†?æ ¸çš?æµè§ˆå™¨(å¦‚Qqæµè§ˆå™?)ä¸‹é¢œè?²è¢«è¦?ç??? */
  background-color:rgba(0,0,0,0.62); /* ie6å’Œéƒ¨åˆ?Ie7å†?æ ¸çš?æµè§ˆå™¨(å¦‚Qqæµè§ˆå™?)ä¼šè¯»æ‡?ï¼Œä½?è§£žä¸ºé€æ˜Ž */
  bottom: 10px;
height: 42px;
line-height: 42px;
color: #fff;
text-align: left;
padding-left:15px;}
.h_one .img p em{
	width:75%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
display: block;}

.h_tow .list{
	width:550px
;}
.mtp{}
.pub_tit {
	background:#e8e8e8;
	line-height:42px;
	margin-bottom:15px
;}
.pub_tit h2{
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/tit.jpg) no-repeat;
	width:172px;
	height:42px;
	background-size:172px 42px;
	color:#fff;
	font-size:20px;
	padding-left:8px
;}
.pub_tit h2 img{
	margin-right:5px
;}
.pub_ul li:hover a em{
	color:#da251c;
	text-decoration:underline
;}
.h_th .pub_title{
	justify-content:center;
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/bg_1.jpg) no-repeat;
	width:100%;
	height:148px;
	color:#fff;
	font-size:30px;
	line-height:140px
;}
.h_th .pub_title i{
	display:block;
	width:130px;
	height:1px;
	background:#e6acb0;
	align-self: center;}
.h_five .pub_title {
    justify-content: center;
	width:100%;
color: #da251c;
font-size: 30px;
line-height: 80px;}
.h_five .pub_title em {
    margin: 0 25px;
	font-weight:bold
;}
.h_five .pub_title i{
	display:block;
	width:130px;
	height:1px;
	background:#e6acb0;
	align-self: center;}

.h_th .pub_title em{
	margin:0 25px
;}
.h_th dl{
	width:380px;
	background:#fff;
	display:flex;
	margin-bottom:20px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.02);}
.h_th dt{
	width:120px;}
.h_th dd{
	width:225px;
	margin-left:20px;
	align-self: center;}
.h_th dd h2{
	font-size:20px;
	color:#222;
	font-weight:normal;}
.h_th dd h2 i{
	display:inline-block;
	width:4px;
	height:20px;
	background:#e22e2e;
	position:relative;
	top:3px;
	margin-right:6px;}
.h_th dd em{
	display:block;
	color:#979797;
	font-size:14px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
margin:6px 0
;}
.h_th dd p{
	color:#505050;
	font-size:13px;
	line-height:24px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;}


.h_four  .ck{
	width:100%
;}
.h_four  .ck span:nth-child(1) em{
	color:#505050;
	font-size:20px;
	font-weight:bold;
	margin-right:30px;
	cursor:pointer
;}
.h_four  .ck span:nth-child(1) em.cur{
	color:#da251c;}
.h_four  .ck span a,.h_four  .ck_sw .main{
	display:none
;}
.h_four  .ck span a.cur,.h_four  .ck_sw .main.cur{
	display: inline-block;
	align-self: end;}
.h_four  .ck span:nth-child(2){
	display:flex
;}
.h_four  .ck_sw .main .img{
	width:375px
;}
.h_four  .ck_sw .main .test{
	width:735px;margin-left: 30px;}
.h_four  .ck_sw .main .pic{
	width:325px;}
.h_four .ck{
	margin-bottom:25px;}
.h_four  .ck_sw .main.cur{
	display:flex
;}
.h_four .ck_sw .main .img h2{
	color:#262626;
	font-size:18px;
	font-weight:normal;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
margin:8px 0
;}
.h_four .ck_sw .main .img p{
	color:#a1a1a1;
	font-size:14px;
	line-height:22px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
margin-bottom:10px
;}
.h_four .ck_sw .main span{
	display:flex; justify-content:space-between ;
	color:#999999;
	font-size:14px;}
.h_four .ck_sw .main span i{
	color:#da251c
;}
.h_four .ck_sw .main .test .time{
	width:70px;
	text-align:center
;}
.h_four .ck_sw .main .test .time b,.h_four .ck_sw .main .test .time em{
	display:block;
	color:#454545;
	font-size:46px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal
;}
.h_four .ck_sw .main .test .time em{
	font-size:16px;
	color:#454545
;}
.h_four .ck_sw .main .test .txt{
	width:270px;
	border-left:1px #d6d6d6 solid;
	padding-left:15px
;}
.h_five .dl dd p{
	display:flex;justify-content:space-between ;}
.h_five .dl dd p i img{
	width:15px;
	margin-right:3px
;}
.h_four .ck_sw .main .test .one{
	margin-bottom:35px;
	width:48%
;}
.h_four .ck_sw .main .test .txt h2{
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
color:#262626;
font-size:16px;}
.h_four .ck_sw .main .test .txt p{
	color:#909090;
	font-size:14px;
	line-height:22px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
margin-top:10px;}
.h_four .ck_sw .main .test .one:hover h2,.h_four .ck_sw .main .img:hover h2,.h_four .ck_sw .main .pic li:hover a{
	color:#da251c
;}

.h_four .ck_sw .main .pic dl{
	position:relative
;}
.h_four .ck_sw .main .pic dd{
position: absolute;
width: 100%;
bottom: 0px;
padding:6px; overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
color:#fff;
  background-color:#000000;/* ie6å’Œéƒ¨åˆ?Ie7å†?æ ¸çš?æµè§ˆå™¨(å¦‚Qqæµè§ˆå™?)ä¸‹é¢œè?²è¢«è¦?ç??? */
  background-color:rgba(0,0,0,0.7);}
.h_four .ck_sw .main .pic li{
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/pop.jpg) no-repeat 0 12px;
	color:#333333;
	font-size:14px;
	line-height:26px;
	padding-left:15px;
	margin-top:3px
;}
.h_four .ck_sw .main .test .one:last-child{
	margin-bottom:0
;}
.h_four .ck_sw .main .pic li a{
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
display:block
;}
.h_five .dl dl{
	margin-top:20px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.02);
	background:#fff;
	width:280px; -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
	margin-left: 26px;}
.h_five .dl dl:nth-child(4n+1){
	margin-left: 0;}
.h_five .dl dt img,.h_five .dl dt {
	-moz-border-radius:6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  overflow:hidden
;}
.h_five .dl dd{
	padding:12px;}
.h_five .dl dd h2{
	color:#171717;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
;}

.h_five .dl dd p{
	color:#7f7f7f;
	font-size:14px;
	font-weight:lighter;
	margin-top:6px;overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
;}
.h_five .dl dd p.oup{
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
white-space: initial;}
.h_five .dl dd p em:nth-child(1){
	margin-right:10px;}
.h_five .dl dl:hover dd h2{
	color:#da251c
;}

.footer{
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/foot.jpg) no-repeat;
	padding-top:70px;}
.footer .foot dl:nth-child(1){
	width:460px;}
.footer .foot dl:nth-child(2){
	width:560px;}
.footer .foot dl:nth-child(3){
	width:135px;}
.footer .foot dl:nth-child(1) dd{
	display:flex;
	 justify-content:space-between ;
	 flex-wrap:wrap
;}
.footer .foot dl dt{
	font-weight:bold
;}
.footer .foot dl:nth-child(1) dd a{
	color:#fff;
	width:50%;
	line-height:30px;
	font-size:14px;}

.footer p {
	color: #fff;
	font-size: 14px;
	line-height:30px
;}
.footer dt{
	color: #fff;
	font-size: 14px;}
.footer dt em{
	display:block;
	width:17px;
	height:2px;
	background:#ff7616;
	margin:20px 0 30px 0
;}
.footer p a {
	margin-left: 40px
;}
.footer .Copyright{
	background:#161515;
	margin-top:30px;
	line-height:40px;
	text-align:center;
	color:#bebebe;
	font-size:13px;}
.footer .Copyright a{
	color:#bebebe;
	font-size:13px;}
.h_one .test .tit{
	margin-bottom:15px
;}

#banner .txt{
	position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);
	text-align:center;
	color:#fff;
	font-size:36px;}
#banner .txt h2{
	letter-spacing:8px;
	
	display:flex;
	 justify-content: center
;}
#banner .txt h2 i{
	display:block;
	width:55px;
	height:1px;
	background:#fff;
	align-self: center;}
#banner .txt h2 em{
	margin:0 15px
;}
#banner .txt p{
	text-transform: uppercase;
	font-size:19px;
	color:#f0d4d2;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:5px;}
.where{
	background:#f8f8f8;
	border-bottom:1px #e8e8e8 dashed;
	padding:20px 0;
	color:#767676;
	font-size:14px
;}
.where a{
	color:#767676;}
.where a:hover{
	color:#da251c
;}
.where i{
	margin:0 6px
;}
.news{
	margin-top:25px
;}
.news .pub_list{
	width:865px
;}
.news .pub_nav{
	width:300px;
	margin-bottom: 60px;}
.news .pub_list dl a{
	display:flex;
	  justify-content:space-between 
;}
.news .pub_list dt{
	width:0
;}
.news .pub_list dl:nth-child(1) dt,.news .pub_list dl:nth-child(2) dt,.news .pub_list dt img{
	width:180px;
	height:180px;
	overflow:hidden;
	object-fit: cover;}
.news .pub_list dl:nth-child(1) dd,.news .pub_list dl:nth-child(2) dd{
	width:660px;align-self: center;}
.news .pub_list dl{
	padding:25px 0;
	border-bottom:1px #eeeeee solid;}
.news .pub_list dd h2{
	color:#080808;
	font-size:18px;
	width:100%;
	display:flex;  justify-content:space-between 
;}
.news .pub_list dd h2 span i{
	display:block;
	width:32px;
	height:3px;
	background:#f00;
	margin-top:10px
;}
.news .pub_list dd h2 span{
	width:75%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
;}
.news .pub_list dd h2 b{
	font-weight:lighter;
	color:#222222;
	font-size:16px;}
.news .pub_list dd p{
	color:#666666;
	font-size:14px;
	line-height:24px;
	margin:20px 0;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.news .pub_list dd em.to{
	color:#757575;
	display:block;
	width:115px;
	text-align:center;
	line-height:32px;
	border:1px #eeeeee solid;
	font-size:14px;}
.news .pub_list dd em.to i{
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/to.jpg) no-repeat;
	background-size:22px 8px;
	display:inline-block;
	width:22px;
	height:8px;
	margin-left:6px
;}
.news .pub_list dl:hover dd em.to{
	background:#da251c;
	color:#fff
;}
.news .pub_list dl:hover dd em.to i{
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/to_o.jpg) no-repeat;
	background-size:22px 8px;
	display:inline-block;
	width:22px;
	height:8px;
	margin-left:6px
;}
.news .pub_list dl:hover dd h2{
	color:#da251c
;}
.news .pub_nav .tit{
	color:#272727;
	font-size:18px;
	border-bottom:2px #eeeeee solid;
	padding-bottom:6px
;}
.news .pub_nav .tit em{
	border-bottom:2px #da251c solid;
	padding-bottom:6px
;}
.news .pub_nav dl{
	margin:20px auto;
	position:relative
;}
.news .pub_nav  dd {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    background-color: #000000;
    background-color: rgba(0,0,0,0.7);}
.news .pub_nav  li {
    background: url(/wgyxy/dfiles/11251/fzukcsz/img/go.jpg) no-repeat 0 3px;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    background-size:20px 20px;
    margin-top:15px;
    padding-left: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;}
.news .pub_nav  li:hover a{
	color:#da251c
;}
.header.fix{
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.12);}
#cont{
	background:#f8f8f8;
	padding: 30px;}
.cong_bg{
	background:#fff;
	padding:30px
;}
#cont .title h2{
	color:#212121;
	font-size:34px;}
#cont .title p{
	color:#a1a1a1;
	font-size:16px;
	padding:25px 0
;}
#cont .title  p em img {
    margin-right: 5px;
    width: 18px;}
#cont .title p em {
    margin-right: 35px;}
#cont .title {
    border-bottom: 1px #dfe2e3 solid;}
#cont .cont p {
    /*margin-top: 35px;*/
    text-indent: 2em;
    color: #404040;
    font-size: 16px;
    line-height: 34px;}
#cont .cont h1{
	 margin-top: 35px;}
#cont .cont p img{
	display:block;
	margin:0 auto
;}
#team .tit{
	margin:45px auto
;}
#team .dl dl{
	width:223px;
	margin-left:21px;
	margin-bottom:25px;
	background:#fff;
	-moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  cursor:pointer;
  box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.12);}
#team .dl dt img,#team .dl dt {
	overflow:hidden;
-moz-border-radius:6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0	
;}
#team .dl dl:nth-child(5n+1){
	margin-left:0
;}
#team .dl dd{
	padding:15px;}
#team .dl dd p{
	color:#9a9ca0;
	font-size:16px;
	display:flex;
	justify-content:space-between ;
	margin-top:2px
;}
#team .dl dd p em{
	/* width:80%; */
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	display:block;
	margin-top:5px;}
#team .dl dd p i{
	align-self: center;}

#mcover{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999999999;}
#mcover .info{
	width:800px;
	background:#fff;
	  position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);
	 -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;}
#mcover .info .main{
	 padding:20px ;
	 padding-bottom:0
;}
#mcover .info dt{
	width:230px;
	margin-left:35px;
	margin-top:-25px
;}
#mcover .info dt img{
	width:225px;
	height:275px;
	object-fit: cover;
	position:relative;
	z-index:99
;}
#mcover .info dt p{
	width:220px;
	height:250px;
	background:#d7251d;
	position:absolute;
	top: 11px;
left: 25px;
z-index: 0;}
#mcover .info dd{
	width:450px;
	margin-left:40px;}
#mcover .info dd h2{
	color:#333333;
	font-size:24px;
	margin:20px 0 15px 0
;}
#mcover .info dd em{
	color:#737373;
	font-size:16px;
	display:block
;}
#mcover .info dd i{
	display:block;
	width:30px;
	height:4px;
	background:#f00;
	margin:15px 0 20px 0
;}
#mcover .info dd p{
	color:#977878;
	font-size:14px;
	line-height:24px;}
#mcover .info .btn{
	margin-top:30px;
	border-top:1px #eee solid;}
#mcover .info .btn a{
	line-height:50px;
	width:50%;
	text-align:center;
	color:#da251c
;}
#mcover .info .btn a:nth-child(1){
	border-right:1px #eee solid;}
#mcover .info dd img{
	width:25px;
	cursor: pointer;
	position:absolute;
	top:15px;
	right:15px;}
.pub_list .ul li{
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/vb.jpg) no-repeat 0 24px;
	padding:15px;
	border-bottom:1px #dcdddd dashed;}
.pub_list .ul li:hover{
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/bv.jpg) no-repeat 0 24px;
	padding:15px;
	border-bottom:1px #dcdddd dashed;}
.pub_list .ul li:hover a{
	color:#da251c
;}
.pub_list .ul li:hover a em{
	text-decoration:underline
;}
.pub_list .ul li a{
	display:flex;
	  justify-content:space-between ;}
.pub_list .ul li i{
	color:#797979;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	align-self: center;}
.pub_list .ul li a em{
	width:80%;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap
;}
.course .h_five .dl dl{
	margin-left:26px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.1);}
.course .h_five .dl dl:nth-child(4n+1){
	margin-left:0
;}
.co_wh,.co_wh a{
	color:#948181;
	font-size:15px;}
.co_wh{
	padding:20px 0
;}
.co_wh i{
	margin:0 6px
;}

#course .cont .title{
	color:#292929;
	font-size:22px;
	font-weight:bold;
	margin:15px 0
;}
#course .cont dl{
	display:flex
;}
#course .cont dt,#course .cont dt img{
	width:45px;
	height:45px;
	overflow:hidden;object-fit: cover;
	 -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin-right:15px
;}
#course .cont dd p:nth-child(1){
	font-size:16px;
	color:#333;}
#course .cont dd p:nth-child(2){
	font-size:14px;
	color:#737373;
	margin-top:3px
;}
#course .cont .word{
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.12);
	margin:30px 0;
	padding:25px;}
#course .cont .word h2{
	color:#414141;
	font-size:18px;
	margin-bottom:20px
;}
#course .cont .word h2 em{
	display:inline-block;
	width:3px;
	height:17px;
	background:#da251c;
	position: relative;
top: 2px;
margin-right: 10px;}
#course .cont .word  p{
	color:#6b6b6b;
	font-size:14px;
	line-height:25px;}
.Relevant .tit{
	color:#414141;
	font-size:20px;
	border-bottom:1px #da251c solid;
	padding-bottom:15px;}
.pmh{
	padding-bottom:80px
;}
.video .img_pop p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;}
#course .box .video .img_pop{     text-align: center;}
.video .img_pop p img{
	position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
cursor: pointer;}
.video .dvd {
    display: none;}
.add_top{
	height:103px;
	background:#cd0b0b
;}
.add_show .h_five .dl dl{
	margin-left:26px;
	margin-top:0;
	margin-bottom:40px
;}
.add_show .h_five .dl dl:nth-child(4n+1){
	margin-left:0
;}
.add_show .h_one .test .tit h2{
	color:#414141;
	font-size:20px
;}
.add_show .add_one {
	margin-bottom:40px;
	margin-top:60px
;}
.add_show .add_one .img,.add_show .add_one .img img{
	width:585px;
	height:360px;
	object-fit: cover;
	overflow:hidden
;}
.add_show .add_one .test{
	width:570px;}
.add_show .add_one .test h2{
	color:#171717;
	font-size:22px;
	line-height:34px;}
.add_show .add_one .test ul{
	background:#fffcf6;
	border:1px #ffca9c solid;
	 -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  margin:26px 0;
  padding:20px;
  color:#2f2f2f;
  padding-top:0;
  font-size:15px
;}
.add_show .add_one .test ul li{
	margin-top:15px
;}
.add_show .add_one .test li img{
	width:20px;
	height:20px;
	position: relative;
	top:-2px;
	margin-right:5px
;}
.add_show .add_one .test ul li em{
	color:#787878;
	margin-right:15px
;}
.add_show .add_one .test p {
	color:#6b6b6b;
	line-height:26px
;}
.add_show_cont .one .text  a,.add_show .add_one .test a{
	display:block;
	width:150px;
	line-height:50px;
	text-align:center;
	background:#fe4d3c;
	color:#fff;
	font-size:16px;
	margin-top:16px;
	 -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px
;}
.add_show  .page{
	margin-top:0
;}
.add_show .h_five .dl dd{
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.05);}
.add_show_cont .here{
	padding:20px 0
;}
.add_show_cont .here,.add_show_cont .here a{
	color:#948181
;}
.add_show_cont i{
	margin:0 6px
;}
.add_show_cont .one{
	background:#fff;
	padding:25px;
	 -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.05);}
.add_show_cont .one .img,.add_show_cont .one .img img{
	width:540px;
	object-fit: cover;
overflow: hidden;}
.add_show_cont .one .text{
	width:580px
;}
.add_show_cont .one .text .txt h2{
	color:#292929;
	font-size:22px
;}
.add_show_cont .one .text .txt p{
	color:#242424;
	font-size:16px;
	margin:20px 0
;}
.add_show_cont .one .text .txt p i{
	color:#737373;}
.add_show_cont .one .text .tearch{
	background:#f9f9f9;
	padding:15px 0;
	font-size:16px
;}
.add_show_cont .one .text .tearch h2{
	color:#da251c;
	padding-left:10px;
	margin-bottom:16px
;}
.add_show_cont .one .text .tearch  dl{
	padding-left:21px;
	color:#565656;}
.add_show_cont .one .text .tearch  dd{
	color:#999;
	font-size:14px;
	margin-top:6px
;}
.add_show_cont .one .text .tearch h2 em{
	display:inline-block;
	width:3px;
	background:#da251c;
	height:17px;
	position:relative;
	top:3px;
	 -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
	margin-right:8px
	
;}
.add_show_cont .one .text .tearch .btn{
	position:absolute;
	top:15px;
	right:20px
;}
.add_show_cont .one .text .tearch .btn em{
	cursor: pointer
;}
.add_show_cont .one .text .tearch .btn em img,.add_show_cont .one .text .tatol img{
	width:18px
;}
.add_show_cont .one .text .tatol{
	color:#414141;
	font-size:14px;
	margin:8px 0
;}
.add_show_cont .one .text .tatol img{
	margin-left:10px
;}
.add_show_cont .one .text .tatol i{
	color:#da251c;
	font-size:16px
;}
.add_show_cont .tow{
	margin-top:50px;
	 -moz-border-radius:6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
	box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.08);
		margin-bottom:70px
;}
.add_show_cont .tow .nav{
	width:210px;
	background:#f7f7f7
;}
.add_show_cont .tow .test{
	width:990px;
	background:#fff;
	min-height:700px

;}
.add_show_cont .tow .test .mains{
	padding:5px 20px;
	display:none
;}
.add_show_cont .tow .test .mains.cur{
	display:block
;}
 .mains .name{
	color:#414141;
	font-size:20px;
	font-weight:bold;
	padding-top:10px;
	border-bottom:1px #f6cbc9 solid;
	padding-bottom:16px;
	margin-bottom:35px
;}
.mains .name em{
	    display: inline-block;
    width: 3px;
    background: #da251c;
    height: 17px;
    position: relative;
    top: 3px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-right: 8px;}
.mains .cont p{
	text-indent:2em;
	color:#5b5b5b;
	font-size:16px;
	line-height:34px;
	margin-bottom:25px
;}
.mains .cont p img{
	display:block;
	margin:0 auto
;}
.add_show_cont .tow .nav li{
	color:#414141;
	font-size:16px;
	line-height:54px;
	padding-left:45px;
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/dfd.jpg) no-repeat  28px 25px;
	cursor:pointer
;}
.add_show_cont .tow .nav li.cur{
	color:#fff;
	font-size:16px;
	line-height:54px;
	padding-left:45px;
	background:#da251c url(../img/fdf.jpg) no-repeat  28px 25px;}
.mains .list dl{
	padding:25px 0;
	border-bottom:1px #f3f3f3 solid;
	display:flex
;}
.mains .list dt, .mains .list dt img{
	width:105px;
	height:125px;
	object-fit: cover;
	overflow:hidden;}
.mains .list dd{
	width:800px;
	margin-left:25px
;}
.add_show_cont .tow .test .mains .list dd h2{
	color:#333333;
	font-size:20px;}
.add_show_cont .tow .test .mains .list dd h2 em{
	color:#737373;
	font-size:15px;
	font-weight:normal;
	margin-left:15px
;}
.add_show_cont .tow .test .mains .list dd p{
	color:#787878;
	margin:14px 0;
	font-size:14px;
	line-height:24px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;}
.add_show_cont .tow .test .mains .list i img{
	width:12px;
	margin-left:5px;}
.add_show_cont .tow .test .mains .list i{
	color:#c24646;
	font-size:14px;
	margin:0;
	cursor:pointer
;}
.add_show_cont .tow .test .mains .list i b{
	font-weight:normal
;}
.add_show_cont .tow .test .mains .list i b:nth-child(2),.add_show_cont .tow .test .mains .list  dl.active i b:nth-child(1){
	display:none
;}
.add_show_cont .tow .test .mains .list  dl.active i b:nth-child(2){
	display:inline-block
;}
.add_show_cont .tow .test .mains .list dl.active p{
	-webkit-line-clamp: 200;}
.add_show_cont .tow .test .mains .list{
	margin-top:-35px
;}
.add_show_cont .tow .test .mains .list  dl.active i img{
	transform:rotate(180deg);
-ms-transform:rotate(180deg); 	/* ie 9 */
-moz-transform:rotate(180deg); 	/* firefox */
-webkit-transform:rotate(180deg); /* safari å’? chrome */
-o-transform:rotate(180deg);}
 .mains ul{
	 margin-top:-35px
 ;}
 .mains ul li a {
    display: flex;
    justify-content: space-between;}
 .mains ul li {
    background: url(/wgyxy/dfiles/11251/fzukcsz/img/vb.jpg) no-repeat 0 24px;
    padding: 15px;
    border-bottom: 1px #dcdddd dashed;}

 .mains ul li:hover{
	background:url(/wgyxy/dfiles/11251/fzukcsz/img/bv.jpg) no-repeat 0 24px;
	padding:15px;
	border-bottom:1px #dcdddd dashed;}
.mains ul li:hover a{
	color:#da251c
;}
 .mains ul li:hover a em{
	text-decoration:underline
;}
#course{
	padding-bottom: 30px;}


  #wj{ position: fixed; left: 50%;top: 100px; margin-left: 600px;z-index: 99999; width: 130px;}
  #wj div{ position: absolute; right: 0;top: 0;cursor:pointer;}
  #wj img{ margin-top: 10px; width: 130px;}

 .news .pub_list dd{width:100%;}
.mstd a{margin-left:30px;}
.mstd a:nth-child(3n+1)  {margin:0;}