/*宽度*/
.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;
    overflow: hidden;
}
.i1 > .img img{
    transition: all 2s;
}
.i1 > .img:hover img{
    transform: scale(1.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;
    font-style: normal;
    line-height: 40px;
    border-radius: 50%;
    background: #c7000d;
    font-family: "宋体";
    text-align: center;
    margin-left: 20px;
}
.i-a:hover i{
    background: #004588;
}
.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;
}

.xypg-left-con.n-sort-box {
    position: relative;
    border: none;
}

.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;
}




/* 首页 */
@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "Microsoft YaHei"; }

ul {
  padding: 0;
  margin: 0; }

ul li {
  list-style: none; }

a {
  color: #337ab7;
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  margin: 0; }

a:focus,
a:hover {
  color: #23527c;
  text-decoration: none; }

a:focus {
  outline: none;
  outline-offset: -2px; }

.wrapper {
  width: 1200px;
  position: relative;
  margin: 0 auto; }

.box-box {
  display: table-cell;
  vertical-align: middle;
  margin: 0 auto; }

.title {
  margin-bottom: 60px; }
  @media (max-width: 992px) {
    .title {
      margin-bottom: 30px; } }
  .title h2 {
    font: 600 38px/48px "Microsoft YaHei";
    color: #004588;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding-left: 35px;
    background: url(../images/title_b.jpg) no-repeat left;
    position: relative;
    z-index: 0; }
    @media (max-width: 992px) {
      .title h2 {
        font: 600 26px/36px "Microsoft YaHei"; } }
    .title h2 span {
      text-transform: uppercase;
      font: 500 86px/96px "Microsoft YaHei";
      color: #f6f6f6;
      position: absolute;
      z-index: -1;
      left: -112%;
      top: -85%; }
      @media (max-width: 992px) {
        .title h2 span {
          display: none; } }

.xy-menu:after, .hot-keys:after, .xypg-detail-info-bar:after, .xypg-detail-info-bar .xypg-file-down .file-down-list li:after, .xypg-detail-pn div:after, .xypg-detail-file-dwon:after, .xypg-download-list .download-title:after, .xypg-download-list .download-item:after, .xypg-download-list .download-item .download-item-span:after, .xypg-job-list .job-title:after, .xypg-job-list .job-item:after, .xypg-job-list .job-item .job-item-span:after, .product-detail-tab .product-detail-tabli:after, .tag-list-product .tag-wz .tab-fenli:after, .xylogin-form .input-g:after, .personal-cont li:after {
  content: "";
  display: table;
  clear: both; }

.xy-menu .xy-sub-menu > li > a, .latest-news li a, .hot-keys li a, .xypg-left-nav > li > a, .xypg-left-nav .xypg-left-subnav > li > a, .xypg-left-nav .xypg-left-threenav > li > a, .xypg-product-list li h3 a, .xypg-news-list li .tit h3, .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p, .xypg-detail-pn div a, .relate-news-list li a, .xypg-jod-detail .job-detail-title, .xypg-album-cate li .album-title, .xypg-album-list li h3, .xypg-download-list .download-item .download-item-span.download-item-first, .xypg-download-list .download-item .download-item-span .download-item-con, .xypg-job-list .job-item .job-item-span .job-item-con, .cover-item .item-first .wz h3, .cover-item .item-list h4, .tag-list-product .tag-wz h1, .tag-list-product .tag-wz .tab-fenli p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

@media (max-width: 768px) {
  body {
    padding-top: 60px; } }
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont/iconfont.eot?t=1521099028790");
  /* IE9*/
  src: url("../fonts/iconfont/iconfont.eot?t=1521099028790#iefix") format("embedded-opentype"), url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAABVYAAsAAAAAHowAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFZXAki8Y21hcAAAAYAAAAFMAAADpj2NDdZnbHlmAAACzAAAD2MAABR8cGpPzGhlYWQAABIwAAAAMQAAADYSU8gRaGhlYQAAEmQAAAAgAAAAJAlzBThobXR4AAAShAAAACcAAAB8fZL/+mxvY2EAABKsAAAAQAAAAEBUvFmabWF4cAAAEuwAAAAfAAAAIAE2ALJuYW1lAAATDAAAAUUAAAJtPlT+fXBvc3QAABRUAAABAQAAAWgCdP19eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk4WWcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGBwYKp7tZW7438AQw9zAMAUozAiSAwDmKwxTeJzF0r1qwlAcBfATo7a19vs7tdKxg5YO0qkUFJx9D8E94As427q4iTj4AA4Kvs55ioI9ycmSrYVC7+UXksv/kpv8D4ASgFAaUgQKzwh0h+BJq0G6HqKSrhfxlT4/6q6KmCXW2GSLHXbZY58DDjnihFPOOOeCS6644Xa3066YIaO0up2rHueq11n1T0eg0zTwglY6X3PzLTff0+o6anjAfXr+PRzo2yvYxwkKKOsrD3GKM5zjApc4whWucYNj3OIOkTaXf3GuPx7B/706P6rJJYizp7rEGR2RoSXrLJr+N1gy/XkwMvUAzCSpY82SN7Bp6hDYMvUKbFuSWHYsSSa7pk6CPVNPwb6pu+DA1GdwaEnqOTL1HhybUgB+mPIAfpqSAU5MGQGnprSAM1NuwLkpQeDClCVwaUoVuDLlC1ybkgZuTJkDt4boG0Z/k2N4nHVYCZAc1Xnu/72+5upWT19z7cz09Byamd3R7pySQLuzWmkXXVgHC0IGBAJ0oQsRS4VA2uEsxGGroJDEGcGKI3HsAgUcQEJeMAhwipiKUzKQiiHBlRDHqXLAFduw28rfM1oF7GJ35r3Xr9/7r/cf3xuGY5gz/0pP0BCjMjOZPmYBs5xhgC9CSiJdYOWqJVIE3eJ0U5Nozs5Zgp0q0XlgpnjNKNerWZMXeBkkiEPFKtdzJZKDWrWfnAdlowsgHI2sCmZiQXoAvKFc/A5nMXkS9IQdk/t7nEXdA1o5qYq7/cFgOBi8V+Q5TiSElSXYahoezuPlnaOcHNFPJPIkAf5wLrL00kAyGrzqruq2rozpAWi1QI0mpWcGlIiCn5sjhhoMCzMCYigSsNMa7P6VL6T6u7KfMPgXQF1P0p/QISbIhJlZTJ1pMiPM5cw1zB3M95gHmceYxxlGteIg6AZqNQtsPptT6g1TsRQrpWcsw1QkEHDSliBXgkYtO/3S5OqGiZM4YdV59x1YuLcfGjhf6QfzLFFwV/N6RucN3apleRt726VUzTZwVUWv4AC3IDnkg1MNsHHmPNB5wR1U1sCmMEsI0WZ09U7YCwVB7wPOmSLwt7DJ5KjfF6wYLxvVoEGA0GgZWPedc38sDdAXi3NZ+FUTBmZC3vnQecQQqN+jlnF9RQ0hTdrl/H2bGJ2Nexw1rxHojVFCWbEn+twKIPEeOrUwnvYaq0XWVIl8CZCL/4Y3+4GsofO54dSb1oCPAyQUgU2asMI5AyxdIYSdJ3wK5SgA5TwjqZdyw2dfLWG7wqlYIDjsI9eBb3lgKsSbsEGUp9cOp05mFnJw4RkGWKB910RmR88jMGf3XHE46+qosvB4bkWWesM3kWIyb9ZljTiTZq8xLyxgyxA87x/Td+l8PO1BhskYErF520qVyADUB6AiWLlKAoxMdhZk8eQqRr1cr+XQeSuNspEAzcCuUjbQvXlBAvoWr6TKXS8ecF5J1ZI+wRTE9LYCua6wKZ1ina5gaF1INb0xuZrxEOrTlKVJA8CnyXk5IqdDV4dVJVkxC4kghNPF4OwZM1bfeOPqUc9zRuL2ZCiSAmqqb3v0oA/iyRdiFpBYj3WXFTIA/Za4zks/Jh8zMpPE6LTQCZU4mBa6h1JCS/GpXKYE6D9cph4Hnm6c6q0sAFhQIe9VhggZmu38UFRF54c+Tgr7YRCa/rDMk4/JUMU5uxBwofO7DznuQyGMEf2znwm8GWY6vM98Qj+jf4ExE3dtyAsW+mu13uANPPhcHDD2BRQGZUFRfgux/OSz+RjcuY+u379/Pd13p6Nve4DSB7Ztd9tSeBYhs8IXj/PcCIcffpz8lh69+eajtN0yDIv8ttAryX+jrgmM0QHUFxkgz1pftY4pBmOjo36lD09LqWZzyFcAlKYvjtFSbwenCUa90YfiQZYX6GoIBaceD4ZCQbIuGALnWWxwyp2IByy/85YP/NjDHD/xnx8AP8wOJAPYO29jT17//9WPf51QAtc7b/mtgB98uNkK/Cmxs/b7Of0+XcFcxzyF9uuzU5ha7FQuW0Mb9gPKX8K0Yfel0MuwzbZn8TMPqo16zl1UN1FptHCVNzGlajimgsYLKdyIaRo9Ez8m+mscdA2HdiqbK2dts4xEatUcGgL/XSZ9yKueFbK4Rue7XKvyLln0cV5Hqujq9UYF7UpyPazE2st681ZQ93uB9fhEb1DkJVngeJ4ToxrHKwLYmaFryhdnUlkggkJFPTpDYEWPILOyh1M9nCxyHAucTw+mlFIkU9eoh2utqoTjM9gA1yeIYU9C94jwo317LyvMUsIxMSxycR0ZK9Gu6tLiSCTWtaAwD9iUIof8qsh6FZn16B6FFRSz2BsOd2vIwheOiCJfHs0uQnGyo2WQxXDEJ8qc1l3u1XWNdZe7u2WPyHlE1R+SRY+icJtTM7q7kiEgrDI0d0m8EtYz2r4fAawpbR1IdXNGLbx0birv4ULJSElJqZqmtkMQz/I1+mM6yPgYk6l0PPOc66OFcYCPmCrsmq1X9OlvpVap2dNfOHNyimWnTp6c5LjJk+Pvc9z74+Pvs+z7624ZazZbrdYtY2NjzcFbaBNfn5ziOHfp5Cn2g/EnP2DZD54c/wBO7msNDjSbg4PN5sBgq+NjE/Q1zHNVZhlWMPQQYkqkfajuCeOZuoXIlc1wy7XrfyW+Vm20Z1EHg+nokMNxRw1sfy1IeinGEk1VtWheywWjRTXarWiSp5ofUoVkUFflwrU7dmy+ZMDyBoqGT+rZx6tw+j/6t7O+10rpuYmZRzwkQ/i9JeLwM8IjNZ+Q6ImrPdFMQbMlXQXF62NpPFbW7UTQK6YG12zZsX1tOqDoeYlfSLct+LnTpZONS6x7RZqhnie7rXIq+xP/dD48RQFPwcaYwpKKNq5mMbXzuoJaW2742JATTEu3BLNRr5IdjgG/bgalqdNSMCiRghRswtKJnv1T/0DK+3smPE3SurLlvppqBoIAwUALAvi6ub804Y0gO77NswW/w87DeBEtaUwXeoDdj0BH4zHmzo0y50aEuRLqK+v4eW16QP5yegQP5N2unv9aN51z76Uv0Bajt/M97yKEnICpN6fwBmc20vWcArmGe2jobQLdLwWefxpCIXjq2DzPwyD5/SA97HF6T8/Zyb282/C8sYpSEFYLoRA2xJl9+acbWHbDp5fD21OvH+9ZJR5thug7j7Vz7wRN0iYDjMJE2vm+pv5ptXFTlKteA81OmI+dZhSxRToKE+3+y2g6XU+nn3Ja0EomKYNvppjOCor95GvpRho/EyTZiadX6Unay3DIr21NxarZ6jdEFXy+GHL/Ir06ybKTr776Jcd9+eqhn1L600OH3mHZd8iY88AFcJr74/ETf+C4P5w4/sfJ/2LfOvjg2yz79oMH33LtKiC/f2YZmmFE5Hc+s4rZyuxmbkG+5XoJXECb63TlOiDuzdU6EYEOJfDGQDuOyu0owtY0yo36LKy5Ap9w87ebh+1zwhp8po4ZflpyTLQ2j5E1CzDLZ1wOppv5G+dG8LkehlDBso6120KY/FNx5YY5sXfvfvQ9duGCBA16vyNFKzGhS0wfWR+uRNawPs5DzTn9Rzw0UGc5Qsze0PUHKT14/faDFGZPJal3jH3hrl3HImPPUBCJLEdKIZXnl8MbsmHIeij0fVnX3Z6kw/lwqBAu6eFQMRRy/rF8xdIeju48QOixO4dvKl/ml7m5lBMpXbkOvHwvokH/ktLmmwRfsYsC7yVja9fuo3TsilnfvskvXnrzDYcpuXEt/8DWGOJ/EDiWzJwwuxALmTEDpgcMtOPpPXIbxhGjaia0i3c1m8JSnspBCfhRAW7VqjrcJ8iIXW7gApyzT9BkstkrODtUUOGAqEk45Dg4IICM5JDmmdfJb2i/S5NDKtkq0iy7sJtHDuiz5A2P6OxWVTiMlEBwNuHm/YI8T4D9Lqs7BVkTnD2cxDq7kTjzZzTLroxIN9Wh59I1oN+L21XV2SigPHCY5Zzd30ySnNX7DqSnM0wDJeyHtmyuvG3ts/ANqtPvvOsV4XsaqM52fBThAPK6XpRhgjlrz53kf5goJqiOJT0dQT2ulOWGB9z7Wo7YMCK6Mr3kvOwaEEaclwVJE2EELmgTbcGwqMqC8woMt9m/4rziPrfX4fPZOniKvog26WJKzFy0Czp+G8yUCF4b22XHdXrDvREC4ulynGgSQdxN29CmA2foc91PbCxYM4vF5Rt2rl9eLM608hue6GZlP60FpKmr7KGLrhgdsu2h0SsuGrLvC1/QU921d1e154JwaPfRlG7l1+9cv6JQWIFd3tJTR3f7dZ2MzLrI3YI759v2/FGHnbM2nS8W8+m1czp59SR9HeVOML0oNcqMBnHhVxtFoanc0MW4dqO7Xs2U6DnZ6fFThUg8Ht86sujI4uGt8UQivnV48ZFF5/WeQuM4/uG966rVdXvv6XShU73nLzqyaKSzbmR6GC6cQm+4ESpXTy+8Z+/VlY6PvUnHEFcg5FbbhwWKm4VqSufM8HqCCeY215VgUNIlOL99Qs8rIQSk8AE+iLBw8t98gYCPRpwJPE4BLlJAOeu/n9KHaNT1C7AUN8EJeGFFLhUL0zqmMsVy7/G05RyGANJ2HvJJkg82gKQHADZ6JQkeho0ubecw8nYO44wXNuLwbHygQzwEjyAmQvpucXBBusbT1uQZlxAFl8ImXN7e4daYp+lxeiHWlzKi+6Ud70G/qM6DeiNVTlXqCVKvdHBUSujj8Xamm4Zgf7UqpLIIj+vuLwwaX/nqA2FOfMFBcy6mBx6oIH6XDgwf/4Ljvji+AG0mbgEgMHsQuF8+8/RHLPvRd1FCQ5af98myIUmXsp+9dPHh8wh9XuOAXU019vO/e+kzmjMQxzZ3yaJQv2/l+GmWPT3+5C+cA5Jvmavf15pOjTlEb6Pr2hgxxOSZAuq4rIMVjaBZD36tqiGOz2lxUu4nndjRVUQSLuaPt++cekfj9iWh/SMCGsWG/933LOVf2rrlFZ77q9boNkJ2rLpoO9kxen0wUejJJxQlWejOJ4I3HPx3/tujMyKiJA+cT565//5nyFBTlsTIjEuvAv9/HqRX0Wdb+5xPbrkVomOtZx21QwdbpPmmiRSm6SXy5tRVay7pXRahgWSEDRaDqfmUzk8FS0E2kpBYc3n5kjXMWfzQQvwgMymMsD48W7y4tX8GsVB2RWpfFjE/6G3Hw/qIJZbilN2xhltAaXOq1cELpNM7T+XrEDEgOjMKRgTq+ZVbyJV0fM+ecbwmblnZBCsCE+EUQCrsNCMWPAHlbGSmf1SLRLRR/8xItgx3kGuX7jxM6eGdS6/FJEDPfHGmxT1M9yKOM1BSBlhG5xkujfgZvgrjv+Jy5F3nUecQh1nyHtgMVzuPOA/d7l5ab7/9KCFHb0e6yKPd0puTzvxk+wsnmjAx+Qk9dvfdxyi2+4/BF2Tbt76FR+a2buggnD3Tok8g1mPbmDLExBDzWXi76MfoWMwsaUetpaDL59o4V+kgCkBkO33FqOHl3+4YtgP10ai5BuLDWkVvmAJCR7yOIBhGJExenPprOv/9ymjcuQ9e/2WmCGTPZc4i+I2j/f73jz5K+mMLs5fdSCOh+Gjlsj0Eis8X4cLuyrxy9623dpfnVbovhOKtGNoMTU9+lLfpul84j3WNllfvImTjss34v2yPHiK7Ls0ORe082bW6POp8UoAlhb4XftBX2Lu30PeDF/oKS6CwF1X/P0tU0kIAeJxjYGRgYADiSWo1E+L5bb4ycLMwgMC1C04iMPr/r/85rLOYG4BcDgYmkCgAPMYL/QAAAHicY2BkYGBu+N/AEMM68/+v//9ZZzEARVCAPAC65Qe0eJxjYWBgYH7JwMDCCMQsUJqBBMyIhrGJMaKayzrz/y8QDQCeggQIAAAAAAAAdgFuAdICEAJIArADlgPiBFoElATKBQYFPgV2BjwGZgaQBrgG5AcaB3YHwgfwCCAIOAioCSYJegnACj54nGNgZGBgkGdYxsDLAAJMQMwFhAwM/8F8BgAc8AHpAHicZY9NTsMwEIVf+gekEqqoYIfkBWIBKP0Rq25YVGr3XXTfpk6bKokjx63UA3AejsAJOALcgDvwSCebNpbH37x5Y08A3OAHHo7fLfeRPVwyO3INF7gXrlN/EG6QX4SbaONVuEX9TdjHM6bCbXRheYPXuGL2hHdhDx18CNdwjU/hOvUv4Qb5W7iJO/wKt9Dx6sI+5l5XuI1HL/bHVi+cXqnlQcWhySKTOb+CmV7vkoWt0uqca1vEJlODoF9JU51pW91T7NdD5yIVWZOqCas6SYzKrdnq0AUb5/JRrxeJHoQm5Vhj/rbGAo5xBYUlDowxQhhkiMro6DtVZvSvsUPCXntWPc3ndFsU1P9zhQEC9M9cU7qy0nk6T4E9XxtSdXQrbsuelDSRXs1JErJCXta2VELqATZlV44RelzRiT8oZ0j/AAlabsgAAAB4nG2OS3aCQBQFuRAgGDEx/7/ZgOckzrKcl+6WfkZe8+sDuvqITlOjqtG9QRicmAT/s0CICGeIkSDFOTJMcIEpcsxwiSvMcY0b3OIO93jAI57wjBe84g3vWOAjwJCXrXhe1s1SOW1mp9Kul60jnXX+h8mtPr8z63nnSVZf6d6yZinCup6ycrJkqT03u3yMtZOusk5M0nlW1qeFkUJ7l5uSdyR7e8iSktY6v+G0tbxhkqQ3PLBk1DSuH6dPtjXrbnK0hgvbpUf1Vay2rjUpKeW8dElrqFE29FVEWscli28j6spY8+HntOSS1keqIVGWfknmvZFxdWDaE4+ng+APMuZipwAAAA==") format("woff"), url("../fonts/iconfont/iconfont.ttf?t=1521099028790") format("truetype"), url("../fonts/iconfont/iconfont.svg?t=1521099028790#iconfont") format("svg");
  /* iOS 4.1- */ }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }















.icon-wenjianxiazaiicon:before {
  content: "\e603"; }

/* 自动获取下载文件类型图标样式 */
@font-face {
  font-family: 'filetypeicon';
  /* project id 455609 */
  src: url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.eot");
  src: url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.woff") format("woff"), url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.ttf") format("truetype"), url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.svg#iconfont") format("svg"); }
.filetypeicon {
  font-family: "filetypeicon";
  font-size: 13px;
  font-style: normal; }

/*手机端头部*/
.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #151515; }
  .xymob-head-box {
    position: relative;
    height: 60px; }
    .xymob-head-box .xymob-logo {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 70%;
      height: 30px;
      text-align: center; }
      .xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
        display: inline;
        font-size: 0; }
      .xymob-head-box .xymob-logo img {
        height: 25px; }
  .xymob-navbtn {
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto 0 auto 27px;
    width: 30px;
    height: 20px; }
    .xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
      display: block;
      height: 2px;
      width: 100%;
      background: #fff;
      transition: all .5s; }
    .xymob-navbtn span {
      margin: 7px 0; }
    .xymob-navbtn:after, .xymob-navbtn:before {
      content: '';
      transform-origin: 7.5%; }
    .xymob-navbtn.clicked span {
      transform: translateX(-100%);
      opacity: 0; }
    .xymob-navbtn.clicked:after {
      transform: rotate(-45deg); }
    .xymob-navbtn.clicked:before {
      transform: rotate(45deg); }
  .xymob-search-btn {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    bottom: 0;
    width: 14%;
    text-align: center;
    line-height: 60px; }
    .xymob-search-btn i {
      font-size: 24px;
      color: #fff; }
  .xymob-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    height: 100vh;
    background: #151515;
    padding: 0 10%; }
    .xymob-menu .xymob-menu-box {
      height: 100vh;
      overflow: auto;
      padding-bottom: 80px; }
    .xymob-nav > li {
      border-bottom: 1px solid #2b2b2b;
      position: relative; }
      .xymob-nav > li > a {
        display: block;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff; }
    .xymob-nav .xymob-menu-jt {
      position: absolute;
      width: 20%;
      height: 50px;
      line-height: 50px;
      right: 0;
      top: 0;
      text-align: center;
      z-index: 9; }
      .xymob-nav .xymob-menu-jt i {
        font-size: 18px;
        color: #fff; }
      .xymob-nav .xymob-menu-jt.clicked i:before {
        content: '\e692'; }
    .xymob-nav .xymob-sub-menu {
      background: #1E1E1E;
      display: none; }
      .xymob-nav .xymob-sub-menu > li {
        border-top: 1px dashed #2b2b2b; }
        .xymob-nav .xymob-sub-menu > li > a {
          display: block;
          font-size: 14px;
          color: rgba(255, 255, 255, 0.8);
          line-height: 40px;
          text-indent: 2em; }
    .xymob-dlbtn {
      margin-top: 40px; }
      .xymob-dlbtn a {
        text-align: center;
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #004588;
        color: #fff;
        font-size: 16px;
        border-radius: 5px; }
        .xymob-dlbtn a i {
          font-size: 20px;
          color: #fff;
          vertical-align: -2px;
          margin-right: 10px; }
      .xymob-dlbtn .zx-btn {
        margin-top: 10px;
        background: none;
        border: 1px solid #fff; }
  .xymob-search {
    position: fixed;
    z-index: 99999;
    left: 100%;
    bottom: 0;
    top: 0;
    width: 100%;
    background: #151515;
    padding: 15px 15% 0 15%;
    transition: all .5s; }
    .xymob-search .xymob-search-close-btn {
      position: absolute;
      top: 27px;
      left: 30px;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px; }
      @media (max-width: 420px) {
        .xymob-search .xymob-search-close-btn {
          left: 15px; } }
      .xymob-search .xymob-search-close-btn i {
        font-size: 20px;
        color: #fff; }
    .xymob-search .xymob-search-box {
      height: 50px;
      border-bottom: 2px solid #2d2d2d; }
      .xymob-search .xymob-search-box input[type="text"] {
        width: 80%;
        float: left;
        background: none;
        border: none;
        outline: none;
        color: rgba(255, 255, 255, 0.3);
        font-family: "Microsoft YaHei";
        font-size: 16px;
        height: 50px; }
      .xymob-search .xymob-search-box input[type="submit"] {
        width: 20%;
        height: 50px;
        background: none;
        outline: none;
        border: none;
        cursor: pointer;
        font-size: 20px;
        color: #fff; }
    .xymob-search .xymob-seaerch-wz span,
    .xymob-search .xymob-seaerch-wz a {
      display: block;
      font-size: 14px;
      color: rgba(255, 255, 255, 0.9);
      line-height: 45px;
      border-bottom: 1px solid #2b2b2b; }
    .xymob-search.clicked {
      left: 0; }

/*头部公用样式*/
.headers .logoa {
  float: left;
  width: 23%;
  height: 119px;
  line-height: 119px; }
  .headers .logoa img {
    max-width: 100%; }
.headers .nav {
  float: right;
  width: 77%; }
  .headers .nav .menu {
    width: 92%;
    float: left; }
    @media (max-width: 1440px) {
      .headers .nav .menu {
        width: 89%; } }
    .headers .nav .menu > li {
      float: left;
      width: 13.5%; }
      .headers .nav .menu > li > a {
        display: block;
        font: 500 18px/119px "Microsoft YaHei";
        color: #333333;
        text-align: center; }
        @media (max-width: 1440px) {
          .headers .nav .menu > li > a {
            font: 500 16px/119px "Microsoft YaHei"; } }
        @media (max-width: 1200px) {
          .headers .nav .menu > li > a {
            font: 500 14px/119px "Microsoft YaHei"; } }
        .headers .nav .menu > li > a:hover {
          color: #fff;
          background: url(../images/nav_h.jpg) repeat-x; }
  .headers .nav .features {
    width: 8%;
    float: right;
    line-height: 119px; }
    @media (max-width: 1440px) {
      .headers .nav .features {
        width: 11%; } }
    .headers .nav .features .lan {
      float: left; }
      .headers .nav .features .lan a {
        font: 500 14px/24px "Arial";
        color: #333333; }
        .headers .nav .features .lan a:hover {
          color: #c7000d; }
    .headers .nav .features .search {
      float: right; }

/* 导航样式 */
.xy-menu {
  padding-right: 130px; }
  .xy-menu > li {
    float: left;
    width: 16.666666%;
    position: relative; }
    .xy-menu > li:after {
      position: absolute;
      left: 0;
      right: 0;
      height: 17px;
      content: '';
      opacity: 0; }
    .xy-menu > li > a {
      display: block;
      text-align: center;
      font-size: 16px;
      color: #ffffff;
      line-height: 30px; }
      .xy-menu > li > a .creat {
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        overflow: hidden;
        border-width: 3px;
        cursor: pointer;
        border-style: solid dashed dashed dashed;
        border-color: #fff transparent transparent transparent;
        border-bottom: none;
        display: inline-block;
        vertical-align: middle; }
  .xy-menu > li + li {
    background: url(../images/xy-navlibg.png) left center no-repeat; }
  .xy-menu .xy-sub-menu {
    display: none;
    position: absolute;
    width: 160%;
    border-top: 2px solid #004588;
    left: 0;
    top: 47px;
    box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    background: #fff;
    padding-bottom: 4px; }
    .xy-menu .xy-sub-menu > li {
      border-bottom: 1px solid #e5e5e5; }
      .xy-menu .xy-sub-menu > li > a {
        display: block;
        line-height: 50px;
        font-size: 14px;
        color: #989898;
        position: relative;
        padding-left: 15%;
        transition: all .5s ease;
        padding-right: 15%; }
        .xy-menu .xy-sub-menu > li > a:after {
          position: absolute;
          right: 12%;
          top: calc(50% - 3.5px);
          content: '';
          width: 5px;
          height: 7px;
          background: url(../images/xy-sub-nav-jt.png) 0 -7px no-repeat; }
        .xy-menu .xy-sub-menu > li > a:hover {
          background: #ececec;
          color: #4a4a4a;
          padding-left: 22%; }
          .xy-menu .xy-sub-menu > li > a:hover:after {
            background-position: 0 0; }
  @media (max-width: 1200px) {
    .xy-menu > li > a {
      font-size: 14px; }
    .xy-menu .xy-sub-menu > li > a {
      line-height: 35px;
      font-size: 12px; } }

/*首页banner样式*/
.slick-banner {
  position: relative; }
  .slick-banner .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.3);
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../images/xyin-banner-jt.png);
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    transition: all .5s; }
    .slick-banner .slick-arrow.slick-prev {
      left: 7.8125%;
      background-position: 0 0; }
    .slick-banner .slick-arrow.slick-next {
      right: 7.8125%;
      background-position: -60px 0; }
    .slick-banner .slick-arrow:hover {
      background-color: rgba(0, 0, 0, 0.5); }
  .slick-banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 50px; }
    @media (max-width: 768px) {
      .slick-banner .slick-dots {
        bottom: 10px; } }
    .slick-banner .slick-dots li {
      display: inline-block;
      margin: 0 5px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #efefef;
      cursor: pointer; }
      .slick-banner .slick-dots li button {
        background: none;
        outline: none;
        border: none;
        font-size: 0; }
      .slick-banner .slick-dots li.slick-active {
        width: 58px;
        height: 15px;
        border-radius: 7.5px; }
  .slick-banner .img img {
    width: 100%; }
  .slick-banner .slick-con {
    position: relative; }
  .slick-banner .wz {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    top: 50%;
    text-align: center;
    color: #fff; }
    .slick-banner .wz .wz1 {
      font-size: 60px;
      margin-bottom: 10px; }
    .slick-banner .wz .wz2 {
      font-size: 30px;
      margin-bottom: 55px; }
    .slick-banner .wz .wz-more {
      display: inline-block;
      padding: 15px 25px;
      font-size: 16px;
      color: #fff;
      border: 2px solid #fff;
      font-family: Arial;
      transition: all .5s; }
      .slick-banner .wz .wz-more:hover {
        background: #004588;
        border-color: #004588;
        text-decoration: none; }
  @media (max-width: 1200px) {
    .slick-banner .wz .wz1 {
      font-size: 40px;
      margin-bottom: 10px; }
    .slick-banner .wz .wz2 {
      font-size: 20px;
      margin-bottom: 30px; }
    .slick-banner .wz .wz-more {
      padding: 10px 25px;
      font-size: 12px;
      border: 1px solid #fff; } }

#mob-banner {
  display: none; }

@media (max-width: 768px) {
  #pc-banner {
    display: none; }

  #mob-banner {
    display: block; } }
/*首页产品列表部分*/
.product {
  padding-top: 100px;
  background: #fbfbfb; }
  @media (max-width: 992px) {
    .product {
      padding-top: 15px; } }
  .product .product-box {
    margin-top: 2%; }
    .product .product-box .title h2 {
      margin-left: 25px; }
      @media (max-width: 992px) {
        .product .product-box .title h2 {
          display: table !important;
          margin: 0 auto; } }
    .product .product-box .title span {
      left: -25px; }
    .product .product-box span.product-slo {
      display: block;
      text-align: left;
      font: 500 18px/28px "Microsoft YaHei";
      color: #5d5d5d;
      margin: 40px 0 40px 25px; }
      
    .product-box .product-list .pic{
        display: block;
        overflow: hidden;
    }
    .product-box .product-list .pic img{
        transition: all .6s;
    }
    .product-box .product-list .swiper-slide:hover img{
          transform: scale(1.1);
    } 
    .product .product-box .product-list {
      padding-bottom: 150px; }
      @media (max-width: 992px) {
        .product .product-box .product-list {
          padding-bottom: 15px; } }
      .product .product-box .product-list .swiper-slide img {
        width: 100%;
        border: 1px solid #e7e7e7; }
      .product .product-box .product-list .swiper-slide h3 {
        text-align: center;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-top: 35px; }
        .product .product-box .product-list .swiper-slide h3 a {
          display: inline-block;
          font: 500 18px/28px "Microsoft YaHei";
          color: #666666; }

.product .product-box .product-list .swiper-slide:hover h3 a {
            color: #c7000d; }
      .product .product-box .product-list .swiper-button-prev, .product .product-box .product-list .swiper-button-next {
        top: 88%;
        width: 30px;
        height: 30px;
        -webkit-background-size: 30px 30px;
        background-size: 30px 30px; }
        @media (max-width: 992px) {
          .product .product-box .product-list .swiper-button-prev, .product .product-box .product-list .swiper-button-next {
            display: none; } }
      .product .product-box .product-list .swiper-button-prev {
        background-image: url("../images/news_left.png");
        left: 47%; }
        .product .product-box .product-list .swiper-button-prev:hover{
            background-image: url("../images/news_left1.png");
        }
        @media (max-width: 1200px) {
          .product .product-box .product-list .swiper-button-prev {
            left: 45%; } }
      .product .product-box .product-list .swiper-button-next {
        background-image: url("../images/news_right.png");
        right: 47%; }
      .product .product-box .product-list .swiper-button-next:hover {
        background-image: url("../images/news_right1.png");
        right: 47%; }
        @media (max-width: 1200px) {
          .product .product-box .product-list .swiper-button-next {
            right: 45%; } }

.news {
  padding: 105px 0 70px; }
.news .swiper-slide .pic{
    display:block;
    overflow: hidden;
}
.news .swiper-slide .pic img{
    transition: all .6s;
}
.news .swiper-slide:hover .pic img{
    transform: scale(1.1);
}
  @media (max-width: 992px) {
    .news {
      padding: 30px 0; } }
  .news .swiper-slide img {
    width: 100%; }
  .news .swiper-slide h3 {
    margin: 35px 0 25px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; }
    @media (max-width: 520px) {
      .news .swiper-slide h3 {
        margin: 15px 0 0; } }
    .news .swiper-slide h3 a {
      display: inline-block;
      font: 18px/28px "Microsoft YaHei";
      color: #333333; }
      .news .swiper-slide:hover  h3 a{
        color: #004588; }
  .news .swiper-slide a.news-more {
    display: inline-block;
    color: #838383;
    font: 500 13px/23px "microsoft yahei";
    margin-top: 30px; }
    @media (max-width: 520px) {
      .news .swiper-slide a.news-more {
        margin-top: 10px; } }
    .news .swiper-slide a.news-more span {
      display: inline-block;
      width: 13px;
      height: 13px;
      border-radius: 50%;
      background: #004588;
      color: #fff;
      line-height: 13px;
      text-align: center;
      margin-left: 10px;
      font-size: 12px; }
    .news .swiper-slide:hover a.news-more{
      color: #c7000d; }
      .news .swiper-slide:hover a.news-more span {
        background: #c7000d; }
  .news .swiper-slide p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font: 500 15px/30px "Microsoft YaHei";
    color: #5d5d5d; }
  .news .swiper-pagination {
    position: relative;
    margin-top: 75px; }
  .news .swiper-pagination-fraction, .news .swiper-pagination-custom, .news .swiper-container-horizontal > .swiper-pagination-bullets {
    z-index: 1; }
  .news .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px; }
  .news .swiper-button-prev, .news .swiper-button-next {
    top: 97%;
    width: 30px;
    height: 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px; }
    @media (max-width: 1600px) {
      .news .swiper-button-prev, .news .swiper-button-next {
        display: none; } }
    @media (max-width: 992px) {
      .news .swiper-button-prev, .news .swiper-button-next {
        display: none; } }
  .news .swiper-button-prev {
    background-image: url("../images/news_left.png");
    left: 38%; }
  .news .swiper-button-prev:hover {
    background-image: url("../images/news_left1.png");
    left: 38%; }
    @media (max-width: 520px) {
      .news .swiper-button-prev {
        left: 10px; } }
  .news .swiper-button-next {
    background-image: url("../images/news_right.png");
    right: 38%; }
  .news .swiper-button-next:hover {
    background-image: url("../images/news_right1.png");
    right: 38%; }
    @media (max-width: 520px) {
      .news .swiper-button-next {
        right: 10px; } }
  .news .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    font: 500 20px/30px "Arial";
    color: #666666;
    opacity: 1; }
    @media (max-width: 520px) {
      .news .swiper-pagination-bullet {
        display: none; } }
  .news .swiper-pagination-bullet-active {
    color: #c7000d;
    text-decoration: underline; }

/*通栏*/
.footer {
  background: #004588;
  border-top: 8px solid #c7000d; }
  .footer .foot-nav {
    padding-top: 70px;
    padding-bottom: 50px; }
    @media (max-width: 520px) {
      .footer .foot-nav {
        padding-top: 32px;
        padding-bottom: 28px; } }
    .footer .foot-nav .foot-box {
      float: left;
      padding: 0 4%;
      border-right: 1px solid #145491; }
      .footer .foot-nav .foot-box:first-child {
        padding-left: 0;
        width: 10%; }
        @media (max-width: 1440px) {
          .footer .foot-nav .foot-box:first-child {
            width: 11%; } }
        @media (max-width: 1200px) {
          .footer .foot-nav .foot-box:first-child {
            width: 12%; } }
      .footer .foot-nav .foot-box:nth-child(2) {
        width: 28%; }
        @media (max-width: 1440px) {
          .footer .foot-nav .foot-box:nth-child(2) {
            width: 15%; } }
        @media (max-width: 1200px) {
          .footer .foot-nav .foot-box:nth-child(2) {
            width: 16%; } }
      .footer .foot-nav .foot-box:nth-child(3) {
        width: 14%; }
        @media (max-width: 1440px) {
          .footer .foot-nav .foot-box:nth-child(3) {
            width: 15%; } }
        @media (max-width: 1200px) {
          .footer .foot-nav .foot-box:nth-child(3) {
            width: 16%; } }
      .footer .foot-nav .foot-box:nth-child(4) {
        width: 14%; }
        @media (max-width: 1440px) {
          .footer .foot-nav .foot-box:nth-child(4) {
            width: 15%; } }
        @media (max-width: 1200px) {
          .footer .foot-nav .foot-box:nth-child(4) {
            width: 16%; } }
      .footer .foot-nav .foot-box:last-child {
        padding-right: 0;
        border-right: none;
        width: 34%; }
        @media (max-width: 1440px) {
          .footer .foot-nav .foot-box:last-child {
            width: 44%; } }
        @media (max-width: 1200px) {
          .footer .foot-nav .foot-box:last-child {
            width: 40%; } }
        @media (max-width: 992px) {
          .footer .foot-nav .foot-box:last-child {
            width: 100%; } }
      .footer .foot-nav .foot-box h2 {
        font: 500 18px/28px "Microsoft YaHei";
        color: #ffffff;
        margin-bottom: 35px;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .footer .foot-nav .foot-box .foot-sec a {
        display: block;
        font: 500 14px/24px "Microsoft YaHei";
        color: #ffffff;
        margin-top: 10px;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
        .footer .foot-nav .foot-box .foot-sec a:hover{
            color:#c7000d;
        }
      .footer .foot-nav .foot-box .foot-sec div {
        float: left; }
        @media (max-width: 520px) {
          .footer .foot-nav .foot-box .foot-sec div {
            float: none; } }
        @media (max-width: 768px) {
           .foot-sec .footewm {
              display:none; 
           } 
                }
        .footer .foot-nav .foot-box .foot-sec div:last-child {
          float: right;
          margin-top: -60px; }
          @media (max-width: 1200px) {
            .footer .foot-nav .foot-box .foot-sec div:last-child {
              display: none; } }
          @media (max-width: 992px) {
            /*.footer .foot-nav .foot-box .foot-sec div:last-child {*/
            /*  display: block; }*/
              }
       
          @media (max-width: 520px) {
            .footer .foot-nav .foot-box .foot-sec div:last-child {
              float: none;
              margin-top: 0; } }
          .footer .foot-nav .foot-box .foot-sec div:last-child p {
            text-align: center !important;
            color: #fff !important;
            font-size: 14px;
            margin-top: 10px; }
  .footer .link {
    border-top: 1px solid #145491;
    padding: 25px 0; }
    @media (max-width: 992px) {
      .footer .link {
        display: none; } }
    .footer .link span {
      font: 500 16PX/26PX "microsoft yahei";
      color: #ffffff; }
    .footer .link a {
      font: 500 12px/26px "microsoft yahei";
      color: #c9c9c9; }
      .footer .link a:hover {
        color: #c7000d; }
  .footer .copy {
    padding: 25px 0;
    border-top: 1px solid #145491; }
    .footer .copy .copy-box {
      float: left;
      font: 500 12px/22px "Microsoft YaHei";
      color: #ffffff; }
      @media (max-width: 992px) {
        .footer .copy .copy-box {
          float: none;
          text-align: center; } }
      .footer .copy .copy-box:last-child {
        float: right; }
        @media (max-width: 992px) {
          .footer .copy .copy-box:last-child {
            float: none; } }
      .footer .copy .copy-box a {
        font: 500 12px/22px "Microsoft YaHei";
        color: #ffffff; }
        .footer .copy .copy-box a:hover {
          color: #c7000d; }

/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 33px;
  bottom: 30%; }
  #toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative; }
    #toolbar li a {
      display: block;
      position: absolute;
      z-index: 9;
      right: 0;
      top: 0;
      width: 57px;
      height: 57px;
      overflow: hidden;
      background: #004588;
      transition: all .5s ease;
      white-space: nowrap;
      font-size: 0; }
    #toolbar li .iconfont {
      display: inline-block;
      vertical-align: middle;
      width: 57px;
      height: 57px;
      background-color: #d9d9d9;
      vertical-align: middle;
      text-align: center;
      line-height: 57px;
      color: #2b2b2b;
      font-size: 26px; }
    #toolbar li .wz {
      display: inline-block;
      line-height: 57px;
      font-size: 14px;
      color: #fff;
      vertical-align: middle;
      padding-left: 10px; }
    #toolbar li.ewm .ewm-box {
      position: absolute;
      z-index: 1;
      padding: 5px;
      background: #004588;
      width: 110px;
      right: 120%;
      bottom: 0;
      opacity: 0;
      visibility: hidden;
      transform: translateX(100%);
      transition: all .7s; }
      #toolbar li.ewm .ewm-box p {
        margin-bottom: 0; }
      #toolbar li.ewm .ewm-box img {
        max-width: 100%; }
      #toolbar li.ewm .ewm-box:after {
        content: '';
        position: absolute;
        right: -5px;
        bottom: 20px;
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        overflow: hidden;
        border-width: 5px;
        cursor: pointer;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #004588;
        border-right: none; }
    #toolbar li.ewm:hover .icon {
      background-position: -57px -180px; }
    #toolbar li.ewm:hover .ewm-box {
      opacity: 1;
      visibility: visible;
      transform: translateY(0); }
    #toolbar li.backtop {
      cursor: pointer; }
      #toolbar li.backtop .iconfont {
        color: #fff;
        background-color: #004588; }
    #toolbar li:hover a {
      width: 200px; }
    #toolbar li:hover .iconfont {
      background-color: #004588;
      color: #fff; }
  @media (max-width: 990px) {
    #toolbar {
      display: none; } }

/*内页banner样式*/
.xypg-banner {
  position: relative; }
  .xypg-banner .img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; }
    .xypg-banner .img img {
      width: 100%; }

/* 内页基本样式 */
.xypg-wrap {
  padding-top: 20px;
  padding-bottom: 40px; }
  .xypg-left-box {
    margin-bottom: 20px; }
    .xypg-left-title {
      line-height: 62px;
      text-align: center;
      color: #fff;
      font-size: 22px;
      background: #004588;
      font-weight: bold;
      margin: 0; }
    .latest-news li {
      margin-top: 15px; }
      .latest-news li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        color: #666666; }
        .latest-news li a:before {
          content: '';
          display: inline-block;
          width: 14px;
          height: 14px;
          background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
          border-radius: 50%;
          vertical-align: middle;
          margin-right: 10px; }
        .latest-news li a:hover {
          color: #004588;
          text-decoration: underline; }
          .latest-news li a:hover:before {
            background-color: #004588; }
    .hot-keys li {
      width: 47%;
      float: left;
      margin: 6px 0; }
      .hot-keys li a {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #666666;
        line-height: 36px;
        background: #ededed; }
        .hot-keys li a:hover {
          color: #004588;
          text-decoration: underline; }
      .hot-keys li:nth-child(even) {
        float: right; }
    .contact-box .hot-line {
      background: url(../images/xypg-right-phone.png) left 5px no-repeat;
      padding-left: 70px;
      margin-bottom: 15px; }
      .contact-box .hot-line h4 {
        font-weight: normal;
        margin: 0;
        font-size: 14px;
        color: #666666; }
      .contact-box .hot-line p {
        font-size: 25px;
        font-family: Arial;
        font-weight: bold;
        color: #ab001a;
        margin-bottom: 0; }
    .contact-box .gs-name {
      font-size: 15px;
      font-weight: bold;
      color: #333333;
      margin-bottom: 10px; }
    .contact-box .contact-info p {
      margin-bottom: 0;
      border-bottom: 1px dotted #b8b8b8;
      font-size: 14px;
      color: #333333;
      padding: 8px 0; }
      .contact-box .contact-info p:last-child {
        border-bottom: 0; }
  .xypg-right-mbx {
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    padding: 17px 0 7px 0; }
    .xypg-right-mbx .cur-pos {
      display: inline-block;
      color: #333; }
      .xypg-right-mbx .cur-pos .iconfont {
        font-size: 25px;
        display: inline-block;
        height: 25px;
        color: #000;
        margin-right: 5px; }
    .xypg-right-mbx a {
      color: #666; }
      .xypg-right-mbx a:hover {
        color: #004588;
        text-decoration: underline; }
    @media (max-width: 992px) {
      .xypg-right-mbx {
        padding-top: 0; } }
  .xypg-right-content {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    padding: 15px 0; }
    .xypg-right-content p img {
      max-width: 100%;
      height: auto !important; }
  .navigation a {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei", Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px; }
    .navigation a.previous_page {
      float: left; }
    .navigation a.next_page {
      float: right; }
    .navigation a:hover {
      color: #fff;
      border-color: #ab001a;
      background: #ab001a; }
  .xypg-wrap .xymob-page-icon {
    position: fixed;
    right: 15px;
    bottom: 100px;
    z-index: 9999; }
    .xypg-wrap .xymob-page-icon li {
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 1px;
      background: rgba(171, 0, 26, 0.7);
      cursor: pointer; }
      .xypg-wrap .xymob-page-icon li i {
        font-size: 20px;
        color: #fff; }
    @media (min-width: 992px) {
      .xypg-wrap .xymob-page-icon {
        display: none; } }

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
  display: none; }

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
  body.no-scroll,
  html.no-scroll {
    height: 100vh;
    overflow: hidden; }

  .xymob-menu-click {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7); }
    .xymob-menu-click .xypg-left-news,
    .xymob-menu-click .xypg-left-keys,
    .xymob-menu-click .xypg-left-contact {
      display: none; }
    .xymob-menu-click .xymob-left-close-btn {
      display: block;
      position: absolute;
      top: 15px;
      right: 15px;
      width: 32px;
      height: 32px;
      line-height: 32px;
      border-radius: 50%;
      border: 1px solid #fff;
      text-align: center;
      background: black; }
      .xymob-menu-click .xymob-left-close-btn i {
        font-size: 18px;
        color: #fff; }
    .xymob-menu-click .xypg-left {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 90vh;
      padding: 5vh 0; }
      .xymob-menu-click .xypg-left .xypg-left-menu {
        width: 90%;
        background: #fff; }
    .xymob-menu-click.click {
      left: 0; } }
/* 内页左侧导航栏样式 */
.xypg-left-nav > li {
  margin-bottom: 12px;
  position: relative; }
  .xypg-left-nav > li > a {
    display: block;
    text-indent: 27px;
    font-size: 14px;
    color: #666666;
    position: relative;
    line-height: 40px;
    border: 1px solid #e4e4e4;
    padding-right: 15%; }
  .xypg-left-nav > li .first-nav-btn {
    position: absolute;
    z-index: 99;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #d1d1d1 url(../images/xypg-left-jt.png) 0 -15px no-repeat;
    right: 10%;
    top: 13px; }
    .xypg-left-nav > li .first-nav-btn.clicked {
      background: #004588 url(../images/xypg-left-jt.png) 0 1px no-repeat; }
  .xypg-left-nav > li:last-child {
    margin-bottom: 0; }
  .xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
    color: #004588; }
  .xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
    background-color: #004588; }
.xypg-left-nav .xypg-left-subnav {
  display: none;
  margin-top: 10px; }
  .xypg-left-nav .xypg-left-subnav > li > a {
    display: block;
    line-height: 35px;
    color: #666666;
    font-size: 14px;
    padding-left: 15%;
    padding-right: 5%; }
    .xypg-left-nav .xypg-left-subnav > li > a:before {
      content: '';
      width: 0;
      height: 0;
      line-height: 0;
      font-size: 0;
      overflow: hidden;
      border-width: 5px;
      cursor: pointer;
      border-style: dashed dashed dashed solid;
      border-color: transparent transparent transparent #d4d4d4;
      border-right: none;
      vertical-align: 5px;
      margin-right: 10px; }
    .xypg-left-nav .xypg-left-subnav > li > a:hover {
      color: #004588; }
      .xypg-left-nav .xypg-left-subnav > li > a:hover:before {
        border-left-color: #004588; }
  .xypg-left-nav .xypg-left-subnav > li.hover > a:before {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: solid dashed dashed dashed;
    border-color: #004588 transparent transparent transparent;
    border-bottom: none;
    vertical-align: middle;
    margin-right: 5px; }
.xypg-left-nav .xypg-left-threenav {
  display: none; }
  .xypg-left-nav .xypg-left-threenav > li > a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    padding-left: calc(15% + 15px);
    padding-right: 5%; }
    .xypg-left-nav .xypg-left-threenav > li > a:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 8px;
      height: 2px;
      background: #d4d4d4;
      margin-right: 5px; }
    .xypg-left-nav .xypg-left-threenav > li > a:hover {
      color: #004588; }
  @media (max-width: 990px) {
    .xypg-left-nav .xypg-left-threenav {
      display: block; } }

/*产品列表页样式*/
.xypg-pro-description {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 2em; }

.xypg-product-list {
  margin: 0 -1%;
  font-size: 0; }
  .xypg-product-list li {
    display: inline-block;
    vertical-align: bottom;
    width: 31.333%;
    margin: 0 1% 20px 1%; }
    .xypg-product-list li .img {
      display: block;
      overflow: hidden; }
      .xypg-product-list li .img img {
        width: 100%;
        transition: all .7s ease; }
      .xypg-product-list li .img:hover img {
        transform: scale(1.1); }
    .xypg-product-list li h3 {
      font-size: 16px;
      font-weight: normal;
      margin: 15px 0 0 0; }
      .xypg-product-list li h3 a {
        color: #333333;
        display: block;
        text-align: center; }
        .xypg-product-list li h3 a:hover {
          color: #004588; }
  @media (max-width: 768px) {
    .xypg-product-list li {
      width: 48%; } }
  @media (max-width: 375px) {
    .xypg-product-list li {
      width: 98%; } }

/* 分页基本样式 */
.xypg-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0; }
  .xypg-pagination .pagin-left,
  .xypg-pagination .pagin-mid,
  .xypg-pagination .pagin-right,
  .xypg-pagination .pagin-select {
    display: inline-block;
    vertical-align: middle; }
  .xypg-pagination a,
  .xypg-pagination #current {
    display: inline-block;
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft YaHei",Arial;
    line-height: 26px;
    border: 1px solid #cbcbcb;
    margin: 0 5px;
    padding: 0 8px; }
  .xypg-pagination #current,
  .xypg-pagination a:hover {
    color: #fff;
    border-color: #004588;
    background: #004588; }
  .xypg-pagination .pagin-mid {
    font-size: 14px; }
    .xypg-pagination .pagin-mid .mob-pagin-mid {
      display: none; }
  .xypg-pagination .pagin-select {
    font-size: 14px; }
    .xypg-pagination .pagin-select select {
      height: 28px;
      padding: 0 8px;
      margin: -1px 5px 0 5px; }
  @media (max-width: 768px) {
    .xypg-pagination .pagin-mid .pc-pagin-mid {
      display: none; }
    .xypg-pagination .pagin-mid .mob-pagin-mid {
      display: block; }
      .xypg-pagination .pagin-mid .mob-pagin-mid span {
        display: inline-block;
        padding: 0 8px;
        line-height: 28px;
        font-size: 14px; }
    .xypg-pagination .pagin-select {
      display: none; } }

/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  transition: all .5s; }
  .xypg-news-list li .tit {
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 15px;
    position: relative; }
    .xypg-news-list li .tit h3 {
      padding-bottom: 15px;
      font-size: 18px;
      color: #565656;
      font-weight: normal;
      padding-right: 25%;
      margin: 0; }
    .xypg-news-list li .tit .date {
      position: absolute;
      right: 0;
      top: 0;
      font-size: 14px;
      color: #666666; }
  .xypg-news-list li .info {
    font-size: 14px;
    line-height: 2;
    color: #999999; }
  .xypg-news-list li .more {
    margin-top: 15px; }
    .xypg-news-list li .more span {
      display: inline-block;
      width: 130px;
      line-height: 33px;
      text-align: center;
      color: #000;
      font-size: 14px;
      color: #666666;
      border: 1px solid #e1e1e1;
      transition: all .5s ease; }
  .xypg-news-list li:hover {
    box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18); }
    .xypg-news-list li:hover .tit h3 {
      color: #004588; }
    .xypg-news-list li:hover .more span {
      color: #fff;
      background-color: #004588; }
  @media (max-width: 990px) {
    .xypg-news-list li .tit {
      border-bottom: none; }
      .xypg-news-list li .tit h3 {
        padding-right: 0;
        padding-bottom: 10px; }
      .xypg-news-list li .tit .date {
        position: static;
        border-bottom: 1px solid #cbcbcb;
        padding-bottom: 5px;
        color: #999; } }

/*内页详情页面公用样式*/
.xypg-detail-title {
  font-size: 20px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7; }

.xypg-detail-info-bar {
  font-size: 14px;
  font-family: Arial;
  color: #9e9e9e;
  line-height: 35px;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 20px; }
  .xypg-detail-info-bar .detail-info-time {
    float: left;
    margin-right: 20px; }
    .xypg-detail-info-bar .detail-info-time i {
      margin-right: 4px; }
  .xypg-detail-info-bar .detail-info-numbers {
    float: left; }
    .xypg-detail-info-bar .detail-info-numbers i {
      font-size: 12px;
      margin-right: 4px; }
  .xypg-detail-info-bar .xypg-file-down {
    float: right;
    position: relative; }
    .xypg-detail-info-bar .xypg-file-down .file-down-title {
      cursor: pointer; }
      .xypg-detail-info-bar .xypg-file-down .file-down-title i {
        margin-right: 5px; }
      .xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
        color: #004588; }
    .xypg-detail-info-bar .xypg-file-down .file-down-list {
      position: absolute;
      z-index: 9999;
      width: 250%;
      right: 0;
      background: #fff;
      display: none; }
      .xypg-detail-info-bar .xypg-file-down .file-down-list li {
        padding: 10px 0;
        border-top: 1px dashed #cfcfcf; }
        .xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
          float: left;
          font-size: 40px;
          line-height: 40px;
          margin-right: 5px;
          height: 40px; }
        .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
          overflow: hidden;
          line-height: 1; }
          .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
            font-size: 12px;
            margin-bottom: 0;
            line-height: 20px; }
          .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
            font-size: 12px; }
            .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
              color: #004588; }

.xypg-detail-con-title {
  margin: 20px 0 10px 0; }
  .xypg-detail-con-title span {
    display: inline-block;
    font-size: 18px;
    color: #004588; }

.xypg-detail-tags {
  margin-top: 40px; }
  .xypg-detail-tags .tags-title {
    border-bottom: 1px solid #c3c3c3;
    position: relative; }
    .xypg-detail-tags .tags-title h3 {
      display: inline-block;
      padding: 0 30px;
      font-size: 16px;
      color: #004588;
      line-height: 40px;
      border-bottom: 3px solid #004588;
      margin-bottom: -1px; }
    .xypg-detail-tags .tags-title .baidu-share {
      position: absolute;
      right: 0;
      top: 8px; }
  .xypg-detail-tags .tags-content {
    padding-top: 10px; }
    .xypg-detail-tags .tags-content a {
      font-size: 13px;
      color: #666666;
      display: inline-block; }
      .xypg-detail-tags .tags-content a:hover {
        color: #004588; }

.xypg-detail-pn {
  margin-top: 30px; }
  .xypg-detail-pn div {
    margin-bottom: 10px;
    background: #ededed;
    line-height: 35px;
    padding: 0 20px;
    position: relative; }
    .xypg-detail-pn div b {
      font-size: 16px;
      color: #333333;
      float: left;
      font-weight: normal; }
    .xypg-detail-pn div a {
      float: left;
      width: 75%;
      font-size: 14px;
      color: #565656; }
      .xypg-detail-pn div a:hover {
        color: #004588; }
      @media (max-width: 600px) {
        .xypg-detail-pn div a {
          width: 60%; } }
      @media (max-width: 600px) {
        .xypg-detail-pn div a {
          width: 50%; } }
    .xypg-detail-pn div span {
      position: absolute;
      right: 20px;
      top: 0;
      font-size: 13px;
      color: #666666; }

/*相关产品 和 相关新闻*/
.xypg-relate {
  margin-top: 50px; }
  .xypg-relate .relate-title {
    background: #004588;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    /* padding-left: 25px; */
    margin-bottom: 20px; }
  .relate-product-slick {
    padding: 0 5%;
    position: relative; }
    .relate-product-slick .slick-arrow {
      position: absolute;
      top: 50%;
      width: 14px;
      height: 26px;
      margin-top: -13px;
      outline: none;
      border: none;
      font-size: 0; }
      .relate-product-slick .slick-arrow.slick-prev {
        left: 0;
        background: url(../images/xypg-relate-pro-ljt.png) center no-repeat; }
      .relate-product-slick .slick-arrow.slick-next {
        right: 0;
        background: url(../images/xypg-relate-pro-rjt.png) center no-repeat; }
    .relate-product-slick .slick-list {
      margin: 0 -7px; }
    .relate-product-slick .slick-slide {
      outline: none; }
      .relate-product-slick .slick-slide img {
        display: inline-block;
        width: 100%; }
    .relate-product-slick .slick-con {
      padding: 0 7px; }
  .xypg-relate .relate-news {
    margin-top: 40px; }
    .relate-news-list li {
      float: left;
      width: 48%;
      position: relative;
      line-height: 30px;
      font-size: 14px;
      color: #666666; }
      .relate-news-list li:nth-child(even) {
        float: right; }
      .relate-news-list li a {
        display: block;
        padding-right: 30%;
        color: #666666; }
        .relate-news-list li a:before {
          content: '';
          display: inline-block;
          width: 14px;
          height: 14px;
          background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
          border-radius: 50%;
          vertical-align: middle;
          margin-right: 10px; }
      .relate-news-list li span {
        position: absolute;
        right: 0;
        top: 0; }
      .relate-news-list li:hover a {
        color: #004588; }
        .relate-news-list li:hover a:before {
          background-color: #004588; }
      .relate-news-list li:hover span {
        color: #004588; }
  @media (max-width: 990px) {
    .xypg-relate {
      display: none; } }

/*新闻详情页*/
/*案例基本详情页*/
.xypg-case-detail .main-img {
  text-align: center; }
  .xypg-case-detail .main-img img {
    max-width: 100%; }

/* 招聘详情页面 */
.xypg-jod-detail .job-detail-title {
  font-size: 16px;
  color: #ffffff;
  background: #004588;
  line-height: 60px;
  padding-left: 25px; }
.xypg-jod-detail .job-detail-con {
  background: #f8f8f8;
  padding: 25px; }
.xypg-jod-detail .job-detail-small-title {
  font-size: 16px;
  color: #004588;
  margin-bottom: 10px; }
.xypg-jod-detail .job-detail-con-box {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px; }
.xypg-jod-detail .job-detail-btn a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #666666;
  width: 200px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px; }
  .xypg-jod-detail .job-detail-btn a:hover {
    background: #004588; }

/* 简历提交表格 */
.job-detail-form .form-title {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 2.5; }
.job-detail-form .form-info {
  line-height: 2;
  margin: 10px 0; }
  .job-detail-form .form-info span {
    color: red; }
.job-detail-form .red-star {
  color: red; }
.job-detail-form textarea {
  resize: none; }
.job-detail-form #checkcode {
  display: inline-block;
  width: 30%; }
.job-detail-form #checkCodeImg {
  vertical-align: top;
  margin-left: 10px; }
.job-detail-form #change_code {
  line-height: 34px;
  padding: 0 10px;
  color: #004588; }
.job-detail-form .form-small-tit {
  line-height: 2;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px; }
.job-detail-form .form-prompt {
  font-size: 12px;
  margin-bottom: 15px;
  color: #999; }

/* 在线留言页面 */
#message-form {
  font-size: 0; }
  #message-form .red-star {
    color: red; }
  #message-form label {
    font-size: 14px; }
  #message-form textarea {
    resize: none; }
  #message-form #checkcode {
    display: inline-block;
    width: 30%; }
  #message-form #checkCodeImg {
    vertical-align: top;
    margin-left: 10px; }
  #message-form #change_code {
    line-height: 34px;
    padding: 0 10px;
    color: #004588;
    font-size: 14px; }
  #message-form .error-info {
    padding-top: 4px;
    display: inline-block;
    vertical-align: top;
    position: absolute; }
  @media (max-width: 768px) {
    #message-form .form-group {
      margin-bottom: 25px; }
    #message-form .error-info {
      display: block;
      padding-top: 0;
      float: none !important;
      padding-left: 10px; }
    #message-form #change_code + .error-info {
      padding-left: 0px;
      margin-left: -7px; } }
  #message-form.n-default .msg-wrap {
    position: static; }

/* 下载详情页面 */
.xypg-download-list.xypg-download-detail-list .download-title {
  background: #f3f3f3; }
  .xypg-download-list.xypg-download-detail-list .download-title .file-name {
    width: 35%; }
  .xypg-download-list.xypg-download-detail-list .download-title span {
    width: 16.25%; }
.xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
  width: 16.25%; }
  .xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
    width: 35%; }
@media (max-width: 768px) {
  .xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
    width: 100%; }
    .xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
      width: 100%; } }

/* 搜索结果页面样式 */
.xypg-search-result .tag-total {
  border: 1px solid #004588;
  padding: 10px;
  line-height: 1.6;
  z-index: 14px;
  color: #333;
  margin-bottom: 20px;
  background: #efefef; }
.xypg-search-result-box {
  margin-bottom: 20px; }
  .xypg-search-result-box .xypg-search-title {
    border-left: 3px solid #004588;
    padding-left: 15px;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 15px;
    font-weight: bold; }

/* 详情页面下载列表样式 */
.xypg-detail-file-dwon li {
  padding: 10px 0;
  border-bottom: 1px dashed #cfcfcf;
  width: 50%;
  float: left; }
  .xypg-detail-file-dwon li .icon {
    float: left;
    font-size: 40px;
    line-height: 40px;
    margin-right: 5px;
    height: 40px; }
  .xypg-detail-file-dwon li .list-con {
    overflow: hidden;
    line-height: 1; }
    .xypg-detail-file-dwon li .list-con p {
      font-size: 12px;
      margin-bottom: 0;
      line-height: 20px; }
    .xypg-detail-file-dwon li .list-con a {
      font-size: 12px; }
      .xypg-detail-file-dwon li .list-con a:hover {
        color: #ab001a; }

/* 相册列表页 */
.xypg-album-cate {
  margin: 0 -1%; }
  .xypg-album-cate li {
    float: left;
    width: 31.33333%;
    margin: 0 1% 20px 1%;
    border: 1px solid #eaeaea;
    padding: 10px; }
    .xypg-album-cate li .album-img {
      margin-bottom: 15px; }
      .xypg-album-cate li .album-img img {
        width: 100%; }
    .xypg-album-cate li .album-title {
      text-align: center;
      font-size: 15px;
      color: #666666;
      margin-bottom: 5px; }
    .xypg-album-cate li .album-num {
      font-size: 16px;
      color: #333333;
      text-align: center; }
      .xypg-album-cate li .album-num span {
        display: inline-block;
        margin-right: 5px; }
  @media (max-width: 768px) {
    .xypg-album-cate li {
      width: 48%; } }
  @media (max-width: 420px) {
    .xypg-album-cate {
      margin: 0; }
      .xypg-album-cate li {
        width: 100%;
        margin: 0 0 20px 0; } }

.xypg-album-list {
  margin: 0 -1%; }
  .xypg-album-list li {
    float: left;
    width: 31.33333%;
    margin: 0 1% 20px 1%;
    position: relative; }
    .xypg-album-list li .img {
      display: block;
      overflow: hidden; }
      .xypg-album-list li .img img {
        width: 100%;
        transition: all .5s ease; }
    .xypg-album-list li h3 {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9;
      background: rgba(0, 0, 0, 0.5);
      text-align: center;
      color: #fff;
      line-height: 40px;
      font-weight: normal;
      font-size: 16px; }
    .xypg-album-list li:hover .img img {
      transform: scale(1.1); }
  @media (max-width: 768px) {
    .xypg-album-list li {
      width: 48%; } }
  @media (max-width: 420px) {
    .xypg-album-list {
      margin: 0; }
      .xypg-album-list li {
        width: 100%;
        margin: 0 0 20px 0; } }
  .xypg-album-list.xypg-getkey-list li {
    width: 18%; }
  @media (max-width: 1200px) {
    .xypg-album-list.xypg-getkey-list li {
      width: 31.3333%; } }
  @media (max-width: 768px) {
    .xypg-album-list.xypg-getkey-list li {
      width: 48%; } }
  @media (max-width: 420px) {
    .xypg-album-list.xypg-getkey-list {
      margin: 0; }
      .xypg-album-list.xypg-getkey-list li {
        width: 100%;
        margin: 0 0 20px 0; } }

/* 下载列表页 */
.xypg-download-list .download-title {
  line-height: 60px;
  background: #d9d9d9;
  font-size: 18px;
  color: #333333; }
  .xypg-download-list .download-title span {
    display: block;
    float: left;
    text-align: center;
    width: 19%; }
  .xypg-download-list .download-title .file-name {
    width: 43%;
    text-align: left;
    padding-left: 5%; }
.xypg-download-list .download-item {
  line-height: 50px; }
  .xypg-download-list .download-item .download-item-span {
    float: left;
    width: 19%;
    text-align: center;
    font-size: 14px;
    color: #555555; }
    .xypg-download-list .download-item .download-item-span.download-item-first {
      padding-left: 4%;
      width: 43%;
      text-align: left; }
    .xypg-download-list .download-item .download-item-span.download-item-iocn .iconfont {
      margin-right: 5px;
      font-size: 14px; }
    .xypg-download-list .download-item .download-item-span.download-item-iocn a {
      color: #004588; }
      .xypg-download-list .download-item .download-item-span.download-item-iocn a:hover {
        text-decoration: underline; }
  .xypg-download-list .download-item:nth-child(odd) {
    background: #f3f3f3; }
  .xypg-download-list .download-item .mob-download-title {
    display: none; }
@media (max-width: 768px) {
  .xypg-download-list .download-title {
    display: none; }
  .xypg-download-list .download-item {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    background: #fff !important; }
    .xypg-download-list .download-item .download-item-span {
      float: none;
      width: 100%; }
      .xypg-download-list .download-item .download-item-span.download-item-first {
        padding-left: 0;
        width: 100%; }
      .xypg-download-list .download-item .download-item-span .mob-download-title {
        float: left;
        display: block;
        width: 130px;
        padding-left: 15px;
        text-align: left;
        font-weight: bold; }
      .xypg-download-list .download-item .download-item-span .download-item-con {
        float: right;
        width: calc(100% - 130px);
        text-align: right;
        padding-right: 20px; }
    .xypg-download-list .download-item .download-item-span + .download-item-span {
      border-top: 1px dashed #ebebeb; } }

/* 下招聘列表页 */
.xypg-job-list .job-name {
  width: 32.5%;
  padding-left: 4%; }
.xypg-job-list .job-xlyq {
  width: 32.5%;
  padding-left: 4%; }
.xypg-job-list .job-number {
  width: 20%;
  text-align: center; }
.xypg-job-list .job-more {
  width: 15%;
  text-align: center; }
.xypg-job-list .job-title {
  line-height: 60px;
  background: #004588;
  font-size: 18px;
  color: #fff; }
  .xypg-job-list .job-title span {
    display: block;
    float: left;
    font-weight: bold; }
.xypg-job-list .job-item {
  margin-top: 20px;
  line-height: 60px;
  background: #f8f8f8; }
  .xypg-job-list .job-item .job-item-span {
    float: left;
    font-size: 16px;
    color: #333333;
    min-height: 1px; }
    .xypg-job-list .job-item .job-item-span .job-item-con {
      display: block; }
  .xypg-job-list .job-item .job-more a {
    float: right;
    display: block;
    text-align: center;
    background: #000;
    width: 29px;
    height: 29px;
    margin: 15px 30px 0 0;
    background: #9c9c9c url(../images/xypg-job-jt.png) center no-repeat;
    border-radius: 50%; }
    .xypg-job-list .job-item .job-more a:hover {
      background-color: #004588; }
  .xypg-job-list .job-item .mob-job-title {
    display: none; }
@media (max-width: 768px) {
  .xypg-job-list .job-title {
    display: none; }
  .xypg-job-list .job-item {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    background: #fff !important;
    line-height: 50px; }
    .xypg-job-list .job-item .job-item-span {
      float: none;
      width: 100%;
      padding-left: 0;
      font-size: 14px; }
      .xypg-job-list .job-item .job-item-span .mob-job-title {
        float: left;
        display: block;
        width: 130px;
        padding-left: 15px;
        text-align: left;
        font-weight: bold; }
      .xypg-job-list .job-item .job-item-span .job-item-con {
        float: right;
        width: calc(100% - 130px);
        text-align: right;
        padding-right: 20px; }
    .xypg-job-list .job-item .job-more a {
      margin: 12px 0 0 0; }
    .xypg-job-list .job-item .job-item-span + .job-item-span {
      border-top: 1px dashed #ebebeb; } }

/* 产品详情页面 */
.product-detail-swiper {
  width: 399px;
  float: left; }
  .product-detail-swiper .view {
    border: 1px solid #e5e5e5; }
    .product-detail-swiper .view .swiper-slide {
      outline: none; }
    .product-detail-swiper .view .slick-con {
      text-align: center;
      display: block;
      height: 318px;
      line-height: 318px;
      font-size: 0; }
      .product-detail-swiper .view .slick-con img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
      .product-detail-swiper .view .slick-con:after {
        content: "";
        height: 100%;
        vertical-align: middle;
        display: inline-block; }
  .product-detail-swiper .preview {
    margin: 0 -5px;
    position: relative;
    margin-top: 10px; }
    .product-detail-swiper .preview .swiper-slide {
      outline: none; }
      .product-detail-swiper .preview .swiper-slide.active-nav .slick-con {
        border-color: #004588; }
    .product-detail-swiper .preview .slick-con {
      text-align: center;
      display: block;
      height: 101px;
      line-height: 99px;
      margin: 0 5px;
      border: 1px solid #e1e1e1;
      font-size: 0; }
      .product-detail-swiper .preview .slick-con img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle; }
      .product-detail-swiper .preview .slick-con:after {
        content: "";
        height: 100%;
        vertical-align: middle;
        display: inline-block; }
    .product-detail-swiper .preview .arrow-left,
    .product-detail-swiper .preview .arrow-right {
      position: absolute;
      z-index: 99;
      top: 50%;
      margin-top: -25px;
      width: 20px;
      height: 50px;
      background: rgba(89, 89, 89, 0.8);
      text-align: center;
      line-height: 50px;
      color: #fff;
      font-size: 20px; }
    .product-detail-swiper .preview .arrow-left {
      left: 5px; }
    .product-detail-swiper .preview .arrow-right {
      right: 5px; }
.product-detail-list {
  width: calc(100% - 440px);
  padding-top: 20px;
  float: right; }
  .product-detail-list h1 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 65px; }
  .product-detail-list .product-detail-item li {
    border-top: 1px solid #eee;
    padding: 25px 0;
    font-size: 18px;
    color: #333333; }
    .product-detail-list .product-detail-item li span {
      font-size: 14px;
      color: #666666; }
  .product-detail-list .product-detail-inquiry {
    margin-bottom: 20px; }
    .product-detail-list .product-detail-inquiry a {
      display: inline-block;
      width: 80%;
      line-height: 60px;
      font-size: 18px;
      color: #ffffff;
      text-align: center;
      background: #004588;
      border-radius: 2px; }
      .product-detail-list .product-detail-inquiry a i {
        font-size: 20px;
        line-height: 0;
        vertical-align: -2px;
        margin-right: 5px; }
  .product-detail-list .service-number {
    font-size: 14px;
    color: #333333; }
    .product-detail-list .service-number span {
      font-size: 25px;
      color: #b80024; }
@media (max-width: 1200px) {
  .product-detail-list h1 {
    font-size: 20px;
    line-height: 50px; }
  .product-detail-list .product-detail-item li {
    padding: 10px 0;
    font-size: 16px; }
  .product-detail-list .product-detail-inquiry {
    margin-bottom: 20px; }
    .product-detail-list .product-detail-inquiry a {
      width: 85%;
      line-height: 45px;
      font-size: 16px; }
  .product-detail-list .service-number span {
    display: block; } }
@media (max-width: 768px) {
  .product-detail-swiper {
    width: 100%;
    float: none; }
    .product-detail-swiper .view .slick-con {
      height: auto;
      line-height: 0; }
    .product-detail-swiper .preview .slick-con {
      height: auto;
      line-height: 0; }
    .product-detail-swiper .preview .arrow-left,
    .product-detail-swiper .preview .arrow-right {
      position: absolute;
      z-index: 99;
      top: 50%;
      margin-top: -25px;
      width: 20px;
      height: 50px;
      background: rgba(89, 89, 89, 0.8);
      text-align: center;
      line-height: 50px;
      color: #fff;
      font-size: 20px; }
  .product-detail-list {
    width: 100%;
    float: none; } }
.product-detail-tab {
  margin-top: 50px; }
  .product-detail-tab .product-detail-tabli {
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    height: 45px; }
    .product-detail-tab .product-detail-tabli li {
      float: left;
      width: 20%;
      line-height: 45px;
      margin-top: -1px;
      text-align: center;
      font-size: 15px;
      color: #333333;
      cursor: pointer; }
      .product-detail-tab .product-detail-tabli li:hover {
        background: #999;
        color: #fff; }
      .product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
        background: #333333;
        color: #fff; }
  .product-detail-tab .product-detail-tabcon {
    padding: 15px 0; }
  @media (max-width: 768px) {
    .product-detail-tab .product-detail-tabli {
      height: 40px; }
      .product-detail-tab .product-detail-tabli li {
        font-size: 14px;
        line-height: 40px; } }
  @media (max-width: 420px) {
    .product-detail-tab .product-detail-tabli {
      height: 40px; }
      .product-detail-tab .product-detail-tabli li {
        font-size: 12px;
        line-height: 40px; } }

/* 站点地图样式 */
.xypg-sitemap .map_title {
  line-height: 40px;
  background-color: #f5f8fa;
  border: 1px solid #d6dbe1;
  text-indent: 20px;
  color: #666;
  border-bottom: 2px solid #ccc;
  font-size: 16px; }
.xypg-sitemap .map_list {
  line-height: 30px;
  padding: 0 5px;
  margin-top: 8px;
  margin-bottom: 8px; }
  .xypg-sitemap .map_list a {
    padding: 4px;
    white-space: nowrap;
    font-size: 14px;
    color: #666; }
    .xypg-sitemap .map_list a:hover {
      text-decoration: none;
      color: #3b639f;
      padding: 4px; }
  .xypg-sitemap .map_list .layer1 {
    margin-bottom: 10px; }
  .xypg-sitemap .map_list h3 {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 10px;
    line-height: 36px; }
    .xypg-sitemap .map_list h3 a {
      font-weight: normal; }
  .xypg-sitemap .map_list .layer2 a {
    color: #999; }
    .xypg-sitemap .map_list .layer2 a:hover {
      text-decoration: none;
      color: #3b639f; }

/* 产品封面 */
.cover-item {
  margin-bottom: 20px;
  border-bottom: 3px double #ccc; }
  .cover-item a {
    display: block; }
  .cover-item .img {
    float: left;
    border: 1px solid #ddd;
    padding: 1px; }
    .cover-item .img img {
      width: 100%; }
  .cover-item .item-first {
    margin-bottom: 20px;
    position: relative; }
    .cover-item .item-first .img {
      width: 30%;
      margin-right: 20px; }
    .cover-item .item-first .wz {
      overflow: hidden; }
      .cover-item .item-first .wz h3 {
        font-size: 18px;
        color: #333;
        line-height: 2; }
      .cover-item .item-first .wz .info {
        font-size: 14px;
        line-height: 1.7;
        color: #666; }
      .cover-item .item-first .wz .more {
        width: 100px;
        line-height: 30px;
        color: #fff;
        background: #666666;
        font-size: 14px;
        text-align: center;
        position: absolute;
        right: 0;
        bottom: 0; }
  .cover-item .item-list a {
    margin-bottom: 10px; }
  .cover-item .item-list .img {
    float: none; }
  .cover-item .item-list h4 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center; }
  @media (max-width: 768px) {
    .cover-item .item-first .img {
      margin-bottom: 10px;
      text-align: center;
      float: none;
      width: 100%; }
    .cover-item .item-first .wz .more {
      position: static;
      margin-top: 10px;
      display: block; } }

/* 网站标签页面样式 */
.tagdescription {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  line-height: 1.7;
  background: #efefef;
  margin-bottom: 20px; }

.tag-category {
  margin-bottom: 20px; }
  .tag-category span {
    font-size: 16px;
    color: #000;
    display: inline-block; }
  .tag-category a {
    display: inline-block;
    line-height: 25px;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #333;
    margin-right: 10px; }
    .tag-category a:hover {
      background: #004588;
      color: #fff; }

.tag-list-product li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc; }
  .tag-list-product li:last-child {
    padding-bottom: 0;
    border-bottom: 0; }
.tag-list-product .tag-img {
  width: 220px;
  float: left;
  margin-right: 20px; }
  .tag-list-product .tag-img .img {
    display: block;
    border: 1px solid #e1e1e1; }
    .tag-list-product .tag-img .img img {
      width: 100%; }
.tag-list-product .tag-wz {
  overflow: hidden; }
  .tag-list-product .tag-wz h1 {
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 5px; }
    .tag-list-product .tag-wz h1 a {
      color: #000; }
  .tag-list-product .tag-wz .tab-fenli p {
    width: 50%;
    float: left;
    font-size: 14px;
    color: #333;
    margin-bottom: 0; }
  .tag-list-product .tag-wz .desp {
    font-size: 12px;
    line-height: 2;
    height: 48px;
    overflow: hidden;
    color: #666;
    margin: 5px 0; }
@media (max-width: 768px) {
  .tag-list-product .tag-img {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px; }
    .tag-list-product .tag-img .img img {
      width: auto;
      max-width: 100%; }
  .tag-list-product .tag-wz .tab-fenli p {
    width: 100%;
    float: none; } }

.xytag-title {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  margin-bottom: 10px; }
.xytag-recom-product ul {
  margin: 0 -1%; }
.xytag-recom-product li {
  float: left;
  position: relative;
  width: 18%;
  margin: 0 1%;
  overflow: hidden; }
  .xytag-recom-product li img {
    width: 100%;
    transition: all .5s ease; }
  .xytag-recom-product li .zz-bg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    opacity: 0;
    transition: all .5s ease; }
    .xytag-recom-product li .zz-bg h2 {
      position: absolute;
      z-index: 9;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      width: 100%;
      text-align: center;
      font-size: 16px;
      line-height: 30px;
      color: #fff;
      height: 30px;
      margin: auto; }
  .xytag-recom-product li:hover img {
    transform: scale(1.1); }
  .xytag-recom-product li:hover .zz-bg {
    transform: translateY(0);
    opacity: 1; }

/* 门店查询 */
.xypg-map-wrap {
  padding-bottom: 40px; }
  .xypg-map-wrap .map-wrap-mbx {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px; }
    .xypg-map-wrap .map-wrap-mbx h2 {
      font-size: 16px;
      display: inline-block; }
    .xypg-map-wrap .map-wrap-mbx .site {
      float: right; }
  .xypg-map-wrap #search_form {
    line-height: 30px;
    margin-bottom: 20px; }
    .xypg-map-wrap #search_form .province {
      font-size: 14px;
      color: #333;
      display: inline-block;
      vertical-align: middle; }
    .xypg-map-wrap #search_form .selectstyle {
      height: 30px;
      padding: 0 10px;
      border: 1px solid #ccc;
      margin: 0 10px;
      border-radius: 5px;
      display: inline-block;
      vertical-align: middle; }
    .xypg-map-wrap #search_form .button_s {
      height: 30px;
      background: #459afa;
      outline: none;
      border: none;
      padding: 0 20px;
      border-radius: 5px;
      color: #fff;
      display: inline-block;
      vertical-align: middle; }
  .xypg-map-wrap .map-box {
    border: 1px solid #ccc; }
    .xypg-map-wrap .map-box .maplist {
      width: 300px;
      float: left;
      height: 600px;
      padding: 10px 17px 0 15px;
      overflow-x: auto; }
      .xypg-map-wrap .map-box .maplist li {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ccc; }
        .xypg-map-wrap .map-box .maplist li h2 {
          font-size: 16px;
          margin-bottom: 10px;
          color: #333; }
        .xypg-map-wrap .map-box .maplist li .mark_name {
          display: block;
          font-size: 14px;
          line-height: 1.5;
          color: #666;
          margin-bottom: 10px; }
        .xypg-map-wrap .map-box .maplist li img {
          width: 100%; }
    .xypg-map-wrap .map-box #allmap {
      overflow: hidden;
      height: 600px; }

/* 会员登录注册页面样式 */
.xy-head.login-head {
  position: static;
  padding: 15px 0; }
  .xy-head.login-head .xy-head-left .logo {
    padding-top: 0;
    transition: none; }
  .xy-head.login-head .xy-head-links {
    display: none; }
  .xy-head.login-head .xy-menu > li {
    color: #333333; }
    .xy-head.login-head .xy-menu > li > a {
      color: #333333; }
      .xy-head.login-head .xy-menu > li > a .creat {
        width: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        overflow: hidden;
        border-width: 3px;
        cursor: pointer;
        border-style: solid dashed dashed dashed;
        border-color: #333333 transparent transparent transparent;
        border-bottom: none; }
  .xy-head.login-head .xy-menu > li + li {
    background: url(../images/xy-login-navlibg.png) left center no-repeat; }
  .xy-head.login-head .xy-head-navbar {
    margin-top: 10px;
    transition: none; }
    .xy-head.login-head .xy-head-navbar .xy-search {
      border-color: #afafaf; }
      .xy-head.login-head .xy-head-navbar .xy-search #keyword {
        color: #afafaf; }
      .xy-head.login-head .xy-head-navbar .xy-search #s_btn {
        color: #afafaf; }

.xylogin-content {
  background: #ededed;
  min-height: calc(100vh - 103px); }
  .xylogin-content .xylogin-banenr {
    height: 189px;
    background-size: cover; }
  .xylogin-form {
    width: 600px;
    margin: -60px auto 0 auto;
    background: #ffffff;
    border-radius: 10px;
    padding: 45px 65px; }
    .xylogin-form .form-title {
      position: relative;
      margin-bottom: 25px; }
      .xylogin-form .form-title h3 {
        font-size: 30px;
        color: #363636;
        display: inline-block;
        font-weight: bold; }
      .xylogin-form .form-title a {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 16px;
        color: #004588; }
        .xylogin-form .form-title a:hover {
          text-decoration: underline; }
    .xylogin-form .input-g {
      border-bottom: 1px solid #c7c7c7;
      margin-bottom: 15px;
      padding: 5px 0; }
      .xylogin-form .input-g label {
        color: #565656;
        margin-right: 5px;
        line-height: 25px;
        font-size: 18px; }
      .xylogin-form .input-g .input-text {
        width: calc(100% - 50px);
        border: none;
        outline: none;
        height: 25px;
        background: none;
        font-size: 16px;
        color: #565656; }
        .xylogin-form .input-g .input-text.msg {
          width: 50%; }
        .xylogin-form .input-g .input-text:-webkit-autofill, .xylogin-form .input-g .input-text:-webkit-autofill:focus {
          box-shadow: 0 0 0 1000px #fff inset !important;
          -webkit-box-shadow: 0 0 0 1000px #fff inset !important; }
      .xylogin-form .input-g .msgcode {
        float: right;
        border: 1px solid #e1e1e1;
        background: none;
        padding: 0 5px;
        line-height: 25px;
        border-radius: 5px;
        font-size: 12px;
        color: #565656;
        outline: none; }
        .xylogin-form .input-g .msgcode:hover {
          background: #004588;
          color: #fff; }
      .xylogin-form .input-g #valicode {
        width: 50%; }
      .xylogin-form .input-g #codeimg {
        float: right; }
    .xylogin-form .forget-pwd {
      position: relative;
      line-height: 20px; }
      .xylogin-form .forget-pwd .jzdlzh {
        display: inline-block;
        font-size: 14px;
        color: #797979; }
        .xylogin-form .forget-pwd .jzdlzh #remmber {
          display: inline-block;
          vertical-align: -2px; }
      .xylogin-form .forget-pwd a {
        font-size: 13px;
        color: #337ab7; }
        .xylogin-form .forget-pwd a:hover {
          text-decoration: underline;
          color: #004588; }
    .xylogin-form .btn-g {
      margin-top: 20px; }
      .xylogin-form .btn-g input[type="submit"] {
        width: 100%;
        background: #363636;
        line-height: 50px;
        color: #fff;
        font-size: 18px;
        border: none;
        border-radius: 5px;
        outline: none; }
        .xylogin-form .btn-g input[type="submit"]:hover {
          background: #004588; }
      .xylogin-form .btn-g.zhuce-btn {
        margin-top: 35px; }
  @media (max-width: 768px) {
    .xylogin-form {
      width: 90%;
      padding: 30px 30px; } }
  @media (max-width: 480px) {
    .xylogin-form .input-g {
      font-size: 12px; }
      .xylogin-form .input-g #valicode {
        width: 44%; }
      .xylogin-form .input-g #codeimg {
        width: 100px;
        height: 25px; }
    .xylogin-form .btn-g {
      margin-top: 20px; }
      .xylogin-form .btn-g input[type="submit"] {
        line-height: 40px;
        font-size: 16px; } }

.xylogin-footer {
  background: #ededed;
  text-align: center;
  color: #666666;
  line-height: 30px;
  padding: 15px 0; }
  .xylogin-footer a {
    color: #666; }

/* 个人中心页面样式 */
.personal-cont li {
  margin-bottom: 15px; }
  .personal-cont li label {
    width: 120px;
    font-size: 16px;
    text-align: right;
    line-height: 40px;
    float: left;
    margin-right: 10px;
    font-weight: normal; }
  .personal-cont li .input-pwd {
    overflow: hidden;
    height: 40px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    width: 40%;
    padding-left: 10px;
    outline: none; }
    .personal-cont li .input-pwd:focus {
      border-color: #00acd8;
      box-shadow: 0 0 6px #00acd8; }
  .personal-cont li .save-send {
    width: 30%;
    line-height: 40px;
    background: #004588;
    color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 5px; }
@media (max-width: 768px) {
  .personal-cont li label {
    width: 100px; }
  .personal-cont li .input-pwd {
    width: calc(90% - 110px); }
  .personal-cont li .save-send {
    width: 40%; } }
@media (max-width: 420px) {
  .personal-cont li label {
    width: 100%;
    text-align: left;
    margin-bottom: 0; }
  .personal-cont li .input-pwd {
    width: 100%; }
  .personal-cont li .save-send {
    width: 100%; } }

/* 会员权限跳转 */
.jump-center {
  text-align: center; }
  .jump-center .iconfont {
    font-size: 200px;
    font-weight: bold;
    color: #004588; }
  .jump-center #show {
    margin-bottom: 20px;
    font-size: 16px;
    color: #000; }
    .jump-center #show span {
      font-size: 20px;
      color: #004588; }

/*# sourceMappingURL=app.css.map */
