﻿.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;}

/*页头*/
#zzTop{
    width:100%;
    height:50px;overflow:hidden;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f4f4f4); /*IE 6 7 8*/
    background: -ms-linear-gradient(top, #ffffff,  #f4f4f4);        /* IE 10 */
    background:-moz-linear-gradient(top,#ffffff,#f4f4f4);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#f4f4f4));/*谷歌*/ 
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#f4f4f4));      /* Safari 4-5, Chrome 1-9*/
    background: -webkit-linear-gradient(top, #ffffff, #f4f4f4);   /*Safari5.1 Chrome 10+*/
    background: -o-linear-gradient(top, #ffffff, #f4f4f4);  /*Opera 11.10+*/
    border-bottom:1px solid #eee;
}
.zzTop_Word{
    width:50%;float:left;
    line-height:50px;
}
.zzTop_Search{
    width:50%;float:left;
}
.zzTop_Search .search{
    width:230px;
    height:30px;
    border:1px solid #008dc9;
    border-radius:20px;
    float:right;
    margin-top:10px;
}
.zzTop_Search .search dt{float:left;}
.zzTop_Search .search dt .input{
    width:180px;
    height:25px;line-height:25px;
    border:0;
    margin-left:20px;
    background:none;
    font-size:12px;
    color:#999;
}
.zzTop_Search .search dt .bnt{
    width:16px;
    height:18px;
    background:url(../Images/bt_search.png);
    border:0;
    cursor: pointer;
}
.zzTop_Logo{
    width:35%;float:left;
}
.zzTop_Logo img{width:380px;}
.zzTop_Menu{
    width:65%;float:left;
    font-size:14px;
}
.zzTop_Menu li{
    float:right;
    padding:0 20px;
    line-height:50px;
    transition:all 0.5s;
}
    .zzTop_Menu li:hover {
        background-color: #008dc9;
    }
        .zzTop_Menu li:hover a {
            color:#fff;
        }
#zzWapTop{display:none;}
#zzWapTop_Padding {display:none;}
/*页头*/

/*Banner*/
#banner{
    width:100%;
    height:auto;overflow:hidden;
    position:relative;
}
#banner img{
    width:100%;
}
#banner .swiper-pagination-bullet {
    width: 30px;
    height: 5px;
    border-radius: 5px;
    background-color: #eb5916
}
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    justify-content: center;
    align-items: center;
}

/*页底*/
.bottomLink {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}
.bottomLink li{
    float:left;
    margin-right:10px;
    line-height:30px;
}

.bottomContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #1b1b1b;
    padding: 40px 0;
}
    .bottomContent a {
        color: #cacaca;
    }
        .bottomContent a:hover {
            color: #ff0;
        }
.bottomList {
    width: 24%;
    float: left;
    height: auto;
    overflow: hidden;
}
    .bottomList li {
        width: 100%;
        height: 30px;overflow:hidden;
        line-height: 30px;
        color: #999;
        font-size:13px;
        transition:all 0.5s;
    }
        .bottomList li:hover{
            text-indent:10px;
            color:#ff0;
        }
    .bottomList .title {
        width: 100%;
        height: auto;overflow:hidden;
        font-size: 16px;
        color: #fff;
        margin-bottom:10px;
    }
        .bottomList .title h3 {
            line-height: 30px;
        }
        .bottomList .title s {
            width: 15%;
            display: block;
            height: 5px;
            border-bottom: 1px solid #c0a283;
            margin-bottom: 10px;
        }

.bottomContact {
    width: 25%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-left:3%;
}

    .bottomContact .title {
        width: 100%;
        height: auto;overflow:hidden;
        color: #fff;
    }
        .bottomContact .title h3 {
            line-height: 30px;
        }

    .bottomContact .title s{
        width: 15%;
        display: block;
        height: 5px;
        border-bottom: 1px solid #c0a283;
        margin-bottom: 10px;
    }

    .bottomContact .list {
        width: 100%;
        height: auto;
        line-height: 28px;
        overflow: hidden;
        font-size: 12px;
        color: #777;
    }

        .bottomContact .list span {
            font-size: 24px;
            color: #cacaca;
        }
        .bottomContact .list dt {
            width: 100%;
            height: auto;
            line-height: 28px;
            overflow: hidden;
            font-size: 12px;
            color: #cacaca;
        }

        .bottomContact .list div {
            width: 97px;
            height: 30px;
            line-height: 30px;
            background: #fff;
            border-radius: 20px;
            text-align: center;
            margin-top: 10px;
            color: #333;
        }

            .bottomContact .list div:hover {
                background: #eee;
            }
    .bottomContact .otherLink {
        width: 100%;
        height: auto;
        line-height: 28px;
        overflow: hidden;
        font-size: 12px;
        color: #cacaca;
    }

        .bottomContact .otherLink img {
            width: 110px;
            height: 110px;
            padding: 5px 0 0 0;
        }


#bottomCopy {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #1b1b1b;
    text-align: center;
    line-height: 25px;
    color: #cacaca;
    font-size: 12px;
    border-top: 1px solid #cacaca;
    padding:10px 0;
}

    #bottomCopy a {
        color: #cacaca;
    }

        #bottomCopy a:hover {
            color: #ff0;
            text-decoration: underline;
        }

@media(max-width:720px) {
    /*页头*/
    #zzTop {
        display: none;
    }
    #topMiddle{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;
            max-width: 80%;
        }

    #zzWapTop_Padding {
        width: 100%;
        height: 55px;
        display: block;
    }
    .bottomList{display: none;}
    .bottomContact{
        width:100%;
    }

    .mobile {
        width: 100%;
        float: left;
        max-width: 720px;
        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);
            }

}