﻿* {
    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";
    _font-family: "arial",'simsun','Microsoft Yahei', "sans-serif";
    width: 100%;
    height: 100%;
    min-width: 320px;
    max-width:640px;
}
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%;
}
.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 {
    border-top: 1px solid #EEEEEE;
    padding: 10px 0;
}
    #links > b {
        font-weight: normal;
        color: #666666;
        padding:0 0 0 10px;
    }
    #links > a {
        display: inline-block;
        margin-right: 10px;
        color: #666666;
    }
        #links > a:hover {
            color: #222222;
        }
#header {
    height:90px;
    position:relative;
}
    #header > a.left {
        width: 190px;
        height: 90px;
        padding:0 0 0 10px;
        overflow: hidden;
    }
    #header > a.left > img {
        height: 90px;
    }
    #header > i {
        position: absolute;
        top: 20px;
        right: 10px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        background: #019F0C;
        color: #FFFFFF;
        font-size: 2rem;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
        #header > i > span {
            display: none;
            margin-left: -188px;
            margin-top: 51px;
            position: absolute;
            width: 200px;
            background: #069C0A;
            z-index: 999999;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }
            #header > i > span > a {
                display: block;
                width: 200px;
                font-size: 1rem;
                color: #FFFFFF;
                border-bottom: 1px solid #09C40D;
            }

.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
    .swiper-slide img {
        display:block;
        max-width: 100%;
        height: auto;
        width: auto\9; /* ie8 */
    }

#footer {
    padding: 10px 0 60px 0;
    color: #FFFFFF;
    background: #079C0B;
}
    #footer > div.txt {
        text-align: center;
        line-height: 24px;
    }
    #footer a {
        color: #FFFFFF;
    }
        #footer a:hover {
            color: #AAFBAC;
        }
    #footer > div.rwm {
        width: 100%;
        padding:10px 0 0 0;
    }
        #footer > div.rwm > img {
            display: block;
            margin:0 auto;
            width: 146px;
        }
        #footer > div.rwm > label {
            display: block;
            padding: 5px 0;
            text-align:center;
        }

#business {
    padding: 5px 0;
    text-align:center;
}
    #business > a {
        display: inline-block;
        margin: 5px 1%;
        width: 30%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 1rem;
        color: #FFFFFF;
        background: #079C0B;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }
    #business > div {
        display: block;
        clear: both;
        width: 100%;
        padding:5px 0 0 0;
    }
        #business > div > img {
            height: auto;
            width:100%;
            display:block;
        }

#about {
    padding: 5px 0;
}
    #about > span.title {
        display:block;
        padding:15px 0;
    }
        #about > span.title > img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: auto;
        }
    #about > div.img > img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }
    #about > div.txt {
        text-align:left;
        padding:10px;
        line-height:1.4rem;
        font-size:0.9rem;
        color:#333333;
    }
    #about > div.tag {
        text-align:center;
    }
        #about > div.tag > a {
            display: inline-block;
            margin: 5px 1%;
            width: 23%;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 0.9rem;
            color: #FFFFFF;
            background: #079C0B;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
        }

#advs {
    padding: 0;
    background: url(../images/advs_bg.png) no-repeat 0 0;
    background-size:auto 100%;
}
    #advs > span.title {
        clear: both;
        display: block;
        padding: 20px 0;
        text-align: center;
        color: #FFFFFF;
    }
        #advs > span.title b {
            display: block;
            font-size: 1.1rem;
        }
        #advs > span.title em {
            display: block;
            font-style: normal;
            font-size: 0.9rem;
        }

    #advs > div.list {
        float:left;
        width: 50%;
    }
        #advs > div.list > div > b.t {
            display: block;
            padding:0 10px;
            color:#FFFFFF;
            font-size:0.9rem;
        }
        #advs > div.list > div > div.x {
            padding: 0 10px 10px 10px;
            font-size:0.82rem;
            color:#FFFFFF;
            line-height:1.2rem;
        }
    #advs > div.r > div > b.t {
        text-align: right;
    }

#articles {
    padding: 5px 0;
}
    #articles > span.title {
        display: block;
        padding: 15px 0;
    }
        #articles > span.title > img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: auto;
        }
    #articles > a {
        display: block;
        height: 35px;
        line-height: 35px;
        padding: 0 90px 0 0;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        border-bottom: 1px solid #E2E2E2;
    }
        #articles > a > i {
            margin-right:10px;
            margin-left:5px;
            font-style: normal;
            color: #069C0A;
        }
        #articles > a > em {
            position: absolute;
            right: 5px;
            font-style: normal;
            color:#666666;
            font-size:0.8rem;
        }

#partner {
    padding: 5px 0;
}
    #partner > span.title {
        display: block;
        padding: 15px 0;
    }
        #partner > span.title > img {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: auto;
        }
    #partner > a {
        float: left;
        width: 50%;
        padding:5px 0;
    }
        #partner > a > img {
            display: block;
            margin:0 auto;
            width: 90%;
        }



#cur {
    clear: both;
    height: 40px;
    width: 100%;
    overflow: hidden;
    background: #FAFAFA;
    border-bottom: 1px solid #EEEEEE;
}
    #cur > b, #cur > a {
        float: left;
        height: 40px;
        line-height: 40px;
        font-size: 1rem;
        padding: 0 15px;
        font-weight: normal;
    }
        #cur > b.cur, #cur > a.cur {
            color: #FFFFFF;
            height: 39px;
            background: #16A54B;
            border-bottom: 2px solid #16A54B;
        }

#curs {
    clear: both;
    height: 40px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #FAFAFA;
    border-bottom: 1px solid #EEEEEE;
}
    #curs .scroller {
        position: absolute;
    }
        #curs .scroller li {
            float: left;
            height: 40px;
        }
            #curs .scroller li a {
                display: block;
                line-height: 40px;
                font-size: 1rem;
                padding: 0 15px;
                border-right: 1px solid #EEEEEE;
            }
            #curs .scroller li.cur a {
                color: #FFFFFF;
                height:39px;
                background: #16A54B;
                border-bottom: 2px solid #16A54B;
            }

#text {
    padding:10px 0;
}
    #text div.x {
        padding: 0 10px;
        text-align: left;
        color: #333333;
        line-height: 1.5rem;
        font-size: 0.81rem;
    }
        #text div.x img {
            display: block;
            max-width: 100%;
            height: auto;
            width: auto\9; /* ie8 */
        }
        #text div.x table {
            display: block;
            max-width: 100%;
            height: auto;
            width: auto\9; /* ie8 */
        }
#view {
    border-bottom:1px solid #E2E2E2;
}
    #view > h1 {
        text-align:center;
        font-size: 1rem;
        padding:10px;
    }
    #view > span.item {
        display:block;
        text-align: center;
        color: #666666;
        padding:0 10px;
        font-size:0.8rem;
    }
    #view > span.item>label {
        padding:0 5px;
    }
#list {
    padding: 0;
}
    #list a {
        display: block;
        height: 40px;
        line-height: 40px;
        padding: 5px 80px 0 15px;
        position:relative;
        border-bottom: 1px solid #E1E1E0;
    }
        #list a i {
            position:absolute;
            left:5px;
            font-size: 14px;
            font-style: normal;
            color: #069C0A;
            font-family: Arial;
        }
        #list a b {
            display:block;
            height: 32px;
            font-size:0.9rem;
            font-weight: normal;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        #list a em {
            position:absolute;
            right:5px;
            top:6px;
            width: 70px;
            font-style: normal;
            color: #999999;
        }

.per {
    clear: both;
    height: 50px;
    padding:10px 0 0 0;
}

#form {
    padding:10px;
}
    #form > span {
        display:block;
        height:50px;
    }
        #form > span.txt {
            display: block;
            height: 105px;
        }
        #form > span > input {
            float:left;
            width:97%;
            padding:0 1%;
            height:35px;
            border:1px solid #CCCCCC;
            border-radius:2px;
        }
        #form > span > input.vc {
            width: 47%;
        }
        #form > span > img {
            float:left;
            margin-left:10px;
            height:37px;
        }
        #form > span > textarea {
            float: left;
            width: 97%;
            padding: 5px 1%;
            height: 80px;
            border: 1px solid #CCCCCC;
            border-radius: 2px;
        }
        #form > span a {
            display: block;
            height:40px;
            text-align:center;
            background: #16A54B;
            border-radius: 2px;
            line-height:40px;
            color:#FFFFFF;
            font-size:1rem;
        }

#tel {
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    height:50px;
    background:#FAFAFA;
    border-top:1px solid #E2E2E2;
}
    #tel > a {
        display:block;
        line-height:50px;
        color:#333333;
        font-size:1.2rem;
        text-align:center;
    }
        #tel > a > i {
            margin-right:10px;
        }