.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;}
.mt80{margin-top:80px;}
.mt90{margin-top:90px;}
.mt100{margin-top:100px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}
.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;}
.mtb80{ margin-top:80px; margin-bottom:80px;}
.mtb90{ margin-top:90px; margin-bottom:90px;}
.mtb100{ margin-top:100px; margin-bottom:100px;}
.mtb110{ margin-top:110px; margin-bottom:110px;}

h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:14px;}


#top{
    width:100%;
    height:auto;overflow:hidden;
    background:rgba(255,255,255,0.9);
    position:fixed;
    top:0;
    left:0;
    padding:20px 0;
    z-index:999;
}
#topPadding{
    width:100%;
    height:90px;
}

.topLogo {
    width: 25%;
    float: left;
    height: auto;
    overflow: hidden;
    vertical-align: middle;
}
.topLogo img{
    max-width:100%;
    max-height:50px;
}
.topMenu{
    width:50%;float:left;
    height:auto;overflow:hidden;
    margin:0 10%;
    transition: all 0.5s;
}
.topMenu:hover {
    width:60%;
    margin:0 5%;
}
.topMenu li{
    width:14.28%;
    float:left;
    line-height:50px;
    transition:all 0.5s;
    text-align: center;
    font-size: 15px;
    position: relative;
}

.menuList{
    width:100%;
    line-height: 50px;
    position: relative;
}
.menuList::after{
    content: '';
    position: absolute;
    width:0;
    height: 2px;
    background-color: #018ad4;
    bottom: 0;
    left: 50%;
    transition: all 0.5s;
}
.topMenu li:hover .menuList::after {
    width:100%;
    left: 0;
}
        .menuSubList{
            display: none;
        }
        .topMenu:hover .menuSubList{
            display: block;
        }
.menuSubList{
    width:100%;
    height: auto;overflow: hidden;
    padding:20px 0;
}
.menuSubList dd{
    width:100%;
    height: 40px;line-height: 40px;
    overflow: hidden;
    font-size: 14px;
    color:#555;
    position: relative;
}
.menuSubList dd::after{
    content: '';
    position: absolute;
    width:0;
    height: 2px;
    background-color: #018ad4;
    bottom: 0;
    left: 50%;
    transition: all 0.5s;
}
.menuSubList dd:hover::after{
    width:100%;
    left: 0;
}

.topLanguage{
    width:5%;float:left;
    height:50px;line-height:60px;
    overflow:hidden;
}
.topLanguage span{
    font-size: 24px;
    color:#777;
    cursor: pointer;
}

/*搜索*/
#topSearch{
    width:0%;
    height:60px;
    padding:15px 0;
    background: rgba(0,0,0,0.8);
    overflow:hidden;
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
    transition: all 0.5s;
}
.topSearchClose{
    width:40px;
    position: fixed;
    top:30px;
    right: 10%;
    z-index: 9999;
    color:#fff;
    font-size: 20px;
    cursor: pointer;
}
.topSearchInput{
    width:340px;
    height: auto;overflow: hidden;
    margin:10px auto;
    background-color: #fff;
    border-radius: 30px;
}
.topSearchInput dd{
    float: left;
}
.topSearchInput input{
    width: 280px;
    display: inline-block;
    height: 40px;line-height: 40px;overflow: hidden;
    border: 0;
    text-indent: 30px;
}
.topSearchInput span{
    display: inline-block;
    width:60px;
    height: 40px;line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

.topLine {
    width: 100%;
    height: 1px;
    overflow: hidden;
    border-top: 1px solid #eee;
}
/*Banner*/
#banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
#banner img{
    width:100%;
}
.swiper {
    width: 100%;
    height: 100%;
}
#banner .swiper-pagination-bullet{
    width: 30px;
    height: 6px;
    border-radius:5px;
}
#banner .swiper-pagination-bullet-active{
    background: rgba(255,255,255,0.7);
}

.bannerPage{
    width:100%;
    height:350px;overflow:hidden;
    position: relative;
}
.bannerPage img{
    width:100%;
    height: 350px;
    position: absolute;
    top:0;
    left: 0;
    z-index: -1;
    animation: bannerZoom 2s none;
}
@keyframes bannerZoom {
    0% {
      /*transform:translateX(-50px) translateY(-50px);*/
      transform: scale(1.5,1.5);
      opacity:0
    }
    100% {
      transform: scale(1,1);
      opacity:1
    }
  }

.bannerWord{
    width:80%;
    height: auto;overflow: hidden;
    position: absolute;
    top:30%;
    left: 10%;
    z-index: 999;
    color:#fff;
}
.bannerWord h1{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
}
.bannerWord h3{
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
}
.bannerWord s{
    display: block;
    width:40px;
    height: 2px;
    background-color: #fff;
    margin-top:10px;
}
/*Banner*/

#list_view{
    margin:30px auto;
}
/*底部*/
.bottom {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #222;
    color:#fff;
    padding-top:80px;
    padding-bottom: 10px;
}
.bottom a{color:#fff;}

.bottomContact {
    width: 30%;
    float: left;
    height: auto;overflow: hidden;
}

    .bottomContact li {
        color: #999;
        height:auto;overflow:hidden;
        line-height: 40px;
        background-repeat: no-repeat;
        background-size: 35px 35px;
        padding-left: 50px;
    }
    .bottomContact li:nth-child(1){
        background-image: url(/Skins/UI/Cn/Images/Icon/iconBottomPosition.png);
    }
    .bottomContact li:nth-child(2){
        background-image: url(/Skins/UI/Cn/Images/Icon/iconBottomTel.png);
    }
    .bottomContact li:nth-child(3){
        background-image: url(/Skins/UI/Cn/Images/Icon/iconBottomFax.png);
    }
    .bottomContact li:nth-child(4){
        background-image: url(/Skins/UI/Cn/Images/Icon/iconBottomEmail.png);
    }
    .bottomContact li:nth-child(5){
        background-image: url(/Skins/UI/Cn/Images/Icon/iconBottomWeixin.png);
    }
.bottomNav{
    width:40%;float: left;
    margin:0 5%;
    height: auto;overflow: hidden;
}
.bottomNavList{
    width:31.33%;float: left;
    margin:0 1%;
}
.bottomNavList li{
    width:100%;
    height: 30px;line-height: 30px;overflow: hidden;
    font-size: 12px;
    color:#c6c6c6;
    transition: all 0.5s;
}
.bottomNavList .title{
    line-height: 40px;
    font-size: 18px;
    color:#fff;
    margin-bottom: 20px;
}
.bottomNavList li:hover{
    text-indent: 10px;
}
.bottomNavList li a{color:#c6c6c6;}
.bottomNavList li a:hover{color:#ff0;}

.bottomErweima{
    width:20%;float:left;
    text-align:center;
    height: auto;overflow: hidden;
}
.bottomErweima li{
    width:130px;
    float: left;
    margin:10px 10px;
}
.bottomErweima img{
    max-width:100%;
}
.bottomErweima li h2{
    font-size: 14px;
    line-height: 30px;
    color:#fff;
    text-align: center;
}

.bottomCopy {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    color: #c7c7c7;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    border-top:1px solid #666;
}

    .bottomCopy a {
        color: #666;
    }
/*底部*/

/*弹窗*/
.popupWidth{
    width:90%;
    height:auto;overflow:hidden;
    margin:10px auto;
}
#zzWapTop{display:none;}
#zzWapTop_Padding{display:none;}

@media(max-width:768px) {
    #top {display:none;}
    #topPadding {display:none;}
    .topLine {display:none;}


    #list_view {
        margin: 30px auto;
    }


    /*Banner*/
#banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position:relative;
}
#banner img{
    width:100%;
}
.swiper {
    width: 100%;
    height: 100%;
}
#banner .swiper-pagination-bullet{
    width: 30px;
    height: 6px;
    border-radius:5px;
}
#banner .swiper-pagination-bullet-active{
    background: rgba(255,255,255,0.7);
}

.bannerPage{
    width:100%;
    height:200px;overflow:hidden;
    position: relative;
}
.bannerPage img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 200px;
    animation:none;
}
@keyframes bannerZoom {
    0% {
      /*transform:translateX(-50px) translateY(-50px);*/
      transform: scale(1.5,1.5);
      opacity:0
    }
    100% {
      transform: scale(1,1);
      opacity:1
    }
  }

.bannerWord{
    width:80%;
    top:30%;
    left: 10%;
}
.bannerWord h1{
    font-size: 30px;
    line-height: 40px;
}
.bannerWord h3{
    font-size: 20px;
}
/*Banner*/
    
    /*底部*/
    .bottomContact {
        width: 100%;
    }
    .bottomNav{display: none;}
    .bottomErweima{
        width:100%;
        margin-top:20px;
    }
    .bottomErweima li{
        width:100px;
    }
    /*底部*/

    #top{display:none;}
    #zzWapTop {
        width: 100%;
        position: fixed;
        top: 0;
        margin: 0 auto;
        z-index: 9999;
        display: block;
    }

    .zzWapTop_Logo {
        width: 90%;
        position: fixed;
        top: 0;
        z-index: 1000;
        text-align: center;
        padding: 8px 0 0 0;
        max-width: 550px;
        margin: 0 auto;
    }

        .zzWapTop_Logo img {
            height: 40px;
        }

    #zzWapTop_Padding {
        width: 100%;
        height: 55px;
        display: block;
    }


    .mobile {
        width: 100%;
        float: left;
        margin: 0 auto;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #fff;
        position: relative;
    }

    .mobile-inner-header {
        background-color: rgba(255,255,255,1);
        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: 50px;
        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);
            }
}<!--0.00021004676818848-->