/* 顶部 */
.official-header-box {
	width: 100%;
	height: .8rem;
	background: #000000;
	padding: 0 .3rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}
.official-header-box img.official-logo {
	width: 1.6rem;
}
.official-header-nav-box {
	width: .4rem;
	height: 100%;
	position: relative;
}
.official-header-nav-box img {
	width: .32rem;
	height: .32rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.official-header-nav {
	width: 100%;
	padding: 0 .87rem;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	position: absolute;
	top: .8rem;
	left: 0;
}
.official-header-nav::before {
	content: '';
	width:0;
	height:0;
	border: .15rem solid transparent;
	border-bottom-color: #FFFFFF;
	position: absolute;
	right: .35rem;
	top: -.29rem;
}
.official-header-nav p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 1rem;
	border-bottom: .01rem solid #EEEEEE;
	
}
.official-header-nav p:last-child {
	border-bottom: none;
}
.official-header-nav p span {
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.official-header-nav p img {
	width: .08rem;
	height: .12rem;
}


/* banner */
.official-banner-box {
	width: 100%;
	height: 12.54rem;
	margin-top: .8rem;
	background: url(../imgs/bg@2x.png) no-repeat center center;
	position: relative;
	background-size: cover;
}
.official-banner-box p {
	font-size: .32rem;
	font-family: Arial;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: .2rem;
}
.official-banner-text {
	padding: 0 .73rem;
	padding-top:  1.34rem;
	box-sizing: border-box;
}
.official-banner-text h1 {
	font-size: .8rem;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #FFFFFF;
}
.official-banner-box img {
	width: .28rem;
	position: absolute;
	left: 50%;
	bottom: .3rem;
	transform: translate(-50%);
}

/* 我们的服务 */
.official-service-box {
	width: 100%;
	padding: 0 .3rem;
	padding-top: 1rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.official-service-box img.official-service-bg {
	width: 6.9rem;
	position: absolute;
	left: 50%;
	bottom: -.61rem;
	z-index: -1;
	transform: translate(-50%);
}

.official-service-box h1 {
	font-size: .48rem;
	font-family: Arial;
	color: #EEEEEE;
}

.official-service-box p.official-service-title {
	font-size: .32rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	margin-top: .2rem;
	margin-bottom: .6rem;
}

.official-service-box .official-service-content {
	width: 6.3rem;
	margin: 0 auto;
	height: 7.11rem;
	background: #FFFFFF;
	box-shadow: 0 0 .2rem 0 rgba(0, 11, 24, 0.2);
	border-radius: .16rem;
}

.official-service-content ul {
	width: 100%;
	height: 3.54rem;
	display: flex;
}

.official-service-content ul:nth-child(1) {
	border-bottom: .02rem solid #EEEEEE;
}

.official-service-content ul li {
	width: 50%;
	padding-top: .6rem;
	box-sizing: border-box;
}
.official-service-content ul li img {
	width: 2.6rem;
	height: 1.56rem;
}

.official-service-content ul li:nth-child(1) {
	border-right: .02rem solid #EEEEEE;
}

.official-service-content ul li p {
	font-size: .24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-top: .2rem;
	text-align: left;
	margin-left: .27rem;
	margin-bottom: .14rem;
}

.official-service-content ul li span {
	display: block;
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	text-align: left;
	margin-left: .27rem;
}

/* 我们的使命 */
.official-mission-box {
	width: 100%;
	padding: 0 .3rem;
	padding-top: 1.6rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.official-mission-box h1.official-mission-title {
	font-size: .48rem;
	font-family: Arial;
	color: #EEEEEE;
}

.official-mission-box p {
	font-size: .32rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	margin-top: .2rem;
	margin-bottom: .6rem;
}
.official-mission-content {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.official-mission-content img {
	width: 3.2rem;
	height: 5.05rem;
}
.official-mission-text h2 {
	font-size: .24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	margin-bottom: .3rem;
	text-align: left;
}
.official-mission-text p {
	width: 3.35rem;
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: .48rem;
	text-align: left;
	margin-bottom: 0;
}

/* 热门产品 */
.official-hotpro-box {
	width: 100%;
	padding: 0 .3rem;
	box-sizing: border-box;
	margin-top: 1rem;
}
.official-hotpro-box h1 {
	font-size: .48rem;
	font-family: Arial;
	color: #EEEEEE;
	text-align: center;
}

.official-hotpro-box p.official-hotpro-title {
	font-size: .32rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #222222;
	margin-top: .2rem;
	margin-bottom: .6rem;
	text-align: center;
}

.official-hotpro-content {
	width: 100%;
	height: 5.58rem;
	background: url(../imgs/product-bg@2x.png) no-repeat center center;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: .6rem 0;
	box-sizing: border-box;
}

.official-hotpro-content ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0 .68rem;
	box-sizing: border-box;
}
.official-hotpro-content ul li {
	width: 1.9rem;
	margin-bottom: .3rem;
}
.official-hotpro-content ul li a img {
	width: .72rem;
	height: .72rem;
}
.official-hotpro-content ul li a p:nth-child(2) {
	width: 2.2rem;
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: .2rem;
	margin-bottom: .2rem;
	line-height: .32rem;
}
.official-hotpro-content ul li a p:nth-child(3) {
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #F75F1E;
}

/* 底部 */
.official-footer-box {
	width: 100%;
	background: #000000;
	padding: 0 .3rem;
	box-sizing: border-box;
	margin-top: 1rem;
}
.official-footer-about {
	width: 100%;
	padding-top: .79rem;
	box-sizing: border-box;
}
.official-footer-about h1 {
	font-size: .24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: .39rem;
}
.official-footer-about-text {
	display: flex;
}
.official-footer-about-text a {
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	margin-right: .8rem;
}
.official-footer-about-text a:last-child {
	margin-right: 0;
}
.official-footer-contact {
	width: 100%;
	padding-top: .78rem;
	box-sizing: border-box;
	margin-bottom: .8rem;
}
.official-footer-contact h1 {
	font-size: .24rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: .39rem;
}
.official-footer-contact-text {
	display: flex;
	justify-content: space-between;
}
.official-footer-contact-text span {
	line-height: .36rem;
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
}
.official-footer-copyright {
	width: 100%;
	border-top: .01rem solid rgba(255,255,255,0.4);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: .2rem 0;
	box-sizing: border-box;
}
.official-footer-copyright span {
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	text-align: left;
	letter-spacing: .01rem;
}
.official-footer-copyright a {
	line-height: .36rem;
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.5);
	white-space: normal; 
	word-break: break-all;
}






/* 关于我们开始 */
.official-footer-nomargin {
	margin-top: 0;
}
.about-banner-box {
	width: 100%;
	height: 3.3rem;
	padding: 0 .3rem;
	padding-bottom: .3rem;
	margin-top: 1.25rem;
	box-sizing: border-box;
}
.about-banner-box img {
	width: 6.9rem;
	height: 3rem;
}
.about-info-box {
	width: 100%;
	background: #F5F5F5;
	padding: 0 .3rem;
	padding-top: .2rem;
	padding-bottom: .3rem;
	box-sizing: border-box;
}
.about-company,.about-cooperate,.about-contact {
	width: 100%;
	padding: 0 .2rem;
	padding-top: .2rem;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.about-img {
	width: 6.51rem;
	height: 3.8rem;
}
.about-company,.about-cooperate,.about-contact {
	margin-bottom: .2rem;
	padding-bottom: .4rem;
}
.about-company h1 {
	height: .48rem;
	font-size: .32rem;
	font-family: Microsoft YaHei;
	color: #333333;
	/* border-bottom: .06rem solid #626AD0; */
	margin-top: .39rem;
}
.about-company span {
	display: block;
	width: 1.28rem;
	height: .06rem;
	background: #626AD0;
	margin-bottom: .27rem;
}
.about-company p {
	width: 6.5rem;
	font-size: .26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: .44rem;
}
.about-cooperate h1 {
	width: 1.28rem;
	height: .48rem;
	font-size: .32rem;
	font-family: Microsoft YaHei;
	color: #333333;
	border-bottom: .06rem solid #3d7995;
	margin-top: .38rem;
	margin-bottom: .28rem;
}
.about-cooperate p {
	width: 6.5rem;
	font-size: .26rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: .44rem;
}
.about-cooperate h2 {
	font-size: .26rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #555555;
	margin-top: .5rem;
}
.about-contact {
	margin-bottom: 1.25rem;
}
.about-contact h1 {
	width: 1.28rem;
	height: .48rem;
	font-size: .32rem;
	font-family: Microsoft YaHei;
	color: #333333;
	border-bottom: .06rem solid #619ef7;
	margin-top: .4rem;
	margin-bottom: .4rem;
}
.about-contact ul li {
	margin-bottom: .25rem;
}
.about-contact ul li:last-child {
	margin-bottom: 0;
}
.about-contact ul li img {
	width: .28rem;
	margin-right: .24rem;
}
.about-contact ul li span {
	font-size: .26rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.mapBox {
	width: 6.5rem;
	height: 5.5rem;
	border-radius: .1rem;
}
.BMap_stdMpZoom {
	top: -60px !important;
}
