body{
    color:#fff;
}
.section6 .swiper-slide img{
	width:40%;
	margin-left: 30%;
}
.section6 .swiper-container{
	top: 5%;
	width: 100%;
}
.section6 .swiper-button-prev{
	width: 67px;
	height: 67px;
	background: url(../images/left.png) center no-repeat;
	left: 15%;
}
.section6 .swiper-button-next{
	width: 67px;
	height: 67px;
	background: url(../images/right.png) center no-repeat;
	right: 15%;
}
.section6 .swiper-wrapper{
	z-index: -1;
}
.section{
    min-width: 980px;
}
.section1{
    background: url("../images/bg_01.jpg") center center no-repeat;
    background-size:cover;
    position: relative;
    z-index: 99999;
}
.section2{
    background: url("../images/bg_02.jpg") center center no-repeat;
    background-size:cover;
    position: relative;
}
.section3{
    background: url("../images/bg_03.jpg") center center no-repeat;
    background-size:cover;
    position: relative;
}
.section4{
    background: url("../images/bg_04.jpg") center center no-repeat;
    background-size:cover;
    position: relative;
}

.slide{
    font-size: 20px;
    text-align: center;
}
.nav{
    width: 100%;
    height: 60px;
    background-color: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    opacity: 0.8;
}
.nav img{
    width: 60px;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translate(0,-50%);
}
.nav ul{
    width: 600px;
    position: absolute;
    left:30%;
    top: 50%;
    transform:translate(0,-50%);
    /* min-width: 980px; */
}
.nav ul li{
    float: left;
    width: 16%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#999;
}
.nav ul li a{
    position: relative;
    height: 100%;
    width: 100%;
    font-size: 16px;
    color:#999;
    overflow: hidden;
    display: inline-block;
}
.nav li a b {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    width: 26px;
    height: 4px;
    margin: 0 auto;
    background: #0aaef8;
    opacity: 0;
    transform: translate3d(0px, 45px, 0px);
    transition: all 0.5s ease;
}
.nav li a em {
    font-style: normal;
    display: block;
}
.nav li a span {
    display: block;
    text-transform: uppercase;
    color: #0aaef8;
    opacity: 0;
    transition: all 0.5s ease;
}
.nav li a:hover b {
    opacity: 1;
    transform: translate3d(0px, 5px, 0px);
    transition: all 0.5s ease 0;
}

.nav li a:hover em {
    display: none;
}

.nav li a:hover span {
    display: block;
    opacity: 1;
    transition: all 0.5s ease 0;
}
.logo{
    margin: auto;
    width: 60%;
    height: 500px;
    background: url("../images/num.png") center center no-repeat;
    background-size:cover;
    position: relative;
}
.logo .quan{
    position: absolute;
    width: 280px;
    height: 280px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    background: url("../images/1p.png") center center no-repeat;
    background-size:cover;
    position: absolute;
    transform:translate(-50%,-50%);
    -webkit-animation:scale 2s infinite linear;
}
.logo .mflogo{
    position: absolute;
    background-color: #fff;
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    background: url("../images/MFLOGO.png") center center no-repeat;
    background-size:cover;
    position: relative;
    transform:translate(-50%,-50%);
    // -webkit-animation:circle 4s infinite linear;
}
@-webkit-keyframes circle{
    0%{ transform:translate(-50%,-50%) rotate(0deg); }
    100%{ transform: translate(-50%,-50%) rotate(-360deg); }
}
@-webkit-keyframes scale{
    0%{ transform:translate(-50%,-50%) scale(1); }
    30%{ transform: translate(-50%,-50%) scale(1.2); }
    60%{ transform: translate(-50%,-50%) scale(1.1); }
    100%{ transform: translate(-50%,-50%) scale(1); }
}
.section1 p{
    text-align: center;
    font-size: 20px;
    color:#fff;
}
.section1 p span{
    color:#edcc66;
}
.section1 p .right{
    color:#00b4ff;
}
.section2 .content{
    /*// background-color: pink;*/
}
.section2 .content ul{
    width: 900px;
    margin: 0 auto;
}
.section2 .content ul li{
    height: 200px;
    float: left;
}
.section2 .li_1{
    width: 500px;
}
.section2 .li_1 span{
    color:#00d7c0;
    font-size: 24px;
}
.section2 .li_1 p{
    margin-top: 10px;
    color:#000;
    font-size: 14px;
    line-height:40px;
}
.section2 .li_2{
    background-color: #f6cb00;
    height: 200px;
    width: 200px;
    text-align: center;
    padding: 30px 10px 0 10px;
}
.section2 .li_2 span{
    color:#fff;
    font-size: 20px;
}
.section2 .li_2 p{
    color:#fff;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
}
.section2 .li_3{
    background-color: #fff;
    height: 200px;
    width: 200px;
    position: relative;
}
.section2 .li_3 img{
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section2 .li_4{
    background-color: #fff;
    height: 200px;
    width: 300px;
    position: relative;
}
.section2 .li_4 img{
    width: 80px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section2 .li_4 p{
    color:#000;
    font-size: 12px;
    line-height: 30px;
    margin-top: 120px;
    margin-left: 30px;
    width: 240px;
}
.section2 .li_5{
    background-color: #4ec5ff;
    height: 200px;
    width: 200px;
     text-align: center;
    padding: 30px 20px 0 20px;
}
.section2 .li_5 span{
    color:#fff;
    font-size: 20px;
}
.section2 .li_5 p{
    color:#fff;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
}
.section2 .li_6{
    background-color: #fff;
    height: 200px;
    width: 200px;
    position: relative;
}
.section2 .li_6 img{
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section2 .li_7{
    background-color: #00d7c0;
    height: 200px;
    width: 200px;
     text-align: center;
    padding: 30px 20px 0 20px;
}
.section2 .li_7 span{
    color:#fff;
    font-size: 20px;
}
.section2 .li_7 p{
    color:#fff;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
}
.section2 .li_8{
    background-color: #e8592d;
    height: 200px;
    width: 200px;
    margin-left: 100px;
    text-align: center;
    padding: 30px 20px 0 20px;
}

.section2 .li_8 span{
    color:#fff;
    font-size: 20px;
}
.section2 .li_8 p{
    color:#fff;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
}
.section2 .li_9{
    background-color: #fff;
    height: 200px;
    width: 200px;
    position: relative;
}
.section2 .li_9 img{
    width: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section2 li{
    transition: transform .8s;
}
.section2 li.li_2:hover{
    transform: scale(1.2);
    position: relative;
    z-index: 100;
}
.section2 li.li_3:hover{
    transform: rotate(360deg);
    position: relative;
    z-index: 100;
}
.section2 li.li_4:hover{
    transform: scale(1.2);
    position: relative;
    z-index: 100;
}
.section2 li.li_5:hover{
    transform: scale(1.2);
    position: relative;
    z-index: 100;
}
.section2 li.li_6:hover{
    transform: rotate(360deg);
    position: relative;
    z-index: 100;
}
.section2 li.li_7:hover{
    transform: scale(1.2);
    position: relative;
    z-index: 100;
}
.section2 li.li_8:hover{
    transform: scale(1.2);
    position: relative;
    z-index: 100;
}
.section2 li.li_9:hover{
    transform: rotate(360deg);
    position: relative;
    z-index: 100;
}
.section4 div{
    height: 210px;
}
.section4 .top{
    width: 400px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%,0);
}
.section4 .left{
    width: 160px;
    position: absolute;
    bottom: 20%;
    left: 20%;
    opacity: 0;
}
.section4 .left img{
    width: 130px;
    margin-left: 15px;
}
.section4 .left p{
    font-size: 12px;
    color:#000;
    text-align: center;
    margin-top:20px;
}
.section4 .right{
    width: 160px;
    position: absolute;
    bottom: 20%;
    right: 20%;
    opacity: 0;
}
.section4 .right img{
    width: 130px;
    margin-left: 15px;
}
.section4 .right p{
    font-size: 12px;
    color:#000;
    text-align: center;
    margin-top: 20px;
}
.section4 .bottom{
    width: 210px;
    position: absolute;
    bottom: 22%;
    left: 50%;
    transform:translate(-50%,0);
  /*  // opacity: 0;*/
}
.section4 .bottom img{
    width: 150px;
    margin-left: 30px;
}
.section4 .bottom p{
    font-size: 12px;
    color:#000;
    text-align: center;
    margin-top: 20px;
}
.section5{
    position: relative;
    min-width: 1200px;
}
.section5 .left{
    width: 50%;
    height: 65%;
    background: url("../images/bg_05.jpg") center center no-repeat;
    background-size:cover;
    float: left;

}
.section5 .fp-tableCell{
    vertical-align: top;
}
.section5 .right{
    width: 50%;
    height: 65%;
    float: left;
 /*   // background-color: #f3f3f3;*/
    text-align: center;
    position: relative;
}
.section5 .right .title{
    color:#000;
    font-size: 20px;
    display: block;
    margin-top: 110px;
    margin-bottom: 10px;
}
.section5 .right .e-title{
    color:#d0d0d0;
    font-size: 14px;
}
.section5 .right p{
    padding: 10px 50px;
    font-size: 14px;
    color:#616060;
    line-height: 40px;
}
footer{
	position: absolute;
	bottom: 0%;
	left: 0;
	right: 0;
}
.section5 .footer{
   width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
.section5 .footer>div{
	width: 33.3%;
}
.section5 .right .msg1{
    position: absolute;
    top: 0;
    right: 40px;
    width: 100px;
}
.section5 .right .msg2{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 140px;
}
/*
.footer .callme{
    position: absolute;
        bottom: 0;
    left: 300px;
    transform:translate(0,-50%);
}*/
.footer .callme p{
    font-size: 20px;
    font-weight: 700;
    color:#000;
    margin-bottom: 20px;
}
.footer .callme span{
    font-size: 12px;
    color:#999;
}
.footer .ewm{
       /* position: absolute; */
    width: 140px;
    text-align: center;
    /* left: 50%; */
    /* bottom: 20%; */
    /* transform: translate(-50%,0); */
}
.footer .ewm img{
    width: 100px;
    display:block;
       margin: 0 auto;
}
.footer .ewm span{
    font-size: 12px;
    color:#999;
}
.footer .word{
        /* position: absolute; */
    /* right: 100px; */
    /* bottom: 97%; */
    color: #999;
    text-align: left;
}
.
.footer .word p{
    font-size: 12px;
    color:#999;
    line-height: 30px;
}
.section3{
    position: relative;
}
.section3 .flower{
    width: 300px;
    position: absolute;
    left: 0;
    top: 60px;
    opacity: 0;
}
.section3 .wzqp{
    width: 240px;
    position: absolute;
    left: 50%;
    top: 80px;
    transform:translate(-50%,0)
}
.section3 .introduce{
    padding: 20px 200px;
    width: 1000px;
    height: 105px;
    background: url("../images/3p-3.png") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 200px;
    transform:translate(-50%,0)
}
.section3 .introduce p{
    color:#fff;
    font-size: 14px;
    line-height: 24px;
}
.section3 .pepole{
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 200px;
    opacity: 0;
}
.swiper-container{
    width: 1000px;
    position: absolute;
    left: 50%;
    top: 35%;
    transform:translate(-50%,0)
}
.swiper-slide img{
    width: 80%;
    margin-left: 10%;
}
.swiper-slide .word1{
    color:#ffc14a;
    text-align: center;
    font-size: 18px;
}
.swiper-slide .word2{
    margin-top: 5px;
    color:#fff;
    text-align: center;
    font-size: 14px;
}
.swiper-container-rtl .swiper-button-next {

    left: 0px;
    right: auto;
}
.section3 .bottomword{
    position: absolute;
    left: 50%;
    bottom: 3%;
    transform:translate(-50%,0);
    width: 800px;
    height: 100px;
    background:rgba(0,0,0,0.2);
    padding: 0 100px;
}
.section3 .bottomword p{
    margin-top: 10px;
    color:#d4d1d1;
    font-size: 12px;
    line-height: 25px;
}
.beian a{
	cursor: pointer;
	color: #666;
	
}
.beian a:hover{
	text-decoration: underline;
}
.beian{
/*	float: left;*/
    width: 100%;
    height: 20px;
    color: #000;
    text-align: center;
    color: #666;
    padding-top: 50px;
}
.imgs img{
	display: block;
	margin: auto;
	margin-bottom:20px;
	margin-top: 25px;
}
.section7{
	background: #000000;
}
.topz h3{ line-height: 50PX;
	      font-size: 1.5rem;
		  font-weight: 100;
		  padding-top: 4%;
		  margin-bottom:50px;
		  text-align: center;}
.topz h3 span{
		font-weight: lighter;
		font-size: 1rem;
			  
	}
.top_img span{ padding:0 50px; margin-bottom: 100px;}

