/* introduce */

.introduce-box {
    margin-bottom: 3em;
}

.banner-box img {
    width: 100%;
    height: 9.3em;
    max-width: 100%;
}

.testImg-box {
    text-align: center;
    margin-top: 1.875em;
}

.testImg-tit {
    font-size: 1.5em;
    color: #333333;
    /* lighting-color: 2.5em; */
}

.testImg-titEn {
    color: #dcdee5;
    font-size: 1.312em;
    /* line-height: 2.25em; */
    font-family: arial;
    font-weight: bold;
    margin-bottom: 0.625em;
    text-transform: uppercase;
}

.testImg-mainTit {
    font-size: 1.312em;
    color: #003a8b;
    /* line-height: 2.25em; */
    margin: 0.625em 0;
    margin-top: 0;
}

.testImg-doc {
    font-size: 1em;
    color: #333333;
    line-height: 1.875em;
    text-align: left;
}

.testImg-doc p {
    margin-bottom: 0.687em;
}

.testImg-img {
    position: relative;
    margin: 1.7em 6% 5.75em 1.437em;
}

.testImg-img img {
    width: 100%;
    position: relative;
    z-index: 5;
}

.img-border {
    width: 114%;
    height: 100%;
    display: block;
    border: solid 2px #2795e8;
    position: absolute;
    right: -7%;
    top: 13.2%;
    z-index: 1;
}

.intr-list ul {
    width: 100%;
    overflow: hidden;
}

.intr-list li {
    width: 50%;
    float: left;
    padding: 25px 22px;
    position: relative;
    background-color: #f8f8f8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset -2px 0px 8px -5px rgba(0, 0, 0, 0.2);
}

.intr-list li:nth-child(2) {
    background-color: #ffffff;
    box-shadow: transparent;
}

.intr-list li:nth-child(3) {
    background-color: #ffffff;
    box-shadow: transparent;
}

.icon-box {
    text-align: center;
}

.icon-box img {
    width: 100%;
    max-width: 7.25em;
}

.inner .ind-title {
    font-size: 1.187em;
    color: #000000;
    text-align: center;
    line-height: 2.25em;
    border-bottom: 1px solid #dcdcdc;
    padding: 0.35em 0;
}

.inner .ind-desc {
    font-size: 0.937em;
    color: #333333;
    text-align: center;
    line-height: 1.875em;
    padding-top: 0.937em;
    height: 6.5em;
    overflow: hidden;
}


/* development */

.development-box {
    background-color: #f8f8f8;
    padding-bottom: 0.875em;
}

.tabul {
    overflow: hidden;
    margin: 1.75em 0;
    width: 100%;
}

.tabul a {
    float: left;
    width: 50%;
    text-align: center;
    display: block;
    height: 2.5em;
    line-height: 2.5em;
    font-size: 1.125em;
    cursor: pointer;
    background-color: #e6e6e6;
    color: #333333;
}

.tabul .line {
    width: 1.5em;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #2795e8;
    margin: -3px 10px 0 0;
}

.tabul a.on {
    background-color: #003a8b;
    color: #fff;
    transition: all 0.5s;
}

.tabul a.on .line {
    background: #fff;
}

.time-axis {
    margin-bottom: 1.875em;
    display: none;
}

.time-axis.on {
    display: block;
}

.time-axis ul li {
    position: relative;
    background: url(../images/now-line.png) repeat-y 0.75em center;
    background-size: 1px;
}

.time-axis ul li:last-child {
    padding-bottom: 4em;
}

.time-axis .now-year {
    background: url(../images/now-line.png) no-repeat 0.75em 2.5em;
    background-size: 1px;
}

.year-box {
    padding-left: 2.75em;
    position: relative
}

.dot {
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../images/shixy.png) no-repeat center center;
    width: 2.182em;
    height: 1.562em;
    background-size: contain;
    margin-top: -0.781em;
    margin-left: 0.3em;
}

.year-now .point {
    width: 7.187em;
    height: 5.2em;
    display: block;
    background-color: #fff;
    border: 1px solid #00acdc;
    border-radius: 50%;
    position: relative;
    margin-left: -0.3em;
    overflow: hidden;
}

.point {
    width: 7.187em;
    height: 4.2em;
    display: block;
    background-color: #fff;
    border: 1px solid #00acdc;
    border-radius: 50%;
    position: relative;
    margin-left: -0.3em;
}

.year-now .point-inner {
    background: url(../images/ww.png) no-repeat center center;
    background-size: cover;
    /* width: 6.25em;
    height: 4.375em; */
    width: 88px;
    height: 61px;
    /* border-top-left-radius: 999px; */
    /* 左上角 */
    /* border-top-right-radius: 999px; */
    /* 右上角 */
    /* border-bottom-right-radius: 999px; */
    /* 右下角 */
    /* border-bottom-left-radius: 999px; */
    /* 左下角 */
    /* -webkit-border-image: url(../images/date-bg.png) 20/50px 67px 30px 10px repeat stretch;
    -moz-border-image: url(../images/date-bg.png) 20/50px 67px 30px 10px repeat stretch;
    -o-border-image: url(../images/date-bg.png) 20/50px 67px 30px 10px repeat stretch;
    border-image: url(../images/date-bg.png) 20/50px 67px 30px 10px repeat stretch; */
    border-radius: 50%;
    margin-top: 4.5px;
    margin-left: 5.2px;
    overflow: hidden;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    /* background-clip: padding-box; */
}

.point-inner .inner-year i {
    font-size: 0.875em;
    /* display: block; */
    text-align: center;
    font-style: normal;
}

.point-inner {
    background: none;
    /* background-size: auto; */
    background-color: #00acdc;
    width: 6.25em;
    height: 3.437em;
    border-radius: 50%;
    margin-top: 4px;
    margin-left: 5.5px;
}


/* .point-inner img {
    width: 6.25em;
    height: 4.375em;
    border-radius: 50%;
    margin-top: 5px;
    margin-left: 6px;
} */

.year-now .inner-year {
    position: absolute;
    top: 32%;
    left: 21%;
    font-size: 1.312em;
    color: #003a8b;
}

.inner-year {
    position: absolute;
    top: 30%;
    left: 20%;
    font-size: 1.312em;
    color: #ffffff;
}

.cont-box {
    padding-left: 3.2em;
    padding-top: 1.5em;
}

.cont-box:last-child {
    padding-bottom: 1.5em;
}

.cont-box .date {
    color: #000000;
    font-size: 1.062em;
}

.cont-box .word {
    font-size: 0.937em;
    color: #666666;
}

.date-retutop {
    background: url(../images/topes.png) no-repeat center bottom;
    width: 12.812em;
    height: 3.125em;
    background-size: contain;
    margin-left: 2.1%;
    margin-top: -1.65em;
    position: relative;
    z-index: 10;
}


/* honor */

.honor-box .honor-list {
    margin-top: 2.5em;
    margin-bottom: 2.7em;
}

.honor-box .honor-list ul li {
    /* float: left; */
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* margin: 0 1% 0; */
    margin-bottom: 2.125em;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.honor-box .honor-list ul li:last-child {
    margin-bottom: 1.8em;
}

.honor-list .honor-img img {
    width: 100%;
    max-width: 100%;
    /* background-color: #e6e6e6; */
    /* background-size: contain; */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* height: 18.75em; */
    /* overflow: hidden; */
}

.honor-list ul li span {
    display: block;
    height: 3.625em;
    line-height: 3.625em;
    font-size: 1em;
    color: #333333;
    text-align: left;
    background-color: #fafafa;
    text-align: center;
    overflow: hidden;
}

.load-more {
    display: block;
    color: #2795e8;
    font-size: 1em;
    border: 1px solid #2795e8;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 30px;
    max-width: 13.125em;
    text-align: center;
    margin: 0 auto;
}

.load-more img {
    margin-left: 7px;
    width: 1.25em;
    margin-top: -2px;
}

.hr_house-box .mCSB_scrollTools .mCSB_draggerContainer {
    left: 10px;
}


/* culture */

.culture-item.on {
    display: block;
}

.culture-item {
    display: none;
}

.culture-box {
    padding-bottom: 1.6em;
}

.section1-box {
    width: 100%;
    padding-bottom: 1.562em;
}

.section1-box .top-img img {
    width: 100%;
    max-width: 100%;
}

.section1-box .bottom-info {
    width: 100%;
    margin: 0.625em 0;
    margin-top: 1em;
}

.section1-box .bottom-info h3 {
    font-size: 1.625em;
    color: #1a1a1a;
    margin-bottom: 0.312em;
}

.section1-box .bottom-info .tit {
    font-size: 1.312em;
    color: #666666;
}

.section1-box .bottom-info .tit span {
    color: #2795e8;
}

.section1-box .bottom-info .doc {
    font-size: 1em;
    line-height: 1.875em;
    color: #666666;
    margin-top: 0.2em;
}

.cult-four-list {
    overflow: hidden;
    padding-bottom: 1.25em;
}

.cult-four-list li {
    width: 50%;
    float: left;
    overflow: hidden;
    padding-bottom: 0.937em;
}

.cult-four-list .icon-box {
    width: 50%;
    max-width: 7.875em;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.cult-four-list .icon-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.cult-four-list .icon-box .icon {
    position: absolute;
    left: 0;
    top: 0
}

.cult-four-list .desc-box {
    max-width: 8em;
    /* font-size: 0.875em; */
    line-height: 1.375em;
    color: #666;
    padding-top: 5%;
    height: 6em;
    margin: 0 auto;
    text-align: center;
}

.cult-four-list .desc-box span {
    line-height: 1.575em;
    font-size: 0.875em;
}

.cult-four-list .desc-box h6 {
    display: block;
    font-size: 1.125em;
    line-height: 1.375em;
    color: #1a1a1a;
    margin-bottom: 0.5em;
}

.global-sec-box {
    overflow: hidden;
    margin-bottom: 1.25em;
    width: 100%;
    background: #f5f5f5;
}

.global-sec-box .top-img {
    width: 100%;
    background-color: #fff;
    position: relative;
}

.global-sec-box .top-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.global-sec-box .bottom-info {
    width: 100%;
    padding: 1.25em 5%;
}

.global-sec-box h3 {
    font-size: 1.375em;
    line-height: 1.75em;
    color: #333333;
    margin-bottom: 0.5em;
}

.global-sec-box .doc {
    line-height: 1.625em;
    font-size: 0.875em;
    color: #666666;
    overflow: hidden;
}


/* hr_logistics/hr_info */

.hr_logistics-box .testImg-box {
    padding-bottom: 1.875em;
}

.testImg-img.logistics {
    margin: 0;
}

.global-sec2 h3 {
    font-size: 1.187em;
    color: #000000;
    line-height: 2.187em;
    padding-bottom: 0.312em;
    border-bottom: 2px solid #be191f;
    text-align: center;
}

.global-sec2 .doc-des {
    margin-top: 0.937em;
    line-height: 1.387em;
    color: #333333;
    font-size: 1em;
}

.global-sec2 .doc-des2 {
    color: #be191f;
    font-size: 1em;
    line-height: 1.387em;
    margin-top: 1.25em;
    margin-bottom: 2.187em;
}

.swper-lunb {
    margin-bottom: 3em;
}

.swper-lunb .swiper-slide {
    background-size: cover;
    width: 100%;
    /* height: 100%; */
    z-index: 99;
}

.swper-lunb .linb-img .img-bgs img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.img-bgs {
    /* background: url(../images/bg-1.png) no-repeat center top; */
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    max-width: 100%;
    /* height: 100%; */
    z-index: 999;
}

.linb-img {
    position: relative;
}

.swper-lunb .linb-img {
    width: 100%;
    max-width: 100%;
    height: 20em;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.linb-text {
    background-color: #f8f8f8;
    padding: 0 1.25em 2.5em 1.25em;
    text-align: center;
}

.linb-tit {
    font-size: 1.5em;
    color: #000000;
    line-height: 2.187em;
}

.swper-lunb .linb-tit img {
    width: 100%;
    max-width: 4em;
    display: inline-block;
    margin-right: 7px;
    height: auto;
}

.linb-doc {
    font-size: 1em;
    color: #666666;
    line-height: 2.187em;
}

.button-next {
    background: url(../images/right-icon.png) no-repeat center left;
    position: absolute;
    top: 30%;
    left: 0;
    width: 3.937em;
    height: 3.937em;
    z-index: 100;
    background-size: 65%;
}

.button-prev {
    background: url(../images/left-icon.png) no-repeat center right;
    position: absolute;
    top: 30%;
    right: 0;
    width: 3.937em;
    height: 3.937em;
    z-index: 100;
    background-size: 65%;
}

.global-sec-box {
    overflow: hidden;
    margin-bottom: 1.25em;
    width: 100%;
    background: #f5f5f5;
}

.global-sec-box .top-img img {
    width: 100%;
    max-width: 100%;
}

.hshow .swiper-slide {
    text-align: center;
    width: 50%;
    padding: 0 0.875em;
    margin-bottom: 3.75em;
}

.global-sec-box.global-sec5 .hshow .hshow-tit {
    height: 3em;
    display: block;
    text-align: center;
    color: #666666;
    font-size: 0.875em;
    line-height: 1.5em;
    margin-top: 0.5em;
    padding: 0 0.625em;
    overflow: hidden;
}

.hshow .swiper-pagination {
    bottom: 1.562em;
}

.hshow .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #13a15b;
    border-radius: 50%;
    background-color: #f8f8f8;
}

.hshow .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #13a15b;
}

.global-sec6 .top-img {
    border: 1px solid #dddddd;
}

.hr_info-box {
    padding-bottom: 1.5em;
}

.hr_info-box .global-sec2 h3 {
    border-bottom: 2px solid #069c52;
}

.hr_info-box .global-sec2 .doc-des2 {
    color: #069c52;
}

.testImg-img.info {
    margin: 0;
    padding-bottom: 1.875em;
}


/* hr_house */

.hr_house-box {
    margin-bottom: 1.875em;
}

.hr_house-box .testImg-box {
    padding-bottom: 1.875em;
}

.testImg-img.logistics {
    margin: 0;
}

.hr_house-box .global-sec2 h3 {
    border-bottom: 2px solid #d38f0a;
}

.hr_house-box .global-sec2 .doc-des2 {
    color: #d38f0a;
}

.top-img img {
    width: 100%;
    max-width: 100%;
}

.house-lunb .right-doc {
    width: 100%;
    padding: 0 5%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.house-lunb .right-doc h3 {
    font-size: 1.375em;
    color: #1a1a1a;
    text-align: center;
}

.house-lunb .right-doc .doc {
    font-size: 0.875em;
    color: #808080;
    line-height: 1.625em;
    margin-top: 1.437em;
    height: 20em;
    overflow: hidden;
}

.house-lunb .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #808080;
}

.house-lunb .right-doc a.more {
    width: 7.5em;
    height: 2.25em;
    display: block;
    margin: 0 auto;
    text-align: center;
    line-height: 2.25em;
    color: #666666;
    font-size: 0.875em;
    margin-top: 1.25em;
    border: 1px solid #d28e12;
    border-radius: 30px;
}

.house-lunb .swiper-wrapper {
    margin-bottom: 3.125em;
}

.house-lunb .swiper-button-next {
    width: 3.75em;
    height: 1.5em;
    display: inline-block;
    cursor: pointer;
    margin-left: 1.875em;
    background: url(../images/fc-right.png) no-repeat center center;
    right: 5.312em;
}

.house-lunb .swiper-button-prev {
    width: 3.75em;
    height: 1.5em;
    display: inline-block;
    cursor: pointer;
    margin-left: 1.875em;
    background: url(../images/fc-left.png) no-repeat center center;
    left: 3.625em;
}

.swiper-button-next,
.swiper-button-prev {
    top: 98.5%;
}

.house-lunb .swiper-pagination-current {
    color: #d28e12;
}


/* houseDedail */

.houseDedail-box {
    margin-bottom: 2.5em;
}

.house-deda-top {
    margin-top: 1.562em;
    margin-bottom: 1.875em;
}

.house-deda-tit {
    font-size: 1.75em;
    color: #1a1a1a;
}

.house-deda-top .houseDeda-doc-img {
    width: 100%;
    overflow: hidden;
    margin-top: 0.625em;
}

.house-deda-top .houseDeda-doc {
    width: 100%;
    font-size: 0.875em;
    color: #666666;
    line-height: 1.625em;
    overflow: hidden;
}

.house-deda-top .houseDeda-doc p {
    margin-top: 0.625em;
}

.house-deda-top .houseDeda-img {
    width: 100%;
    margin-top: 1.25em;
}

.house-deda-top .houseDeda-img img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.sec-item1 .top-img {
    border: 1px solid #dddddd;
}

.houseDade-lunb .swiper-slide {
    padding: 1.562em 1.875em;
}

.houseDade-lunb .swiper-slide img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.houseDade-lunb .nexts {
    position: absolute;
    right: 0.375em;
    top: 0;
    background: url(../images/house_arr2.png) no-repeat center center;
    width: 1.25em;
    height: 1.875em;
    top: 50%;
    margin-top: -1.25em;
    cursor: pointer;
    z-index: 100;
}

.houseDade-lunb .prevs {
    position: absolute;
    left: 0.375em;
    top: 0;
    background: url(../images/house_arr.png) no-repeat center center;
    width: 1.25em;
    height: 1.875em;
    top: 50%;
    margin-top: -1.25em;
    cursor: pointer;
    z-index: 100;
}

.houseDade-lunb .swiper-pagination {
    bottom: 0;
}

.backlist {
    margin-top: 20px;
    text-align: center;
    width: 182px;
    line-height: 48px;
    height: 50px;
    background: url(../images/backtolist.png) no-repeat center center;
    background-size: 80%;
    margin-bottom: 80px;
    display: block;
    /* float: right; */
    font-size: 1em;
    margin: 0 auto;
    color: #333333;
}


/* news */

.news-box {
    background-color: #f6f6f6;
    padding-bottom: 2.7em;
}

.headline-news {
    padding: 1.562em 0;
}

.headline-news-img {
    width: 100%;
    position: relative;
}

.headline-news-img img {
    width: 100%;
    max-width: 100%;
}

.headline-news-date {
    border: 1px solid #2795e8;
    display: block;
    height: 5.2em;
    width: 5.2em;
    background-color: #2795e8;
    line-height: 2.25em;
    color: #fff;
    text-align: center;
    font-size: 0.875em;
    position: absolute;
    top: 0;
    left: 0;
}

.headline-news-date span {
    font-size: 1.75em;
    display: block;
    text-align: center;
}

.headline-news-tit {
    font-size: 1.187em;
    color: #000000;
    line-height: 1.6em;
    max-height: 3.25em;
    overflow: hidden;
}

.headline-news-doc {
    width: 100%;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.652em;
    color: #666666;
    margin-top: 0.55em;
}

.news-main {
    padding: 1.687em 0;
    overflow: hidden;
    border-bottom: 6px solid #2795e8;
    padding-top: 0.812em;
}

.news-list {
    margin-bottom: 1.437em;
    margin-top: 0.813em;
}

.news-list li {
    width: 100%;
    background-color: #ffffff;
    padding: 0.937em 1.062em;
    margin-bottom: 1.125em;
}

.news-item {
    width: 100%;
}

.news-item-tit {
    font-size: 1.062em;
    color: #333333;
    line-height: 1.625em;
    min-height: 2.187em;
    max-height: 3.5em;
    overflow: hidden;
}

.news-item .detail {
    font-size: 0.875em;
    color: #999999;
    line-height: 1.5em;
    height: 2.75em;
    overflow: hidden;
}

.new-group {
    overflow: hidden;
    margin-top: 0.875em;
}

.new-arrow {
    float: left;
}

.new-arrow img {
    width: 0.875em;
}

.new-right-date {
    font-size: 0.875em;
    color: #666666;
    float: right;
}


/* news_detail */

.news-detail-box .news-tit {
    border-bottom: 1px dashed #e6e6e6;
    margin-top: 0.875em;
}

.news-detail-box .right-news {
    width: 100%;
}

.news-detail-box .right-news h3 {
    font-size: 1.5em;
    color: #1a1a1a;
    line-height: 1.52em;
    padding-right: 0.625em;
    margin-top: 0.5em;
    text-align: center;
}

.news-detail-box .right-news .detail {
    font-size: 0.875em;
    color: #808080;
    line-height: 1.375em;
    margin-top: 0.5em;
    height: 2.625em;
    overflow: hidden;
    text-align: center;
}

.news-detail-box .right-news .detail span {
    color: #808080;
    font-size: 0.875em;
    margin-right: 1.125em;
    display: inline-block;
}

.news-detail-box .right-news .detail i {
    color: #808080;
    font-size: 0.875em;
    font-style: normal;
    display: inline-block;
    margin-left: 0.312em;
}

.news-det-doc {
    font-size: 1em;
    line-height: 1.875em;
    color: #333333;
    padding-top: 0.875em;
}

.news-det-doc img {
    width: 100%;
    max-width: 100%;
}

.news-detail-box .backlist {
    margin-top: 0.625em;
    margin-bottom: 1.25em;
}

.news-page {
    border-top: 1px solid #cccccc;
    margin-top: 2.6em;
    margin-bottom: 1.25em;
}

.news-page .page-prev {
    height: 3.125em;
    line-height: 3.125em;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    /* margin-top: ; */
}

.news-page .page-next {
    height: 3.125em;
    line-height: 3.125em;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #e6e6e6;
    /* margin-top: ; */
}

.news-page .page-prev span {
    /* background: url(../images/backlistarr.png) no-repeat left 5px; */
    /* padding-left: 1.875em; */
    color: #333333;
}

.news-page b {
    color: #808080;
    font-size: 1em;
    font-weight: normal;
}

.news-page i {
    float: right;
    font-style: normal;
    color: #808080;
}

.news-page .page-next span {
    /* background: url(../images/backlistarr2.png) no-repeat left 5px; */
    /* padding-left: 1.875em; */
    color: #333333;
}


/* news2 */

.news2-box {
    padding-top: 1.813em;
    background-color: #f6f6f6;
    padding-bottom: 2.7em;
}


/* multimedia */

.multimedia-box {
    padding-top: 1.813em;
    background-color: #f6f6f6;
    padding-bottom: 2.7em;
    min-height: 3em;
}

.video-li {
    margin-bottom: 1.35em;
}

.video-list .video-top {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-size: cover;
}

.video-list .video-top img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.video-list .video-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.video-list .video-play-btn {
    position: absolute;
    left: 50%;
    bottom: 50%;
    background-image: url(../images/media_play_btn2.png);
    background-size: contain;
    width: 2.812em;
    height: 2.812em;
    margin: 0 0 -1.687em -1.687em;
}

.video-list .video-des {
    color: #333333;
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 0.875em;
    /* height: 43em; */
    overflow: hidden;
    text-align: center;
}


/* career */

.career-box {
    margin-bottom: 2.85em;
}

.career-box .testImg-box {
    margin-bottom: 2.5em;
}

.carrer-sec-bd {
    margin-bottom: 0.625em;
}

.career-sec-box .image-box img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.carrer-sec-title {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: solid 2px #2795e8;
    font-size: 1.375em;
    line-height: 1.7em;
    color: #1a1a1a;
    margin-bottom: 0.937em;
    padding: 0.437em 0;
    margin-top: 0.3em;
}

.carrer-sec-title .mark {
    color: #999;
    padding: 0;
    background-color: #ffffff;
    display: block;
}

.carrer-sec-doc {
    overflow: hidden;
    font-size: 0.875em;
    line-height: 1.625em;
    color: #666;
}

.career-lunb-tit {
    color: #ef7152;
    font-size: 1.5em;
    line-height: 2.25em;
    text-align: center;
    background-color: #f6f6f6;
}

.career-lunb-img {
    padding-top: 0.937em;
}

.career-lunb-img img {
    width: 100%;
    max-width: 100%;
}

.career-lunb-doc {
    font-size: 1em;
    color: #666666;
    line-height: 1.562em;
    background-color: #f6f6f6;
    padding: 0.937em 0.625em;
}

.btn-prev {
    background: url(../images/left-icon.png) no-repeat center right;
    position: absolute;
    top: 20%;
    right: 0;
    width: 3.937em;
    height: 3.937em;
    z-index: 100;
    background-size: 50%;
}

.btn-next {
    background: url(../images/right-icon.png) no-repeat center left;
    position: absolute;
    top: 20%;
    left: 0;
    width: 3.937em;
    height: 3.937em;
    z-index: 100;
    background-size: 50%;
}


/* recruit_info */

.hr-list-wrp {
    width: 100%;
    overflow: hidden;
    margin: 2em 0;
    margin-top: 2.2em;
}

.recruit_info-box .testImg-img.logistics {
    margin-top: 0.5em;
}

.hr-list-hd {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    padding-bottom: 0.625em;
    margin-bottom: 1.125em;
}

.hr-list-hd .title {
    float: left;
    font-size: 1.375em;
    line-height: 1.375em;
    color: #1a1a1a;
}

.hr-list-hd .title img {
    height: 1em;
    margin: -3px 5px 0 0;
    vertical-align: middle;
}

.hr-list-box {
    width: 100%;
    overflow: hidden;
}

.hr-list-box li {
    width: 100%;
    float: left;
    font-size: 1em;
    line-height: 1.562em;
    color: #333333;
    margin-bottom: 0.625em;
}

.hr-list-box .point {
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #2795e8;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    margin: 0 0.625em 0 0;
}

.hr-list-box a {
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    padding-bottom: 2px;
    margin-right: 1.25em;
    position: relative;
}


/*  recruitDedail */

.recruitDedail-box {
    background-color: #f8f8f8;
    padding-top: 1.562em;
    padding-bottom: 2.5em;
}

.hr-det-wrp {
    width: 100%;
    /* max-width: 990px; */
    overflow: hidden;
    margin: 0 auto;
    /* padding: 25px 0 100px; */
    background-color: #ffffff;
    padding: 1.875em 1.25em;
}

.hr-det-name {
    width: 100%;
    display: block;
    overflow: hidden;
    font-size: 1.187em;
    line-height: 28px;
    color: #003a8b;
    margin-bottom: 0.7em;
    text-align: center;
}

.hr-det-info {
    display: block;
    overflow: hidden;
    font-size: 1em;
    line-height: 1.75em;
    color: #666666;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 0.937em;
}

.hr-det-info .info {
    margin-right: 1%;
    width: 100%;
}

.hr-det-box {
    width: 100%;
    overflow: hidden;
    /* font-size: 0.875em; */
    line-height: 1.625em;
    color: #4c4c4c;
    padding-top: 0.937em;
}

.hr-det-item {
    overflow: hidden;
    margin-bottom: 0.625em;
}

.hr-det-box h5 {
    display: block;
    font-size: 1em;
    line-height: 1.625em;
    color: #010101;
    margin-bottom: 0.5em;
}

.hr-det-tool {
    text-align: center;
    overflow: hidden;
    padding: 1.562em 0 0;
}

.hr-det-item .det {
    color: #666666;
}

.hr-det-tool .btn {
    width: 100%;
    height: 2.85em;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 1em;
    line-height: 2.85em;
    color: #2795e8;
    background: url(../images/btn-hr.png) no-repeat center center;
    padding: 0;
    background-size: 100% 100%;
    padding-top: 2px;
}

.btn-hr-return img {
    width: 1.25em;
    margin-left: 0.312em;
    margin-top: -2px;
}


/* inhr */

.inhr-box {
    margin-top: 1.875em;
    margin-bottom: 2.9em;
}

.inhr-cent li {
    /* float: left; */
    width: 100%;
    margin-right: 2%;
    margin-bottom: 1.8em;
}

.inhr-cent .inhr-top {
    width: 100%;
    position: relative;
}

.inhr-cent .inhr-top img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.inhr-cent .video-mask {
    position: absolute;
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.inhr-cent .inhr-top .video-play-btn {
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: url(../images/inhr.png) no-repeat center center;
    width: 2.812em;
    height: 2.812em;
}

.inhr-cent .inhr-top .video-play-btn2 {
    background: url(../images/inhr2.png) no-repeat center center;
}

.inhr-cent .video-des {
    color: #333333;
    font-size: 1em;
    line-height: 1.5em;
    padding-top: 0.8em;
    /* height: 3.2em; */
    overflow: hidden;
    text-align: center;
}


/* contact */

.contact-box {
    margin-top: 1.875em;
    margin-bottom: 2em;
}

.top-addr {
    margin-bottom: 2.125em;
    overflow: hidden;
}

.top-addr .map-img img {
    width: 100%;
    max-width: 100%;
}

.top-addr .map-doc {
    width: 100%;
    background-color: #f5f5f5;
    padding: 1.875em 1.25em;
}

.top-addr .map-doc h3 {
    font-size: 1.75em;
    color: #1a1a1a;
    margin-bottom: 0.625em;
}

.top-addr .map-doc .address {
    background: url(../images/contact_us2.png) no-repeat left center;
    padding-left: 1.562em;
    height: 1.5em;
    line-height: 1.75em;
    color: #666666;
    margin-bottom: 0.312em;
    background-size: 1.4em;
}

.top-addr .map-doc .phone {
    background: url(../images/contact_us3.png) no-repeat left center;
    padding-left: 1.562em;
    height: 1.5em;
    line-height: 1.75em;
    color: #666666;
    margin-bottom: 0.312em;
    background-size: 1.4em;
}

.contact-list-box li {
    width: 100%;
    font-size: 0.875em;
    line-height: 1.375em;
    color: #666;
    margin-bottom: 1.5em;
}

.contact-list-box .company {
    display: block;
    font-size: 0.875em;
    line-height: 1.5em;
    color: #1a1a1a;
    font-weight: bold;
}

.info-box {
    overflow: hidden;
}

.contact-list-box dl {
    padding-right: 30px;
    margin-top: 5px;
}

.contact-list-box dt {
    float: left;
    white-space: nowrap;
}

.contact-list-box dd {
    display: table-cell;
    vertical-align: top;
    word-break: break-all;
}

.contact-list-box a {
    color: #666;
    text-decoration: underline;
}


/* search */

.search-box {
    margin-top: 1.875em;
    margin-bottom: 2.5em;
}

.inner-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 3.75em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.inner-banner .map-link {
    padding: 0 4%;
}

.inner-banner .map-link a.site-map {
    color: #fff;
    font-size: 1.25em;
    background: none;
    padding-left: 0.312em;
    line-height: 3em;
}

.search-bar {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0.625em;
    position: relative;
    /* padding: 0.3em 2.5em 0.2em 0; */
    border: 1px solid #cdcdcd;
    /* height: 2.4em; */
    /* line-height: 2em; */
    height: 2.5em;
    overflow: hidden;
    background: #fff;
    padding: 0.375em 0em 0.375em 0em;
}

.search-bar input {
    width: 100%;
    height: 100%;
    outline: none;
    /* line-height: 2.375em; */
    font-size: 0.875em;
    color: #333333;
    text-indent: 0.875em;
    padding: 0;
    border: none;
    vertical-align: top;
    /* padding-top: 8px; */
}

.search-bar a.search-input-btn {
    background: url(../images/searchmapbtn.png) no-repeat center center;
    width: 2.5em;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.search-restit {
    border-bottom: 2px solid #2795ea;
    text-align: left;
    font-size: 0.875em;
    color: #808080;
    line-height: 1.75rem;
    padding-bottom: 3px;
}

.search-restit span {
    color: #003a8b;
    font-size: 0.875em;
}

.search-main ul {
    padding-bottom: 24px;
    min-height: 3em;
}

.search-main li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 1.25em;
    margin-top: 1.25em;
}

.search-main li h3 {
    font-size: 1.125em;
    color: #1a1a1a;
    line-height: 1.625em;
    max-height: 3.25em;
    overflow: hidden;
}

.search-main li .doc {
    font-size: 0.875em;
    color: #808080;
    line-height: 1.375em;
    max-height: 2.75em;
    overflow: hidden;
    margin-top: 0.625em;
}

.search-main li .search-date {
    color: #999999;
    font-size: 0.875em;
    margin-top: 0.312em;
    text-align: left;
    padding: 10px 0;
    display: inline-block;
    padding-right: 1em;
}

.search-main li .more-look {
    background: url(../images/search-map-more.png) no-repeat center center;
    width: 6.25em;
    height: 1.875em;
    display: inline-block;
    text-align: center;
    line-height: 1.875em;
    color: #333333;
    font-size: 0.875em;
    margin-left: 1.562em;
    margin: 0 auto;
    background-size: 100%;
}