
/* 首页服务 */
.i-fuwu {
	width: 100%;
	height: 500px;
	background: #EDEEEE;
	font-family: "微软雅黑";
}
.i-fuwu .wrap {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
}
.i-fuwu .fwBd {
	width: 1250px;
	margin-left: -25px;
}
.i-fuwu .fwBd .list {
	position: relative;
	width: 100%;
}
.i-fuwu .fwBd .list .hd {
	position: absolute;
	top: 140px;
	z-index: 6;
	width: 100%;
	height: 90px;
}
.i-fuwu .fwBd .list .hd a {
	position: absolute;
	display: block;
	width: 20px;
	height: 90px;
}
.i-fuwu .fwBd .list .hd .prev {
	left: 0;
	background: #fff url(../images/picScrollFw-prev.png) no-repeat;
}
.i-fuwu .fwBd .list .hd .next {
	right: 0;
	background: #fff url(../images/picScrollFw-next.png) no-repeat;
}
.i-fuwu .fwBd .list .bd {
	width: 1150px;
	margin: 0 auto;
	margin-top: 20px;
}
.i-fuwu .fwBd .list .bd .picList {
	width: 100%;
}
.i-fuwu .fwBd .list .bd .picList li {
	float: left;
	width: 270px;
	height: 370px;
	background: #FEFEFE;
	margin-right: 24px;
}
.i-fuwu .fwBd .list .bd .picList li h5 {
	width: 100%;
	height: 85px;
	line-height: 70px;
	font-size: 18px;
	color: #020202;
	text-align: center;
	font-weight: 400;
}
.i-fuwu .fwBd .list .bd .picList li img {
	display: block;
	width: 210px;
	height: 120px;
	margin: 0 auto;
}
.i-fuwu .fwBd .list .bd .picList li p {
	display: block;
	width: 80%;
	height: 72px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	color: #020202;
	margin: 15px auto;
}
.i-fuwu .fwBd .list .bd .picList li .more {
	display: block;
	width: 90px;
	height: 28px;
	border: 1px solid #B5B5B5;
	text-align: center;
	line-height: 28px;
	font-size: 12px;
	color: #020202;
	margin: 0 auto;
}
.i-fuwu .fwBd .list .bd .picList li .more:hover {
	background: #3BBCA4;
	color: #fff;
}



/* 更多配套服务 */
.i-serMore {
	width: 100%;
	height: 450px;
	background: #F5F7FA;
	font-family: "微软雅黑";
}
.i-serMore .smBd {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.i-serMore .smBd .picList {
	width: 110%;
}
.i-serMore .smBd .picList li {
	float: left;
	width: 300px;
	height: 300px;
	border-right: 1px solid #C9C9C9;
}
.i-serMore .smBd .picList li h5 {
	width: 100%;
	height: 50px;
	line-height: 30px;
	font-size: 18px;
	color: #020202;
	text-align: center;
	font-weight: 400;
}
.i-serMore .smBd .picList li img {
	display: block;
	width: 210px;
	height: 120px;
	margin: 0 auto;
}
.i-serMore .smBd .picList li p {
	display: block;
	width: 80%;
	height: 72px;
	overflow: hidden;
	text-align: center;
	font-size: 13px;
	color: #020202;
	margin: 10px auto;
}
.i-serMore .smBd .picList li .more {
	display: block;
	width: 90px;
	height: 28px;
	border: 1px solid #B5B5B5;
	text-align: center;
	line-height: 28px;
	font-size: 13px;
	color: #020202;
	margin: 0 auto;
}
.i-serMore .smBd .picList li .more:hover {
	background: #3BBCA4;
	color: #fff;
}






/* 首页理由 */
.i-liyou {
	lywidth: 100%;
	height: 510px;
	background: #EDEEEE;
	font-family: "微软雅黑";
}
.i-liyou .lyBd {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.i-liyou .lyBd .picList {
	width: 110%;
}
.i-liyou .lyBd .picList li {
	float: left;
	width: 200px;
	height: 306px;
	border: 1px solid #dcdada;
	margin-right: 30px;
}
.i-liyou .lyBd .picList li img {
	display: block;
	width: 150px;
	height: 120px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.i-liyou .lyBd .picList li h5 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #020202;
	text-align: center;
	font-weight: 400;
}
.i-liyou .lyBd .picList li p {
	display: block;
	width: 80%;
	height: 60px;
	overflow: hidden;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 13px;
	color: #1e1e1e;
	margin: 0px auto 10px;
}
.i-liyou .lyBd .picList li .more {
	display: block;
	width: 90px;
	height: 28px;
	border: 1px solid #B5B5B5;
	text-align: center;
	line-height: 28px;
	font-size: 13px;
	color: #020202;
	margin: 0 auto;
	border-radius: 5px; 
}
.i-liyou .lyBd .picList li .more:hover {
	background: #3BBCA4;
	color: #fff;
}

/* 首页案例 */
.i-caseList {
	width: 100%;
	height: 690px;
	overflow: hidden;
	font-family: "微软雅黑";	
	background: #EDEEEE url(../images/bg4.jpg) center top no-repeat;
}
.i-caseList .csNav {
	width: 100%;
	padding: 60px 0 40px;
	overflow: hidden;
}
.i-caseList .csNav ul {
	width: 100%;
	text-align: center;
	overflow: hidden;
}	
.i-caseList .csNav li {
	display: inline-block;
	margin: 0 10px;
}
.i-caseList .csNav li a {
	width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    background: #010101;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 15px;
    cursor: pointer;
}
.i-caseList .csNav li.on a {
	background: #40B39E;
	color: #fff;
}
.i-caseList .csList {
	width: 100%;
	overflow: hidden;
}
.i-caseList .csList .itm {
	display: none;
}
.i-caseList .csList ul {
	width: 100%;
	overflow: hidden;
}
.i-caseList .csList li {
	position: relative;
	float: left;
	width: 380px;
	margin: 10px;
	overflow: hidden;
}
.i-caseList .csList li .pic {
	display: block;
	width: 100%;
	height: 230px;
}
.i-caseList .csList li .info {
	position: absolute;
	left: 0;
	top: 230px;
	padding: 20px;
	height: 190px;
	background: rgba(0,0,0,0.6);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.i-caseList .csList li:hover .info {
	top: 0;
}
.i-caseList .csList li .info .t {
	display: block;
	width: 100%;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #fff;
	line-height: 60px;
	text-align: center;
}
.i-caseList .csList li .info p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}
.i-caseList .csList li .info .more {
	display: block;
	width: 120px;
	height: 30px;
	margin: 18px auto;
	border: 1px solid #fff;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}


/* 首页案例 */
.i-anli {
	width: 100%;
	height: 580px;
	overflow: hidden;
	font-family: "微软雅黑";	
	background: #EDEEEE url(../images/i-anli-bg.jpg) center top no-repeat;
}
.i-anli .alItem1 {
	width: 790px;
	height: 34px;
	margin: 80px auto 20px;
}
.i-anli .alItem1 .list {
	position: relative;
	width: 100%;
	height: 34px;
}
.i-anli .alItem1 .list .hd {
	position: absolute;
	top: 0;
	width: 100%;
	height: 34px;
}
.i-anli .alItem1 .list .hd a {
	position: absolute;
	top: 0;
	z-index: 999;
	display: block;
	width: 20px;
	height: 34px;
	cursor: pointer;
}
.i-anli .alItem1 .list .hd .next {
	right: 0;
	background: url(../images/i-anli-next.png) no-repeat;
}
.i-anli .alItem1 .list .hd .prev {
	left: 0;
	background: url(../images/i-anli-prev.png) no-repeat;
}
.i-anli .alItem1 .list .bd {
	position: absolute;
	left: 40px;
	width: 800px;
	height: 34px;
	margin: 0 auto;
}
.i-anli .alItem1 .list .bd .picList {
	width: 100%;
}
.i-anli .alItem1 .list .bd .picList li {
	float: left;
	width: 85px;
	height: 34px;
	margin-right: 5px;
}
.i-anli .alItem1 .list .bd .picList li a {
	display: block;
	width: 100%;
	height: 100%;
}
.i-anli .alItem1 .list .bd .picList li a img {
	display: block;
	width: 100%;
	height: 100%;
}
.i-anli .alItem2 {
	width: 1050px;
	height: 440px;
	margin: 0 auto;
}
.i-anli .alItem2 .desItem {
	display: none;
	width: 100%;
	height: 100%;
}
.i-anli .alItem2 .desItem .lfPic {
	float: left;
	width: 600px;
	height: 440px;
}
.i-anli .alItem2 .desItem .lfPic img {
	display: block;
	width: 600px;
	height: 440px;
}
.i-anli .alItem2 .desItem .rightInfo {
	float: right;
	width: 400px;
}
.i-anli .alItem2 .desItem .rightInfo .img {
	display: block;
	width: 200px;
	height: 120px;
	margin-top: 60px;
}
.i-anli .alItem2 .desItem .rightInfo h4 {
	display: block;
	font-size: 22px;
	color: #fff;
}
.i-anli .alItem2 .desItem .rightInfo p {
	display: block;
	width: 100%;
	height: 48px;
	overflow: hidden;
	margin: 12px 0 20px;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.i-anli .alItem2 .desItem .rightInfo .more {
	display: block;
	width: 120px;
	height: 30px;
	background: #D2D2D2;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
}
.i-anli .alItem2 .desItem .rightInfo .more:hover {
	background: #3bbca4;
	color: #fff;
}


/* 合作客户 */
.i-hezuo {
	width: 100%;
	height: 420px;
	padding-top: 20px;
	background: #EDEEEE;
}
.i-hezuo .hzBd {
	width: 100%;
	overflow: hidden;
}
.i-hezuo .hzBd ul {
	width: 110%;
	overflow: hidden;
}
.i-hezuo .hzBd ul li {
	float: left;
	width: 185px;
	height: 60px;
	margin: 26px 18px 0 0;
}
.i-hezuo .hzBd ul li a {
	display: block;
}
.i-hezuo .hzBd ul li a img {
	display: block;
	width: 170px;
	height: 58px;
}






/* 首页新闻 */
.i-xinwen {
	width: 100%;
	height: 400px;
	padding: 50px 0;
	font-family: "微软雅黑";
}
.i-xinwen .leftCon {
	float: left;
	width: 650px;
	height: 400px;
	padding-right: 50px;
	border-right: 1px solid #EDEEEE;
}
.i-xinwen .leftCon .xHd {
	display: inline-block;
	width: auto;
	height: 45px;
	background: #EDEEEE;
}
.i-xinwen .leftCon .xHd a {
	float: left;
	display: block;
	width: 114px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #020202;
}
.i-xinwen .leftCon .xHd a:hover,
.i-xinwen .leftCon .xHd a.on {
	background: #3BBCA4;
	color: #fff;
}
.i-xinwen .leftCon .xCon {
	width: 100%;
	margin-top: 10px;
}
.i-xinwen .leftCon .xCon .item {
	display: block;
}
.i-xinwen .leftCon .xCon .new {
	width: 100%;
	height: 147px;
}
.i-xinwen .leftCon .xCon .new .pic {
	float: left;
	width: 218px;
	height: 147px;
	margin-right: 25px;
}
.i-xinwen .leftCon .xCon .new .pic img {
	display: block;
	width: 218px;
	height: 147px;
}
.i-xinwen .leftCon .xCon .new .info {
	float: right;
	width: 400px;
	overflow: hidden;
}
.i-xinwen .leftCon .xCon .new .info .tit {
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 18px;
	color: #020202;
}
.i-xinwen .leftCon .xCon .new .info p {
	margin-top: 15px;
	width: 100%;
	height: 80px;
	overflow: hidden;
	font-size: 13px;
	color: #020202;
	line-height: 25px;
	text-indent: 2em;
}
.i-xinwen .leftCon .xCon .new .info .more {
	float: right;
	margin-right: 30px;
}
.i-xinwen .leftCon .xCon .list {
	width: 115%;
	overflow: hidden;
	margin-top: 40px;
}
.i-xinwen .leftCon .xCon .list li {
	float: left;
	width: 320px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 40px;
}
.i-xinwen .leftCon .xCon .list li .tit {
	display: block;
	font-size: 14px;
	color: #000;
}
.i-xinwen .leftCon .xCon .list li .tit:hover {
	color: #3BBCA4;
}
.i-xinwen .rightCon {
	float: right;
	width: 420px;
	padding-left: 50px;
}
.i-xinwen .rightCon .rTit {
	width: 100%;
	height: 45px;
	background: #EDEEEE;
	font-size: 22px;
	color: #020202;
	line-height: 45px;
	text-indent: 6px;
}
.i-xinwen .rightCon .rBd {
	width: 100%;
	margin-top: 15px;
}
.i-xinwen .rightCon .rBd form {
	width: 100%;
}
.i-xinwen .rightCon .rBd form p {
	width: 100%;
	height: 36px;
	margin-bottom: 18px;
}
.i-xinwen .rightCon .rBd form p .fl {
	float: left;
}
.i-xinwen .rightCon .rBd form p .fr {
	float: right;
}
.i-xinwen .rightCon .rBd form p .w50p {
	width: 45%;
}
.i-xinwen .rightCon .rBd form input {
	display: block;
	width: 100%;
	height: 36px;
	background: none;
	border: 1px solid #BFBFBF;
	text-indent: 5px;
}
.i-xinwen .rightCon .rBd form select {	
	display: block;
	width: 100%;
	height: 36px;
	background: none;
	border: 1px solid #BFBFBF;
	text-indent: 5px;
}
.i-xinwen .rightCon .rBd form select option {
	
}
.i-xinwen .rightCon .rBd form .txt {
	width: 100%;
	height: 110px;
	padding: 5px 0;
}
.i-xinwen .rightCon .rBd form .txt textarea {
	padding: 1.5% 5px;
	width: 97%;
	height: 100px;
	background: none;
}
.i-xinwen .rightCon .rBd form .btn {
	width: 100%;
}
.i-xinwen .rightCon .rBd form .btn span {
	float: left;
	font-size: 12px;
	color: #b3b4b4;
	padding-left: 15px;
	background: url(../images/i-msg-icon.png) left center no-repeat;
}
.i-xinwen .rightCon .rBd form .btn input {
	float: right;
	display: block;
	width: 100px;
	height: 36px;
	background: #3BBCA4;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	color: #020202;
	border: none;
	cursor: pointer;
}