.detailBox{
	background: #EEEEEE;
	padding: 50px 0;
}
.detailCons{
	background: #FFFFFF;
	padding: 0 55px 55px;
}
.detailCons>h4{
	font-size: 24px;
    padding-top: 30px;
    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 h2{
    font-size: 24px;
    color: #00743e;
}
.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: 30px 0;
}
.newdetail-con p{
    text-indent: 2em;
    overflow: hidden;
    line-height: 28px;
    margin-bottom: 5px;
    text-align: left;
}
.newdetail-con p span{
    text-align: left !important;
    padding: 0;
}
.newdetail-con h3{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #00743e;
    padding: 5px 25px;
    margin: 20px 0;
    box-shadow: 5px 5px 5px #79caa1;
}
.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 {
    padding-top: 30px;
    border-top: 1px #d4d2d2 solid;
}
.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: 36px;
    line-height: 36px;
    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: #27803e;
}
.pubback-l a span,.pubback-r a span{
	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/item-prev-fan.svg) no-repeat right center;
	background-size: 20px;
	display: inline-block;
	width: 15px;
	height: 25px;
}
.pubback .pubback-r a:last-child i{
	background: url(../fonts/item-next-fan.svg) 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: #27803e 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;
}








/* 客户支持 */
.suppBox{
	width: 100%;
	background-color: #F8F8F8;
	padding: 70px 0;
	
}
.sup-items{
	background-color: #FFFFFF;
	padding: 2% 2% 3% 2.5%;
	margin-bottom: 30px;
	
}
.sup-items:last-child{
	margin-bottom: 0;
}
.items_boxs_lf{
	width: 90%;
}
.items_boxs_lf h3{
	font-size: 18px;
	line-height: 18px;
	color: #156905;
	margin-bottom: 15px;
}
.items_boxs_lf p{
	width: 100%;
	height: 42px;
	overflow: hidden;
	text-overline: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	
}
.items_boxs_rh{
	width: 7%;
	margin-top: 25px;
}
.items_boxs_rh a {
	width: 100%;
    height: 42px;
    background-image: url(../images/down.png);
    background-repeat: no-repeat;
    background-position: 34px center;
    background-size: 18px;
    display: block;
	transition: all .5s;
}
.items_boxs_rh a img{
	display: inline-block;
	margin-top: 9px;
}
.items_boxs_rh a:before{
	content: '';
	height: 42px;
	display: inline-block;
	border-left: 1px #D7D7D8 solid;
	float: left;
	
}
.items_boxs_rh a.on,.items_boxs_rh a:hover{
	background-image: url(../images/down-fan.png);
}














/* 结束 */





@media screen and (max-width:1000px) {
	.detailBox{
		padding: 30px 0;
		margin-bottom: 0 !important;
	}
	.detailCons{
		width: 80%;
		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;
	}
	.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;
		padding-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;
	}
	.pubback-l a i {
		background: url(../images/back-totop.png) no-repeat right 1px;
		background-size: 20px;
		display: inline-block;
		width: 25px;
		height: 25px;
	}
	.support_list{
		width: 90%;
	}
	.sup-items {
		background-color: #FFFFFF;
		padding: 7% 7% 7% 6%;
		margin-bottom: 30px;
	}
	.items_boxs_lf {
		width: 80%;
	}
	.items_boxs_rh {
		width: 15%;
		margin-top: 25px;
	}
	.items_boxs_rh a {
		background-position: 18px center;
	}
	.suppBox {
		padding: 30px 0;
	}

	
}


.anlidy{width: 1200px;margin: 0 auto;overflow: hidden;margin-top: 20px;}
.anlidy .tit{margin-bottom: 10px;}
.anlidy .tit h2{font-size: 20px;padding-left: 8px;color: #00743e;font-weight: bold;}
.anlidy .dynr ul{overflow: hidden;}
.anlidy .dynr ul li{width: 24%;float: left;margin-right: 10px;}
.anlidy .dynr ul li img{width: 100%;height: 209px;}
.anlidy .dynr ul li p{text-align: center;height: 40px;line-height: 40px;background: #ddd;color: #333;}
.anlidy .dynr ul li:hover p{background: #00673b;color: white;}

@media screen and (max-width:768px) {
	.anlidy{width:100%;}
	.anlidy .dynr ul li{width: 100%; margin-bottom:15px;}
}
