@charset "utf-8";
/* 公共区 */
html {
    height: 100%;
}
@font-face {
  font-family: "SourceHanSerifSC-Heavy";
  src: url("fonts/SourceHanSerifSC-Heavy/SourceHanSerifSC-Heavy.woff2") format("woff2"),
       url("fonts/SourceHanSerifSC-Heavy/SourceHanSerifSC-Heavy.woff") format("woff"),
       url("fonts/SourceHanSerifSC-Heavy/SourceHanSerifSC-Heavy.ttf") format("truetype"),
       url("fonts/SourceHanSerifSC-Heavy/SourceHanSerifSC-Heavy.eot") format("embedded-opentype"),
       url("fonts/SourceHanSerifSC-Heavy/SourceHanSerifSC-Heavy.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SourceHanSansCN-Normal";
  src: url("fonts/SourceHanSansCN-Normal/SourceHanSansCN-Normal.woff2") format("woff2"),
       url("fonts/SourceHanSansCN-Normal/SourceHanSansCN-Normal.woff") format("woff"),
       url("fonts/SourceHanSansCN-Normal/SourceHanSansCN-Normal.ttf") format("truetype"),
       url("fonts/SourceHanSansCN-Normal/SourceHanSansCN-Normal.eot") format("embedded-opentype"),
       url("fonts/SourceHanSansCN-Normal/SourceHanSansCN-Normal.svg") format("svg"),
       url("fonts/SourceHanSansCN-Normal/SourceHanSansCN-Normal.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
    height: 100%;
    width: 100%; /*overflow: hidden;*/ /* min-height: 600px;*/
   /* font-family: Arial, SimSun, "Microsoft YaHei";*/
    color: #666666;
    background-color: #fff;
    line-height: 200%;
    padding: 0px;
    margin: 0px;
    -webkit-text-size-adjust: none;
    font-size: 12px;
	font-family: "SourceHanSansCN-Normal";
}

p, img, form {
    border: 0px;
    margin: 0px;
    padding: 0px;
}

.mlAuto {
    margin-left: auto;
    margin-right: auto;
}

.height1 {
    height: 1px;
    overflow: hidden;
    clear: both;
}

.height2 {
    height: 2px;
    overflow: hidden;
    clear: both;
}

.height5 {
    height: 5px;
    overflow: hidden;
    clear: both;
}

.height10 {
    height: 10px;
    overflow: hidden;
    clear: both;
}

.height15 {
    height: 15px;
    overflow: hidden;
    clear: both;
}

.height20 {
    height: 20px;
    overflow: hidden;
    clear: both;
}

.height25 {
    height: 25px;
    overflow: hidden;
    clear: both;
}

.height30 {
    height: 30px;
    overflow: hidden;
    clear: both;
}

.height35 {
    height: 35px;
    overflow: hidden;
    clear: both;
}

.height40 {
    height: 40px;
    overflow: hidden;
    clear: both;
}

.height45 {
    height: 45px;
    overflow: hidden;
    clear: both;
}

.height50 {
    height: 38px;
    overflow: hidden;
    clear: both;
}
.height61 {
    height: 61px;
    overflow: hidden;
    clear: both;
}

input, textarea, select {
    outline: none;
    resize: none;
    font-size: 12px;
    vertical-align: middle;
}

.img-middle {
    vertical-align: middle;
}

.auto-width {
    width: 100%;
    height: auto;
}

.img-block {
    display: block;
}

.minw {
    min-width: 1000px;
}

a {
    color: #666666;
    text-decoration: none;
}

.main.inner {
    visibility: hidden;
    position: relative;
}

.content {
    min-height: 100%;
    position: relative;
}

.main {
    width: 1000px;
    overflow: hidden;
}

.bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

    .bottom .nav {
        background-color: #fff;
        height: 40px;
    }

    .bottom .copyright {
        background-color: #e7e7e7;
        height: 50px;
    }

    .bottom .nav .nl {
        float: left;
        width: 500px;
        line-height: 40px;
        color: #595959;
    }

        .bottom .nav .nl a {
            color: #595959;
            text-decoration: none;
            display: inline-block;
            margin-right: 10px;
        }

    .bottom .nav .nr {
        float: right;
        text-align: right;
    }

        .bottom .nav .nr .search {
            float: right;
            background-image: url(../images/search-bg.png);
            width: 143px;
            height: 21px;
            overflow: hidden;
            margin-top: 9px;
        }

            .bottom .nav .nr .search .sl {
                float: left;
                width: 115px;
                overflow: hidden;
                padding-left: 5px;
                padding-right: 5px;
            }

                .bottom .nav .nr .search .sl input {
                    border: 0px;
                    color: #454545;
                    padding: 0px;
                    width: 100%;
                    height: 20px;
                    background: none;
                }

            .bottom .nav .nr .search .sr {
                float: right;
                width: 18px;
            }

                .bottom .nav .nr .search .sr input {
                    width: 100%;
                    height: 20px;
                    cursor: pointer;
                    background: none;
                    border: 0px;
                }

    .bottom .copyright .l {
        float: left;
        width: 650px;
        line-height: 50px;
    }

    .bottom .copyright .r {
        float: right;
        width: 350px;
        line-height: 50px;
        text-align: right;
        color: #999999;
    }

        .bottom .copyright .r a {
            color: #999999;
            text-decoration: none;
        }

.bg {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
}

    .bg .b-list {
        display: none;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

.top {
    z-index: 500;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

    .top .top-bar {
        background-color: #6d757c;
        height: 30px;
        color: #fff;
        line-height: 30px;
    }

        .top .top-bar .l {
            float: left;
            width: 500px;
        }

        .top .top-bar .r {
            float: right;
            text-align: right;
        }

            .top .top-bar .r a {
                color: #fff;
                text-decoration: none;
            }

            .top .top-bar .r span {
                background-image: url(../images/tel-icon.png);
                display: inline-block;
                padding-left: 24px;
                background-repeat: no-repeat;
                background-position: left center;
            }

    .top .nav {
        background-image: url(../images/nav-bg.png);
        height: 70px;
    }

        .top .nav .nav-c {
            overflow: visible;
        }

        .top .nav .l {
            float: left;
            width: 270px;
        }

        .top .nav .r {
            float: right;
            width: 730px;
            text-align: right;
            font-size: 15px;
            color: #cccbc0;
           /* font-family: Arial, "Microsoft YaHei", SimSun;*/
        }

            .top .nav .r a {
                color: #6e6e6e;
                text-decoration: none;
                display: inline-block; /*padding-left: 9px; padding-right: 9px;*/
            }

                .top .nav .r a.hover {
                    color: #ff6c00; /*background-color: #fff;*/
                    /*background-image: url(../images/nav-hover-bg.png);*/
                    background-repeat: no-repeat;
                    background-position: center bottom;
                }

            .top .nav .r .list {
                position: relative;
                float: left;
                text-align: center;
                padding-left: 5px; padding-right: 5px;
                line-height: 70px;
                vertical-align: middle;
            }
			.top .nav .r .list:last-child(){
			padding-right:0;}
            .top .nav .r .line {
                float: left;
                text-align: center;
                line-height: 70px;
                width: 12px;
                overflow: hidden;
            }

            .top .nav .r .list .drop {
               /* font-family: Arial, SimSun;*/
                position: absolute;
                top: 104px;
                line-height: 24px;
                width: 270px;
                border-top: 2px solid #f28900; /*background-color: #ffffff;*/
                text-align: left;
                padding: 10px;
                font-size: 12px;
                line-height: 22px;
                display: none;
                background-image: url(../images/meni-drop-bg.png);
            }

                .top .nav .r .list .drop .dl {
                    float: left;
                    width: 90px;
                }

                    .top .nav .r .list .drop .dl a {
                        color: #fff;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        white-space: nowrap;
                        display: inline-block;
                    }

                        .top .nav .r .list .drop .dl a:hover {
                            background-color: #ff9000;
                        }

                .top .nav .r .list .drop .dr {
                    float: right;
                    width: 180px;
                }
/*.top .nav .r .list:hover .drop { display: block;overflow: hidden; }*/
.index {
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 105px;
}

    .index .r {
        float: right;
        width: 495px;
        overflow: hidden;
        text-align: right;
    }

        .index .r a {
            display: inline-block;
            margin-left: 5px;
            position: relative;
            color: #fff;
            font-size: 16px;
            text-decoration: none;
           /* font-family: Arial, "Microsoft YaHei", SimSun;*/
            height: 45px;
            width: 155px;
            margin-top: 85px;
        }

            .index .r a .img {
                position: absolute;
                left: 0px;
                bottom: 0px;
                height: 0px;
                overflow: hidden;
            }

            .index .r a .title {
                position: absolute;
                width: 100%;
                left: 0px;
                bottom: 0px;
                height: 45px;
                text-align: left;
                line-height: 45px;
                background-position: left center;
            }

            .index .r a .mask {
                display: none;
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
                text-align: center;
                line-height: 130px;
                color: #fff;
                text-decoration: none;
                font-size: 16px;
            }
            /*.index .r a:hover .title { display: none; }
.index .r a:hover .mask { display: block; }*/
            .index .r a.i1 .title {
                background-image: url(../images/index-category-bg-1.png);
            }

            .index .r a.i2 .title {
                background-image: url(../images/index-category-bg-2.png);
            }

            .index .r a.i3 .title {
                background-image: url(../images/index-category-bg-3.png);
            }

            .index .r a.i1 .mask {
                background-image: url(../images/mask-bg-1.png);
            }

            .index .r a.i2 .mask {
                background-image: url(../images/mask-bg-2.png);
            }

            .index .r a.i3 .mask {
                background-image: url(../images/mask-bg-3.png);
            }

            .index .r a .title span {
                padding-left: 25px;
            }

    .index .l {
        height: 130px;
        width: 504px;
        float: left;
        position: relative;
    }

        .index .l .bar {
            background-image: url(../images/index-news-bg1.png);
            height: 45px;
            width: 100%;
            position: absolute;
            left: 0px;
            bottom: 0px;
        }

            .index .l .bar .bar-c {
                line-height: 45px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding-left: 170px;
                font-weight: bold;
                font-size: 13px;
            }

                .index .l .bar .bar-c a {
                    color: #333333;
                }

        .index .l .lc {
            height: 0px;
            overflow: hidden;
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 504px;
            background-image: url(../images/index-news-bg.png);
        }

        .index .l .c {
            float: right;
            width: 350px;
            overflow: hidden;
            height: 130px;
            position: relative;
        }

            .index .l .c .btns {
                position: absolute;
                right: 10px;
                bottom: 10px;
            }

                .index .l .c .btns a {
                    overflow: hidden;
                    display: inline-block;
                    margin-right: 3px;
                    width: 9px;
                    height: 9px;
                    background-image: url(../images/slide-btn.png);
                }

                    .index .l .c .btns a:hover, .index .l .c .btns a.current {
                        background-image: url(../images/slide-btn-hover.png);
                    }

            .index .l .c .max {
                height: 100000px;
            }

                .index .l .c .max .list {
                    height: 130px;
                    overflow: hidden;
                    width: 350px;
                }

            .index .l .c .c-news {
                padding: 15px;
            }

                .index .l .c .c-news .t {
                    height: 35px;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    margin-right: 10px;
                }

                    .index .l .c .c-news .t a {
                        color: #333333;
                        font-weight: bold;
                        font-size: 13px;
                        text-decoration: none;
                    }

.inner, .newinner {
    position: relative;
    background-color: #fff;
}

.inner-c {
    padding: 30px;
}

    .inner-c .title-bar {
        height: 35px;
        color: #333333;
        font-size: 22px;
        /*font-family: Arial, "Microsoft YaHei", SimSun;*/
    }

.newinner .inner-c .title-bar {
    height: 35px;
    color: #333333;
    font-size: 22px;
    /*font-family: Arial, "Microsoft YaHei", SimSun;*/
}

.inner-c .nav a {
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
   /* font-family: Arial, "Microsoft YaHei", SimSun;*/
    height: 24px;
    display: inline-block;
    margin-right: 5px;
    background-color: #46372d;
    text-decoration: none;
    line-height: 24px;
    text-align: center;
    text-align: center;
}

    .inner-c .nav a.current, .inner-c .nav a:hover {
        background-color: #f8b62d;
    }

.inner p { /*text-indent: 2em;*/
}

.about .about-c {
    height: 390px;
    overflow: hidden;
}

.about .about-c-out {
    height: 390px;
    overflow: hidden;
}

    .about .about-c-out .img {
        float: left;
        width: 310px;
        overflow: hidden;
    }

    .about .about-c-out .about-c {
        float: right;
        width: 630px;
    }

.team .list {
    cursor: pointer;
    float: left;
    width: 207px;
    margin-right: 21px;
    overflow: hidden;
    margin-bottom: 40px;
    height: 158px;
    position: relative;
}

    .team .list .mask1 {
        background-image: url(../images/black-50.png);
        position: absolute;
        left: 0px;
        top: -158px;
        width: 100%;
        height: 100%;
    }

        .team .list .mask1 .mask-c {
            background-image: url(../images/search-icon.png);
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
        }



    .team .list .text {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        font-weight: bold;
        color: #1d55ad;
        background-image: url(../images/white-75.png);
    }

    .team .list .mask {
        display: none;
        color: #fff;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-image: url(../images/black-75.png);
    }

        .team .list .mask .title {
            text-align: center;
            font-weight: bold;
            padding-top: 10px;
            padding-bottom: 5px;
        }

        .team .list .mask .detail {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 5px;
            padding-bottom: 5px;
        }
/*.team .list:hover .mask { display: block; }
.team .list:hover .text { display: none; }*/
.honor .list {
    display: block;
    float: left;
    width: 207px;
    margin-right: 21px;
    overflow: hidden;
    margin-bottom: 40px;
    height: 158px;
    position: relative;
}

    .honor .list .mask {
        background-image: url(../images/black-50.png);
        position: absolute;
        left: 0px;
        top: -158px;
        width: 100%;
        height: 100%;
    }

        .honor .list .mask .mask-c {
            background-image: url(../images/search-icon.png);
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
        }



    .honor .list .text {
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        text-align: center;
        height: 30px;
        line-height: 30px;
        color: #666666;
        background-image: url(../images/white-75.png);
    }

.history {
    background-image: url(../images/history-bg.jpg);
    background-position: left bottom;
    width: 798px;
    height: 330px;
   /* font-family: Arial, "Microsoft YaHei", SimSun;*/
    position: relative;
}

    .history .text {
        position: absolute;
        left: 0px;
        top: 0px;
        display: none;
        border: 1px solid #cccccc;
        padding: 15px;
        width: 460px;
    }

        .history .text .text-c {
            height: 100px;
            overflow: auto;
        }

            .history .text .text-c ol {
                margin: 0px;
                padding: 0px;
                padding-left: 2em;
            }

    .history .history-a {
        display: block;
        position: absolute;
        font-size: 15px;
        background-image: url(../images/history-a-icon.jpg);
        background-position: center bottom;
        padding-bottom: 10px;
        background-repeat: no-repeat;
        text-decoration: none;
        color: #0f2e97;
    }

        .history .history-a:hover, .history .history-a.default {
            background-image: url(../images/history-a-icon-hover.jpg);
            color: #ff7e00;
        }

        .history .history-a.a1 {
            left: 60px;
            top: 260px;
        }

        .history .history-a.a2 {
            left: 165px;
            top: 220px;
        }

        .history .history-a.a3 {
            left: 270px;
            top: 200px;
        }

        .history .history-a.a4 {
            left: 370px;
            top: 190px;
        }

        .history .history-a.a5 {
            left: 470px;
            top: 170px;
        }

        .history .history-a.a6 {
            left: 570px;
            top: 140px;
        }

        .history .history-a.a7 {
            left: 650px;
            top: 95px;
        }

        .history .history-a.a8 {
            left: 760px;
            top: 70px;
        }

    .history .list {
        height: 40px;
        border-bottom: 1px dashed #999999;
        line-height: 40px;
    }

        .history .list .d {
            float: left;
            width: 90px;
            font-size: 15px;
            color: #0096ff;
        }

        .history .list .t {
            float: left;
            font-size: 13px;
        }

.contact {
    font-size: 13px;
}

.culture {
    position: relative;
}

    .culture .inner-c {
        padding: 0px;
        padding-top: 30px;
    }

        .culture .inner-c .title-bar {
            padding-left: 30px;
            padding-right: 30px;
        }

.inner .return {
    display: block;
    line-height: 60px;
    /*font-family: Arial, "Microsoft YaHei", SimSun;*/
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    white-space: nowrap;
    background-color: #e5f6ff;
    color: #41beff;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 60px;
    text-decoration: none;
}

.culture .left {
    width: 250px;
    overflow: hidden;
    float: left;
}

    .culture .left .title {
        height: 235px;
        color: #fff;
        text-align: center;
        font-size: 35px;
       /* font-family: Arial, "Microsoft YaHei", SimSun;*/
        line-height: 235px;
    }

    .culture .left .img {
        position: relative;
    }

        .culture .left .img .page {
            position: absolute;
            width: 100%;
            top: 80px;
        }

.culture.culture-3 .left .title {
    background-color: #4fc8e2;
}

.culture.culture-1 .left .title {
    background-color: #fc9100;
}

.culture.culture-5 .left .title {
    background-color: #e55f82;
}

.culture.culture-4 .left .title {
    background-color: #73bf36;
}

.culture.culture-2 .left .title {
    background-color: #3070cf;
}

.culture .right {
    background-color: #646464;
    float: right;
    width: 750px;
    height: 470px;
}

    .culture .right .list-c {
        color: #bcbcbc;
        width: 520px;
        overflow: hidden;
    }

        .culture .right .list-c a {
            color: #fff;
            text-decoration: none;
        }

        .culture .right .list-c .list {
            border-bottom: 1px dashed #3c3c3c;
            height: 35px;
            line-height: 35px;
        }

            .culture .right .list-c .list .l {
                float: left;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 430px;
            }

            .culture .right .list-c .list .r {
                float: right;
            }

    .culture .right .detail {
        color: #fff;
        padding: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: auto;
        height: 470px;
    }

        .culture .right .detail img {
            max-width: 100%;
        }

.culture.culture-2 .about-c {
    width: 1014px;
}

.culture .img-list {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    width: 328px;
    height: 235px;
    overflow: hidden;
    position: relative;
}

    .culture .img-list .mask {
        background-image: url(../images/black-50.png);
        position: absolute;
        left: 0px;
        top: -235px;
        width: 100%;
        height: 100%;
    }

        .culture .img-list .mask .mask-c {
            background-image: url(../images/search-icon.png);
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
        }


    .culture .img-list .name {
        background-image: url(../images/black-50.png);
        color: #fff;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        width: 100%;
        left: 0px;
        bottom: 0px;
        font-size: 15px;
       /* font-family: Arial, "Microsoft YaHei", SimSun;*/
    }

.culture.culture-2 .img-list .name {
    font-weight: bold;
    font-size: 12px;
    /*font-family: Arial, SimSun, "Microsoft YaHei";*/
}

.culture .img-list .text {
    display: none;
    background-image: url(../images/black-75.png);
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

    .culture .img-list .text .t {
        height: 70px;
        text-align: center;
        font-size: 20px;
        /*font-family: Arial, "Microsoft YaHei", SimSun;*/
        line-height: 70px;
    }

    .culture .img-list .text .d {
        padding-left: 30px;
        padding-right: 30px;
    }
/*.culture .img-list:hover .text { display: block; }
.culture .img-list:hover .name { display: none; }*/
.culture.culture-2 .img-list .text .t {
    font-weight: bold;
    font-size: 12px;
    /*font-family: Arial, SimSun, "Microsoft YaHei";*/
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
}

.rd .inner-c {
    padding: 0px;
    padding-top: 30px;
}

.rd .title-bar {
    padding-left: 30px;
    padding-right: 30px;
}

.rd .list-out {
    height: 470px;
    overflow: hidden;
    width: 250px;
    float: left;
    position: relative;
}

.rd .list {
    font-size: 35px;
    text-align: center;
    line-height: 235px;
   /* font-family: Arial, "Microsoft YaHei", SimSun;*/
    color: #fff;
    text-decoration: none;
    width: 250px;
    height: 235px;
    overflow: hidden;
    float: left;
    position: relative;
}

.rd .list-out .mask {
    background-image: url(../images/black-75.png);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: none;
}

.rd .list-out .mask {
}
/*.rd .list-out.lo1 .bg { background-image: url(../images/img-20-gray.jpg); }
.rd .list-out.lo2 .bg { background-image: url(../images/img-18-gray.jpg); }
.rd .list-out.lo3 .bg { background-image: url(../images/img-21-gray.jpg); }
.rd .list-out.lo4 .bg { background-image: url(../images/img-19-gray.jpg); }*/
/*.rd .list-out.lo1:hover .bg { background-image: url(../images/img-20.jpg); }
.rd .list-out.lo2:hover .bg { background-image: url(../images/img-18.jpg); }
.rd .list-out.lo3:hover .bg { background-image: url(../images/img-21.jpg); }
.rd .list-out.lo4:hover .bg { background-image: url(../images/img-19.jpg); }*/
.rd .list-out .bg {
    display: block;
}

.rd .list-out.lo1 .bg {
    background-image: url(../images/img-20.jpg);
}

.rd .list-out.lo2 .bg {
    background-image: url(../images/img-18.jpg);
}

.rd .list-out.lo3 .bg {
    background-image: url(../images/img-21.jpg);
}

.rd .list-out.lo4 .bg {
    background-image: url(../images/img-19.jpg);
}

.rd .list .link {
    font-size: 12px;
    line-height: 180%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 150px;
    width: 100%;
}

    .rd .list .link a {
        color: #fff;
        text-decoration: none;
       /* font-family: Arial, SimSun, "Microsoft YaHei";*/
        display: inline-block;
        margin-right: 7px;
        white-space: nowrap;
    }
/*.rd .list-out .l1 { background-color: #7e7e7e; }
.rd .list-out .l2 { background-color: #989898; }
.rd .list-out .l3 { background-color: #7f7f7f; }
.rd .list-out .l4 { background-color: #7a7a7a; }*/

/*.rd .list-out:hover .l1 { background-color: #fc9100; }
.rd .list-out:hover .l2 { background-color: #4fc8e2; }
.rd .list-out:hover .l3 { background-color: #3070cf; }
.rd .list-out:hover .l4 { background-color: #73bf36; }*/
.rd .list-out .l1 {
    background-color: #fc9100;
}

.rd .list-out .l2 {
    background-color: #4fc8e2;
}

.rd .list-out .l3 {
    background-color: #3070cf;
}

.rd .list-out .l4 {
    background-color: #73bf36;
}

.inner.rd .left {
    width: 250px;
    overflow: hidden;
    float: left;
}

    .inner.rd .left .title {
        overflow: hidden;
        height: 235px;
        color: #fff;
        text-align: center;
        font-size: 35px;
        /*font-family: Arial, "Microsoft YaHei", SimSun;*/
        line-height: 235px;
        position: relative;
    }

        .inner.rd .left .title .link {
            font-size: 12px;
            position: absolute;
            left: 0px;
            width: 100%;
            top: 150px;
            text-align: center;
            line-height: 180%;
        }

            .inner.rd .left .title .link a {
                color: #fff;
                text-decoration: none;
               /* font-family: Arial, SimSun, "Microsoft YaHei";*/
                display: inline-block;
                margin-right: 7px;
                white-space: nowrap;
            }

.inner.rd-4 .title {
    background-color: #73bf36;
}

.inner.rd-3 .title {
    background-color: #3070cf;
}

.inner.rd-2 .title {
    background-color: #4fc8e2;
}

.inner.rd-1 .title {
    background-color: #fc9100;
}

.inner.rd .right {
    background-color: #fff;
    float: right;
    width: 750px;
    height: 470px;
}

    .inner.rd .right .r-t {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        font-size: 25px;
        color: #ffffff;
        /*font-family: Arial, "Microsoft YaHei", SimSun;*/
    }

    .inner.rd .right .list-c {
        color: #bcbcbc;
        width: 520px;
        overflow: hidden;
    }

        .inner.rd .right .list-c a { /*color: #fff;*/
            text-decoration: none;
        }

        .inner.rd .right .list-c .llist {
            border-bottom: 1px dashed #3c3c3c;
            height: 35px;
            line-height: 35px;
        }

            .inner.rd .right .list-c .llist .l {
                float: left;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                width: 430px;
            }

            .inner.rd .right .list-c .llist .r {
                float: right;
            }

    .inner.rd .right .detail { /*color: #fff;*/
        padding: 50px;
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: auto;
        height: 470px;
    }

        .inner.rd .right .detail img {
            max-width: 100%;
        }

        .inner.rd .right .detail .r-t {
            padding-left: 0px;
            padding-right: 0px;
        }

.newinner.news .news-c {
    overflow: hidden;
    width: 100%;
}

    .newinner.news .news-c .left {
        float: left;
        width: 280px;
        overflow: hidden;
        position: relative;
        height: 375px;
    }

        .newinner.news .news-c .left .a {
            display: none;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .newinner.news .news-c .left .btns {
            position: absolute;
            right: 10px;
            bottom: 10px;
        }

            .newinner.news .news-c .left .btns a {
                display: inline-block;
                margin-right: 3px;
                width: 9px;
                height: 9px;
                background-image: url(../images/slide-btn.png);
            }

                .newinner.news .news-c .left .btns a:hover, .newinner.news .news-c .left .btns a.current {
                    background-image: url(../images/slide-btn-hover.png);
                }

    .newinner.news .news-c .right {
        float: right;
        width: 650px;
        height: 395px;
        overflow: auto;
    }

.newinner.news .right .list-c {
    color: #555555;
    width: 520px;
    overflow: hidden;
}

    .newinner.news .right .list-c a {
        color: #555555;
        text-decoration: none;
    }

    .newinner.news .right .list-c .list {
        border: 1px solid #fff;
        border-bottom: 1px dashed #999999;
        height: 33px;
        line-height: 33px;
    }

        .newinner.news .right .list-c .list:hover {
            border: 1px solid #ffe0c5;
            background-color: #fffbee;
        }

            .newinner.news .right .list-c .list:hover a {
                color: #ff7300;
            }

        .newinner.news .right .list-c .list .l {
            float: left;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            width: 430px;
        }

        .newinner.news .right .list-c .list .r {
            float: right;
        }

.newinner.news .detail .dt {
    text-align: center;
    font-size: 18px;
    color: #222;
   /* font-family: Arial, "Microsoft YaHei", SimSun;*/
    padding-bottom: 15px;
}

.newinner.news .detail {
    height: 390px;
    overflow: auto;
}

    .newinner.news .detail img {
        max-width: 880px;
    }

.inner.research .inner-c {
    padding: 0px;
    padding-top: 30px;
}

.inner.research .title-bar {
    padding-left: 30px;
    padding-right: 30px;
}

.inner.research .left {
    float: left;
    width: 240px;
}

.inner.research .right {
    float: right;
    height: 470px;
    width: 760px;
    background-image: url(../images/research-bg.jpg);
}

.inner.research .left a {
    display: block;
    line-height: 253px;
    height: 235px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    /*font-family: Arial, "Microsoft YaHei", SimSun;*/
}

    .inner.research .left a.c1 {
        background-color: #fc9100;
    }

    .inner.research .left a.c2 {
        background-color: #3070cf;
    }

.inner.research .right .detail {
    padding: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 470px;
    overflow: auto;
    color: #fff;
}

    .inner.research .right .detail .dt {
        font-size: 25px;
        /*font-family: Arial, "Microsoft YaHei", SimSun;*/
    }

.inner.map .inner-c {
    padding: 0px;
    padding-top: 30px;
}

.inner.map .title-bar {
    padding-left: 30px;
    padding-right: 30px;
}

.inner.map .map-c {
    overflow: auto;
    height: 470px;
    padding-left: 80px;
    padding-right: 80px;
}

    .inner.map .map-c .list {
        padding-bottom: 10px;
    }

        .inner.map .map-c .list .list-t {
            font-size: 14px;
            /*font-family: Arial, "Microsoft YaHei", SimSun;*/
        }

        .inner.map .map-c .list a {
            display: inline-block;
            margin-right: 15px;
            white-space: nowrap;
            text-decoration: none;
        }

            .inner.map .map-c .list a:hover {
                color: #ff1e00;
            }

.feedbook .inner-c {
    padding: 0px;
    padding-top: 30px;
}

.feedbook .title-bar {
    padding-left: 30px;
    padding-right: 30px;
}

.feedbook .feedbook-c { /*background-color: #646464;*/
    height: 470px;
    color: #666666;
    /*font-family: Arial, "Microsoft YaHei", SimSun;*/
    font-size: 14px;
}

    .feedbook .feedbook-c td {
        padding-bottom: 12px;
        line-height: 29px;
    }

    .feedbook .feedbook-c .input {
        border: 1px solid #d0d0d0;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        background-color: #fff;
        padding-left: 5px;
        padding-right: 5px;
    }

        .feedbook .feedbook-c .input input {
            border: 0px;
            height: 27px;
            line-height: 27px;
            width: 100%;
            padding: 0px;
        }

        .feedbook .feedbook-c .input textarea {
            border: 0px;
            height: 100px;
            margin-top: 5px;
            margin-bottom: 5px;
            width: 100%;
            padding: 0px;
        }

.g-btn-1 {
    background-color: #ff7611;
 
    width: 114px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    /*font-family: Arial, "Microsoft YaHei", SimSun;*/
    font-size:17.74px;
    display: inline-block;
    text-align: center;
    line-height: 30px; margin-right:15px;
}

.g-btn-2 {
    background-color: #2996e6;
     width: 114px;
    height: 30px; 
     
    color: #fff;
    text-decoration: none;
    /*font-family: Arial, "Microsoft YaHei", SimSun;*/
    font-size: 17.74px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.page {
    margin-top: 20px;
    clear: both;
}

    .page a {
        text-decoration: none;
    }

.culture-list {
    position: relative;
}

    .culture-list .mask {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 200px;
        height: 100%;
        background-image: url(../images/black-75.png);
        display: block;
    }
/*.culture-list:hover .mask { display: none; }*/
.research .link {
    height: 45px;
    background-color: #b2b2b2;
    overflow: hidden;
    width: 100%;
}

    .research .link .link-out {
        width: 1010px;
        overflow: hidden;
    }

    .research .link .list {
        float: left;
    }

    .research .link a {
        line-height: 45px;
        border-right: 1px solid #646464;
        display: block;
        color: #fff;
        text-decoration: none;
        font-size: 25px;
       /* font-family: Arial, 'Microsoft YaHei';*/
        text-align: center;
        background-color: #b2b2b2;
    }

        .research .link a:hover, .research .link a.current {
            background-color: #646464;
        }

    .research .link .list:last-child a {
        border-right: 0px;
    }

.research .about-c-out { /*background-color: #646464; color: #fff;*/
}

.research .about-c-out {
    padding-top: 15px;
    padding-bottom: 15px;
    height: 390px;
    overflow: hidden;
}

    .research .about-c-out .img {
        padding-left: 30px;
        float: left;
        width: 300px;
        overflow: hidden;
        height: 390px;
    }

    .research .about-c-out .about-c {
        float: left;
        width: 650px;
        overflow: auto;
        height: 390px;
        padding-right: 10px;
    }

.inner.research .title-bar {
    height: 50px;
}
/*.index-content{ heig ht: 900px;min-height: 900px; max-height: 900px;  }*/
.g-max-a {
    color: #fff;
    text-decoration: none;
}

.sub-nav-bar { /*background-color: #fff;*/
    background-image: url(../images/sub-nav-bg.png);
    height: 0px;
    box-shadow: 0px 2px 1px 1px rgba(0,0,0,0.2);
    overflow: hidden; position:relative; z-index:100;
}

    .sub-nav-bar .sub-nav-l {
        float: left;
        width: 280px;
    }

        .sub-nav-bar .sub-nav-l .sub-nav-l-c {
            line-height: 20px;
            padding-top: 22px;
            padding-left: 25px;
            padding-right: 25px;
        }

    .sub-nav-bar .sub-nav-r {
        
        float: right;
        width: 700px;
        padding-left: 0px;
    }

        .sub-nav-bar .sub-nav-r .item-list {
            float: left;
            width: 86.5px;
            height: 130px;
            overflow: hidden;
            border-right: 1px solid #e0e0e0;
        }

        .sub-nav-bar .sub-nav-r a {
            color: #443933;
            text-decoration: none;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: block;
            height: 26px;
            line-height: 26px;
            text-align: left;
            margin-left: 5px;
            margin-right: 5px;
        }

            .sub-nav-bar .sub-nav-r a:hover {
                background-color: #ff8a00;
                color: #fff;
            }

.history-new .inner-c {
    padding: 0px;
}

    .history-new .inner-c .title-bar {
        padding-left: 30px;
        padding-top: 30px;
    }

.history-new .history-c {
    position: relative; /*background-image: url(../images/history-bg-1.jpg);*/
    height: 421px;
    overflow: hidden;
}

    .history-new .history-c .list {
        position: absolute;
        width: 100%;
        left: 0px;
        top: 0px;
        height: 421px;
        overflow: hidden;
    }

.history-new .history-tab {
    background-position: left bottom;
    background-image: url(../images/line.jpg);
    background-repeat: repeat-x;
    height: 49px;
    overflow: hidden;
}

    .history-new .history-tab .tab-list {
        float: left;
        height: 42px;
        line-height: 42px;
        text-align: center;
        text-decoration: none;
        color: #555555;
        font-size: 18px;
    }

        .history-new .history-tab .tab-list:hover, .history-new .history-tab .tab-list.current {
            border-bottom: 7px solid #f8b62d;
            color: #ff9d2d;
        }

.tab-group .tab-content {
    display: none;
}

.history-new .history-c .tab-content {
    font-size: 16px;
    /*font-family: Arial, "Microsoft YaHei", SimSun;*/
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #fff;
    line-height: 26px;
    background-image: url(../images/black-50.png);
    overflow: hidden;
}

    .history-new .history-c .tab-content .tab-content-c {
        padding: 25px;
        min-height: 50px;
        overflow: hidden;
    }

        .history-new .history-c .tab-content .tab-content-c .year {
            font-size: 50px;
            line-height: 50px;
            font-weight: bold;
        }

.history-new .history-c .list .year {
    position: absolute;
    left: 25px;
    top: -50px;
}

.history-new .history-c .list .his-list {
    margin-left: 130px;
    margin-top: 0px;
}

.team .about-c {
    position: relative;
    height: 420px;
    overflow: hidden;
}

    .team .about-c .detail-list {
        display: none;
        z-index: 1500;
        background-color: #f1f1f1;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }

        .team .about-c .detail-list .dl-c {
            border: 4px solid #e7e7e7;
            height: 412px;
        }

            .team .about-c .detail-list .dl-c .d-inner-c {
                width: 860px;
            }

                .team .about-c .detail-list .dl-c .d-inner-c .inner-c-r {
                    float: right;
                    width: 510px;
                }

                .team .about-c .detail-list .dl-c .d-inner-c .inner-c-l {
                    float: left;
                    width: 313px;
                }

                    .team .about-c .detail-list .dl-c .d-inner-c .inner-c-l .t {
                        padding-bottom: 10px;
                         
                    }

                        .team .about-c .detail-list .dl-c .d-inner-c .inner-c-l .t span {
                            color: #222222;
                            font-size: 30px;
                            color: #f28900;
                            line-height: 35px;
                        }
/*1201*/
.abouthome {
    position: relative;
     
}

    .abouthome .t {
        font-size: 22px;
        color: #333333;
        height: 50px;
        line-height: 40px;
        background-color: #fff;
        padding-left: 30px;
        padding-top: 30px;
    }

    .abouthome .left {
        float: left;
        width: 250px;
        height: 500px;
    }

    .abouthome .center {
        float: left;
        width: 500px;
        height: 500px;
    }

    .abouthome .right {
        float: right;
        width: 250px;
        height: 500px;
    }

    .abouthome .item {
        height: 250px;
        overflow: hidden;
    }

        .abouthome .item .it {
            font-size: 22px;
            text-align: center;
            line-height: 75px;
            text-align: center;
        }

        .abouthome .item.i1, .abouthome .left .item.i2 {
            color: #fff;
        }

            .abouthome .item.i1 .ib a, .abouthome .left .item.i2 .ib a {
                color: #fff;
            }

        .abouthome .item.i1 {
            background-image: url(../images/abhome-bg1.png);
        }

        .abouthome .item.i2 {
            background-image: url(../images/abhome-bg2.png);
        }

        .abouthome .item.i3 {
            background-color: #ebebeb;
            color: #222222;
        }

            .abouthome .item.i3 a {
                color: #222222;
            }

            .abouthome .item.i3 .list {
                height: 26px;
                line-height: 26px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

                .abouthome .item.i3 .list a {
                    text-decoration: none;
                }

        .abouthome .item.i4 {
            background-image: url(../images/img-24.jpg);
            color: #fff;
            text-align: center;
        }

        .abouthome .item.i6 {
            background-color: #fff;
            color: #222222;
        }

            .abouthome .item.i6 a {
                color: #222222;
            }

        .abouthome .item .ic {
            padding-left: 20px;
            height: 110px;
            padding-right: 20px;
            line-height: 25px;
            font-size: 13px;
        }

        .abouthome .item .ib {
            text-align: center;
        }

            .abouthome .item .ib a {
                display: inline-block;
                height: 30px;
                width: 110px;
                line-height: 30px;
                text-decoration: none;
            }

        .abouthome .item.i1 .ib a {
            border: 1px solid #97dff3;
            background-color: #70d4f3;
        }

            .abouthome .item.i1 .ib a:hover {
                background-color: #fff;
                border: 1px solid #99e4ff;
                color: #27aede;
            }

        .abouthome .item.i2 .ib a {
            border: 1px solid #e9bc81;
            background-color: #e5a653;
        }

            .abouthome .item.i2 .ib a:hover {
                background-color: #fff;
                border: 1px solid #fed399;
                color: #fd8933;
            }

        .abouthome .item.i3 .ib a, .abouthome .item.i6 .ib a {
            border: 1px solid #eaeaea;
            background-color: #f8f8f8;
        }

            .abouthome .item.i3 .ib a:hover, .abouthome .item.i6 .ib a:hover {
                background-color: #8f8f8f;
                border: 1px solid #eaeaea;
                color: #fff;
            }

        .abouthome .item.i4 .ib a {
            border: 1px solid #eaeaea;
            background-color: #f8f8f8;
            color: #4b3e48;
        }

            .abouthome .item.i4 .ib a:hover {
                background-color: #fda733;
                border: 1px solid #ff9c00;
                color: #fff;
            }

        .abouthome .item.i5 {
            overflow: hidden;
            position: relative;
            background-color: #fff;
        }

            .abouthome .item.i5 .max {
                width: 1000000px;
                overflow: hidden;
            }

            .abouthome .item.i5 .btns {
                position: absolute;
                right: 15px;
                bottom: 5px;
            }

                .abouthome .item.i5 .btns .l-btn {
                    overflow: hidden;
                    background-image: url(../images/l-btn.png);
                    margin-right: 5px;
                    width: 4px;
                    height: 7px;
                    display: inline-block;
                }

                .abouthome .item.i5 .btns .r-btn {
                    overflow: hidden;
                    background-image: url(../images/r-btn.png);
                    width: 4px;
                    height: 7px;
                    display: inline-block;
                }

            .abouthome .item.i5 .list {
                width: 500px;
                float: left;
            }

        .abouthome .item .item-c {
            overflow: hidden;
            margin-left: -250px;
            width: 250px;
        }

        .abouthome .item.i5 .item-c, .abouthome .item.i6 .item-c {
            overflow: hidden;
            margin-left: -500px;
            width: 500px;
        }
/**/
.new-title-bar {
    
    background-position: center top;
    height: 200px;
    max-width: 1920px;
    min-width: 1000px;
}

    .new-title-bar .t {
        line-height: 40px;
        color: #ffffff;
        font-size: 35px;
    }

    .new-title-bar .main {
        position: relative;
        height: 200px;
    }

        .new-title-bar .main .sub-nav {
            background-image: url(../images/n-sub-nav-bg.png);
            height: 38px;
            line-height: 38px;
            position: absolute;
            left: 0px;
            width: 100%;
            bottom: 0px;
        }

            .new-title-bar .main .sub-nav .l {
                float: left;
            }

            .new-title-bar .main .sub-nav .r {
                float: right;
                padding-right: 10px;
                background-image: url(../images/home-btn.png);
                padding-left: 20px;
                background-repeat: no-repeat;
                background-position: left center;
            }

            .new-title-bar .main .sub-nav .l a {
                display: inline-block;
                height: 38px;
                padding-left: 15px;
                padding-right: 15px;
                text-decoration: none;
                font-size: 15px;
                color: #222222;
                line-height: 38px;
            }

                .new-title-bar .main .sub-nav .l a.current, .new-title-bar .main .sub-nav .l a:hover {
                    background-color: #ff7611;
                    color: #fff;
                }

            .new-title-bar .main .sub-nav .r span {
                display: inline-block;
                vertical-align: middle;
            }

            .new-title-bar .main .sub-nav .r a {
                color: #888888;
            }

                .new-title-bar .main .sub-nav .r a:hover, .new-title-bar .main .sub-nav .r a.current {
                    color: #007eff;
                }
/*20141204*/
.new-news .list {
    border-bottom: 1px solid #f2f2f2;
}

    .new-news .list .l {
        float: left;
        width: 54px;
    }

    .new-news .list .row {
        width: 100%;
        overflow: hidden;
    }

    .new-news .list .row1 .l {
        border-right: 1px solid #e4e4e4;
    }

    .new-news .list .row1 .text {
        float: left;
        width: 945px;
    }

        .new-news .list .row1 .text .tl {
            float: left;
            padding-left: 25px;
            line-height: 50px;
            width: 770px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .new-news .list .row1 .text .tr {
            float: right;
            padding-right: 25px;
            font-size: 10px;
            color: #b1b1b1;
            line-height: 50px;
        }

    .new-news .list .row2 .l {
        border-right: 1px solid #145c9d;
    }

    .new-news .list .row2 {
        background-color: #145c9d;
        color: #fff;
        display: none;
    }

        .new-news .list .row2 .r {
            float: left;
            width: 945px;
        }

            .new-news .list .row2 .r .img {
                float: left;
                width: 150px;
            }

            .new-news .list .row2 .r .text {
                float: left;
                width: 765px;
                line-height: 20px;
                overflow: hidden;
            }

                .new-news .list .row2 .r .text .t-title {
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                    height: 35px;
                    line-height: 35px;
                    margin-top: 5px;
                    margin-bottom: 5px;
                    position: relative;
                    border-bottom: 1px dashed #aec5e1;
                }

                    .new-news .list .row2 .r .text .t-title a {
                        font-size: 14px;
                        color: #fff;
                        
                    }

                    .new-news .list .row2 .r .text .t-title .d {
                        position: absolute;
                        right: 0px;
                        top: 0px;
                    }

    .new-news .list:hover .row1 {
        display: none;
    }

    .new-news .list:hover .row2 {
        display: block;
    }

.new-news .dt {
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    color: #222;
    padding-bottom: 10px;
     
}

.feedbook .prompt {
    background-color: #f3fafc;
    border: 1px solid #a9deed;
    width: 770px;
    padding: 10px;
    color: #666666;
}

.job .left {
    float: left;
    width: 189px;
}

    .job .left a {
        display: block;
        height: 40px;
        line-height: 37px;
        padding-left: 40px;
        background-image: url(../images/jog-left-nav-bg.jpg);
    }

        .job .left a:hover, .job .left a.current {
            background-image: url(../images/job-left-nav-hover-bg.jpg);
        }

.job .right {
    float: right;
    width: 780px;
}

.job .job-c {
    width: 730px;
    border: 1px solid #e4e4e4;
    border-bottom: 0px;
}

    .job .job-c .t td {
        text-align: center;
        font-weight: bold;
        background-image: url(../images/job-table-bg.jpg);
        height: 37px;
        color: #000;
    }

    .job .job-c .i td {
        height: 37px;
        border-bottom: 1px solid #e9e9e9;
        text-align: center;
    }

    .job .job-c .i span {
        color: #ff6600;
    }

    .job .job-c .i a {
        color: #0078ff;
        text-decoration: none;
    }

.news-detail { /*width: 700px;*/
}

    .news-detail img {
        max-width: 98%;
        height: auto;
    }

    .news-detail .news-left {
        float: left;
        width: 700px;
    }

        .news-detail .news-left .dt {
            border-bottom: 1px dashed #6a6a6a;
            margin-bottom: 5px;
        }

    .news-detail .news-right {
        width: 258px;
        float: right;
        background-color: #f9f9f9;
        border: 1px solid #f5f5f5;
        padding: 10px;
        background-image: url(../images/news-right-bg.jpg);
        background-position: left top;
        background-repeat: no-repeat;
        border-top: 0px;
    }

        .news-detail .news-right .t {
            color: #333333;
            font-size: 18px;
             
            margin-bottom: 10px;
        }

        .news-detail .news-right .hot-list {
            position: relative;
            min-height: 30px;
            margin-bottom: 5px;
        }

            .news-detail .news-right .hot-list .l {
                border: 1px solid #e5e5e5;
                background-color: #f9f9f9;
                position: absolute;
                left: 0px;
                top: 0px;
                text-align: center;
                width: 20px;
                height: 20px;
                line-height: 20px;
            }

                .news-detail .news-right .hot-list .l.red {
                    border: 1px solid #ffe0c5;
                    background-color: #fffbee;
                    color: #ff6600;
                }

            .news-detail .news-right .hot-list .r {
                margin-left: 30px;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

.waterfall {
    width: 1020px;
    overflow: hidden;
}

    .waterfall .column {
        float: left;
        width: 238px;
        margin-right: 17px;
    }

    .waterfall .item {
        margin-bottom: 15px;
        border: 1px solid #ececec;
        width: 236px;
        overflow: hidden;
        background-color: #fafafa;
    }

        .waterfall .item .img {
            margin-bottom: 5px;
        }

            .waterfall .item .img a {
                display: block;
                position: relative;
                overflow: hidden;
            }

            .waterfall .item .img .mask {
                background-image: url(../images/black-50.png);
                position: absolute;
                left: 0px;
                top: 0px;
                width: 100%;
                height: 100%;
            }

                .waterfall .item .img .mask .mask-c {
                    background-image: url(../images/search-icon.png);
                    position: absolute;
                    left: 0px;
                    top: 0px;
                    width: 100%;
                    height: 100%;
                    background-position: center center;
                    background-repeat: no-repeat;
                }

        .waterfall .item .text {
            height: 35px;
            line-height: 35px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            text-align: center;
        }

        .waterfall .item .bar {
            overflow: hidden;
            width: 100%;
            display: none;
        }

            .waterfall .item .bar .d {
                float: left;
                color: #999999;
                width: 100px;
            }

            .waterfall .item .bar .s {
                float: left;
                width: 100px;
                text-align: right;
            }

                .waterfall .item .bar .s a {
                    display: inline-block;
                    color: #FFFFFF;
                    background-color: #E6002F;
                    border-radius: 5px;
                    padding-left: 10px;
                    padding-right: 10px;
                    text-decoration: none;
                }

.pxfz-list {
    height: 35px;
    border-bottom: 1px dashed #999999;
    line-height: 35px;
}

    .pxfz-list .pl-l {
        float: left;
        width: 650px;
        padding-left: 10px;
    }

    .pxfz-list .pl-r {
        float: right;
        width: 70px;
        padding-right: 10px;
        text-align: right;
    }

    .pxfz-list:hover {
        border: 1px solid #ffe0c5;
        background-color: #fffbee;
    }

        .pxfz-list:hover a {
            color: #ff7300;
        }

.language {
    display: inline-block;
    padding-right: 25px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/qi.jpg);
    border-left: 1px solid #5f666d;
    padding-left: 10px;
    margin-left: 10px;
}
/**/
.cm082 {
    position: relative;
     
}

    .cm082 .t {
        font-size: 22px;
        color: #333333;
        height: 50px;
        line-height: 40px;
        background-color: #fff;
        padding-left: 30px;
        padding-top: 30px;
    }

    .cm082 .left {
        float: left;
        width: 400px;
        height: 500px;
        background-color: #86a94b;
        overflow: hidden;
    }

    .cm082 .title {
        height: 90px;
        line-height: 90px;
        color: #fff;
        font-size: 20px;
        text-align: center;
    }

    .cm082 .desc {
        overflow: hidden;
        margin-left: 20px;
        margin-right: 20px;
        line-height: 28px;
        color: #fff;
        font-size: 14px;
    }

    .cm082 .left .desc {
        height: 310px;
    }

    .cm082 .right .desc {
        height: 80px;
        text-align: center;
        font-size: 12px;
    }

    .cm082 .btn {
        text-align: center;
    }

        .cm082 .btn a span.bg {
            position: absolute;
            background-color: #e6e6e6;
            border: 1px solid #fff;
            opacity: 0.4;
            color: #fff;
            width: 110px;
            height: 30px;
            display: inline-block;
            line-height: 30px;
        }

        .cm082 .btn a:hover span.bg {
            background-color: #fff;
            opacity: 0.9;
        }

    .cm082 .left .btn a:hover {
        color: #86a94b;
    }

    .cm082 .btn a span.text {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        line-height: 32px;
    }

    .cm082 .btn a {
        display: inline-block;
        color: #fff;
        position: relative;
        width: 112px;
    }

    .cm082 .right {
        float: right;
        width: 600px;
        height: 500px;
    }

        .cm082 .right .cm-test .btn a:hover {
            color: #578bd7;
        }

        .cm082 .right .item {
            height: 250px;
            width: 600px;
            overflow: hidden;
        }

            .cm082 .right .item .il {
                overflow: hidden;
                float: left;
                width: 260px;
                height: 250px;
            }

            .cm082 .right .item .ir {
                overflow: hidden;
                float: right;
                width: 340px;
                height: 250px;
            }

                .cm082 .right .item .ir.cm-test {
                    background-image: url(../Images/170815/img3.jpg);
                }

                .cm082 .right .item .ir.cm-contact {
                    background-color: #fff;
                }

                    .cm082 .right .item .ir.cm-contact .title {
                        color: #333;
                    }

                    .cm082 .right .item .ir.cm-contact .desc {
                        color: #666;
                        text-align: left;
                    }

                    .cm082 .right .item .ir.cm-contact .btn a span.bg {
                        background-color: #e6e6e6;
                        border: 1px solid #d9d9d9;
                    }

                    .cm082 .right .item .ir.cm-contact .btn a span.text {
                        color: #4c4c4c;
                    }

    .cm082 .margin-animate-to0 {
        width: 100%;
    }
/**/
.cm082-contact .info .prompt {
    font-size: 14px;
    color: #808080;
    text-align: center;
}

.cm082-contact .info .icon-list {
    line-height: 30px;
    font-size: 16px;
    float: left;
    width: 33.333333333%;
    height: 100px;
    background-position: left center;
    background-repeat: no-repeat;
}

    .cm082-contact .info .icon-list .icon-title {
        color: #808080;
        font-size: 14px;
    }

    .cm082-contact .info .icon-list .icon-tel {
        color: #4c4c4c;
        font-size: 20px;
    }

    .cm082-contact .info .icon-list .icon-list-inner {
        padding-left: 115px;
        padding-top: 20px;
    }

.cm082-contact .form {
    background-color: #f7f7f7;
}

    .cm082-contact .form .title {
        text-align: center;
    }

        .cm082-contact .form .title .title-span {
            display: inline-block;
            background-image: url(../Images/170815/line.png);
            width: 210px;
            height: 30px;
            background-position: center center;
            background-repeat: repeat-x;
        }

            .cm082-contact .form .title .title-span .title-text {
                height: 30px;
                background-color: #f7f7f7;
                display: inline-block;
                padding-left: 20px;
                padding-right: 20px;
                font-size: 23px;
                color: #4c4c4c;
                line-height: 30px;
            }

    .cm082-contact .form .input {
        padding-left: 10px;
        padding-right: 10px;
        border: 1px solid #cccccc;
        display: block;
        margin-bottom: 15px;
    }

        .cm082-contact .form .input input {
            width: 100%;
            border: 0px;
            height: 44px;
            background: none;
            line-height: 44px;
            font-size: 14px;
        }

        .cm082-contact .form .input textarea {
            margin-top: 5px;
            margin-bottom: 5px;
            width: 100%;
            border: 0px;
            background: none;
            line-height: 18px;
            height: 100px;
            font-size: 14px;
        }

    .cm082-contact .form .submit {
        width: 210px;
        height: 42px;
        line-height: 42px;
        color: #fff;
        background-color: #fc903f;
        font-size: 16px;
        display: inline-block;
    }
/**/
.flow-ad {
    position: fixed;
    right: 30px;
    top: 0px;
    display: none;
    z-index: 5000;
}

    .flow-ad .close-btn {
        background-image: url(../images/icon/closead.png);
        position: absolute;
        right: 0px;
        top: 0px;
        width: 15px;
        height: 14px;
    }
/**/
.report .l {
    float: left;
    width: 260px;
}

    .report .l a {
        /*height: 42px;
        line-height: 42px;*/
padding-top:10px;padding-bottom:10px;
        display: block;
        margin-bottom: 7px;
        background-color: #efefef;
        color: #535353;
        font-size: 14px;
        overflow: hidden;
    }

        .report .l a.current {
            color: #fff;
            background-color: #ff8022;
        }

        .report .l a div {
            margin-left: 10px;
            margin-right: 10px;
        }

.report .r {
    float: right;
    width: 730px;
    border-left: 2px solid #efefef;
}

    .report .r .rc {
        margin-left: 6px;
    }

.report.report-type .r .mt {
    background-color: #efefef;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 15px;
}

.report.report-type .r .row {
    overflow: hidden;
    display: block;
}

    .report.report-type .r .row .col {
        border: 1px solid #ebebeb;
        padding-top: 14px;
        padding-bottom: 14px;
        width: 344px;
    }

        .report.report-type .r .row .col .t1 {
            font-size: 18px;
        }

        .report.report-type .r .row .col .t2 {
            font-weight: bold;
        }

        .report.report-type .r .row .col .cc {
            background-image: url(../Images/20190823/item-bg.jpg);
            background-size: cover;
            background-position: center center;
            text-align: center;
            padding-top: 20px;
            padding-bottom: 20px;
        }

    .report.report-type .r .row .colr {
        float: right;
    }

    .report.report-type .r .row .coll {
        float: left;
    }

.report.report-single .r img {
    max-width: 100%;
    display: block;
}

.report.report-tab .rc {
    padding: 20px;
    background-color: #f5f5f5;
}
    /*.report.report-tab .rc p {
    margin-bottom: 20px;
}*/
    .report.report-tab .rc .t {
        font-size: 14px;
    }

    .report.report-tab .rc .mt {
        font-weight: bold;
        border-bottom: 1px solid #7a7979;
        margin-bottom: 10px;
    }

.ns-chk {
    display: none;
}

.ns-chk-group {
    margin-bottom: 10px;
}

    .ns-chk-group.nomb {
        margin-bottom: 0px;
    }

.report.report-tab .rc .input-row {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}

    .report.report-tab .rc .input-row.three .col {
        float: left;
        width: 33.3333%;
    }

    .report.report-tab .rc .input-row.two .col {
        float: left;
        width: 50%;
    }

    .report.report-tab .rc .input-row.one .col {
        width: 100%;
    }

    .report.report-tab .rc .input-row.three .col .input {
        display: inline-block;
        vertical-align: middle;
        width: 140px;
        border-bottom: 1px solid #7a7979;
    }

    .report.report-tab .rc .input-row.two .col .input {
        display: inline-block;
        vertical-align: middle;
        width: 160px;
        border-bottom: 1px solid #7a7979;
    }

    .report.report-tab .rc .input-row.one .col .input {
        display: inline-block;
        vertical-align: middle;
        width: 160px;
        border-bottom: 1px solid #7a7979;
    }

    .report.report-tab .rc .input-row .col .input input {
        width: 100%;
        border: 0px;
        background: none;
        padding: 0px;
        line-height: 22px;
    }

.report.report-tab .rc .textarea {
    border: 1px solid #7a7979;
    padding: 5px;
}

    .report.report-tab .rc .textarea textarea {
        width: 100%;
        border: 0px;
        background: none;
        padding: 0px;
        line-height: 20px;
        height: 120px;
    }

.report.report-tab .rc .upload-btn {
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background-color: #2e87d9;
    border-radius: 3px;
    text-align: center
}

.report.report-tab .rc .submit-btn {
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #ff8931;
    border-radius: 3px;
    text-align: center
}

.ns-chk-group .chk-title {
    margin-bottom: 10px;
}

.ns-chk-group .chk-items input {
    display: none;
}

.ns-chk-group .nschkbox {
    margin-right: 15px;
    cursor: pointer;
    display: inline-block;
    /*margin-bottom: 5px;*/
    padding-left: 20px;
    margin-right: 40px;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: left center;
    min-width: 1px;
    min-height: 24px;
    background-image: url(../images/20190823/k.png);
}

    .ns-chk-group .nschkbox.chk {
        background-image: url(../images/20190823/kok.png);
    }

.ns-chk-group.checkbox .nschkbox {
    background-image: url(../images/20190823/k.png);
}

    .ns-chk-group.checkbox .nschkbox.chk {
        background-image: url(../images/20190823/kok.png);
    }
.report .r .rc .img-item {
    border: 2px solid #dadada;
    margin-bottom: 10px;
}
/*******************************/
ul,li{
list-style:none; margin:0; padding:0;}
.new_team_mid{
 }
.new_team_mid ul li{ margin-bottom:0px; padding-bottom:25px; background-position:center bottom; background-repeat:no-repeat;
float:left; margin-right:59px; width:294px; position:relative; z-index:1;}
.new_team_mid ul li:after{
  content: "";
  position: absolute;
  z-index: 100;
   
  left: 0%;
  
  height: 22px;
  bottom: -2px;
  width: 100%;
  background-position:center; background-repeat:no-repeat; background-image:url(../images/about/img4.png);
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
		  display:none;
}
.new_team_mid ul li.on:after{
display:block}
/*.new_team_mid ul li:nth-child(4n+3),.new_team_mid ul li:nth-child(4){
margin-right:0;}
.new_team_mid ul li:nth-child(3){
margin-right:59px;}*/
.new_team_mid ul li.nomar_r{
margin-right:0}
.new_team_mid ul li:nth-child(1){
width:100%; margin-right:0;}
.new_team_mid ul li:nth-child(1) .new_team_mid_mid{
margin:0 auto; width:342px;}
.new_team_mid_mid{ position:relative;
border:1px #ebebeb solid;}
.new_team_mid_mid:after{
  content: "";
  position: absolute;
  z-index: 1;
   
  left: 0%;
  
  height: 16px;
  bottom: -16px;
  width: 100%;
  background-position:center; background-repeat:no-repeat; background-image:url(../images/about/img1.png);
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.new_team_mid_mid_1 img{
width:100%; padding:13px 0px; border-bottom:1px #ebebeb solid;}
.new_team_mid_mid_2{
text-align:center; padding:5px 10px;}
.new_team_mid_mid_2_1{ text-align:center;
font-size:23px; color:#23559d;}
.new_team_mid_mid_2_2{
font-size:17px; color:#5e5e5e; margin-top:5px;}
.hi{
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;}
.team_jj{ display:none; margin-bottom:15px;
width:100%; background-color:#f6f6f6; float:left;}
.team_jj_mid{
padding-left:20px; padding-right:20px; padding-top:15px; padding-bottom:15px;}
.team_jj_mid_1{ font-weight:bold;
font-size:18px; color:#282828;}
.team_jj_mid_1 div{
/*width:294px;*/ margin: 0 auto;}
.team_jj_mid_1{
text-align:center;}
.team_jj_mid_2{
font-size:14px; color:#282828; margin-top:5px;}
.team_jj_mid_1 div.left_block{
margin-left:0; width:auto; text-align:left}
.team_jj_mid_1 div.right_block{  
margin-right:0; margin-left:auto;width:auto; text-align:right}
.new_honor_1{ 
color:#fff; background-color:#2e87d8; font-size:22px; font-weight:bold; line-height:50px; padding:0 15px; margin-bottom:7px;}
.new_honor_2{
margin-top:22px; margin-bottom:0;}
.new_honor_list{
position:relative; overflow:hidden}

.new_honor_list:after{
background-color:#2e87d8;
  content: "";
  position: absolute;
  z-index: 1;
  top:0%;  
  left: 134px;
  
  height: 100%;

  width: 5px;
  background-position:center; background-repeat:no-repeat;  
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
	
}

.new_honor_list ul{
margin:0; padding:0;}
.new_honor_list ul li{ 
margin:0; padding:0; list-style:none; position:relative; padding-left:178px; margin-top:37px;}
.new_honor_list ul li:last-child:after{
	background-color:#fff;
  content: "";
  position: absolute;
  z-index: 10;
  bottom:0%;  
  left: 134px;
  
  height: 50%;

  width: 5px;
  background-position:center; background-repeat:no-repeat;  
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.new_honor_list_right{ overflow:hidden;
background-color:#f3f3f3; padding:15px 25px;}
.new_honor_list_left{ line-height:42px;
position:absolute; left:0; width:98px; height:42px; margin-top:-21px; top:50%; background-color:#2e87d8; text-align:center; color:#fff; font-size:18px; font-family:Arial, Helvetica, sans-serif;}
.new_honor_list_left:after{
background-color:#2e87d8;
  content: "";
  position: absolute;
  z-index: 100;
  top:50%; margin-top:-2.5px;
  right: -41px;
  
  height: 5px;

  width: 41px;
  background-position:center; background-repeat:no-repeat;  
  -webkit-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
	
}
.new_honor_list_right{
font-size:15px; color:#666;}
.new_honor_list_right dl dd,.new_honor_list_right dl{
margin:0; padding:0;}
.new_honor_list_right dl dd{
background-position:left 10px; padding-left:10px; background-repeat:no-repeat; background-image:url(../images/about/img6.png);}
.pro_cate20{ background-repeat:no-repeat; /*background-image:url(../images/pro/img3.jpg);*/
background-position:right bottom; padding-bottom:180px;}
.pro_cat52_info21{
background-position:center bottom; background-repeat:no-repeat; background-size:cover;/* background-image:url(../images/pro/img5.jpg);*/}
.durg_1{ padding-top:40px; font-size:14px; color:#4b4b4b; line-height:28px;
background-position:center bottom; background-repeat:no-repeat; background-size:cover; background-image:url(../images/drug/img2.jpg);}
.durg_1 p{
text-indent:0em;}
.drugcom{ }
.dp_1{
font-size:29px; color:#23559d; line-height:30px; margin-bottom:20px;}
.dp_2{
margin-top:25px;}
.dp_3 ul li{
float:left; margin-bottom:10px; width:495px;}
.dp_3 ul li.fr{
float:right}
.dp_3_mid{ border-top:3px #0081cc solid; padding-top:30px; padding-bottom:30px; position:relative;
float:left; width:100%; display:none}
.dp_3_mid:after{
background-image:url(../images/drug/img7.png);
  content: "";
  position: absolute;
  z-index: 10990;
  top:-3px;  
  left:120px;
  height: 34px;
  width: 49px;
  background-position:center; background-repeat:no-repeat;  
  
}
.fr_r:after{
left:auto; right:120px;}
.dp_3_mid_left{
float:left; padding-right:25px;}
.dp_3_mid_right{
float:right; width:835px;}
.dp_3_mid_left_1{ font-family: "SourceHanSerifSC-Heavy";
font-size:32px; line-height:36px; color:#0081cc;}
.dp_3_mid_left_2{ margin-top:10px;
color:#3e3a39; font-size:14px;}
.dp_3_mid_right_1{
color:#0081cc; font-weight:bold;font-size:17.95px;}
.dp_3_mid_right_2{
font-size:13.96px; color:#282828;}
.dp_3_mid_right_1_b{
margin-top:5px;}
.pat_list_1{ line-height:35px; font-weight:bold;
padding:10px 15px; background-color:#c7c7c7; font-size:16px; color:#23559d;}
.pat_list ul{
margin:0; padding:0;}
.pat_list ul dl,.pat_list ul dl dd{
margin:0; padding:0}
.pat_list ul li{ margin:0; padding:0;
margin-bottom:4px;}
.pat_list_3{
font-size:14px; color:#3e3a39; line-height:22px; padding:15px; display:none
 }
.pat_list ul dl dd.on .pat_list_3{
display:block}
.pat_list ul dl{
margin-top:4px;}
.pat_list ul dl dd{ position:relative;
margin-bottom:2px;}
.pat_list .pat_list_2{ cursor:pointer;
padding:0px 15px; background-color:#eee; line-height:32px; position:relative; font-size:15px; color:#3e3a39}
.pat_list .pat_list_2 span{
font-size:11px; text-decoration:underline; position:absolute; right:15px; top:0; height:100%; background-position:center; background-repeat:no-repeat; background-image:url(../images/inve/img9.png); width:12px;}
.pat_list dd.on .pat_list_2 span{
background-image:url(../images/inve/img10.png);}
.pat_footer .pat_list_1{
color:#282828}
.pat_footer{ padding-top:20px; padding-bottom:160px; margin-top:20px; overflow:hidden;
background-color:#cee3f8;}
.par_name{
font-size:14px; font-weight:bold; color:#282828; font-size:16px; padding-top:10px;}
.jobs_1 table{ 
width:100%;border-bottom: 1px solid #ececec;
            border-collapse: collapse;}
.jobs_1 table td{ text-align:center; font-size:14px; color:#595757;
 border-bottom: 1px solid #ececec; padding:10px 15px;
            border-collapse: collapse;}			
.jobs_1_1{
font-size:22px; color:#fff; font-weight:bold}
.jobs_1 table tr:nth-child(1) td{
background-color:#2e87d8; text-align:left; padding-top:12px; padding-bottom:12px; }
.jobs_1 table tr:nth-child(3) td{
background-color:#f6f6f6; font-size:18px; color:#595757; font-weight:bold}
.tdb{
color:#2e87d8}
.jobs_1{
border:1px #ececec solid}
.job_tiaojian{
margin:0; padding:0;}
.job_tiaojian li{border-radius:2px;  
float:left; margin:0; margin-right:25px; padding:0; width:145px; border:1px #dbdbdb solid;}
.job_tiaojian li div{
padding:0 5px;}
.job_tiaojian li select{ text-align:left; width:100%;
background-position:right center; background-repeat:no-repeat; background-image:url(../images/jobs/img2.jpg); padding-right:0.8em;
border:none; color:#2e87d8; font-size:13px; height:30px;  appearance: none; -moz-appearance: none; -webkit-appearance: none;}
.job_tiaojian li input.wbk{ font-size:13px;
border:none; background-color:transparent; width:100%; height:28px; line-height:28px;}
.job_tiaojian li:last-child{
border:none; width:auto; margin-right:0;}
.job_tiaojian li .wbk_btn{ font-size:13px; padding:0 15px;border-radius:2px; overflow:hidden;
display:inline-block; line-height:30px; background-color:#2e87d8; color:#fff;}
.job_tiaojian li .wbk_btn span{ /*padding-left:22px;*/
background-position:left center; background-repeat:no-repeat; /*background-image:url(../images/jobs/img3.jpg);*/}
.pagefenye{
text-align:right}
.pagefenye span{
padding:0 3px;}
.jobs_2{ margin-top:5px; border-bottom:3px #5f5f5f solid; padding-bottom:10px;
 }
.jobs_2 ul,.jobs_2 ul li{
margin:0; padding:0}
.jobs_2_1{ background-position:left center; background-repeat:no-repeat; background-image:url(../images/jobs/img4.png);
font-size:16px; color:#23559d; font-weight:bold; padding-left:15px;}
.jobs_2_2{
font-size:16px; margin-top:5px;}
.jobs_2_2 span{
display:inline-block; width:49%;}
.jobs_2 ul li{
margin-top:10px;}
.showjobinfo_2 a{ margin-right:10px; border-radius: 5px; position:relative;
display:inline-block; width:146px; height:41px; text-align:center; line-height:41px; color:#fff; background-color:#2e87d9; font-size:14px;}
.showjobinfo_2 a input{
position:absolute; left:0; top:0; width:100%; height:100%; z-index:10; opacity:0; cursor:pointer;}
.showjobinfo_2 a:nth-child(2){ display:none;
background-color:#50df6b;}
.showjobinfo_2{
margin-top:10px; margin-bottom:10px;}
.showjobinfo{
display:none}
.showjob{
cursor:pointer}
.cam_1{ margin-top:20px;
 }
.cam_1_left{
float:left; width:425px;}
.cam_1_right_1{
margin-top:20px;}
.cam_1_right{ 
float:right; width:575px;}
.cam_1_right dl{height:216px; overflow:hidden; overflow-y:auto;}
.cam_title{ font-weight:bold; background-position:left center; background-repeat:no-repeat; background-image:url(../images/jobs/img6.png);
font-size:21.65px; color:#3f91d6; padding-left:15px}
.cam_1_right_1 dl,.cam_1_right_1 dl dd{
margin:0; padding:0
}
.cam_1_right_1 dl dd{
float:left; width:33.3333%; font-size:14px; color:#3e3a39;}
.cam_2_mid{
position:relative;}
.cam_2_mid_right{ text-align:right;
position:absolute; right:0; top:-55px;}
.cam_2_mid_right ul,.cam_2_mid_right ul li{
margin:0; padding:0;}
.cam_2_mid_right ul li{
display:inline-block; margin-left:68px;}
.cam_2{ 
width:100%; clear:both; padding-top:25px;}
.cam_2_mid_right_2{ margin:0; padding:0;
font-size:16px; color:#595757}
.cam_2_mid_right_1{ margin:0; padding:0;
font-size:40px; color:#23559d; font-family:Arial, Helvetica, sans-serif}
.cam_2_mid_right ul li:nth-child(1){
margin-left:0}
.cam_3{ 
width:100%; clear:both; padding-top:0px;}
.cam_4{ padding-bottom:10px; 
font-size:18px; font-weight:bold; color:#23559d; border-bottom:3px #646464 solid;}
.contact_1_left{ position:relative;
float:left; width:245px;}
.contact_1_right{
float:right; width:222px;}
.contact_1_mid{ 
float:left; width:400px; margin-left:35px; margin-top:45px;}
.contact_1_mid_1{
font-size:18px; color:#003a8e; font-weight:bold;}
.contact_1_mid_2{ border-top:3px #e4e4e4 solid; margin-top:15px; padding-top:10px;
color:#353535; font-size:14px;}
.fb_1_1{
background-color:#2e87d8; color:#fff; font-size:24px; padding:13px;}
.fb_1{
 }
.fb_1_2{ margin-top:10px; overflow:hidden;
background-image:url(../images/contact/img4.png); background-position:center; height:434px; background-repeat:no-repeat;}
.fb_1_2_mid{
width:620px; margin:0 auto; margin-top:35px;}
.fb_1_2_mid ul,.fb_1_2_mid ul li{
margin:0; padding:0;}
.fb_1_2_mid ul li{ margin-bottom:10px;
position:relative; padding-left:85px;}
.fb_1_2_mid ul li input{ font-size:14px; 
width:100%; border:1px #e1e1e1 solid; height:30px; line-height:30px; padding:0 10px;}
.fb_1_2_mid ul li span{
position:absolute; left:0; top:0; line-height:32px; font-size:15px;}
.fb_1_2_mid ul li textarea{ font-size:14px; 
width:100%; border:1px #e1e1e1 solid; height:100px; padding:10px 10px; }
.fb_1_2_mid ul li:last-child{
margin-top:20px;}

.fb_1_2_mid ul li select{ font-size:14px; 
width:557px; background-repeat:no-repeat; background-image:url(../images/contact/img5.png); background-position:98% center; border:1px #e1e1e1 solid; height:30px; line-height:30px; padding:0 10px;appearance: none; -moz-appearance: none; -webkit-appearance: none;}
.dream_1{ }
.dream_1_left{ margin-top:15px;
float:left; width:252px;}
.dream_1_right{
float:right; width:717px;}
.dream_1_right_1{ border-bottom:2px #cfcfcf solid; padding-bottom:5px;
font-size:18px; color:#0071bd; font-weight:bold;}
.dream_1_right_1 span:nth-child(1){
margin-right:18px;}
.dream_1_right_2{
font-size:14px; line-height:25px; color:#222; margin-top:8px;}
.dream_1_right_2 p{
 }
.dream_2 .main{
position:relative; z-index:100}
.dream_2_top_1{
font-size:24.08px; color:#2c2c2c; font-weight:bold}
.dream_2_top_2{
font-size:14px; color:#2c2c2c; margin:15px 0px;}
.dream_2_top_3{
background-color:#fff;}
.dream_2 ul,.dream_2 ul li{
margin:0; padding:0;}
.dream_2 ul li:nth-child(1){
background-color:#eceef9;}
.dream_2 ul li{
padding-top:34px; padding-bottom:40px;}
.dream_2_left{
width:854px;}
.dream_2 ul li:nth-child(2n) .dream_2_left{
margin-left:146px;}
.dream_2 .swiper-button-next{ top:auto; right:37px; bottom:22px; background-color:#fff;
width:35px; height:35px; border:1px #000 solid; background-position:center; background-repeat:no-repeat; background-size:auto; background-image:url(../images/dream/img4.png);}
.dream_2 .swiper-button-next::after,.dream_2 .swiper-button-prev::after{
content:'';}
.dream_2 .swiper-button-next:hover{
background-color:#000; background-image:url(../images/dream/img4on.png);}
.dream_2 .swiper-button-prev{ top:auto; right:74px; bottom:22px; left:auto; background-color:#fff;
width:35px; height:35px; border:1px #000 solid; background-position:center; background-repeat:no-repeat; background-size:auto; background-image:url(../images/dream/img3.png);}
.dream_2 .swiper-button-prev:hover{
background-color:#000; background-image:url(../images/dream/img3on.png);}
.dream_2 ul li .dream_2_top_3{
background-color:#f6f6f6;}

.dream_2 ul li:nth-child(2n) .swiper-button-next{
right:auto; left:74px;}
.dream_2 ul li:nth-child(2n) .swiper-button-prev{
right:auto; left:37px;}
.dream_2_top_title{
font-size:31.33px; color:#0071bd; font-weight:bold; line-height:35px; margin-bottom:20px;}
.dream_b{
position:relative;}
.dream_b img{
width:100%;}
.dream_b_jj{ position:absolute; left:0; width:100%; bottom:30px; z-index:100;
background-image:url(../images/dream/img8.png);}
.dream_b_jj_mid{
padding:30px 15px;}
.dream_1{
position:relative; z-index:10;}
.dream_1_bg{ 
position:absolute; right:3.125%; top:-134px; z-index:-1; width:42.13541666666667%;}
.dream_1_bg img{
width:100%;}
.dream_2_right{ font-size:14px; color:#2c2c2c; font-weight:bold;
position:absolute; width:116px; padding:0 15px; text-align:center; right:0; bottom:69px;}
.dream_2 ul li:nth-child(2n) .dream_2_right{
right:auto; left:0;}
.ys_1{ line-height:35px; 
font-size:30px; color:#0071bd; font-weight:bold}
.ys_2{  padding-top:40px;
position:relative; overflow:hidden; background-color:#ebf1f6; padding-bottom:40px;}
.ys_2_mid_1{
font-size:24px; color:#2c2c2c; font-weight:bold; line-height:35px;}
.ys_2_mid_2{
font-size:14px; margin:15px 0px; color:#2c2c2c;}
.ys_2_bg{
position:absolute; right:3%; top:40px; z-index:0; width:37.8125%;}
.ys_2_bg img{
max-width:100%;}
.ys_3{  background-color:#0060ad; color:#fff; padding:5px 0px;}
.ys_3_mid_left{
float:left;}
.ys_3_mid_right{
float:right;}
.ys_3_mid_t{
font-size:16px; font-weight:bold; line-height:37px; margin-bottom:5px;}
.ys_3_mid_n{
font-size:20px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; line-height:40px;}
.proj_1{
font-size:30px; color:#0071bd; font-weight:bold; line-height:32px; border-bottom:2px #cfcfcf solid; padding-bottom:12px;}
.proj_2{
font-size:14px; color:#282828; margin-top:10px;}
.proj_3{  padding-top:60px; padding-bottom:126px;
background-color:#ebf1f6; overflow:hidden; position:relative;}
.proj_3_mid ul,.proj_3_mid ul li{
margin:0; padding:0;}
.proj_3_mid_left{
float:left; width:294px; border:4px #fff solid; padding:10px 0px;}
.proj_3_mid ul li{ margin-bottom:30px; overflow:hidden;
width:100%; display:block; clear:both}
.proj_3_mid_right{
float:right; width:656px;}
.proj_3_mid_right_1{ margin-top:20px;
font-size:18px; color:#2b2b2b; font-weight:bold}
.proj_3_mid_right_2{ line-height:26px;
font-size:14px; color:#282828; margin-top:10px;}
.ive_1{ }
.ive_1 ul,.ive_1 ul li,.ive_1 dl,.ive_1 dl dd{
margin:0; padding:0;}
.ive_1_2{ font-size:14.98px; color:#595757;
position:relative; padding-left:215px; border-bottom:2px #727272 solid; padding-top:10px; padding-bottom:10px;}
.ive_1_2_left{
position:absolute; left:15px; top:10px;}
.ive_1_2 dl dd{ font-weight:bold;
display:inline-block; margin-right:60px; cursor:pointer;}
.ive_1_2 dl dd.on{
color:#008cd6}
.ive_1_3_mid{ font-size:14px; color:#595757; overflow:hidden; border-bottom:1px #6f6d6d dashed;
position:relative; padding-left:215px; padding-right:100px; padding-top:5px; padding-bottom:5px;}
.ive_1_3_mid:last-child{
border-bottom:2px #727272 solid}
.ive_1_3_right{ display:none;
position:absolute; right:15px; top:5px;}
.ive_1_3_right span{ width:19px; height:18px;
display:inline-block; background-position:left center; background-repeat:no-repeat; background-image:url(../images/inve/img4.jpg);}
.ive_1_3_mid .ive_1_2_left{
top:5px;}
.ive_1_3_mid a:hover{
color:#0081cc}
.ive_1_3{
display:none;}
.ive_1_3_on{
display:block}
.ive_1 ul.pagination{ text-align:right;
margin:0; padding:10px 15px;}
.ive_1 ul.pagination li{ font-size:14px; cursor:pointer;
margin:0; padding:0 5px;   display:inline-block; color:#595757;}
.ive_1 ul.pagination li.active span{
background-color:#2884d7; color:#fff; display:inline-block; padding-left:10px; padding-right:10px;}
.ive_1 ul.pagination li.active span.prev,.ive_1 ul.pagination li.active span.next{
background:none; color:#595757; display:inline; padding-left:0; padding-right:0}
.ive_1_4{
background-color:#f4f4f4; border:1px #e0e0e0 solid; margin-top:15px; margin-bottom:15px;}
.ive_1_4_loading{
background-position:center; background-repeat:no-repeat; background-image:url(../images/inve/loading.gif);}
.tj_gg{
padding-left:15px; padding-right:15px;}
.tj_gg_mid{
width:100%; display:block; clear:both;}
.tj_gg_mid dl,.tj_gg_mid dl dd{
margin:0; padding:0;}
.tj_gg_mid dl dd{ margin-bottom:15px;
float:left; width:168px; margin-right:32px;}
.tj_gg_mid dl dd:nth-child(5n){
margin-right:0;}
.tj_gg_mid_2{ display:none;
text-align:center;}
.tj_gg_mid_2 span{
display:inline-block; width:107px; height:20px; background-position:center; background-repeat:no-repeat; background-image:url(../images/inve/img3.jpg);}
.tj_gg_mid_name{
text-align:center; font-size:11px; margin-top:2px; margin-bottom:2px;}
.jl_1 dl,.jl_1 dl dd{
margin:0; padding:0;}
.jl_1_1{ padding-right:75px; cursor:pointer;
position:relative; background-color:#eeeeee; padding-left:15px; font-size:14px; color:#575757; padding-top:10px; padding-bottom:10px;}
.jl_1_1 span{
position:absolute; right:15px; top:15px;}
.jl_1_2{ position:relative; display:none;
padding:10px 15px; font-size:14px; padding-left:42px;}
.jl_1 dl dd.on .jl_1_2{
display:block;}
.jl_1_2_left{ font-size:15.97px;
position:absolute; left:15px; top:10px;}
.jl_1 dl dd{
margin-bottom:5px;}
.jl_1{
margin-top:10px;}
.jl_2{
padding:0 15px; padding-bottom:15px; padding-top:5px;}
.jl_2_2 a{
font-size:17.97px; color:#2e87d8; text-decoration:underline}
.tzz_contact{ overflow:hidden;
display:block; clear:both; padding:10px 15px; padding-top:28px;}
.tzz_contact_left{
float:left; width:480px;}
.tzz_contact_right{
float:right; text-align:center; font-size:11.98px; color:#353535;}
.tzz_contact_left_1{ font-weight:bold;
font-size:22px; color:#2181d8; border-bottom:2px #e4e4e4 solid; padding-bottom:10px;}
.tzz_contact_left_2{ margin-top:22px; line-height:28px;
font-size:16px; color:#353535;}
.sto_1{
margin:0 auto; width:669px; border-left:1px #ddd solid;}
.sto_2{
margin:0 auto; width:670px;}
.sto_2 img{
width:100%;}
.sto_1_1{ padding-bottom:15px; margin-left:auto; margin-right:auto; width:670px;
font-size:16px; color:#2e87d8; border-bottom:2px #2e87d8 solid; margin-bottom:25px;}
.sto_1_1 span{
font-size:28px;}
.sto_left{ background-color:#fafafa; padding:50px 35px;
float:left; width:670px;}
.sto_right{
position:absolute; right:0; top:0; width:367px; height:100%; background-position:left center; background-repeat:no-repeat; background-size:cover; background-image:url(../images/inve/img8.jpg);}
.footer_pro .pat_list_2{
display:none}
.footer_pro_on .pat_list_2{
display:block}
.pspp{ padding-right:20px; font-size:15px; font-weight:normal;
display:inline-block; background-position:right center; background-repeat:no-repeat; background-image:url(../images/inve/img9.png);}
.pat_list ul li:nth-child(1) .pspp{
font-size:16px; font-weight:bold;}
.footer_pro_on .pspp{
background-image:url(../images/inve/img10.png);}
.video_img{
position:relative; margin-bottom:15px;}
.video_img span{
position:absolute; width:94px; height:94px; left:50%; top:50%; z-index:10; margin-top:-47px; margin-left:-47px; background-image:url(../images/pro/img9.png); background-position:center; background-repeat:no-repeat;}
.wx_1{
font-size:16px; color:#0080cb; font-weight:bold; padding-bottom:8px; margin-top:15px; border-bottom:2px #666666 solid;}
.wx_2 dl dd a:hover{ color:#0080cb;}
.wx_2 dl,.wx_2 dl dd{
margin:0; padding:0;}
.wx_2 dl dd a{
font-family:Arial, Helvetica, sans-serif;}
.wx_2 dl dd{
border-bottom:1px #666 dashed; padding:6px 0px;}
.wx_2 dl dd:last-child{
border-bottom:2px #666 solid;}
.tl{
text-indent:2em;}
.page span{
margin:0 2px;}
select::-ms-expand { display: none; }
.new_team_mid_mid_1{
overflow:hidden; position:relative; z-index:1000;}
.new_team_mid_mid_1 img{
width:100%;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.new_team_mid_mid:hover .new_team_mid_mid_1 img{
transform: scale(1.08, 1.08);
}
#indexbanner .btns{
position:absolute; left:0; bottom:70px; width:100%; z-index:100; text-align:center;}
#indexbanner .btns a {
                    overflow: hidden;
                    display: inline-block;
                    margin-right: 6px;
                    width: 9px;
                    height: 9px;
                    background-image: url(../images/slide-btn.png);
                }

                   #indexbanner .btns a:hover, #indexbanner .btns a.current {
                        background-image: url(../images/slide-btn-hover.png);
                    }

.cam_3 .new_team_mid{ height:267px;
position:relative; width:100%; overflow:hidden;}
.cam_3 .new_team_mid ul{ /*height:100%;
position:absolute; left:0; top:0; width:auto;*/}
.cam_3_btn{  width: 38px;height: 38px;  text-align: center;color: #fff;font-size: 25px;cursor: pointer; font-family:Arial, Helvetica, sans-serif; }
.cam_3_btn_left{position: absolute;left: -45px;top: 110px;background-position:center; background-repeat:no-repeat; background-image:url(../images/left.png);}
.cam_3_btn_left:hover{
background-image:url(../images/lefton.png);}
.cam_3_btn_right{position: absolute;right: -45px;top:110px;background-position:center; background-repeat:no-repeat; background-image:url(../images/right.png);}
.cam_3_btn_right:hover{
background-image:url(../images/righton.png);}
.cam_3{
position:relative} 
.culbg{ overflow:hidden;
background-image:url(../images/bgc.jpg); background-position:center; background-repeat:no-repeat; background-size:cover;}

.jobs_1 table td{
word-wrap:break-word;word-break:break-all;}
.jobs_1 table td:nth-child(5){
width:170px;}
.jobs_1 table td:nth-child(4){
width:200px;}
.jobs_1 table td:nth-child(3){
width:80px;}
.jobs_1 table td:nth-child(6){
width:43px;}

.xinde_ck span:nth-child(4){
margin-left:430px;}
.xinde_ck2 span:nth-child(4){
margin-left:230px;}
.proj_3_mid_right{display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    text-align: justify;}
.proj_3_mid_right:after{
    content: '';
    width: 100%;
     
  }	
.proj_3_mid_right_2{
 
} 
.ys_li{ padding-bottom:12px; position:relative; z-index:100000; margin-bottom:8px;
background-image:url(../images/img21.png); background-position:center bottom; background-repeat:no-repeat;}
.xd_ys{ overflow:hidden;
border:1px #d7d7d7 solid; padding:10px; background-color:#fff;}
.xd_ys table{
width:100%;}
.xd_ys table td{
vertical-align:middle; padding:15px 10px;}
.xd_ys table td:nth-child(1){
width:300px; background-color:#f2f2f2; text-align:center; color:#2c2c2c; line-height:32px; font-size:18px; font-weight:bold;}
.xd_ys table td:nth-child(2){
color:#282828; font-size:14px; line-height:28px;}
/**************20191119********************/
.new_team_mid_top{
display:block; width:100%; clear:both}
.new_team_mid_top_left{
float:left; width:342px;}
.new_team_mid_top_right{
float:right; width:645px}
/**********20191120************/
.new_projects_1{
clear:both; width:100%;}
.new_projects_1 ul li{ background-position:right center; background-repeat:repeat-y; background-image:url(../images/bw.jpg);
float:left; font-size:17.97px; color:#fff; background-color:#818181; line-height:40px;}
.new_projects_1 ul li:nth-child(1){
width:280px; text-align:center}
.new_projects_1 ul li:nth-child(2){
width:145px; text-align:center}
.new_projects_1 ul li:nth-child(3){
width:65px; text-align:center}
.new_projects_1 ul li:nth-child(4){
width:55px; text-align:center}
.new_projects_1 ul li:nth-child(5){
width:115px; text-align:center}
.new_projects_1 ul li:nth-child(6){
width:130px; text-align:center}
.new_projects_1 ul li:nth-child(7){
width:130px; text-align:center}
.new_projects_1 ul li:nth-child(8){
width:80px; text-align:center; background-image:none}
.new_projects_2{ overflow:hidden;
width:100%; clear:both;}
.new_projects_2 ul li{ overflow:hidden; margin-top:5px; 
width:100%; display:block;  font-size:15.97px; cursor:pointer; }
.new_projects_2 ul li .new_projects_2_left{
width:270px; padding:0 5px; float:left; position:absolute; left:0; top:0; height:100%;}
.new_projects_2 ul li .new_projects_2_mid{margin-left:280px;
width:135px; padding:0 5px; float:left;}
.new_projects_2_name{ position:relative;color:#3e3a39;padding:10px 0px;
clear:both; width:100%; overflow:hidden;background-color:#eee;}
.new_projects_2 ul li .new_projects_2_right{
width:575px; position:absolute; right:0; top:0; height:100%;   float:left;}
.new_projects_2 ul li .new_projects_2_right span{ display:block;
position:absolute; left:0; height:26px; top:50%; margin-top:-13px; background-position:right center; background-repeat:no-repeat; background-image:url(../images/bw2.png);}
.new_projects_content{ background-color:#fff; background-position:center 5px; background-repeat:no-repeat; background-image:url(../images/bw3.jpg);
width:100%; padding-top:32px; padding-bottom:10px; overflow:hidden; display:none}
.new_projects_content_left{ 
float:left; width:140px; font-weight:bold;color:#0081cc;}
.new_projects_content_right{
float:right; width:828px;}
.new_projects_2 ul li.on .new_projects_content{
display:block}
.cell_mid{ display: table; height:100%; width:100%; }
.cell_h{ height:100%;display: table-cell; vertical-align: middle; }
.report .l a{
line-height:auto;padding-top:10px; padding-bottom:10px;height:auto}


