@charset "utf-8";

/*public */

.act-page {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.banner {
	height: 480px;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center center;
}
.section {
	font-family: "微软雅黑";
}
.section p {
	font-size: 18px;
	line-height: 30px;
}
.Title {
	margin: 60px 0 50px;
	position: relative;
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
	padding-bottom: 30px;
}
.Title .line {
	width: 26px;
	height: 7px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -13px;
	background: #779ce6;
}
.white {
	color: #fff;
}
.white .Title .line {
	background: #fff;
}
.ser-list {
	padding-top: 140px;
	background: url(../images/ser-img.png) no-repeat top center;
}
.ser-list li {
	float: left;
	width: 25%;
}
.service-flow {
	background: #f6f9ff;
	padding-bottom: 80px;
}
.flow-list {
	background: url(../images/lc-img.png) no-repeat top center;
	padding-top: 110px;
}
.flow-list li {
	width: 20%;
}
.flow-list h3 {
	font-size: 22px;
	color: #444;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.flow-list p {
	font-size: 16px;
	color: #666;
	line-height: 25px;
}
.case {
	padding-bottom: 60px;
}
.case-item {
	margin-bottom: 40px;
	text-align: left;
}
.case-item h3 {
	font-size: 24px;
	color: #444;
	line-height: 40px;
	padding-left: 66px;
	font-weight: bold;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left top;
}
.case-item h3.bg {
	background-image: url(../images/icon-s01.png);
}
.case-item h3.pro {
	background-image: url(../images/icon-s02.png);
}
.case-item h3.result {
	background-image: url(../images/icon-s03.png);
}
.case-item li {
	padding-left: 20px;
	color: #666;
	background: url(../images/dit.jpg) no-repeat left 7px top 15px;
}
.attention {
	height: 480px;
	background: url(../images/bg01.jpg) no-repeat center;
}
.att-list {
	text-align: left;
	margin-left: 40px;
	margin-bottom: 80px;
}
.att-list li {
	padding-left: 24px;
	background: url(../images/spot.png) no-repeat left top 12px;
	margin-bottom: 10px;
}
.att-list p {
	font-size: 16px;
}
.prolist{
	width: 1005px;
	margin: 0 auto 60px;
}
.list-ul li{float: left; width: 33.33%;}
.prolist .item {	
	background: #fff;
	width: 310px;
	margin: 10px auto;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.prolist .intro {
	border: 1px solid #f0f0f0;
	border-top:none ;
	box-sizing: border-box;
	height: 100px;
	padding: 10px 0;
	text-align: center;
	display: table;
	width: 100%;
}
.prolist .intro h3 {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	vertical-align: middle;
	display: table-cell;
}
.prolist .item:hover{
	box-shadow: 0 0 10px 1px #e7e7e7;
}
.prolist .owl-theme .owl-controls .owl-nav [class*="owl-"]{width: 58px; height: 58px; position: absolute; top: 50%; margin-top: -29px;}
.prolist .owl-theme .owl-controls .owl-nav .owl-prev{left: -100px; background: url(../images/left.png) no-repeat center;}
.prolist .owl-theme .owl-controls .owl-nav .owl-next{right: -100px; background: url(../images/right.png) no-repeat center;}
.prolist .owl-theme .owl-controls .owl-nav .owl-prev.lose{background: url(../images/left01.png) no-repeat center; }
.prolist .owl-theme .owl-controls .owl-nav .owl-next.lose{background: url(../images/right01.png) no-repeat center; }