.banner {
    margin: 0 auto;
    background: #000;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: auto;
}

.banner .swiper-slide {
    overflow: hidden;
    position: relative;
}

.banner .swiper {
    position: relative;
    height: 100%;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    animation: changeScale 1 2.5s;
    z-index: 1;
}

.banner .swiper-slide .text {
    position: absolute;
    top: 36%;
    transform: translateY(-36%);
    left: 12.5%;
    color: #333333;
    z-index: 11;
    width: 75%;
    text-align: right;
}

.banner .swiper-slide .text:after {
    position: absolute;
    top: -0.35rem;
    content: "";
    width: 1.25rem;
    height: 1.39rem;
    right: -0.5rem;
    background: url(../images/banner-icon.png);
    background-size: cover;
display:none;
}

.banner .swiper-slide .text .t1 {
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 0.84rem;
    margin-bottom: 0.05rem;
}

.banner .swiper-slide .text .t1 span {
    color: #004098;
}

.banner .swiper-slide .text .t2 {
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.24rem;
    text-align: right;
}

.banner .swiper-pagination {
    bottom: 5% !important;
}

.banner .swiper-pagination-bullet {
    width: 0.62rem !important;
    height: 0.06rem !important;
    background: #bbc0c2 !important;
    border-radius: 0.5rem;
    opacity: 1;
    transition-duration: .5s;
}

.banner .swiper-pagination-bullet-active {
    width: 0.62rem !important;
    border-radius: 0.5rem;
    background: #008fd5 !important;
}

.pc-banner {
    display: block;
}

.mobile-banner {
    display: none;
}

.intro-warp {
    width: 75%;
    margin: 0 auto;
}

.home-bit {
    display: table;
    margin: 0 auto;
    line-height: 0.64rem;
    position: relative;
    text-align: center;
    font-size: 0.4rem;
    font-weight: bold;
    color: #004098;
}

.about-nub {
    width: 100%;
    padding: 0rem 0 0.25rem 0;
}

.about-nub li {
    width: 33.3333%;
    float: left;
    list-style: none;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.about-nub li .pic {
    width: 100%;
    text-align: center;
    transition-duration: .5s;
}

.about-nub li:hover .pic {
    transform: rotateY(180deg);
}

.about-nub li .pic img {
    display: inline-block;
}

.about-nub li .cl {
    display: inline-block;
    font-size: 0.66rem;
    line-height: 0.66rem;
    color: #111111;
}

.about-nub li .cl sup {
    font-size: 0.36rem;
}

.about-nub li .c2 {
    line-height: 0.18rem;
    font-size: 0.18rem;
    color: #333333;
}


/* Industries */


/* 首页新闻 */

.Menubox1 {
    width: 100%;
    position: relative;
    text-align: center;
    margin-top: 0.35rem;
}

.Menubox1 li {
    display: inline-block;
    width: 1.55rem;
    background: #fff;
    cursor: pointer;
    height: 0.5rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    color: #333333;
    position: relative;
    margin: 0 0.22rem;
}

.Menubox1 li.hover {
    background: #0c4ca3;
    color: #fff;
}

.CbContainer1 {
    position: relative;
}

.CbContainer1 img {
    display: inline-block;
    max-width: 100%;
}

.Contentbox1 {
    clear: both;
    width: 100%;
    min-height: 196px;
}

.home-news {
    width: 100%;
    padding: 0.65rem 0 0.4rem 0;
    background: #f1f1f1;
}

.home-news .swiper-slide {
    padding: 10px;
}

.in-news-more {
    line-height: 0.56rem;
    color: #666666;
    font-size: 0.24rem;
    width: 100%;
    text-align: center;
}

.in-news {
    padding-top: 0.5rem;
    margin-bottom: 0.35rem;
}

.in-news dl {
    overflow: hidden;
    cursor: pointer;
    padding: 0.3rem 0.22rem 0 0.3rem;
    background: #fff;
    transition-duration: .5s;
}

.in-news dl:hover {
    box-shadow: 5px 5px 5px #c3c3c3;
}

.in-news dl dt {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.in-news dl:hover dt img {
    transform: scale(1.1);
}

.in-news dl dt img {
    display: block;
    transition-duration: .5s;
    width: 100%;
}

.in-news dl dd {
    width: 100%;
    background: #fff;
    padding: 0.3rem 0;
}

.in-news dl dd .time {
    line-height: 0.2rem;
    font-size: 0.17rem;
    font-family: "Arial";
    margin-bottom: 0.15rem;
}

.in-news dl dd h1 {
    font-size: 0.24rem;
    line-height: 0.42rem;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0.13rem;
    font-weight: normal;
}

.in-news dl dd .neir {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: none;
}

.in-news dl dd .more {
    width: 1.1rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
    display: table;
    color: #004098;
    border-bottom: 2px solid #004098;
    opacity: 0;
    transition-duration: .5s;
    margin-top: 0.15rem;
    position: relative;
}

.in-news dl dd .more:after {
    width: 0.33rem;
    height: 0.07rem;
    position: absolute;
    content: "";
    right: 0.1rem;
    top: 0.11rem;
    background: url(../images/news-jt.png) no-repeat;
    transition-duration: .5s;
}

.in-news dl:hover dd .more:after {
    right: 0;
}

.in-news dl:hover dd .more {
    opacity: 1;
}


/* 首页新闻 */


/* 营销网络 */

.home-Market {
    padding: 0.65rem 0 0.4rem 0;
}

.home-Market .intro {
    width: 100%;
    text-align: center;
    line-height: 0.5rem;
    color: #333333;
    font-size: 0.18rem;
    margin-bottom: 0.27rem;
}

.home-Market .map {
    width: 93.642%;
    margin: 0 auto;
    position: relative;
}

.home-Market .map img {
    display: block;
    width: 100%;
}

.home-Market .country-name {
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    color: #0c4da2;
}

.cout-dw1 {
    position: absolute;
    right: 27.5%;
    top: 14.5%;
    /* 俄罗斯 */
}

.cout-dw2 {
    position: absolute;
    right: 14%;
    top: 32%;
    /* 韩国 */
}

.cout-dw3 {
    position: absolute;
    right: 12.2%;
    bottom: 16%;
    /* 澳大利亚 */
}

.cout-dw4 {
    position: absolute;
    right: 18.7%;
    top: 46%;
    /* 越南 */
}

.cout-dw5 {
    position: absolute;
    right: 28.8%;
    top: 43%;
    /* 印度 */
}

.cout-dw6 {
    position: absolute;
    right: 42%;
    top: 7%;
    /* 拉脱维亚 */
}

.cout-dw7 {
    position: absolute;
    right: 38.5%;
    top: 14.5%;
    /* 白俄罗斯 */
}

.cout-dw8 {
    position: absolute;
    right: 40%;
    top: 25.5%;
    /* 乌克兰 */
}

.cout-dw9 {
    position: absolute;
    right: 39%;
    top: 40.2%;
    /* 沙特 */
}

.cout-dw10 {
    position: absolute;
    right: 46%;
    top: 54.5%;
    /* 尼日利亚 */
}

.cout-dw11 {
    position: absolute;
    right: 51.5%;
    top: 36.5%;
    /* 阿尔及利亚 */
}
.cout-dw11-1 {
    position: absolute;
    right: 51%;
    top: 19%;
    /* 法国 */
}
.cout-dw11-2 {
    position: absolute;
    right: 21.5%;
    top: 43%;
    /* 泰国 */
}
.cout-dw12 {
    position: absolute;
    left: 26%;
    bottom: 27%;
    /* 巴西*/
}

.cout-dw13 {
    position: absolute;
    left: 16%;
    bottom: 44%;
    /* 哥斯达黎加*/
}

.cout-dw14 {
    position: absolute;
    left: 11%;
    top: 40.5%;
    /* 墨西哥*/
}

.cout-dw15 {
    position: absolute;
    left: 14%;
    top: 31%;
    /* 美国*/
}

.cout-dw16 {
    position: absolute;
    left: 14%;
    top: 20.5%;
    /* 加拿大*/
}

.home-Market .drop {
    width: 17px;
    height: 17px;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
}

.home-Market .drop:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: #0c4da2;
    -webkit-animation: rectangleimg 2s linear infinite;
    animation: rectangleimg 2s linear infinite;
    border-radius: 100%;
}

.map-kr-marker {
    position: absolute;
    top: 31.4%;
    right: 21.5%;
    width: 17px;
    height: 17px;
}

.map-kr-marker .kr-tit {
    float: left;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
}

.kr-round-ani {
    position: relative;
    float: left;
    width: 70px;
    height: 70px;
    transform: rotate(90deg) translateX(20px);
    -webkit-transform: rotate(90deg) translateX(20px);
}

.kr-round-ani span {
    display: block;
    position: absolute;
    top: 17px;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    -o-border-radius: 100em;
    border-radius: 100em;
    background: #183883;
    -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
    animation: ball-scale-multiple 3s 0s linear infinite;
}

.kr-round-ani b {
    width: 17px;
    height: 17px;
    -webkit-border-radius: 100em;
    -moz-border-radius: 100em;
    -o-border-radius: 100em;
    border-radius: 100em;
    background: #183883;
    position: absolute;
    top: 19px;
    left: 15px;
    z-index: 99;
}


/* 生产基地 */

.home-company {
    width: 100%;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.company-pic {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.company-pic img {
    display: block;
    width: 100%;
    animation: run 12s linear infinite;
}

.home-company .left {
    width: 61%;
    position: relative;
    z-index: 2;
    padding: 1.6rem 10% 0 10%;
}

.home-company .left h1 {
    line-height: 0.76rem;
    font-size: 0.4rem;
    margin-bottom: 0.18rem;
}

.home-company .left .bit {
    line-height: 0.52rem;
    font-size: 0.24rem;
    margin-bottom: 0.15rem;
}

.home-company .left .neir {
    line-height: 0.34rem;
    font-size: 0.18rem;
    margin-bottom: 0.35rem;
}

.home-company .left .an {
    width: 1.6rem;
    line-height: 0.5rem;
    color: #fff;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 0.18rem;
    background: #004098;
}

.home-company .right {
    width: 39%;
    border-left: 1px solid #a2acb3;
    position: relative;
    z-index: 2;
}

.home-company .right li {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 0.4rem;
    height: 3.75rem;
    transition-duration: .5s;
    cursor: pointer;
}

.home-company .right li h1 {
    display: inline-block;
        width: 100%;
        font-size: 0.2rem;
        line-height: 0.54rem;
        font-weight: normal;
        margin-bottom: 0;
}

.home-company .right li p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    opacity: 0.8;
}

.home-company .right li:hover {
    background: rgba(58, 162, 12, 0.68);
}

.home-company .right li:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #a2acb3;
}

.home-company .right li:nth-child(2) {
    border-right: 1px solid #a2acb3;
}

.home-company .right li:nth-child(2) p,
.home-company .right li:nth-child(3) p {
    width: 80%;
    margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
    .intro-warp {
        width: 86%;
    }
    .map-kr-marker {
        top: 30.5%;
        right: 22%;
    }
    .home-Market .drop {
        width: 15px;
        height: 15px;
    }
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 760px) {
    .intro-warp {
        width: 94%;
    }
    .Menubox1 li {
        width: auto !important;
		padding:0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .in-news dl dd h1 {
        font-size: 20px;
    }
    .in-news dl dd .neir {
        font-size: 16px;
        line-height: 26px;
    }
    .in-news-more {
        line-height: 50px;
        font-size: 18px;
    }
    .home-Market .intro {
        line-height: 22px;
        font-size: 15px;
    }
    .home-company .left {
        width: 100%;
        padding: 30px;
    }
    .company-pic img {
        height: 100%;
    }
    .home-company .right {
        width: 100%;
    }
    .home-company .right li {
        width: 100%;
        height: auto;
        padding: 20px 0;
        border-top: 1px solid #a2acb3;
    }
    .home-company .left .bit,
    .home-company .right li h1 {
        font-size: 18px;
    }
    .home-company .left .neir,
    .home-company .right li p {
        line-height: 26px;
        font-size: 15px;
    }
    .home-company .left .an {
        width: 120px;
        line-height: 40px;
        font-size: 15px;
    }
    .home-company .right li:nth-child(1) {
        border-bottom: none;
    }
    .banner .swiper-slide .text .t1 {
        font-size: 24px;
    }
    .banner {
        padding-top: 60px;
    }
}


/* 生产基地 */

@keyframes ball-scale-multiple {
    0% {
        width: 17px;
        height: 17px;
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    }
}


/* 营销网络 */

@-webkit-keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 #0c4da2;
        box-shadow: 0 0 0 0 #0c4da2
    }
    50% {
        -webkit-box-shadow: 0 0 0 13px rgba(12, 77, 162, .5);
        box-shadow: 0 0 0 13px rgba(12, 77, 162, .5)
    }
    90% {
        -webkit-box-shadow: 0 0 0 13px rgba(12, 77, 162, .0);
        box-shadow: 0 0 0 13px rgba(12, 77, 162, .0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 13px rgba(12, 77, 162, .0);
        box-shadow: 0 0 0 13px rgba(12, 77, 162, .0)
    }
}

@keyframes rectangleimg {
    0% {
        -webkit-box-shadow: 0 0 0 0 #0c4da2;
        box-shadow: 0 0 0 0 #0c4da2;
    }
    50% {
        -webkit-box-shadow: 0 0 0 13px rgba(12, 77, 162, .5);
        box-shadow: 0 0 0 13px rgba(12, 77, 162, .5)
    }
    90% {
        -webkit-box-shadow: 0 0 0 13px rgba(12, 77, 162, .0);
        box-shadow: 0 0 0 13px rgba(12, 77, 162, .0)
    }
    100% {
        -webkit-box-shadow: 0 0 0 13px rgba(12, 77, 162, .0);
        box-shadow: 0 0 0 13px rgba(12, 77, 162, .0)
    }
}

@keyframes rotating {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes toleft {
    0% {
        right: -100%;
        opacity: 0;
    }
    100% {
        right: -1.25rem;
        opacity: 1;
    }
}

@keyframes run {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.04);
    }
    50% {
        transform: scale(1.08);
    }
    75% {
        transform: scale(1.04);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes wordsLoop {
    0% {
        left: 0;
    }
    100% {
        left: -100%;
    }
}