@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}



body {
    background: #fff;
    font-size: 16px;
    color: #000;
}

img {
    border: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #000;
}
.top1{
    width: 100%;
    background: white;
}
.top{
    height: 120px;
    display: flex;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.menu-mobile{
    display: none;
}
.menu-f{
    display: flex;
    align-items: center;
}

.searchbox{
    width: 195px;
    height: 40px;
    border-radius: 22px;
    border: 1px solid #333333;
}
.wp-search{
    display: flex;
}
.search-btn{
    width: 45px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-submit{
    width: 20px;
    background: url("../images/search.png") no-repeat;
    background-size: 18px 18px;
    border: none;
    outline: none;
}
.search-input{
    width: 150px;
    height: 40px;

}
.search-title{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 22px;
}
.menu{
    margin-left: auto;
    margin-right: 10px;
}
.menu a{
    padding: 0 28px;
}
.menu a:hover{
    color: #df0615;
}
.lunbo{
    width: 100%;
}
.lunbo img{
    width: 100%;
}
.swiper-wrapper{
    height: auto !important;
}
.swiper-slide{
    height: auto !important;
}
.company-box{
    width: 100%;
    background: url("../images/companybg.png") bottom no-repeat ;
    background-size: 100%;
    height: auto;
    margin: 30px auto;
}
.company{
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    margin: 0 auto;
    max-height: 500px;
    height: 100%;
}

.company-f{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40%;
}
.company-r{
    width: 55%;
    height: 100%;
}
.company-name{
    font-size: 40px;
    line-height: 60px;
    text-align: center;
}
.company-info{
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    margin: 30px 0;
}
.company-btns{
    display: flex;
    align-items: center;
    justify-content: center;
}
.company-btn{
    width: 164px;
    height: 58px;
    background: linear-gradient(142deg, #FF706D 0%, #FF3E35 100%);
    border-radius: 35px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    margin-right: 30px;
}
.company-btn img{
    height: 28px;
    margin-right: 10px;
}
.my-video-dimensions{
    width: 100% !important;
    height: 100% !important;
}

.datu{
    width: 100%;
    height: auto;

}
.datu img{
    width: 100%;
}
.product-box{
    width: 98%;
    margin: 40px auto 60px;

    position: relative;
}
.product-box1{
    width: 92%;
    margin: 0 auto;
}
.product-list{
    height: auto !important;
}
.product-index-info{

}
.product-index-img{
    width:88%;
    height:88%;
    overflow: hidden;
}
.product-index-img img{
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    display: block;
}

.product-index-img img:hover {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.product-index-name{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: black;
    line-height: 50px;
}
.product-index-note{
    text-align: center;
    color: #666666;
    font-size: 16px;
}
.jiantou-btn{
    color: #333333 !important;
}
.bottom{
    width: 100%;
    height: 251px;
    background: #272727;
}
.bottom1{
    width: 90%;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.bottom-menu{
    margin-right: 10px;
    display: flex;
}
.bottom-menu a{
    padding: 0 28px;
    color: #FFFFFF;
}
.fen{
    color: #999999;
}
.fen:last-child{
    display: none;
}
.xian{
    width: 100%;
    height: 1px;
    background: #FFFFFF;
}
.bottom2{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    font-size: 16px;
}
.mobile-box{
    display: none;
}
@media screen and (max-width: 1660px){
    .en-menu a {
        padding: 0 18px;
    }
}
@media screen and (max-width: 1500px){
    .en-menu a {
        padding: 0 12px;
    }
    .top{
        width: 94%;
    }
}
@media screen and (max-width: 1344px){
    .menu a {
        padding: 0 16px;
    }
    .en-menu a {
        padding: 0 6px;
    }
}
@media screen and (max-width: 1200px){
    .menu-mobile{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu-mobile img{
        width: 50%;
        cursor: pointer;
    }
    .menu-f{
        display: none;
    }
    .mobile-box{
        display: block;
    }
    .pc-box{
        display: none;
    }
    .mobile-menu{
        display: none;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
        -webkit-transition: all ease 0.5s;
        z-index: 1000;
        opacity: 1;
        visibility: visible;
        margin-top: 0;
        overflow-y: auto;
    }
    .mobile-menu-top{
        height: 60px;
        box-sizing: border-box;
        background: black;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .menu-close{
        margin-right: 10px;
    }
    .menu-close img{
        width: 28px;
    }
    .menu-f1 {
        width: 100%;
        margin: 10px auto;
    }
    .menu-f1 .menu{
        margin: 0;
    }
    .menu-f1 .menu a{
        width: 90%;
        font-size: 18px;
        padding: 10px 0;
        display: block;
        margin: 0 auto;
    }
    .searchbox {
        width: 90%;
        height: 40px;
        border-radius: unset;
        border: none;
        border-bottom: 1px solid #333;
        margin: 20px auto 0;
    }
    .wp-search {
        display: flex;
        justify-content: center;
    }
    .search-input{
        width: 180px;
        height: 40px;

    }
}

@media screen and (max-width: 768px){
    .top{
        width: 90%;
        height: 100px;
    }
    .logo img{
        width: 70%;
    }
    .menu-mobile img{
        width: 28%;
        cursor: pointer;
    }
    .company-box{
        margin: 20px 0;
    }
    .company{
        padding: 10px 0;
        flex-direction: column;
        max-height: unset;
        height: auto;
    }
    .company-name {
        font-size: 28px;
        line-height: 40px;
        text-align: center;
    }
    .company-f{
        width: 94%;
        margin: 0 auto;
    }
    .company-btns{
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .company-btn {
        width: 144px;
        height: 44px;
        font-size: 14px;

    }
    .company-info {
        font-size: 16px;
        text-align: center;
        line-height: 28px;
        margin: 22px 0;
    }
    .company-r{
        width: 100%;
        margin-top: 20px;
        height: 200px;
    }
    .product-box {
        width: 98%;
        margin: 40px auto 28px;
        position: relative;
    }
    .product-index-img{
        width: 88%;
        height: 178px;
        overflow: hidden;
    }
    .product-index-name {
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: black;
        line-height: 1.8;
        margin-top: 10px;
    }
    .product-index-note {
        text-align: center;
        color: #666666;
        font-size: 14px;
        margin-top: 8px;
    }
    .swiper-button-next, .swiper-button-prev {
        position: absolute;
        top: 25%;
    }
    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
    }
    .bottom1{
        display: none;
    }
    .bottom{
        height: auto;
    }
    .bottom .xian{
        display: none;
    }
    .bottom2{
        width: 90%;
        margin: 0 auto;
        font-size: 14px;
    }

}