/*宽度*/
.imgW-100, .w-100 {
    width: 100%;
}

.w-1200, .w-1400, .w-1600 {
    width: 84%;
}

.imgW-100 {
    transition: 0.5s linear 0s;
}

.w-1200 {
    max-width: 1200px;
}

.w-1400 {
    max-width: 1400px;
}

.w-1600 {
    max-width: 1600px;
}

.w-1200, .w-1400, .w-1600 {
    margin: 0 auto;
}

.w-50 {
    width: 50%;
}

/*字体*/
.font-over1 {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.font-over2 {
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

/*对齐方式*/
.dis-t, .dis-m, .dis-b {
    display: inline-block;
}

.dis-t {
    vertical-align: top;
}

.dis-m {
    vertical-align: middle;
}

.dis-b {
    vertical-align: bottom;
}

.v-align-m1, .v-align-m2 {
    font-size: 0;
}

.v-align-m1:before, .v-align-m2:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

/*显示/隐藏尺寸*/
.pc, .pc-720 {
    display: block;
}

.mob, .mob-720 {
    display: none;
}

/*三角形*/
.SJ-L:after, .SJ-B:after, .SJ-BL:after {
    content: '';
    display: inline-block;
    border-style: solid;
    width: 0;
    height: 0;
    margin-left: 5px;
}

/*向左*/
.SJ-L:after {
    border-color: transparent transparent transparent #000;
    border-width: 4px 0 4px 5px;
}

/*向下*/
.SJ-B:after {
    border-color: #000 transparent transparent transparent;
    border-width: 4px 5px 0px 5px;
}

/*向左下*/
.SJ-BL:after {
    border-color: transparent transparent transparent #000;
    border-width: 4px 0 4px 5px;
}

/*浮动*/
.clear {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.float-R {
    float: right;
}

.float-L {
    float: left;
}

/*IE8透明度*/
.opacity50 {
    opacity: 0.5;
    filter: Alpha(opacity=50);
}

/*通用背景*/
.public-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

[id*='public-bg'] {
    display: none;
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none;
    }

    .mob {
        display: block;
    }
}

@media screen and (max-width: 720px) {
    .pc-720 {
        display: none;
    }

    .mob-720 {
        display: block;
    }
}


.banner.index > .pc-720, .banner.index .BannerShow_b1, .banner.index .BannerShow_b1 > div, .banner.index .BannerShow_b1 img, .banner.index .BannerShow_b1 a {
    height: 100%;
}

.banner.index {
    height: calc(100vh - 90px);
}

/*i1*/
.i1 {
    position: relative;
    z-index: 0;
    width: 100%;
    padding: 9% 0 3%;
}

.i1 > .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 53.6%;
    z-index: -1;
}

.i1:after {
    content: '';
    width: 17.5vw;
    position: absolute;
    z-index: -1;
    height: 20.5vw;
    background: url(../images/bg2.png) no-repeat top right;
    right: 0;
    bottom: -23%;
    background-size: 100% auto;
}

.i1 .T {
    width: 38%;
    margin-left: auto;
    padding-right: 8%;
    position: relative;
    z-index: 0;
    padding-bottom: 8%;
}

.i1 .T:before {
    content: 'about us';
    text-transform: uppercase;
    font-family: "Arial";
    font-size: 93px;
    color: #f6f6f6;
    position: absolute;
    z-index: -1;
    left: -13%;
    top: -22%;
}

.i1 .T:after {
    right: 0;
    content: '';
    position: absolute;
    z-index: -1;
    width: 16.77vw;
    height: 26vw;
    background: url(../images/bg1.png) no-repeat right bottom;
    background-size: 100% auto;
    bottom: -6%;
}

.i1 .T > h3 {
    font-size: 2.1vw;
    color: #46456e;
}

.i1 .T > span {
    font-size: 1.7vw;
    color: #46456e;
    display: block;
    margin-top: 5px;
}

.i1 .T > .p {
    line-height: 2.25;
    font-size: 16px;
    color: #666;
    margin: 7% 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 180px;
}

.i1 .B {
    position: relative;
    z-index: 138;
    margin-left: 8%;
    width: 92%;
    font-size: 0;
}

.i1 .B .R {
    text-transform: capitalize;
    box-sizing: border-box;
    padding: 3.5%;
    text-align: center;
    width: 50.5%;
    color: #fff;
    background: #004588;
    border-bottom: 4px solid #c7000d;
    overflow: hidden;
}

.i1 .B .R span {
    font-size: 2.2vw;
}

.i1 .B .R b {
    font-size: 18px;
    margin-left: 15px;
}

.i1 .B .R dt {
    margin-top: 10px;
    font: 500 16px/16px "Microsoft YaHei";
}

.i1 .B dl {
    text-align: center;
    display: inline-block;
    margin-left: 10%;
    vertical-align: top;
}

.i1 .B .L {
    font-size: 0;
    color: #fff;
    width: 49.5%;
}

.video-click {
    color: #fff;
    cursor: pointer;
    display: none;
}

.video-click i {
    transition: 0.3s ease 0s;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
}

.video-click i:before {
    transition: 0.3s ease 0s;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 11px 0 11px 18px;
    border-radius: 3px;
}

.video-click span {
    font-size: 20px;
    margin-left: 15px;
}

.i1 .B dl:first-child {
    margin-left: 0;
}

.video {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    text-align: center;
    display: none;
}

.video video {
    width: 100%;
    font-size: 14px;
    color: #fff;
    position: relative;
    z-index: 0;
    height: 100%;
    background: #000;
}

.video .close {
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    background: #fff;
    right: 2%;
    top: 5%;
    opacity: 0.5;
    transition: 0.3s ease 0s;
}

.video .close:before, .video .close:after {
    content: '';
    width: 26px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -1px;
}

.video .close:before {
    transform: rotateZ(45deg);
}

.video .close:after {
    transform: rotateZ(-45deg);
}

/*i2*/
.i2 .i-title + p {
    font-size: 18px;
    color: #666;
    margin-top: 1.5%;
    line-height: 1.5;
}

.i2 .i-title + p strong {
    color: #444;
}

.i2 .T {
    position: relative;
    margin-top: 4%;
    padding-top: 3%;
    z-index: 0;
}

.i2 .T:before {
    content: 'product';
    text-transform: uppercase;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 6.25vw;
    color: #f6f6f6;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    line-height: 1;
}

.i2 .T ul {
    margin-top: 2.5%;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
}

.i2 .T li a, .i2 .T li i {
    display: block;
    width: 100%;
}

.i2 .T li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 25%;
}

.i2 .T li h3 {
    transition: 0.3s ease 0s;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.i2 .T li a.on h3, .i2 .T li a.on:hover h3 {
    color: #333;
}

.i2 .T li p {
    font-size: 12px;
    color: #888;
    margin-top: 5px;
}

.i2 .T li i {
    font-size: 0;
    height: 6vw;
    margin-bottom: 10px;
}

.i2 .T li i:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.i2 .T li img {
    max-height: 100%;
}

.i2 .T li a {
    height: 100%;
    box-sizing: border-box;
    padding: 9% 0;
    border-left: 1px solid #dfdfdf;
    background: #fff;
    position: relative;
    z-index: 0;
}

.i2 .T li:first-child a {
    border-left: none;
}

.i2 .T li a:before {
    transition: 0.3s ease 0s;
    content: '';
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 0;
    background: #efefef;
    top: 0;
    right: 0;
}

.i2 .T li a.on:before {
    left: 0;
    width: 100%;
}

.ProductList_b1 h3 {
    font-size: 20px;
    color: #444;
    font-weight: normal;
    margin-top: 5%;
}

.ProductList_b1 .picimg:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.i2 .B {
    background: #efefef;
    padding: 3% 0 4%;
}

.ProductList_b1 {
    width: 100%;
}

.ProductList_b1 .picimg {
    overflow: hidden;
    width: 100%;
    height: 22vw;
    font-size: 0;
    background: #fff;
    position: relative;
    z-index: 0;
}

.ProductList_b1 li a {
    box-sizing: border-box;
    overflow: hidden;
    text-align: center;
    display: block;
    position: relative;
    z-index: 0;
}

.ProductList_b1 .picimg:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: 0.3s ease 0s;
    border: 1px solid #ffcb00;
    box-sizing: border-box;
    opacity: 0;
    left: 0;
    top: 0;
}

/*.ProductList_b1 li a:before, .ProductList_b1 .picimg:after { content: ''; position: absolute; width: 0; height: 0; z-index: 1; transition: 0.3s ease 0s; }
.ProductList_b1 li a:before { border-top: 1px solid #ffcb00; border-left: 1px solid #ffcb00; top: 0; left: 0; }
.ProductList_b1 li a:after { border-bottom: 1px solid #ffcb00; border-right: 1px solid #ffcb00; bottom: 0; right: 0; }*/
.ProductList_b1 img {
    transition: 0.5s linear 0s;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}

.i2 .B .w-84 {
    position: relative;
    z-index: 0;
}

.public-btn {
    margin-top: 3%;
    font-size: 0;
    text-align: center;
}

.public-btn a {
    opacity: 0.7;
    font-size: 16px;
    font-weight: bold;
    font-family: "å®‹ä½“";
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    background: #ffcb00;
    border-radius: 50%;
    color: #46456e;
    transition: 0.3s ease 0s;
}

.public-btn span {
    outline: none;
    display: inline-block;
    width: 20px;
    font-size: 20px;
    color: #333;
    height: auto;
    border-radius: 0;
    background: none;
    opacity: 1;
    margin: 0 20px;
    vertical-align: top;
}

.public-btn .swiper-pagination-bullet-active {
    border-bottom: 1px solid #ffcb00;
    color: #ffcb00;
}

.public-btn .swiper-pagination {
    position: static;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.public-btn span:first-child {
    margin-left: 0;
}

.public-btn span:last-child {
    margin-right: 0;
}

.public-btn a:first-child {
    margin-right: 35px;
}

.public-btn a:last-child {
    margin-left: 35px;
}

.ProductList_b1 .page, .ProductList_b1 li span {
    display: none;
}

/*i3*/
.i3 .B {
    width: 92%;
    position: relative;
    z-index: 0;
    top: 0;
    margin-top: 1.5%;
}

.i3 .B:before {
    content: 'product';
    text-transform: uppercase;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 6.25vw;
    color: #f6f6f6;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    line-height: 0.8;
}

.i3 .B .L {
    margin-bottom: 3%;
    color: #fff;
    background: #46456e;
    width: 45%;
    padding: 5% 4% 7% 9%;
    box-sizing: border-box;
}

.i3 .B .L h3 {
    font-size: 1.4vw;
    font-weight: normal;
}

.i3 .B .L p {
    font-size: 16px;
    line-height: 2.15;
    margin-top: 5%;
    display: -webkit-box;
    margin-bottom: 9%;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 93px;
}

.i3 .B li {
    font-size: 0;
}

.i3 .B .R {
    width: 55%;
}

.case-btn {
    position: absolute;
    width: 18%;
    text-align: center;
    font-size: 0;
    z-index: 1;
    bottom: 8%;
    right: 55%;
}

.case-btn a:first-child {
    border-right: 1px solid #46456e;
}

.case-btn a {
    transition: 0.3s ease 0s;
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-family: "å®‹ä½“";
    background: #ffcb00;
    font-weight: bold;
    box-sizing: border-box;
    color: #46456e;
    height: 4.1vw;
    line-height: 4.1vw;
}

.i3 .B .i-title {
    left: 8%;
    top: 6%;
    position: absolute;
    z-index: 2;
}

.i3 .T {
    line-height: 0.7;
    text-align: right;
    position: static;
    margin-right: 8%;
    width: 92%;
    font-size: 2.1vw;
    color: #333;
    z-index: 0;
}

.i3 .T span:before {
    content: '0';
}

.i3 .T span {
    display: inline-block;
    vertical-align: top;
}

.i3 {
    margin-top: 3.5%;
}

.i3 .swiper-pagination-current {
    font-size: 6.25vw;
    color: #ffcb00;
    font-weight: bold;
    margin-top: 0;
}

/*i4*/
.i4 {
    margin-top: 4%;
}

.i4 .T:before {
    content: 'news';
    text-transform: uppercase;
    font-family: "å¾®è½¯é›…é»‘";
    font-size: 6.25vw;
    color: #f6f6f6;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0;
    line-height: 0.8;
    transform: translateX(-50%);
}

.i4 .T {
    position: relative;
    text-align: center;
    z-index: 0;
    font-size: 0;
    padding-top: 2.5%;
}

.i4 .i-title {
    display: inline-block;
    vertical-align: top;
}

.i4 .B {
    margin-top: 2.5%;
}

#NewsList_a1 li a {
    display: block;
    width: 100%;
}

#NewsList_a1 .newimg {
    height: 23vw;
    overflow: hidden;
}

#NewsList_a1 img {
    transition: 0.5s linear 0s;
    width: 100%;
    height: 100%;
}

#NewsList_a1 .newnr {
    padding: 9.5% 7% 7%;
    width: 80%;
    background: #fff;
    margin: -25% auto 0;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    position: relative;
    z-index: 0;
}

#NewsList_a1 .newnr > b {
    transition: 0.3s ease 0s;
    text-align: center;
    font-size: 26px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

#NewsList_a1 .data {
    font-size: 20px;
    color: #666;
    text-align: center;
    margin-top: 2%;
}

#NewsList_a1 .newnr > p {
    font-size: 16px;
    color: #666;
    line-height: 2.1;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 91px;
}

#NewsList_a1 .newnr:after {
    content: 'view more';
    color: #ffcb00;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 8%;
}

#NewsList_a1 .data:after {
    display: block;
    content: '//';
    margin: 1% 0;
}

/*i-title*/
.i-title:after {
    background: #ffcb00;
    bottom: 0;
}

.i-title:before {
    top: 0;
    background: #46456e;
}

.i-title:before, .i-title:after {
    height: 50%;
    width: 6px;
    content: '';
    position: absolute;
    left: 0;
}

.i-title b {
    display: block;
    font-size: 1.4vw;
    margin-top: 0.2vw;
}

.i-title span {
    display: block;
    font-size: 1vw;
}

.i-title > strong {
    font-size: 2.6vw;
    margin-right: 10px;
}

.i-title {
    line-height: 1;
    color: #46456e;
    position: relative;
    z-index: 0;
    font-size: 0;
    padding-left: 2%;
    box-sizing: border-box;
}

.i2 .B .w-84 > div {
    position: absolute;
    width: 100%;
    opacity: 0;
    transform: scale(1, 0);
    transform-origin: top;
    top: 0;
    left: 0;
}

.i2 .B .w-84 > div.on {
    transition: transform 0s ease 0s, opacity 1s linear 0s;
    position: static;
    opacity: 1;
    transform: scale(1);
}

.ProductList_b1 #load_more_button, #NewsList_a1 .page, #NewsList_a1 #load_more_button, .i-title > strong i {
    display: none;
}

@media screen and (min-width: 1024px ) {
    .ProductList_b1 a:hover .picimg:after {
        opacity: 1;
    }

    .i2 .T li a:hover h3 {
        color: #46456e;
    }

    .video-click:hover i {
        background: #fff;
    }

    .video-click:hover i:before {
        border-color: transparent transparent transparent #ffcb00;
    }

    .ProductList_b1 li a:hover:before, .ProductList_b1 li a:hover:after {
        width: 100%;
        height: 100%;
    }

    .ProductList_b1 li a:hover img, #NewsList_a1 li a:hover img {
        transform: scale(1.2);
    }

    .public-btn a:hover {
        opacity: 1;
    }

    .public-btn a.left:hover {
        text-indent: -5px;
    }

    .public-btn a.right:hover {
        text-indent: 5px;
    }

    .case-btn a.left:hover {
        text-indent: -10px;
    }

    .case-btn a.right:hover {
        text-indent: 10px;
    }

    #NewsList_a1 li a:hover .newnr > b {
        color: #ffcb00;
    }

    .video .close:hover {
        opacity: 1;
    }
}

@media screen and (max-width: 1400px ) {
    #NewsList_a1 .newnr > b {
        font-size: 20px;
    }

    .i1 .T {
        padding-bottom: 5%;
    }

    .video-click span, .i2 .T li h3, .ProductList_b1 h3, #NewsList_a1 .data {
        font-size: 16px;
    }

    .i2 .i-title + p, .public-btn a, #NewsList_a1 .newnr:after {
        font-size: 14px;
    }

    .video-click i {
        width: 38px;
        height: 38px;
        line-height: 34px;
    }

    .video-click i:before {
        border-width: 8px 0 8px 14px;
    }

    /*.i1 .B .R { width: 75.5%; }
    .i1 .B .L { width: 24.5%; }*/
    .i1 {
        padding: 7% 0 3%;
    }

    .public-btn span {
        font-size: 16px;
        margin: 0 10px;
    }

    .public-btn a:first-child {
        margin-right: 15px;
    }

    .public-btn a:last-child {
        margin-left: 15px;
    }

    .i3 .B .L p {
        font-size: 14px;
        line-height: 1.7;
        max-height: 65px;
    }

    .case-btn {
        bottom: 8.3%;
    }

    #NewsList_a1 .newnr > p {
        font-size: 14px;
        line-height: 1.7;
        max-height: 65px;
    }
}

@media screen and (max-width: 1200px ) {
    .i1 .T {
        padding-bottom: 0;
    }

    .i1 {
        padding: 10% 0;
    }

    .i1 > .img {
        width: 50%;
    }

    .i1 .T {
        width: 37%;
    }

    #NewsList_a1 .newnr > b {
        font-size: 18px;
    }

    .i1 .B, .i1:after, .i1 .T:after {
        display: none;
    }
}

@media screen and (max-width: 1024px ) {
    #NewsList_a1 .newnr {
        width: 90%;
    }

    .i3 .B .L h3 {
        font-size: 18px;
    }

    .pricesList_a1 h2, .i1 .T > span, #NewsList_a1 .newnr > b {
        font-size: 16px;
    }

    .pricesList_a1 ul {
        padding: 5px 20px;
        margin-top: 10px;
    }

    .pricesList_a1 {
        font-size: 14px;
        bottom: 2.5%;
    }

    .i1 .T > h3 {
        font-size: 20px;
    }

    .i3 .B .L p {
        -webkit-line-clamp: 2;
        max-height: 42px;
    }

    .i3 .B .L {
        margin-bottom: 0;
        width: 50%;
        padding: 4% 4% 5% 9%;
    }

    .i3 .B .R {
        width: 100%;
    }

    #NewsList_a1 .data {
        font-size: 14px;
    }

    .case-btn {
        right: 50%;
        bottom: 0;
        transform: translateX(50%);
    }

    .i3 .B {
        width: 100%;
        margin-top: 0;
    }

    .banner.index {
        height: calc(100vh - 55px);
    }

    .i3 .B .L, .i3 .T {
        display: none;
    }
}

@media screen and (max-width: 720px ) {
    .banner.index {
        height: auto;
    }

    .pricesList_a1 h2 {
        display: inline-block;
        vertical-align: top;
        font-size: 3.33vw;
        padding: 0;
        border: none;
    }

    .pricesList_a1 {
        background: #efefef;
        position: static;
        font-size: 0;
        bottom: 0;
        box-sizing: border-box;
        padding: 4vw 2.8%;
    }

    .pricesList_a1 ul {
        font-size: 3.33vw;
        padding: 0;
        margin-top: 0;
        border: none;
    }

    .pricesList_a1 b {
        margin: 0 2vw;
    }

    .pricesList_a1 i {
        margin-left: 4vw;
    }

    .i-title {
        padding-left: 5.2vw;
        line-height: normal;
        display: inline-block;
        vertical-align: top;
    }

    .i-title > strong {
        margin-right: 0;
        font-size: 6.5vw;
    }

    .i-title > strong i {
        display: inline-block;
        vertical-align: top;
        font-size: 6.5vw;
        margin-top: 0;
        font-weight: bold;
    }

    .i1, .i2, .i3, .i4 {
        padding: 0;
        padding-bottom: 11vw;
        border-bottom: 5px solid #ededed;
    }

    .i2 {
        text-align: center;
    }

    .i2 .T:before, .i3 .B:before, .i4 .T:before {
        font-size: 16.6vw;
        color: #f6f6f6;
        left: 50%;
        transform: translateX(-50%);
    }

    .i1 > .img {
        width: 100%;
        position: relative;
        margin-top: 7vw;
        z-index: 0;
    }

    .i1 .mob-720 {
        position: relative;
        text-align: center;
        z-index: 0;
        padding-top: 8vw;
    }


    .video-click {
        cursor: pointer;
        color: #f7f7f7;
        position: absolute;
        left: 10vw;
        bottom: 10vw;
    }

    .video-click span {
        font-size: 4.4vw;
        margin-left: 2.5vw;
    }

    .video-click i {
        width: 5.8vw;
        height: 5.8vw;
        line-height: 5.8vw;
        box-sizing: content-box;
    }

    .video-click i:before {
        border-width: 1.6vw 0 1.6vw 2.4vw;
    }

    .i1 .T {
        width: 94.4%;
        padding: 0;
        margin: 11vw auto 0;
        text-align: center;
    }

    .i1 .T > h3 {
        font-size: 5.5vw;
        text-align: left;
    }

    .i1 .T > span {
        font-size: 4.2vw;
        text-align: left;
    }

    .i1 .T > p {
        line-height: 1.7;
        font-size: 16px;
        margin: 5.5vw 0;
        max-height: none;
        text-align: left;
        margin-bottom: 8vw;
    }

    .i2 .T .w-84 {
        width: 100%;
    }

    .i2 .T {
        margin-top: 0;
        padding-top: 7%;
    }

    .i2 .T ul {
        margin-top: 6.5%;
    }

    .i2 .T li i {
        height: 10vw;
        margin-bottom: 2vw;
    }

    .i2 .T li h3, .i2 .T li a.on h3 {
        font-size: 3.8vw;
        color: #444;
    }

    .i2 .T li a {
        padding: 17% 0;
    }

    .ProductList_b1 h3 {
        font-size: 3.8vw;
    }

    .ProductList_b1 .picimg {
        height: 47vw;
    }

    .public-btn span {
        border: none !important;
        font-size: 0;
        width: 8px;
        margin: 0 5px;
        height: 8px;
        background: #fff;
        border-radius: 50%;
    }

    .public-btn .swiper-pagination-bullet-active {
        background: #46456e;
    }

    .public-btn {
        margin-top: 6%;
    }

    .i3 .B .i-title {
        left: 0;
        top: 0;
        position: relative;
        z-index: 2;
        margin-bottom: 8vw;
    }

    .i3 .B {
        width: 94.4%;
        text-align: center;
        padding-top: 5vw;
        margin: 0 auto 8vw;
    }

    .case-btn {
        width: 100%;
        top: 0;
        bottom: auto;
    }

    .case-btn a {
        font-size: 4.4vw;
        height: 11vw;
        line-height: 11vw;
        border-bottom: 1px solid #fff;
    }

    .i3 .swiper-container {
        padding-top: 11vw;
    }

    .case-btn a:first-child {
        border-right: 1px solid #fff;
    }

    .i3 .B .R {
        position: relative;
        z-index: 0;
    }

    .i3 .B .R:before {
        content: attr(title);
        color: #fff;
        font-size: 4.4vw;
        position: absolute;
        width: 100%;
        left: 0;
        text-align: center;
        padding: 0 3vw;
        box-sizing: border-box;
        bottom: 7vw;
    }

    .i3 .mob-720 {
        text-align: center;
    }

    #NewsList_a1 .newnr {
        margin: 0;
        width: 100%;
        padding: 7vw 2.8%;
        border-left: none;
        border-right: none;
        border-bottom-width: 5px;
    }

    .i4 .B ul {
        display: block;
    }

    .i4 .T {
        padding-top: 5.5%;
    }

    .i4 .B {
        width: 100%;
        margin-top: 5vw;
        margin-bottom: 8vw;
    }

    #NewsList_a1 .newnr > b {
        font-size: 4.7vw;
        text-align: left;
    }

    #NewsList_a1 .newnr > p {
        font-size: 4.4vw;
        line-height: 2;
        max-height: none;
        margin-top: 4vw;
    }

    .i4 .B li:nth-child(1), .i4 .B li:nth-child(2), .i4 .B li:nth-child(3) {
        display: block;
    }

    .i4 .mob-720 {
        text-align: center;
    }

    .i4 {
        border: none;
    }

    .i-footer .footer-box {
        margin-top: 0;
    }

    .i2 .B {
        padding: 8vw 0;
        margin-bottom: 8vw;
    }

    .video .close {
        top: 5vw;
        right: 5vw;
    }

    .i-title b, .i-title span, .i1 .T:before, .i2 .i-title + p, .i2 .T li p, .public-btn a, #NewsList_a1 .newimg, #NewsList_a1 .newnr:after, #NewsList_a1 .data, .i4 .B li, .news-btn.public-btn {
        display: none;
    }
}

@charset "utf-8";
/*banner*/
.VideoDisplay_a1_C iframe, .VideoDisplay_a1_C video {
    width: 100%;
    height: 42vw;
    background: #000;
}

.BannerShow_b1 a, .BannerShow_b1 img {
    display: block;
    width: 100%;
}

.banner-btn > div {
    cursor: pointer;
    width: auto;
    position: static;
    display: inline-block;
    vertical-align: bottom;
}

.banner-btn {
    bottom: 0;
    position: absolute;
    width: 25.5%;
    right: 0;
    color: #333;
    text-align: center;
    z-index: 1;
    font-size: 18px;
    background: #fff;
    height: 60px;
}

.banner-pagination {
    display: none;
    font-size: 24px;
}

.arrow-left, .arrow-right {
    opacity: 0.6;
    width: 3.125vw;
    font-family: "宋体";
    font-size: 1.3vw;
    color: #666;
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 3.125vw;
    text-align: center;
    line-height: 3.125vw;
    border-radius: 50%;
}

.about .arrow-left, .about .arrow-right {
    color: #fff;
    border-color: #fff;
}

.BannerShow_b1 img {
}

.BannerShow_b1 [class*="active"] img {
}

.banner-btn:before {
    content: '';
    display: inline-block;
    vertical-align: bottom;
    height: 100%;
    width: 0;
}

.arrow-left {
    left: 5%;
}

.arrow-right {
    right: 5%;
}

.BannerShow_b1 {
    background: #000;
}

/*menu-box*/
#MenuList_f1_public-bg {
    z-index: 2;
    height: calc(100% - 90px);
    top: 90px;
}

.menu-box {
    height: 90px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.menu-box .M {
    overflow: hidden;
    height: 100%;
    width: calc(83% - 130px);
    background: #fff;
    position: relative;
    z-index: 0;
    margin-right: 5%;
}

/*--menu-box end-----------------*/
/*主导航菜单 2018.02.26*/
.MenuList_f1 {
    transition: 0.3s ease 0s;
    position: fixed !important;
    top: 90px;
    z-index: 2 !important;
    background: #fff;
    right: -350px;
    height: calc(100vh - 90px);
    width: 350px;
    overflow: hidden;
    opacity: 0;
}

.MenuList_f1.on {
    overflow: auto;
    opacity: 1;
    right: 0;
}

.MenuList_f1 > ul {
    line-height: 60px;
    width: 100%;
}

.MenuList_f1 > ul {
    font-size: 0;
    display: block;
    text-align: right;
}

.MenuList_f1 > ul > li {
    position: static;
    text-align: center;
}

.MenuList_f1 > ul > li a {
    display: block;
    text-transform: capitalize;
}

.MenuList_f1 > ul > li a span {
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
}

.MenuList_f1 > ul > li > :first-child {
    font-weight: normal;
    display: block;
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #333;
}

.MenuList_f1 > ul > li > :first-child:before {
    transition: 0.3s ease 0s;
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: -1;
    background: #ffcb00;
    left: 0;
    bottom: 0;
}

.MenuList_f1 > ul > li > :first-child.on:before {
    width: 100%;
}

.MenuList_f1 > ul > li > :nth-child(2) {
    transform-origin: top;
    overflow: hidden;
    background: #f5f5f5;
    left: 0;
    z-index: 2;
    width: 100%;
}

.MenuList_f1 > ul > li ul li {
    max-width: none;
    float: none;
    width: auto;
    padding: 0px;
}

.MenuList_f1 > ul > li ul li a {
    transition: 0.3s ease 0s;
    height: 0;
    text-transform: capitalize;
    width: 100%;
    overflow: hidden;
    display: block;
    color: #333;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    line-height: 0;
    box-sizing: border-box;
}

.MenuList_f2 {
    transition: 0.3s ease 0s;
    overflow: hidden;
}

.MenuList_f2, .MenuList_f2 > ul {
    line-height: 90px;
    width: 100%;
}

.MenuList_f2 > ul {
    font-size: 0;
    display: block;
    text-align: right;
}

.MenuList_f2 > ul > li {
    position: static;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.MenuList_f2 > ul > li a {
    display: block;
    text-transform: capitalize;
}

.MenuList_f2 > ul > li a span {
    text-transform: capitalize;
    display: inline-block;
    padding: 0 1.8vw;
    box-sizing: border-box;
    vertical-align: middle;
    line-height: normal;
    border-left: 1px dashed #46456e;
}

.MenuList_f2 > ul > li > :first-child {
    font-weight: normal;
    display: block;
    position: relative;
    z-index: 0;
    font-size: 16px;
    color: #333;
}

.MenuList_f2 > ul > li:first-child span {
    border: none;
}

.MenuList_f2 > ul > li > :first-child.on {
    color: #ffcb00;
}

.MenuList_f2 > ul > li > :nth-child(2) {
    display: none;
    transform-origin: top;
    opacity: 0;
    transform: scale(1, 0);
    overflow: hidden;
    line-height: 80px;
    background: #FFF;
    background: rgba(255, 255, 255, 0.96);
    left: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
}

.MenuList_f2 > ul > li ul li {
    max-width: none;
    float: none;
    margin-left: 80px;
    width: auto;
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.MenuList_f2 > ul > li ul li a {
    text-transform: capitalize;
    width: 100%;
    overflow: hidden;
    display: block;
    color: #555;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
}

body.on .MenuList_f2 {
    transform: translateY(-100%);
}

/*汉堡菜单PC*/
.menu-i.on .menu-icon span:after {
    transform: rotateZ(-45deg);
}

.menu-i.on .menu-icon span:before {
    transform: rotateZ(45deg);
}

.menu-i.on .menu-icon span {
    background: transparent;
}

.menu-i.on .menu-icon span:before, .menu-i.on .menu-icon span:after {
    bottom: 0;
    top: 0;
}

.menu-icon span, .menu-icon span:before, .menu-icon span:after {
    vertical-align: middle;
    transition: 0.3s ease 0s;
    display: inline-block;
    height: 2px;
    background: #46456e;
    content: '';
    width: 40px;
}

.menu-icon span:before, .menu-icon span:after {
    position: absolute;
    left: 0;
}

.menu-icon span:before {
    top: -10px;
}

.menu-icon span:after {
    bottom: -10px;
}

.menu-icon span {
    position: relative;
    margin: 0 auto;
}

.menu-i {
    width: 40px;
    transition: 0.5s ease 0.5s;
    opacity: 1;
    top: 0;
    right: 0;
    overflow: hidden;
    margin-left: 0;
    text-align: center;
    height: 90px;
    float: right;
    line-height: 90px;
    z-index: 0;
}

.menu-icon {
    cursor: pointer;
}

.menu-i1 {
    transition: 0.3s ease 0.8s;
    opacity: 1;
    right: 0;
}

/*menu-slide 用slide注意效果遮挡*/
.menu-slide {
    z-index: -1;
    position: absolute;
    height: 100%;
    bottom: 0;
    transition: 0.5s cubic-bezier(0.21, 0.8, 0.31, 1.21) 0s;
    overflow: hidden;
}

#MenuList_f2_menu-slide i {
    display: block;
    height: 4px;
    background: #ffcb00;
    width: 100%;
}

#MenuList_f2_menu-slide:after {
    content: '';
    display: block;
    margin: 0 auto;
    border-style: solid;
    border-color: #ffcb00 transparent transparent;
    border-width: 8px 9px 0;
    width: 0;
    height: 0;
}

.MenuList_f1.slide-menu {
    position: relative;
    z-index: 1;
}

/*导航定位使用的类*/
.menu-fix {
    position: fixed;
    margin-top: 0;
    left: 0;
    top: 0;
    z-index: 2;
}

/*---导航end------------------------------------------------------------------------------------------------------------------------*/

/*logo*/
.menu-w {
    font-size: 0;
    width: 84%;
    margin: 0 auto;
    height: 100%;
}


/*--logo end------------------------------------------*/

/*language*/
.language_box {
    margin-left: 3.5%;
    width: 90px;
    text-align: center;
    border-radius: 99px;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
}

.language_box a {
    font-size: 14px;
    display: inline-block;
    color: #333;
    text-transform: uppercase;
    width: 50%;
    height: 30px;
    line-height: 30px;
    background: #eee;
    border-radius: 0;
    text-align: center;
    vertical-align: top;
}

.language_box a.on {
    background: #46456e;
    color: #fff;
}

.language_box a:first-child {
    margin-left: 0;
}

/*--language end----------*/
/*f_type:true*/
.MenuList_f1.swiper > ul > li {
    position: static;
}

/*f_type:true*/
.MenuList_f1.swiper > ul {
    display: flex;
}

/*public*/
.w-84 {
    width: 84%;
    margin: 0 auto;
}

.w-73 {
    width: 73%;
    margin: 0 auto;
}

.menu-box.menu-fix + .banner {
    margin-top: 90px;
}

.banner {
    position: relative;
    z-index: 0;
}

.page-banner .pc-720 {
    height: 28vw;
    overflow: hidden;
}

.ResTitle_a1 em {
    font-size: 1.6vw;
    display: block;
}

.ResTitle_a1 br {
    display: none;
}

.ResTitle_a1 span {
    margin-bottom: 5px;
    display: block;
    font-size: 2.6vw;
}

.ResTitle_a1 {
    color: #fff;
    position: absolute;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}


.NavList_a1 ul, #NavigationList_d1 ul {
    overflow: hidden;
}

.NavList_a1 li, #NavigationList_d1 li {
    text-transform: capitalize;
    width: 14.6vw;
    float: left;
    text-align: center;
}

.NavList_a1 a, #NavigationList_d1 a {
    border-left: 1px solid #eee;
    z-index: 0;
    position: relative;
    padding: 11% 0;
    display: block;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
}

.NavList_a1 a:before, #NavigationList_d1 a:before {
    content: '';
    width: 0;
    height: 100%;
    background: #ffcb00;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    transition: 0.3s ease 0s;
}

.NavList_a1 a.on:before, #NavigationList_d1 a.on:before {
    width: 100%;
    left: 0;
}

.NavList_a1 li:first-child a, #NavigationList_d1 li:first-child a {
    border-left: none;
}

.page-box {
    padding-top: 10%;
    position: relative;
    z-index: 0;
}


.ResTitle_a2 {
    text-align: center;
    font-size: 4.2vw;
    text-transform: uppercase;
    background: #ffcb00;
    color: #666;
    padding: 4vw 0;
}

.nav .mob-720 i, .nav .mob-720 > :last-child:before {
    content: '';
    display: block;
    width: 6vw;
    height: 2px;
    background: #ffcb00;
    margin: 0 auto;
}

.nav .mob-720 > :last-child:before {
    margin-bottom: 1vw;
}

.nav .mob-720 > :last-child:after {
    content: '';
    border-style: solid;
    border-color: #ffcb00 transparent transparent;
    border-width: 3.2vw 3.2vw 0 3.2vw;
    display: block;
    width: 0;
    height: 0;
    margin: 1vw auto 0;
}

.news + .footer-box, .case + .footer-box {
    margin-top: 0;
}

/*i-a*/
.i-a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    text-transform: uppercase;
}

.i-a span {
    transition: 0.3s ease 0s;
    font-size: 16px;
    color: #666;
}

.i-a i {
    transition: 0.3s ease 0s;
    font-size: 18px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background: #c7000d;
    font-family: "宋体";
    text-align: center;
    margin-left: 20px;
}

.i3 .i-a span {
    color: #fff;
}

.rid-img img:first-child {
    margin-top: 0;
}

.rid-img img {
    max-width: 100%;
    margin: 10% auto 0;
}

/*报价*/
.pricesList_a1 h2 {
    font-size: 20px;
    font-weight: normal;
    color: #666;
    border-left: 6px solid #ecbc00;
    padding-left: 14px;
}

.pricesList_a1 {
    position: absolute;
    font-size: 16px;
    color: #666;
    left: 8%;
    bottom: 8.5%;
    z-index: 1;
}

.pricesList_a1 ul {
    display: inline-block;
    border: 1px solid rgba(102, 102, 102, 0.6);
    vertical-align: top;
    padding: 10px 30px;
    margin-top: 20px;
}

.pricesList_a1 b {
    color: #46456e;
    margin: 0 20px 0 30px;
}

.pricesList_a1 i {
    margin-left: 20px;
}

/*footer*/
.footer-box {
    background: #46456e;
    border-top: 6px solid #ffcb00;
    color: #fff;
    margin-top: 4%;
}

.footer-box .T {
    position: relative;
    z-index: 0;
    margin-top: 4%;
    margin-bottom: 3%;
}

.MenuList_f3 > ul > li > h3:after {
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    background: #fff;
    margin-top: 15px;
}

.MenuList_f3 > ul > li > ul h3 {
    font-size: 14px;
    font-weight: normal;
}

.MenuList_f3 > ul > li > h3 {
    font-size: 16px;
    font-weight: normal;
}

.MenuList_f3 > ul > li li {
    margin-top: 20px;
}

.MenuList_f3 > ul > li {
    text-transform: capitalize;
    margin-left: 6%;
    display: inline-block;
    vertical-align: top;
}

.MenuList_f3 > ul > li:first-child + li {
    margin-left: 0;
}

.footer-box .T .R {
    position: absolute;
    width: 130px;
    font-size: 16px;
    z-index: 0;
    right: 0;
    top: 0;
    text-align: center;
}

.footer-box .T .R p {
    margin-top: 5px;
}

.footer-box .B {
    text-align: center;
    font-size: 14px;
    border-top: 1px solid #292847;
    padding: 20px 0;
}

.footer-box .B img {
    display: inline-block;
}

.MenuList_f3 a {
    transition: 0.3s ease 0s;
    display: block;
    position: relative;
    z-index: 0;
}

/*rid34*/
.rid34 strong {
    font-weight: normal;
    font-size: 1.6vw;
}

.rid34 p {
    font-size: 16px;
    color: #666;
    line-height: 2.25;
    margin-top: 1.5%;
}

.rid34 i {
    font-size: 0;
    display: block;
    width: 100%;
    margin-top: 5%;
}

.rid34 .L {
    width: 35.7%;
    display: inline-block;
    vertical-align: top;
}

.rid34 .R {
    width: 63.5%;
    display: inline-block;
    vertical-align: top;
    margin-left: 0.8%;
}

.rid34 .L img:first-child {
    margin-bottom: 2%;
}

/*news*/
#NewsList_a1 .data b:before {
    content: '-';
}


.news #NewsList_a1 img {
    width: 100%;
    height: 100%;
}

.ProductList_b2 li img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
    transition: 0.5s linear 0s;
}

.news #NewsList_a1 ul, .ProductList_b2 ul {
    font-size: 0;
}


.news #NewsList_a1 li:nth-child(3n+1), .ProductList_b2 li:nth-child(3n+1) {
    margin-left: 0;
}

.news #NewsList_a1 .newimg {
    background: #ffcb00;
    box-sizing: border-box;
    transition: 0.3s ease 0s;
    height: 16vw;
    overflow: hidden;
}

.ProductList_b2 li .picimg {
    background: #fff;
    height: 16vw;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 0;
}

.ProductList_b2 li .picimg:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}

.news #NewsList_a1 .data {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 3%;
}

.news #NewsList_a1 .newnr {
    box-sizing: border-box;
    width: 100%;
    padding: 5.5% 11% 9%;
}

.news #NewsList_a1 .newnr > p {
    margin-top: 3%;
    font-size: 14px;
    color: #666;
    line-height: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-height: 78px;
}

.news #NewsList_a1 .newnr > b {
    font-size: 18px;
    display: block;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
}

.news #NewsList_a1 li a, .ProductList_b2 li a {
    display: block;
    background: #fff;
}

.ProductList_b2 li a {
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 0;
}

.news #NewsList_a1 .i-a {
    display: block;
    text-align: center;
    border-top: 1px solid #ebebeb;
    padding: 2.5% 0;
}

.news #NewsList_a1 .i-a i {
    margin-left: -40px;
    opacity: 0;
}

.news #NewsList_a1 .i-a span {
    color: #ffcb00;
}

.ProductList_b2 li h3 {
    transition: 0.3s ease 0s;
    margin-top: 10px;
    padding: 6% 0;
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-top: 1px solid #eee;
}

.ProductList_b2 li a:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0;
    transition: 0.3s ease 0s;
    background: #ffcb00;
}

/*case*/
.case {
    background: #f9f9f9;
    padding-bottom: 6.5%;
}

.case .w-73 {
    background: #fff;
    font-size: 0;
}

.rid45 .R {
    width: 100%;
    display: block;
    margin-top: 5%;
}

.PhotoList_i2 ul {
    box-sizing: border-box;
    padding: 4% 5%;
}

.PhotoList_i2 li a {
    display: block;
    font-size: 0;
}

.PhotoList_i2 li {
    margin: 0 0 2%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #46456e;
    width: 33.33333%;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.5;
    padding-right: 2%;
}

.PhotoList_i2 li a:before {
    margin-top: 9px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #46456e;
    vertical-align: middle;
    margin-right: 8%;
}

.PhotoList_i2 h4 {
    display: inline-block;
    vertical-align: top;
    max-width: calc(92% - 18px);
    font-weight: normal;
    font-size: 18px;
}

/*contact*/
.contact {
    background: #fbfbfb;
    padding-bottom: 6.5%;
}

.contact .w-73 {
    font-size: 0;
    background: #ffcb00;
}

.rid52 .L {
    width: 35.7%;
    color: #444;
}

.rid52 .R {
    font-size: 14px;
    width: 64.3%;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}

.rid52 .L > div {
    width: 100%;
    padding: 0 12%;
    box-sizing: border-box;
}

.rid52 .L strong {
    font-size: 1.4vw;
    display: block;
}

.rid52 .L p {
    margin-top: 5px;
    font-size: 12px;
    color: #2d435f;
    text-transform: uppercase;
}

.rid52 .L i img {
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    max-width: 50%;
    max-height: 50%;
    transform: translate(-50%, -50%);
}

.rid52 .L i {
    background: #ffcb00;
    position: relative;
    width: 10%;
    padding: 5% 0;
    border: 1px solid #2e435e;
    border-radius: 50%;
    z-index: 0;
}

.rid52 li span {
    font-size: 16px;
    line-height: 1.75;
    margin-left: 5%;
    width: calc(85% - 2px);
    margin-top: 2%;
}

.rid52 .L ul {
    position: relative;
    z-index: 0;
    margin-top: 11%;
}

.rid52 .L ul:before {
    content: '';
    position: absolute;
    top: 0;
    left: 5%;
    width: 1px;
    background: #2e435e;
    height: 100%;
}

.rid52 .L li {
    margin-top: 8%;
}

.rid52 .L li:first-child {
    margin-top: 0;
}

/*rid35*/
.rid35 .PhotoList_i1 img {
    max-height: 90%;
    max-width: 90%;
}

/*video*/
.VideoList_d1 li span {
    box-sizing: border-box;
    position: absolute;
    font-size: 1vw;
    color: #fff;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 3.5% 10px;
    transition: 0.3s ease 0s;
    transform: translateY(100%);
    opacity: 0;
    z-index: 0;
}

.VideoList_d1 li a img {
    height: 100%;
}

.VideoList_d1 li a {
    display: block;
    height: auto;
    position: relative;
    z-index: 0;
}

.VideoList_d1 li:nth-child(2n+1) {
    margin-left: 0;
}

.VideoList_d1 ul {
    font-size: 0;
}

.VideoList_d1 li {
    margin-bottom: 4%;
    overflow: hidden;
    position: relative;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 100%;
    z-index: 0;
}

.VideoList_d1 li a:before {
    position: absolute;
    content: '';
    width: 90px;
    height: 90px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid #ffcb00;
    top: 50%;
    left: 50%;
    background: transparent;
    transition: 0.3s ease 0s;
    z-index: 0;
    margin-left: -45px;
    margin-top: -45px;
}

.VideoList_d1 li a:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffcb00;
    top: 50%;
    border-width: 15px 0 15px 24px;
    left: 50%;
    margin-left: -12px;
    margin-top: -15px;
    transition: 0.3s ease 0s;
}

.VideoDisplay_a1 h2 {
    color: #46456e;
    text-align: center;
    font-size: 1.9vw;
    margin-bottom: 3%;
}

.VideoDisplay_a1_C iframe {
    width: 100%;
    display: block;
    height: 40.8vw;
}

/*slide*/
.slide-box {
    width: 70px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 1;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.slide-box a {
    background: #ffcb00;
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 0;
    z-index: 1;
}

.slide-box i {
    display: block;
}

.slide-box p {
    font-size: 12px;
    color: #666;
    margin-top: 10px;
    transition: 0.3s ease 0s;
}

.slide-box img {
    max-width: 45%;
    margin: 0 auto;
    transition: 0.3s ease 0s;
}

.slide-box a:hover img {
    transform: translateY(-5px);
}

.slide-box a:hover p {
    color: #46456e;
}

.ClassList_b1 {
    background: #eee;
    text-transform: capitalize;
}

.ClassList_b1 a {
    height: 100%;
    transition: 0.3s ease 0s;
    font-size: 16px;
    color: #444;
    display: block;
    text-align: center;
    box-sizing: border-box;
    padding: 15px 10px;
}

.ClassList_b1 ul {
    font-size: 0;
    display: flex
}

.ClassList_b1 li {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.ClassList_b1 a.on {
    background: #46456e;
    color: #fff;
}

.ProductList_b2 {
    margin-top: 4%;
}

.VideoDisplay_a1_back, .MenuList_f3 > ul > li:first-child, .ResTitle_a2 br, .ResTitle_a2 em, #NewsList_a1 .data i, .ProductList_b2 li span, .PhotoList_i2 img, .PhotoList_i2 span {
    display: none;
}

@media screen and (min-width: 1025px ) {
    .arrow-left:hover, .arrow-right:hover {
        opacity: 1;
    }

    .ClassList_b1 a:hover {
        color: #46456e;
    }

    .MenuList_f1 > ul > li > :nth-child(2) {
        display: block !important;
    }

    .i-a:hover i {
        transform: rotateZ(180deg);
    }

    .i1 .i-a:hover span {
        color: #46456e;
    }

    .MenuList_f1 > ul > li:hover > :nth-child(2) {
        height: auto;
        transition: none;
        opacity: 1;
        transform: none;
    }

    .MenuList_f1 > ul > li:hover > :first-child {
    }

    .MenuList_f3 a:hover {
        color: #ffcb00;
    }

    .MenuList_f1 > ul > li:hover > :nth-child(2) li a {
        height: 50px;
        line-height: 50px;
        opacity: 1;
    }

    .MenuList_f1 > ul > li ul li a:hover {
        background: #eee;
    }

    .MenuList_f2 > ul > li:hover > :first-child {
        color: #ffcb00;
    }

    .MenuList_f2 > ul > li ul li a:hover {
        color: #46456e;
    }

    .language_box a:hover {
    }

    .MenuList_f1 > ul > li:hover > :first-child:before {
        width: 100%;
    }

    .MenuList_f2 > ul > li:hover > :nth-child(2) {
        transition: 0.3s ease 0s;
        transform: scale(1);
        opacity: 1;
    }

    .NavList_a1 a:hover:before, #NavigationList_d1 a:hover:before {
        width: 100%;
        left: 0;
    }

    .news #NewsList_a1 li a:hover .i-a i {
        margin-left: 20px;
        opacity: 1;
    }

    .news #NewsList_a1 li a:hover .newimg {
        padding: 8px;
    }

    .ProductList_b2 li a:hover img {
        transform: scale(1.1);
    }

    .ProductList_b2 li a:hover:before {
        height: 100%;
    }

    .ProductList_b2 li a:hover .picimg:after {
        top: 43%;
        opacity: 1;
    }

    .VideoList_d1 li:hover span {
        transform: translate(0);
        opacity: 1;
    }

    .VideoList_d1 li:hover a:before {
        background: #ffcb00;
    }

    .VideoList_d1 li:hover a:after {
        border-color: transparent transparent transparent #fff2bd;
    }

    .ProductList_b2 li a:hover h3 {
        border-color: transparent;
    }
}

@media screen and (max-width: 1400px ) {
    .banner-pagination {
        font-size: 18px;
    }

    .banner-btn {
        height: 45px;
    }

    .banner-btn .arrow-left, .banner-btn .arrow-right {
        font-size: 20px;
    }

    .MenuList_f3 > ul > li {
        margin-left: 4%;
    }

    .i-a span, .rid52 li span, .ClassList_b1 a {
        font-size: 14px;
    }

    .i-a i {
        font-size: 16px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        margin-left: 10px;
    }

    .banner-btn, .banner-btn .arrow-left, .banner-btn .arrow-right, .news #NewsList_a1 .newnr > b, .PhotoList_i2 h4 {
        font-size: 16px;
    }

    .news #NewsList_a1 .newnr > p {
        font-size: 12px;
        max-height: 67px;
    }

    .PhotoList_i2 ul {
    }

    .PhotoList_i2 li a:before {
        width: 6px;
        height: 6px;
    }

    .rid52 .L {
        width: 45%;
    }

    .rid52 .R {
        width: 55%;
    }

    .rid52 .L > div {
        padding: 0 8%;
    }

    .footer-box .T .R {
        width: 100px;
        font-size: 12px;
    }

    .VideoList_d1 li a:before {
        border: 2px solid #ffcb00;
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }
}

@media screen and (max-width: 1200px ) {
    .footer-box .T .R {
        display: none;
    }
}

@media screen and (max-width: 1024px ) {
    .VideoDisplay_a1_C iframe, .VideoDisplay_a1_C video {
        height: 70vw;
    }

    /*涓诲鑸搷搴� 2018.5.07 褰撻€夋嫨鎷ㄥ姩鏃朵竴绾у拰浜岀骇涓嶈兘涓€寮€濮嬪氨闅愯棌*/
    .arrow-left, .arrow-right {
        width: 5vw;
        font-size: 2.5vw;
        height: 5vw;
        line-height: 5vw;
    }

    .MenuList_f1 {
        line-height: normal;
        overflow: auto;
        top: 55px;
        right: -220px;
        position: absolute;
        background: #fff;
        width: 220px;
        height: calc(100vh - 55px)
    }

    .MenuList_f1 > ul {
        height: auto;
    }

    .MenuList_f1 > ul > li > :first-child:after {
        display: none;
    }

    .MenuList_f1 > ul > li a {
        padding: 0 15px 0 20px;
    }

    .MenuList_f1 > ul > li > :first-child {
        text-align: left;
        display: block;
        font-size: 14px;
        line-height: 40px;
        height: 40px;
    }

    .MenuList_f1 > ul > li > :first-child.icon a:after {
        transition: 0.3s ease 0s;
        display: block;
        float: right;
        content: '>';
        font-family: "瀹嬩綋", "SimSun";
    }

    .MenuList_f1 > ul > li {
        overflow: hidden;
        border-top: 1px solid #eee;
        max-width: none;
        width: 100%;
        display: block;
        margin-left: 0;
    }

    .MenuList_f1 > ul > li > :nth-child(2) {
    }

    .MenuList_f1 > ul > li ul li {
    }

    .MenuList_f1 > ul > li ul li a {
        font-size: 14px;
        padding-left: 20px;
        text-align: left;
        line-height: 40px;
        height: 40px;
    }

    .MenuList_f1 > ul > li > :nth-child(2).on li a {
        opacity: 1;
        line-height: 40px;
        height: 40px;
    }

    .MenuList_f1 > ul > li > :first-child.on + ul a {
    }

    .MenuList_f1 > ul > li > :first-child.on a:after {
        transform: rotateZ(90deg);
    }

    /*姹夊牎鎸夐挳*/
    .menu-i {
        overflow: hidden;
        width: 35px;
        height: 55px;
        line-height: 55px;
    }

    .menu-icon {
        display: block;
        height: 100%;
        background: none;
    }

    .menu-icon span {
        position: relative;
        margin: 0 auto;
    }

    .menu-icon span, .menu-icon span:before, .menu-icon span:after {
        width: 30px;
    }

    .menu-icon span:before, .menu-icon span:after {
        position: absolute;
        left: 0;
    }

    .menu-icon span:before {
        top: -8px;
    }

    .menu-icon span:after {
        bottom: -8px;
        width: 20px;
    }

    .menu-i.on .menu-icon span:after {
        transform: rotateZ(-45deg);
        width: 30px;
    }

    .menu-i.on .menu-icon span:before {
        transform: rotateZ(45deg);
    }

    .menu-i.on .menu-icon span {
        background: transparent;
    }

    .menu-i.on .menu-icon span:before, .menu-i.on .menu-icon span:after {
        bottom: 0;
        top: 0;
    }

    /*---瀵艰埅end------------------------------------------------------------------------------------------------------------------------*/
    .menu-box {
        position: fixed;
        height: 55px;
        z-index: 2;
        top: 0;
        left: 0;
    }

    .language_box {
        display: block;
        margin: 30px auto;
    }

    .language_box a {
    }

    .w-84, .menu-w, .w-73 {
        width: 94.4%;
    }

    .logo {
        width: auto;
    }

    .logo a {
        height: 45.5%;
    }

    .logo img {
        width: auto;
        height: 100%;
    }

    #MenuList_f1_public-bg {
        height: calc(100% - 55px);
        top: 55px;
    }

    .MenuList_f1.on {
    }

    .menu-w {
        position: relative;
        z-index: 0;
    }

    .menu-w > .R {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }

    .banner {
        margin-top: 55px;
    }

    .MenuList_f3 > ul > li > h3, .NavList_a1 a, .rid34 p, #NavigationList_d1 a {
        font-size: 14px;
    }

    .MenuList_f3 > ul > li > ul h3 {
        font-size: 12px;
    }

    .footer-box .T {
        text-align: center;
    }

    .MenuList_f3 a {
        text-align: left;
    }

    .MenuList_f3 > ul > li li {
        margin-top: 15px;
    }

    .rid34 strong {
        font-size: 18px;
    }

    .nav {
        padding-left: 2.8%;
    }

    .NavList_a1 li, #NavigationList_d1 li {
        width: 18.88vw;
    }

    .news #NewsList_a1 .newimg {
        height: 20vw;
    }

    .rid52 .L strong, .VideoDisplay_a1 h2 {
        font-size: 20px;
    }

    .rid52 .L, .rid52 .R {
        width: 100%;
        border: none;
    }

    .contact .w-73 {
        display: block;
    }

    .rid52 .L > div {
        padding: 5%;
    }

    .rid52 .L i {
        width: 36px;
        height: 36px;
        padding: 0;
    }

    .rid52 .L ul {
        margin-top: 5%;
    }

    .rid52 li span {
        font-size: 16px;
        line-height: 1.75;
        margin-left: 20px;
        width: calc(100% - 58px);
        margin-top: 5px;
    }

    .rid52 .L ul:before {
        left: 18px;
    }

    .rid52 .L li {
        margin-top: 3%;
    }

    .VideoList_d1 li a {
        height: 28vw;
    }

    .VideoDisplay_a1_C iframe {
        height: 50vw;
    }

    .menu-slide, .menu-box .M, .footer-box .T .R {
        display: none;
    }
}

@media screen and (max-width: 720px ) {
    .banner-pagination .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
    }

    .banner-pagination .swiper-pagination-bullet-active {
        background: #46456e;
    }

    .banner-pagination {
        font-size: 0;
        bottom: 8% !important;
        display: block;
    }

    .footer-box .B {
        text-align: center;
        font-size: 3.8vw;
        border-top: none;
        padding: 5.5vw 0;
        line-height: 1.5;
    }

    .footer-box .B > * {
        display: block;
    }

    .ResTitle_a1 span {
        margin-bottom: 0.5vw;
        font-size: 6.6vw;
    }

    .ResTitle_a1 em {
        font-size: 3.33vw;
    }

    .footer-box {
        border: none;
        margin-top: 6vw;
    }

    .nav {
        width: 100%;
        padding-left: 0;
        margin-left: 0;
    }

    .NavList_a1 li, #NavigationList_d1 li {
        width: 100%;
        float: none;
    }

    .NavList_a1 a, #NavigationList_d1 a {
        border-left: none;
        font-size: 4.4vw;
        padding: 3vw 23.5% 3vw 0;
        border-top: 1px solid #eee;
        position: relative;
        z-index: 0;
    }

    .NavList_a1 a:after, #NavigationList_d1 a:after {
        content: '>';
        position: absolute;
        width: 23.5%;
        text-align: center;
        font-family: "瀹嬩綋";
        right: 0;
        top: 50%;
        z-index: -1;
        margin-top: -2.2vw;
    }

    .NavList_a1, #NavigationList_d1 {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 0;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.05);
    }

    .rid34 strong {
        font-size: 6.3vw;
    }

    .rid34 p {
        font-size: 4.4vw;
        line-height: 2;
        margin-top: 5.5vw;
    }

    .page-box {
        padding-top: 20.5vw;
        min-height: 200px;
    }

    .rid34 .R {
        display: block;
        width: 100%;
        margin-left: 0;
    }

    .rid34 i {
        margin-top: 4vw;
    }

    .i-a span, .PhotoList_i2 h4 {
        font-size: 4.4vw;
    }

    .i-a i {
        font-size: 4.4vw;
        width: 8vw;
        height: 8vw;
        line-height: 8vw;
        margin-left: 4vw;
    }

    .i3 .i-a span {
        color: #666;
    }

    .news #NewsList_a1 li, .ProductList_b2 li {
        display: block;
        font-size: 3.8vw;
        width: 100%;
        margin-left: 0;
        margin-bottom: 5vw;
    }

    .news #NewsList_a1 .newimg, .ProductList_b2 li .picimg {
        height: auto;
    }

    .news #NewsList_a1 .newnr > b, .ProductList_b2 li h3 {
        font-size: 5vw;
    }

    .ProductList_b2 li h3 {
        padding: 5vw 0;
        margin-top: 3vw;
    }

    .news #NewsList_a1 .data {
        font-size: 3.8vw;
        margin-top: 3vw;
        text-align: left;
    }

    .news #NewsList_a1 .newnr > p {
        font-size: 3.8vw;
        max-height: none;
        margin-top: 3vw;
    }

    .news #NewsList_a1 .newnr {
        padding: 5vw;
    }

    .news #NewsList_a1 .i-a {
        padding: 3vw 0;
    }

    .rid45 .L, .rid45 .R {
        width: 100%;
        background-size: 40% auto;
    }

    .case .w-73 {
        display: block;
    }

    .PhotoList_i2 ul {
        padding: 5vw;
    }

    .PhotoList_i2 li a:before {
        margin-top: 2.3vw;
        width: 1.5vw;
        height: 1.5vw;
        margin-right: 2vw;
    }

    .PhotoList_i2 h4 {
        max-width: calc(100% - 3.5vw);
    }

    .PhotoList_i2 li {
        font-size: 4.4vw;
        width: 100%;
        margin: 0 0 3vw;
    }

    .rid52 .L strong, .VideoDisplay_a1 h2 {
        font-size: 5vw;
    }

    .rid52 .L p {
        margin-top: 1vw;
        font-size: 3.8vw;
    }

    .rid52 .L i {
        width: 7vw;
        padding: 0;
        height: auto;
        padding: 3.5vw 0;
    }

    .rid52 li span {
        font-size: 3.8vw;
        line-height: 1.75;
        margin-left: 5vw;
        width: calc(100% - 2px - 12vw);
        margin-top: 0;
    }

    .rid52 .L li {
        margin-top: 5vw;
    }

    .rid52 .L ul {
        margin-top: 6vw;
    }

    .rid52 .L > div {
        padding: 8vw 6vw;
    }

    .rid52 .L ul:before {
        left: 3.5vw;
    }

    .VideoList_d1 li {
        margin-left: 0;
        font-size: 3.8vw;
        width: 100%;
    }

    .VideoList_d1 li a {
        height: 50vw;
    }

    .VideoList_d1 li span {
        font-size: 4.4vw;
        padding: 3.5% 3vw;
        transform: translateY(0);
        opacity: 1;
        position: static;
        display: block;
        background: none;
        color: #666;
    }

    .VideoList_d1 li a:before {
        width: 10vw;
        height: 10vw;
        margin-left: -5vw;
        margin-top: -5vw;
    }

    .VideoList_d1 li a:after {
        border-width: 2.4vw 0 2.4vw 3.6vw;
        margin-left: -1.8vw;
        margin-top: -2.4vw;
    }

    .VideoDisplay_a1_C iframe {
        height: 53vw;
    }

    .VideoDisplay_a1 h2 {
        margin-bottom: 5vw;
    }

    .ProductList_b2 li .picimg {
        height: 50vw;
    }

    .ProductList_b2 {
        margin-top: 6vw;
    }

    .ClassList_b1 li {
        width: 33.333333333%;
    }

    .ClassList_b1 a {
        font-size: 3.8vw;
        padding: 3vw 2vw;
    }

    .banner-btn, .footer-box .T, .footer-box i, .NavList_a1 a:before, .rid34 .L, #NavigationList_d1 a:before, .arrow-left, .arrow-right {
        display: none;
    }
}


.iproduct {
    width: 100%;
    height: auto;
    padding-top: 80px;
}

@media (max-width: 992px) {
    .iproduct {
        padding-top: 30px;
    }
}

.iproduct .pic {
    width: 100%;
    position: relative;
}

.iproduct .pic img {
    display: block;
    width: 100%;
}

.iproduct .main {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 5;
}

.iproduct .main h2 {
    display: block;
    font-size: 54px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}

.iproduct .main .cent, .iproduct .main .cent p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.iproduct .main .cent {
    margin-bottom: 35px;
}

.iproduct .main .btns {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #005ba0;
    position: relative;
    border: 1px solid #005ba0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.iproduct .main .btns:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.iproduct .main .btns i {
    display: block;
    width: 48px;
    height: 48px;
    animation: downico 1.5s ease-out infinite;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes downico {
    0% {
        left: 0;
        opacity: 1;
    }
    35% {
        left: 30%;
        opacity: 0;
    }
    65% {
        left: -30%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}


.footer .bot p .bot-f {
    width: 65px;
    height: 70px;
    position: absolute;
    left: 530px;
    top: 0;
}

.demo-1 {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
}

.bdimgshare-bg, .bdimgshare-content {
    display: none;
}

.flatwindow {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 17;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    cursor: pointer;
    /*background: url(../images/0.jpg) center/cover no-repeat;*/
}

.flatwindow a {
    display: block;
    width: 100%;
    height: 100%;
}

.flatwindow .imgg {
    position: absolute;
    width: 282px;
    /*height: 89px;*/
    /*bottom: -105px;*/
    bottom: 0;
    height: auto;
    left: 0;
    z-index: 2;
}

.flatwindow .imgg img {
    display: block;
    width: 100%;
}

.header-warp {
    background-color: #fff;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%
}

.header-warp.on {
    display: block;
}

.float-box {
    width: 100px;
    height: 205px;
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 8;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.float-box .top {
    width: 100px;
    height: 100px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.float-box .top a {
    display: block;
    height: 100%;
    width: 100%;
}

.float-box .top a img {
    display: block;
    width: 100%;
    height: 100%;
}

.float-box .bot {
    width: 100px;
    height: 85px;
    background-color: #fff;
    padding-top: 15px;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.float-box .bot .menu {
    width: 100%;
    font-size: 20px;
    color: #222;
    line-height: 25px;
    height: 25px;
    text-align: center;
    font-family: 'BEBAS';
    padding-top: 7px;
}

.float-box.cut {
    top: 0;
    width: 162px;
    height: 81px;
}

.float-box.cut .top {
    float: left;
    width: 81px;
    height: 81px;
    padding-top: 0px;
}

.float-box.cut .bot {
    float: left;
    height: 66px;
    width: 81px;
}

.float-box.cut .navv {
    height: 35px;
}

.float-box.cut .navv p:nth-child(2) {
    top: 11px;
    width: 40px;
    left: -1px;
}

.float-box.cut .navv p:nth-child(3) {
    top: 20px;
}

.float-box.cut .bot .menu {
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
}

.float-box.cut .navv p {
    width: 28px;
    left: 5px;
}

.header-left {
    width: 25%;
    position: fixed;
    left: -25%;
    top: 0;
    height: 100%;
    z-index: 18;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.header-left.on {
    opacity: 1;
    left: 0%
}

.header-left img {
    display: block;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: all 2s;
    -webkit-transition: all 2s;
    transition-delay: 0.5s;
}

.header-left.on img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.header {
    width: 0%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-shadow: -1px 0 10px 0 rgba(0, 0, 0, 0.2)
}

.header.on {
    opacity: 1;
    width: 75%;
}

.header .navv {
    position: absolute;
    right: 5%;
    top: 3%;
    z-index: 5;
}

.navv {
    width: 40px;
    height: 38px;
    margin: 0 auto 0;
    cursor: pointer;
    position: relative;
}

.navv p {
    width: 40px;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    border-radius: 20%;
}

.navv p:nth-child(1) {
    top: 2px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(1) {
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.float-box .navv p:nth-child(1) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.navv p:nth-child(2) {
    top: 16px;
    width: 54px;
    left: -7px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(2) {
    opacity: 0;
}

.float-box .navv p:nth-child(2) {
    opacity: 1;
}

.navv p:nth-child(3) {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.navv p:nth-child(3) {
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.float-box .navv p:nth-child(3) {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.header .nav1 {
    width: auto;
    margin: 12% 0 10% 12%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .nav1.on {
    margin: 10% 0 10% 12%;
    opacity: 1
}

.header .nav1 a {
    display: inline-block;
    margin-right: 44px;
    padding-left: 67px;
    line-height: 22px;
    font-size: 14px;
    color: #282828;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav1 a:before {
    display: block;
    width: 52px;
    height: 1px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 48%;
    background-color: #282828;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav1 a:hover {
    padding-left: 60px;
    margin-right: 51px;
}

.header .nav1 a:hover:before {
    width: 45px;
}

.header .nav2 {
    width: auto;
    padding-left: 12%;
    position: relative;
    margin: 0% 0 10% 0;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    position: relative;
    top: 2%
}

.header .nav2.on {
    opacity: 1;
    top: 0
}

.header .nav2 i {
    display: block;
    width: 0;
    height: 1px;
    background-color: #282828;
    position: absolute;
    left: 0;
    top: 50px;
}

.header .nav2 li {
    width: auto;
    float: left;
    margin-right: 6%;
}

.header .nav2 li .h2 {
    display: block;
    font-size: 24px;
    line-height: 25px;
    color: #282828;
    margin-bottom: 40px;
    padding-left: 0
}

.header .nav2 li .h2 span {
    font-size: 18px;
    font-family: 'Century Gothic'
}

.header .nav2 li a {
    display: block;
    font-size: 14px;
    line-height: 29px;
    color: #666666;
    padding-left: 28px;
}

.header .nav2 li a em {
    display: inline-block;
    width: 0px;
    height: 1px;
    background-color: #666666;
    margin-right: 3px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .nav2 li a:hover em {
    width: 12px;
}

.header .language {
    width: 100px;
    height: 30px;
    margin-left: 2%;
    opacity: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.header .language.on {
    margin-left: 5%;
    opacity: 1
}

.header .language a {
    color: #9ca3a5;
    font-size: 18px;
    margin-right: 25px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.header .language a.on, .header .language a:hover {
    color: #333;
}

header {
    display: none;
}

.banner .model-ban {
    display: none
}


input.inpt::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

input.inpt:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
}

.waiter {
    display: none
}

.bg {
    background-color: #fafafa
}

.fc {
    background-color: #fcfcfc
}

.loadingBg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #f5f5f5;
    z-index: 9999;
}

.loading {
    width: 90px;
    height: 113px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -45px;
    margin-top: -56.5px;
    z-index: 999;
}

.m-black, .m-red {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 90px;
}

.m-black {

    height: 113px;
}

.m-red {

    height: 113px;
    -webkit-animation: fill 3s infinite linear;
    animation: fill 3s infinite linear;
    -moz-animation: fill 3s infinite linear;
}

@-moz-keyframes fill {
    0% {
        height: 0px;
    }
    25% {
        height: 40px;
    }
    50% {
        height: 85px;
    }
    75% {
        height: 125px;
    }
    100% {
        height: 173px;
    }
}

@-webkit-keyframes fill {
    0% {
        height: 0px;
    }
    25% {
        height: 40px;
    }
    50% {
        height: 85px;
    }
    75% {
        height: 125px;
    }
    100% {
        height: 173px;
    }
}

@keyframes fill {
    0% {
        height: 0px;
    }
    25% {
        height: 40px;
    }
    50% {
        height: 85px;
    }
    75% {
        height: 125px;
    }
    100% {
        height: 173px;
    }
}

.fy {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    min-height: 45px;
    margin-bottom: 130px;
}

.fy a {
    font-size: 14px;
    color: #222;
    padding: 12px 17px;
    background-color: #e8e8e8;
    margin: 0 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.fy .t1 {
    padding: 12px 30px;
}

/*.fy a:hover,.fy a.on{background-color: #004a82;color: #fff;}*/
.fy a:hover, .fy a.active {
    background-color: #004a82;
    color: #fff;
}

.base-ban {
    width: 100%;
    height: auto;
    position: relative;
}

.base-ban img {
    display: block;
    width: 100%;
}

.base-ban .warp {
    position: absolute;
    top: 30%;
    left: 13%;
}

.base-ban .warp h2 {
    font-size: 72px;
    font-family: 'Century Gothic';
    color: #fff;
    display: block;
    line-height: 80px;
    font-weight: bold;
    position: relative;
    padding-top: 35px;
    margin-bottom: 15px;
}

.base-ban .warp h2:before {
    display: block;
    content: '';
    height: 3px;
    width: 220px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.base-ban .warp .mintit {
    font-size: 48px;
    color: #fff;
    line-height: 55px;
    font-weight: bold;
    margin-bottom: 20px;
}

.base-ban .warp .cent, .base-ban .warp .cent p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-family: 'Century Gothic';
}

.base-ban .warp .cent {
    margin-bottom: 60px;
}

.base-ban .warp .btns {
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 100%;
    background-color: #248e3e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.base-ban .warp .btns i {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.base-ban .warp .btns:hover {
    background-color: rgba(255, 255, 255, 0.7)
}

.base-ban .warp .btns:hover i {
}

.banner .video {
    display: block;
    width: 100%;
    height: 100%;
}

.banner {
    width: 100%;
    height: 100%;
}

.iab {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    overflow: hidden;
    /*background: url(../images/ipro-bg.jpg) center no-repeat*/
}

.iab .warp {
    width: 1200px;
    margin: 0 auto;
    padding-top: 150px;
    height: auto;
}

.iab .warp .box {
    width: 390px;
    float: left;
    padding-top: 40px;
}

.iab .warp .box h2 {
    display: block;
    line-height: 70px;
    font-size: 66px;
    text-transform: capitalize;
    color: #222;
    font-family: 'BEBAS';
    padding-top: 55px;
    position: relative;
    margin-bottom: 10px;
}

.iab .warp .box h2:before {
    display: block;
    width: 125px;
    height: 3px;
    background-color: #222;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.iab .warp .box h3 {
    display: block;
    font-size: 50px;
    color: #222;
    line-height: 60px;
    margin-bottom: 30px;
}

.iab .warp .box .cent {
    font-size: 16px;
    line-height: 30px;
    color: #1d2830;
    margin-bottom: 40px;
}

.iab .warp .box .cent p {
    font-size: 16px;
    line-height: 30px;
    color: #1d2830;
}

.iab .warp .box .btns {
    display: block;
    width: 130px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    border-radius: 3px;
    text-transform: capitalize;
    font-family: 'BEBAS';
    border: 1px solid #005ba0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 100px;
}

.iab .box .btns:hover {
    box-shadow: 0 1px 6px 0px rgba(0, 91, 160, 1)
}

.iab .box .details {
    width: 299px;
    height: 299px;
    overflow: hidden;
    float: right;
}

.iab .box .details img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.iab .box .details:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.iab .warp .pic {
    float: right;
    width: 718px;
    height: auto;
}

.iab .warp .pic .video-pc {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}

.iab .warp .pic .video-pc img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.iab .warp .pic .video-pc:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.iab .warp .pic .video-pc .btns {
    display: block;
    width: 76px;
    height: 76px;
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -38px 0 0 -38px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.iab .warp .pic .video-pc .btns:hover {
}

.iab .warp .pic .video-ph {
    display: none;
}

.iab .warp .bot {
    padding-left: 40px;
    height: auto;
}

.iab .warp .bot ul li {
    float: left;
    margin-right: 90px;
}

.iab .warp .bot ul li:last-child {
    margin-right: 0px;
}

.iab .bot li p {
    font-size: 64px;
    color: #1d2830;
    text-align: center;
    line-height: 70px;
    font-family: 'BEBAS';
    margin-bottom: 5px;
}

/*.iab .bot li:nth-child(1) p{font-family: 'Times New Roman';}*/
.iab .bot li .intro {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.prop-zhez {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none
}

.prop-video-box {
    width: 950px;
    margin: 0 auto;
    height: 60%;
    position: fixed;
    top: 15%;
    left: 50%;
    z-index: 101;
    margin-left: -475px
}

.prop-video-box .close {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -50px;
    top: 0px;
}

.prop-video-box .video {
    display: block;
    width: 100%;
    height: 100%
}

.prop-video-box .main {
    display: block;
    width: 100%;
    height: 100%
}

.iproduct {
    width: 100%;
    height: auto;
}

.iproduct .pic {
    width: 100%;
    position: relative;
}

.iproduct .pic img {
    display: block;
    width: 100%;
}

.iproduct .main {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 5;
}

.iproduct .main h2 {
    display: block;
    font-size: 54px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}

.iproduct .main .cent, .iproduct .main .cent p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.iproduct .main .cent {
    margin-bottom: 35px;
}

.iproduct .main .btns {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #005ba0;
    position: relative;
    border: 1px solid #005ba0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.iproduct .main .btns:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.iproduct .main .btns i {
    display: block;
    width: 48px;
    height: 48px;
    animation: downico 1.5s ease-out infinite;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes downico {
    0% {
        left: 0;
        opacity: 1;
    }
    35% {
        left: 30%;
        opacity: 0;
    }
    65% {
        left: -30%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.iproduct .warp {
    width: 1000px;
    height: 158px;
    overflow: hidden;
    margin: -80px auto 0;
    position: relative;
    box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 5;
}

.iproduct .swiper-container {
    width: 900px;
    height: 158px;
    text-align: center;
    position: relative;
}

.iproduct .swiper-container .g {
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -40px;
    background-color: #fff;
    right: 0;
}

.iproduct .swiper-slide .tit {
    font-size: 18px;
    line-height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 20px;
    color: #666;
    text-align: center;
}

.iproduct .swiper-slide.on .tit {
    color: #222;
}

.iproduct .swiper-slide:hover .tit {
    color: #222;
}

.iproduct .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.iproduct .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.iproduct .swiper-visible-switch {
    background: #aaa;
}

.iproduct .swiper-active-switch {
    background: #fff;
}

.iproduct .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: red;
    margin-top: -100px;
    position: absolute;
    z-index: 50;
}

.iproduct .arrow-left {
    background: url(../images/ipro-larr.png) center no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
}

.iproduct .arrow-right {
    background: url(../images/ipro-rarr.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
}

.iproduct .pci {
    margin: 40px auto 10px auto;
    position: relative;
}

.iproduct .pci .gray {
    display: block;
}

.iproduct .pci .green {
    display: block;
    width: 50px;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.iproduct .swiper-slide:hover .pci .green {
    height: 50px;
}

.iproduct .swiper-slide .pci .green img {
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0
}

.iproduct .swiper-slide.on .pci .green {
    height: 50px;
}

.iproduct .swiper-slide {
    position: relative;
    cursor: pointer;
}

.iproduct .swiper-slide i {
    display: block;
    width: 90%;
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #fff;
    left: 50%;
    margin-left: -45%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.iproduct .swiper-slide.on i {
    background-color: #06b4a1;
}

.iproduct .swiper-slide em {
    display: block;
    width: 1px;
    height: 80px;
    background-color: #f2f2f2;
    right: 0px;
    top: 50%;
    position: absolute;
    z-index: 2;
    margin-top: -40px;
}

.isocial {
    width: 100%;
    height: auto;
    padding: 120px 0 130px 0;
    overflow: hidden;
    /*background:#fff url(../images/izeren-bg.jpg) center no-repeat*/
}

.isocial .warp {
    width: 1200px;
    margin: 0 auto;
}

.isocial .warp .pic {
    width: 658px;
    height: 661px;
    overflow: hidden;
    float: left;
}

.isocial .warp .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.isocial .warp .pic:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.isocial .warp .box {
    width: 450px;
    height: auto;
    float: right;
}

.isocial .warp .box .logo {
    display: block;
    width: 129px;
    height: 188px;
    margin-bottom: 32px;
}

.isocial .warp .box h2 {
    display: block;
    font-size: 65px;
    color: #222;
    text-transform: capitalize;
    line-height: 70px;
    padding-top: 50px;
    position: relative;
    font-family: 'BEBAS';
    margin-bottom: 20px;
}

.isocial .warp .box h2 i {
    display: block;
    width: 125px;
    height: 3px;
    background-color: #222;
    position: absolute;
    top: 0;
    left: 0
}

.isocial .warp .box .mintit {
    font-size: 50px;
    color: #222;
    line-height: 55px;
    margin-bottom: 25px;
}

.isocial .warp .box .cent {
    font-size: 16px;
    line-height: 28px;
    color: #585858;
    margin-bottom: 45px;
}

.isocial .warp .box .btns {
    display: block;
    width: 130px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    padding: 0 30px;
    border-radius: 3px;
    text-transform: capitalize;
    font-family: 'BEBAS';

    border: 1px solid #005ba0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.isocial .warp .box .btns:hover {
    box-shadow: 0 1px 6px 0px rgba(0, 91, 160, 1)
}

.inews {
    width: 1200px;
    margin: 0 auto;
    padding: 75px 0 80px 0
}

.inews .title {
    width: 92%;
    margin: 0 auto 55px;
    text-align: center;
}

.inews .title h2 {
    font-size: 50px;
    line-height: 55px;
    color: #222;
    margin-bottom: 15px;
}

.inews .title .mintit {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 16px;
}

.inews .mian li {
    width: 380px;
    margin-right: 30px;
    height: 467px;
    background-color: #fff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.inews .mian li.on {
    margin-right: 0;
}

.inews .mian li a {
    display: block;
    width: 100%;
    height: auto;
}

.inews .mian li .pic {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.inews .mian li .pic img {
    display: block;
    width: 100%;
    height: 240px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.inews .mian li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.inews .mian .pic .time {
    width: 51px;
    height: 46px;
    background-color: #003f76;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    padding-top: 5px
}

.inews .mian .pic .time span {
    font-size: 16px;
    line-height: 18px;
}

.inews .mian .box {
    width: 320px;
    margin: 0 auto;
    padding-top: 25px;
}

.inews .mian .box h2 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    margin-bottom: 20px;
}

.inews .mian .box .cent {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}


.iin {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0 85px;
}

.iin .title {
    width: 92%;
    margin: 0 auto 55px;
    text-align: center;
}

.iin .title h2 {
    font-size: 50px;
    line-height: 55px;
    color: #222;
    margin-bottom: 15px;
}

.iin .title .mintit {
    font-size: 14px;
    color: #8a8a8a;
    line-height: 16px;
}

.iin .slides a {
    display: block;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 75px;
}

.iin .slides a .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.iin .slides a .pic img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.iin .slides li:hover a .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.iin .slides a .pic .time {
    width: 51px;
    height: 46px;
    background-color: #003f76;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    padding-top: 5px
}

.iin .slides a .pic .time span {
    font-size: 16px;
    line-height: 18px;
}

.iin .slides .box {
    width: 84%;
    margin: 0 auto;
}

.iin .slides .box h2 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    margin-bottom: 20px;
}

.iin .slides .box .cent {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.flex-direction-nav {
    display: none
}


/*job*/
.h-title {
    width: 100%;
    height: 75px;
    position: relative;
    text-align: center;
    line-height: 75px;
    background-color: #fff;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 80px;
}

.h-title i {
    display: block;
    width: 54%;
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    background-color: #005ba0;
}

.h-title a {
    font-size: 16px;
    color: #666666;
    margin: 0 30px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.h-title a.on, .h-title a:hover {
    color: #005ba0
}

.job-linian {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 50px;
    width: 1200px;
    margin: 0 auto 80px
}

.job-linian p {
    font-size: 14px;
    line-height: 24px;
    color: #565656;
}

.job-warp {
    width: 1200px;
    margin: 0 auto 80px;
}

.job-warp ul li {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #e9ebed
}

.job-warp li .title {
    height: 52px;
    line-height: 52px;
    padding: 0 40px;
    color: #4b4b4b;
    background-color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.job-warp li.on .title {
    background-color: #005ba0;
    color: #fff;
}

.job-warp li .title span {
    float: right;
    padding-right: 30px;
}

.job-warp li.on .title span {
}

.job-warp li .warp {
    padding: 10px 40px 20px;
    background-color: #fff;
    display: none
}

.job-warp .warp .tbl {
    width: 80%;
    margin-bottom: 25px;
    padding: 10px 20% 20px 0;
    border-bottom: 1px solid #e9ebed
}

.job-warp .warp .tbl p {
    width: 25%;
    float: left;
    font-size: 14px;
    color: #222;
    line-height: 26px;
}

.job-warp .warp .tbl p span {
    color: #565656;
    padding-left: 15px;
}

.job-warp .warp .cont h2 {
    font-size: 14px;
    color: #222;
    line-height: 30px;
    margin-bottom: 15px;
}

.job-warp .warp .cont .cent, .job-warp .warp .cont .cent p {
    font-size: 14px;
    line-height: 28px;
    color: #565656
}

.job-warp .warp .btns {
    font-size: 14px;
    line-height: 20px;
    color: #005ba0;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.job-warp .warp .btns:hover {
    color: #222;
}

/*contact*/
.contact-warp {
    width: 1200px;
    margin: 0 auto 100px;
    padding: 110px 0 0;
}

.contact-warp form {
    display: block;
    width: 100%;
    height: auto;
}

.contact-warp h2, .welfare-warp .title h2, .lead-news .title h2, .staff-news .title h2, .paper-news .title h2, .news-title .title h2, .bookcase .title h2 {
    font-size: 48px;
    line-height: 55px;
    color: #004a82;
    font-family: 'Century751 SeBd BT';
    text-transform: Uppercase;
    display: block;
    margin-bottom: 10px;
}

.contact-warp h2 span, .welfare-warp .title h2 span, .lead-news .title h2 span, .staff-news .title h2 span, .paper-news .title h2 span, .news-title .title h2 span, .bookcase .title h2 span {
    color: #248e3e
}

.contact-warp h3, .welfare-warp .title h3, .lead-news .title h3, .staff-news .title h3, .paper-news .title h3, .news-title .title h3, .bookcase .title h3 {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #004a82;
    margin-bottom: 70px;
}

.contact-warp .message {
    margin-bottom: 90px;
}

.contact-warp .message .mian {
    width: 100%;
    margin-bottom: 120px;
}

.contact-warp .message .mian ul .inp {
    float: left;
    width: 360px;
    height: 200px;
    margin-right: 60px;
}

.contact-warp .message .mian ul .inp:nth-child(3) {
    margin-right: 0
}

.contact-warp .message .mian ul .inp input {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border: 0;
    border-top: 1px solid #cdcdcc;
    font-family: 'Century Gothic';
    font-weight: bold;
    outline: none;
    font-size: 18px
}

.contact-warp .message .mian ul .text {
    width: 780px;
    float: left;
    height: 200px;
    font-family: 'Century Gothic';
    font-weight: bold;
}

.contact-warp .message .mian ul .text textarea {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.5% 3%;
    line-height: 30px;
    resize: none;
    box-sizing: border-box;
    border: 1px solid #cdcdcc;
    outline: none;
}

.contact-warp .message .btns {
    width: 100%;
    height: auto;
    position: relative;
}

.contact-warp .message .btns:before {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #cdcdcc;
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
}

.contact-warp .message .btns input {
    display: block;
    width: auto;
    height: 62px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    float: right;
    font-family: 'Century Gothic';
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 0 170px 0 110px;
    border: 0;
    position: relative;
    z-index: 2
}

.contact-warp .message .btns input:hover {
    box-shadow: 0 1px 10px 0 rgba(0, 74, 140, 1)
}

.contact-warp .contact {
    width: 100%;
}

.contact-warp .contact .warp {
    width: 100%;
}

.contact-warp .contact .warp .box {
    width: 28%;
    height: auto;
    float: left;
}

.contact-warp .contact .box ul li {
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding: 25px 0
}

.contact-warp .contact .box ul li:last-child {
    border-bottom: 0;
}

.contact-warp .contact .box ul li p {
    font-size: 26px;
    color: #333333;
    text-transform: Capitalize;
    font-family: 'Century Gothic';
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 12px;
}

.contact-warp .contact .box ul li span {
    display: block;
    font-size: 18px;
    color: #666666;
    line-height: 20px;
}

.contact-warp .map {
    width: 60%;
    height: 500px;
    float: right;
}

.contact-warp .map #allmap {
    width: 100%;
    height: 100%;
}

.BMap_noprint, .anchorBL {
    opacity: 0
}

.contact-warp .BMap_bubble_title {
    color: #cc5522;
    font-size: 16px;
    margin-bottom: 10px;
}

.contact-warp .BMap_bubble_content {
    color: #333;
    font-size: 14px;
    line-height: 20px;
}

/*welfareå…¬ç›Šäº‹ä¸š*/
.welfare-ban {
    width: 1200px;
    margin: 0 auto 95px;
}

.welfare-ban img {
    display: block;
    width: 100%;
}

.welfare-warp {
    width: 1200px;
    margin: 0 auto 60px;
}

.welfare-warp .title {
    margin-bottom: 110px;
}

.welfare-warp .title h3 {
    margin-bottom: 20px;
}

.welfare-warp .title .cent, .welfare-warp .title .cent p {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    width: 1200px;
}

.welfare-warp .warp {
    width: 100%;
    height: auto;
}

/*.welfare-warp .warp ul{display: block;width: 100%;height: 100%;margin-bottom: 30px;}*/
.welfare-warp .warp ul li {
    width: 357px;
    background-color: #fff;
    padding: 10px;
    float: left;
    margin: 0 34px 30px 0;
    position: relative;
    top: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    min-height: 400px;
}

.welfare-warp .warp ul li:hover {
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.2);
    top: -10px;
}

.welfare-warp .warp ul li.on {
    margin-right: 0;
}

.welfare-warp .warp ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.welfare-warp .warp li .pic {
    width: 100%;
    height: 190px;
    overflow: hidden;
    margin-bottom: 30px;
}

.welfare-warp .warp li .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.welfare-warp .warp li .box h2 {
    display: block;
    color: #282828;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 15px;
}

.welfare-warp .warp li .box .cent {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 15px;
}

.welfare-warp .warp li .box .time {
    display: block;
    font-size: 14px;
    color: #282828;
    line-height: 20px;
}

.welfare-warp .warp .noimg .box {
    padding-top: 30px;
}

.welfare-warp .warp .noimg a i {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #248e3e;
    top: 0;
    left: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: absolute;
}

.welfare-warp .warp .noimg .box h2 {
    margin-bottom: 25px;
    min-height: 64px;
}

.welfare-warp .warp .noimg .box .cent {
    margin-bottom: 25px;
}

.welfare-warp .warp .noimg .box .time {
    margin-bottom: 110px;
}

.welfare-warp .warp .noimg .box em {
    display: block;
    width: 100%;
    height: 21px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    position: absolute;
    bottom: 2%;
    left: 2%
}

.welfare-warp .warp .noimg:hover .box em {
}

.welfare-warp .warp .noimg:hover a i {
    top: 0px;
}

/*charity æ…ˆå–„å®¶æ¥¼*/
.charity .h-title {
    margin-bottom: 0
}

.charity-ban {
    width: 100%;
}

.charity-ban img {
    display: block;
    width: 100%;
}

.charity-warp {
    width: 1080px;
    height: auto;
    padding: 80px 60px 70px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin: -140px auto 70px;
    position: relative;
}

.charity-warp .left, .charity-warp .right {
    width: 47%;
    float: left;
    height: auto;
    font-size: 14px;
    line-height: 30px;
    color: #1c1c1b
}

.charity-warp .right {
    float: right;
}

.charity-atlas {
    width: 1200px;
    margin: 0 auto 80px;
}

.charity-atlas ul li {
    float: left;
    width: 284px;
    height: 194px;
    overflow: hidden;
    margin: 0 21px 22px 0;
}

.charity-atlas ul li:nth-child(4), .charity-atlas ul li:nth-child(8) {
    margin-right: 0
}

.charity-atlas ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.charity-atlas ul li a img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.charity-atlas ul li:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

/*é¢†å¯¼æ´»åŠ¨*/
.lead-title {
    background-color: #fff;
    width: 100%;
    height: 75px;
    position: relative;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}

.lead-title i {
    display: block;
    position: absolute;
    height: 4px;
    width: 60%;
    background-color: #005ba0
}

.lead-title .swiper-container {
    width: 750px;
    height: 75px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.lead-title .swiper-slide {
    height: 100%;
}

.lead-title .swiper-slide .title {
    font-size: 16px;
    line-height: 75px;
    color: #666666;
    width: 150px;
    display: block;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.lead-title .swiper-slide.on .title, .lead-title .swiper-slide:hover .title {
    color: #005ba0
}

.lead-news, .staff-news, .paper-news {
    width: 1200px;
    margin: 0 auto 80px;
}

.lead-news .title, .staff-news .title, .paper-news .title {
    margin-bottom: 50px;
    text-align: center;
}

.lead-news .title h3, .staff-news .title h3, .paper-news .title h3 {
    margin-bottom: 0
}

.lead-news .list, .staff-news .list {
    width: 100%;
}

.lead-news .list li {
    float: left;
    width: 385px;
    height: 420px;
    background-color: #fff;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0 22px 24px 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.lead-news .list li:nth-child(3), .lead-news .list li:nth-child(6) {
    margin-right: 0
}

.lead-news .list li a, .staff-news .list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.lead-news .list li a .pic {
    width: 100%;
    height: 221px;
    overflow: hidden;
    margin-bottom: 30px;
}

.lead-news .list li a .pic img {
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.lead-news .list .box {
    padding: 0 8%;
}

.lead-news .list .box h2 {
    font-size: 20px;
    color: #282828;
    line-height: 30px;
    margin-bottom: 5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.lead-news .list .box .cent {
    font-size: 18px;
    line-height: 30px;
    color: #888;
    padding-bottom: 30px;
    position: relative;
}

.lead-news .list .box .cent:before {
    display: block;
    width: 120px;
    height: 3px;
    background-color: #005ba0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.lead-news .list li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.lead-news .list li:hover .box h2 {
    color: #005ba0
}

.lead-news .list li:hover {
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3);
}

.videonews {
    display: none;
}

/*å‘˜å·¥*/
.staff-title {
    background-color: #fff;
    width: 100%;
    height: 75px;
    position: relative;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 70px;
}

.staff-title i {
    display: block;
    position: absolute;
    height: 4px;
    width: 60%;
    background-color: #005ba0
}

.staff-title .swiper-container {
    width: 900px;
    height: 75px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.staff-title .swiper-slide {
    height: 100%;
}

.staff-title .swiper-slide .title {
    font-size: 16px;
    line-height: 75px;
    color: #666666;
    width: 150px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: block;
    cursor: pointer;
}

.staff-title .swiper-slide.on .title, .staff-title .swiper-slide:hover .title {
    color: #005ba0
}

.staff-news .title {
    margin-bottom: 85px;
}

.staff-news .list {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.staff-news .list li {
    float: left;
    width: 296px;
    height: 203px;
    position: relative;
    margin: 0 5px 5px 0;
    overflow: hidden;
}

.staff-news .list li:nth-child(4), .staff-news .list li:nth-child(8) {
    margin-right: 0
}

.staff-news .list li img {
    display: block;
    width: 100%;
}

.staff-news .list li .box {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    padding: 3%;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.staff-news .list li .box .details {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box;
    padding: 5%;
    color: #fff;
}

.staff-news .list li .details .math {
    font-size: 24px;
    line-height: 28px;
    position: relative;
    font-family: 'Century Gothic';
    margin-bottom: 15px;
    display: none;
}

.staff-news .list li .details .math:before {
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 35px;
    content: '';
}

.staff-news .list li .details .cent {
    font-size: 18px;
    line-height: 28px;
    height: 76%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 5%;
    left: -50%;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: relative;
}

.staff-news .list li .details .infor {
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    right: -30%;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    opacity: 0;
    position: relative;
}

.staff-news .list li.on .box {
    opacity: 1;
}

.staff-news .list li.on .details .cent {
    left: 0;
    opacity: 1
}

.staff-news .list li.on .details .infor {
    right: 0;
    opacity: 1
}

/*å¹¿å¤æŠ¥*/
.paper-news .serch {
    width: 520px;
    height: 45px;
    margin: 0 auto 70px;
}

.paper-news .serch span {
    display: block;
    width: 17%;
    font-size: 18px;
    color: #666;
    line-height: 45px;
    background-color: #f1f1f1;
    float: left;
    text-align: center;
}

.paper-news .serch input[type='text'] {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 61.5%;
    background-color: #fff;
    padding: 0 5% 0 5%;
    font-size: 14px;
    float: left;
    border: 0;
}

.paper-news .serch input[type='submit'] {
    display: block;
    width: 11%;
    float: left;
    border: 0;
    background-color: #205db1;
    height: 45px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.paper-news .list {
    width: 100%;
}

.paper-news .list li {
    width: 23%;
    height: auto;
    float: left;
    margin: 0 2.5% 35px 0;
}

.paper-news .list li:nth-child(4), .paper-news .list li:nth-child(8) {
    margin-right: 0
}

.paper-news .list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.paper-news .list li a .pic {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1)
}

.paper-news .list li a .pic img {
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}

.paper-news .list li a .tit {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 26px;
}

.le-title {
    display: none
}


/*æ–°é—»ä¸­å¿ƒ*/
.maxnews {
    width: 1200px;
    height: 573px;
    overflow: hidden;
    margin: 0 auto 75px;
    position: relative;
}

.maxnews img {
    display: block;
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.maxnews:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.maxnews .box {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 89px;
    box-sizing: border-box;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.maxnews .box h2 {
    font-size: 28px;
    line-height: 35px;
    font-family: 'Century Gothic';
    font-weight: bold;
    padding-top: 260px;
    margin-bottom: 25px;
}

.maxnews .box .details, .maxnews .box .details p {
    font-size: 28px;
    line-height: 38px;
}

.maxnews .box .details {
    margin-bottom: 45px
}

.maxnews .box .btns {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: block;
    width: 130px;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    color: #00487e;
    font-weight: bold;
    font-family: 'BEBAS';
    font-size: 16px;
    border-radius: 3px;
}

.maxnews .box .btns:hover {
}

.maxnews:hover .box {
    background-color: rgba(0, 91, 160, 0.8);
}

.news-title {
    width: 1200px;
    margin: 0 auto 60px;
}

.news-title .warp {
    width: 100%;
}

.news-title .warp li {
    float: left;
    height: auto;
    width: 32%;
    margin: 0 2% 29px 0;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    min-height: 430px;
}

.news-title .warp li a {
    display: block;
    width: 100%;
    height: auto
}

.news-title .warp li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}

.news-title .warp li .pic img {
    display: block;
    width: 100%;
}

.news-title .warp li .box {
    padding: 0 10%;
    padding-bottom: 30px;
}

.news-title .warp li .box .time {
    font-size: 14px;
    line-height: 25px;
    color: #004a82;
    font-family: 'Century Gothic';
    margin-bottom: 5px;
}

.news-title .warp li .box h2 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #222;
    height: 60px;
}

.news-title .warp li .ico {
    padding: 0 10%;
    height: 55px;
    border-top: 1px solid #efefef;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}

.news-title .warp li .ico span {
    display: block;
    float: left;
    height: 55px;
    width: 35px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}


.news-title .warp li:nth-child(3), .news-title .warp li:nth-child(6), .news-title .warp li:nth-child(9), .news-title .warp li:nth-child(12) {
    margin-right: 0;
}

.news-title .warp li:hover {
    top: -8px;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
}

.news-title .warp .noimg {
    position: relative;
    min-height: 430px;
}

.news-title .warp .noimg .box {
    padding: 10% 10% 0%;
}

.news-title .warp .noimg .box h2 {
    margin-bottom: 12%
}

.news-title .warp .noimg .box .details {
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    min-height: 80px;
}

.news-title .warp .noimg .ico {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
}


/*ä¹¦æž¶*/
.bookcase {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.bookcase .list {
    width: 100%;
    height: auto;
    text-align: left;
    margin-bottom: 50px;
}

.bookcase .list li {
    width: 100%;
    background-color: #fff;
    padding: 65px 0 75px;
    box-shadow: 0 0px 1px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.bookcase .list li a {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.bookcase .list li .pic {
    width: 24%;
    float: left;
    padding: 1%;
    border: 1px solid #edc9af;
    margin-left: 5%;
}

.bookcase .list li .pic img {
    display: block;
    width: 100%;
}

.bookcase .list li .box {
    width: 55%;
    float: right;
    margin-right: 5%
}

.bookcase .list li .box h2 {
    display: block;
    font-size: 36px;
    color: #222;
    line-height: 40px;
    padding: 15px 0 35px;
    position: relative;
    margin-bottom: 40px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.bookcase .list li .box h2:before {
    display: block;
    width: 40px;
    height: 4px;
    background-color: #222;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.bookcase .list li .box .details, .bookcase .list li .box .details p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.bookcase .list li .box .details {
    padding-bottom: 65px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 60px;
}

.bookcase .list li .box .btns {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    padding-left: 25px;
    text-align: center;
    font-size: 14px;
    color: #333;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    top: 0
}

.bookcase .list li:hover .box .btns {
    top: -10px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #f3f3f3;
}

.bookcase .list li:hover .box h2 {
    color: #004a82
}

.bookcase .list li:hover .box h2:before {
    background-color: #004a82
}

.bookcase .list li .box .btns:hover {
    color: #004a82
}


.cul .staff-title {
    margin-bottom: 0
}

.cul1, .cul3, .cul4, .cul5, .cul7 {
    position: relative;
    width: 100%;
    height: auto;
}

.cul1 .pic, .cul3 .pic, .cul4 .pic, .cul5 .pic, .cul7 .pic {
    width: 100%;
    height: auto;
}

.cul1 .pic img, .cul3 .pic img, .cul4 .pic img, .cul5 .pic img, .cul7 .pic img {
    display: block;
    width: 100%;
}

.cul1 .box {
    width: 630px;
    padding: 120px 570px 325px 0;
    margin: 0 auto;
}

.cul1 .box h2, .cul2 .box h2, .cul3 .box h2, .cul4 .box h2, .cul5 .box h2, .cul6 .warp .box h2, .cul7 .box h2, .speech-lead .title h2, .pro-heder .warp .box h2, .ab1 .warp .pic h2, .ab2 .warp1 .warp .box h2 {
    font-size: 48px;
    line-height: 55px;
    color: #005ba0;
    font-family: 'Century Gothic';
    text-transform: Uppercase;
    display: block;
    margin-bottom: 15px;
    font-weight: bold;
}

.cul1 .box h2 span, .cul2 .box h2 span, .cul3 .box h2 span, .cul4 .box h2 span, .cul5 .box h2 span, .cul6 .warp .box h2 span, .cul7 .box h2 span, .speech-lead .title h2 span, .pro-heder .warp .box h2 span, .ab1 .warp .pic h2 span, .ab2 .warp1 .warp .box h2 span {
    color: #248e3e
}

.cul1 .box h3, .cul2 .box h3, .cul3 .box h3, .cul4 .box h3, .cul5 .box h3, .cul6 .warp .box h3, .cul7 .box h3, .speech-lead .title h3, .pro-heder .warp .box h3, .ab1 .warp .pic h3, .ab2 .warp1 .warp .box h3 {
    display: block;
    color: #005ba0;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 40px;
}

.cul1 .box .details, .cul1 .box .details p, .cul3 .box .details, .cul3 .box .details p, .cul4 .box .details, .cul4 .box .details p, .cul5 .box .details, .cul5 .box .details p, .cul6 .box .details, .cul6 .box .details p, .cul7 .box .details, .cul7 .box .details p {
    font-size: 16px;
    line-height: 32px;
    color: #005ba0
}

.cul2 {
    width: 1200px;
    margin: 0 auto;
    padding: 170px 0;
}

.cul2 .pic {
    width: 32%;
    float: left;
}

.cul2 .pic img {
    display: block;
    width: 100%;
}

.cul2 .box {
    width: 55%;
    float: right;
}

.cul2 .box h2 {
    padding-top: 0;
}

.cul2 .box .details, .cul2 .box .details p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.cul3 .box {
    width: 610px;
    padding: 180px 590px 360px 0;
    margin: 0 auto;
}

.cul3 .box h2, .cul3 .box h2 span, .cul3 .box h3 {
    color: #fff;
}

.cul3 .box .details, .cul3 .box .details p {
    color: #fff;
}

.cul4 .box {
    width: 740px;
    height: auto;
    padding: 110px 300px 120px 160px;
    margin: 0 auto;
}

.cul4 .box .details p {
    color: #333;
}

.cul4 .box .details {
    margin-bottom: 90px;
}

.cul4 .box .img {
    display: block;
    width: 691px;
    height: 241px;
}

.cul4 .box .img img {
    display: block;
    width: 100%;
    height: 100%
}

.cul5 .box {
    width: 570px;
    margin: 0 auto;
    padding: 270px 630px 350px 0
}

.cul5 .box .details, .cul5 .box .details p {
    color: #fff;
}

.cul5 .box h2, .cul5 .box h3, .cul5 .box h2 span {
    color: #fff;
}

.cul6 {
    width: 100%;
    height: auto;
    padding: 110px 0 120px;
}

.cul6 .warp {
    width: 1010px;
    margin: 0 auto;
    padding: 0 100px 0 90px;
}

.cul6 .warp .box {
    width: 32%;
    float: left;
}

.cul6 .box .details, .cul6 .box .details p {
    color: #333;
}

.cul6 .warp .pic {
    width: 55%;
    float: right;
    padding-top: 75px;
}

.cul6 .warp .pic .top {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 38px;
}

.cul6 .warp .pic .top a, .cul6 .warp .pic .bot .list a {
    display: block;
    width: 100%;
    height: auto;
}

.cul6 .warp .pic .top img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cul6 .warp .pic .top:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.cul6 .warp .pic .top .title, .cul6 .warp .pic .bot .list .title {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 0
}

.cul6 .warp .pic .bot {
    width: 100%;
    height: auto;
}

.cul6 .warp .pic .bot .list {
    width: 46%;
    height: auto;
    position: relative;
    margin-right: 8%;
    float: left;
    overflow: hidden;
}

.cul6 .warp .pic .bot .list:nth-child(2) {
    margin-right: 0
}

.cul6 .warp .pic .bot .list img {
    display: block;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.cul6 .warp .pic .bot .list:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.cul7 .box {
    width: 870px;
    padding: 85px 240px 100px 90px;
    margin: 0 auto;
}

.cul7 .box .details, .cul7 .box .details p {
    color: #333;
}

.cul7 .box .details {
    margin-bottom: 60px;
}

.cul7 .box .img {
    width: 100%;
    height: auto;
}

.cul7 .box .img img {
    display: block;, max-width: 100 %;
}


/*honor*/
.honor-title {
    margin-bottom: 10px;
}

.honor-title, .honor-title .pic, .honor-warp .warp .mian {
    width: 100%;
    height: auto;
}

.honor-title .pic img {
    display: block;
    width: 100%;
}

.honor-title .box {
    width: 1200px;
    margin: -150px auto 0;
    height: auto;
    position: relative;
    z-index: 5
}

.honor-title .box ul li {
    float: right;
    border: 1px solid #fff;
    width: 132px;
    margin-left: 15px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.honor-title .box ul li a {
    display: block;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.honor-title .box ul li img {
    display: block;
    width: 100%;
}

.honor-title .box ul li p {
    text-align: center;
    background-color: #0057a1;
    font-size: 16px;
    color: #fff;
}

.honor-title .box ul li:hover {
    border: 1px solid #dd9a43;
}

.honor-warp {
    width: 1200px;
    margin: 0 auto;
}

.honor-warp .warp {
    width: 100%;
    margin-bottom: 80px;
}

.honor-warp .warp h2 {
    display: block;
    line-height: 40px;
    font-size: 30px;
    color: #333;
    font-weight: bold;
    font-family: 'Century Gothic';
    margin-bottom: 25px;
}

.honor-warp .warp .mian li {
    margin-bottom: 2px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.honor-warp .warp .mian li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;;
    display: block;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    padding: 40px 17% 40px 3%;
    width: 80%;
}

.honor-warp .warp .mian li:hover {
    background-color: #0057a1
}

.honorif {
    width: 1200px;
    margin: 0 auto 80px;
}

.honorif .math {
    width: 100%;
    height: auto;
    height: 125px;
    margin-bottom: 60px;
}

.honorif .math h2 {
    font-size: 155px;
    color: #006bb6;
    font-weight: bold;
    font-family: 'Century Gothic';
    line-height: 120px;
    width: auto;
    display: block;
    float: left;
}

.honorif .math p {
    float: left;
    width: auto;
    position: relative;
    padding-top: 75px;
    line-height: 60px;
    font-size: 26px;
    color: #333;
    height: 50px;
}

.honorif .math p:before {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #006bb6;
    content: '';
    top: 45px;
    left: 0
}

.honorif .mian {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.honorif .mian table {
    text-align: center;
}

.honorif .mian table tr th {
    padding: 25px 0;
    border-top: 1px solid #006bb6;
    position: relative;
    font-size: 30px;
    width: 25%
}

.honorif .mian table tr th i {
    display: block;
    width: 1px;
    height: 20px;
    background-color: #98c3e1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.honorif .mian table tr th:nth-child(1):before {
    display: block;
    width: 1px;
    background-color: #006bb6;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
    content: ''
}

.honorif .mian table tr th:nth-child(4):before {
    display: block;
    width: 1px;
    background-color: #006bb6;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    height: 100%;
    content: ''
}

.honorif .mian table tr td {
    padding: 40px 0;
    font-size: 22px;
    line-height: 28px;
    background-color: #006bb6;
    color: #fff;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border-bottom: 2px solid #fff;
}

.honorif .mian table tr td i {
    font-style: normal;
    background-color: #fff;
    color: #006bb6;
    border-radius: 100%;
    font-family: 'Century Gothic';
    font-weight: bold;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.honorif .mian table tr td:nth-child(2) {
    font-family: 'Century Gothic';
}

/*é¢†å¯¼è‡´è¾ž*/
.speech-whiet {
    height: 310px;
}

.speech {
    width: 100%;
    background-color: #f3f3f3;
}

.speech .warp {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: -200px;
}

.speech .warp .pic {
    width: 43%;
    float: left;
}

.speech .warp .pic img {
    display: block;
    width: 100%;
}

.speech .warp .box {
    width: 50%;
    float: right;
}

.speech .warp .box .mian .cont {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.speech .mian .cont span {
    display: inline-block;
    float: left;
}

.speech .mian .cont .name {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 10px;
    max-width: 35%;
}

.speech .mian .cont .mintit {
    font-size: 22px;
    padding: 15px 0 0 10px;
    max-width: 63%;
    line-height: 30px;
}

.speech .mian .cent {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-bottom: 100px;
}

.speech .title {
    width: 100%;
    height: 45px;
    margin-bottom: 40px;
}

.speech .title span {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    cursor: pointer;
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-color: #999;
    border-radius: 3px;
    padding: 0 30px;
    margin-right: 40px;
}

.speech .title span:last-child {
    margin-right: 0;
}

.speech .title span.on, .speech .title span:hover {
    background-color: #005ba0;
}

.speech .details, .speech .details p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.speech-lead {
    width: 1200px;
    margin: 0 auto 60px;
}

.speech-lead .title {
    padding-top: 110px;
}

.speech-lead .title h3 {
    margin-bottom: 60px;
}

.speech-lead .warp {
    width: 100%;
}

.speech-lead .warp li {
    float: left;
    width: 30%;
    margin-right: 4.5%;
}

.speech-lead .warp li:last-child {
    margin-right: 0;
}

.speech-lead .warp li a {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.speech-lead .warp li a .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.speech-lead .warp li a .pic i {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}

.speech-lead .warp .pic img {
    display: block;
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.speech-lead .warp li:hover .pic img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.speech-lead .warp .box {
    width: 100%;
}

.speech-lead .warp .box h2 {
    display: block;
    font-size: 18px;
    color: #222;
    line-height: 26px;
}

.speech-lead .warp .box .details {
    font-size: 15px;
    color: #444;
}

/*äº§å“è¯¦æƒ…*/
.pro-heder {
    width: 100%;
    height: 264px;
    margin-bottom: 60px;
}

.pro-heder .warp {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.pro-heder .warp .box {
    width: 70%;
    float: left;
}

.pro-heder .warp .box h2, .pro-heder .warp .box h3 {
    color: #fff;
}

.pro-heder .warp .box h2 {
    padding-top: 60px;
}

.pro-heder .warp a {
    display: block;
    float: right;
    height: 65px;
    width: 65px;
    border-radius: 100%;
    margin-top: 86px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.pro-heder .warp .rarr {
    margin-left: 30px;
}

.pro-heder .warp .larr {
}

.pro-heder .warp a:hover {
    background-color: #d5ecfd
}

.pro-warp {
    width: 1200px;
    margin: 0 auto 50px;
    border-bottom: 1px solid #e5e5e5;
}

.pro-warp .pro-title {
    margin-bottom: 55px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eaeaea;
}

.pro-warp .pro-title .left {
    float: left;
    width: 530px;
    height: auto;
}

.pro-warp .pro-title .title {
    margin-bottom: 35px;
}

.pro-warp .pro-title .title .tit {
    font-size: 48px;
    line-height: 50px;
    color: #222;
}

.pro-warp .pro-title .title .mintit {
    font-size: 30px;
    line-height: 35px;
    color: #222;
    padding-left: 15px;
}

.pro-warp .pro-title .time {
    color: #adadad;
    font-size: 18px;
    height: 30px;
    overflow: hidden;
}

.pro-warp .pro-title .time .te1 {
    height: 30px;
    color: #adadad;
    font-size: 18px;
    line-height: 30px;
    padding-right: 15px;
    border-right: 1px solid #adadad;
    margin-right: 15px;
    display: block;
    width: auto;
    float: left;
}

.pro-warp .pro-title .time .te2 {
    font-size: 12px;
    line-height: 15px;
    width: 350px;
    display: block;
    float: left;
}

.pro-warp .pro-title .right {
    float: right;
    width: 435px;
}

.pro-warp .pro-title .right a {
    background-color: #999999;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    margin-left: 5px;
    display: inline-block;
    width: 136px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    margin-bottom: 15px;
}

.pro-warp .pro-title .right a.on, .pro-warp .pro-title .right a:hover {
    background-color: #005ba0
}

.fc .fy {
    padding-top: 60px;

}

.pro-warp .main .icon {
    width: 72px;
    background-color: #f5f5f5;
    padding: 20px 0;
    float: left;
}

.pro-warp .main .icon a {
    width: 32px;
    height: 32px;
    margin: 0 auto 40px;
    cursor: pointer;
    display: block;
}

.pro-warp .main .icon a:last-child {
    margin-bottom: 0;
}

.pro-warp .main .icon a img {
    display: block;
    width: 100%;
    height: 100%;
}

.pro-warp .main .warp {
    width: 887px;
    float: right;
    margin-right: 5%;
    padding-bottom: 30px;
}

.pro-warp .main .warp p, .pro-warp .cont p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.pro-warp .main .warp img, .pro-warp .cont img {
    max-width: 100%
}

.pro-warp .main .icon a {
    float: none;
    padding-left: 0
}

.pro-warp .news-title {
    margin-bottom: 50px;
    padding: 50px 0;
    border-bottom: 1px solid #eaeaea;
}

.pro-warp .news-title h2 {
    font-size: 30px;
    line-height: 50px;
    color: #222;
    margin-bottom: 20px;
}

.pro-warp .news-title .mintit {
    line-height: 20px;
    color: #666;
}

/*.pro-warp .cont{width: 94%;margin: 0 auto;}*/


.fc .reture {
    display: none;
}

.sports {
    width: 1200px;
    margin: 0 auto 150px;
}

.sports li {
    width: 48%;
    margin: 0 4% 25px 0;
    box-sizing: border-box;
    padding: 22px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    float: left;
}

.sports li:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.sports li:nth-child(even) {
    margin-right: 0
}

.sports li a {
    display: block;
    width: 100%;
    padding-top: 30px;
    border-top: 2px solid #eaeaea;
    position: relative;
}

.sports li a i {
    display: block;
    height: 4px;
    width: 0;
    position: absolute;
    left: 0;
    top: -2px;
    background-color: #248e3e;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.sports li:hover a i {
    width: 100%;
}

.sports li a .title {
    margin-bottom: 35px;
}

.sports li a .title .tit {
    font-size: 20px;
    line-height: 30px;
    color: #282828;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
}

.sports li a .title .time {
    font-size: 14px;
    line-height: 32px;
    color: #282828;
    display: block;
    max-width: 20%;
    float: right;
}

.sports li a .details {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    margin-bottom: 20px;
}

.sports li a em {
    display: block;
    width: 100%;
    height: 21px;
}

.sports p {
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.sports img {
    max-width: 100%;
}

/*å…³äºŽæˆ‘ä»¬*/
.ab-title {
    background-color: #fff;
    width: 100%;
    height: 75px;
    position: relative;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.1);
}

.ab-title i {
    display: block;
    position: absolute;
    height: 4px;
    width: 60%;
    background-color: #005ba0
}

.ab-title .swiper-container {
    width: 910px;
    height: 75px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.ab-title .swiper-slide {
    height: 100%;
}

.ab-title .swiper-slide .title {
    font-size: 16px;
    line-height: 75px;
    color: #666666;
    width: 130px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: block;
    cursor: pointer;
}

.ab-title .swiper-slide.on .title, .ab-title .swiper-slide:hover .title {
    color: #005ba0
}

.ab1 {
    width: 100%;
    height: auto;
    padding: 100px 0 80px 0;
}

.ab1 .warp {
    width: 1200px;
    margin: 0 auto;
}

.ab1 .warp .pic {
    width: 37%;
    float: left;
}

.ab1 .warp .pic .details .mintit {
    font-size: 24px;
    line-height: 30px;
    color: #444;
    margin-bottom: 25px;
    display: block;
}

.ab1 .warp .pic .details img {
    display: block;
    width: 100%;
    margin-bottom: 45px;
}

.ab1 .warp .box {
    width: 60%;
    float: right;
}

.ab1 .warp .box h2 {
    display: block;
    font-size: 32px;
    line-height: 35px;
    color: #3a9649;
    margin-bottom: 30px;
}

.ab1 .warp .box .details, .ab1 .warp .box .details p {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}

.ab1 .warp .box .details {
    margin-bottom: 50px;
}

.ab1 .warp .box .box-img {
    display: block;
    width: 100%;
    margin-bottom: 60px;
}

.ab1 .warp .box .bot {
    height: auto;
}

.ab1 .warp .box .bot li {
    float: left;
    width: 25%;
    text-align: center;
}

.ab1 .warp .box .bot li:last-child {
    margin-right: 0
}

.ab1 .warp .box .bot li .math {
    font-size: 64px;
    color: #1d2830;
    text-align: center;
    line-height: 70px;
    font-family: 'BEBAS';
    margin-bottom: 5px;
}

.ab1 .warp .box .bot li .tit {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.ab2 {
    width: 100%;
    position: relative;
    top: 0px;
    opacity: 1;
}

.ab2.on {
    top: 0;
    opacity: 1
}

.ab2 .warp1 {
    padding: 190px 0 100px;
}

.ab2 .warp1 .warp {
    width: 1200px;
    margin: 0 auto;
}

.ab2 .warp1 .warp .box {
    width: 44%;
    float: left;
}

.ab2 .warp1 .warp .box h2, .ab2 .warp1 .warp .box h3 {
    color: #fff;
}

.ab2 .warp1 .warp .box h2 {
    font-family: 'BEBAS'
}

.ab2 .warp1 .warp .box .details, .ab2 .warp1 .warp .box .details p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.ab2 .warp1 .warp .box .details {
    margin-bottom: 55px;
    height: 196px;
    position: relative;
    overflow: hidden;
}

.ab2 .warp1 .warp .box .details .cent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ab2 .warp1 .warp .box .name {
    height: 47px;
    width: 100%;
}

.ab2 .warp1 .warp .box .name img {
    display: block;
    height: 100%;
    float: right;
}

.ab2 .warp1 .warp .pic {
    width: 43%;
    float: right;
}

.ab2 .warp1 .warp .pic img {
    display: block;
    width: 100%;
}

.ab2 .warp1 .warp .box .btns {
    width: 100%;
    height: 40px;
}

.ab2 .warp1 .warp .box .btns span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.ab2 .warp1 .warp .box .btns .left {
}

.ab2 .warp1 .warp .box .btns .right {
}

.ab2 .warp1 .warp .box .btns span:hover {
    background-color: #005ba0;
    border: 1px solid #005ba0;
}

#ab3 {
    padding: 80px 0 120px;
    margin: 0 auto 0
}

#ab3 .warp li a .box {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 25px;
}

.abb4 {
    display: none;
}

.ab4 {
    width: 100%;
    padding: 110px 0 95px;
    background-color: #fafafa;
    /*background: url(../images/ab4-bg.jpg) center/cover no-repeat*/
}

.ab4 .ab-warp {
    width: 1200px;
    margin: 0 auto;
}

.ab4 .box {
    width: 325px;
    float: left;
}

.ab4 .box .title {
    margin-bottom: 40px;
}

.ab4 .box .title h2 {
    font-size: 48px;
    line-height: 50px;
    color: #00487e;
    font-family: 'BEBAS';
    margin-bottom: 15px;
}

.ab4 .box .title h3 {
    color: #00487e;
    display: block;
    font-size: 42px;
    line-height: 45px;
    margin-bottom: 40px;
    padding-bottom: 35px;
    position: relative;
}

.ab4 .box .title h3:before {
    content: '';
    display: block;
    width: 80%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #00487e
}

.ab4 .box .year {
    margin-bottom: 55px;
}

.ab4 .box .year h2 {
    font-size: 40px;
    font-family: 'BEBAS';
    color: #00487e;
    line-height: 40px;
    margin-bottom: 20px;
}

.ab4 .box .year .cent, .ab4 .box .year .cent p {
    font-size: 16px;
    color: #666;
    line-height: 26px;
}

.ab4 .box .year .cent {
    min-height: 270px;
}

.ab4 .box .math .details {
    font-size: 35px;
    color: #3a9649;
    line-height: 45px;
    font-family: 'BEBAS';
    margin-bottom: 10px;
}

.ab4 .box .math .tit {
    font-size: 18px;
    line-height: 26px;
    color: #999999
}

.ab4 .pic {
    width: 820px;
    float: right;
    height: 650px;
}

.ab4 .pic .top-img {
    width: 100%;
    max-height: 512px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.ab4 .pic .top-img img {
    display: block;
    width: 100%;
}

.ab4 .pic .warp {
    height: 100%;
    width: 100%;
    position: relative;
}

.ab4 .pic .warp .mian {
    height: 140px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.ab4 .pic .warp ul {
    width: 100%;
    height: 100%;
}

.ab4 .pic .warp ul li {
    height: 100%;
    width: 166px;
    float: left;
    position: relative;
    font-size: 22px;
    font-family: 'BEBAS';
    color: #999;
    box-sizing: border-box;
    border-left: 1px solid rgba(155, 155, 155, 0.1);
}

.ab4 .pic .warp ul li span {
    display: block;
    width: 100%;
    height: 135px;
    line-height: 215px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    box-sizing: border-box;
    padding-left: 15px;
}

.ab4 .pic .warp ul li i {
    display: block;
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    left: 0;
    top: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ab4 .pic .warp ul li:hover i {
    width: 100%;
}

.ab4 .pic .warp ul li:hover span {
    color: #00487e;
    padding-left: 25px;
}

.ab4ban .device {
    width: 100%;
    height: 512px;
    overflow: hidden;
}

.ab4ban .device .arrow-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.ab4ban .device .arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 17px;
    height: 30px;
}

.ab4ban .swiper-container {
    height: 512px;
    width: 100%;
}

.ab4ban .swiper-container .swiper-slide, .ab4ban .swiper-container .swiper-wrapper, .ab4ban {
    width: 100%;
    height: 512px;
}

.ab4ban .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
}

.pagination {
    display: block;
}


.ab5 {
    width: 1200px;
    margin: 0 auto;
    padding: 150px 0 140px;
    position: relative;
}

.ab5 .pic {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 140px;
}

.ab5 .pic img {
    display: block;
    width: 100%;
}

.ab5 .box {
    width: 40%;
    float: right;
    background-color: #005ba0;
    padding: 95px 5% 90px;
}

.ab5 .box h2, .ab6 .warp .title h2, .ab7 .warp h2 {
    font-size: 48px;
    line-height: 50px;
    color: #fff;
    font-family: 'BEBAS';
    margin-bottom: 15px;
}

.ab5 .box h3, .ab6 .warp .title h3 {
    display: block;
    font-size: 42px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 40px;
}

.ab5 .box .cent, .ab5 .box .cent p {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

.ab5 .box .cent {
    margin-bottom: 60px;
}

.ab5 .box .btns {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    display: inline-block;
    width: auto;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    font-family: 'BEBAS';
    padding: 0 70px 0 30px;
    color: #00487e;
}

.ab5 .box .btns:hover {
    opacity: 0.8
}

.ab6 .warp {
    width: 1200px;
    margin: 0 auto;
    padding: 100px 0 200px;
}

.ab6 .warp .mian {
    width: 100%;
    height: 443px;
    position: relative;
}

.ab6 .warp .mian #srcllo {
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #fff;
    width: 100px;
    left: 0
}

.ab6 .warp .mian li {
    float: left;
    width: 397px;
    margin-right: 4px;
}

.ab6 .warp .mian li .top {
    width: 100%;
    height: 267px;
    margin-bottom: 4px;
}

.ab6 .warp .mian li .bot {
    width: 100%;
    height: 132px;
}

.ab6 .warp .mian li .bot p {
    width: 197px;
    height: 132px;
    margin-right: 3px;
    float: left;
}

.ab6 .warp .mian li .bot p:nth-child(2) {
    margin-right: 0
}

.ab6 .warp .mian li a, .ab6 .warp .mian li img {
    display: block;
    height: 100%;
    width: 100%;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.ab6 .warp .mian li a {
    position: relative;
    overflow: hidden;
}

.ab6 .warp .mian li span {
    display: block;
    position: absolute;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
    left: 0;
    bottom: -20px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.ab6 .warp .mian li .top:hover img, .ab6 .warp .mian li .bot p:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.ab6 .warp .mian li .top:hover span, .ab6 .warp .mian li .bot p:hover span {
    opacity: 1;
    bottom: 0px
}

.ab6 .warp .mian li:nth-child(even) .top {
    margin-bottom: 0
}

.ab6 .warp .mian li:nth-child(even) .bot {
    margin-bottom: 3px
}

.video-phone {
    display: none;
}

.ab7 .warp {
    padding: 300px 0 290px;
}

.ab7 .warp .icon {
    width: 117px;
    height: 117px;
    margin: 0 auto 25px;
    position: relative;
    cursor: pointer;
}

.ab7 .warp .icon:before {
    display: block;
    width: 105px;
    height: 4px;
    background-color: #fff;
    left: -85px;
    top: 48%;
    position: absolute;
    z-index: 2;
    content: '';
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.ab7 .warp .icon:hover:before {
    width: 130px;
    left: -6px
}

.ab7 .warp h2 {
    text-align: center;
}

.prot-bg {
    width: 100%;
    position: absolute;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: -1;
}

.prot-bg img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 1920px;
    margin-left: -960px;
}

.iani {
    animation: ibg 2s ease;
    -webkit-animation: ibg 2s ease;
}

@keyframes ibg {
    0% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        transform: scale(1.1)
    }
    100% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: scale(1)
    }
}

@-webkit-keyframes ibg {
    0% {
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        transform: scale(1.1)
    }
    100% {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: scale(1)
    }
}

.prot, .prot .warp1 ul, .prot .warp2 ul {
    width: 100%;
    height: 100%;
}

.prot .warp1, .prot .warp2 {
    width: 33.33%;
    height: 100%;
    float: left;
}

.prot div li {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.prot .warp1 li {
    width: 100%;
    height: 33%;
    cursor: pointer;
    text-align: right;
}

.prot .warp1 li:last-child {
    height: 34%
}

.prot .warp1 li a, .prot .warp2 li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 6% 8%;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.prot .warp1 li:nth-child(3) a {
    border-bottom: 0;
}

.prot .warp2 li:nth-child(4) a {
    border-bottom: 0;
}

.prot .warp1 li h2, .prot .warp1 li h3, .prot .warp2 li h2, .prot .warp2 li h3 {
    font-size: 32px;
    line-height: 40px;
    color: #fff;
}

.prot .warp2 li {
    width: 100%;
    height: 25%;
}

.prot div li h2 {
    text-transform: capitalize;
    margin-bottom: 5px;
    text-align: right;
}

.prot .warp1 li h3, .prot .warp2 li h3 {
    opacity: 0;
    position: relative;
    top: 20px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    text-align: right;
}

.prot .warp1 li:hover h3, .prot .warp2 li:hover h3 {
    opacity: 1;
    top: 0;
}

.prot .warp2 li a {
    padding: 5% 7%;
}

.prot .warp2 li h2 {
    line-height: 40px;
}

.prot .warp2 li h3, .prot .warp1 li h3 {
    font-size: 26px;
}

.prot div li a img {
    display: block;
    position: absolute;
    bottom: 6%;
    left: 5%;
    opacity: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.prot .warp2 li:hover img, .prot .warp1 li:hover img {
    left: 8%;
    opacity: 1
}

.dpbd {
    display: none;
}

.prot .warp1 li:hover, .prot .warp2 li:hover {
}

/*æ–°é—»è¯¦æƒ…*/

.newsinfor {
    width: 1200px;
    margin: 0 auto 60px;
    height: auto;
    padding: 0 0px 70px;
}

.bbg {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
}

.newsinfor .title {
    padding: 100px 0 50px;
}

.newsinfor .title h2 {
    display: block;
    font-size: 40px;
    color: #333;
    line-height: 50px;
    margin-bottom: 15px;
}

.newsinfor .title .mintit {
    font-size: 16px;
    text-align: center;
    color: #888;
    line-height: 30px;
}

.newsinfor .warp, .newsinfor .warp p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}

.newsinfor .warp {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 30px;
}

.newsinfor .warp img {
    max-width: 100%;
}

.newsinfor .bott {
    width: 100%;
    margin-bottom: 60px;
}

.newsinfor .bott .left {
    width: 75%;
    height: auto;
    float: left;
}

.newsinfor .bott .left p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.newsinfor .bott .left p a {
    color: #333;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.newsinfor .bott .left p a:hover {
    color: #004a82
}

.newsinfor .bott .btns {
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background-color: #004a82;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: right;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border: 1px solid #004a82;
}

.newsinfor .bott .btns:hover {
    background-color: transparent;
    color: #004a82
}

.forie {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
}


.stinfor {
    width: 1200px;
    margin: 100px auto 100px;
}

.stinfor .pic {
    float: left;
    margin-right: 4%
}

.stinfor .left {
    width: 733px;
    height: auto;
}

.stinfor .left .topimg {
    width: 733px;
    height: 501px;
    overflow: hidden;
    margin-bottom: 18px;
}

.stinfor .left .topimg img {
    display: block;
    width: 100%;
}

.stinfor .left .botimg {
    height: 79px;
    width: 100%;
    position: relative;
}

.stinfor .left .botimg .mian {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.stinfor .left .botimg .left {
    width: 11px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    left: 2%;
    z-index: 6;
    top: 50%;
    margin-top: -11px;
}

.stinfor .left .botimg .right {
    height: 79px;
    cursor: pointer;
    width: 11px;
    height: 22px;
    position: absolute;
    right: 2%;
    z-index: 6;
    top: 50%;

    margin-top: -11px;
}

.stinfor .left .botimg ul {
    display: block;
    width: 100%;
    height: 100%;
}

.stinfor .left .botimg ul li {
    display: block;
    height: 79px;
    width: 115px;
    float: left;
    margin-right: 9px;
    position: relative;
}

.stinfor .left .botimg ul li img {
    display: block;
    width: 100%;
}

.stinfor .left .botimg ul li i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 79px;
    width: 115px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 5;
}

.stinfor .left .botimg ul li.cur i {
    background-color: rgba(0, 0, 0, 0);
}

.stinfor .box {
    /*width: 420px;*/
    /*float: right;*/
}

.stinfor .box h2 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #222;
    margin-bottom: 45px;
}

.stinfor .box .details {
    font-size: 14px;
    line-height: 30px;
    color: #333333
}

.st-phone, .phone-box {
    display: none;
}

.st-btns {
    display: block;
    width: 120px;
    height: 45px;
    margin: 0 auto 100px;
    line-height: 45px;
    border-radius: 5px;
    background-color: #004a82;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border: 1px solid #004a82;
}

.st-btns:hover {
    background-color: transparent;
}

.led-warp {
    width: 1100px;
    margin: 80px auto;
    padding: 60px 50px 90px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1)
}

.led-warp .title {
    font-size: 30px;
    line-height: 50px;
    color: #222;
    margin-bottom: 50px;
    text-align: center;
}

.led-warp .warp, .led-warp .warp p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.led-warp .warp {
    margin-bottom: 50px;
}

.led-warp .warp h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    color: #555;
}

.led-warp .warp .tet {
    margin-bottom: 20px;
}

.led-warp .warp p span {
    font-weight: bold;
}

.led-warp .bot {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

.led-warp .bot a {
    color: #444;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.led-warp .bot a:hover {
    color: #005ba2;
}

.led-warp .fot {
    width: 100%;
    text-align: right;
}

.led-warp .fot p, .led-warp .fot {
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

.led-warp .fot p.on {
    padding-right: 42px;
}


@media screen and (min-width: 1110px) and (max-width: 1200px) {
    .ab4 .box {
        width: 350px;
    }
}

@media screen and (min-width: 970px) and (max-width: 1110px) {
    .pro-warp .pro-title .right {
        width: 325px
    }

    .pro-warp .pro-title .right a {
        margin-left: 4px;
        width: 100px;
    }

    .ab4 .box {
        width: 252px;
    }
}

@media screen and (min-width: 970px) and (max-width: 1250px) {
    .footer .mian {
        width: 94%;
        height: auto;
        padding: 90px 0 50px;
        margin: 0 auto;
    }

    .footer .bot p {
        width: 90%;
    }

    .iab .warp {
        padding: 5% 5% 0% 5%;
        height: auto;
        width: auto;
    }

    .iab .warp .box {
        width: 31%;
        float: left;
        padding-top: 40px;
    }

    .iab .warp .pic {
        width: 60%;
    }

    .iab .box .details {
        width: 100%;
        height: auto;
    }

    .iab .box .details img {
        width: 100%;
    }

    .iab .warp .bot {
        padding-top: 30px;
    }

    .iab .warp .bot ul li {
        width: 50%;
        margin-right: 0;
        text-align: center;
        margin-bottom: 15px;
    }

    .iproduct .warp {
        width: 800px;
        height: 140px;
    }

    .iproduct .swiper-container {
        width: 660px;
        height: 140px;
    }

    .iproduct .pci {
        margin-top: 30px;
    }

    .iproduct .main {
        top: 20%
    }

    .isocial .warp {
        width: 94%;
        margin: 0 auto;
    }

    .isocial .warp .pic {
        width: 50%;
        height: auto
    }

    .isocial .warp .box {
        width: 45%;
        height: auto
    }

    .isocial .warp .box .logo {
        width: 110px;
        height: auto
    }

    .isocial .warp .box h2 {
        padding-top: 35px;
        margin-bottom: 15px;
        line-height: 60px;
        font-size: 55px;
    }

    .isocial .warp .box .mintit {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .isocial .warp .box .cent {
        margin-bottom: 35px;
    }

    .iin {
        max-width: 90%;
        margin: 0 auto;
    }

    .iin .slides a {
        padding-bottom: 40px;
    }

    .footer .mian .left {
        width: 70%
    }

    .footer .mian .right {
        width: 29%;
    }

    .base-ban .warp {
        position: absolute;
        top: 18%;
        left: 13%;
    }

    .base-ban .warp h2 {
        padding-top: 25px;
    }

    .base-ban .warp .cent {
        margin-bottom: 40px;
    }

    .job-warp {
        width: 90%;
    }

    .job-warp .warp .tbl {
        width: 100%;
        padding-right: 0;
    }

    .job-warp .warp .tbl p {
        width: 25%;
    }

    .contact-warp {
        width: 90%;
        margin: 0 auto;
        padding: 110px 0 0;
    }

    .contact-warp .message .mian ul .inp {
        float: left;
        width: 30%;
        height: 200px;
        margin-right: 3%;
    }

    .contact-warp .message .mian ul .text {
        width: 63%
    }

    .contact-warp .message .btns {
        width: 96%;
    }

    .welfare-ban {
        width: 100%;
        margin: 0 auto 95px;
    }

    .welfare-warp {
        width: 90%;
        margin: 0 auto 60px;
    }

    .welfare-warp .warp ul li {
        width: 30%;
        height: auto;
        margin: 0 2% 30px 0;
        padding: 1%;
    }

    .welfare-warp .warp li .pic {
        height: auto;
    }

    .welfare-warp .warp .noimg .box .time {
        margin-bottom: 60px;
    }

    .charity-warp {
        width: 80%;
        padding: 80px 5% 70px;
        margin: -110px auto 70px;
    }

    .charity-atlas {
        width: 90%;
    }

    .charity-atlas ul li {
        float: left;
        width: 23%;
        overflow: hidden;
        margin: 0 2.5% 22px 0;
        max-height: 166px;
        height: auto;
    }

    /*.charity-atlas ul li:nth-child(4),.charity-atlas ul li:nth-child(8){margin-right:2%}*/
    /*.charity-atlas ul li:nth-child(3),.charity-atlas ul li:nth-child(6){margin-right: 0}*/
    .lead-news {
        width: 90%;
    }

    .lead-news {
        width: 90%;
        margin: 0 auto 80px;
    }

    .lead-news .list li {
        width: 31%;
        margin: 0 3.5% 24px 0;
        height: auto;
        padding-bottom: 40px;
    }

    .lead-news .list li a .pic {
        height: auto;
    }

    .paper-news {
        width: 90%;
    }

    .staff-news {
        width: 90%;
    }

    .staff-news .list {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .staff-news .list li {
        float: left;
        width: 24%;
        height: auto;
        position: relative;
        margin: 0 1% 1% 0;
        overflow: hidden;
    }

    .staff-news .list li .details .cent {
        margin-bottom: 0;
        height: 62%;
        line-height: 25px;
    }

    .maxnews {
        width: 100%;
        height: auto;
    }

    .news-title {
        width: 90%;
        margin: 0 auto 60px;
    }

    .maxnews .box h2 {
        padding-top: 200px;
    }

    .bookcase {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }

    .bookcase .list li .pic {
        width: 27%;
    }

    .cul1 .box {
        width: 70%;
        padding: 120px 25% 325px 5%;
        margin: 0 auto;
    }

    .cul2 {
        width: 90%;
        padding: 150px 0
    }

    .cul2 .pic {
        width: 40%
    }

    .cul3 .box {
        width: 70%;
        padding: 150px 25% 330px 5%
    }

    .cul4 .box {
        width: 70%;
        padding: 110px 20% 120px 10%
    }

    .cul5 .box {
        width: 70%;
        padding: 230px 25% 300px 5%;
    }

    .cul6 .warp {
        width: 90%;
        padding: 0;
    }

    .cul6 .warp .box {
        width: 35%;
    }

    .cul7 .box {
        width: 90%;
        padding: 85px 5% 100px 5%
    }

    .honor-title .box {
        width: 90%;
        margin: -135px auto 0;
        height: auto;
        position: relative;
        z-index: 5
    }

    .honor-title .box ul li {
        float: right;
        border: 1px solid #fff;
        width: 120px;
        margin-left: 15px;
        box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
    }

    .honor-warp {
        width: 90%;
    }

    .honor-warp .warp .mian li a {
        padding: 30px 17% 30px 3%;
    }

    .honorif {
        width: 90%;
    }

    .speech .warp {
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: -200px;
    }

    .speech .title span {
        padding: 0 20px;
    }

    .speech .warp .box .mian .cont {
        margin-bottom: 15px;
    }

    .speech .mian .cent {
        margin-bottom: 15%;
    }

    .speech .title {
        margin-bottom: 30px;
    }

    .speech .warp .box .mian .cont {
        padding-bottom: 15px;
    }

    .speech-lead {
        width: 90%;
        margin: 0 auto 60px;
    }

    .speech .mian .cont .mintit {
        padding: 0 0 0 10px
    }

    .pro-heder .warp {
        width: 90%;
    }

    .pro-warp {
        width: 90%;
    }

    .pro-warp .main .warp {
        width: 80%
    }

    .sports {
        width: 90%;
        margin: 0 auto 150px;
    }


    .header .nav1.on {
        margin: 10% 0 10% 5%;
    }

    .header .nav2 {
        padding-left: 5%;
        margin-bottom: 4%
    }

    .ab1 .warp {
        width: 90%
    }

    .ab1 .warp .pic h2 {
        line-height: 50px;
    }

    .ab1 .warp .box .bot {
        padding-left: 0px;
    }

    .ab1 .warp .box .box-img {
        margin-bottom: 40px;
    }

    .ab2 .warp1 .warp {
        width: 90%;
        margin: 0 auto;
    }

    .ab2 .warp1 .warp .box {
        width: 46%;
    }

    .ab2 .warp1 .warp .pic {
        width: 49%
    }

    .ab5 {
        width: 90%;
        padding: 130px 0 120px;
    }

    .ab5 .pic {
        bottom: 120px;
    }

    .ab5 .box {
        width: 44%;
        padding: 70px 3%
    }

    .ab6 .warp {
        width: 90%;
        margin: 0 auto;
    }

    .ab7 .warp {
        padding: 270px 0 250px;
    }

    .prop-video-box {
        width: 840px;
        margin-left: -440px;
    }

    .prot .warp1 li h2, .prot .warp1 li h3, .prot .warp2 li h2, .prot .warp2 li h3 {
        font-size: 26px;
        line-height: 35px;
        color: #fff;
    }

    .prot .warp2 li h3, .prot .warp1 li h3 {
        font-size: 22px;
    }

    .prot .warp1 li a, .prot .warp2 li a {
        padding: 5% 7%
    }

    .ab4 .ab-warp {
        width: 90%;
        margin: 0 auto;
    }

    .ab4 .pic {
        width: 550px;
        float: right;
        height: 500px;
    }

    .ab4 .pic .top-img {
        width: 100%;
        max-height: 512px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1
    }

    .ab4 .pic .top-img img {
        display: block;
        width: 100%;
    }

    .ab4 .pic .warp {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .ab4 .pic .warp .mian {
        height: 140px;
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 2;
    }

    .ab4 .pic .warp ul {
        width: 100%;
        height: 100%;
    }

    .ab4 .pic .warp ul li {
        width: 138px;
    }

    .ab4 .box .year {
        margin-bottom: 0
    }

    .newsinfor {
        width: 90%;
        margin: 0 auto 60px;
        height: auto;
        padding: 0 3% 70px;
        background-color: #fff;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1)
    }

    .news-title .warp .noimg .box .details {
        line-height: 24px;
    }

    .stinfor .left {
        width: 488px;
    }

    .stinfor {
        width: 90%;
    }

    .stinfor .left .topimg {
        width: 488px;
        height: 334px;
    }

    .ab4ban .device {
        width: 100%;
        height: 343px;
    }

    .ab4ban .swiper-container .swiper-slide, .ab4ban .swiper-container .swiper-wrapper, .ab4ban {
        width: 100%;
        height: 343px;
    }

    .ab4ban .swiper-container .swiper-slide img {
        display: block;
        width: 100%;
    }

    .led-warp {
        width: 84%;
        padding: 60px 3% 90px;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1200px) {
    /*.stinfor .box{width:45%;}*/
}

@media screen and (min-width: 970px) and (max-width: 1099px) {
    /*.stinfor .box{width:40%;}*/
}

@media screen and (min-width: 1300px) and (max-width: 1390px) {
    .header .nav2 li {
        margin-right: 5%
    }
}

@media screen and (min-width: 1100px) and (max-width: 1299px) {
    .header .nav2 li {
        margin-right: 3%
    }

    .header .nav2 li .h2 {
        font-size: 22px;
    }
}

@media screen and (min-width: 970px) and (max-width: 1099px) {
    .header .nav2 li {
        margin-right: 2%
    }

    .header .nav2 li .h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 970px) {
    .flatwindow .imgg {
        width: 2.5rem;
        bottom: 0rem;
    }
}


.iproduct {
    width: 100%;
    height: auto;
}

.iproduct .pic {
    width: 100%;
    position: relative;
}

.iproduct .pic img {
    display: block;
    width: 100%;
}

.iproduct .main {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    z-index: 5;
}

@media (max-width: 992px) {
    .iproduct .main {
        top: 0;
    }
}

.iproduct .main h2 {
    display: block;
    font-size: 54px;
    color: #fff;
    line-height: 60px;
    margin-bottom: 20px;
}


.iproduct .main .cent, .iproduct .main .cent p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}

.iproduct .main .cent {
    margin-bottom: 35px;
}

.iproduct .main .btns {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin: 0 auto;
    background-color: #005ba0;
    position: relative;
    border: 1px solid #005ba0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.iproduct .main .btns:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.iproduct .main .btns i {
    display: block;
    width: 48px;
    height: 48px;
    background: url(../images/bot-arr.png) center no-repeat;
    animation: downico 1.5s ease-out infinite;
    animation: downico 1.5s ease-out infinite \0/ IE9;
    position: absolute;
    left: 0;
    top: 0;
}

@keyframes downico {
    0% {
        left: 0;
        opacity: 1;
    }
    35% {
        left: 30%;
        opacity: 0;
    }
    65% {
        left: -30%;
        opacity: 0;
    }
    100% {
        left: 0;
        opacity: 1;
    }
}

.iproduct .warp {
    width: 1300px;
    height: 158px;
    overflow: hidden;
    margin: -80px auto 0;
    position: relative;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    z-index: 5;

}

@media (max-width: 992px) {
    .iproduct .warp {
        margin: 0 auto;
    }
}

@media (max-width: 1200px) {
    .iproduct .warp {
        width: 100%;
    }
}

.iproduct .swiper-container {
    width: 100%;
    height: 158px;
    text-align: center;
    position: relative;
}

.iproduct .swiper-container .g {
    display: block;
    width: 1px;
    height: 80px;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -40px;
    background-color: #fff;
    right: 0;
}

.iproduct .swiper-slide .tit {
    font-size: 18px;
    line-height: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    height: 20px;
    color: #666;
    text-align: center;
}

.iproduct .swiper-slide.on .tit {
    color: #222;
}

.iproduct .swiper-slide:hover .tit {
    color: #222;
}

.iproduct .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.iproduct .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.iproduct .swiper-visible-switch {
    background: #aaa;
}

.iproduct .swiper-active-switch {
    background: #fff;
}

.iproduct .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: red;
    margin-top: -100px;
    position: absolute;
    z-index: 50;
}

.iproduct .arrow-left {
    background: url(../images/ipro-larr.png) center no-repeat;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
}

.iproduct .arrow-right {
    background: url(../images/ipro-rarr.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
}

.iproduct .pci {
    width: 50px;
    height: 50px;
    margin: 40px auto 10px auto;
    position: relative;
}

.iproduct .pci .gray {
    display: block;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin: 0 auto;

}

.iproduct .pci .green {
    display: block;
    width: 50px;
    height: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow: hidden;
}

.iproduct .swiper-slide:hover .pci .green {
    height: 50px;
}

.iproduct .swiper-slide .pci .green img {
    display: block;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom: 0;
    left: 0
}

.iproduct .swiper-slide.on .pci .green {
    height: 50px;
}

.iproduct .swiper-slide {
    position: relative;
    cursor: pointer;
}

@media (max-width: 950px) {
    .iproduct .swiper-container {
        width: 100% !important;
    }

    .iproduct .swiper-slide {
        width: 50% !important;
    }
}

.iproduct .swiper-slide i {
    display: block;
    width: 90%;
    position: absolute;
    bottom: 0;
    height: 4px;
    background-color: #fff;
    left: 50%;
    margin-left: -45%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.iproduct .swiper-slide.on i {
    background-color: #004588;
}

.iproduct .swiper-slide em {
    display: block;
    width: 1px;
    height: 80px;
    background-color: #f2f2f2;
    right: 0px;
    top: 50%;
    position: absolute;
    z-index: 2;
    margin-top: -40px;
}


.iproduct .on .pci .gray {
    -webkit-filter: grayscale(0); /* Chrome, Safari, Opera */
    filter: grayscale(0);
}


/*.iproduct .pic::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 15%;*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 130%;*/
/*    overflow: hidden;*/
/*    background-image: linear-gradient(to right, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, .2) 100%);*/
    /*linear-gradient渐变效果*/
/*    transform: skewX(-25deg);*/
/*}*/

.iproduct .pic:hover:after {
    transition: left 1.5s;
    left: -30%
}

.n-sort a {
    border: 1px solid #ccc;
    text-align: center;
    display: block;
    font: 500 16px/60px "Microsoft YaHei";
    color: #333;
}

.n-sort a:hover {
    background: #004588;
    color: #fff;
}

.n-sort-box {
    position: relative;
}

.n-sort-box .swiper-container {
    width: 90%;
}

@media (max-width: 1600px) {
    .n-sort-box .swiper-container {
        width: 88%;
    }
}

@media (max-width: 1440px) {
    .n-sort-box .swiper-container {
        width: 85%;
    }
}

@media (max-width: 1200px) {
    .n-sort-box .swiper-container {
        width: 82%;
    }
}

.n-sort-box .swiper-wrapper .swiper-slide {
    float: left;
}

.n-sort-box .swiper-button-next,.n-sort-box .swiper-button-prev {
    background-color: #ccc;
    width: 62px !important;
    height: 62px !important;
    margin-top: -31px !important;

}

.menu li {
    position: relative;
}

.sec {
    position: absolute;
    overflow: hidden;
    z-index: 99;
    height: 0;
    background: #fff;
    width: 200%;
}

.sec a {
    display: block;
    font: 500 14px/56px "Microsoft YaHei";
    color: #333;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 8px;
}

.sec a:hover {
    background: #004588;
    color: #fff;
}