.header .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px
}

.header .logo {
    flex: 0 0 30%;
    align-self: center
}

.header .logo a {
    display: block;
    overflow: hidden;
    max-width: 420px;
}

.header .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-right {
    flex: 0 0 70%;
    margin-right: 0px;
    margin-left: auto;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    margin-right: 0px;
    margin-left: auto;
    padding-right: 0px;
}

.header-right .search-btn {
    flex: 0 0 5%;
    margin-right: 0px;
    margin-left: auto;
    padding-right: 0px;
    align-self: center;
}

.header-right .search-btn > div {
    width: 25px;
    height: 30px;
}

.header-right .search-btn > div a i {
    font-size: 24px;
    color: #333;
    font-weight: bold;
}

.header-right .header-phone {
    flex: 0 0 22%;
}

.header-right .header-phone > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.header-right .header-phone > div .phone {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    max-width: none;
    max-height: none;
    height: auto;
    background-color: rgba(8,106,181,1);
}

.header-right .header-phone > div p {
    flex: 1;
    line-height: 2;
    font-size: 18px;
    font-weight: bold;
    color: rgba(255,255,255,1);
    text-align: center;
}

.index-about {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-image: url(../images/index_about_bg.jpeg);
    padding: 5% 0;
}

.index-center {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 95%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.index-about .about-left {
    flex: 1;
    align-self: center;
}

.index-about .about-txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 96%;
}

.index-about .about-txt .title {
    line-height: 2;
    font-size: 28px;
    font-weight: bold;
    color: rgba(0,0,0,1);
    width: 100%;
}

.index-about .about-txt .xian {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: rgba(8,106,181,1);
    width: 80px;
    margin: 1rem 0;
}

.index-about .about-txt .txt {
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 3%;
    margin-bottom: 5%;
}

.index-about .about-txt a.more {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 160px;
    background-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    border-color: rgba(203,203,203,1);
    font-size: 14px;
    line-height: 48px;
    border-radius: 25px;
    color: rgba(127,127,127,1);
    transition: all .3s;
    cursor: pointer;
}

.index-about .about-txt a.more span {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    outline: 0;
    margin: 0px;
    overflow: hidden
}

.index-about .about-txt a.more:hover {
    background-color: rgba(8,106,181,1);
    border-style: solid;
    border-color: rgba(8,106,181,1);
    font-size: 14px;
    border-radius: 25px;
    color: rgba(255,255,255,1)
}

.index-about .about-right {
    flex: 1;
    align-self: center;
}

.index-about .about-img {
    overflow: hidden;
}

.index-about .about-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: 0.5s;
}

.index-about .about-img img:hover {
    transform: scale(1.1);
}

.index-count {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/count_bg.jpeg);
    display: none;
}

.count-list {
    align-self: center;
    flex: 1;
}

.count-list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    max-width: 1400px;
    margin: 4% auto;
}

.count-list ul li {
    align-self: center;
    flex: 1;
}

.count-list ul li > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
}

.count-list ul li > div .img {
    flex: 0 0 36%;
    align-self: center;
}

.count-list ul li > div .img p {
    overflow: hidden;
    width: 63px;
}

.count-list ul li > div .img p img {
    transition: all 1s ease;
    transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    -moz-transform: perspective(800px) rotateY(0deg);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.count-list ul li > div .img p:hover img {
    transition: all 1s ease;
    transform: perspective(800px) rotateY(360deg);
    -webkit-transform: perspective(800px) rotateY(360deg);
    -moz-transform: perspective(800px) rotateY(360deg);
}

.count-list ul li > div .wz {
    flex: 1;
}

.count-list ul li > div .wz .title {
    height: 60px;
    line-height: 60px;
    font-size: 50px;
    color: #fff;
}

.count-list ul li > div .wz .title span {
    line-height: 60px;
    font-size: 50px;
    font-weight: bold;
}

.count-list ul li > div .wz .title span.plus {
    font-size: 26px;
    font-weight: normal;
}

.count-list ul li > div .wz p {
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}

.product-apply {
    min-height: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 0px;
    max-width: none;
    margin-top: 0px;
    background-image: url(//cdn.wztest.top/xingboyue/assets/images/product_apply.jpeg);
    padding-top: 50px;
    padding-bottom: 50px
}

.apply-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 94%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.apply-cont .apply-list {
    flex: 0 0 50%;
    align-self: center;
}

.apply-cont .apply-list > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.apply-cont .apply-list > div .apply-item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    margin: 10px;
    position: relative;
}

.apply-cont .apply-list .apply-item .img {
    overflow: hidden;
}

.apply-cont .apply-list .apply-item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}

.apply-cont .apply-list .apply-item .title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 32px;
    transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.42,0,1,1);
    height: 52px;
    line-height: 52px;
    opacity: 0;
    z-index: 99;
    font-weight: normal;
}

.apply-cont .apply-list .apply-item:hover .img img {
    transform: scale(1.1);
}

.apply-cont .apply-list .apply-item:hover .title {
    opacity: 1;
}

.apply-cont .apply-list .list-item .title {
    font-size: 18px;
    height: 34px;
    line-height: 34px;
}

.index-partner {
    padding-top: 50px;
    padding-bottom: 70px;
    background-color: rgba(241,241,241,1);
}

.partner {
    margin-top: 20px;
}

.partner-list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.partner-list li {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 5);
    list-style: none;
}

.partner-list li p {
    overflow: hidden;
    margin: 10px;
}

.partner-list li p img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-cont {
    padding: 60px 0;
}

.news-left {
    width: 50%;
}

.news-left .news-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
}

.news-left .news-content .news-item {
    flex: 1;
}

.news-left .news-content .news-item .news-img {

}

.news-left .news-content .news-item .news-img a {
    display: block;
    overflow: hidden;
    max-height: 328px;
}

.news-left .news-content .news-item .news-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-left .news-content .news-item:hover .news-img img {
    transform: scale(1.05);
    transition: all .6s
}

.news-left .news-content .news-item .news-txt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-right: auto;
    padding-right: 0px;
    width: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    transition-property: all;
    background-color: rgba(246,246,246,1);
}

.news-left .news-content .news-item .news-txt .xian {
    flex: 0 0 auto;
}

.news-left .news-content .news-item .news-txt .xian span {
    border-top-color: rgba(51,51,51,1);
    border-top-style: solid;
    border-top-width: 1px;
    width: 0px;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    display: block;
    margin: 1rem 0;
}

.news-left .news-content .news-item .news-txt .txt {
    flex: 1;
}

.news-left .news-content .news-item .news-txt .txt h3 {
    line-height: normal;
    margin-top: 6px;
    margin-left: 37px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    color: rgba(107,107,107,1);
    margin-right: 100px;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
}

.news-left .news-content .news-item .news-txt .txt p {
    line-height: 1.6;
    margin-top: 12px;
    margin-left: 37px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    color: rgba(119,119,119,1);
    margin-right: 100px;
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1)
}

.news-left .news-content .news-item:hover .news-txt .xian span {
    width: 70px;
}

.news-right {
    width: 50%;
}

.news-right .news-list {
    display: flex;
    flex-wrap: wrap;
}

.news-right .news-list li {
    position: relative;
    flex: 0 0 100%;
    margin-bottom: 10px;
    list-style: none;
}

.news-right .news-list li a {
    display: block;
    margin-left: 10px;
    color: #666;
}

.news-right .news-list li .item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    background-color: rgba(246,246,246,1);
    padding: 20px;
}

.news-right .news-list li .item .img {
    flex: 0 0 26%;
    overflow: hidden;
}

.news-right .news-list li .item .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.news-right .news-list li:hover .item .img img {
    transform: scale(1.05);
    transition: all .6s
}

.news-right .news-list li:hover .item {
    background: #0f76c1;
}

.news-right .news-list li .item .wz {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 0px;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
    flex: 1;
}

.news-right .news-list li:hover .item .wz {
    margin-left: 20px;
    margin-right: 40px;
}

.news-right .news-list li .item .wz h3 {
    line-height: 1.6;
    font-size: 16px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}

.news-right .news-list li:hover .item .wz h3,.news-right .news-list li:hover .item .wz p {
    color: rgba(255,255,255,1);
}

.news-right .news-list li .item .wz p {
    margin-top: 10px;
    line-height: 1.6;
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}

.footer-contact {
    flex: 0 0 40%;
    padding-left: 40px;
}

.footer-contact h3 {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-contact .content {
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    line-height: 32px;
}

.footer-ewm {
    flex: 0 0 20%;
}

.footer-ewm .img {
    overflow: hidden;
    width: 130px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
}

.footer-ewm .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-ewm .wz {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    line-height: 2;
    margin-top: 10px;
    text-align: center;
    width: auto;
}

.footer-right {
    width: 29.99%;
}

.footer-msg {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 0px
}

.footer-msg .content {
    flex: 1;
}

.footer-msg .content form {
    margin-left: 40px;
}

.footer-msg .content form .input-group {
    width: 80%;
    margin-bottom: 20px;
}

.footer-msg .content form .input-group .input-text {
    width: 100%;
    background: #f5f5f5;
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    padding: 10px 15px;
    line-height: 1.5;
    font-size: 14px;
    color: #333;
}

.footer-msg .content form .input-group .input-textarea {
    height: 80px;
}

.footer-msg .content form .input-btn {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 80%;
    border-radius: 0;
    padding: 15px;
    background: #086ab5;
    border: 1px solid #086ab5;
    color: #fff;
    cursor: pointer;
}

.footer-msg .content form .input-btn:before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%)
}

.footer-msg .content form .input-btn:hover:before {
    animation: style1 .75s;
    z-index: 1;
}

@keyframes style1 {
    0% {
        background: rgba(0,0,0,.25);
        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}

.footer-msg .content form .input-btn::after {
    opacity: 1;
    width: 0
}

.footer-msg .content form .input-btn:hover::after {
    width: 100%;
    background-color: #409ef4
}

.footer-top {
    padding: 2.5% 0;
}

.footer-bot {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: rgba(255,255,255,0.2);
}

.footer-bot > div {
    padding: 20px 0;
    color: rgba(201,201,201,1);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.footer-bot > div a:hover {
    color: rgba(255,255,255,1);
}

.footer-bot > div .wz {
    align-self: center;
    flex: 1;
}

.footer-bot > div .kd {
    text-align: right;
}

.footer-bot > div .kd a {
    padding: 0 3px;
}

@media (min-width: 1200px) {
    .page-banner {
        padding-top: 100px;
    }
}

@media (max-width: 1360px) {
    .nav {
        padding-right: 0;
    }
}

@media (max-width: 1200px) {
    .header-right .header-phone {
        display: none;
        flex: 0 0 0;
    }
    .nav {
        flex: 0 0 90%;
    }
}

@media (max-width: 768px) {
    .index-about .index-center {
        flex-direction: column;
    }

    .index-about .about-txt .title {
        font-size: 20px;
    }

    .index-about .about-txt .txt {
        font-size: 14px;
        margin-top: 1%;
        margin-bottom: 2%;
    }

    .index-about .about-right {
        margin-top: 30px;
        width: 100%;
    }

    .count-list ul li {
        flex: 0 0 50%;
    }

    .count-list ul li > div .wz .title span {
        font-size: 32px;
    }

    .count-list ul li > div .wz p {
        font-size: 14px;
    }

    .product-title {
        margin-top: 30px;
    }

    .product-title h3 {
        font-size: 20px;
    }

    .product-title p {
        font-size: 14px;
    }

    .product-cate ul li a {
        font-size: 14px;
    }

    .product-cate ul li {
        flex-basis: calc(100% / 2);
    }

    .product-list .item {
        width: 50%;
    }

    .apply-cont .apply-list {
        flex: 0 0 100%;
    }

    .apply-cont .apply-list > div .apply-item {
        margin: 0 2px;
    }

    .index-partner {
        padding: 10px 0;
    }

    .partner-list li {
        flex-basis: calc(100% / 2);
    }

    .news-cont {
        padding: 20px 0 60px 0;
    }

    .news-left,.news-right {
        width: 100%;
    }

    .news-left {
        margin-bottom: 20px;
    }

    .news-right .news-list li a {
        margin-left: 0;
    }

    .news-right .news-list li .item .wz {
        display: block;
    }

    .product-list .item a span {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
    }

    .product-main a.more {
        width: 200px;
    }

    .product-apply {
        padding-top: 20px;
    }

    .news-left .news-content .news-item .news-txt .txt p {
        margin-right: 15px;
    }

    .news-right .news-list li .item .wz {
        margin: 0 0 0 15px;
    }
}

@media (max-width: 500px) {
    .count-list ul li > div .img p {
        width: 40px;
    }

    .count-list ul li > div .img {
        flex: 0 0 30%;
    }

    .count-list ul li > div .wz .title {
        height: 36px;
        line-height: 36px;
        font-size: 24px;
    }

    .count-list ul li > div .wz .title span {
        font-size: 24px;
        line-height: 36px;
    }

    .count-list ul li > div .wz p {
        font-size: 12px;
    }
}



