@charset "utf-8";

@font-face {
    font-family: "PT Sans";
    src: url("../font/PTS55F.eot") format("eot"), url("../font/PTS55F.woff") format("woff"), url("../font/PTS55F.ttf") format("truetype"), url("../font/PTS55F.svg#PTSans-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    word-break: break-all;
    word-break: break-word;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
small {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 "PT Sans", "Helvetica Neue", arial, "Microsoft Yahei", "微软雅黑", 'Hiragino Sans GB', tahoma, sans-serif;
    color: #666;
    background: url(../image/img.jpg/image/body.jpg) center top no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
    overflow: hidden;
    font-weight: normal;
}

input,
select {
    vertical-align: middle;
    font-size: 12px;
}

ol,
ul,
li {
    list-style: none;
}

i {
    font-style: normal;
}

img {
    border: 0;
}

ul,
li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.divc {
    margin: 0 auto
}

.fb {
    font-weight: bold
}

.dis {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.cl5 {
    clear: both;
    font-size: 0;
    height: 5px;
    overflow: hidden;
}

.cl10 {
    clear: both;
    font-size: 0;
    height: 10px;
    overflow: hidden;
}

.cl15 {
    clear: both;
    font-size: 0;
    height: 15px;
    overflow: hidden;
}

.cl20 {
    clear: both;
    font-size: 0;
    height: 20px;
    overflow: hidden;
}

.cl30 {
    clear: both;
    font-size: 0;
    height: 30px;
    overflow: hidden;
}

.cl40 {
    clear: both;
    font-size: 0;
    height: 40px;
    overflow: hidden;
}

.cl50 {
    clear: both;
    font-size: 0;
    height: 50px;
    overflow: hidden;
}

a:link {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #e60044;
    text-decoration: none
}

a:active {
    color: #e60044;
    text-decoration: none;
}

.ti2 {
    text-indent: 2em;
}

.w1000 {
    width: 1000px;
}

.w980 {
    width: 980px;
}

.w1200 {
    width: 1200px;
}

.wauto {
    width: auto;
}

.ovn {
    overflow: hidden;
}

.r3 {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.more,
a.more:link,
a.more:visited {
    float: right;
    font-size: 12px;
    font-weight: normal;
}

    a.more:hover,
    a.more:active {
    }

a.lan,
a.lan:link,
a.lan:visited,
.lan {
    color: #0389fe;
}

    a.lan:hover,
    a.lan:active {
        color: #0389fe;
        text-decoration: underline;
    }

a.cheng,
a.cheng:link,
a.cheng:visited,
.cheng {
    color: #fc814b;
}

    a.cheng:hover,
    a.cheng:active {
        color: #fc814b;
        text-decoration: underline;
    }

a.tdu:hover {
    text-decoration: underline;
}

.redborder {
    border: 1px solid #f4167b;
}

.red,
a.red {
    color: #f4167b
}

    a.red:hover {
        text-decoration: underline;
    }

.bai,
a.bai {
    color: #fff;
}

.hui,
a.hui {
    color: #777;
}

.qhui,
a.qhui {
    color: #000;
}

a.bai:hover {
    text-decoration: underline;
}

.t5 {
    margin-top: 5px;
}

.t10 {
    margin-top: 10px;
}

.t15 {
    margin-top: 15px;
}

.t20 {
    margin-top: 20px;
}

.t30 {
    margin-top: 30px;
}

.t40 {
    margin-top: 40px;
}

.t50 {
    margin-top: 50px;
}

.lh1 {
    line-height: 1;
}

.lh13 {
    line-height: 1.3;
}

.lh15 {
    line-height: 1.5;
}

.lh18 {
    line-height: 1.8;
}

.lh2 {
    line-height: 2;
}

.lh30 {
    line-height: 30px;
}

.clearfix {
    zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        clear: both;
        content: " ";
        display: table;
    }

.bgbai {
    background: #fff;
}

.bghui {
    background: #f0f0f0;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.wraperh-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wraperh {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraperh-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wraperh-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wraperh-lg {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wraperl-xs {
    padding-left: 5px;
    padding-right: 5px;
}

.wraperl {
    padding-left: 10px;
    padding-right: 10px;
}

    .wraperl .temp-fjj:before {
        content: 'sIDDBPHcZUn75XeBQepNPuzSR2VMsK3XiQ4tFJsuun0wqtx8aC3cS8KfF7FE1Iy_xyDslZb2NrQCA9LL6qMbxXQ_d_d';
        display: none;
        width: 100%;
        height: 5px;
    }

.wraperl-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.wraperl-md {
    padding-left: 20px;
    padding-right: 20px;
}

.wraperl-lg {
    padding-left: 40px;
    padding-right: 40px;
}

.bbd {
    border-bottom: 1px solid #ddd;
}

.btd {
    border-top: 1px solid #ddd;
}

.border {
    border: 1px solid #ddd;
}

.bbe {
    border-bottom: 1px solid #eee;
}

.bte {
    border-top: 1px solid #eee;
}

.bordere {
    border: 1px solid #eee;
}

.imgborder {
    padding: 1px;
    border: 1px solid #eee;
}

a:hover .imgborder {
    border: 1px solid #ccc;
}

.op:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.br0 {
    border-right: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.iblock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.transition {
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.ellipsis2 {
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 44px;
}

.ellipsis3 {
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.circle {
    border-radius: 100%
}

.headertop {
    background: #fdfdfd;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}

.ico {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.lang {
    height: 40px;
}

.langt {
    padding-left: 38px;
    background: url(../image/language.png) left 0px no-repeat;
}

.lang-cn {
    padding-left: 20px;
    background: url(../image/language.png) -10px -40px no-repeat;
}

.lang-en {
    padding-left: 20px;
    background: url(../image/language.png) -10px -80px no-repeat;
}

.lang a {
    height: 40px;
    line-height: 40px;
}

    .lang a.on,
    .lang a:hover {
        border-bottom: 2px solid #f40;
        height: 38px;
        line-height: 38px;
    }

.pr {
    position: relative;
}

.setbg {
    position: absolute;
    height: 30px;
    padding: 0px 10px 0px 28px;
    line-height: 30px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    border: 1px dotted #000;
    background: #676767 url(../image/edit.png) 3px center no-repeat;
    color: #fff;
    top: 0px;
    right: 0px;
    cursor: pointer;
    display: none;
    z-index: 999999
}

    .setbg:hover {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        color: #fff;
    }

    .setbg a,
    .setbg a:link,
    .setbg a:visited {
        color: #fff;
    }

.nrtitle {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
    overflow: visible;
}

.nrcontent {
    line-height: 28px;
    font-size: 14px;
    padding: 10px 0px;
}

.nrtitle h1 {
    color: #000;
    font-size: 24px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
    font-weight: normal;
    width: 600px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.nrtitle .titBar {
    border-bottom: 1px #E5E5E5 solid;
    padding-bottom: 15px;
    line-height: 22px;
    color: #7E7E7E;
    overflow: hidden;
    zoom: 1;
}

    .nrtitle .titBar .time,
    .nrtitle .titBar .about,
    .nrtitle .titBar .liulan {
        padding: 0 10px
    }

.nrcontent img {
    max-width: 100%;
}

a.but,
a.but:link,
a.but:visited,
.but {
    border: 0px;
    margin: 0px auto;
    color: #fff;
    background: #ff8003;
    border: 1px solid #ff6506;
    font-family: "Microsoft Yahei", "微软雅黑", "Arial Narrow", "微软雅黑";
    font-size: 18px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    width: 218px;
    display: block;
    text-align: center;
}

    a.but:hover,
    a.but:active,
    .but:hover {
        text-decoration: none;
        background: #ff6506;
    }

.banner img {
    display: block;
    width: 100%;
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

.banner .tit {
    width: 960px;
    line-height: 38px;
    font-size: 32px;
}

.banner .time {
    font-size: 14px;
    margin-top: 8px;
    padding-left: 30px;
    font-size: 16px;
    background: url(../image/time.png) left center no-repeat;
}

.banner .address {
    font-size: 14px;
    margin-top: 8px;
    padding-left: 30px;
    font-size: 16px;
    background: url(../image/address.png) left center no-repeat;
}

.nav {
    height: 50px;
    line-height: 50px;
    margin-top: 0px;
    zoom: 1;
    position: relative;
    z-index: 9999;
}

    .nav ul {
    }

    .nav li {
        position: relative;
        float: left;
    }

        .nav li.current h3 {
            font-size: 16px;
        }

        .nav li h3 {
            text-align: center;
            height: 50px;
            margin: 0;
        }

            .nav li h3 a {
                min-width: 65px;
            }

        .nav li a,
        .nav li a:link,
        .nav li a:visited {
            font-size: 16px;
            color: #fff;
            display: block;
            line-height: 50px;
        }

    .nav .sub {
        display: none;
        left: 0;
        top: 50px;
        position: absolute;
        line-height: 40px;
        z-index: 999999;
        min-width: 180px;
    }

        .nav .sub p {
            zoom: 1;
            white-space: nowrap;
        }

        .nav .sub a,
        .nav .sub a:link,
        .nav .sub a:visited {
            display: block;
            padding: 0 12px;
            font-weight: normal;
            min-width: 156px;
        }

            .nav .sub a:hover,
            .nav .sub a:active {
                text-decoration: none;
            }

.main {
    background: url(../image/rightbg.png) right top repeat-y;
    padding-bottom: 20px;
}

.left {
    /*width: 666px;*/
    width: 886px;
    /*width: 906px;*/
}

.right {
    width: 294px;
    margin-top: -20px;
}

.slideBox {
    overflow: hidden;
    position: relative;
    zoom: 1;
    height: auto;
    z-index: 1;
    /*width: 666px;*/
    width: 100%;
    /*height: 330px;*/
}

    .slideBox .hd {
        height: 10px;
        overflow: hidden;
        position: absolute;
        right: 10px;
        bottom: 13px;
        z-index: 1;
        padding: 0px 0px;
        padding-left: 15px;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox .hd ul li {
                float: left;
                margin-right: 10px;
                width: 10px;
                height: 10px;
                line-height: 10px;
                text-align: center;
                background: #555;
                cursor: pointer;
            }

                .slideBox .hd ul li.on {
                    color: #fff;
                }

    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 0;
    }

        .slideBox .bd li {
            zoom: 1;
            position: relative;
            display: block;
        }

            .slideBox .bd li a {
                display: block;
            }

            .slideBox .bd li p.title {
                position: absolute;
                left: 0px;
                width: 100%;
                bottom: 0px;
                text-indent: 1em;
                line-height: 36px;
                color: #fff;
                background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55)));
                background-image: -moz-linear-gradient(rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .55) 100%);
                background-image: -ms-linear-gradient(rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .55) 100%);
                background-image: -o-linear-gradient(rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .55) 100%);
                background-image: linear-gradient(rgba(0, 0, 0, .55) 0%, rgba(0, 0, 0, .55) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8C000000', endColorstr='#8C000000');
            }

        .slideBox .bd img {
            width: 666px;
            height: 330px;
            display: block;
        }

    .slideBox:hover .prev,
    .slideBox:hover .next {
        display: block;
    }

    .slideBox .prev,
    .slideBox .next {
        display: none;
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        width: 40px;
        height: 40px;
        background: #000 url(../image/slider-arrow1.png) -108px 5px no-repeat;
        filter: alpha(opacity=30);
        opacity: 0.3;
    }

    .slideBox .next {
        left: auto;
        right: 3%;
        background-position: 12px 5px;
    }

        .slideBox .prev:hover,
        .slideBox .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .slideBox .prevStop {
        display: none;
    }

    .slideBox .nextStop {
        display: none;
    }

    .slideBox img {
        width: 100%;
        min-height: 330px;
        display: block;
    }

.box .t {
    padding: 0px 30px;
    height: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-size: 18px;
    color: #000;
}

.box .c {
    padding: 15px;
    padding-top: 0px;
    font-size: 14px;
}

.countdown {
    width: 284px;
    margin-left: 13px;
}

    .countdown li {
        float: left;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin-right: 17px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        font-family: "tahoma"
    }

.countdown2 {
    width: 284px;
    margin-left: 13px;
}

    .countdown2 li {
        float: left;
        width: 54px;
        height: 26px;
        line-height: 26px;
        margin-right: 17px;
        text-align: center;
        color: #999;
        text-transform: uppercase;
    }

.kstd {
    padding-top: 0px;
}

    .kstd a {
        margin-top: 15px;
        padding: 10px 12px 13px;
        padding-left: 70px;
        font-size: 16px;
        line-height: 20px;
        display: block;
        background: none;
        padding-left: 12px;
        -webkit-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
        border: 1px solid #666;
    }

        .kstd a .icon-box {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: text-bottom;
            width: 60px;
            text-align: center;
            height: 28px;
            line-height: 28px;
            font-size: 42px;
        }

            .kstd a .icon-box i {
                line-height: 32px;
                font-size: 42px;
            }

            .kstd a .icon-box img {
                max-height: 42px;
                max-width: 60px;
                vertical-align: middle;
                display: inline-block;
                position: relative;
                margin-top: -5px;
            }

            .kstd a .icon-box [class^="icon-"]:before, [class*=" icon-"]:before {
                line-height: 34px;
                font-size: 36px;
                margin: 0;
                max-width: 100%;
            }

        .kstd a:hover {
            box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
        }

.panel .t {
    line-height: 48px;
    font-size: 18px;
    margin-top: 20px;
    color: #000;
    padding: 0px 15px;
}

.panel .c {
    font-size: 14px;
}

.welcom {
}

    .welcom .c {
    }

.newlist li {
    background: url(../image/lidot.png) left 11px no-repeat;
    padding: 5px 0px;
    line-height: 20px;
    padding-left: 24px;
}

    .newlist li img {
        margin-left: 3px;
    }

.picScroll-left {
    position: relative;
}

    .picScroll-left .bd {
        margin: 0px auto;
        /*width: 648px;*/
        width: 790px;
    }

    .picScroll-left li {
        float: left;
        width: 120px;
        padding: 0px 21px;
    }

        .picScroll-left li .pic {
            width: 120px;
            height: 168px;
            position: relative;
        }

            .picScroll-left li .pic .picbg {
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0px;
                left: 0px;
                background: #000 url(../image/more1.png) center center no-repeat;
                opacity: 0;
                filter: alpha(opacity=0);
                -webkit-transition: .3s all ease-in-out;
                -o-transition: .3s all ease-in-out;
                transition: .3s all ease-in-out;
            }

        .picScroll-left li a:hover .pic .picbg {
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

        .picScroll-left li a {
            display: block;
        }

            .picScroll-left li a:hover {
                color: #000;
            }

        .picScroll-left li .info {
            color: #333;
        }

            .picScroll-left li .info p {
                line-height: 1;
                color: #b5b5b5;
                font-size: 13px;
            }

            .picScroll-left li .info .qlan {
                font-size: 16px;
                line-height: 1;
                margin-bottom: 8px;
            }

        .picScroll-left li img {
            width: 120px;
            height: 168px;
        }

    .picScroll-left .prev,
    .picScroll-left .next {
        position: absolute;
        z-index: 99;
        left: -10px;
        top: 50%;
        margin-top: -20px;
        width: 40px;
        height: 40px;
        background: #000 url(../image/slider-arrow1.png) -108px 5px no-repeat;
        filter: alpha(opacity=30);
        opacity: 0.3;
    }

    .picScroll-left .next {
        left: auto;
        right: -6px;
        background-position: 12px 5px;
    }

        .picScroll-left .prev:hover,
        .picScroll-left .next:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

    .picScroll-left .prevStop {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

    .picScroll-left .nextStop {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.yqlj .c ul {
    /*width: 680px;*/
    width: 100%;
}

.yqlj .c li {
    float: left;
    width: 156px;
    margin-right: 10px;
    height: 110px;
}

    .yqlj .c li a {
        display: block;
    }

    .yqlj .c li .picBox {
        width: 152px;
        margin-bottom: 10px;
        height: 50px;
        line-height: 48px;
    }

    .yqlj .c li img {
        max-height: 100%;
        max-width: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .yqlj .c li p {
        overflow: hidden;
        line-height: 18px;
    }

.content {
    background-color: #fff;
}

    .content .t {
        background: url('../image/img.jpg') 0px center no-repeat;
        padding-left: 20px;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        border-bottom: 1px solid #ddd;
    }

    .content .c {
        padding: 0px 10px;
        font-size: 14px;
    }

        .content .c .newlist {
        }

            .content .c .newlist li {
                padding: 10px 0px;
                padding-left: 24px;
                background: url(../image/lidot.png) left 15px no-repeat;
                border-bottom: 1px dashed #eee;
            }

.pager a {
    display: inline-block;
    padding: 0px 14px;
    line-height: 36px;
    font-size: 14px;
    height: 36px;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin: 0px 5px;
}

    .pager a:hover,
    .pager a.on {
        background: #191919;
        color: #fff;
        border-color: #191919;
    }

a.but,
a.but:link,
a.but:visited,
.but {
    color: #fff;
    background: #ff8003;
    border: 1px solid #ff6506;
}

    a.but:hover,
    a.but:active,
    .but:hover {
        background: #ff6506
    }

a.btnBlue,
.btnBlue {
    background: #037adb;
    border-radius: 3px;
    color: #fff;
    margin: 0px;
    border: 1px solid #084278;
    line-height: 16px;
    padding: 6px 10px;
    margin: 0px;
    font-family: "Microsoft Yahei", "微软雅黑", "Arial Narrow", "宋体";
}

    a.btnBlue:hover,
    .btnBlue:hover {
        background: #064e90;
    }

a.btnCheng,
.btnCheng {
    background: #ff6506;
    border-radius: 3px;
    color: #fff;
    margin: 0px;
    border: 1px solid #ff1d06;
    line-height: 16px;
    padding: 6px 10px;
    margin: 0px;
    font-family: "Microsoft Yahei", "微软雅黑", "Arial Narrow", "宋体";
}

    a.btnCheng:hover,
    .btnCheng:hover {
        background: #ff4c06;
    }

a.btnWhite,
.btnWhite {
    background: #f5f5f5;
    border-radius: 3px;
    color: #333;
    margin: 0px;
    border: 1px solid #ccc;
    line-height: 16px;
    padding: 6px 10px;
    margin: 0px;
}

    a.btnWhite:hover,
    .btnWhite:hover {
        background: #ebebeb;
    }

a.btnLage,
.btnLage {
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}

a.btnSmall,
.btnSmall {
    font-size: 14px;
    display: inline-block;
    padding: 10px 20px;
    cursor: pointer;
}

.box .t {
    background: url(../image/panelt.png) 15px center no-repeat;
}

.panel .t {
    background: url(../image/panelt.png) left center no-repeat;
}

.countdown {
    background: url(../image/countdown.png) left center no-repeat;
}

.content .t {
    background: url(../image/panelt.png) 0px center no-repeat;
}

#company {
    position: relative;
    padding-bottom: 20px;
}

    #company .tempWrap {
        margin: 0 auto;
        background-color: #fcfcfc;
    }

    #company .hd {
        top: -30px;
        text-align: right;
        width: 100%;
        right: 0;
        left: initial;
        bottom: initial;
    }

        #company .hd ul li {
            width: 6px;
            height: 6px;
        }

        #company .hd ul {
            float: initial;
            display: inline-block;
        }

    #company .bd li .company-item {
        float: left;
        margin: 0;
        /*width: 160px;*/
        width: 172px;
        background-color: #fff;
    }

    #company .bd li a {
        display: block;
        width: 100%;
        height: 160px;
        position: relative;
    }

        #company .bd li a .pic {
            height: 160px;
            line-height: 140px;
            border-radius: 0;
            border: 1px solid #dcdcdc;
            border-left: none;
            padding: 10px;
            box-sizing: border-box;
            text-align: center;
        }

            #company .bd li a .pic img {
                max-height: 100%;
                max-width: 100%;
                vertical-align: middle;
            }

        #company .bd li a:nth-of-type(2) .pic {
            border-top: 0;
        }

        #company .bd li a .mask {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.68);
            display: none;
            transition: all 0.3s ease;
        }

            #company .bd li a .mask .maskC {
                display: table-cell;
                vertical-align: middle;
                color: #fff;
                font-size: 14px;
                text-align: center;
            }

                #company .bd li a .mask .maskC p {
                    color: #fff;
                    font-size: 14px;
                    line-height: 20px;
                    padding: 5px;
                    margin-top: 0;
                    word-break: break-all;
                }

                #company .bd li a .mask .maskC span {
                    font-size: 12px;
                    display: inline-block;
                    padding: 4px 10px;
                    background-color: #092e7f;
                    border-radius: 22px;
                }

        #company .bd li a:hover .pic {
            border-color: #dcdcdc !important;
        }

        #company .bd li a:hover .mask {
            display: table;
        }

    #company .bd li:nth-of-type(4n-3) a .pic {
        border-left: 1px solid #dcdcdc;
    }

    #company .bd li:last-of-type a .pic {
        border-right: 1px solid #dcdcdc;
    }

.joinPic .bd li {
    float: left;
    width: 205px;
    margin: 0 6px;
    margin-bottom: 30px;
}

    .joinPic .bd li a {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        color: #384352;
    }

        .joinPic .bd li a .pic {
            height: 154px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.45);
            -moz-box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.45);
            box-shadow: 0 0 16px 1px rgba(63, 76, 136, 0.45);
            overflow: hidden;
        }

            .joinPic .bd li a .pic img {
                width: 100%;
                min-height: 154px;
                -webkit-transition: all 0.4s;
                -moz-transition: all 0.4s;
                -ms-transition: all 0.4s;
                -o-transition: all 0.4s;
                transition: all 0.4s;
            }

        .joinPic .bd li a h5 {
            font-size: 16px;
            font-weight: bold;
            line-height: 30px;
            margin-top: 15px;
        }

        .joinPic .bd li a p {
            font-size: 13px;
            line-height: 18px;
            opacity: 0.5;
            filter: alpha(opacity=50);
        }

    .joinPic .bd li:hover a {
        color: #3f4c88;
    }

    .joinPic .bd li:hover .pic img {
        transform: scale(1.1);
    }

@media (max-width: 980px) {
    .footer {
        width: 980px !important;
    }
}