/* 澶撮儴 */

.header {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    text-align: left;
    z-index: 99;
}
.header-fix {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
}

.menu .logo {
    padding-left: 40px;
    float: left;
}

.menu .logo img {
    /*width: 86px;*/
    height: 85px;
}

.menu .slogan {
    float: left;
    padding-left: 35px;
    padding-top: 20px;
    height: 30px;
    font-size: 24px;
    color: #ffffff;
}

.submenu ul {
    padding-top: 25px;
}

.submenu ul li {
    float: left;
    /*width: 107px;*/
    font-size: 18px;
    text-align: center;
    line-height: 30px;
}

.submenu ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 0px 15px;
}

.submenu ul li .hover {
    font-size: 20px;
    font-weight: bold;
}

.call {
    padding-top: 20px;
    width: 220px;
    height: 30px;
    font-size: 24px;
    text-align: left;
    color: #ffffff;
    font-weight: bold;
}

.call .button {
    width: 117px;
    background: #f82121;
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    line-height: 44px;
    border-radius: 10px;
    cursor: pointer;
}

.call i {
    font-size: 24px;
    margin-right: 10px;
    font-weight: normal;
}


/* 鐒︾偣鍥� */

.banner {
    position: relative;
}

.banner .order {
    width: 60%;
    top: 60%;
    /* width: 1124px; */
    /* padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 70px;
    padding-right: 70px; */
    position: absolute;
    
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    /* background-color: #000000; */
    /* opacity: 0.6; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* display: none; */
}

.banner .order .left {
    float: left;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 50px 80px;
    display: none;
}

.banner .order .left .title {
    font-size: 60px;
    font-weight: Bold;
    text-align: left;
    color: #ffffff;
    line-height: 70px;
    opacity: 1;
    height: 70px;
    display: flex;
}

.banner .order .left .ftitle {
    padding-top: 40px;
    font-size: 22px;
    text-align: left;
    color: #fffefe;
}

.banner .order .right {
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px 40px;
}

.banner .order .right .title {
    font-size: 24px;
    font-weight: Bold;
    text-align: center;
    color: #ffffff;
    letter-spacing: 5px;
}

.banner .order .right .line {
    margin-top: 15px;
}

.banner .order .right .line input {
    height: 60px;
    width: 100%;
    font-size: 20px;
    font-weight: Normal;
    text-align: left;
    color: #777777;
    line-height: 26px;
    text-indent: 15px;
}

.banner .order .right .line .submit {
    width: 100%;
    line-height: 60px;
    text-align: center;
    background-color: #E50043;
    color: #ffffff;
    border-radius: 5px;
    margin: 0 auto;
    cursor: pointer;
}

.banner .pic img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
}


/* 閫傞厤 */

@media (min-width: 1366px) {

    .banner .order {
        width: 1124px;
        top: 50%;
    }

    .banner .order .left {
        display: block;
        padding-bottom: 56px;
    }

    .banner .order .right {
        padding: 47px 75px;
        float: right;
        width: auto;
    }

    .banner .order .right .line input {
        height: 44px;
        width: 259px;
    }
    .banner .order .right .line .submit {
        width: 110px;
        line-height: 40px;
    }

    @keyframes fade-in {
        0% {
            opacity: 0;
        }
        /*鍒濆鐘舵€� 閫忔槑搴︿负0*/
        40% {
            opacity: 0;
        }
        /*杩囨浮鐘舵€� 閫忔槑搴︿负0*/
        100% {
            opacity: 1;
        }
        /*缁撴潫鐘舵€� 閫忔槑搴︿负1*/
    }
    .banner .order {
        animation: fade-in;
        animation-duration: 0.5s;
        display: block;
    }
}


/* 婊氬姩鍥惧紑濮� */

.introduce-swiper-container {
    width: 100%;
    height: 100%;
}
.introduce-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: table;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 44%;
    opacity: 1;
}
.introduce-swiper-container .swiper-slide-active {
    opacity: 1;
}
.introduce-swiper-container .swiper-slide img {
    width: 100%;
    border-radius: 10px;
}
/* 婊氬姩鍥剧粨鏉� */

/* 浠嬬粛 */

.introduce {
    background-color: #F5F5F5;
}

.introduce .row .col-8 {
    /* margin: 0 auto; */
}

.introduce .row .col-3 .box {
    /* float: left; */
    width: 240px;
    height: 120px;
    padding: 5px;
    font-size: 40px;
    text-align: center;
    color: #E20000;
    font-weight: Bold;
    border-radius: 10px;
    box-shadow: 0px 3px 8px #E5E5E5;
    /* line-height: 10px; */
}

.introduce .row .col-3 i {
    font-style: normal;
}

.introduce .row .col-3 span {
    font-size: 28px;
    color: #2F2F2F;
    font-weight: normal;
    display: block;
}

.introduce .title {
    margin-top: 100px;
    height: 90px;
    font-size: 84px;
    font-weight: Bold;
    text-align: center;
    color: #000000;
    line-height: 90px;
    letter-spacing: 5px;
}

.introduce .ftitle {
    font-size: 36px;
    text-align: center;
    color: #666666;
    margin-bottom: 60px;
}

.introduce .box {
    overflow: hidden;
}

.introduce .more {
    font-size: 28px;
    text-align: center;
    color: #1b6cfa;
    line-height: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* 妗堜緥 */

.case {
    background-color: #FFFFFF;
}

.case .info {
    padding-top: 100px;
    padding-bottom: 0px;
}

.case .title {
    font-size: 84px;
    text-align: right;
    color: #393838;
    letter-spacing: 5px;
    line-height: 90px;
}

.case .ftitle {
    font-size: 24px;
    font-family: Arial, Arial-Normal;
    font-weight: Normal;
    text-align: left;
    color: #656464;
    line-height: 40px;
}

.case .row .col-9 {
    margin-top: 30px;
}

.case .list {
    margin-top: 20px;
    /* padding-bottom: 80px; */
}

.case .list .box {
    padding: 5px;
    width: 69px;
    height: 56px;
    background: #ffffff;
    border: 1px solid rgba(249, 1, 51, 0.95);
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    color: #636363;
    float: left;
    margin-right: 10px;
}

.case .list .box span {
    display: block;
}

/* .case img {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
} */

.case .row .col-10 {
    margin: 0 auto;
    overflow: hidden;
}

.case .row .col-6 .box {
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 10px;
}

.case .row .col-6 .box img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    transition: transform .3s ease-out;
}

.case .row .col-6 .box img:hover {
    transform: scale(1.05);
}

.case .more {
    font-size: 28px;
    text-align: center;
    color: #1b6cfa;
    line-height: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* 閫傞厤 */

.case .info .title {
    line-height: 100px;
    font-weight: bold;
    text-align: center;
}

.case .info .text {
    position: relative;
    padding-bottom: 80px;
}

.case .info .text .ftitle {
    font-size: 36px;
    color: #393838;
    padding-top: 30px;
    text-align: center;
}
.case .info .text .fftitle {
    text-align: center;
    font-size: 24px;
    color: #656464;
}
.case .info .text .list {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

@media (min-width: 1366px) {
    .case .info .title {
        text-align: right;
    }
    .case .info .text .ftitle {
        padding-top: 0;
        text-align: left;
    }
    .case .info .text .fftitle {
        padding-top: 10px;
        text-align: left;
    }
    .case .info .text .list {
        position: relative;
    }
}


/* 鑷垱 */

.self {
    padding-top: 100px;
    background-color: #F5F5F5;
    overflow: hidden;
}

.self .title {
    font-size: 72px;
    font-weight: Bold;
    text-align: center;
    color: #000000;
}

.self .ftitle {
    font-size: 42px;
    text-align: center;
    color: #454545;
}

/* 婊氬姩寮€濮� */
.self .row .col-12 {
    margin: 0 auto;
    margin-top: 60px;
}

.self .row .col-12 img {
    border-radius: 10px;
}

.self-swiper-container {
    width: 100%;
    height: 100%;
}
.self-swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: table;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 44%;
    opacity: 1;
}

.self-swiper-container .swiper-slide-active {
    opacity: 1;
}

.self-swiper-container .swiper-slide img {
    width: 100%;
}

/* 婊氬姩缁撴潫 */


/* .self .row .col-10 {
    margin: 0 auto;
    margin-top: 60px;
}

.self .row .col-6 .box {
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.self .row .col-6 .box img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 10px;
    transition: transform .3s ease-out;
}

.self .row .col-6 .box img:hover {
    transform: scale(1.05);
} */

.self .more {
    font-size: 28px;
    text-align: center;
    color: #1b6cfa;
    line-height: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* 鍒涙剰甯� */
.creative {
    padding-top: 100px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.creative .title {
    font-size: 72px;
    font-weight: Bold;
    text-align: center;
    color: #000000;
}

.creative .ftitle {
    font-size: 42px;
    text-align: center;
    color: #454545;
}
.creative .items {
    margin-top: 50px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
}

@media (min-width: 1366px) {
    .creative .items {
        margin-top: 50px;
        display: grid;
        grid-template-columns: auto auto auto auto auto auto;
        grid-gap: 10px;
    }
}

.creative .items .item {
    margin-top: 15px;
    box-shadow: 0px 3px 8px #E5E5E5;
}

.creative .items .item a {
    color: #333333;
    text-decoration: none;
}

.creative .items .item .pic img {
    width: 100%;
}

.creative .items .item .name {
    /* padding: 0px 15px; */
    line-height: 30px;
    text-align: center;
}

.creative .more {
    font-size: 28px;
    text-align: center;
    color: #1b6cfa;
    line-height: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* 闈╂柊 */

.reform {
    background-image: url("../../static/images/reform_banner.jpg");
    background-color: rgba(34, 34, 34, 1);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
}

.reform .title {
    /* width: 913px; */
    padding-top: 145px;
    /* height: 90px; */
    font-size: 84px;
    font-weight: Bold;
    text-align: center;
    color: #ffffff;
    letter-spacing: 10px;
}

.reform .ftitle {
    /* width: 468px; */
    /* height: 42px; */
    font-size: 36px;
    font-weight: Normal;
    text-align: center;
    color: #ffffff;
}

.reform .row {
    padding-top: 120px;
    padding-bottom: 150px;
    /*display: inline-block;*/
    /*margin: 0px auto;*/
}



.reform .box {
    /* width: 239px; */
    font-size: 30px;
    float: left;
    text-align: center;
    color: #ffffff;
}

.reform .box span {
    font-weight: Bold;
    display: block;
}

.reform .text {
    /* width: 917px; */
    /* height: 105px; */
    font-size: 20px;
    font-weight: Normal;
    text-align: center;
    color: #e2e2e2;
    padding-bottom: 120px;
    /* line-height: 15px; */
}


/* 瀹㈡埛 */

.customer {
    background-color: #FFFFFF;
}

.customer .title {
    /* width: 913px; */
    padding-top: 100px;
    /* height: 90px; */
    font-size: 84px;
    font-weight: Bold;
    text-align: center;
    color: #000000;
    letter-spacing: 10px;
}

.customer .ftitle {
    /* width: 468px; */
    /* height: 42px; */
    font-size: 36px;
    font-weight: Normal;
    text-align: center;
    color: #454545;
}

.customer .list {
    padding-top: 100px;
    padding-bottom: 100px;
}

.customer .pic {
    padding: 0 15px;
    /* margin: 0 auto; */
    margin-top: 30px;
}

.customer .pic img {
    width: 100%;
}

/* 鍏夋爣 */
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}