.votemorewarp .layout {
	max-width: 1400px;
	margin: 0 auto;
}

.section01 {
	background-color: #fff;
	padding-top: 0px;
	padding-bottom: 0px
}

.section01,
.section02,
.section03,
.section04 {
	padding-top: 0px
}
.section01 {
	padding-bottom: 0px;
}


.index-ser {
	
	margin-top: -15px;
	width: 100%
}

.index-ser ul li {
	width: 23.87%;
	float: left;
	margin-top: 0px;
	margin-right: 1.5%;
	margin-right: 1%\0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.index-ser ul li:hover {
	box-shadow: 0 17px 50px 0 rgba(0, 0, 0, .19);
	transform: translate3d(0, -2px, 0);
	transition: all .3s cubic-bezier(.55, 0, .1, 1)
}

.index-ser ul li:nth-of-type(4n),
.index-ser ul li.mr0 {
	margin-right: 0
}

.index-ser ul li .item {
	
	height: 270px;
	border: 1px solid #ddd;
	text-align: center;
	padding: 10% 17%
}

.index-ser ul li .co {
	width: 180px;
	height: 150px;
	display: block;
	margin: 0 auto;
	-webkit-transition: all 1.5s ease;
	transition: all 1.5s ease
}

.index-ser ul li:hover .co {
	background-position: -180px 0
}

.index-ser ul li h2 {
	font-size: 18px;
	color: #333;
	margin: 15px 0
}

.index-ser ul li span {
	font-size: 14px;
	color: #666;
	display: block
}

@media screen and (max-width:640px) {
	
	
	.index-ser {
		padding-top: 0
	}
	.index-ser ul li {
		width: 49%;
		margin-right: 2%
	}
	.index-ser ul li:nth-of-type(2n) {
		margin-right: 0
	}
	.index-ser ul li .item {
		padding: 10px
	}
	.index-ser ul li .co {
		width: 100%;
		height: 84px;
		background-size: auto 100%
	}
	





















.index-title {
		font-size: 12px
	}
	.index-title span {
		font-size: 30px
	}



}

@media screen and (max-width:768px) {
	
	.index-ser {
		padding-top: 30px
	}
	.index-ser ul li {
		width: 48%;
		margin-right: 3.7%;
		margin-top: 30px
	}
	.index-ser ul li:nth-of-type(2n) {
		margin-right: 0
	}
	
}



.section02 {
	margin-top: 30px;
	background-color: #efefef;
	padding-top: 80px;
	overflow: hidden
}
.section02 .owl-theme .owl-controls .owl-buttons div.owl-prev,
.section04 .owl-theme .owl-controls .owl-buttons div.owl-prev {
	background-position: 0 0;
	margin-right: 55px
}
.section02 .owl-theme .owl-controls .owl-buttons div.owl-next,
.section04 .owl-theme .owl-controls .owl-buttons div.owl-next {
	background-position: -50px 0;
	margin-left: 55px
}
.section01,
.section02,
.section03,
.section04 {
	padding-top: 30px
}
.section02 .owl-theme .owl-controls .owl-buttons div,
.section04 .owl-theme .owl-controls .owl-buttons div {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	opacity: 1;
	background-color: #fff;
	background-image: url(../images/indexbtn.png);
	background-position: 0 0;
	background-repeat: no-repeat
}

.anli.span{
	font-size: 35px;margin-top: 30px;
}


.layout {
	padding-left: 4%;
	padding-right: 4%
}

/*.votemorewarp .layout {
	max-width: 1400px;
	margin: 0 auto
}*/

.index-case {
	
	width: 100%;
	padding-top: 20px;
	margin-bottom: 40px;
	position: relative
}
.index-case .owl-carousel {
	padding-bottom: 80px
}
.index-case .item {
	margin: 0!important
}

.index-case ul {
	padding-bottom: 30px
}

.index-case ul li {
	height: 400px;
	width: 24.77%;
	float: left;
	margin-bottom: .3%;
	margin-right: .3%;
	margin-right: 0.1%\0;
	background-color: #fff
}

.index-case ul li:nth-of-type(4n),
.index-case ul li.mr0 {
	margin-right: 0
}

.index-case ul li .pic {
	
	
	/*border: 1px solid red;*/
	
	
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #eee;
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}
.index-case ul li .bg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background-color: #000;
	filter: alpha(opacity=50);
	background-color: rgba(0, 0, 0, .5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.index-case ul li:hover .bg {
	visibility: visible;
	opacity: 1
}
.index-case ul li:hover .btn-group a,
.index-case ul li:hover .btn-group a {
	height: 50px
}

.index-case ul li .inxcasetxt::before,
.index-case ul li .inxcasetxt::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50%;
	height: 1.5px;
	background: #ccc;
	content: '';
	-webkit-transition: opacity .5s, -webkit-transform .5s;
	transition: opacity .5s, transform .5s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
	opacity: 0;
	z-index: 20
}

.index-case ul li:hover .inxcasetxt::before {
	opacity: .8;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.index-case ul li:hover .inxcasetxt::after {
	opacity: .8;
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}
.index-case ul li:hover .h2 span,
.index-case ul li:hover .h2 i {
	color: #fff
}

.index-case ul li:hover .h2:before {
	
	
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	height: auto\0
}

.index-case ul li .h2 span {

	font-size: 16px;
	color: #333;
	margin-right: 10px;
	position: relative;
	z-index: 5
}

.index-case ul li .h2 i {
	font-size: 12px;
	color: #999;
	position: relative;
	z-index: 5
}

.index-case .indexmore {
	position: static;
	left: auto;
	bottom: auto;
	margin: 0 auto;
	transform: translateX(0) translateY(0)
}
.news-warp .index-case {
	padding-top: 0;
	margin-bottom: 0
}
.index-case ul li .pic img {
	width: 100%;
	display: block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.index-case ul li .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.index-case ul li .h2 {
	
	margin-top: 0px;
	
	padding: 25px 15px;
	min-height: 20px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.index-case ul li .h2:before {
	
	
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #4b1141;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	height: 0px\0
}

@media screen and (max-width:640px) {
	
	.index-case {
		padding-top: 30px
	}
	.index-case ul li,
	.index-case ul li:nth-of-type(3n) {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%
	}
	.index-case ul li:nth-of-type(2n) {
		margin-right: 0
	}
	.index-case ul li .h2 {
		padding: 10px
	}
	.index-case ul li .h2 span {
		
		font-size: 14px;
		display: block
	}
	
	.index-case ul li:hover .btn-group a,
	.index-case ul li:hover .btn-group a {
		height: 30px;
		line-height: 30px
	}
	
	
	
}

@media screen and (max-width:768px) {
	
	.index-case ul li {
		width: 33%
	}
	.index-case ul li:nth-of-type(3n) {
		margin-right: 0
	}
	

}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: " ";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block
}

.index-news .item .pic {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #eee;
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat
}

.index-news .item .pic img {
	
	width: 100%;
	display: block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.index-news .item:hover .pic img {
	
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.ab-team ul li .pic {
	
	width: 100%;
	overflow: hidden
}

.ab-team ul li .pic img {
	
	width: 100%;
	display: block
}
.newslist .item .pic {
	width: 100%;
	overflow: hidden;
	background-color: #eee;
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat
}

.newslist .item .pic img {
	
	width: 100%;
	display: block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}
.caselike .item .pic {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #eee;
	background-image: url(../images/loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	position: relative
}
.caselike .item .pic img {
	
	width: 100%;
	display: block;
	-webkit-transition: all .5s ease;
	transition: all .5s ease
}

.caselike .item .pic:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.caselike .item .h2 {
	padding: 25px 15px;
	min-height: 20px;
	position: relative
}

.caselike .item .h2:before {
	content: "";
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cb0808;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	height: 0px\0
}

.caselike .item:hover .h2 span,
.caselike .item:hover .h2 i {
	
	color: #fff
}

.caselike .item:hover .h2:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	height: auto\0
}

.caselike .item .h2 span {
	
	color: #FFFF00;
	
	font-size: 16px;
	color: #333;
	margin-right: 10px;
	position: relative;
	z-index: 5
}

.caselike .item .h2 i {
	font-size: 12px;
	color: #999;
	position: relative;
	z-index: 5
}
.votetmain .h2 {
	font-size: 20px;
	color: #666;
	font-weight: 700;
	text-align: center
}
.bwcasetext .h2 {
	font-size: 36px;
	color: #fff;
	margin-top: 30px
}
.bwcasetext .h2 .line {
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 5px
}
.bwcasetext .h2 {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}
.active .bwcasetext .h2 {
	margin-top: 0
}
.kefu ul li .h2 {
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	padding: 0 25px
}
.foottou .ftcont h2 {
	font-size: 36px;
	color: #989898;
	margin: 10px 0
}
.index-ser ul li h2 {
	font-size: 18px;
	color: #333;
	margin: 15px 0
}
.gf-demand .h2 {
	font-size: 14px;
	color: #666
}
.ny-title h2 {
	margin-bottom: 15px
}

.about-box01 .about-tm .h2 {
	font-size: 40px;
	color: #000;
	margin-bottom: 30px
}

.about-box02 .about-xzwm .h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px
}
.about-box03 .about-xzwm .h2 {
	font-size: 40px;
	color: #000;
	margin-bottom: 30px
}
.ser-bz .h2 {
	font-size: 36px;
	color: #fff;
	margin-bottom: 20px
}
.newslist .hottou .hotbox .title h2 {
	font-size: 30px;
	color: #fff
}

@media screen and (max-width:1024px) {
	
	.active .bwcasetext .h2,
	.bwcasetext .h2 {
		margin-top: 0
	}
	
	.bwcasetext .h2 {
		font-size: 20px
	}
	
}


.btn-group a:hover {
	background: #fff
}

.btn-group .details_btn:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/bw01.png) no-repeat;
	margin-right: -15px
}

.btn-group .link_btn:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../images/bw02.png) no-repeat;
	margin-right: 5px
}


.em-h2 {
	font-size: 48px;
	color: #fff;
	margin: 10px 0
}



.btn-group {
	position: absolute;
	width: 100%;
	height: auto;
	overflow: hidden;
	bottom: 0;
	-webkit-backdrop-filter: blur(10px);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-align: center
}

.btn-group a {
	display: block;
	width: 100%;
	height: 0;
	line-height: 50px;
	margin-bottom: 1px;
	font-size: 12px;
	background-color: #ccc;
	background-color: rgba(255, 255, 255, .8);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #000
}







.index-title {
	text-align: center;
	font-size: 16px;
	color: #666
}

.index-title span {
	display: block;
	font-size: 40px;
	color: #000
}





