﻿

.g-button {
    width: 180px;
    height: 48px;
    color: #fff;
    letter-spacing: 3px;
    border-radius: 5px;
    line-height: 48px;
    display: inline-block;
    position: relative;
    background-color: #00b9ef;
}

    .g-button:before {
        top: 0;
        left: 0;
        opacity: 0;
        content: "";
        width: 0;
        height: 48px;
        -webkit-transition-duration: 1000ms;
        transition-duration: 1000ms;
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        border-radius: 5px;
        position: absolute;
        background-color: #11c9ff;
    }

    .g-button span {
        z-index: 9;
        position: relative;
    }

    .g-button:hover:before {
        opacity: 1;
        width: 100%;
    }

    .g-button:hover span {
        color: #fff;
    }

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block;
}

.vcenter {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    vertical-align: middle;
}


.container1 {
    width: 1200px;
    margin: 0 auto;
}

.header {
background:#f5f5f5;
    height: 40px;
    line-height: 40px;
    color: #555555;
    font-size: 14px;
   /*  border-bottom: solid 1px #cdcdcd; */
}

    .header a {
        padding: 0 17px;
        display: inline-block;
        background: url(../images/line.jpg) no-repeat left center;
    }

        .header a:first-child {
            background: none;
        }

        .header a:last-child {
            padding-right: 0;
        }

    .header .tel img {
        margin-right: 10px;
		font-size: 16px;
		color:#fff;
    }

.nav {
    width: 900px;
    float: right;
    text-align: right;
}

    .nav li {
        height: 66px;
        margin-left: 20px;
        line-height: 66px;
        position: relative;
        display: inline-block;
    }

        .nav li span {
            z-index: 9;
            display: block;
            position: relative;
        }

            .nav li span:after {
                bottom: 0;
                content: '';
                display: block;
                height: 6px;
                height: 0px\9;
                width: 100%;
                position: absolute;
                background: #00b9ef;
                -webkit-transform: scaleX(0);
                -ms-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                transition: transform 334ms cubic-bezier(.4, 0, 1, 1);
                -webkit-transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1),-webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
                transition: transform 334ms cubic-bezier(.4, 0, 1, 1),-webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
            }

        .nav li img {
            top: 6px;
            right: -10px;
            position: absolute;
        }

        .nav li:last-child span a {
            padding-right: 0;
        }

        .nav li.none span > a {
            padding-right: 10px;
        }

        .nav li span > a {
            color: #000;
            padding: 0 10px;
            line-height: 60px;
            display: inline-block;
        }

        .nav li > span:hover:after {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
        }

        .nav li:hover > span > a {
            color: #000;
        }

        .nav li:hover > span:after {
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
        }

        .nav li.active span:after {
            bottom: 0;
            content: '';
            display: block;
            height: 6px;
            width: 100%;
            position: absolute;
            background: #00b9ef;
            -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1);
            -webkit-transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
            transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
            transition: transform 334ms cubic-bezier(.4, 0, 1, 1);
            -webkit-transition: -webkit-transform 334ms cubic-bezier(.4, 0, 1, 1),-webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
            transition: transform 334ms cubic-bezier(.4, 0, 1, 1),-webkit-transform 334ms cubic-bezier(.4, 0, 1, 1);
        }

    .nav .subnav {
        top: 66px;
        left: 0;
        z-index: 999;
        width: 590px;
        position: absolute;
        margin-left: 0;
        display: none;
        padding: 10px 0;
        background: url(../images/bg-line.jpg) repeat-y;
    }

        .nav .subnav li {
            float: left;
            width: 196px;
            height: auto;
            margin-left: 0;
            height: 270px;
            display: block;
        }

            .nav .subnav li h3 {
                color: #a4a4a4;
                font-size: 14px;
                line-height: 20px;
                padding-left: 20px;
                text-align: left;
                font-weight: normal;
                height: 20px;
                overflow:hidden;
                margin: 10px 0;
            }

        .nav .subnav a {
            color: #666;
            z-index: 9;
            text-align: left;
            padding: 10px 0;
            overflow:hidden;
            font-size: 15px;
            padding-left: 20px;
            margin-left: 0;
            line-height: 20px;
            height: 34px;
            display: block;
            -webkit-transition-duration: 600ms;
            transition-duration: 600ms;
            position: relative;
        }

            .nav .subnav a:hover {
                color: #00b9ef;
            }

    .nav .subnav-2 {
        width: 410px;
        background: #fff;
    }

        .nav .subnav-2 li {
            width: 205px;
            min-height: 400px;
            padding-right: 30px;
            border-left: solid 1px #eee;
        }

            .nav .subnav-2 li h3 {
                color: #a4a4a4;
                font-size: 14px;
                line-height: 20px;
                padding-left: 20px;
                text-align: left;
                font-weight: normal;
                margin: 10px 0;
            }

            .nav .subnav-2 li:first-child {
                border-left: 0;
            }

