/*==============footer============*/
.bigBox2{
    width: 100%;
    height: 390px;
    clear: both;
    border: none;
    outline: none;
    background-color: #303963;
}
.bigBox2 .outBox{
    height: 390px;
    background-color: #303963;
    border: none;
    outline: none;
}
.bigBox2 .outBox ul{
    padding-top:57px;
    padding-left: 0;
}
.bigBox2 .outBox ul li{
    float:left;
}
.footersLi{
    width: 180px;
}
.footerMinLi{
    width: 230px;
}
.footerBigLi{
    width: 250px;
}
.bigBox2 .outBox ul li .box{
    padding-left:20px;
    position:relative;
}
.bigBox2 .outBox ul li .box i{
    width:10px;
    height:10px;
    position:absolute;
    left:0;
    top:17px;
    display:block;
    background-image: url(../../images/002.png);
    background-repeat: no-repeat;
}
.bigBox2 .outBox ul li .box h1{
    line-height:44px;
    font-size:18px;
    color:#fff;
}
.bigBox2 .outBox ul li .box .con{
    padding-top: 5px;
    padding-bottom:40px;
}
.bigBox2 .outBox ul li .box .con a{
    line-height:30px;
    font-size:18px;
    color:#5268c1;;
}
.bigBox2 .outBox ul li .box  .con a:hover{
    text-decoration:underline;
}
.more{
    width:104px;
    height:30px;
    text-align:center;
    line-height:30px;
    font-size:18px;
    background-color: #15bdde;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius:  15px;
    -o-border-radius: 15px;
    border-radius:  15px;
    color:#fff;
    transition: all 0.3s linear;
    -moz-transition:  all 0.3s linear;
    -webkit-transition:  all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.more:hover{
    background-color: #5268C1;
    transition: all 0.3s linear;
    -moz-transition:  all 0.3s linear;
    -webkit-transition:  all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.bigBox2 .outBox ul li .box .item1 a{
    line-height:40px;
    font-size:18px;
    color:#5268c1;
}
.bigBox2 .outBox ul li .fx{
    width:200px;
    height:70px;
    position:relative;
    margin-left:15px;
    margin-top:50px;
}
.bigBox2 .outBox ul li .fx .l{
    width:70px;
    height:70px;
    display:block;
    position:absolute;
    left:0;
    top:0;
    cursor: pointer;
}
.bigBox2 .outBox ul li .fx .r{
    width:70px;
    height:70px;
    display:block;

}
.bigBox2 .outBox ul li .tel{
    margin:auto;
    height:50px;
    line-height:50px;
    font-size:29px;
    color:#15bdde;
    text-align:center;
}
.box02 .outBox,.box02{
    height:45px;
    clear:both;
    background-color:#222845;
    border: none;
    outline: none;
}
.box02 div{
    text-align:center;
    font-size:18px;
    line-height:45px;
    color:#5268c1;
}
.ourWeChat{
    width:0;
    height: 0;
    position: relative;
    margin-top: 15px;
    margin-left: -35px;
    z-index: 600;
}
.rout{
    width: 70px;
    height: 70px;
    position:absolute;
    right:0;
    top:0;
    cursor:pointer;
}

.ourWeChat img{
    position: absolute;
    top:0;
    width: 0;
    margin-left: 70px;
    transition: all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear ;
}
.rout:hover .ourWeChat img{
    width: 140px;
    margin-left:0;
    top: 8px;
    transition: all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear ;
}
.ourWeChat:before{
    content:"\25B2";
    color: #fff;
    font-size:0;
    width: 140px;
    text-align: center;
    position: absolute;
    top:-5px;
    transition: all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear ;
}
.rout:hover .ourWeChat:before{
    text-align: center;
    position: absolute;
    top:-5px;
    font-size: 16px;
    transition: all .2s linear;
    -moz-transition:all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear ;
}
