.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt60{margin-top:60px;}
.mt70{margin-top:70px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mtb10{ margin-top:10px; margin-bottom:10px;}
.mtb20{ margin-top:20px; margin-bottom:20px;}
.mtb30 {margin-top: 30px;margin-bottom: 30px;}
.mtb40{ margin-top:40px; margin-bottom:40px;}
.mtb50{ margin-top:50px; margin-bottom:50px;}
.mtb60{ margin-top:60px; margin-bottom:60px;}
.mtb70{ margin-top:70px; margin-bottom:70px;}

.swiper-button-next, .swiper-button-prev{color:#fff;}

.topLogo{
    width:40%;float:left;
    line-height:30px;
    font-size:30px;
    font-weight:bold;
}
.topLogo h3{
    font-size:21.3px;
    font-weight:bold;
}
.topSearch{
    width:30%;float:left;
}
.topSearch .search{
    width:260px;
    height:auto;overflow:hidden;
    border:1px solid #eee;
    margin:10px auto;
    border-radius:20px;
}
.topSearch .search dt{float:left;text-align:center;}
.input{
    width:220px;line-height:30px;
    border:0;
    text-indent:20px;
    color:#666;
}
.topSearch .search dt button{
    width:40px;line-height:30px;
    border:0;
    background-color:#fff;
}
.topSearch .search dt button span{color:#999;}

.topTel{
    width:30%;float:left;
    text-align:right;
    font-size:30px;
    color:#0165f7;
    line-height:50px;
}
.topTel span{
    font-size:33px;
    color:#999;
}

.topMenu{
    width:100%;
    height:50px;line-height:50px;
    overflow:hidden;
    background:linear-gradient(0deg,#0068ff,#0165f7);
}
.topMenu li{
    width:12.5%;float:left;
    line-height:50px;
    text-align:center;
    transition:all 0.5s;
    color:#fff;
}
.topMenu li a{color:#fff;}
.topMenu li:hover{
    background:#01cfff;
}
.banner{
    width:100%;
}
.banner img{
    width:100%;
}

.bottomBrand{
    width:100%;
    height:auto;overflow:hidden;
}
.bottomBrand li{
    width:14.66%;float:left;
    margin:10px 1%;
    box-shadow:0 0 10px #ccc;
    text-align:center;
    transition:all 0.5s;
    padding:10px 0;
}
.bottomBrand li:hover{
    margin:0 1% 20px 1%;
}
.bottomBrand li img{
    width:80%;
    height:60px;
}

.bottomLink{
    width:100%;
    height:auto;overflow:hidden;
    background-color:#333;
    padding:50px 0;
    border-bottom:1px solid #222;
}
.bottomLinkErweima{
    width:30%;float:left;
    text-align:center;
    padding-top:20px;
    line-height:30px;
    color:#999;
}
.bottomLinkErweima img{
    width:50%;
}
.bottomLinkList{
    width:33%;float:left;
    height:auto;overflow:hidden;
    /*background:rgba(254,120,0,0.5);*/
    border-radius:5px;
    color:#fff4ad;
    margin:0 1%;
}
.bottomLinkList a{color:#e0e0e0;}
.bottomLinkList .title{
    color:#fff;
    font-size:18px;
    font-weight:bold;
    height:50px;
    line-height:50px;
}
.bottomLinkList li{
    width:100%;
    height:25px;line-height:25px;overflow:hidden;
    color:#e0e0e0;
    font-size:13px;
    transition:all 0.5s;
}
.bottomLinkList li:hover{
    text-indent:10px;
}
.bottomLinkList li div{
    width:40px;
    display:inline-block;
}
.bottomLinkList li a{color:#e1e1e1;}

.bottomCopy{
    width:100%;
    height:auto;overflow:hidden;
    line-height:25px;
    padding:10px 0;
    background:#333;
    color:#b9b9b9;
    text-align:center;
    border-top:1px solid #4b4b4b;
}
.bottomCopy a{color:#9e9e9e;text-decoration:underline;}

.bottomTop{
    width:50px;
    height:36px;
    line-height:18px;
    padding:7px 0;
    background:rgba(0,0,0,0.5);
    position:fixed;
    bottom:200px;
    right:10px;
    text-align:center;
    color:#fff;
    font-size:14px;
    font-family:Arial;
    z-index:999;
    cursor:pointer;
}
.bottomTop a{color:#fff;}

.bottomCustom{display:none;}
.wapTopPadding{display:none;}
.mobile {display:none;}

@media(max-width:720px){
    .mtb20{ margin-top:0; margin-bottom:0;}
    .mtb50{margin-top:30px;margin-bottom:30px;}

    .topLogo{
        width:100%;float:left;
        line-height:25px;
        font-size:24px;
        font-weight:bold;
        text-align:center;
        position:fixed;
        top:0;
        left:0;
        background-color:#fff;
        z-index:999;
        padding-top:5px;
    }
    .topLogo h3{
        font-size:17px;
        font-weight:bold;
    }

    .topSearch{display:none;}
    .topTel{display:none;}
    .topMenu{display:none;}

    .swiper-button-next, .swiper-button-prev{display:none;}

    .bottomCustom{
        display:block;
        width:50px;
        height:36px;
        line-height:18px;
        padding:7px 0;
        background:rgba(0,0,0,0.5);
        position:fixed;
        bottom:251px;
        right:10px;
        text-align:center;
        color:#fff;
        font-size:14px;
        font-family:Arial;
        z-index:999;
        cursor:pointer;
    }
    .bottomCustom a{color:#fff;}

    .bottomBrand li{
        width:29.33%;float:left;
        margin:10px 2%;
        box-shadow:0 0 10px #ccc;
        text-align:center;
        transition:all 0.5s;
        padding:10px 0;
    }
    .bottomBrand li img{
        width:70%;
        height:40px;
    }
    .bottomBrand li:hover{
        margin:0 2% 20px 2%;
    }

    .bottomLinkErweima{display:none;}
    .bottomLinkList{
        width:98%;float:left;
        height:auto;overflow:hidden;
        /*background:rgba(254,120,0,0.5);*/
        border-radius:5px;
        color:#fff4ad;
        margin:0 1% 10px 1%;
        border-bottom:1px solid #666;
        padding-bottom:20px;
    }

    .wapTopPadding{
        width:100%;
        height:56px;
        display:block;
    }
    /*²Ëµ¥*/
    .mobile {
        display:block;
        width: 100%;
        position:fixed;
        z-index:9999;
        top:0;
        right:0;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

    .mobile-inner-header {
        width: 100%;
        height: 55px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .mobile-inner-header-icon {
        color: #1f2789;
        height: 55px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 70px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

        .mobile-inner-header-icon:hover {
            background-color: rgba(0,0,0,0.2);
            cursor: pointer;
        }

        .mobile-inner-header-icon span {
            position: absolute;
            left: calc((100% - 25px) / 2);
            top: calc((100% - 1px) / 2);
            width: 25px;
            height: 1px;
            background-color: rgba(0,0,0,1);
        }

            .mobile-inner-header-icon span:nth-child(1) {
                transform: translateY(4px) rotate(0deg);
            }

            .mobile-inner-header-icon span:nth-child(2) {
                transform: translateY(-4px) rotate(0deg);
            }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(45deg);
        }
    }

    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }

        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }

    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }

        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }

    .mobile-inner-nav {
        background-color: rgba(0,0,0,0.9);
        width: 100%;
        position: absolute;
        top: 55px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }

        .mobile-inner-nav a {
            display: inline-block;
            line-height: 45px;
            text-decoration: none;
            width: 80%;
            margin-left: 10%;
            color: #FFFFFF;
            border-bottom: solid 1px rgba(255,255,255,0.3);
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
            font-weight: 300;
        }

            .mobile-inner-nav a:hover {
                color: rgba(255,255,255,0.4);
                border-bottom: solid 1px rgba(255,255,255,0.2);
            }
}