﻿@charset "utf-8";
/* CSS Document */
body{
	
}
/*BigLogo*/
.NewMIndexLogo{
	width:80px;
	position:absolute;
	left:0;
	top:0;
    z-index: 1;
}
.NewMIndexLogo img{
	display:block;
	width:100%;
}
/*导航*/
.NewMIndexNav{
	width:100%;
	height:65px;
	background:#fff;
	position:fixed;
	left:0;
	top:0;
	z-index:2;
}
.NewMIndexNavSmallLogo{
	width:95px;
	float:left;
	padding-left:10px;
	padding-top:12px;
}
.NewMIndexNavSmallLogo img{
	display:block;
	width:95px;
}
.NewMIndexNav_nr{
	float:right;
	line-height:60px;
}
.NewMIndexNav_nr a{
	display:inline-block;
	font-size:16px;
	margin-right:5px;
	color:#d9d9d9;
}
.NewMIndexMenuIcon{
	width:15px;
	float:right;
	margin-right:10px;
	padding-top:24px;
}
.NewMIndexMenuIcon a{
	display:block;
	width:15px;
}
.NewMIndexMenuIcon a img{
	display:block;
	width:15px;
}

/*导航界面*/
.navActive{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 8;
    display: none;
}
.navUl{
   width:100%;
   overflow:hidden;
   clear:both;
   padding-top:100px;
}
.navUl li{
    width:100%;
	overflow:hidden;
	clear:both;
	text-align:center;
	line-height:50px;
}
.navUl li a{
    font-size: 14px;
    color: #1a1a1a;
}
.na_logo{
    position: absolute;
    left: 10px;
	width:90px;
	top:12px;
}
.line{
    
    width: 25px;
    height: 1px;
    background: #da4571;
	margin:0 auto;
}
.line_1{
    width: 25px;
    height: 1px;
    background: #da4571;
	margin:0 auto;
}
.navClose{
    position: absolute;
    right: 10px;
    width: 15px;
    top: 23px;
}
@media (min-width:374px) {
	.NewMIndexNav_nr a{
		margin-right:10px
	}
	.NewMIndexMenuIcon{
		width:20px;
		padding-top:20px;
		padding-right:15px;
	}
	.NewMIndexMenuIcon a{
		width:20px;
	}
	.NewMIndexMenuIcon a img{
		width:20px;
	}
	.navClose{
		right: 15px;
		width: 20px;
		top: 20px;
		}
}
/*关于我们*/
.aboutUs{
    width: 100%;
    margin-top:20px;
    text-align: center;
    background: url(../images/aubg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
	overflow:hidden;
	clear:both;
}
.auIcon{
    width: 80px;
	display:block;
	margin:0 auto;
	padding-top:30px;
	margin-bottom:15px;
}
.auInfo1,.auInfo2{
    display: inline-block;
    width: 90%;
    text-align: left;
}
.addressCn{
    color: #da4571;
    font-size: 16px;
}
.addressEn{
    color: #fff;
    margin-top:10px;
    font-size: 14px;
}
.infoContent{
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}
.infoContent div{
    margin-top: 6px;
	color:#fff;
}
.infoContent div a,.infoContent div span{
	color:#fff;
}
.auInfo2{
    margin-top:20px;
}





/*底部浮层*/
.mIndex_footer{
	width:100%;
	background:#ffffff;
	position:fixed;
	z-index:9;
	left:0;
	bottom:0;
	box-shadow:0 -3px 3px rgba(0,0,0,0.2);
}
.mIndex_footer a{
	display:inline-block;
	width:23%;
}
.mIndex_footer a.a1{
	border-right:0;
}
.mIndex_footer a img{
	display:block;
	margin:0 auto;
	margin-bottom:3px;
}
.mIndex_footer a span{
	display:block;
	margin:0 auto;
	width:100%;
	text-align:center;
}
@media screen and (max-width:479px){
	.mIndex_footer{
		height:60px;
	}
	.NewIndexFooter{
		margin-bottom:60px;
	}
	.mIndex_footer a{
		height:50px;
		font-size:14px;
		color:#999999;
		text-align:center;
		padding-top:5px;
	}
	.mIndex_footer a img{
		width:35%;
	}
}
@media screen and (min-width:480px) and (max-width:767px){
	.mIndex_footer{
		height:70px;
	}
	.NewIndexFooter{
		margin-bottom:70px;
	}
	.mIndex_footer a{
		height:55px;
		font-size:14px;
		color:#fff;
		text-align:center;
		padding-top:15px;
	}
	.mIndex_footer a img{
		width:20%;
	}
}
@media screen and (min-width:768px){
	.mIndex_footer{
		height:90px;
	}
	.NewIndexFooter{
		margin-bottom:90px;
	}
	.mIndex_footer a{
		height:75px;
		font-size:16px;
		color:#fff;
		text-align:center;
		padding-top:15px;
	}
	.mIndex_footer a img{
		width:20%;
	}
}

/*返回顶部*/
.backToTop{
	position: fixed;
	right: 0;
	bottom: 20%;
	width: 50px;
	height: 50px;
	z-index: 99999999;
	display: none;
}
.backToTop img{
	display: block;
	width: 100%;
}