.banBoxs {
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 130px;
}

.banBoxs .banHov {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background: rgba(0, 48, 160, 0.6);
}

.banBoxs .banTitles {
	position: absolute;
	top: 45%;
	left: 50%;
	letter-spacing: 4px;
	z-index: 11;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: center;
}

.banBoxs .banTitles p:nth-child(1) {
	color: #FFFFFF;
	font-size: 40px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.banBoxs .banTitles p:nth-child(2) {
	color: #FFFFFF;
	font-size: 15px;
}

.banBoxs .banimgs {
	width: 100%;
	height: 100%;
	background-color: #6FC8CC;
	position: absolute;
}

.banBoxs .boximgs,
.ph-boximgs {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.ph-boximgs{
	display: none;
}



.detailBox{
	background: #EEEEEE;
	margin-bottom: 530px;
	padding: 50px 0;
}
.detailCons{
	background: #FFFFFF;
	padding: 0 55px 55px;
}
.detailCons>h4{
	font-size: 24px;
    padding-top: 40px;
    position: relative;
}
.detailCons>h4:after{
	position: absolute;
    content: '';
    width: 3px;
    height: 43px;
    top: 30px;
    left: -55px;
    background-color: #aaa;
}
.newdetail-title{
	padding-top: 30px;
    font-size: 18px;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}
.newdetail-title p{
	padding-top: 10px;
    font-size: 12px;
    color: #adadad;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}
.newdetail-con{
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
    padding-top: 50px;
    margin-top: 20px;
}
.newdetail-con p{
    max-width: 850px;
    margin: auto!important;
    text-indent: 28px;
	overflow: hidden;
}
.newdetail-con p img{
	max-width: 100%;
}
.newdetail-con img{
	max-width: 100%;
}
.newdetail-con .imgboxp{
	text-indent: 0;
}
.newdetail-con p .imgbox{
	/* height: 436px; */
}
/*.newdetail-con p span{*/
/*	padding-top: 10px;*/
/*	display: block;*/
/*	text-align: center;*/
/*}*/
.newdetail-con p .imgbox img{
	max-width: 100%;
	/* height: 100%; */
}

.de-share{
    text-align: right;
    border-top: 1px solid #d8d8d8;
    padding-top: 20px;
    margin-top: 20px;
}
.de-share span{
	display: inline-block;
    font-size: 14px;
    line-height: 36px;
    height: 36px;
    position: relative;
	vertical-align: middle;
}
.de-share a{
	vertical-align: middle;
	margin-left: 10px;
    display: inline-block;
    padding: 0;
    width: 36px;
    height: 36px;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	cursor: pointer;
}
.de-share a:hover{
	opacity: 0.7;
}
.de-share a.wx{
	background: url(../images/wx.png) 36px;
}
.de-share a.qq{
	background: url(../images/qq.png) 36px;
}
.de-share a.wb{
	background: url(../images/wb.png) 36px;
}
.clearfix:after,.clearfix:before{
	display: table;
    content: "";
    line-height: 0px;
}
.pubback{
	margin-top: 30px;
}
.pubback-l a,.pubback-r a{
	cursor: pointer;
    width: 110px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: #d8d8d8;
    height: 35px;
    line-height: 35px;
    text-align: center;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
}
.pubback-l a:hover,.pubback-r a:hover{
	background: #074296;
}
.pubback-l a span,.pubback-r a span{
	padding-left: 6px;
	vertical-align: middle;
}
.pubback-l a i{
	background: url(../images/back-totop.png) no-repeat right center;
    background-size: 20px;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.pubback .pubback-r a{
    margin-left: 35px;
}
.pubback .pubback-r a:first-child i{
	background: url(../images/prev-toleft.png) no-repeat right center;
	background-size: 20px;
	display: inline-block;
	width: 15px;
	height: 25px;
}
.pubback .pubback-r a:last-child i{
	background: url(../images/next-toright.png) no-repeat right center;
	background-size: 20px;
	display: inline-block;
	width: 15px;
	height: 25px;
}


.back-tops {
    display: none;
    cursor: pointer;
    z-index: 1300;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 10%;
    background: #074296 url(../images/back-totop.png) no-repeat 50%;
    background-size: 70%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
}





/* 手机端 */
.ph-foot{
	display: none;
}

@media screen and (max-width:1500px) {
	.banBoxs{
		height: 400px;
	}
}


@media screen and (max-width:1200px) {
	.cenNav,.navcons,.detailCons{
		width: 90%;
		margin: auto;
	}
	.back-tops{
		bottom: 5%;
	}
}



@media screen and (max-width:968px) {
	.ph-foot,.ph-boximgs{
		display: block;
	}
	.pubback .pubback-r a{
		padding-left: 6px;
	}
	.pubback .pubback-r a:nth-child(2){
		padding-left: 12px;
	}
	.boximgs,.back-tops{
		display: none;
	}
	.banBoxs{
		height: 200px;
		margin-top: 70px;
	}
	.banBoxs .banTitles p:nth-child(1){
		font-size: 30px;
	}
	.detailBox{
		padding: 30px 0;
		margin-bottom: 0 !important;
	}
	.detailCons{
		width: 90%;
		margin: auto;
		padding: 0 20px 20px;
	}
	.detailCons>h4 {
		padding-top: 38px;
		padding-bottom: 20px;
	}
	.detailCons>h4:after {
		left: -20px;
	}
	.newdetail-con{
		padding-top: 7px;
	}
	.newdetail-con p{
		padding-bottom: 11px;
		text-indent: 0;
	}
	.back-tops {
		right: 0%;
		bottom: 5%;
		display: none !important;
	}
	.banBoxs .banTitles{
		width: 80%;
	}
	.banBoxs .banTitles p:nth-child(2){
		font-size: 15px !important;
	}
	.banBoxs .banTitles p{
		font-size: 22px !important;
	}
	.de-share{
		text-align: left;
	}
	.pubback-l a, .pubback-r a{
		width: 72px;
	}
	.pubback .pubback-r a{
		margin-left: 12px;
	}
	.pubback-l a span, .pubback-r a span{
		padding-left: 0;
	}
	.pubback-l a, .pubback-r a{
		text-align: justify;
	}
	.newdetail-title {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.newdetail-title h5{
		line-height: 25px;
	}
	.ifrvideo {
		width: 100%;
		height: auto;
	}
	
	
	
}