@charset "utf-8";

/* 右侧导航css */
#fp-nav ul li,
.fp-slidesNav ul li {
	width: 20px;
	height: 20px;
	margin: 14px 7px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 0;
	top: 0;
	left: 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
	background: #00DFB9;
}

#fp-nav ul li .fp-tooltip {
	top: 0;
}

#fp-nav ul li .fp-tooltip.right {
	right: 30px;
}

/* 防止抖动css */
html,
body,
.section {
	width: 100%;
	height: 100%;
	text-align: center;
}

/* 第一屏 */
.companyDescEng {
	font-size: 60px;
	color: #fff;
	letter-spacing: 6px;
}

.companyName {
	font-size: 36px;
	color: #00DFB9;
	letter-spacing: 10px;
	margin-top: 10px;
}

.companyDesc {
	font-size: 16px;
	color: #E0E0E0;
	letter-spacing: 6px;
	margin-top: 20px;
}

/* 第二屏 */
.aboutTit {
	font-size: 36px;
	font-weight: bold;
	color: #00B5A4;
	margin-bottom: 10px;
}

.aboutTitEng {
	font-size: 16px;
	color: #080808;
	letter-spacing: 9.6px;
	overflow: hidden;
	margin-bottom: 110px;
}

.aboutSlide_con{
	width: 1040px;
	height: 385px;
	color: #fff;
	background: rgba(0, 136, 123, 0.7);
	border: 15px solid rgba(255, 255, 255, 0.57);
	border-radius: 30px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}

.aboutCon {
	overflow: hidden;
	display: none;
}

.aboutCon .richtext {
	padding: 70px 90px 0;
	font-size: 22px;
	line-height: 50px;
}

.aboutCon .richtextEng {
	padding: 40px 140px 0;
	font-size: 16px;
	line-height: 30px;
}

.slideNav{
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 10;
	margin: 0 auto;
	text-align: center;
}

.slideNav ul{
	display: inline-block;
}

.slideNav li{
	float: left;
	width: 48px;
	height: 6px;
	background: #ffffff;
	border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
	margin: 0 9px;
}

.slideNav li.active{
	background: #FFF000;
}


/* 第三屏 */
.serviceCon {
	width: 1061px;
	margin: 0 auto;
}

.serviceLeft {
	float: left;
	width: 180px;
	margin-right: 80px;
	margin-top: 180px;
}

.serviceTit {
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.serviceTitEng {
	font-size: 16px;
	color: #00DFB9;
	letter-spacing: 6.4px;
	margin-top: 10px;
}

.serviceRight {
	float: right;
	padding-left: 80px;
	border-left: 1px solid #00DFB9;
}

.serviceRight ol {
	width: 720px;
}

.serviceLi {
	font-size: 14px;
	text-align: left;
	line-height: 36px;
	margin-bottom: 60px;
}

.serviceLi .serviceDesc{
	color: #fff;
}

.serviceLi .serviceEng{
	color: #B7B7B7;
}

.serviceLi:last-child {
	margin-bottom: 0;
}

/* 第四屏 */
.advantageLine {
	width: 26px;
	height: 595px;
	background: url('../images/advantageLine.png') no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.advantageCon {
	width: 900px;
	height: 595px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.advantageItem {
	width: 400px;
	text-align: left;
	position: absolute;
}

.advantageDesc {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.advantageEng {
	font-size: 12px;
	font-weight: bold;
	color: #00DFB9;
	margin-top: 10px;
}

.advantage01 {
	top: 0;
	right: 0;
}

.advantage02 {
	top: 90px;
	left: 20px;
	text-align: right;
}

.advantage03 {
	top: 166px;
	right: 0;
}

.advantage04 {
	top: 248px;
	left: 20px;
	text-align: right;
}

.advantage05 {
	top: 326px;
	right: 0;
}

.advantage06 {
	top: 416px;
	left: 20px;
	text-align: right;
}

.advantage07 {
	top: 492px;
	right: 0;
}

.advantage08 {
	top: 576px;
	left: 20px;
	text-align: right;
}

/* 第五屏 */
.serviceAreaEng {
	font-size: 34px;
	font-weight: bold;
	color: #00DFB9;
	line-height: 90px;
}

.serviceArea {
	font-size: 30px;
	color: #fff;
}

/* 第六屏 */
.contactCon {
	width: 670px;
	margin: 0 auto;
}

.contactLeft {
	float: left;
	margin-right: 36px;
}

.contactLeft img {
	width: 204px;
	height: 204px;
}

.contactRight {
	float: left;
	width: 430px;
	text-align: left;
}

.contactTel {
	font-size: 20px;
	color: #080808;
	margin-bottom: 24px;
}

.contactAddress {
	font-size: 15px;
	color: #080808;
}

/* 鼠标 */
.mouthPic {
	cursor: pointer;
	position: fixed;
	left: 50%;
	bottom: 30px;
	z-index: 100;
	margin-left: -30px;
}

.mouthPic img {
	width: 60px;
	height: 60px;
}

/* css3媒体查询宽度高度修正 */
@media screen and (max-width:1365px) {
	body {
		font-size: 12px;
	}
	
	.wrap {
		width: 900px;
	}
	
}

@media screen and (min-width:1366px) and (max-width:1439px) {
	body {
		font-size: 12px;
	}
	
	.aboutTit {
		margin-top: 80px;
	}
	
	.aboutTitEng{
		margin-bottom: 50px;
	}
	
}


@media screen and (min-width:1440px) and (max-width:1919px) {
	
}

