.head_main_top {
	height: 30px;
	border-bottom: #e5e5e5 solid 1px;
	width: 100%;
	background-color: #fff;
	font-size: 14px;
	line-height: 30px;
	color: #FFFFFF;
	background: #26439C;
}
.head_main_top .w1200{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.head_main_top .left{
	float: left;
}
.head_main_top .right{
	float: right;
}
.head_main_top .mbx {
	float: left;
	height: 12px;
	margin-top: 10px;
}
.head_main_top .mbx li {
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 13px;
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	position: relative;
}
.head_main_top .mbx li:nth-child(3) {
	border-right: none;
}
.head_main_top .mbx li span{
	font-weight: bold;
	color: #FFC42C;
	font-size: 16px;
	margin-left: 5px;
}
@media (max-width:768px) {
	.head_main_top{
		display: none;
	}
}

.menu-m{
	position: absolute;
	top: 15px;
	right: 10px;
	display: none;
}
.menu-m img{
	width: 30px;
}
.header_main .nav_hide{
	position: absolute;
	top: 60px;
	left: 0;
	z-index:10000;
	width: 100%;
	background:rgba(29, 68, 155, 0.8);
	padding: 0;
	letter-spacing: 1px;
	display: none;
}
.nav_hide li{height:45px;line-height:45px;border-bottom:1px #DDDDDD solid;}
.nav_hide li:nth-child(1){ border-top:none;}
.nav_hide li:nth-child(9){ border-bottom:none;}
.nav_hide li a{display:block;font-size:20px;color:#fff;text-align:center;}
@media (max-width:768px){
	.menu-m{
		display: block;
	}
}

/* banner-m */
.banner-m{
	width:100%;
	height:370px; 
	overflow:hidden ; 
	position:relative;
	display: none;
}
.focus{
	height:370px;
}
.focus .bd ul li{
	height:370px;
	width:100%;
}
.focus .bd ul li a img{
	height: 370px;
}
.focus .hd{ 
	width:100%; 
	position:absolute; 
	z-index:2; 
	bottom:5px; 
	text-align:center; 
	margin:0 auto; 
}
.focus .hd ul li{
	width:5px;
	height:5px; 
	border-radius:50%; 
	float:left;
	text-indent: -9999px;
	display:inline-block;
	margin-right:0.1rem;  
	border:1px solid white; 
	cursor:pointer;
	-moz-border-radius:50%; 
	-ms-border-radius:50%; 
	-o-border-radius:50%;
	-webkit-border-radius:50%;  
}
.focus .hd ul .on{ 
	background: white;
}
.focus .hd ul {
	margin-left:45%;
}
/* banner-m */
@media (max-width:768px) {
	#banner_main{
		display: none;
	}
	.banner-m{
		display: block;
	}
	
}


.typelist {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.typelist a {
	margin-left: 5px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 5px;
	width: 130px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.typelist a:hover{
	background: #1D449B;
	color: #FFFFFF!important;
}

.post-slide {
	margin: 20px 10px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	box-shadow: 0 7px 16px 0 rgba(7, 17, 27, 0.2);
	margin-bottom: 50px;
}

.post-slide .post-img {
	overflow: hidden;
	position: relative;
	line-height: 18px;
}

.post-slide .post-img img {
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 0.7s ease;
}

.post-slide:hover .post-img img {
	transform: scale(1.08);
}
.post-slide .post-tit{
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #DDDDDD;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.post-slide:hover .post-tit{
	color: #1D449B;
}
.post-slide .post-con{
	padding: 5px 20px;
	box-sizing: border-box;
	color: #666666;
	max-height: 66px;
	overflow: hidden;
}
.post-slide:hover .post-con{
	color: #1D449B;
}
@media (max-width:768px) {
	.typelist{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.typelist a{
		width: 29%;
		font-size: 13px;
	}
	.post-slide{
		margin: 10px 5px;
		margin-bottom: 0;
	}
	.post-slide .post-tit{
		font-size: 15px;
	}
	.post-slide .post-con{
		padding: 5px 10px;
	}
}
@media (max-width:320px) {
	.typelist a{
		width: 45%;
		padding: 5px 3px;
		font-size: 14px;
	}
}

.in-con{
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
	box-sizing: border-box;
}
.ic-list{
	width: 33.3%;
	padding: 10px 20px 10px 0;
	float: left;
	box-sizing: border-box;
}
.ic-list .img {
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
}
.ic-list .img img{
	width: 100%;
	transition: all ease 0.7s;
}
.ic-list .img em{
	display: block;
	width: 140px;
	height: 34px;
	line-height: 34px;
	background: #F2941B;
	text-align: center;
	color: #fff;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	transition: all .5s;
}
.ic-list .txt{
	padding: 10px 0;
}
.ic-list .txt b{
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.ic-list .txt p{
	display: block;
	line-height: 24px;
	height: 72px;
	margin: 10px 0;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.ic-list .txt .more{
	width: 100px;
	display: inline-block;
	padding: 5px 10px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	transition: all .5s;
	background: #FFFFFF;
	color: #333333;
	margin-top: 10px;
}
.ic-list:hover .img img{
	transform: scale(1.05);
}
.ic-list:hover .txt b{
	color: #1D449B;
}
.ic-list:hover .txt .more{
	transform: scaleX(1);
	transition-timing-function: cubic-bezier(0.52, 1.64);
	color: #FFFFFF;
	background: #1D449B;
}
@media (max-width:768px){
	.ic-list{
		width: 100%;
		padding: 10px 0 10px 0;
	}
	.ic-list .img{
		height: 210px;
	}
}

.in-type{
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.in-type a{
	margin-left: 5px;
	padding: 10px 15px;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	font-size: 16px;
}
.in-type a:hover{
	background: #0256AC;
	color: #FFFFFF;
}

/* news */
.r{float:right;}
.l{float:left;}
.index_news{width: 100%; background: url(../images/newsbj.jpg) no-repeat;background-size: cover; padding-top: 60px;padding-bottom: 70px;}
.index_news .container{width:100%; margin:0px auto;max-width: 1200px;}
.news_slide_box {
	margin-top: 22px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.news_slide_box .bd {
	width: 100%;
	height: 100%;
}

.news_slide_box .bd a {
	display: block;
	position: relative;
	width: 100%;
	padding-bottom: 75.3%;
}

.news_slide_box .bd a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.news_slide_box .bd a span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4rem;
	padding: 0 1.5rem;
	line-height: 4rem;
	font-size: 1.6rem;
	color: #FFFFFF;
	background: rgba(29, 68, 155, 0.7);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_slide_box .prev,
.news_slide_box .next {
	position: absolute;
	top: 50%;
	width: 3rem;
	height: 10rem;
	margin-top: -5rem;
	background-repeat: no-repeat;
	cursor: pointer;
	background-color: rgba(84, 84, 84, 0.4);
	background-position: center center;
}

.news_slide_box .prev {
	left: 0;
	background-image: url(../images/slide_arrl.png);
}

.news_slide_box .next {
	right: 0;
	background-image: url(../images/slide_arrr.png);
}

.new_r{
	
}
.news_list {
	margin-top: 22px;
	padding: 7px 5px;
	box-shadow: 0 7px 16px 0 rgba(7, 17, 27, 0.2);
	background: rgba(255,255,255,0.7) url(../images/news_sx.png) no-repeat 2% 50%;
	padding-left: 50px;
	overflow: hidden;
}

.news_list li {
	overflow: hidden;
	border-bottom: 1px solid #e4e3e3;
	padding-bottom: 15px;
	margin-top: 13px;
}
.news_list li:last-child{
	border-bottom: none;
}

.news_list li .news_pic {
	padding-left: 0;
	padding-top: 10px;
	text-align: center;
}

.news_list li .news_pic a {
	display: block;
	position: relative;
	padding-bottom: 65.82%;
}

.news_list li .news_pic img {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.news_list li .news_pic .new-d{
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #777777;
}
.news_list li .news_pic .new-y{
	font-size: 16px;
	color: #999999;
}

.news_list li .news_tit {
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 5px;
}
.news_list li:hover .news_tit {
	color: #1D449B;
	text-decoration: none;
}

.news_list li .news_time {
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	line-height: 24px;
}

.news_list li .news_desc {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	margin-top: 10px;
}

.news_list_2 li {
	margin: 0 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #DDDDDD;
}

@media (max-width:767px) {
	.news_list{
		background: #FFFFFF;
		padding: 10px;
		padding-left: 10px;
	}
	.news_list li{
		margin-top: 5px;
	}
	.news_list li .news_pic{
		display: none;
	}
	.news_list li .news_tit {
		/* margin-top: 10px; */
	}
	.news_list li>div {
		padding: 0;
	}
}

/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul{
	padding: 0;
}
.phonefooternav ul li {
	width: 25%;
	background: #0256AC;
	float: left;
	padding: 5px 0;
	border-right: 1px solid #FFFFFF;
	list-style: none;
	box-sizing: border-box;
	line-height: 16px;
}
.phonefooternav ul li:nth-child(3){
	width: 50%;
	background: #F2941B;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover .call {
	color: yellow;
}
.phonefooternav ul li a img {
	width: 22px;
	padding: 2px 0;
}
.phonefooternav p{
	color: #FFFFFF;
	font-size: 14px;
}
@media (max-width: 768px) {
	.phonefooternav {
		display: block;
	}
}

/* page */
.pages{
	display: table;
    margin: 0 auto;
	margin-top: 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #0256AC;
  background: #0256AC;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.pages span {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #0256AC;
}
.pages .fl{
	display: none;
}
.pages a:hover {
  background: #0256AC;
  color: #fff;
  border: 1px solid #0256AC;
}

/* 点击放大图片 */
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 5px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.bigbox>.imgbox {
	width: 400px;
	height: 250px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}

/* about */
.aboutPage{
	color: #666666;
	font-size: 16px;
}
.aboutPage .w1200{
	padding: 10px;
	box-sizing: border-box;
}
.abojs-icon{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.abojs-icon li{
	width: 25%;
	float: left;
	text-align: center;
}
.abojs-icon h6 {
    height: 80px;
    line-height: 78px;
}
.abojs-icon h6 img {
    max-width: 100%;
}
.abojs-icon p {
    font-size: 16px;
    color: #666;
    margin-top: 20px;
}
@media (max-width: 768px){
	.abojs-icon li {
		margin-top: 10px;
		width: 50%;
	}
}
.abogd {
    width: 100%;
    padding: 100px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    overflow: hidden;
	padding: 68px 0;
	background: url('../images/abolgBg.jpg');
	margin: 50px 0 30px;
}
.abogd-wd {
    width: 90%;
    margin: 0 auto;
    background: rgba(255,255,255,0.7);
    padding: 50px 72px 50px;
    text-align: center;
}
.abogd-wd img {
    width: auto;
    max-width: 100%;
}
.abogd-wd p {
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-top: 30px;
}
@media (max-width: 768px){
	.abogd-wd {
	    padding: 38px 4% 40px;
	}
}
.abowh{width: 100%;padding: 50px 0 70px;}
.abowh .contain {width: 92%;margin: 0 auto;}
.pubTitle {width: 100%;text-align: center;}
.pubTitle h6 {font-size: 28px;color: #333;}
.pubTitle i {display: block;width: 40px;height: 4px;background: #1f5dcb;margin: 16px auto;}
.abowh-list{width: 100%;overflow: hidden;}
.abowh-list ul{margin-left: -3%;}
.abowh-list li{width: 30%;float: left;margin-left: 3%;margin-top: 48px;position: relative;overflow: hidden;}
.abowh-img{display: block;width: 100%;object-fit: cover;transition: all .4s ease;}
.abowh-sd{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;background: rgba(31, 92, 203, .5);transition: all .6s ease;display: flex;align-items: center;}
.abowh-wd{width: 100%;text-align: center;}
.abowh-wdimg{width: 100%;height: 70px;line-height: 70px;}
.abowh-wdimg img{max-height: 100%;}
.abowh-wd h6{font-size: 24px;color: #fff;margin-top: 32px}
.abowh-wd p{font-size: 15px;color: #fff;margin-top: 20px;height: 0;overflow: hidden;transition: all .4s ease;}
.abowh-list li:hover .abowh-sd{background: rgba(31, 92, 203, 1);}
.abowh-list li:hover .abowh-img{transform: scale(1.04);}
.abowh-list li:hover .abowh-wd p{height: 24px;}
@media (max-width: 768px){
	.abowh-list li{
		width: 100%;
		margin-left: 0;
	}
	.abowh{
		padding: 50px 0 0;
	}
}

/*feedback*/
.ny_feed_ny {
	width: 100%;
	height: auto;
	overflow: hidden
}

.ny_feed_tit {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
	color: #626262
}

.ny_feed_tit span {
	font-size: 1.6em;
	font-weight: bold;
	color: #1D449B;
	display: block;
	text-align: center;
	line-height: 3em
}

.ny_feed_ny form {
	margin-top: 3em
}

.lyb {
	width: 50%;
	margin: .5em auto;
}

.lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 3em;
	font-size: 1.1em
}

.lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 8em;
	font-size: 1.1em
}

.lyb_tj {
	width: 20%;
	margin: 2em auto;
}

.lyb_tj input {
	width: 100%;
	background-color: #F2941B;
	border: 1px solid #F2941B;
	color: #fff;
	height: 3em;
	font-size: 1.3em
}

@media (max-width:991px) {
	.lyb {
		width: 70%;
	}
	.lyb_tj {
		width: 40%;
	}
}

/* contact */
.contact-box {
    height: 685px;
    overflow: hidden;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.contact-box .lxCon {
    width: 660px;
    height: 275px;
    background: rgba(2, 86, 172, 0.7);
    position: absolute;
    left: 0px;
    top: 30%;
    padding-left:170px;
}
.contact-box .lxCon h2 {
	color: #ffffff;
	font-size: 28px;
	line-height: 30px;
	font-weight: bold;
	font-family: arial;
	padding-top: 40px;
	margin-bottom: 20px;
}
.contact-box .lxCon p {
	height: 30px;
	color: #ffffff;
	font-size: 15px;
	line-height: 30px;
	margin-top: 10px;
	padding-left: 35px;
}
.contact-box .lxCon p a {
	color: #ffffff;
}
.contact-box .lxCon p.pp1 {
	background: url(../images/lx1.png) no-repeat left center;
}
.contact-box .lxCon p.pp2 {
	background: url(../images/lx2.png) no-repeat left center;
}
.contact-box .lxCon p.pp3 {
	background: url(../images/lx3.png) no-repeat left center;
}
.contact-box .lxCon p.pp4 {
	background: url(../images/lx4.png) no-repeat left center;
}
@media (max-width:768px) {
	.contact-box{
		/* height: 400px; */
	}
	.contact-box .lxCon{
		display: none;
	}
}

.pro-show{
	width: 100%;
	overflow: hidden;
}
.pro-show img{
	max-width: 100%;
}
.pro-show .pro-img{
	float: left;
	width: 50%;
	padding: 0 30px;
	box-sizing: border-box;
}
.pro-show .pro-img img{
	width: 100%;
}
.pro-show .pro-txt{
	float: right;
	width: 50%;
	padding: 20px 30px;
	box-sizing: border-box;
}
.pro-show .pro-txt .title{
	font-size: 28px;
	color: #1D449B;
	line-height: 50px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}
.pro-show .pro-txt .info {
	padding-top: 20px;
	color: #666666;
}
.pro-show .pro-txt .info .wel{
	color: #666666;
	margin-bottom: 20px;
	font-size: 15px;
	text-indent: 30px;
}
.pro-show .pro-txt .info p{
	font-size: 15px;
	line-height: 30px;
}
.pro-show .pro-txt .info p span{
	font-weight: bold;
}
.pro-show .pro-txt .info p a{
	color: #666666;
}
.pro-show .info-tit{
	margin: 0 auto;
	margin-top: 20px;
	background: #1D449B;
	border-left: 5px solid #F2941B;
}
.pro-show .info-tit h3 {
    font-size: 18px;
    color: #fff;
    width: 150px;
    font-weight: bold;
    line-height: 35px;
    background: #1D449B;
    text-align: center;
    letter-spacing: 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pro-show .showContxt{
	padding: 20px;
	box-sizing: border-box;
	color: #666666;
	font-size: 16px;
}
.pro-show .info-pic{
	width: 100%;
	text-align: center;
}

@media (max-width:768px){
	.pro-show .pro-img{
		width: 100%;
		padding: 0 10px;
	}
	.pro-show .pro-txt{
		width: 100%;
		padding: 0 10px;
	}
	.pro-show .showContxt{
		padding: 10px;
	}
	.pro-show .showContxt img{
		max-width: 100%;
		height: auto!important;
	}
}

@media (max-width:1500px){
	.topright{
		width: 700px;
	}
	#nav li{
		width: 95px;
	}
	.header-tel img{
		width: 55px;
	}
	.header-tel p span{
		font-size: 24px;
	}
}
@media (max-width:768px) {
	.header_main{
		height: 60px;
	}
	.header_main .logo img{
		width: 65%;
	}
	.topright{
		display: none;
	}
	.header-tel{
		display: none;
	}
	.index .floor_1_main{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.index .title h3{
		background: none;
	}
	.imenu a{
		width: 48%;
		background: #1D449B;
		color: #FFFFFF;
		border-left: none;
		box-sizing: border-box;
		font-weight: 400;
		padding: 5px 3px;
		height: auto;
		margin-left: 5px;
		margin-bottom: 5px;
		float: left;
	}
	.imenu a:hover{
		color: #FFFFFF;
	}
	.ipro{
		padding: 10px 0;
	}
	.ipro .list{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.ipro .item{
		width: 50%;
		height: auto;
		margin-right: 0;
		padding: 5px;
		box-sizing: border-box;
	}
	.ipro .item a{
		height: auto;
	}
	.ipro .item h3{
		height: 30px;
		line-height: 30px;
		text-align: center;
		text-indent: inherit;
	}
	.ipro .item em{
		display: none;
	}
	.index .more{
		margin: 10px auto 0;
	}
	
	.index .floor_2_main{
		display: none;
	}
	
	.xunpan{
		display: none;
	}
	
	.index .floor_4{
		padding: 0;
	}
	
	.floor_4_main{
		padding: 20px 0;
	}
	
	.indnews{
		padding: 20px 0 70px;
	}
	
	.footer{
		display: none;
	}
	
	.nybanner{
		display: none;
	}
	.location{
		height: auto;
		background: #FFFFFF;
	}
	.location.fixt{
		position: inherit;
	}
	.location .sitepath{
		float: none;
	}
	.location .menu{
		float: none;
		height: auto;
		line-height: 40px;
	}
	.location .menu li{
		height: auto;
		line-height: 40px;
		float: left;
		width: 47%;
		margin: 1%;
	}
	.wrapper{
		padding: 20px 0 70px;
	}
	.indexTit{
		margin-bottom: 20px;
	}
	.textlist .item{
		width: 50%;
		margin-bottom: 10px;
	}
	.textlist .item .txt{
		padding: 10px 0 0;
	}
	.textlist .item h3{
		font-size: 16px;
	}
	.textlist .desc{
		font-size: 14px;
	}
	
	.newsPage .item{
		margin-bottom: 10px;
	}
	.newsPage .item a{
		padding: 10px;
	}
	.newsPage .item .n-img{
		display: none;
	}
	.newsPage .item .time{
		display: none;
	}
	.newsPage .item h3{
		width: 100%;
		font-size: 16px;
		padding: 10px 0;
	}
	.newsPage .item .txt{
		width: 100%;
	}
	
	/* 推荐新闻 */
	.n-project .txtlistbox li{
		width: 100%;
	}
	.txtlistbox .item .time{
		display: none;
	}
	.txtlistbox .item a{
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.txtlistbox .item h3{
		font-size: 16px;
	}
	.txtlistbox .item p{
		font-size: 14px;
	}
	
	
}

.showContxt iframe{ width:80%; height:600px}

@media (max-width: 768px){
	.showContxt iframe{ width:100%; height:500px}
}
@media (max-width: 560px){
	.showContxt iframe{ width:100%; height:400px}
}
@media (max-width: 420px){
	.showContxt iframe{ width:100%; height:300px}
}