
/* 底部服务 */
.ws_footerser {
    /*height: 13rem;*/
    background: #191919;
    overflow: hidden;
}

.footer-box{
    width:1400px;
    margin:0 auto;
    display:flex;
    padding-top:20px;
    padding-bottom:30px;
    color:#fff;
}

/* 联系我们 */

.connect_box{
    position:fixed;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index: 9999999;
    display: none;
    top:0;
    left:0;
}

.box_inside{
    width:400px;
    position:absolute;
    background: #efefef;
    box-sizing: border-box;
    padding:20px 10px;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
}

.footer-left{
    float:left;
}
.left-top{
    display: flex;
}

.left-top>div{
    margin:10px 20px;
}
.left-top>div:nth-of-type(1){
    margin-left:0;
}

.left-bottom{
    margin-top:25px;
    line-height:44px;
    display:flex;
}

.left-bottom>div{
    float:left;
    margin:10px 20px;
    display:flex;
}
.left-bottom>div:nth-of-type(1){
    margin-left:0;
}

.left-bottom>div>.icon{
    text-align: center;
    line-height: 36px;
    width:40px;
    height:40px;
    border-radius: 50%;
    border:1px solid #7a8eb6;
    margin-right:5px;
    position:relative;
}

.left-bottom>div>.icon>img{
    width:26px;
    height:26px;
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

.footer-right{
    float:left;
    display:flex;
}

.footer-right>.right-left img{
    width:130px;
    height:130px;
    margin-top: 10px;
}

.footer-right>.right-right{
    margin-left:20px;
    line-height:35px;
    color:#fff;
}

.footer-right>.right-right img{
    width:18px;
    height:18px;
    margin-right:10px;
}
.ws_serTit {
    width: 1100px;
    margin: 0 auto;
    padding: 1rem 0;
}

.ws_serTit dl {
    /*height: 172px;*/
    float: left;
}

.ws_serTit dl dt {
    font-size: 16px;
    color: #ffffff;
    font-family: calibri-Bold;
}

.ws_serTit dl {
    width: 180px;
    margin-right: 20px;
}

.ws_serTit dl:nth-child(3) {
    border-right: none;
}

.ws_serTit dl dd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #9ab5e9;
}

.ws_serTit dl dd a {
    font-size: 14px;
    color: #9ab5e9;
    font-family: calibri;
}
.sw_zhhIcon{
    height: 80px!important;
}
.sw_zhhIcon>ul>li{
    float: left;
    margin: 21px 44px 22px 0;
}
.sw_zhhIcon>ul>li>a{
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #ffffff;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}
.sw_ftAty{
    margin-left: 5px;
    font-family: calibri;
    width: 258px;
    line-height: 14px;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
}
.sw_marginR{
    margin-right: 0!important;
}
.sw_fstTxt{
    line-height: 20px!important;
    border-bottom: none!important;
    margin-bottom: 1px;
}
.sw_fstTxt>a{
    font-size: 13px!important;
}
.sw_fgIcon>ul>li{
    float: left;
    margin-right: 26px;
}
.sw_fgIcon>ul>li>a{
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.sw_xykIcon{
    border-bottom: none!important;
    margin-top: 1px;
}
.sw_xykIcon>ul>li{
    float: left;
    margin-right: 28px;
    line-height: 56px;
}
.sw_xykIcon>ul>li>a{
    display: inline-block;
    width: 30px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}
.sw_visa{
    background: url(../images/card-visa-active.jpg) no-repeat center center;
}
.sw_amex{
    background: url(../images/card-amex-active.jpg) no-repeat center center;
}
.sw_micc{
    background: url(../images/card-discover-active.jpg) no-repeat center center
}
.sw_pgx{
    background: url(../images/card-master-active.jpg) no-repeat center center;
}
.sw_vTm{
    vertical-align: middle;
    font-size:13px;
}
/* 底部版本号 */
.ws_bbH {
    background: #191919;
    border-top: 1px solid #334464;
}

.ws_bbHcon {
    width: 500px;
    text-align: center;
    margin: 0 auto;
}

.ws_bbHcon p {
    color: #d3d3d3;
    text-align: center;
    line-height: 30px;
    font-family: calibri;
}
@media only screen and (max-width: 1024px) {
    .ws_serTit dl {
        width: 150px;
    }
    .sw_zhhIcon>ul>li {
        margin: 21px 29px 22px 0;
    }
}