@charset "utf-8";

/*@media(max-width:1200px) {*/
/*    body {*/
/*        padding-bottom: 60px;*/
/*    }*/
/*}*/

/*--wrap-title01*/
.wrap-title01 {
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
    animation: fadeinT 1s;
}

.wrap-title01 h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.5;
    color: #000;
}

.wrap-title01 h2 a {
    color: #000;
}

.wrap-title01 h2 span {
    color: #ff521a;
}

.wrap-title01 p {
    font-family: "DIN Medium";
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
}

.wrap-title01.white h2,
.wrap-title01.white h2 a {
    color: #fff;
}

@media(max-width:1200px) {
    .wrap-title01 {
        margin-bottom: 25px;
    }

    .wrap-title01 h2 {
        font-size: 22px;
        line-height: 1.25;
    }

    .wrap-title01 p {
        font-size: 14px;
    }
}

/*--end wrap-title01*/



/*--aboutus01--*/
.aboutus01 {
    padding: 100px 0 0;
    overflow: hidden;
    background: #fff;
}

.aboutus01 .inner {
    display: flex;
    overflow: hidden;
    background: #f5f5f5;
}

.base-pic01 {
    position: relative;
    flex: none;
    width: 50%;
    overflow: hidden;
}

.base-pic01 .pic {
    position: relative;
    overflow: hidden;
}

.base-pic01 .pic:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.25);
    transition: all 1s;
}

.base-pic01 .pic img {
    display: block;
    position: relative;
    left: 50%;
    width: auto;
    transition: all 1s;
    transform: translateX(-50%);
    max-height: 100%;
}

.base-pic01 .player {
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.base-pic01 .player i {
    display: block;
    font-size: 60px;
    color: #fff;
    transition: all .5s;
}

.base-pic01:hover .pic:after {
    background: rgba(0, 0, 0, 0.5);
}

.base-pic01:hover .player i {
    transform: rotate(-360deg);
}

.base-intro01 {
    display: flex;
    align-items: center;
    flex: none;
    padding-left: 60px;
    width: 50%;
    overflow: hidden;
}
.base-intro{
    width: 50%;
}
.counter-list01 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.counter-list01 .item {
    position: relative;
    padding: 45px;
    width: 450px;
    overflow: hidden;
}

.counter-list01 .item h3 {
    position: relative;
    z-index: 1;
    height: 60px;
}

.counter-list01 .item h3:before {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    content: "";
    /*background: #0e75c8;*/
    border-radius: 50%;
    animation: scale 3s linear infinite;
}

.counter-list01 .item h3 em {
    display: inline-block;
    font: 52px / 60px "DIN Medium";
}

.counter-list01 .item h3 sub {
    display: inline-block;
    font-size: 20px;
    color: #333;
}

.counter-list01 .item p {
    margin-top: 22px;
    font-size: 18px;
    height: 100px;
    line-height: 25px;
    font-weight: 400;
    color: #333;
}

.counter-list01 .item:nth-child(1):after,
.counter-list01 .item:nth-child(2):after {
    display: block;
    position: absolute;
    left: 45px;
    bottom: 0;
    right: 45px;
    height: 4px;
    content: "";
    background: #dcdcdc;
}

@media(max-width:1600px) {
    .base-intro01 {
        padding-left: 50px;
    }

    .counter-list01 .item {
        padding: 30px;
        width: 320px;
    }

    .counter-list01 .item h3 {
        height: 50px;
    }

    .counter-list01 .item h3 em {
        font: 45px / 50px "DIN Medium";
    }

    .counter-list01 .item:nth-child(1):after,
    .counter-list01 .item:nth-child(2):after {
        left: 30px;
        right: 30px;
    }
}

@media(max-width:1440px) {
    .base-intro01 {
        padding-left: 40px;
    }

    .counter-list01 .item {
        width: 300px;
    }

    .counter-list01 .item p {
        margin-top: 18px;
        font-size: 16px;
    }
}

@media(max-width:1200px) {
    .aboutus01 {
        padding: 40px 10px 0;
    }

    .aboutus01 .inner {
        display: block;
    }

    .base-pic01 {
        width: 100%;
    }

    .base-pic01 .pic img {
        position: static;
        width: 100%;
        height: auto;
        transform: translate(0);
    }

    .base-intro01 {
        display: block;
        padding-left: 0;
        padding: 10px 0;
        width: 100%;
    }

    .counter-list01 {
        padding: 10px;
    }

    .counter-list01 .item {
        padding: 10px;
        width: 50%;
    }

    .counter-list01 .item h3 {
        height: 35px;
    }

    .counter-list01 .item h3 em {
        font: 30px / 35px "DIN Medium";
    }

    .counter-list01 .item h3 sub {
        font-size: 14px;
    }

    .counter-list01 .item h3:before {
        width: 15px;
        height: 15px;
    }

    .counter-list01 .item p {
        margin-top: 10px;
        font-size: 14px;
        height: 100px;
        line-height: 20px;
    }

    .counter-list01 .item:nth-child(1):after,
    .counter-list01 .item:nth-child(2):after {
        left: 10px;
        right: 10px;
        height: 2px;
    }
}

/*--end aboutus01--*/

/*--adv01--*/
.adv01 {
    padding: 100px 10px 20px;
    overflow: hidden;
    background: #fff;
}

.adv01-list {
    overflow: hidden;
}

.adv01-list .item {
    position: relative;
    float: left;
    margin: 0 10px;
    width: calc((100% - 820px) / 3);
    height: 607px;
    overflow: hidden;
    transition: all .5s;
}

.adv01-list .item.cur {
    width: 740px;
}

.adv01-list .pic {
    position: relative;
    z-index: 1;
    width: 740px;
    overflow: hidden;
}

.adv01-list .pic:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 378px;
    content: "";
    background: url(../images/adv01_item_mask.png) no-repeat;
    opacity: 0;
    transition: all 1s;
}

.adv01-list .pic img {
    display: block;
    width: auto;
    height: 100%;
}

.adv01-list .text {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    padding: 120px 60px;
    width: 740px;
    height: 100%;
}

.adv01-list .text .hd {
    position: relative;
    padding-bottom: 28px;
    overflow: hidden;
}

.adv01-list .text .hd:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 46px;
    height: 3px;
    content: "";
    background: #0e75c8;
}

.adv01-list .text .hd h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.adv01-list .text .hd h4 {
    font-size: 32px;
    font-weight: normal;
    color: #fff;
}

.adv01-list .text .bd {
    position: relative;
    padding-top: 45px;
    height: 250px;
    overflow: hidden;
}

.adv01-list .text .bd .summary {
    visibility: hidden;
    font-size: 18px;
    line-height: 1.75;
    color: #fff;
    transform: translateY(50px);
    transition: all .5s;
}

.adv01-list .text .bd .icon {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
}

.adv01-list .item.cur .pic:before {
    opacity: 1;
}

.adv01-list .item.cur .text .hd:after {
    background: #fff;
}

.adv01-list .item.cur .text .bd .summary {
    visibility: visible;
    transform: translateY(0);
}

@media(max-width:1200px) {
    .adv01 {
        padding: 40px 10px 10px;
    }

    .adv01-list .item {
        margin: 5px;
        width: 100%;
        height: auto;
    }

    .adv01-list .item.cur {
        width: 100%;
    }

    .adv01-list .pic {
        width: 100%;
    }

    .adv01-list .pic:before {
        width: 80px;
        height: 116px;
        background-size: 100%;
        opacity: 1;
    }

    .adv01-list .pic img {
        width: 100%;
        height: auto;
    }

    .adv01-list .text {
        padding: 20px;
        width: 100%;
    }

    .adv01-list .text .hd {
        padding-bottom: 15px;
    }

    .adv01-list .text .hd:after {
        width: 30px;
        height: 2px;
        background: #fff;
    }

    .adv01-list .text .hd h3,
    .adv01-list .text .hd h4 {
        font-size: 20px;
    }

    .adv01-list .text .bd {
        padding-top: 20px;
    }

    .adv01-list .text .bd .summary {
        visibility: visible;
        font-size: 14px;
        transform: translateY(0);
    }

    .adv01-list .text .bd .icon {
        display: none;
    }
}

/*--end adv01--*/

/*--partner01--*/
.partner01 {
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
}

.partner01-slide {
    position: relative;
}

.partner01-slide .prev,
.partner01-slide .next {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 72px;
    line-height: 72px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ccc;
    transform: translateY(-50%);
}

.partner01-slide .prev {
    left: -35px;
}

.partner01-slide .next {
    right: -35px;
}

.partner01-slide .prev:hover,
.partner01-slide .next:hover {
    color: #fff;
    background: #0e75c8;
    transition: all .5s;
}

.partner01-list {
    overflow: hidden;
}

.partner01-list ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.partner01-list ul:after {
    display: block;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    height: 1px;
    content: "";
    background: #e5e5e5;
}

.partner01-list li {
    flex: none;
    width: calc(100% / 6);
    border-right: #e5e5e5 solid 1px;
}

.partner01-list li img {
    display: block;
    width: 100%;
    transition: all 1s;
}

.partner01-list li:nth-child(6n) {
    border-right: none;
}

.partner01-slide .swiper-pager {
    display: none;
    padding-top: 20px;
    width: 100%;
    text-align: center;
}

.partner01-slide .swiper-pager span {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    background: #a7a7a7;
    opacity: 1;
}

.partner01-slide .swiper-pager span.swiper-pagination-bullet-active {
    background: #e60012;
}

@media(max-width:1200px) {
    .partner01 {
        padding: 40px 10px;
    }

    .partner01-slide .prev,
    .partner01-slide .next {
        display: none;
    }

    .partner01-list ul:after {
        display: none;
    }

    .partner01-list li {
        padding: 1px;
        width: calc(100% / 3);
        border: none;
        background: #f0f0f0
    }

    .partner01-slide .swiper-pager {
        display: block;
    }
    .base-intro{
    width: 100%;
    }
}

/*--end partner01--*/

/*--video-pop01--*/
.video-pop01 {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.85);
}

.video-pop01 .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.video-pop01 .close i {
    display: block;
    font-size: 24px;
}

.video-pop01 .close:hover {
    transform: rotate(180deg);
    transition: all 1s;
}

.video-pop01 .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1000px;
    height: 580px;
    overflow: hidden;
    background: #000;
    transform: translate(-50%, -50%);
}

.video-pop01 .inner .iframeBox {
    width: 1000px;
    height: 580px;
}

.video-pop01 .inner .iframeBox iframe,
.video-pop01 .inner .iframeBox video {
    display: block;
    width: 1000px;
    height: 580px;
}

@media(max-width:1200px) {
    .video-pop01 .close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .video-pop01 .inner {
        width: 90vw;
        height: 60vw;
    }

    .video-pop01 .inner .iframeBox,
    .video-pop01 .inner .iframeBox iframe,
    .video-pop01 .inner .iframeBox video {
        width: 90vw;
        height: 60vw;
    }
}

/*--end video-pop01--*/

/*--font-face--*/
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg') format('svg')
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    user-select: none;
}

/*--end font-face--*/

/* 默认样式start */
body {
    font: 14px "Noto Sans SC", "Arial Narrow", HELVETICA;
    overflow-x: hidden;
    background-color: #f4f4f4
}

.base-intro,.counter-list01,.item,.partner01-list{
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
/*div,*/
/*li {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    box-sizing: border-box*/
/*}*/

/*a,*/
/*a:hover {*/
/*    color: #666;*/
/*    text-decoration: none*/
/*}*/
.partner01-list .swiper-slide li{
    margin: 0;
   padding: 0;
   box-sizing: border-box
}

/*ul,*/
/*li {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*ol,*/
/*ul {*/
/*    list-style: none*/
/*}*/

/* 默认样式end */