@charset "UTF-8";

/***** 公共部分 *****/
.inner-box {
    padding: 3.5em 0 4em;
}

.libs-title {
    color: #1a1a1a;
    font-size: 1.8em;
    line-height: 1.2em;
    height: 1.2em;
    text-align: center;
}

/***** 公共部分 *****/


/***** result-box *****/
.result-box .list {
    margin-top: 2.5em;
    min-height: 500px;
}

.result-box .list li {
    height: 140px;
    padding: 32px 20px 30px 4em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
    border-top: 1px solid #f2f2f2;
}

.result-box .list li:last-child {
    border-bottom: 1px solid #f2f2f2;
}

.result-box .list li .time {
    text-align: center;
    float: left;
    font-family: Arial;
    font-style: normal;
}

.result-box .list li .data {
    font-size: 2.4em;
    font-weight: bold;
    color: #333333;
    height: 50px;
    line-height: 50px;
    padding-bottom: 2px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}

.result-box .list li .year {
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    font-weight: bold;
    color: #333333;
}

.result-box .list li a {
    display: block;
    width: 100%;
}

.result-box .list li .txt {
    margin-left: 37px;
    float: left;
    line-height: 30px;
    height: 30px;
    margin-top: 23px;
    font-size: 20px;
    color: #1a1a1a;
    width: 73%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.result-box .list li .info {
    width: 135px;
    height: 40px;
    line-height: 40px;
    float: right;
    border: 1px solid #666666;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin-top: 18px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.result-box .list li .info .icon {
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url(/Img/images/arrow01.png) no-repeat center center;
    background-size: 15px auto;
}

.result-box .list li:hover {
    border-top: 1px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.result-box .list li:hover .txt {
    color: #008ee3;
}

.result-box .list li:hover .info {
    color: #fff;
    border: none;
    background: #b81c22;
}

.result-box .list li:hover .info .icon {
    background: url(/Img/images/arrow01-1.png) no-repeat center center;
    background-size: 15px auto;
}

/***** result-box *****/


/***** talent-box *****/
.talent-box .section {
    position: relative;
    min-height: 300px;
}

.talent-box .section .sec {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
    height: 1px;
}

.talent-box .paty1box {
    margin-top: 2.5em;
    margin-bottom: 4.2em;
}

.talent-box .paty1box .box {
    overflow: hidden;
    position: relative;
}

.talent-box .imgbox {
    width: 50%;
}

.talent-box .imgbox img {
    width: 100%;
    height: 100%;
}

.talent-box .paty1box .txtbox {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
}

.talent-box .paty1box .txtbox1 {
    background-color: #f5f5f5;
    padding: 45px 3em 28px 40px;
    left: 0;
}

.talent-box .paty1box .txt1 {
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    font-size: 18px;
    color: #010101;
}

.talent-box .paty1box .doc {
    margin-top: 30px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.talent-box .paty1box .num-sort {
    position: absolute;
    right: 2%;
    bottom: 0;
    font-size: 100px;
    color: #60abee;
    opacity: 0.1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(10));
    filter: alpha(opacity=(10));
    font-weight: bold;
    font-family: Arial;
}

.talent-box .paty1box .fake-arr {
    display: block;
    position: absolute;
    right: 0%;
    bottom: 0;
    z-index: 3;
    width: 0;
    height: 0;
    border-right: 85px solid #f5f5f5;
    border-top: 85px solid transparent;
}

.talent-box .paty1box .txtbox2 {
    right: 0;
    overflow: hidden;
}

.talent-box .paty1box .txtbox2 .sbox {
    float: left;
    width: 50%;
    height: 100%;
    padding: 2.25em 2.5em 20px 2em;
    position: relative;
}

.talent-box .paty1box .txtbox2 .sbox .doc {
    margin-top: 28px;
}

.talent-box .paty1box .txtbox2 .sbox1 .fake-arr {
    border-right: 75px solid #ffffff;
    border-top: 75px solid transparent;
}

.talent-box .paty1box .txtbox2 .sbox2 {
    background: #f5f5f5;
}

@media screen and (max-width: 1400px) {
    .talent-box .paty1box .num-sort {
        font-size: 90px;
    }

    .talent-box .paty1box .fake-arr {
        border-right: 75px solid #f5f5f5;
        border-top: 75px solid transparent;
    }

    .talent-box .paty1box .txtbox2 .sbox1 .fake-arr {
        border-right: 75px solid #ffffff;
        border-top: 75px solid transparent;
    }

    .talent-box .paty1box .txtbox2 .sbox .doc {
        margin-top: 18px;
    }
}

.talent-box .paty2box {
    margin-top: 2.5em;
}

.talent-box .paty2box .top {
    background: #d9d9d9;
    height: 60px;
    line-height: 60px;
    padding-left: 8%;
    padding-right: 9%;
}

.talent-box .paty2box .ttxt1 {
    font-size: 18px;
    color: #333333;
    float: left;
    width: 31%;
}

.talent-box .paty2box .ttxt1.t2 {
    width: 20%;
}
.talent-box .paty2box .ttxt1.t3 {
    width: 28%;
}

.talent-box .paty2box .ttxt1.t4 {
    text-align: right;
    width: 20%;
    height: 52px;
}

.talent-box .paty2box .list .ttxt1 {
    font-size: 14px;
    color: #333333;
}

.talent-box .paty2box .list li .inner{
    display: block;
    padding-left: 8%;
    padding-right: 9%;
    overflow: hidden;
    line-height: 52px;
    height: 52px;
    border-bottom: 1px solid #ececec;
}

.talent-box .paty2box .list li .add {
    height: 52px;
    width: 20px;
    background: url(/Img/images/add.png) no-repeat center center;
    background-size: 20px auto;
    display: inline-block;
}

.talent-box .paty2box .list li.on .add {
    background: url(/Img/images/add01.png) no-repeat center center;
    background-size: 20px auto;
}

.talent-box .paty2box .list li .bot {
    padding: 37px 8% 33px;
    background: #f7f7f7;
    display: none;
    line-height: 22px;
    color: #333333;
    font-size: 12px;
}

.talent-box .paty2box .box {
    display: table;
    margin-top: 29px;
}
.talent-box .paty2box .box a{
    margin: 0 2px;
}
.talent-box .paty2box .box a:hover{
    color: #008ee3;
}
.talent-box .paty2box .tit {
    color: #008ee3;
    font-size: 14px;
    line-height: 22px;
    height: 22px;
    width: 84px;
}

.talent-box .paty2box .doc {
    line-height: 22px;
    height: 22px;
    color: #333333;
    font-size: 12px;
    display: table-cell;
    vertical-align: top;
}

/***** talent-box *****/

/***** contact-box *****/

.contact-box {
    padding-top: 4em;
    padding-bottom: 0;
  
}

.contact-box .top-box {
    padding-bottom: 48px;
    background: no-repeat center center;
    background-size: cover;
}

.contact-box .top-box .map {
    margin-top: 16px;
    width: 43%;
    height: 45.6em;
    margin-left: 13%;
}

.contact-box .top-box .map img {
    width: 100%;
    height: 100%;
}

.contact-box .top-box .right {
    width: 37%;
}

.contact-box .top-box .it {
    line-height: 60px;
    height: 60px;
    padding-left: 30px;
    padding-right: 20px;
    overflow: hidden;
    display: block;
    width: 100%;
}

.contact-box .top-box .it .txt {
    width: 95%;
    font-size: 18px;
    color: #1a1a1a;
    float: left;
    cursor: pointer;
}

.contact-box .top-box .add {
    width: 20px;
    height: 60px;
    background: url(/Img/images/add02.png) no-repeat center center;
    background-size: 20px auto;
    float: right;
    cursor: pointer;
    display: none;
}

.contact-box .top-box .item.on .add {
    background: url(/Img/images/add02-1.png) no-repeat center center;
    background-size: 20px auto;
}

.contact-box .top-box .bot {
    margin-top: 10px;
    display: none;
    background: #efefef;
    padding: 27px 32px 23px;
    border-bottom: 2px solid #023a8d;
}

.contact-box .top-box .item:nth-child(1) .bot {
    display: block;
}

.contact-box .top-box .box {
    overflow: hidden;
    margin-bottom: 13px;
}

.contact-box .top-box .icon {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 17px;
}

.contact-box .top-box .tit {
    line-height: 21px;
    font-size: 14px;
    color: #333333;
    width: 90%;
    float: left;
}

.contact-box .top-box .tit.tel {
    /* font-size: 16px; */
}

.contact-box .top-box .tit.tel span:nth-child(1) {
    margin-right: 42px;
}

@media screen and (max-width: 1400px) {
    .contact-box .top-box .tit {
        width: 87%;
    }
    .contact-box .top-box .map{
        margin-left: 8%;
        width: 50%;
    }
}

.contact-box .leaving {
    background-color: #ffffff;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 3.75em 0 8.65em;
}

.contact-box .leaving .md-inner {
    background: #fbfbfb;
    padding: 2.45em 0 2.5em;
}

.contact-box .leaving .from {
    margin-top: 24px;
    border-top: 1px dashed #e6e6e6;
    padding-top: 24px;
}

.contact-box .leaving .sm-inner {
    max-width: 1140px;
}

.contact-box .leaving .box {
    margin-bottom: 14px;
}

.contact-box .form-group {
    margin-bottom: 0;
}

.contact-box .leaving .box .phone {
    width: 23.4%;
}

.contact-box .leaving .box .theme {
    margin-right: 2%;
    width: 24%;
}

.contact-box .leaving .box .tel {
    width: 49.2%;
}

.contact-box .control-label {
    color: #333333;
    font-size: 16px;
    line-height: 26px;
    height: 26px;
    margin-bottom: 4px;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    background: #f3f3f3;
    border: none;
    line-height: 50px;
    height: 50px;
}

.contact-box textarea.form-control {
    height: 9em;
}

.contact-box .sbtnbox {
    text-align: center;
    margin-top: 24px;
}

.contact-box .sbtn {
    width: 134px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0 25px;
    cursor: pointer;
}

.contact-box .sbtn:hover {
    opacity: 0.8;
}

.contact-box .imapp-sub {
    background: #b81c22;
}

.contact-box .imapp-reset {
    background: #707070;
}

.form-group-cell {
    position: relative;
}

.form-control:focus {
    border: none;
}

.has-error .help-block,
.help-block {
    color: #b81c22;
    font-size: 14px;
    position: absolute;
    bottom: -30px;
}

.contact-box .leaving .box .theme {
    position: relative;
}

.form-code img {
    width: 4.2em;
    height: 2.5em;
    position: absolute;
    right: -4.8em;
    bottom: 3px;
}

/***** contact-box *****/


/*****structure-box *****/
.structure-box .imgbox {
    margin-top: 2.5em;
}

.structure-box .imgbox img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin-left: 18%;
}

@media screen and (max-width: 1400px) {
    .structure-box .imgbox img {
        margin-left: 17%;
    }
}

@media screen and (max-width: 1366px) {
    .structure-box .imgbox img {
        margin-left:8.5%;
    }
}

@media screen and (max-width: 1280px) {
    .structure-box .imgbox img {
        margin-left: 9%;
    }
}

/***** structure-box *****/

/***** culture-box *****/
.culture-box {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    padding: 3em 0 3.5em;
}

.culture-box .sm-inner {
    max-width: 1190px;
    margin-left: 15%;
}

.culture-box .list {
    margin-top: 2em;
}

.culture-box .list .item {
    overflow: hidden;
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.culture-box .list .bg {
    width: 40%;
    height: 9.75em;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    float: left;
}

.culture-box .list .txtbox {
    float: left;
    width: 57%;
    margin-left: 10px;
}

.culture-box .list .txt1 {
    margin-top: 76px;
    font-size: 24px;
    color: #000000;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.culture-box .list .txt2 {
    margin-top: 11px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    line-height: 24px;
    height: 24px;
}

@media screen and (max-width: 1400px) {
    .culture-box .sm-inner {
        max-width: 1190px;
        margin-left: 0;
        margin: 0 auto;
    }
}

/***** culture-box *****/

/***** affiliated-box *****/
.affiliated-box {
    padding-bottom: 0;
}

.affiliated-box .content {
    margin-top: 2.5em;
    overflow: hidden;
}

.affiliated-box .title-box .item {
    width: 225px;
    height: 125px;
    background: #396bab;
    transition: all 0.3s;
    cursor: pointer;
    position: relative;
    float: left;
    margin-right: 10px;
    transition: all 0.3s;
}

.ie9 .affiliated-box .title-box .item:last-child {
    margin-right: 0;
}

.ie9 .affiliated-box .title-box {
    height: 135px;
    overflow: hidden;
}

.affiliated-box .title-box .item.on {
    background: url(/Img/images/bg03.jpg) no-repeat center;
    background-size: 100% auto;
}

.affiliated-box .title-box .item .inn {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.affiliated-box .title-box .item .txtbox {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 18px;
    color: #333333;
    text-align: center;
    color: #fff;
    padding: 0 25px;
    width: 100%;
    line-height: 28px;
}

.affiliated-box .title-box .item.on .txtbox {
    font-weight: bold;
}

.affiliated-box .title-box .item.on .arrow {
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
    border: solid 10px transparent;
    border-top-color: #014091;
    position: absolute;
    left: 50%;
    bottom: -20px;
    margin-left: -10px;
}

.affiliated-box .bot {
    padding: 2.5em 2.7em 4.9em;
    background: #f5f7fa;
    margin-top: 10px;
    display: none;
}

.affiliated-box .bot.show {
    display: block;
}

.affiliated-box .mapbg {
    width: 23em;
    height: 12.75em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.affiliated-box .top .rightbox {
    margin-left: 5%;
    width: 55%;
}

.affiliated-box .rightbox .boxs {
    overflow: hidden;
    line-height: 28px;
    margin-bottom: 15px;
}

.affiliated-box .rightbox .boxs:last-child {
    margin-bottom: 0;
}

.affiliated-box .rightbox .name {
    float: left;
    color: #b81c22;
    font-size: 18px;
    width: 105px;
}

.affiliated-box .rightbox .info {
    color: #333333;
    font-size: 16px;
    float: left;
    width: 80%;
}

.affiliated-box .rightbox .address {
    padding-left: 1.8em;
    background-position: top 6px left;
    background-repeat: no-repeat;
    background-size: 15px auto;
}

@media screen and (max-width: 1600px) {
    .affiliated-box .rightbox .boxs {
        margin-bottom: 0;
    }

    .affiliated-box .top .rightbox {
        width: 56%;
        margin-left: 3%;
    }
}

@media screen and (max-width: 1366px) {
    .affiliated-box .top .rightbox {
        width: 52%;
    }

    .affiliated-box .rightbox .info {
        width: 70%;
    }
}

.affiliated-box .botbox {
    margin-top: 25px;
}
.affiliated-box .botbox.noimg{
    margin-top: 0;
}
.affiliated-box .botbox.noimg .word{
    width: 100%;
    float: right;
}
.affiliated-box .botbox .titbox {
    line-height: 2.25em;
    height: 2.25em;
    color: #333333;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.affiliated-box .botbox .titbox .cn {
    display: inline-block;
    position: relative;
    margin-right: 21px;
    font-size: 24px;
}

.affiliated-box .botbox .titbox .cn::after {
    content: '';
    background: #b81c22;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.affiliated-box .botbox .titbox .en {
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    opacity: 0.2;
    display: inline-block;
    text-transform: uppercase;
}

.affiliated-box .botbox .wordbox {
    margin-top: 17px;
    overflow: hidden;
}

.affiliated-box .botbox .word {
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    width: 59.6%;
}

.affiliated-box .botbox .imgbg {
    float: right;
    width: 20em;
    height: 13.5em;
    background: no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 1280px) {
    .affiliated-box .top .rightbox {
        width: 48%;
        margin-left: 2%;
    }

    .affiliated-box .botbox .word {
        width: 56%;
    }
}

/***** affiliated-box *****/

/***** customers-box *****/
.customers-box .customer-list {
    margin-top: 2.5em;
    overflow: hidden;
}

.customers-box .customer-logo {
    position: relative;
}

.customers-box .customer-list .item {
    width: 20%;
    height: 150px;
    background: no-repeat center center;
    background-size: cover;
    background-color: #f2f2f2;
}
.customers-box .customer-list .item:last-child{
    /* background-color: pink !important; */
}
.ie9 .customers-box .customer-list .item {
    float: left;
}

.customers-box .customer-list .item:nth-of-type(2n) {
    background-color: #fff;
}

/* .customers-box .customer-list.even .item.row2{
    background-color: #fff;
}
.customers-box .customer-list.even .item.row2:nth-of-type(2n){
    background-color: #f2f2f2;
} */
.customers-box .customer-list .btns {
    width: 50px;
    height: 50px;
    background: no-repeat center center;
    background-color: #b0b0b0;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.customers-box .customer-list .btns.swiper-button-disabled {
    opacity: 0;
}

.customers-box .customer-list .btns:hover {
    background-color: #b81c22;
    cursor: pointer;
}

.customers-box .customer-list .prev {
    background-image: url(/Img/images/arrow02.png);
    background-size: 50%;
    left: -4.5em;
}

.customers-box .customer-list .next {
    background-image: url(/Img/images/arrow03.png);
    background-size: 50%;
    right: -4.5em;
}

.customers-box .list {
    margin-top: 3.1em;
    height: 37em;
    overflow: hidden;
}

.customers-box li {
    height: 18.5em;
}

.customers-box .imgbox {
    width: 50%;
    height: 18.5em;
    float: right;
}

.customers-box .imgbox img {
    width: 100%;
    height: 100%;
}

.customers-box .items .txtbox {
    height: 100%;
    width: 50%;
    padding: 45px 3em 28px 2em;
    height: 18.5em;
    float: left;
}

.customers-box .items .txt {
    line-height: 1.3em;
    height: 1.3em;
    overflow: hidden;
    font-size: 30px;
    color: #023a8d;
}

.customers-box .items .doc {
    margin-top: 17px;
    font-size: 14px;
    color: #685858;
    line-height: 30px;
    height: 232px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}

.customers-box .items {
    overflow: hidden;
    position: relative;
}

.customers-box .items:nth-of-type(2n) .txtbox {
    float: right;
}

.customers-box .items:nth-of-type(2n) .imgbox {
    float: left;
}

.customers-box .check-more {
    display: block;
    font-size: 18px;
    color: #fff;
    background: #707070;
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 3em auto 0;
    cursor: pointer;
}

.customers-box .check-more:hover {
    background: #b81c22;
}

.customers-box .list.listheight {
    height: auto;
}

@media screen and (max-width: 1600px) {
    .customers-box .items .doc {
        -webkit-line-clamp: 6;
        height: 175px;
    }
}


/***** customers-box *****/

/***** honor-box *****/
.honor-box {
    padding-bottom: 0;
}

.honor-box .clist {
    margin: 0 -1.5em;
}

.honor-box .clist .item {
    margin-top: 2.5em;
    padding: 0 1.5em;
}

.honor-box .clist .item .item-inner {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    background: #f2f2f2;
}

.honor-box .clist .item img {
    max-width: 95%;
    height: auto !important;
    margin: 0 auto;
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding: 10px 0;
}

.honor-box .clist .item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.honor-box .honorary {
    margin-top: 3.5em;
    background: no-repeat center center;
    background-size: cover;
    padding: 2.8em 0;
}

.honor-box .honorary .libs-title {
    color: #fff;
}

.honor-box .honorary-box {
    margin-top: 2.5em;
    padding-bottom: 20px;
    overflow: hidden;
}

.honor-box .items {
    background: #ffffff url(/Img/images/bg05.png) no-repeat center;
    background-size: 100% auto;
    border-radius: 13px;
    width: 13.25em;
    height: 8.5em;
    position: relative;
}

.ie9 .honor-box .items {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.honor-box .items .txt {
    font-size: 24px;
    color: #333333;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    width: 100%;
    max-height: 4em;
    line-height: 32px;
    padding: 0 25px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.honor-box .swiper-pagination {
    bottom: -20px;
}

.honor-box .swiper-pagination-bullet {
    background: #f7f7f7;
    opacity: 0.5;
}

.honor-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

@media screen and (max-width: 1600px) {
    .honor-box .items .txt {
        font-size: 20px;
    }
}

@media screen and (max-width: 1366px) {
    .honor-box .items .txt {
        font-size: 18px;
        line-height: 27px;
    }
}

/***** honor-box *****/

/***** profile-box *****/
.profile-box {
    background: no-repeat bottom center;
    background-size: 100% auto;
}

.profile-box .top {
    margin-top: 0.5em;
    background: no-repeat bottom right;
    background-size: 48% 100%;
}

.profile-box .top .left {
    padding-top: 2.4em;
    width: 51%;
}

.profile-box .top .cn {
    font-size: 1.8em;
    color: #1a1a1a;
    line-height: 1.2em;
    height: 1.2em;

}

.profile-box .top .en {
    font-size: 1.5em;
    line-height: 1.6em;
    height: 1.6em;
    color: #333333;
    text-transform: uppercase;
}

.profile-box .top .en span {
    color: #b81c22;
    margin-right: 10px;
}

.profile-box .top .doc {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
    margin-top: 13px;
}

.profile-box .top .doc p {
    margin-bottom: 28px;
}

.profile-box .top .nums {
    overflow: hidden;
    margin-top: 44px;
}

.profile-box .top .numnbox {
    width: 29%;
    float: left;
    text-align: center;
    padding-bottom: 5px;
    border-right: 1px solid #c7c7c7;
}

.profile-box .top .numnbox .item-tit {
    font-size: 3em;
    font-weight: bold;
    color: #053392;
    line-height: 53px;
    height: 53px;
    font-family: Arial;
    font-style: normal;
}

.profile-box .top .numnbox .item-txt {
    margin-top: 11px;
    line-height: 26px;
    height: 26px;
    color: #333333;
    font-size: 18px;
}

.profile-box .top .numnbox:nth-of-type(2) {
    width: 42%;
}

.profile-box .top .numnbox:last-child {
    border-right: none;
}

.profile-box .doc1 {
    margin-top: 4.4em;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}

.profile-box .bot {
    margin-top: 3.15em;
}

.profile-box .bot .txtbox {
    position: relative;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 14.25em auto;
    padding-left: 24.5%;
    margin-bottom: 2em;
    min-height: 10em;
}

.profile-box .bot .txtbox .left {
    width: 14em;
    height: 10.5em;
    position: absolute;
    left: 0;
    top: 2px;
    border-radius: 50%;
    transform: rotate(-20deg);
    overflow: hidden;
    box-shadow: -3px 6px 0 rgba(217, 217, 217);
}

.profile-box .bot .txtbox .left img {
    width: 14em;
    height: 12em;
    transform: rotate(20deg);
    margin-top: -4px;
}

.profile-box .bot .txtbox .right {}

.profile-box .bot .txtbox.txtbox2 {
    margin-bottom: 2em;
}

.profile-box .bot .botnum {
    padding-left: 2em;
    display: table;
}

.profile-box .bot .title {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: bold;
    padding-left: 13px;
    display: table-cell;
    vertical-align: middle;
}

.profile-box .bot .num-box {
    font-weight: bold;
    font-size: 3.6em;
    color: #9bb1f1;
    position: relative;
    height: 69px;
    line-height: 69px;
    width: 76px;
    display: table-cell;
    font-family: Arial;
}

.profile-box .bot .num-box span {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    display: inline-block;
    width: 57px;
    height: 30px;
    color: #9d0608;
    font-size: 24px;
    text-align: center;
    line-height: 30px;
    font-weight: normal;
}

.profile-box .bdoc {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    text-indent: 2em;
}

.profile-box .name {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
}

@media screen and (max-width: 1366px) {
    .profile-box .bot .txtbox {
        padding-left: 28%;
    }
}

/***** profile-box *****/

/***** news-box *****/
.news-box .news-list {
    margin-top:2.5em;
    border-bottom: 1px solid #e6e6e6;
}

.news-box .news-list .item {
    padding: 30px 0;
    width: 100%;
    padding-left: 4.75em;
    border-top: 1px solid #e6e6e6;
}

.news-box .news-list .item a {
    width: 100%;
    display: table;
}

.news-box .news-list .imgbox {
    width: 15em;
    height: 10.75em;
    float: left;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-right: 4em;
}

.news-box .news-list .imgbox .bg {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.news-list .time {
    width: 87px;
    float: left;
    text-align: center;
    color: #333333;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding-top: 2.5em;
    font-family: Arial;
    font-style: normal;
}

.ie9 .news-list .time {
    float: left;
    padding-top: 2.5em;
}

.ie9 .news-list .noimg .time {
    padding-top: 0.6em;
}

.news-list .time .data {
    font-weight: bold;
    font-size: 44px;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #dddddd;
    width: 50px;
    margin: 0 auto 5px;
    display: block;
}

.news-list .time .year {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.news-box .news-list .item-bd {
    width: 62%;
    float: right;
    padding: 2.5em 5em 0 0;
}

.news-box .news-list .noimg {
    padding-bottom: 4.5em;
}

.news-box .news-list .noimg .item-bd {
    width: 91.3%;
    padding-top: 2.6em;
}

.news-box .news-list .noimg .time {
    padding-top: 2.3em;
}

.ie9 .news-box .news-list .item-bd {
    float: right;
    width: 60%;
    padding-top: 2.5em;
}

.ie9 .news-box .news-list .noimg .item-bd {
    width: 86.5%;
    padding-top: 0.6em;
}

.news-list .item-tit {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.news-list .item-desc {
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin-top: 8px;
}

.news-box .news-list .item:hover .item-tit {
    color: #023a8d;
}

.news-box .news-list .item:hover .imgbox {
    transform: translateX(45px);
    -webkit-transform: translateX(45px);
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
@media screen and (max-width:1600px) {
    .news-box .news-list .imgbox{
        margin-right: 2em;
    }
    .news-box .news-list .item:hover .imgbox{
        transform: translateX(25px);
        -webkit-transform: translateX(25px)
    }
}
@media screen and (max-width:1366px) {
    .news-box .news-list .item{
        padding-left: 2.75em;
    }
    .news-box .news-list .imgbox{
        margin-right: 2em;
    }
    .news-box .news-list .item:hover .imgbox{
        transform: translateX(25px);
        -webkit-transform: translateX(25px)
    }
    .news-box .news-list .item-bd{
        padding: 2.5em 3em 0 0;
        width: 58%;
    }
    .news-box .news-list .noimg .item-bd{
        width: 88%;
    }
}
/***** news-box *****/

/***** nd-box *****/
.nd-box {
    background: #fafafa;
    padding: 0;
}

.nd-box .md-inner {
    background: #ffffff;
}

.nd-box .backlist {
    padding: 0 3.5em 0 3.05em;
    line-height: 48px;
    height: 48px;
    border-bottom: 1px solid #e6e6e6;
}

.nd-box .backlist .left {
    font-size: 16px;
    cursor: pointer;
    overflow: hidden;
}

.nd-box .backlist .left a {
    display: block;
    width: 136px;
    float: left;
    color: #333333;
}

.nd-box .backlist .left a span {
    margin: 0 9px;
}

.nd-box .backlist .left a:hover {
    color: #ba2228;
}

.nd-box .return {
    padding-right: 26px;
    font-size: 16px;
    color: #333333;
    display: block;
    cursor: pointer;
    background: url(/Img/images/icon_fh.png) no-repeat center right;
    background-size: 15px;
}

.nd-box .return:hover {
    color: #ba2228;
    background: url(/Img/images/icon_fh1.png) no-repeat center right;
    background-size: 15px;
}

.nd-box .sm-inner {
    padding: 2.25em 0 4em;
    max-width: 981px;
}

.nd-box .nd-title {
    color: #333333;
    font-size: 1.5em;
    line-height: 1.6em;
    text-align: center;
}

.nd-box .nd-time {
    text-align: center;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0 25px;
}

.nd-box .nd-doc {
    border-top: 1px solid #e2e2e2;
    color: #333333;
    font-size: 16px;
    line-height: 34px;
    padding-top: 2em;
    text-indent: 2em;
}

.nd-box .nd-doc img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
    display: block;
}

.nd-box .nd-doc p {
    margin-bottom: 30px;
}

/***** nd-box *****/

/***** warehousing-box *****/
.warehousing-box {
    padding-bottom: 0;
}

.introduce {
    margin-top: 2.5em;
}

.introduce .bg {
    width: 100%;
    height: 16em;
    border-top-left-radius: 45px;
    border-bottom-right-radius: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.introduce .ibox {
    margin: -3.5em auto 0;
    background: #fff;
    padding: 34px 5em 54px;
    animation-delay: 0.3s;
}

.introduce .title {
    font-size: 24px;
    font-weight: bold;
    color: #1699e7;
    line-height: 35px;
    text-align: center;
}

.introduce .ibox .text {
    margin-top: 27px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
}

.warehousing-box .list {
    margin-top: 3.1em;
    height: 37.6em;
    overflow: hidden;
}

.warehousing-box .items {
    overflow: hidden;
    position: relative;
    height: 17.5em;
}

.warehousing-box .imgbox {
    width: 50%;
    height: 17.5em;
    float: left;
}

.warehousing-box .imgbox img {
    width: 100%;
    height: 100%;
}

.warehousing-box .items .txtbox {
    height: 100%;
    width: 50%;
    padding: 2.9em 3.9em 4.25em 2.45em;
    background: #fafafa url(/Img/images/img21.png) no-repeat center bottom;
    background-size: 88% auto;
    float: right;
}

.warehousing-box .items .txt {
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    font-size: 24px;
    color: #333333;
}

.warehousing-box .items .address {
    line-height: 29px;
    height: 29px;
    padding-left: 28px;
    background: no-repeat center left;
    background-size: 18px;
    font-size: 16px;
    color: #008ee3;
    line-height: 29px;
}

.warehousing-box .items .address span {
    font-weight: bold;
}

.warehousing-box .items .doc {
    margin-top: 22px;
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.warehousing-box .items:nth-of-type(2n) .txtbox {
    float: left;
}

.warehousing-box .items:nth-of-type(2n) .imgbox {
    float: right;
}

@media screen and (max-width: 1600px) {
    .warehousing-box .items .doc {
        height: 90px;
        -webkit-line-clamp: 3;
        margin-top: 10px;
    }

    .introduce .ibox {
        padding: 34px 2em 54px;
    }

    .warehousing-box .items .address {
        background: no-repeat center left;
        background-size: 18px;
    }
}

/***** warehousing-box *****/

/***** transport-box *****/

.transport-box .ttable .top {
    line-height: 60px;
    height: 60px;
    padding: 0 2em;
    background: #253d61;
    color: #fff;
    font-size: 18px;
    overflow: hidden;
}

.transport-box .ttable .ttxt {
    float: left;
}

.transport-box .ttable .list .ttxt {
    overflow: hidden;
    line-height: 50px;
    height: 50px;
}
.transport-box .ttable .ttxt1 {
    width: 10%;
}

.transport-box .ttable .ttxt2 {
    width: 12%;
}

.transport-box .ttable .ttxt3 {
    width: 12%;
}

.transport-box .ttable .ttxt4 {
    width: 12%;
}

.transport-box .ttable .ttxt5 {
    width: 12%;
}

.transport-box .ttable .ttxt6 {
    width: 12%;
}
.transport-box .ttable .ttxt7 {
    width: 30%;
}

.transport-box .list li {
    line-height: 50px;
    height: 50px;
    padding: 0 2em;
    color: #333333;
    font-size: 14px;
    border-bottom: 1px solid #ebedef;
}

/***** transport-box *****/

/***** dock-box *****/
.dock-box {
    padding-bottom: 0
}

.dock-box .diimg {
    width: 100%;
    height: 23.5em;
    background: no-repeat bottom center;
    background-size: cover;
}

/***** dock-box *****/

/***** logistics-box *****/
.logistics-box {
    padding-bottom: 0;
}
.logistics-box .introduce .title{
    /* text-align: center; */
}
.logistics-box .introduce .ibox .text {
    /* width: 77%;
    margin: 27px auto 0;
    text-align: left; */
}

.logistics-box .introduce .ibox .text ul li {
    list-style: disc;
}

.logistics-box .list {
    margin-top: 4px;
}

.logistics-box .list .items {
    padding-left: 36px;
    background: url(/Img/images/dian.jpg) no-repeat left 6px top 12px;
    background-size: 6px;
}

@media screen and (max-width: 1600px) {
    .logistics-box .introduce .ibox .text {
        /* width: 82%; */
    }
}

.waveWrapper {
    overflow: hidden;
    margin: auto;
    position: relative;
}

.waveWrapper.i3 {
    width: 100%;
    height: 27em;
    background: url(/Img/images/bg13.png) bottom center no-repeat;
    background-size: cover;
    margin-bottom: -1px;
}

.waveWrapper .md-inner {
    height: 27em;
}

.waveWrapper.i3 .i3_bg {
    width: 1920px;
    height: 27em;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
    background: no-repeat center center;
    background-size: cover;
}

.waveWrapper .nao {
    position: absolute;
    top: 4.6em;
    left: 38%;
    width: 18em;
    height: 15em;
    animation: u_d 1s linear infinite alternate;
    -webkit-animation: u_d 1s linear infinite alternate;
}

.waveWrapper .nao img {
    width: 100%;
}

@keyframes u_d {
    0% {
        top: 4em;
    }

    100% {
        top: 4.6em;
    }
}

@-webkit-keyframes u_d {
    0% {
        top: 4em;
    }

    100% {
        top: 4.6em;
    }
}

.waveWrapper .dtt {
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    overflow: hidden;
}

.waveWrapper .dct {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
}

.waveWrapper .dtt .den {
    overflow: hidden;
    height: 28px;
}

.waveWrapper .dct span:nth-child(1) {
    margin-right: 1em;
}

.waveWrapper .ttbox {
    text-align: right;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    z-index: 99;
    opacity: 1;
    width: 147px;
    position: absolute;
}

.i3 .d1 {
    top: 3.75em;
    left: 8.8em;
}

.i3 .act {
    width: 9.95em;
    height: 2.5em;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    position: absolute;
    background: no-repeat center center;
    background-size: contain;
}

.i3 .imgx1 {
    top: 4.25em;
    left: 16em;
}

.i3 .d2 {
    top: 10.65em;
    left: 7em;
}

.i3 .imgx2 {
    top: 10.8em;
    left: 14.3em;
}

.i3 .d3 {
    bottom: 4.8em;
    left: 12.5em;
}

.i3 .imgx3 {
    bottom: 6.3em;
    left: 20em;
}

.i3 .d4 {
    bottom: 9.5em;
    right: 5em;
    text-align: left;
}

.i3 .imgx4 {
    bottom: 11em;
    right: 13.45em;
}

.i3 .d5 {
    top: 2.8em;
    right: 11em;
    text-align: left;
}

.i3 .imgx5 {
    top: 3em;
    right: 18.5em;
    width: 11.35em;
}

@media screen and (max-width: 1600px) {
    .i3 .imgx1 {
        left: 12em;
    }

    .i3 .d1 {
        left: 4em;
    }

    .i3 .imgx2 {
        left: 11em;
    }

    .i3 .d2 {
        left: 3em;
    }

    .i3 .imgx3 {
        bottom: 6em;
        left: 18em;
    }

    .i3 .d3 {
        left: 10em;
    }

    .i3 .imgx5 {
        right: 15em;
    }

    .i3 .d5 {
        right: 7em;
    }

    .i3 .imgx4 {
        bottom: 10.8em;
        right: 10em;
        height: 2.56em;
    }

    .i3 .d4 {
        right: 2em;
    }
}

@media screen and (max-width: 1366px) {
    .i3 .imgx5 {
        right: 13.5em;
    }

    .i3 .d5 {
        right: 5em;
    }

    .i3 .imgx4 {
        bottom: 10em;
        right: 10.5em;
    }

    .i3 .d4 {
        bottom: 8.2em;
        right: 4em;
    }

    .i3 .imgx1 {
        left: 10.5em;
    }

    .i3 .d1 {
        left: 2em;
    }

    .i3 .imgx2 {
        left: 13.2em;
    }

    .i3 .d2 {
        left: 5em;
    }

    .i3 .imgx3 {
        bottom: 5.5em;
        left: 17em;
    }

    .i3 .d3 {
        bottom: 3.5em;
        left: 9em;
    }
}

@media screen and (max-width: 1280px) {
    .waveWrapper .nao {
        width: 16em;
        height: 13em;
    }

    @keyframes u_d {
        0% {
            top: 5em;
        }

        100% {
            top: 5.6em;
        }
    }

    @-webkit-keyframes u_d {
        0% {
            top: 5em;
        }

        100% {
            top: 5.6em;
        }
    }

    .i3 .imgx1 {
        left: 13.3em;
    }

    .i3 .d1 {
        left: 5em;
    }

    .i3 .imgx2 {
        left: 8em;
    }

    .i3 .d2 {
        left: 0;
    }

    .i3 .imgx3 {
        left: 16em;
    }

    .i3 .d3 {
        left: 8em;
    }

    .i3 .imgx4 {
        bottom: 9em;
        right: 10.6em;
    }

    .i3 .d4 {
        bottom: 7.5em;
        right: 3em;
    }

    .i3 .imgx5 {
        top: 2em;
        right: 13.4em;
    }

    .i3 .d5 {
        top: 1.8em;
        right: 5em;
    }
}

/***** logistics-box *****/

/***** implement-box *****/
.implement-box {
    padding-bottom: 0;
}

.implement-box img {
    max-width: 100%;
    height: auto !important;
    display: block;
    margin: 2.5em auto 0;
}

/***** implement-box *****/

/***** history-box *****/
.history-box {
    background: no-repeat bottom center;
    background-size: 100% auto;
}

.history-box .imgbox img {
    margin: 2.5em auto 0;
    max-width: 100%;
    height: auto !important;
    display: block;
}

/***** history-box *****/

/***** network-box *****/
.network-box .doc {
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    margin: 2.5em 0 34px;
}

.network-box .circle-box {
    height: 447px;
    position: relative;
}

.network-box .circle {
    position: absolute;
    bottom: 9px;
    left: 50%;
    margin-left: -177.5px;
    width: 355px;
    height: 355px;
    border: 1px solid #3e69a8;
    border-radius: 50%;
    line-height: 300px;
    text-align: center;
    font-size: 30px;
}

.network-box .circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -185px;
    margin-left: -185px;
    width: 370px;
    height: 370px;
    border: 1px dashed #3965a5;
    border-radius: 50%;
}

.network-box .circle .circle-text {
    width: 355px;
    height: 355px;
    position: relative;
}

.network-box .circle .txtbox {
    position: absolute;
    top: 50%;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}

.network-box .circle .cn {
    font-size: 24px;
    color: #1a1a1a;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    opacity: 0.8;
}

.network-box .circle .line {
    width: 40px;
    height: 3px;
    background: #989898;
    margin: 15px auto 14px;
}

.network-box .circle .en {
    font-size: 18px;
    color: #1a1a1a;
    line-height: 33px;
    height: 33px;
    overflow: hidden;
    opacity: 0.5;
}

.network-box .c-circle {
    width: 140px;
    height: 140px;
    background: #1054bb url(/Img/images/wave01.png) no-repeat center;
    border-radius: 50%;
    position: absolute;
}

.network-box .word {
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
    font-size: 24px;
    color: #ffffff;
}

.network-box .wordlist {
    position: absolute;
}

.network-box .wordlist .item {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    width: 10em;
    position: relative;
    padding-left: 21px;
    text-align: left;
}

.network-box .wordlist .item:after {
    content: '';
    width: 5px;
    height: 5px;
    background: #b81c22;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.network-box .c-circle1 {
    top: -70px;
    left: 50%;
    margin-left: -70px;
}

.network-box .wordlist1 {
    top: 50%;
    left: 50%;
    margin-left: 113px;
    margin-top: -258px;
}

.network-box .c-circle2 {
    bottom: 46px;
    right: 50%;
    margin-right: -246px;
}

.network-box .wordlist2 {
    bottom: 60px;
    right: -72%;
}

.network-box .c-circle3 {
    bottom: 46px;
    left: -21%;
}

.network-box .wordlist3 {
    bottom: 60px;
    left: -72%;
}

.network-box .wordlist3 .item {
    padding-right: 21px;
    padding-left: 0;
    text-align: right;
}

.network-box .wordlist3 .item:after {
    left: 96%;
}

/***** network-box *****/

/***** policies-box *****/
.policies-box .list {
    margin-top: 2.5em;
    min-height: 500px;
    /* border-top: 1px solid #f2f2f2; */
}

.policies-box .list .item {
    height: 140px;
    border-top: 1px solid #f2f2f2;
    padding: 32px 20px 30px 4em;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}

.policies-box .list .item:last-child {
    border-bottom: 1px solid #f2f2f2;
}

.policies-box .list .inner {
    width: 100%;
    display: block;
    overflow: hidden;
}

.policies-box .list .time {
    text-align: center;
    float: left;
    font-family: Arial;
    font-style: normal;
}

.policies-box .list .data {
    font-size: 2.4em;
    font-weight: bold;
    color: #333333;
    height: 52px;
    line-height: 52px;
    border-bottom: 1px solid #cccccc;
}

.policies-box .list .year {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    height: 23px;
    line-height: 23px;
    margin-top: 6px;
}

.policies-box .list .txt {
    font-size: 20px;
    color: #1a1a1a;
    float: left;
    padding: 0 35px;
    width: 80%;
    line-height: 31px;
    height: 31px;
    overflow: hidden;
    margin-top: 26px;
}

.policies-box .list .info {
    float: right;
    margin-top: 21px;
    width: 134px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #666666;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.policies-box .list li .info .icon {
    width: 16px;
    height: 13px;
    display: inline-block;
    background: url(/Img/images/arrow01.png) no-repeat center center;
    background-size: 15px auto;
    margin-left: 5px;
}

.policies-box .list li:hover {
    border-top: 1px solid #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
}

.policies-box .list li:hover .txt {
    color: #023a8d;
}

.policies-box .list li:hover .info {
    color: #fff;
    border: none;
    background: #b81c22;
}

.policies-box .list li:hover .info .icon {
    background: url(/Img/images/arrow01-1.png) no-repeat center center;
    background-size: 15px auto;
}

@media screen and (max-width: 1400px) {
    .policies-box .list .txt {
        width: 78%;
    }
}

/***** policies-box *****/