@charset "UTF-8";
/******************移动端 start*****************/
html, body {
    position: relative;
    height: 100%;
    min-width:1200px;
    margin:0 auto;
    font-family:'FZBIAOYSJW'!important;
}
@font-face{
    font-family:'FZBIAOYSJW';
    src: url('../font/FZBIAOYSJW.TTF');
}
/*箭头效果 start*/
@-webkit-keyframes rotation{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(360deg);}
}
@-webkit-keyframes rotation1{
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(-360deg);}
}
.Rotation{
    -webkit-transform: rotate(360deg);
    animation: rotation 30s linear infinite;
    -moz-animation: rotation 30s linear infinite;
    -webkit-animation: rotation 30s linear infinite;
    -o-animation: rotation 30s linear infinite;
}
@-webkit-keyframes mapping{
    0% {top: 0;}
    50%{top: -10px;}
    100% {top:0; }
}
@-moz-keyframes mapping{
    0% {top: 0;}
    50%{top: -10px;}
    100% {top:0; }
}
@keyframes mapping{
    0% {top: 0;}
    50%{top: -10px;}
    100% {top:0; }
}
/*箭头效果 end*/

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide{
    position:relative;
    width:100%;
    text-align:center;
}
/*模块一 start*/
.swiper-slide1{
    width:100%;
    height:100%;
    background:url("../images/mobile_bg.jpg") no-repeat top;
    background-size:cover;
    overflow:hidden;
}
.box1,.box2{
    width:260px;
    height:100px;
    margin:300px auto 0;
    overflow:hidden;
}
.logo{
    display:block;
    width:260px;
    height:60px;
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
}
.box1_span,.box2_span{
    width:100%;
    height:80px;
    line-height:80px;
    font-size:26px;
    color:#000;
    text-align:center;
}
.box1_span span,.box2_span span{
    padding:0 10px;
    color:#fff;
}
.box1_jt{
    position:absolute;
    bottom:130px;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:24px;
}
.icon_jt{
    display:inline-block;
    position:relative;
    width:24px;
    height:24px;
    background:url(../images/icon_jt.png) no-repeat;
    background-size:cover;
    -webkit-animation: mapping 1s linear infinite;
    -moz-animation: mapping 1s linear infinite;
    animation: mapping 1s linear infinite;
}
.swiper-pagination-bullet-active{
    background:#fff!important;
}

.box1_list{
    position:relative;
    width:1200px;
    margin:60px auto 0;
}
.box1_list ul li{
    float:left;
    position:relative;
    width:200px;
    padding:0 20px;
    text-align:center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box1_list ul li .pic{
    width:100px;
    height:100px;
    border:3px solid #fff;
    border-radius:50%;
    margin:15px auto;
    overflow:hidden;
}
.box1_list ul li .pic img{
    width:50px;
    margin:25px;
}
.box1_list ul li p{
    width:100%;
    font-size:18px;
    color:#fff;
    line-height:30px;
}
/*模块一 end*/

/*模块二 start*/
.swiper-slide2,.swiper-slide3{
    width:100%;
    height:100%;
    background:url("../images/mobile_bg2.jpg") no-repeat top;
    background-size:cover;
    overflow:hidden;
}
.box2{
    position: absolute;
    top:-260px;
    left:50%;
    margin-left:-230px;
}
.box2_span{
    height:100px;
    line-height:100px;
    margin:100px 0 0 -24px
}
.box2_list{
    position:relative;
    top:250px;
    color:#666;
    width:1200px;
    margin:30px auto;
}
.box2_list{
    position:relative;
    top:50px;
    color:#666;
    width:370px;
    margin:0 auto;
}
.box2_list ul li{
    position:relative;
    width:100%;
    line-height:50px;
    margin-top:10px;
    text-align:left;
}
.box2_list ul li p{
    width:100%;
    font-size:20px;
    color:#fff;
}
.box2_list ul li span{
    float:left;
    width:30px;
    line-height:30px;
    border-radius:50%;
    color:#ffd500;
    font-size:28px;
    text-align: center;
    margin:10px 10px 10px 0;
}
/*模块二 end*/

/*模块三 start*/
.box3_span{
    width:100%;
    line-height:50px;
    font-size:26px;
    color:#000;
    margin-top:150px;
    text-align:center;
}
.box3_span span{
    display:block;
    padding:0 10px;
    color:#fff;
}
.box3_span span img{
    margin-bottom:30px;
}
.box1_ewm span{
    display:inline-block;
    width:147px;
    margin:30px 20px;
    text-align: center;
}
.box1_ewm img{
    width:147px;
    height:147px;
}
.box1_ewm span i{
    display:block;
    width:100%;
    color:#fff;
    font-size:18px;
    line-height:30px;
    margin-top:10px;
    text-align: center;
}
/*模块三 end*/
/******************移动端 end*****************/