.slideGroup01 .parBd ul li:nth-child(4n) {
	margin-right: 0;
}

.slideGroup01 .parBd ul li {
	margin-bottom: 40px;
}

.pic .btnBox {

	text-align: left;

	margin: 0 auto;

	width: 300px;

	height: 54px;

	line-height: 54px;

	overflow: hidden;

	background: url(../images/pro_btn_Box.png) no-repeat;

	border-radius: 25px;

	margin-bottom: 30px;

}

.pic .btnBox a {

	text-decoration: none;

	display: block;

	float: left;

	width: 50%;

	font-size: 16px;

	color: #fff;

	text-indent: 34px;

	background: url(../images/pro_btn.png) no-repeat 110px center;

	transition: all 0.5s ease-out;

}

.indexcaselicon li {
	width: calc(16.6666% - 25px) !important;
	margin-right: 30px !important;
}

.indexcaselicon li:nth-child(6n) {

	margin-right: 0 !important;

}

.pic .btnBox a:hover {
	text-indent: 30px;
	background-position: 112px center;
}

#map {
	margin-bottom: 50px;
}

.cpcenter {
	margin: 50px 0;
}

.cpcenter li {

	width: 240px;

	height: 50px;

	font-size: 16px;

	line-height: 50px;

	text-align: center;

	display: inline-block;

	border-right: 1px solid #eee;

	margin: 0 20px;

	background: #f4f4f4;

	cursor: pointer;

	text-overflow: ellipsis;

	overflow: hidden;

	white-space: nowrap;

	margin-bottom: 15px;

}

.lanmuimg {
	display: flex;

	align-items: center;

	justify-content: center;
}

.sorttitle {
	font-size: 40px;

	color: #fff;

	margin-bottom: 30px;
	letter-spacing: 5px;
}

.cplistcon {
	text-align: center;
	width: 1200px;
}

.cpcenter li.sidenavcur,
.cpcenter li:hover {

	background: #fe762d;

	border-color: #fe762d;

	color: #fff;

}

.cpcenter li.sidenavcur a,
.cpcenter li:hover a {
	color: #fff;
}

/* .cplistcon{text-align: center;margin: 50px 0;} */

/* .cpcenter li:hover{background: #fe6716;color: #fff;font-weight: bold;}

.cpcenter li:hover a{color: #fff;}

.cpcenter li.on{background: #fe6716;color: #fff;font-weight: bold;}

.cpcenter li.on a{color: #fff;} */



.sortcpconn .parBd li {
	box-shadow: 0px 0px 5px rgba(206, 202, 202, 0.5);
	margin: 0 40px 0 0 !important;
	margin-bottom: 40px !important;
	width: calc(25% - 30px) !important;
}

.sortcpconn .parBd li:nth-child(4n) {
	margin-right: 0 !important;
}

.sortcpconn .slideGroup01 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}



.sortcommcon {
	font-size: 16px;
	line-height: 24px;
	border: 1px dashed #e4e4e4;
	margin: 20px 0;
	padding: 30px;
	border-radius: 10px;
}

.sortcommcon img {
	max-width: 100%;
}





/*视频展示*/



.videocon .video {
	box-sizing: border-box;
	position: relative;
	margin: auto;
	margin-bottom: 40px;
}

.videocon .video li {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	box-sizing: border-box;
	padding: 20px 0;
	border-bottom: 1px solid #ddd;
}

.videocon .video li .left {
	width: 60%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	overflow: hidden;
}

.videocon .video li .left h3 {
	font-size: 24px;
	color: #fe6716;
	text-transform: uppercase;
	width: 20%;
	position: relative;
	margin-top: 40px;
}

.videocon .video li .left h3:after {
	content: '';
	display: block;
	width: 130px;
	height: 1px;
	background-color: #fe6716;
	position: absolute;
	right: -65px;
	top: 50%;
	z-index: 2;
}

.videocon .video li .left .imgboxcon {
	width: 80%;
	overflow: hidden;
	position: relative;
}

.videocon .video li .left .imgboxcon img {
	display: block;
	width: 100%;
	transition: all .6s;
}

.videocon .video li .left .imgboxcon:hover>img {
	transform: scale(1.1);
}

.videocon .video li .left .imgboxcon a {
	display: block;
	width: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
}

.videocon .video li .left .imgboxcon a img {
	width: 100%;
}



.videocon .video li .right {
	width: 40%;
	box-sizing: border-box;
	padding-left: 70px;
}

.videocon .video li .right h3 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
}

.videocon .video li .right p {
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}

.videocon .video li .right p:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #333333;
	position: absolute;
	left: 0;
	top: 10px;
}

.videocon .video li .right .link {
	margin-top: 70px;
}

.videocon .video li .right .link a {
	width: 170px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 20px;
	display: block;
}

.videocon .video li .right .link a:last-child {
	margin-bottom: 0;
}



.videocon .more {
	display: block;
	width: 152px;
	height: 50px;
	border-radius: 2rem;
	text-align: center;
	line-height: 50px;
	border: 1px solid #fe6716;
	color: #fff;
	background-color: #fe6716;
	font-size: 14px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.videocon .more:after {
	content: '';
	display: block;
	width: 0%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all .3s;
	border-radius: 2rem;
}

.videocon .more:hover:after {
	width: 100%;
}

.videocon .more:hover {
	color: #fe6716;
}



.videocon .v-title {
	font-size: 20px;
	color: #333333;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 40px;
}

.videoneirong {
	margin: 20px 0;
}

.videocon {
	margin: 50px auto;
}







.service01 {
	margin: 80px auto;
	box-sizing: border-box;
	padding: 70px 0;
	background: url(../images/fuwu_00.jpg)no-repeat;
}

.service01 a {
	display: block;
	width: 25%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.service01 a img {
	display: block;
	width: auto;
	margin: auto;
	transition: all .6s;
}

.service01 a strong {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #f8ac08;
	margin: 20px auto;
}

.service01 a p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 10px;
}

.service01 a font {
	font-size: 16px;
	color: #ffffff;
	text-transform: uppercase;
}

.service01 a:after {
	content: '';
	display: block;
	width: 1px;
	height: 50%;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	right: 0;
	top: 25%;
}

.service01 a:last-child:after {
	display: none;
}

.service01 a:hover img {
	transform: rotateY(180deg);
}





.service02 {
	margin: 80px auto;
	box-sizing: border-box;
}

.s-top {
	text-align: center;
	margin-bottom: 40px;
}

.s-top h3 {
	font-size: 30px;
	color: #333333;
	margin-bottom: 15px;
}

.s-top h4 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
}

.service02 .min {
	width: 100%;
	box-sizing: border-box;
}

.service02 .min a {
	display: block;
	width: 49%;
	float: left;
	margin-right: 2%;
	position: relative;
}

.service02 .min a:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgb(254, 118, 45, 0.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	transition: all .3s;
}

.service02 .min a:last-child {
	margin-right: 0;
}

.service02 .min a img {
	display: block;
	width: 100%;
}

.service02 .min a .text {
	width: 90%;
	position: absolute;
	left: 5%;
	box-sizing: border-box;
	padding-left: 80px;
	bottom: 40px;
	z-index: 2;
}

.service02 .min a .text font {
	display: block;
	width: 46px;
	height: 46px;
	background-color: #fe762d;
	color: #FFFFFF;
	font-size: 20px;
	line-height: 46px;
	text-align: center;
	position: absolute;
	left: 0;
}

.service02 .min a .text h3 {
	font-size: 20px;
	color: #fe762d;
	margin-top: 13px;
	font-weight: bold;
}

.service02 .min a .text .hove {
	margin-top: 40px;
	opacity: 0;
	margin-bottom: -26%;
	transition: all .6s;
}

.service02 .min a .text p {
	display: block;
	position: relative;
	padding-left: 15px;
	font-size: 16px;
	margin-bottom: 20px;
	color: #FFFFFF;
}

.service02 .min a .text p:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 10px;
}

.service02 .min a .text p:last-child {
	margin-bottom: 0;
}

.service02 .min a:hover:before {
	opacity: 1;
}

.service02 .min a:hover .text font {
	color: #fe762d;
	background-color: #FFFFFF;
}

.service02 .min a:hover .text h3 {
	color: #FFFFFF;
}

.service02 .min a:hover .text .hove {
	opacity: 1;
	margin-bottom: 0;
}



.caselicon {
	width: 100%;
}

.fuwucon {
	line-height: 30px;
	font-size: 16px;
	color: #787878;
	text-indent: 34px;
	margin-bottom: 20px;
}

.caselicon li {
	float: left;
	width: 216px;
	margin-bottom: 20px;
	margin-right: 30px;
}

.caselicon li:nth-child(5n) {
	margin-right: 0;
}

.caselicon li a img {
	width: 100%;
	border: 1px solid #eee;
	text-align: center;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.caselicon li a p {
	margin: 5px 0;
	text-align: center;
}

.caselicon {
	margin: 50px 0;
}

.yunu-section {
	background: url(../images/yin_bg.jpg) no-repeat center top;
}

.yunu-section {

	padding: 60px 0;

}

.yunu-shili li {
	text-align: center;
	float: left;
	width: 33.333333%;
	background: url(../images/yin_ico07.png) no-repeat 130px center;
	text-indent: 50px;
	font-size: 16px;
	line-height: 45px;
}

.yunu-shili li:hover {
	color: #f68100;
}



.yunu-total {
	margin: 40px 0 0 0;
}

.yunu-total li {
	width: 245px;
	height: 282px;
	background: url(../images/iserve_bg.png) no-repeat 0 0;
	padding: 85px 0 0;
	float: left;
	text-align: center;
}

.yunu-total li strong {
	font-size: 60px;
	font-family: Impact;
	line-height: 1.1;
}

.yunu-total li small {
	font-size: 16px;
	padding-left: 5px;
	color: #f68100;
}

.yunu-total li p {
	font-size: 18px;
	margin: 5px 0 0;
}

.yunu-total li:nth-of-type(even) {
	background-position: 0 -282px;
	color: #fff;
}

.yunu-total li {
	margin-right: 172px;
}

.yunu-total li:last-child {
	margin-right: 0;
}



.scroll-bg {

	height: 366px;

	overflow: hidden;

	position: relative;

}

.scrollbgimg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 366px;
	background: url(../images/wimg39.jpg) center center no-repeat;
	z-index: 0
}

.questionsbg {
	position: relative;
	z-index: 2;
	height: 366px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	text-align: center;
	padding-top: 100px
}

.questionsbg h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	text-transform: uppercase
}

.questionsbg .text {
	color: rgba(255, 255, 255, .6);
	font-size: 20px;
	line-height: 30px
}

.questionsbg .quesmore {
	margin-top: 30px;
	text-align: center;
	cursor: pointer;
}

.questionsbg .quesmore a {
	display: inline-block;
	width: 233px;
	height: 49px;
	line-height: 49px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	color: #fff;
	background: #d3252e;
	font-size: 16px
}





.aboutcon {
	font-size: 16px;
	line-height: 30px;
	margin: 50px 0;
}
.aboutcon img{
	width:100%!important;
	height:100%!important;
}


.synopsis02warp {
	width: 100%;
	box-sizing: border-box;
	padding: 80px 0;
	background: url(../images/jianjie_00.jpg)no-repeat fixed;
	background-size: 100%;
}

.synopsis02warp .synopsis02 {
	box-sizing: border-box;
}

.synopsis02warp .synopsis02 .left {
	width: 35%;
	float: left;
	padding-top: 30px;
}

.synopsis02warp .synopsis02 .left .l-h3,
.synopsis02warp .synopsis02 .left .l-h4 {
	color: #FFFFFF;
}

.synopsis02warp .synopsis02 .left .l-h4 {
	margin-bottom: 40px;
}

.synopsis02warp .synopsis02 .left ul li p {
	font-size: 20px;
	color: #ffffff;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 10px;
}

.synopsis02warp .synopsis02 .left ul li p:after {
	content: '';
	display: block;
	width: 70px;
	height: 1px;
	background-color: #FFFFFF;
	margin-left: 20px;
}

.synopsis02warp .synopsis02 .left ul li h3 {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.synopsis02warp .synopsis02 .left ul li {
	margin-bottom: 30px;
	display: block;
}

.synopsis02warp .synopsis02 .left ul li:last-child {
	margin-bottom: 0;
}

.synopsis02warp .synopsis02 .right {
	width: 65%;
	float: left;
}

.synopsis02warp .synopsis02 .right a {
	display: block;
	width: 48%;
	float: left;
	margin-right: 4%;
}

.synopsis02warp .synopsis02 .right a:last-child {
	margin-right: 0;
}

.synopsis02warp .synopsis02 .right a .imgbox {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.synopsis02warp .synopsis02 .right a .imgbox img {
	display: block;
	width: 100%;
	transition: all .6s;
}

.synopsis02warp .synopsis02 .right a:hover .imgbox img {
	transform: scale(1.1);
}

.synopsis02warp .synopsis02 .right a .text {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	background-color: #FFFFFF;
}

.synopsis02warp .synopsis02 .right a .text h3 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 10px;
}

.synopsis02warp .synopsis02 .right a .text h4 {
	font-weight: normal;
	font-size: 16px;
	color: #333333;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
}

.synopsis02warp .synopsis02 .right a .text h4:before {
	content: '';
	display: block;
	width: 60px;
	height: 1px;
	background-color: #333333;
	margin-right: 10px;
}



.newscont {
	font-size: 14px;
}

.newscont img {
	max-width: 100%;
}

.aboutweishenm {
	margin: 80px auto;
}

.wsmcon li {
	width: 33.333%;
	text-align: center;
	float: left;
}

.wsmcon li .ysyuan {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-color: #fe762d;
	margin: 0 auto;
}

.wsmcon li .ysyuan i {

	font-size: 80px;

	text-align: center;

	color: #fff;

	line-height: 160px;

}

.wsmcon h2 {

	font-size: 24px;

	margin-top: 10px;

}

.wsmcon .ysdesc {

	font-size: 16px;

	color: #847f7f;

	margin-top: 15px;

}



.aboutrow {
	margin: 50px 0;
}

.aboutleft {
	width: 600px;
	float: left;
}

.aboutleft img {
	width: 100%;
}

.aboutright {
	width: 550px;
	float: right;
}

.aboutright h3 {
	font-size: 30px;

	font-weight: bold;

	color: #fe762d;

	line-height: 50px;

	padding-bottom: 20px;
}

.aboutrightpp {

	font-size: 14px;

	color: #333;

	line-height: 28px;

}

.aboutrightpp p {
	line-height: 40px;
	font-size: 18px;
}

.hytitle {
	font-size: 50px;
	text-align: center;
	color: #fff;
}

.hysubtitle {
	font-size: 20px;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 50px;
	color: #efecec;
}

.hycon {
	width: 100%;
	background-color: #fff;
	box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.2);
}
.index_hangye{background:url(../images/indexhy.jpg) no-repeat ;}
.hycon ul li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
	padding: 30px 0;
	border-right: 1px solid #e0d9d9;
	
}
.hycon ul li:nth-child(4n){border-right: none;}
.hycon ul li:nth-child(1){border-bottom: 1px solid #e0d9d9;}
.hycon ul li:nth-child(2){border-bottom: 1px solid #e0d9d9;}
.hycon ul li:nth-child(3){border-bottom: 1px solid #e0d9d9;}
.hycon ul li:nth-child(4){border-bottom: 1px solid #e0d9d9;}
.hycon ul li i {
	font-size: 70px;
	text-align: center;
	color: #fe6716;
}
.hyconul{padding: 40px 0;}
.hycon ul{display: block;padding: 30px 100px;}
.hycon ul li .hypt{font-size: 22px;}
.hycon ul li p:last-child{font-size: 18px;color: #9e9e9e;margin-top: 10px;}
