/***************************移动端 start**************************************************************/
/*banner start*/
.mobile_banner{
    position:relative;
    width:100%;
    height:540px;
    background:url("../images/index/mobile_banner.jpg") no-repeat center;
    overflow:hidden;
}
.ban_nav{
    position:absolute;
    top:160px;
    left:50%;
}
.ban_nav h2{
    width:100%;
    font-size:40px;
    color:#fff;
    opacity:0;
    transform:translate(-600px,0);
    transition:all 1s;
}
.ban_nav h3{
    width:100%;
    font-size:21px;
    color:#fff;
    line-height:35px;
    margin-top:15px;
    opacity:0;
    transform:translate(600px,0);
    transition:all 1s;
}
.mobile_ewm{
    width:100%;
    margin-top:35px;
    opacity:0;
    transform:translate(0,600px);
    transition:all 1s;
    overflow:hidden;
}
.mobile_ewm p{
    float: left;
    width: 147px;
    margin-right: 15px;
    overflow: hidden;
}
.mobile_ewm p a{
    display:block;
    width:220px;
    height:58px;
    line-height:58px;
    background:rgba(255,255,255,0.3);
    border:1px solid #fff;
    border-radius:30px;
    text-align: center;
    font-size:18px;
    color:#fff;
    margin-bottom:28px;
    overflow:hidden;
}
.mobile_ewm p a:hover{
    background:rgba(255,255,255,0.5);
}
.mobile_ewm p a img{
    width:30px;
    height:30px;
    vertical-align:-8px;
}
.mobile_ewm>img{
    width:147px;
    height:147px;
}
.ban_nav h2.on,.ban_nav h3.on,.mobile_ewm.on{
    transform:translate(0,0);
    opacity:1;
}
.mobile_ewm p img {
    width: 147px;
    height: 147px;
}
.mobile_ewm p span {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color:#fff;
    text-align: center;
    overflow: hidden;
}

/*banner start*/

/*版块 start*/
.mobile_list{
    width:100%;
    overflow:hidden;
}
.mobile_list li{
    width:100%;
    height:450px;
    overflow:hidden;
}
.mobile_list li:nth-child(2n){
    background:#f4f4f4;
}
.mobile_list li .slogan{
    text-align:left;
}
.mobile_list li .slogan p{
    margin-left:50px;
}
.mobile_item{
    width:1000px;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
.mobile_item .left{
    width:500px;
    overflow:hidden;
}
.mobile_item h2{
    font-size:28px;
}
.mobile_list li:first-child h2{
    margin:80px 0 30px 0;
}
.mobile_list li:nth-child(2) h2{
    margin:140px 0 30px 0;
}
.mobile_list li:nth-child(3) h2{
    margin:100px 0 30px 0;
}
.mobile_list li:nth-child(4) h2{
    margin:60px 0 30px 0;
}
.mobile_item p{
    font-size:21px;
    line-height:40px;
}
.mobile_item p i{
    display:inline-block;
    width:16px;
    height:16px;
    border-radius:50%;
    margin-right:10px;
}
.mobile_item p i.col_huang{
    background:#f2a345;
}
.mobile_item p i.col_lan{
    background:#34b9ed;
}
.mobile_item p i.col_lv{
    background:#88c332;
}
.mobile_item p i.col_lan2{
    background:#90affe;
}
.mobile_item .right{
    width:500px;
    overflow:hidden;
}
.mobile_item img{
    width:465px;
    height:450px;
}
/*版块 end*/
/***************************移动端 end**************************************************************/