/* eyoucms.com 易优CMS -- 好用,免费,安全 */
@charset "UTF-8";

* {
    margin: 0;
    padding: 0;
}

html {
    font-family: "Microsoft YaHei";
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    color: #333;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
}

ol, ul, li {
    list-style: none;
}

img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    a:hover {
        color: #008fcd;
    }

button, input, select, textarea {
    font-size: 100%;
    font-family: tahoma;
    margin: 0;
    outline: 0 none;
    vertical-align: baseline;
    *vertical-align: middle;
    border: none;
}
/*去除ipad，iphone按钮的默认样式*/
input {
    -webkit-appearance: none;
    outline: none;
    border-radius: 0; /*去除input默认样式*/
}

    input:focus, textarea:focus {
        outline: none;
    }

    input:focus {
        -webkit-tap-highlight-color: transparent;
        -webkit-user-modify: read-write-plaintext-only; /*去除高光样式*/
    }

    input[type="button"], input[type="submit"], input[type="reset"] {
        -webkit-appearance: none;
    }

textarea {
    -webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.clearfix:before, .clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.none {
    display: none;
}

em, i {
    font-style: normal;
}

b {
    font-weight: normal;
}

.header {
    background: #fff;
}

header {
    width: 1400px;
    height: 110px;
    margin: auto;
}

    header .logo {
        float: left;
        margin: 20px 0 0;
    }

        header .logo p {
            color: #222;
            font-size: 14px;
            text-align: right;
            margin: 8px 0 7px;
            font-weight: bold;
        }

    header .header_right {
        float: right;
        width: 1000px;
    }

        header .header_right .h_top {
            margin: 26px 0 0 0;
            float: right;
            height: 39px;
        }

            header .header_right .h_top .h_phone {
                background: url("../images/phone.png") no-repeat;
                padding-left: 40px;
                height: 26px;
                line-height: 26px;
            }

            header .header_right .h_top i {
                float: left;
                font-size: 14px;
                color: #666;
            }

            header .header_right .h_top em {
                float: left;
                color: #008fcd;
                font-size: 20px;
            }

                header .header_right .h_top em img {
                    float: left;
                }

            header .header_right .h_top .h_search {
                float: left;
                margin-left: 64px;
                margin-right: 2px;
            }

                header .header_right .h_top .h_search input[type=text] {
                    float: left;
                    width: 207px;
                    padding: 0 10px 0 8px;
                    font-size: 12px;
                    color: #bebdbd;
                    border: 1px solid #d6d6d6;
                    border-right: none;
                    height: 28px;
                    line-height: 28px;
                    font-family: 'microsoft yahei';
                }

                header .header_right .h_top .h_search input[type=submit] {
                    cursor: pointer;
                    background: #00a83c url("../images/seatbtn.png") center center no-repeat;
                    width: 39px;
                    height: 30px;
                }

        header .header_right ul {
            float: right;
            margin: 5px 0 0 0;
            width: 1000px;
        }

            header .header_right ul li {
                float: left;
                position: relative;
            }

            header .header_right ul a {
                position: relative;
                display: inline-block;
                margin: 0 15px;
                padding-bottom: 10px;
                font-size: 16px;
                color: #444;
            }

                header .header_right ul a:hover, header .header_right nav a.navaon {
                    color: #008fcd;
                }

                    header .header_right ul a:after, header .header_right nav a.navaon:after {
                        -webkit-transition: all 0.3s linear;
                        transition: all 0.3s linear;
                        position: absolute;
                        left: 50%;
                        bottom: 0;
                        margin-left: -10px;
                        width: 0;
                        height: 3px;
                        background: #008fcd;
                        content: '';
                    }

                    header .header_right ul a:hover:after, header .header_right nav a.navaon:after {
                        width: 20px;
                    }
/*header */

.indexone {
    background: #fff;
    width: 1400px;
    height: 1190px;
    margin: 0px auto;
    /*background-color: beige;*/
}

    .indexone ul {
        width: 1170px;
        margin: 52px auto 0;
    }

        .indexone ul li {
            position: relative;
            float: left;
            width: 246px;
            height: 260px;
            margin-left: 62px;
            background: #fff;
        }

            .indexone ul li a.img {
                display: inline-block;
                overflow: hidden;
                width: 246px;
                height: 172px;
            }

            .indexone ul li a img {
                width: 100%;
                height: 100%;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .indexone ul li span {
                display: block;
                width: 100%;
                text-align: center;
            }

                .indexone ul li span i {
                    display: block;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    width: 100%;
                    line-height: 26px;
                    margin-top: 5px;
                    font-size: 18px;
                }

                .indexone ul li span em {
                    display: block;
                    overflow: hidden;
                    color: #999;
                    height: 48px;
                    line-height: 23px;
                    text-align: left;
                    padding: 0 10px;
                }

            .indexone ul li:hover img {
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05);
            }

            .indexone ul li:after {
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
                position: absolute;
                bottom: 0;
                left: 0;
                height: 2px;
                background: #008fcd;
                width: 0;
                content: '';
            }

            .indexone ul li:hover:after {
                width: 100%;
            }

            .indexone ul li:first-child {
                margin-left: 0;
            }

.tit {
    width: 100%;
    margin: 50px 0px 40px 0px;
    height: 50px;
}

    .tit a {
        display: block;
    }

    .tit .proname {
        margin: 0 auto;
        text-align: center;
        color: #333;
        font-size: 32px;
        line-height: 32px;
        font-family: "Microsoft Yahei";
        font-weight: 300;
    }

    .tit .prona {
        /*background: url(../images/tit1.png) center center repeat-x;*/
        text-align: center;
        margin-top: 10px;
    }

        .tit .prona span {
            text-transform: uppercase;
            display: inline-block;
            text-align: center;
            font-family: "Microsoft YaHei";
            font-size: 14px;
            color: #333;
            line-height: 20px;
        }

    .tit a:hover {
        /*-webkit-transition: all 0.3s linear;
        transition: all 0.3s linear;
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -10px;
        width: 0;
        height: 3px;
        background: #008fcd;
        content: '';*/
    }

.titi {
    width: 1170px;
    margin: auto;
    height: 65px;
}

    .titi a {
        display: block;
    }

    .titi .proname {
        margin: 0 auto;
        text-align: center;
        font-size: 32px;
        line-height: 32px;
        font-family: "Microsoft Yahei";
        font-weight: 300;
    }

    .titi .prona {
        /*background: url(../images/tit2.png) center center repeat-x;*/
        text-align: center;
        margin-top: 10px;
    }

        .titi .prona span {
            text-transform: uppercase;
            display: inline-block;
            text-align: center;
            font-family: "Microsoft YaHei";
            font-size: 20px;
            line-height: 20px;
        }
/*indexone*/
.indextwo {
    /*margin: 51px auto;*/
}

.indextwobox {
    width: 1400px;
    height: 1020px;
    margin: 0px auto;
}

    .indextwobox dl {
        float: left;
        width: 382px;
        margin-top: 41px;
    }

        .indextwobox dl dt {
            float: left;
            width: 141px;
            height: 106px;
            margin-right: 20px;
            border: 1px solid #d6d6d6;
            background: #fff;
            -webkit-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
            -ms-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
        }

            .indextwobox dl dt img {
                width: 139px;
                height: 104px;
                margin: 1px;
            }

        .indextwobox dl:hover dt {
            border: 1px solid #82c8e6;
        }

        .indextwobox dl dd h5 a {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            margin-top: 5px;
            font-size: 16px;
            height: 26px;
            line-height: 26px;
        }

        .indextwobox dl dd em {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #999;
            text-transform: uppercase;
            height: 26px;
            line-height: 26px;
        }

        .indextwobox dl dd p {
            overflow: hidden;
            height: 48px;
            color: #666;
            line-height: 24px;
        }

.twomore {
    float: left;
    width: 100%;
    padding: 32px 0 0 0;
    text-align: center;
}

    .twomore a {
        display: inline-block;
        background: url("../images/twomorebg.png") 0 0 no-repeat;
        width: 136px;
        height: 35px;
        line-height: 35px;
        color: #fff;
    }

        .twomore a:hover {
            background: url("../images/twomorebg2.png");
            -webkit-transform: translateY(-5px);
            -moz-transform: translateY(-5px);
            -ms-transform: translateY(-5px);
            -o-transform: translateY(-5px);
            transform: translateY(-5px);
        }
/*indextwo*/
.indexthree {
}

.slideGroup {
    width: 1400px;
    height: 660px;
    margin: 0px auto;
    position: relative;
    padding-top: 20px;
}

.divback {
    background-color: #9c9c9c;
    color: #fff;
}

.slideGroup .l {
    float: left;
    width: 660px;
    height: 100%;
}

    .slideGroup .l .content {
        float: left;
        width: 220px;
        height: 220px;
        position: relative;
        text-align: center;
    }

        .slideGroup .l .content:hover {
            cursor: pointer;
            color: white;
            background-color: #1761b6;
        }

            .slideGroup .l .content:hover img {
                /*display: inline;*/
            }

            .slideGroup .l .content:hover d, .slideGroup .l .content:hover n {
                /*display: none;*/
            }

        .slideGroup .l .content img {
            height: 180px;
            width: 180px;
            margin-top: 20px;
            display: none;
        }

        .slideGroup .l .content d {
            position: absolute;
            width: 100%;
            left: 0px;
            top: 40%;
            font-size: 30px;
            font-weight: 100;
        }

        .slideGroup .l .content n {
            position: absolute;
            width: 100%;
            left: 0px;
            top: 50%;
            font-size: 16px;
        }

.slideGroup .r {
    float: left;
    width: 740px;
    height: 100%;
    background-color: #ececec;
    text-align: center;
    position: relative;
}

    .slideGroup .r img {
        position: relative;
        width: 740px;
        height: 100%;
        top: 50%;
        left: 50%;
        text-align: center;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

/*indexthree*/
.indexfour {
    margin: 0 auto;
}

.indexfourbox {
    margin: 0 auto;
    width: 1400px;
    height: 700px;
    position: relative;
    background: url("../images/news.jpg") center 18px no-repeat;
    overflow: hidden;
}

    .indexfourbox .group {
        position: absolute;
        left: 10%;
        top: 20%;
        width: 650px;
        height: 270px;
        background-color: rgba(255,255,255,0.5);
        padding: 50px 50px 130px 50px;
    }

    .indexfourbox .content {
        width: 100%;
        height: 100%;
        text-align: right;
        overflow: auto;
        /*background-color: bisque;*/
    }

        .indexfourbox .content li {
            height: 80px;
            background-color: white;
            margin-bottom: 10px;
        }

            .indexfourbox .content li:hover .date {
                background-color: #1761b6;
            }

            .indexfourbox .content li:hover a {
                background-color: #006cff;
            }

        .indexfourbox .content .twomore {
            padding: 0;
        }

        .indexfourbox .content .title {
            margin-top: 5px;
            float: right;
            height: 80px;
            width: 500px;
            padding-right: 20px;
        }

        .indexfourbox .content .t {
            font-size: 18px;
            font-weight: 600;
        }

        .indexfourbox .content .date {
            background-color: #3b3b3b;
            color: white;
            float: right;
            height: 80px;
            width: 80px;
            text-align: center;
            position: relative;
        }

            .indexfourbox .content .date y {
                position: absolute;
                font-size: 18px;
                top: 20%;
                left: 25%;
                border-bottom: solid 2px;
            }

            .indexfourbox .content .date d {
                position: absolute;
                font-size: 15px;
                bottom: 20%;
                left: 25%;
            }
/*indexfour*/
.indexfive {
}

    .indexfive ul {
        width: 1400px;
        margin: 0 auto;
    }

        .indexfive ul li {
            float: left;
            margin: 0 65px;
            width: 565px;
            background: url("../images/fivebg.png") left center no-repeat;
            height: 51px;
            line-height: 51px;
            border-bottom: 1px solid #c9c9c9;
        }

            .indexfive ul li a {
                padding-left: 20px;
                font-size: 14px;
                color: #666;
            }

            .indexfive ul li span {
                float: right;
                font-size: 14px;
                color: #666;
                font-weight: normal;
            }

            .indexfive ul li:hover {
                background: url("../images/fivebg2.png") left center no-repeat;
            }

                .indexfive ul li:hover a {
                    color: #008fcd;
                }

    .indexfive .fivemore {
        padding-top: 39px;
    }
/*indexfive*/
.indexsix {
    width: 1400px;
    height: 940px;
    margin: 0px auto;
}

    .indexsix .us_background {
        width: 1400px;
        height: 800px;
        position: relative;
        background: url("../images/us.jpg") center 18px no-repeat;
    }

        .indexsix .us_background div {
            position: absolute;
            width: 800px;
            top: 50%;
            left: 50%;
            text-align: center;
            -webkit-transform: translate(-50%,-50%);
            -moz-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        }

.us_background p {
    color: white;
    margin-bottom: 50px;
}

.us_background a {
    color: white;
}

    .us_background a:hover {
        color: #008fcd;
    }
/*indexsix*/
.indexseven {
    width: 1170px;
    margin: 20px auto 40px;
    font-size: 14px;
    color: #666;
}

    .indexseven h4 {
        float: left;
    }

        .indexseven h4 img {
            margin: 4.5px 5px 0 4.5px;
        }

    .indexseven a {
        float: left;
        display: inline-block;
        margin: 0 20px;
        color: #666;
    }

        .indexseven a:hover {
            color: #008fcd;
        }
/*indexeight*/
.indexeight {
    height: 290px;
}

.indexeightbox {
    width: 1400px;
    margin: 0px auto;
}

    .indexeightbox .parHd {
        height: 30px;
    }

        .indexeightbox .parHd ul {
            margin: auto;
            width: 105px;
            height: 23px;
            border: 1px solid #d8d7d7;
            text-align: center;
        }

            .indexeightbox .parHd ul li {
                display: inline-block;
                width: 11px;
                height: 11px;
                margin: 6px 5px 0 5px;
                cursor: pointer;
                background: url("../images/newsh.png");
            }

                .indexeightbox .parHd ul li.on {
                    background: url("../images/newsl.png");
                }

    .indexeightbox .slideBox {
        overflow: hidden;
        zoom: 1;
        position: relative;
        height: 176px;
    }

    .indexeightbox .parBd dl {
        float: left;
        width: 562px;
        margin: 0 65px;
        overflow: hidden;
        zoom: 1;
    }

        .indexeightbox .parBd dl:hover dt img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

        .indexeightbox .parBd dl dt {
            overflow: hidden;
            float: left;
            overflow: hidden;
            margin-right: 25px;
            width: 177px;
            height: 133px;
            text-align: center;
        }

            .indexeightbox .parBd dl dt img {
                width: 100%;
                height: 100%;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

        .indexeightbox .parBd dl dd > a {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-size: 14px;
            font-weight: bold;
        }

        .indexeightbox .parBd dl dd p {
            margin-top: 7px;
            height: 48px;
            overflow: hidden;
            color: #666;
        }

        .indexeightbox .parBd dl dd span {
            display: block;
            width: 100%;
            margin-top: 15px;
            color: #666;
        }

            .indexeightbox .parBd dl dd span a {
                float: right;
                display: inline-block;
                width: 80px;
                height: 25px;
                background: url("../images/more.png") 0 0 no-repeat;
            }

                .indexeightbox .parBd dl dd span a:hover {
                    background: url("../images/more2.png") 0 0 no-repeat;
                    -webkit-transform: translateY(-5px);
                    -moz-transform: translateY(-5px);
                    -ms-transform: translateY(-5px);
                    -o-transform: translateY(-5px);
                    transform: translateY(-5px);
                }

            .indexeightbox .parBd dl dd span i {
                font-size: 18px;
            }
/*indexeight*/
/* foot*/
.footclear {
    width: 100%;
    clear: both;
    margin: 0 0 0px 0;
    height: 0px;
    font-size: 0;
    overflow: hidden;
}

.foot {
    width: 100%;
    min-width: 1400px;
    color: #fff;
    padding-bottom: 10px;
    overflow: hidden;
    background: #404040;
}

.fmain {
    width: 1040px;
    margin: 0 auto;
}

.bottomnav {
    text-align: center;
    padding: 30px 0 0 0;
}

    .bottomnav a {
        height: 30px;
        overflow: hidden;
        display: inline-block;
        width: 100px;
        font-size: 14px;
        line-height: 30px;
        margin: 0 6px 0 6px;
        _display: inline;
        _zoom: 1;
    }

.bootTxt {
    color: #bac5d9;
    margin: 0 auto;
    width: 1000px;
    padding-top: 25px;
    line-height: 30px;
    background: url(../images/indexline.gif) left top repeat-x;
    overflow: hidden;
}

.booleft {
    float: left;
    width: 700px;
    color: #b7b6b6;
    font-size: 12px;
    padding: 0 0 0 30px;
}

.foot a {
    color: #b7b6b6;
}

.booleft a {
    color: #b7b6b6;
}

.share {
    margin-top: 30px;
    float: right;
    width: 150px;
    padding: 0 0 0 0px;
}
/*footer*/
.banner_n {
    height: 262px;
    width: 100%;
}

.sideMenu h3 {
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
    border-top: 1px solid #d8d8d8;
    cursor: pointer;
    font: normal 14px/50px;
    background: url("../images/sidebarbai.jpg") center center no-repeat;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

    .sideMenu h3 a {
        display: block;
    }

    .sideMenu h3:first-child {
        border-top: none;
    }

.sideMenu ul {
    padding: 0 10px;
    color: #999;
    display: none; /* 默认都隐藏 */
}

    .sideMenu ul.proTwo {
        display: block;
    }

    .sideMenu ul li {
        background: url("../images/left_n.jpg") left center no-repeat;
        padding-left: 18px;
    }

        .sideMenu ul li a {
            display: inline-block;
            line-height: 30px;
        }

            .sideMenu ul li a:hover {
                color: #00a83c;
                font-weight: bold;
            }

        .sideMenu ul li .on {
            color: #00a83c;
            font-weight: bold;
        }

.sideMenu h3.on, .sideMenu h3:hover {
    background: url("../images/sidebarlv.jpg") left center no-repeat;
    color: #fff;
    font-weight: bold;
    padding-left: 30px;
}

    .sideMenu h3.on a, .sideMenu h3:hover a {
        color: #fff;
    }

.main {
    width: 1170px;
    margin: 14px auto;
    overflow: hidden;
}

.sidebar {
    width: 236px;
    float: left;
    border-bottom: 1px solid #e3e3e3;
}

    .sidebar > h4 {
        height: 61px;
        line-height: 61px;
        margin-bottom: 11px;
        padding-left: 7px;
        border-bottom: 1px solid #d8d8d8;
        font-size: 24px;
        color: #008fcd;
        font-weight: bold;
    }

.sideMenu ul li:first-child {
    margin-top: 10px;
}
/*leftnav*/
.mainright {
    float: right;
    width: 888px;
    min-height: 600px;
}

.location {
    height: 61px;
    line-height: 61px;
    border-bottom: 1px solid #dadada;
    background: url("../images/ico.jpg") left center no-repeat;
    padding-left: 27px;
}

    .location i {
        color: #555;
        font-size: 24px;
    }

    .location span {
        float: right;
        background: url("../images/fz.jpg") left center no-repeat;
        padding-left: 22px;
        font-size: 14px;
    }

        .location span a {
            margin: 0 3px;
        }

.about {
    min-height: 500px;
    margin-top: 35px;
    padding-bottom: 75px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

.photo ul {
    float: left;
    width: 100%;
    min-height: 500px;
}

    .photo ul li {
        width: 271px;
        float: left;
        margin-left: 36px;
        margin-top: 40px;
    }

        .photo ul li a {
            display: block;
            overflow: hidden;
            width: 100%;
            height: 204px;
            position: relative;
        }

            .photo ul li a span {
                position: absolute;
                left: 0;
                bottom: 0;
                display: inline-block;
                width: 100%;
                line-height: 44px;
                height: 44px;
                background: url("../images/huibg.png");
                color: #fff;
                text-align: center;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                text-overflow: ellipsis;
                white-space: nowrap;
                font-size: 14px;
                font-weight: bold;
            }

            .photo ul li a:hover img {
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05);
            }

        .photo ul li img {
            width: 271px;
            height: 204px;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

        .photo ul li p {
            width: 251px;
            height: 60px;
            overflow: hidden;
            line-height: 20px;
            padding: 10px 9px;
            background: #f5f5f4;
            border: 1px solid #d1d1d1;
            color: #666;
        }

            .photo ul li p a {
                color: #666;
            }

                .photo ul li p a:hover {
                    color: #008fcd;
                }
/*photo*/
.news {
    margin-top: 17px;
}

    .news ul li {
        height: 50px;
        border-bottom: 1px solid #d1d1d1;
        line-height: 50px;
        font-size: 14px;
    }

        .news ul li span {
            float: right;
            color: #666;
        }

        .news ul li a {
            display: inline-block;
            padding-left: 23px;
            background: url("../images/fivebg.png") 4px center no-repeat;
            color: #666;
        }

            .news ul li a:hover {
                color: #077fba;
                background: url("../images/fivebg2.png") 4px center no-repeat;
            }

.down {
    margin-top: 17px;
}

    .down ul li {
        height: 50px;
        border-bottom: 1px solid #d1d1d1;
        line-height: 50px;
        font-size: 14px;
    }

        .down ul li span {
            float: right;
            color: #666;
        }

            .down ul li span a {
                background: none;
                padding-right: 23px;
            }

        .down ul li a {
            display: inline-block;
            padding-left: 23px;
            background: url("../images/fivebg.png") 4px center no-repeat;
            color: #666;
        }

            .down ul li a:hover {
                color: #077fba;
                background: url("../images/fivebg2.png") 4px center no-repeat;
            }
/*news*/
.list_tuwen {
    margin-top: 7px;
}

    .list_tuwen dl {
        width: 100%;
        float: left;
        border-bottom: 1px dashed #afafaf;
        padding-bottom: 26px;
        margin-top: 29px;
    }

        .list_tuwen dl dt {
            overflow: hidden;
            float: left;
            margin-right: 20px;
            width: 189px;
            height: 142px;
            padding: 3px;
            border: 3px solid #ebebeb;
            -webkit-transition: all 0.3s linear;
            transition: all 0.3s linear;
        }

            .list_tuwen dl dt img {
                width: 100%;
                height: 100%;
                -webkit-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }

            .list_tuwen dl dt:hover img {
                -webkit-transform: scale(1.05);
                -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                -o-transform: scale(1.05);
                transform: scale(1.05);
            }

            .list_tuwen dl dt:hover {
                border-color: #008fcd;
            }

        .list_tuwen dl dd {
            float: left;
            width: 666px;
        }

            .list_tuwen dl dd h5 {
                height: 36px;
                line-height: 36px;
                padding-bottom: 7px;
                border-bottom: 1px solid #d6d6d6;
            }

                .list_tuwen dl dd h5 a {
                    display: inline-block;
                    float: left;
                    width: 555px;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    color: #333;
                    font-size: 16px;
                    font-weight: bold;
                }

                .list_tuwen dl dd h5 span {
                    float: right;
                    color: #888;
                }

                .list_tuwen dl dd h5:hover a {
                    color: #008fcd;
                }

            .list_tuwen dl dd p {
                overflow: hidden;
                height: 48px;
                margin-top: 15px;
                line-height: 24px;
                color: #666;
            }

            .list_tuwen dl dd > a {
                float: right;
                display: inline-block;
                margin-top: 16px;
                width: 80px;
                height: 25px;
                background: url("../images/more.png") no-repeat;
            }

                .list_tuwen dl dd > a:hover {
                    -webkit-transform: translateY(-5px);
                    -moz-transform: translateY(-5px);
                    -ms-transform: translateY(-5px);
                    -o-transform: translateY(-5px);
                    transform: translateY(-5px);
                    background: url("../images/more2.png") no-repeat;
                }
/*tuwen*/
.final_page {
    width: 90%;
    margin: 50px auto;
}

    .final_page .art_title {
        margin-bottom: 30px;
        text-align: center;
        border-bottom: 1px #ddd dotted;
    }

        .final_page .art_title h3 {
            font-size: 17px;
            color: #008fcd;
            font-weight: bold;
        }

        .final_page .art_title .info {
            margin-top: 15px;
            margin-bottom: 20px;
            font-size: 12px;
            color: #aaa;
        }

            .final_page .art_title .info span {
                display: inline-block;
                margin: 0 10px;
            }

    .final_page p {
        margin-bottom: 15px;
        line-height: 24px;
    }

    .final_page center {
        margin: 10px auto;
    }

    .final_page img {
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

.page_f {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-top: 35px;
}

    .page_f p {
        width: 100%;
        line-height: 30px;
        font-size: 14px;
        margin-bottom: 0;
        overflow: hidden;
    }

        .page_f p a {
            font-weight: bold;
        }

.back {
    font: 14px/39px "Microsoft Yahei";
    color: #fff;
    background: #008fcd;
    width: 138px;
    margin: 20px auto;
    margin-bottom: 0;
    border-radius: 4px;
    display: block;
    text-align: center;
}

    .back:hover {
        background: #01a83e;
        color: #fff;
    }
/*# sourceMappingURL=common.css.map */
.go_top {
    position: fixed;
    bottom: 50px;
    right: 30px;
    cursor: pointer;
    width: 66px;
    height: 66px;
    background: url('../images/go_top.png');
}

.clearfix li a:hover, .clearfix li .on {
    color: #00a83c;
}

/*项目*/
.case_img {
    border-radius: 50%;
    width: 356px;
    height: 356px;
}

.case_title {
    position: absolute;
    bottom: 120px;
    font-size: 25px;
    width: 100%;
    text-align: center;
}

.case_title_div1 {
    margin: 0% 22% 0% 23%;
    background: linear-gradient(-55deg, transparent 28px, rgba(255, 255, 255,0.7) 0) bottom right, linear-gradient(55deg, transparent 28px, rgba(255, 255, 255,0.7) 0) bottom left;
    background-size: 51%;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
}

.case_title_div2 {
    margin: 0% 9% 0% 27%;
    background: linear-gradient(-55deg, transparent 28px, rgba(255, 255, 255,0.7) 0) bottom right, linear-gradient(55deg, transparent 28px, rgba(255, 255, 255,0.7) 0) bottom left;
    background-size: 51%;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
}

.case_title_div3 {
    margin: 0% 22% 0% 23%;
    background: linear-gradient(-55deg, transparent 28px, rgba(255, 255, 255,0.7) 0) bottom right, linear-gradient(55deg, transparent 28px, rgba(255, 255, 255,0.7) 0) bottom left;
    background-size: 51%;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
}

.case_title_div4 {
    margin: 0% 9% 0% 27%;
    background: linear-gradient(-55deg, transparent 28px, rgba(255, 255, 255,0.7) 0) bottom right, linear-gradient(55deg, transparent 28px, rgba(255, 255, 255,0.7) 0) bottom left;
    background-size: 51%;
    background-repeat: no-repeat;
    height: 50px;
    line-height: 50px;
}

.case_title a {
    color: #1a1a1a;
}

    .case_title a:hover {
        color: #008fcd;
    }

.case_background_img {
    width: 100%;
    height: 100%;
}

.case_bimg_locast {
    position: absolute;
    top: 23px;
    left: 110px;
}

.case_img_locat1 {
    position: absolute;
    left: 28%;
    top: 18px;
}

.case_img_locat2 {
    position: absolute;
    top: 350px;
}

.case_img_locat3 {
    position: absolute;
    left: 36%;
    top: 565px;
}

.case_img_locat4 {
    position: absolute;
    left: 65%;
    top: 200px;
}

/*结束项目*/

/*客户案例*/
.solution_img1 {
    width: 950px;
    height: 550px;
}

.solution_contenl1 {
    width: 640px;
    height: 400px;
    position: absolute;
    left: 750px;
    top: 110px;
    border-radius: 3px;
    background-color: #ececec;
}

    .solution_contenl1 h2 {
        margin-left: 40px;
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .solution_contenl1 h5 {
        margin-left: 40px;
        margin-right: 40px;
        font-size: 15px;
    }

    .solution_contenl1 img {
        margin-left: 6%;
        margin-top: 5%;
        margin-bottom: 8%;
        width: 20%;
    }

.solution_img2 {
    width: 435px;
    height: 380px;
    border: 1px solid #d6d6d6;
}

    .solution_img2:hover {
        opacity: 0.7;
    }

.solution_contenl2 {
    width: 380px;
    height: 117px;
    position: absolute;
    left: 2.1%;
    top: 90%;
    border-radius: 3px;
    background-color: #ececec;
}

.solution_contenl3 {
    width: 380px;
    height: 117px;
    position: absolute;
    left: 36.5%;
    top: 90%;
    border-radius: 3px;
    background-color: #ececec;
}

.solution_contenl4 {
    width: 380px;
    height: 117px;
    position: absolute;
    left: 70.5%;
    top: 90%;
    border-radius: 3px;
    background-color: #ececec;
}

.solution_contenl_img {
    margin-left: 5%;
    margin-top: 8%;
    width: 25%;
}

.tab {
    margin-top: 40px;
    position: relative;
}

.td_a {
    position: absolute;
    right: 3%;
    left: 35%;
    margin-top: 5px;
}

    .td_a .div_title {
        margin-top: 8%;
        font-size: 18px;
        font-weight: 600;
    }

    .td_a .div_seo {
        margin-right: 10px;
    }
/*结束客户案例*/
