@charset "utf-8";
.hidden {
	display: none;
}
/*轮播banner*/

#lunbo{
				position:relative;
				background: url(../img/bannerBg.jpg) no-repeat;
				height:500px;
				width:100%;
				min-width: 1200px;
			}
			#lunbo li{
				position:absolute;
				top:0;
				left:0;
				width:100%;
				display: none;
			}
			#lunbo li.active{
				display: block;
			}
			#lunbo li.active .left{
				margin-left:0;
			}
			#lunbo li div{
				width:50%;
				line-height: 500px;
			}
			#lunbo li .squareBox{
				position:absolute;
				top:0;
				left: -200px;
			}
			#lunbo li .square{
				position:absolute;
				top:0;
				right:0;
			}
			#lunbo .square.email {
				right: 405px;
				top: 102px;
				transform-origin: 155px 149px;
			}
			#lunbo .square.pc {
				right: 155px;
				top: 130px;
				transform-origin: -106px 124px;
			}
			#lunbo .square.iphone {
				right: 118px;
				top: 366px;
				transform-origin: -130px -116px;
			}
			#lunbo .square.weixin {
				right: 318px;
				top: 364px;
				transform-origin: 68px -120px;
			}
			@keyframes move {
				from {
					transform: rotate(0deg);
				}
				to {
					transform: rotate(360deg);
				}
			}
			#lunbo li:nth-of-type(3) img.square {
				animation: move 5s infinite linear;
			}
			#lunbo li div.left{
				float: left;
				text-align: right;
				margin-left:-200px;
			}
			#lunbo li div.right{
				width:49%;
				float: right;
				text-align: left;
			}
			#lunbo li img{
				vertical-align: middle;
				max-width: 100%;
			}
			#lunbo .btn{
				width:100%;
				text-align: center;
				position:absolute;
				bottom:30px;
			}
			#lunbo .btn a{
				display: inline-block;
				width:15px;
				height:15px;
				background: #fff;
				border-radius: 15px;
				margin:0 5px;
			}
			#lunbo .btn a.long{
				width:50px;
			}
#service {
	position: relative;
	height: 596px;
	margin-top: 70px;
}

#service li.active {
	border: 3px solid #000000;
}

#service .tab li {
	width: 673px;
	height: 70px;
	margin-bottom: 5px;
	position: relative;
}

#service .tab li span {
	position: absolute;
}

#service .tab li span.lt {
	position: absolute;
	left: 5px;
	font-size: 60px;
	line-height: 70px;
	color: #fd9c03;
	display: none;
}

#service .tab li span.lt.active {
	display: block;
}

#service .tab li span.icon {
	position: absolute;
	left: 196px;
	width: 60px;
	height: 60px;
	top: 5px;
}

#service .tab li p {
	margin-left: 315px;
	padding-top: 16px;
	font-size: 18px;
	color: #514E4E;
}

#service .tab .small {
	font-size: 12px;
}

#service .tab .number {
	display: none;
	width: 82px;
	height: 70px;
	right: 0;
	background: #000;
	top: 0;
	line-height: 70px;
	font-size: 45px;
	color: #646362;
	text-align: center;
}

#service .tab .number.active {
	display: block;
}

#service .one .icon {
	background: url(../img/ico.png) no-repeat -10px -66px;
}

#service .two .icon {
	background: url(../img/ico.png) no-repeat -4px -155px;
}

#service .three .icon {
	background: url(../img/ico.png) no-repeat -4px -241px;
}

#service .four .icon {
	background: url(../img/ico.png) no-repeat -4px -324px;
}

#service .five .icon {
	background: url(../img/ico.png) no-repeat -4px -412px;
}

#service .left {
	position: relative;
	z-index: 100;
}

#service .right {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	width: 50%;
	height: 596px;
}

#service .right li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 596px;
	line-height: 596px;
}

#service .right li img {
	width: 100%;
	vertical-align: middle;
}

#service .left .title {
	margin-bottom: 26px;
}

.title .en {
	font-size: 36px;
}

.title .cn {
	font-size: 24px;
	border-bottom: 2px solid #00b7ee;
	width: 100px;
}

#news {
	margin-top: 70px;
}

#news .title p,
#friend .title p {
	text-align: center;
	margin: 0 auto;
}

#news .title p.last {
	letter-spacing: 2px;
	margin-top: 36px;
	margin-bottom: 20px;
}

#news .box {
	float: left;
	width: 328px;
	margin-right: 100px;
}

#news .box .pic img {
	height: 200px;
	width: 100%;
}

#news .box.last {
	margin-right: 0;
}

#news .box h3 {
	font-weight: 700;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

#news .box h3 a {
	color: #000000;
}

#news .box p {
	height: 80px;
	overflow: hidden;
}

#news .box .more {
	display: block;
	width: 100%;
	height: 62px;
	line-height: 62px;
	background: #7ecef4;
	color: #fff;
	font-size: 26px;
	text-align: center;
	cursor: pointer;
	margin-top: 20px;
}

#news .box .more:hover {
	background: #0e8df9;
}

#friend {
	margin-top: 70px;
	margin-bottom: 50px;
}

#friend li {
	width: 282px;
	height: 164px;
	border: 1px solid #B6B6B6;
	float: left;
	text-align: center;
	margin: 6px;
	line-height: 164px;
}

#friend li img {
	vertical-align: middle;
}

#friend ul {
	margin-top: 40px;
}