﻿* {
    padding: 0;
    margin: 0;
}
html {
    background: #FFFFFF;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}
body {
    margin: 0 auto;
    color: #333333;
    font-size: 13px;
    line-height: 24px;
    font-family: 'Microsoft Yahei','simsun', "arial", "sans-serif";
    width: 100%;
    height: 100%;
    min-width: 1200px;
    max-width:1920px;
}
div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
    list-style: none;
}
img {
    list-style: none;
    list-style-type: none;
}
a, a:visited {
    text-decoration: none;
    color: #333333;
    cursor:pointer;
}
a:hover, a:active {
    color: #FF6600;
}
.clear {
    clear: both;
    font-size: 1px;
    height: 0;
    visibility: hidden;
    line-height: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
.layout {
    clear: both;
    width: 100%;
}
.zlayout {
    clear: both;
    margin:0 auto;
    width: 1200px;
}
.btn {
    color: #FFFFFF;
    font-size: 16px;
    background: #19B854;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
}
    .btn:hover {
        color:#FFFFFF;
        background: #16A54B;
        text-decoration: none;
    }
#links {
    padding:10px 0;
}
    #links > b {
        padding:0 0 0 10px;
        font-weight: normal;
        color: #666666;
    }
    #links > a {
        display:inline-block;
        margin-right:10px;
        color:#666666;
    }
        #links > a:hover {
            color:#222222;
        }

#header {
    height: 101px;
    border-bottom: 1px solid #E5E4E4;
}
    #header > div {
        height: 101px;
        position: relative;
    }
        #header > div > a {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            width: 500px;
            height: 101px;
        }
            #header > div > a > img {
                float: left;
                height: 101px;
            }
            #header > div > a > label {
                float: left;
                margin: 23px auto auto 10px;
                height: 58px;
                line-height:58px;
                padding: 0 0 0 15px;
                color: #999999;
                font-size: 1rem;
                border-left: 1px solid #E2E2E2;
            }
        #header > div > span {
            position: absolute;
            top: 32px;
            right: 0;
            display: block;
            width: auto;
            height: 39px;
            border-radius: 39px;
            overflow: hidden;
            padding: 0 20px;
            line-height: 39px;
            color: #FFFFFF;
            background: #68BE02;
        }

#nav {
    height:30px;
    padding:14px 0 11px 0;
    background: #FFFFFF;
}
    #nav > i {
        display: none;
    }
    #nav > div {
        overflow:hidden;
    }
        #nav > div > span {
            float: left;
            margin-left: -1px;
            width: 133px;
        }
            #nav > div > span > a {
                display: block;
                height: 30px;
                line-height: 30px;
                text-align: center;
                color: #333333;
                font-size: 1rem;
                border-left: 1px solid #D6D6D6;
            }
                #nav > div > span > a:hover, #nav > div > span > a.cur {
                    color: #68BE02;
                }
            #nav > div > span > em {
                position: absolute;
                display: none;
                width: 133px;
                z-index: 9999;
                background: #FFFFFF;
                padding:11px 0 0 0;
            }
                #nav > div > span > em > a {
                    display: block;
                    font-style:normal;
                    padding:10px 0;
                    text-align:center;
                    border-top:1px solid #F8F8F8;
                }
            #nav > div > span:hover > em {
                display:block;
            }

#sbanner > img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
#banner {
    position: relative;
}
    #banner div.swiper-container {
        width: 100%;
        height: 100%;
    }
    #banner div.swiper-slide {
        width: 100%;
        height: 100%;
    }
        #banner div.swiper-slide > a {
            display: block;
            width: 100%;
            height: 100%;
        }
            #banner div.swiper-slide > a > img {
                display: block;
                width:100%;
                margin: 0 auto;
            }

#footer {
    padding: 0;
    color: #FFFFFF;
    background: #1B1C20;
}
    #footer > ul {
        height: 88px;
        overflow:hidden;
        padding: 20px 0 25px 0;
    }
        #footer > ul > li {
            float: left;
            margin-left: -1px;
            width: 25%;
            height: 88px;
            border-left: 1px solid #49494D;
        }
            #footer > ul > li.adds {
                width:30%;
            }
            #footer > ul > li.img {
                width: 20%;
            }
            #footer > ul > li > i {
                float: left;
                margin:15px 0 0 25px;
                width: 38px;
                height: 40px;
            }
                #footer > ul > li > i.adds {
                    background: url(img/ico_adds.png) no-repeat center center;
                }
                #footer > ul > li > i.tel {
                    background: url(img/ico_tel.png) no-repeat center center;
                }
                #footer > ul > li > i.fax {
                    background: url(img/ico_fax.png) no-repeat center center;
                }
            #footer > ul > li > label {
                float: left;
                height: 73px;
                padding: 10px 0 0 10px;
            }
                #footer > ul > li > label > b {
                    display: block;
                    height:25px;
                    font-weight: normal;
                }
            #footer > ul > li > img {
                display: block;
                margin: 0 auto;
                height:88px;
            }
    #footer > div.txt {
        padding:20px 0;
        text-align:center;
        color:#FFFFFF;
        font-size:0.8rem;
        border-top: 1px solid #49494D;
    }
        #footer > div.txt > a {
            color: #FFFFFF;
        }
#about {
    height: 400px;
    padding:40px 0;
}
    #about > div.img {
        float:left;
        width:480px;
        height:400px;
        overflow:hidden;
    }
        #about > div.img > img {
            display: block;
            max-width: 100%;
        }
    #about > div.txt {
        float: right;
        width: 670px;
        height: 380px;
        overflow: hidden;
        padding:20px 0 0 0;
    }
        #about > div.txt > b.t {
            display: block;
            font-size: 1.5rem;
            color: #727272;
            font-weight:normal;
        }
        #about > div.txt > em.e {
            display: block;
            font-size: 2rem;
            color: #5C5C5C;
            font-weight: normal;
            font-style: normal;
            line-height: 70px;
            height: 70px;
        }
        #about > div.txt > div.x {
            line-height:1.8rem;
            color:#666666;
            padding:0 0 30px 0;
        }
        #about > div.txt > a {
            color: #E77817;
            font-size:1.4rem;
        }
            #about > div.txt > a:hover {
                color:#68BE02;
            }
#server {
    height: 770px;
    background: #F1F1F1;
}
    #server > div.title > img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }
    #server > div.list {
        height: 410px;
        text-align: center;
        overflow: hidden;
    }
        #server > div.list > a {
            float: left;
            position:relative;
            margin-right: 80px;
            width: 240px;
        }
            #server > div.list > a.r {
                margin-right: 0;
            }
            #server > div.list > a > span {
                display: block;
                width: 100%;
                height: 317px;
                background: #68BE02;
                border-radius: 3px;
                overflow: hidden;
            }
                #server > div.list > a > span > b {
                    display: block;
                    height:66px;
                    line-height:66px;
                    font-size: 1rem;
                    font-weight: normal;
                    color: #FFFFFF;
                }
                #server > div.list > a > span > label {
                    display:block;
                    padding:0 15px;
                    height:75px;
                    text-align:left;
                    line-height:1.2rem;
                    font-size:0.8rem;
                    color:#FFFFFF;
                }
                #server > div.list > a > span > i {
                    display: block;
                    margin: 0 auto;
                    width: 30px;
                    height: 30px;
                    text-align:center;
                    line-height:30px;
                    background: #EF7C00;
                    color: #FFFFFF;
                    font-size:1rem;
                }
            #server > div.list > a > img {
                position: absolute;
                top: 188px;
                left: 22px;
                width: 195px;
                height: 195px;
                border-radius: 195px;
                overflow: hidden;
                transition: All 0.4s ease-in-out;
                -webkit-transition: All 0.4s ease-in-out;
                -moz-transition: All 0.4s ease-in-out;
                -o-transition: All 0.4s ease-in-out;
            }
            #server > div.list > a:hover > img {
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -o-transform: scale(1.1);
                -ms-transform: scale(1.1);
            }

#quality {
    height:400px;
}
    #quality > div.title {
        background: url(/images/title_bg.png) repeat-y center;
    }
        #quality > div.title > img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }
    #quality > div.list {
        height:235px;
        text-align:center;
        padding:60px 0 0 0;
    }
        #quality > div.list > a {
            float: left;
            width: 20%;
        }
            #quality > div.list > a > img {
                display: block;
                margin: 0 auto;
                transition: All 0.4s ease-in-out;
                -webkit-transition: All 0.4s ease-in-out;
                -moz-transition: All 0.4s ease-in-out;
                -o-transition: All 0.4s ease-in-out;
            }
            #quality > div.list > a:hover > img {
                display: block;
                margin: 0 auto;
                transform: translate(0,10px);
                -webkit-transform: translate(0,10px);
                -moz-transform: translate(0,10px);
                -o-transform: translate(0,10px);
                -ms-transform: translate(0,10px);
            }
            #quality > div.list > a > b {
                padding:25px 0 10px 0;
                display:block;
                font-size:1.1rem;
                color:#333333;
                font-weight:normal;
            }
            #quality > div.list > a > em {
                display: block;
                margin: 0 auto;
                width: 55px;
                border-bottom: 5px solid #68BE02;
                transition: All 0.4s ease-in-out;
                -webkit-transition: All 0.4s ease-in-out;
                -moz-transition: All 0.4s ease-in-out;
                -o-transition: All 0.4s ease-in-out;
            }
            #quality > div.list > a:hover > em {
                border-bottom: 5px solid #FF6600;
            }
            #quality > div.list > a > label {
                display: block;
                padding: 10px 20px;
                text-align:left;
                font-size:0.8rem;
                color:#777777;
                line-height:1.2rem;
            }
#cert {
    overflow: hidden;
    padding: 20px 0;
}
    #cert > div.swiper-cert {
        margin: 0 auto;
        width: 1100px;
        height: 250px;
        overflow: hidden;
    }
        #cert > div.swiper-cert > div.swiper-wrapper {
            width: 100%;
            height: 250px;
        }
            #cert > div.swiper-cert > div.swiper-wrapper > div.swiper-slide {
                width: 25%;
                height: 250px;
            }
                #cert > div.swiper-cert > div.swiper-wrapper > div.swiper-slide > a {
                    margin: 0 auto;
                    display: block;
                    width: 248px;
                    height: 211px;
                    padding: 37px 0 0 0;
                    border: 1px solid #E3E3E3;
                }
                    #cert > div.swiper-cert > div.swiper-wrapper > div.swiper-slide > a > img {
                        margin: 0 auto;
                        display: block;
                        max-width: 230px;
                        max-height: 175px;
                    }
    #cert > div.prev, #cert > div.next {
        position: absolute;
        margin-top: -145px;
        width: 30px;
        height: 50px;
        z-index: 999;
        background: #CCCCCC;
        border-radius: 3px;
        text-align: center;
        line-height: 50px;
        color: #FFFFFF;
        font-size: 1.5rem;
        cursor: pointer;
    }
    #cert > div.next {
        margin-left: 1170px;
    }

    #news{
        height:550px;
        padding:50px 0 0 0;
    }
        #news > em {
            display: block;
            width: auto;
            height:30px;
            margin: 0 auto;
            font-style: normal;
            text-align: center;
            font-size: 2rem;
            color: #757575;
        }
        #news > span {
            display:block;
            width:100%;
            height:50px;
            position:relative;
        }
            #news > span > i {
                display:block;
                width:100%;
                position: absolute;
                height:20px;
                border-bottom: 1px solid #DADADA;
            }
            #news > span > b {
                display: inline-block;
                width: 150px;
                height: 50px;
                margin-left: -75px;
                text-align: center;
                line-height: 50px;
                background: #FFFFFF;
                position: absolute;
                left: 50%;
                top: 0;
                font-size: 1.5rem;
                font-weight: normal;
                color: #757575;
                z-index:9;
            }
        #news > div.list {
            margin:0 auto;
            width:720px;
            height:400px;
            position:relative;
            padding:40px 0 0 530px;
            overflow:hidden;
        }
            #news > div.list > a.img {
                display: block;
                position: absolute;
                left: 0;
                width: 480px;
                height: 400px;
            }
                #news > div.list > a.img > img {
                    display: block;
                    width: 480px;
                    height: 280px;
                }
                #news > div.list > a.img > b {
                    display: block;
                    font-weight: normal;
                    color: #222222;
                    height: 50px;
                    line-height: 50px;
                    font-size: 1.1rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }
                #news > div.list > a.img:hover > b {
                    color: #68BE02;
                }
                #news > div.list > a.img > label {
                    display:block;
                    line-height:1.5rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                    color:#999999;
                }
            #news > div.list > a.time {
                position:relative;
                display: block;
                height:72px;
                margin-top: -1px;
                border-top: 1px dotted #CCCCCC;
                border-bottom: 1px dotted #CCCCCC;
                padding:10px 0 10px 80px;
            }
                #news > div.list > a.time > em {
                    position: absolute;
                    left: 0;
                    top: 10px;
                    width: 70px;
                    height: 80px;
                    color: #68BE02;
                    border-radius: 3px;
                    text-align: center;
                    font-size: 0.9rem;
                    font-style: normal;
                    overflow: hidden;
                }
                    #news > div.list > a.time > em > i {
                        display: block;
                        font-style: normal;
                        font-size: 2.5rem;
                        line-height: 2.5rem;
                        padding:3px 0;
                        font-weight: bold;
                    }
                #news > div.list > a.time > b {
                    display: block;
                    font-size: 1rem;
                    color: #333333;
                    height: 27px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    font-weight:normal;
                }
                    #news > div.list > a.time > b > i {
                        font-style: normal;
                        color: #68BE02;
                        padding-right:5px;
                    }
                #news > div.list > a.time:hover > b {
                    color: #68BE02;
                }
                #news > div.list > a.time > label {
                    display: block;
                    font-size: 0.8rem;
                    line-height:1.2rem;
                    color: #999999;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }
#customer {
    overflow:hidden;
    padding:20px 0;
}
    #customer > div.swiper-customer {
        margin: 0 auto;
        width: 1100px;
        height: 104px;
        overflow: hidden;
    }
        #customer > div.swiper-customer > div.swiper-wrapper {
            width: 100%;
            height: 104px;
        }
            #customer > div.swiper-customer > div.swiper-wrapper > div.swiper-slide {
                width: 20%;
                height: 104px;
            }
                #customer > div.swiper-customer > div.swiper-wrapper > div.swiper-slide > a > img {
                    margin: 0 auto;
                    display: block;
                    width: 200px;
                    height: 102px;
                    border: 1px solid #E7E7E7;
                }
    #customer > div.prev, #customer > div.next {
        position: absolute;
        margin-top:-75px;
        width: 30px;
        height: 50px;
        z-index: 999;
        background: #CCCCCC;
        border-radius:3px;
        text-align:center;
        line-height:50px;
        color:#FFFFFF;
        font-size:1.5rem;
        cursor:pointer;
    }
    #customer > div.next {
        margin-left:1170px;
    }

#center {
    padding:0;
}
    #center > ul.cur {
        height: 45px;
        background: #F7F7F7;
    }
        #center > ul.cur > li {
            height: 45px;
            line-height: 45px;
        }
            #center > ul.cur > li > a {
                color: #666666;
            }
            #center > ul.cur > li > i {
                padding: 0 5px;
                color:#999999;
            }
            #center > ul.cur > li > a:hover {
                color: #68BE02;
            }
            #center > ul.cur > li > b {
                float: right;
                font-size: 1rem;
                color: #68BE02;
                padding:0 10px;
                font-weight:normal;
            }
    #center > div.swiper-menu {
        display:none;
    }
    #center > div.menu {
        height: 40px;
        padding:35px 0;
        text-align:center;
    }
        #center > div.menu > a {
            margin: 0 10px;
            display: inline-block;
            height: 38px;
            color: #68BE02;
            line-height: 38px;
            padding: 0 25px;
            border-radius: 3px;
            border: 1px solid #68BE02;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
            #center > div.menu > a:hover, #center > div.menu > a.cur {
                background: #68BE02;
                color: #FFFFFF;
            }

    #center > div.txt > div.x {
        padding: 10px;
        line-height: 1.5rem;
        color: #333333;
    }
    #center > div.list {
        padding:0 0 20px 0;
    }
        #center > div.list > a {
            display: block;
            position: relative;
            height: 80px;
            padding: 15px 10px 15px 130px;
            border-bottom: 1px dashed #E2E2E2;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
            #center > div.list > a:hover {
                background:#FAFAFA;
            }
            #center > div.list > a > em {
                position: absolute;
                left: 10px;
                top: 15px;
                width: 100px;
                height: 80px;
                color: #FFFFFF;
                background: #16A54B;
                border-radius: 3px;
                text-align:center;
                font-size:0.9rem;
                font-style:normal;
                overflow:hidden;
            }
                #center > div.list > a > em > i {
                    display: block;
                    font-style: normal;
                    font-size:2rem;
                    padding:15px 0;
                    background:#19B854;
                }
            #center > div.list > a > b {
                display: block;
                font-size: 1rem;
                color: #333333;
                height: 28px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
            #center > div.list > a:hover > b {
                color:#68BE02;
            }
            #center > div.list > a > label {
                display: block;
                font-size: 0.8rem;
                color: #999999;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }
    #center > div.per {
        height: 60px;
    }
    #center > div.view {
        padding:35px 0 10px 0;
        border-bottom:1px dashed #E2E2E2;
    }
        #center > div.view > h1.title {
            text-align: center;
            font-size:1.3rem;
            color:#333333;
            font-weight:normal;
            padding:0 10px;
            line-height:1.8rem;
        }
        #center > div.view > span.item {
            display: block;
            text-align: center;
            padding:20px 0 0 0;
            font-size:0.8rem;
            color:#999999;
        }
            #center > div.view > span.item > label {
                display: inline-block;
                margin: 0 10px;
            }

#news-box {
    padding:30px 0;
}
    #news-box > ul {
        float:left;
        padding: 0;
        width:45%;
    }
        #news-box > ul.r {
            float:right;
        }
        #news-box > ul > li.title {
            padding:0 0 10px 0;
            font-size:1.1rem;
            color:#333333;
            position:relative;
            border-bottom: 1px solid #E2E2E2;
        }
            #news-box > ul > li.title > a {
                position: absolute;
                top:5px;
                right: 10px;
                font-size:0.7rem;
                color:#666666;
            }
                #news-box > ul > li.title > a:hover {
                    color:#16A54B;
                }
        #news-box > ul > li.list {
            padding: 10px 0;
        }
            #news-box > ul > li.list > a {
                display: block;
                position:relative;
                padding: 15px 80px 15px 0;
                height: 1rem;
                line-height: 1rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                border-bottom: 1px dotted #E5E5E5;
            }
                #news-box > ul > li.list > a > i {
                    padding:0 5px 0 0;
                    color:#19B854;
                }
                #news-box > ul > li.list > a > em {
                    position: absolute;
                    right: 10px;
                    color:#999999;
                    font-style: normal;
                }
