img{
	max-width: 100%;
	border: 0;
}
body,ul,li,p,h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
ul,li{list-style: none;}
body{
	font-size: 16px;
	font-family: "微软雅黑";
	color: #333933; overflow-x: hidden;
	background-color: #fff;
}
a{
	color:#333933;
	text-decoration: none;
}
a:hover{
	color: #145848;
	text-decoration: none;
}
.clear:after, .clear:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.fixedBox{
	position: fixed; top: 40%; left: 50%; margin-left: 615px;
	z-index: 99;
	width: 300px; height: 190px; min-height: 100px;

}
.fixedBox img{width: 100%;}
.closeIcon{
	position: absolute; top: -21px;left: 0;
	color: #fff; width: 20px; height: 20px; border-radius: 50%;
	line-height: 18px; text-align: center;
	font-size: 18px; background-color: #000;
        cursor: pointer;
}
.top{
	display: block; background-color: #145848;
	height: 36px; font-size: 14px;line-height: 36px; color: #fff;
}
.top a{color: #fff; margin: 0 10px;}
.top a:hover{text-decoration: none;}
.container{width:1200px; padding:0;}
#header{
	display: block;
	height: 105px; padding: 0;
	box-shadow: 0 4px 15px rgba(0,100,0,0.1);
}
#header img{
	float: left;
	margin-top: 15px;
}
.searchbox{display: inline-block; vertical-align: top;}
.menu{
	float:right;position: relative; z-index: 2;
	margin-top:18px;
}
/*首页轮播图*/
#mybanner{
	width: 100%;
	margin-bottom: 32px;
}
#mybanner .swiper-pagination-bullet{
	width:20px; height: 7px; border-radius: 25px; opacity: 0.5;
	background-color: #fff;
}
#mybanner .swiper-pagination-bullet-active{
	background-color: #fff; opacity: 1;
}
#mybanner .swiper-slide img{width:100%; height:640px;}
.banner-prev,.banner-next{
	position: absolute; top: 45%;z-index: 8; color: #555;
	font-size: 26px; width: 40px; height: 40px;
	border-radius: 50%; background-color: rgba(255,255,255,0.6);
	text-align: center;
}
.banner-prev{left: 6%;}
.banner-next{right: 6%;}
/*新闻中心*/
.tabNav{
	display: block; text-align: center;
}
.tabNav li{
	display: inline-block; font-size: 28px; font-weight: bold;
	color: #778983; margin: 0 32px; cursor: pointer;
}
.tabNav li.cur{color:#166048;}
.tabNav li.cur::after{
	content: ''; display: block; width: 60px; height: 5px;
	background-color: #166048; border-radius: 6px;
	margin:10px auto 0;
}
.tabCon{
	display: block; margin-top: 26px;
	min-height: 340px;
	position: relative;
}
 
.tabCon .box{display:none;
	/* left: 0; top: 0;position: absolute;
	width: 100%;
	background-color: #fff;
	z-index: -1; opacity: 0*/
}
.tabCon .box.on{ display:block;
	z-index: 2; opacity: 1
}
.box .swiper-slide img{width:100%; height:180px;}
.xy-prev,.xy-next{
	position: absolute; top: 30%;
	font-size: 40px; color: #166048;
	opacity: 0.5;outline: none;
	padding: 0 10px;
}
.xy-prev{left:-40px;}
.xy-next{right:-40px;}
.tabCon .swiper-slide span{
	display: block; color: #79948b; 
}
.tabCon .swiper-slide a{
   margin: 12px 0 4px; display: block;
}

.more{width:172px; line-height: 42px; border-radius: 40px;
   background-color: #eaf5f4; color: #166048;
   text-align: center;
   display: block; margin:12px auto 0;
}
.more i{width:18px; height: 18px; 
	background:url('images/arr.png') center no-repeat;
	display: inline-block; vertical-align: middle;
	margin-left: 4px;
}
.more:hover{background-color: #166048; color:#fff;}
/*通知公告*/
.tzgg{
   display:flex; flex-direcction:row; flex-wrap:wrap; justify-content:space-between;
}
.tzgg li{ width:32%; margin-bottom:15px; border:1px solid #daeee9; padding:12px;
}
.tzgg li span{display:block; margin-top:10px; color:#aaa; font-size:14px;}
/*科研进展*/
.keyan{
	background-color: #eef9f9;
	padding: 30px 0; margin: 20px 0 40px;
}
.keyan h3,.title{
   font-size: 28px; color: #166048;
   text-align: center; font-weight: bold;
}
.keyan h3::after,.title::after{
	content: ''; display: block; width: 60px; height: 5px;
	background-color: #166048;border-radius: 5px;
	margin:16px auto 28px;
}
.ky-box{
	width: 49%; float: left;
	background-color: #fff;
	margin-bottom: 20px;
}
.keyan li.ky-box:nth-of-type(2n+1){float:right;}
.ky-box .img{
	float:left;width: 40%; height: 150px; overflow: hidden;
}
.ky-box .img img{height: 100%; transition: all 0.4s ease 0s;}
.ky-txt{
	width: 60%;
	float: right;
	padding: 16px; font-size:14px;
}
.ky-txt h4{
   display: block;
   white-space: nowrap; overflow: hidden;
   text-overflow: ellipsis;
}
.ky-txt p{color:#aaa; 
	display: block; height: 64px; margin-top: 10px;
}
.ky-txt span{color:#aaa; }
.ky-txt .moreb{color:#3b876e; float:right;}
.ky-box:hover{
	box-shadow:1px 3px 12px rgba(0,100,0,0.15);
}
.ky-box:hover img{transform: scale(1.04)}
.keyan .more{background-color: #fff;}

.jxbox{  width:32%; float:left; margin-right:2%; margin-bottom:20px; background-color:#fff; padding:16px;  }
.keyan li.jxbox:nth-of-type(3n+2){float:right;margin-right:0;}
.jxbox  span{
  display:block; font-size:14px; color:#aaa;
}


/*学术讲座*/
#xueshu{
	display: block; position: relative;
}
#xueshu .swiper-slide{
	position: relative;
}
#xueshu .swiper-slide h4{
	position: relative; top: -30px; 
	width: 90%; background-color: #f2fbff;
	padding: 15px; margin: 0 5%; min-height: 90px;
}
#xueshu .swiper-slide img{width:100%; height:240px;}
#xueshu .date{
	position: absolute; top: 10px; left: 10px; z-index: 4;
	background-color: rgba(255,255,255,0.8);
	padding: 6px; text-align: center;
}
.date h3{font-size:30px; font-weight: bold; color:#166048;}
.date p{
	font-size: 14px;display: block;
}
.xs.xy-prev,.xs.xy-next{top:35%;}
.more.xs{margin-top: 0; margin-bottom: 40px;}
.container{position: relative;}
/*友情链接*/
.address{
	width: 45%; line-height:1.8;
}
.foot h4{
	font-weight: bold; font-size: 24px;
	margin: 15px 0 12px;
}
.weblink{width:30%;}
.foot li{display: inline-block; width:30%;}
.foot li a{display: block;padding: 4px 0; color:#fff;}
.foot .zp li{width:100%;}
.foot,.m-foot{
	padding:50px 0; 
	color:#fff; font-size: 14px;
	background:url('images/foot.jpg') center no-repeat;
}
.foot .address img{display: block; margin-bottom: 15px;}
.m-foot{padding:30px 5%; display: none;text-align: center;}

.pos{ display: block;padding: 25px 10px; color: #6f767d;
	border-bottom: 1px solid #e5e5e5;
}
.pos i{
	display: inline-block; font-size:20px;
	color:#344f41;
	margin-right: 8px;
}

.clear{
	clear:both;
	float:none;
	content:'.';
}
.banner{height: 160px;
	background: url(images/ny-b.jpg) center no-repeat;
}
.possplit{
	background: url('images/aa.gif') 0 center no-repeat;
	margin: 0 5px;
}
.page-title{ 
	display: block;
	color:#fff;
	font-size:24px;height:88px;line-height: 88px; font-weight: bold;
	text-align: center;
	background-color:#145848; color: #fff;
}
.leftside{
	float:left;width:23%; margin-top: 30px;
	position: relative; z-index: 2; 
	margin-bottom: 20px;
}
.sideNav{
	display: block;margin:0;
	background: url(images/xuexiao.jpg) left bottom no-repeat #fff;
	padding:0 0 165px;
}
.rightside{float:right;width:74%; margin: 32px 0;}
.righttitle{
	border-bottom: 1px solid #e1e1e1;
	display: block; background-color: #fff;
}
.righttitle .pos{border-bottom: 0;}

.righttitle h4{
	font:bold 24px "Microsoft Yahei";
	color:#145848; 
	line-height: 70px;
	display: inline-block;
	padding:0 5px;
	border-bottom: 3px solid #145848;
	margin-bottom: -1px; margin-left:5px;
}
.page-t{
	font-size: 30px; font-weight: bold;
	color: #4d0f11; letter-spacing: 3px;
	display: block; padding: 0 0 25px;
	text-align: center;
	background: url(images/line.png) bottom center no-repeat;
}

.displayTitle{
	position: absolute;
	top: 47px;
	right: 100px;
	border-bottom: 7px solid #4cbb43;
	width: 370px;
	background-color: rgba(15,101,54,0.65);
	color: #fff;
	height: 180px;
	text-align: center;
	padding: 40px 0;
}
.displayTitle a{
	color: #fff;
}
.displayTitle h4{
	font-size: 30px;
}
.displayTitle h4::after{
	display: block;
	width: 50px;
	height: 3px;
	background-color: #fff;
	content: '';
	margin: 20px auto;
}
 
.detail{
	float: left;
	width:100%;
	min-height:400px;
	margin: 20px 0 20px;
}

.list-box{
	margin:10px 0; 
}
.list-li{
	border-bottom: 1px dashed #ddd;
	padding: 15px 0;
}
.list-t{
	display: inline-block; width: 88%;
}
.list-t::before{
	content: '';display: inline-block;
	width: 8px; height: 8px; border: 2px solid #145848; 
	border-radius: 50%;
	margin: 0 5px;
}
.list-li span{color: #aaa}

.xl{
	display: block; text-align: center;
	padding: 15px 0;
}
.xl .prev,.xl .next{
	color: #aaa;
}


/*修改原来的样式*/ 
/*轮播图片*/
.focus-box{
	margin-bottom: 0!important;
}
.focus-pagination{
	top: auto!important;
	bottom: 10px!important;
	padding-right: 10px!important;
}
.focus-title-bar{
	background-color: rgba(0,0,0,0.6);
	padding: 20px 0;
}
.focus-title{
	line-height: 50px;
	height: 50px;
}
.focus-page{
	border: 0!important;
}


 /*导航部分*/
 
.wp_nav { display:block; margin: 0; padding: 0;display: block; *zoom:1; text-align:right;}
.wp_nav * {margin: 0; padding: 0}
.wp_nav:after {clear: both;content: ".";display: block;height: 0; }
.wp_nav .nav-item { display:inline-block; float:left; position:relative; vertical-align:bottom; }
.wp_nav .on { z-index:10;}
.wp_nav .nav-item .mark {display:block; background-color: transparent; width:100%; height:95%; position:absolute; left:0;top:0%; z-index:99;}
.wp_nav .nav-item a{ font-family:"Microsoft Yahei"; font-weight:bold;display:block;text-align:center;position:relative; z-index:100;}
/*.wp_nav .nav-item.parent{background-color: #145848; color:#fff;}*/


.wp_nav .nav-item:hover{background-color: #f2fbff; }
.wp_nav .nav-item:hover a span.item-name{color:#145848;}
.wp_nav .nav-item.parent > a span.item-name{  }


.wp_nav .nav-item a.parent {/*color:#000;*/}
.wp_nav .nav-item a span.item-name { display:block; padding: 0 11px;font-size: 18px; line-height:50px;cursor:pointer;color:#333933;}
.wp_nav .sub-nav {display:block; width:190px!important; height: auto!important; position:absolute; z-index:200; visibility:hidden; border:1px solid #e5e5e5;border-top:none;box-shadow:2px 4px 12px rgba(12,112,255,0.2);}
.wp_nav .sub-nav .nav-item {  background:rgba(255,255,255,0.9); white-space:inherit; }
.wp_nav .sub-nav .nav-item .mark {background-color: transparent }
.wp_nav .sub-nav .nav-item a {font-family:"Microsoft Yahei"; font-size:15px;font-weight:normal; color:#303030;text-align:center;border-top:1px solid #e5e5e5;min-width: 80px;}
.wp_nav .sub-nav .nav-item a.parent:hover{background-color:#145848;color:#fff;}
.wp_nav .sub-nav .nav-item a.parent { background-color:#145848;color:#fff;}
.wp_nav .sub-nav .nav-item a span.item-name { padding:15px 10px;font-size: 15px;font-weight:bold; line-height:1.2;color:#303030;}
.wp_nav .sub-nav .nav-item.selected{background-color: #145848; }
.wp_nav .sub-nav .nav-item.selected a span.item-name{color:#fff;}

.wp_nav .nav-item a.parent:hover span.item-name{}
.wp_nav .nav-item a.parent span.item-name{}
.wp_nav .sub-nav .nav-item a.parent:hover span.item-name{color:#fff }
.wp_nav .sub-nav .nav-item a.parent span.item-name{color:#fff}

/*搜索框*/
.wp_search .keyword{
	border: 1px solid #eee;
	border-radius: 3px;
	height: 28px;
	width: 180px!important;
	line-height: 28px;
    vertical-align: top; outline:none;
    padding: 0 10px;
}
.wp_search .search {
    background: url('images/btnbg.png') center no-repeat;     
    color: #fff;
    width: 70px;
    height: 28px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;  
    margin-left: 8px; margin-top:4px;
}
/*栏目列表样式*/
.wp_listcolumn { display:block; width:100%; border-top:0px; border-bottom:0px;}
.wp_listcolumn .wp_column {display:block; width:100%; vertical-align: bottom; border-bottom:1px dashed #e2e2e2;  }
.wp_listcolumn .wp_column a { display:block; width:100%; color:#666; font-size:18px; font-weight:500; word-wrap:break-word; background:#fff none; border-bottom:0;border-top:0px ; text-align: left;}
.wp_listcolumn .wp_column a:hover { color:#166048; background-color:#f2fbff; background-image:none;}
.wp_listcolumn .wp_column.selected{border-color:#dccfb5}
.wp_listcolumn .wp_column a.selected { color:#166048;font-weight:bold;   background:url(images/arr.png) 94% center no-repeat #f2fbff;}
.wp_listcolumn .wp_column a .column-name { display:inline-block;  padding:18px 40px 18px 20px; cursor:pointer;}

.wp_listcolumn .wp_subcolumn{background-color:#eee;}
.wp_listcolumn .wp_subcolumn .wp_column a{
	border-bottom: 0; background:none; font-size:16px;
}
.wp_listcolumn .wp_subcolumn .wp_column a:hover{
	color: #166048;background:none #f2fbff;
}
.wp_listcolumn .wp_subcolumn{
	border-top: 0;
	padding: 0; 
	background-color: #f8f8f8;
}
.wp_subcolumn li.wp_column{
	line-height: 40px; font-size:15px; border-bottom:1px dashed #e2e2e2;
}
.wp_listcolumn .wp_subcolumn .wp_column a{
	background: none;
}
.wp_listcolumn .wp_subcolumn .wp_column a:before{
   content:'\00BB';float:left; margin:0 0 0 40px; color:#543b3b; font-size:22px;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected{
	color: #166048;background:none #f2fbff;
}
.wp_listcolumn .wp_subcolumn .wp_column a.selected:before{color:#166048;}
.wp_listcolumn .wp_subcolumn .wp_column a .column-name{ padding:14px;}
 
/*列表页*/
.textpos{padding:25px 0 0;}
.picPage{ 
	width: 100%; display:inline-block;
	min-height: 500px; margin:30px 0;
}
.news-li{ margin-bottom: 5px;
	display:block;
	width:100%;
	font-size:18px; 
	padding:24px 2%; position: relative;	
	
	display: flex; flex-direction: row;
	align-items: center; 
	border-bottom: 1px dashed #ddd;  
}
.news-li .date{
	display: inline-block;
	text-align: right; margin-right: 20px;
	border-right:1px dashed #b8acad;
	padding-right: 20px; color:#9a0b0e;

}
.date h4{font-weight: bold;
	font-size:28px; white-space: nowrap;
}
.date span{display: block; font-size:16px; color: #a48e8e} 
.news-li a{color:#222;}
.news-li:hover a{
	color:#166048; font-weight:bold;
}


.news-t{ display:inline-block; width:90%;}
.news-t p{
   display:block;
     font-size:14px; color:#aaa;margin-top:10px;
	
	margin-right: 4px;
} 
.news-t p a{color:#999; word-break:break-all;}
.wp_paging{margin-top:15px;margin-bottom:20px;font-size:16px;}

.picPage{margin-right: 0%;}
.picPage .picbox{
	float:left; border:1px solid #d6e0d9; padding:10px; border-radius:6px;
	width:32%; 
	margin-bottom: 24px;
}
.picPage .picbox:nth-of-type(3n+2){margin:0 2%;}
.picPage .picbox img{ float:left; margin-right:15px;
	height: 125px; width:95px; border-radius:5px;
	transition: all 0.4s ease 0s;
}
.picPage .pictxt{font-size:19px;  color:#145848; font-weight:bold;  }
.picPage .pictxt p{font-size:17px; margin-bottom:15px;}
.picPage .pictxt h5{color:#888; font-size:15px;font-weight:400;}
.picPage .pictxt a{ display:block; margin:15px 0 0; color:#145848;}
.picbox:hover img{
   transform: scale(1.02);
   box-shadow: 2px 4px 8px rgba(0,0,100,0.1);
}
/*两列*/
.twoCol .colBox {float:left;width:49%;background-color: #fff; 
	border-radius: 5px; padding:16px; margin-bottom:24px;
}
.twoCol  .colBox:nth-of-type(2n){float:right;}
.twoCol .colBox p a{color:#999; font-size:14px; display:block; margin:8px 0;}
.twoCol .colBox:hover{box-shadow:0 2px 10px rgba(0,0,150,0.2);}



/*详情页*/
.pagingJump:hover{
	color:#fff;
}
.biaoti3{
	font-size:30px; 
	padding: 30px 0 18px; font-weight: bold;
	display: block;
	text-align: center; color: #145848;
}
.article{	
	line-height: 2; 
	display:block;
	width:98%;
	margin:8px 1% ; 
	border-top: 1px solid #eee;
}
.wp_articlecontent{
	margin-top: 20px;
}
.article p{
	line-height: 2;
}
.border2{
	color: #bbb;
	text-align: center;
	display: block;
}
.border2 span{
	color: #777;
	margin-right: 10px;
}

.dtjt9_div_text .dtjt9_div_text_title a{
	font-size: 16px;
}
/*详情页表格*/
.wp_articlecontent table{width: 100%!important;}
.wp_articlecontent table{
   
    border: 1px solid #e7e7e7!important;
    margin-bottom: 40px;
    border-collapse: collapse;
    font-family: "Microsoft Yahei";
    font-size: 17px;
  }
  .wp_articlecontent table th{    
    font-size: 16px;
    line-height: 40px;
    padding: 5px;
    color: #11733a;
    text-align: center;
    border: 1px solid #e7e7e7!important;
    background-color: #dbe9da!important;
  }
  .wp_articlecontent table td{
    line-height: 1.5;
    padding:10px 6px;
    border: 1px solid #e7e7e7!important;
  }
  .wp_articlecontent table tr:nth-of-type(2n+1){
    background-color: #f9f9f9;
  }

.mapimg{
   width:1190px!important;
  max-width:1190px!important;
}
/*详情页 轮播图*/
.wp-display-wrapper .picSlideWrap{
    background: none;
    border: 0px solid #A9BFD6;
}
.wp-display-wrapper .imgnav{width:95%;}
.wp-display-wrapper .img{width:100%;}
.wp-display-wrapper .img img{height:auto;border:0px;}
.wp-display-wrapper .front a,.wp-display-wrapper .next a{display:block!important;}

.toTop{display: none;cursor: pointer;
	position: fixed; right: 20px; bottom: 5%;z-index: 99;
	width: 75px; height: 75px;text-align: center; 
	font-size: 18px;line-height: 36px; border-radius: 50%;
	background-color: rgba(20,88,72,0.7); color: #fff;
}
.toTop:before{
	display: block; margin:10px auto 0;
	width: 0;height: 0; content: '';
	border-width: 9px; transform: scale(0.7,1);
	border-color: transparent transparent #fff transparent;
	border-style: solid dashed dashed dashed;
}


/*手机菜单按钮*/
.closetb{  
	font-size: 30px;
	padding: 1rem 2rem; 
	border-bottom: 0;
	line-height: 2rem;
	color: #fff; 
	text-align: center;
	display: none;
}
.m-menubtn{
  padding:0.8rem 1.5rem; 
  text-align: center;
  color: #fff;
  background-color:#145848;
  display: none; font-size:16px; margin-top: .9rem;
}
.m-menubtn i{  font-size:20px; vertical-align: middle;}
.m-menubtn:hover{ color:#fff;}
.m{display: none;}


@media (max-width: 768px) {	
    .container{
    	width: 100%;
    	padding: 0 3%;
    }
    .top,.foot{
    	display: none!important;
    }
    #header{
    	height: auto;
    	padding:14px 0;  	
    }
    #header .container{padding: 0}
    #header img{margin:0 3%;width: 80%;}
    .leftside,.page-title,.ky-box{
    	width: 100%;
    }
    .xy-next{right:0;}
    .xy-prev{left:0;}
    #mybanner .swiper-slide img{height:20rem;}
    .tabCon{min-height: 27rem;}
    .m-menubtn{display: inline-block}
    .closetb,.m-foot,.imgBox,.m{
	    display: block;
	}
	.menu{
		display: none; height: auto; 
		position: fixed;top: 0;left: 0;z-index: 99;
		overflow-y: auto; margin-top:0; padding: 0 20px;
		background-color: #145848; box-shadow:0 0 0;
		width: 100%;height: 100%;
	}

	.rightside,.dt,.w50per,.xw-box,.tz-box,#newspic{
		width: 100%; height:auto;
	}
	.leftside{margin-top: 1px;}
	.sideNav{background: none;padding-bottom: 0;}
	.weixin li{width:32%; }
        .weixin li img{width:100%;}
	.detail{
		margin-top: 10px;min-height: 300px;
	}
	.news-li{display: block;}
	.news-li .date{border-right:0; margin-bottom:10px;}
	.news-li h4{display: inline-block;font-size: 16px;  color: #8ea499;}
	.news-li span{display: inline-block;}
	.news-li h4:after{content:'-';margin:0 1px;}
	.news-t{width:100%;}
    .righttitle{margin-bottom:0;}

	.list-t{width:100%; margin-bottom: 9px;}
    
    .wp_listcolumn .wp_column{
    	width:100%;float:left;background-color:#fff;text-align:center;
    }
   
	.div_piccontenttitle_li{
		width: 49%;
		display:inline-block;vertical-align:top;float:none;
	}
	.wp_nav .nav-item,.tzgg li{
		width: 100%;
	}
       
	.wp_nav >.nav-item >a >span.item-name{
		color: #fff; font-size:15px; line-height:40px;
		padding: 0; text-align: left;
		border-bottom: 1px dashed rgba(0,0,0,0.1);
		margin-bottom: 3px;
	} 
	.wp_nav > .nav-item > a > span.item-name::after{
		content: "\f101"; font: normal normal normal 16px/2 FontAwesome;
		float: right;
	}
	.wp_nav .sub-nav{
		position: relative; left:0!important; top:0!important;
		visibility: visible!important;
		border:0;
		display:inline-block; width:100%!important; 
		box-shadow:0 0 0;
        background: transparent;
	}
    .wp_nav .sub-nav .nav-item .sub-nav{display:none;}
	.wp_nav .sub-nav .nav-item{background: rgba(0,0,0,0.1);margin-right: 8px;
		width:auto!important; margin-bottom: 5px;
	}
	.wp_nav .sub-nav .nav-item a{border-top: 0;}
	.wp_nav .nav-item:hover{background-color: transparent; }
	.wp_nav .nav-item:hover a span.item-name{color:#fff;}

	.newslist .wp_article_list_table{
		display: table;
	}
    .wp_nav .nav-item:hover a.parent,
    .wp_nav .nav-item.parent, .wp_nav .nav-item.selected{background:none;}
	.newslist .wp_article_list_table tr{
		display: table-row;
	}
	.div_piccontenttitle_li .c_pt_12 .c_pic img{
	    height:10rem!important;
    }
	.wp_nav .sub-nav .nav-item a span.item-name{
		font-size:14px;padding: 10px ;white-space:nowrap;overflow:hidden;color:#fff;
	}

	.jwplayer{height:17rem!important;}

	.xl .prev, .xl .next{display:block; padding:0!important; margin-top:15px;}


}
@media (max-width: 414px) {	
	body{background-size:auto 11rem; overflow-x: hidden;}
    #newspic .swiper-slide, #newspic .swiper-slide img{height:auto;}
    .weblink h4 img{display: inline-block;}
	.weblink div.cy, .weblink div.yq{width: 75%}
	.weblink div.yq a, .weblink div.cy a{width: 49%;}
	.picList li{width: 100%;}
	.picList li img{height:auto;}
	.dt-news li span{display: none;}
	.dt-news li a{width: 94%}
	.picPage .picbox img{height: 260px; }
    .picPage .picbox{margin-bottom:10px;}

	.sp{ display:block; margin-top: 20px;}
	.sp img,.picPage .picbox{width: 48%;}

}

