/* -------------------------------------------------------------------------- */
/*	CSS Reset
/* -------------------------------------------------------------------------- */


html,
body {
    border: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
    border: none;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-align: inherit;
}

blockquote::before,
blockquote::after {
    content: "";
}

a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
}

.index-content {
    /*background: rgb(0 0 0 / 46%);*/
    /*padding: 10px;*/
    /*border-radius: 18px;*/
}




/*sp-移动端*/
@media (max-width: 900px)  {
    .sp-only{
        display: block;
    }
    .pc-only{
        display: none!important;
    }
    .header{
        position: fixed;
        background-color:#1a323f;
        z-index:999;
        width:100vw
    }

    .change-lang{


    }


    .big-into-img{
        position:fixed;
        display: flex;
        justify-content: center;
        align-content: center;
        width: 100vw;
        background: rgba(169, 169, 169, 0.63);
        z-index: 9999;
        flex-flow: column;
        height: 100vh;
    }

    .big-into-img img{
        display: flex;
        justify-content: center;
        align-content: center;
        width: 100%;
        padding: 20px;
    }
    .container{
        padding: 0;
        margin: 0;
    }
    .header .container
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0;
        padding: 10px 20px;

    }
    .baidu-map #container div{
        z-index: 0!important;
    }

    .header .container .new-search .search_input{
        border-radius: 18px;
        height: 35px;
        outline: unset;
        border: unset;
        padding: 5px 10px;
        width: 40vw;

    }

    .header .container .logo{
        width: 50px;
        height: 50px;
    }
    .header .container .logo >img{
        width: 100%;
    }

    .header .container .sp-list{
        position: fixed;
        background-color: #1a323f;
        color: white;
        width: 100vw;
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*flex-flow: column;*/
        z-index: 9999;
        display: none;
        top: 70px;
        left: 0;
        /*overflow: hidden;*/
        /*opacity: 0.9;*/
    }
    .header .container .sp-list:after{
        position: relative;
        display: block;
        content: '';
        height: 100vh;
        width: 100vw;
        background: rgb(0, 0, 0);
        opacity: 0.1;
        bottom: 0;


    }



    .sp-list >.menu-item {
        width: 100%;
        text-align: center;
        padding: 20px;
        font-size: 22px;
    }



    /*index*/
    .intro{
        padding-top:70px;
        background: white;
    }
    .intro .container {

    }

    .sp-index-edit{
        padding-top: 70px;
    }
    .intro .container .right{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: column;
        text-align: center;
        /*height: 300px;*/
        color: white;
        font-size:14px;
        padding: 20px 0;
    }
    .intro .container .right h1{
        font-size: 28px;
        color: white;
    }
    .intro .container .right .tips{
        padding: 20px;
        font-size: 14px;
        text-align: left;
    }

    .intro .container .right .more-btn{
        background: #0a5ba6;
        width: 150px;
        padding: 5px;
        display: flex;
        justify-content: center;
        align-content: center;
        flex-flow: row;

    }
    .intro .container .right .more-btn i{
        display: contents;
    }

    .intro .container .show-video video
    {
        width: 100vw;
    }

    .full-product-list{
        display: flex;
        flex-flow: column;
        align-content: center;
        justify-content: center;

    }


    .full-product-item .index-content {
        background: #0a4b3e;
        color:white!important;
        font-size: 14px;
        padding: 20px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }
    .full-product-item .index-content .title{
        font-size: 28px;
        text-align: center;
        width: 100%;
        padding: 10px 0;

    }
    .full-product-item .index-content .tips{
        font-size: 14px;
        width: 100%;
        text-align: center;
        padding: 0 10px;
          }

    .index-content .more-btn{
        background: #0a5ba6;
        width: 150px;
        height: 30px;
        color: white;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid white;
        margin: 15px 0;
    }
    .show-image{
        width: 100vw;
    }


    .footer{

        display: flex;
        flex-flow: column;
        background: #1a323f;
        justify-content: center;
        align-items: center;
        color: white;
    }
    .footer .left{
        width: 100%;
        text-align: center;
        padding: 10px;
    }
    .head-title{
        font-size:20px;
        padding: 5px 0;

    }
    .left .context{
        text-align: left;
       padding: 10px;

    }
    .left .contact{
        text-align: left;
        padding: 5px;
    }

    .footer .mid{
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }


    .footer .mid ul{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        width: 100%;
        padding: 5px 0;
        list-style:none;//去掉标签里默认的左边符号
        /*display:flex;*/
        /*flex-wrap:wrap;*/


    }
    .footer .mid ul li{
        list-style-type:none;
        //去掉标签默认的左边符号
         text-align:center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer .mid ul li:hover{
        cursor: pointer;
        color:#0a5ba6;
    }
    .footer .mid ul li:before{
        content:"|";
        font-size:12px;
        color: #ffffff;
        padding-right:8px;
    }
    .footer .mid ul li:last-child::after  {
        content:"|";
        font-size:12px;
        color: #ffffff;
        padding-left:8px;
    }

    .footer .right div
    {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        /*height: 100px;*/
    }

   .copyright{
        padding: 10px 0;
       height: 100px;
       justify-content: center;
       align-items: center;
       display: flex;
       flex-flow: column;


    }

/*   PROUDCUT LIST 产品*/
   .pro-set{
       color: white;
       background:#2e2e2ec7;
       width: 100%;
   }

    .contanct-title{
        font-size: 24px;
        width: 100%;
    }
    .contanct-tips{

        width: 100%;
    }
    .sp-prohead{
        padding: 10px;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: flex-start;*/
        /*flex-flow: column;*/
    }

    .gird-pordutc{
        padding: 20px;
    }
    .gird-pordutc .contanct{
        border: 1px solid #dadada;
        border-radius: 18px;
        padding: 20px;
        box-shadow: 1px 1px 8px 1px #d2d2d2;
        position: relative;
    }
    .gird-pordutc .contanct p{
        color: red;
        font-size: 20px;
        padding:5px;
    }
    .gird-pordutc .contanct span{
        color:#777;
        padding:5px;
    }
    .gird-pordutc .btn-cls{
        position: relative;
        /*transform: translate(50%,50%);*/
        top: -70px;
        left: 29%;
        border-radius: 5px;
        background: #0a4b3e;
        color: white;
        font-size: 14px;
        width: 150px;
        padding: 10px;
        text-align: center;
        z-index: 99;
    }

/*sku 分类*/
    .sku-seciton{

    }
    .sku-allbox{
        background: #fff;
    }
    .sku-info{
        background: #fff;
    }

    .sp-textbox-style img{
        width: 100%;
    }
    .up-sku-info{
        padding:20px 0;
    }
    .up-sku-info p{

        color: red;
        font-size: 18px;
        border-bottom: 1px solid #acacac;
        width: 100%;
        padding-bottom: 3px
    ;
    }
    .up-sku-info>span{
        display: block;
        padding-top:10px;
        color: #777777;
        font-size: 14px;
    }
    .up-sku-info>span span{
        color: #000000;
    }
    .down-sku-info{
        color: red;
        font-size: 18px;
    }

    .sku-info-box{
        padding: 10px;
    }
    .down-sku-info .sku-cotact{
        padding: 5px 0;
        border-bottom: 1px solid #acacac;
        margin-bottom:5px ;
    }

    .sku-info{
        padding: 10px;
    }

    .sku-info .sku-info-title{
        width: 100%;
        border-bottom: 1px solid #acacac;
        padding: 5px 0;
    }
    .sku-info-title span{
        padding: 8px 30px;
        background: #0a4b3e;
        color: white;
        font-size: 18px;;
    }

    .sku-general-info{
        padding: 15px 0;
    }
    .sku-general-info >p{

        font-size: 16px;
        color: #000;
        font-weight: 700;
        position: relative;
        width: max-content;
    }
    .sku-general-info >p:first-child::after{
        content: "";
        border-bottom: 1px solid #0a4b3e;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
    }.sku-general-info p:hover{
         width: max-content;

     }

    .sku-general-info div{

        color: #666;
        padding: 10px 0;
    }
    .img-grid {
        display: grid;
        align-items: center;
        grid-template-columns: 400px 400px 400px;
        /*grid-template-rows: 50px 50px;*/
        margin: 20px 0 20px 0;

    }

    .img-text-box > .img-box{
        /*width: 46vw;*/
        padding: 10px;
    }


    .img-text-box > .contact-box{
        /*width: 46vw;*/
        padding: 10px 20px;
    }

    .img-text-box > .contact-box img{
        width: 100%;
    }

    .img-text-box > .contact-box .img-box{
        width: 100%;
    }
.about-us-big-title{
    font-size: 24px;
    text-align: center;
    width: 100%;
}

.gird-honor{
    display: grid;
    grid-template-columns:50% 50%;
    /*gap: 10px;*/
    padding: 10px;
}
.honor-box{
    padding: 10px;
}

.sp-line{
    border-top: 1px solid #c7c7c7;
    padding-top: 20px;
}
.sp-dev{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-flow: column;
}
    .sp-dev> .boxs{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        flex-flow: column;
        padding-top: 20px;


    }

.sp-dev p
{
    border-radius: 18px;
    width: 100px;
    color: white;
    background: #0a4b3e;
    text-align: center;
    margin: 10px 0;


}

    .sp-dev span{
        width: 100%;
        color: #777;
        padding:5px;
        }

/*    contact*/


    .baidu-map #container{
        /*地图(容器)显示大小*/
        /*width:100vw;*/
        height:400px;
        border: 1px solid #eaeaea;
        box-shadow: 0 0 1px 1px #eaeaea;
    }

/*    contact 联系我们*/
    .contact-us{
        padding:20px

    }
    .contact-us .contact-up{
        /*border: 1px solid rgba(126, 126, 126, 0.63);*/
        box-shadow: 1px 1px 6px 0px rgba(119, 119, 119, 0.71);
        border-radius: 8px;
        padding: 5px;
    }
    .contact-up-left{
        border-bottom: 1px solid #e0e0e0;
        color:#777;
        background: #fff;
        padding: 10px;

    }

    .contact-up-textbox{
        border-bottom: 1px dotted #c7c7c7;


    }
    .contact-up-textbox p{
        padding: 5px ;
    }
    .contact-up-textbox p:first-child{
        color: #791b1b;
        font-size: 18px;
        padding: 5px ;
    }


    .contact-me-img{
        background: #fff!important;
    }


    .sp-contact-icon{
         display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .sp-contact-icon span{
        padding: 0 5px;
    }

    .contact-down-textbox{
        padding: 10px;
    }


    .contact-down-textbox .title-text{
        font-size: 16px;
        display: flex;
        justify-content: flex-start;
        align-content: center;
        line-height: 2em;
    }
.down-icon svg{
    margin: 0 5px;
}

.sp-wtime{
    padding: 10px 0;
    display: inline-block;
}


.sp-color-title{
    color: black;
    font-weight: 700;
    font-size: 16px;
    min-width: 100px;
}

.up_msg{
    padding: 10px;
}

.title-msg{
    font-size: 18px;color: #7c7c7c;padding:5px 0 15px
}
    .sp-up-msg-input input{
        outline: unset;
        padding:5px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #d2d6de;
    }
    .title-msg textarea{
        outline: unset;
        padding:5px;
        width: 100%;
        border-radius: 5px;
        border: 1px solid #d2d6de;
        font-size: 14px;
        resize: none;
    }

    .items-style{
        display: flex;
        justify-content: space-between;
        align-content: center;
    }
    .items-style input{

        outline: unset;
        padding:5px;
        width: 60%;
        border-radius: 5px;
        border: 1px solid #d2d6de;
    }

    .items-style img{
        width: 100px;
        height: 33px;
    }
.input-group-addon{
    display: flex;
    align-content: center;
    justify-content: center;
    width: 102px;

}
    .input-group-addon:last-child{
        border-left:1px solid #ccc;
        padding: 0;
    }


.btn-up{
    width: 100px;
    border-radius: 3px;
    background: red;
    color: white;
    font-size: 18px;
    height: 33px;
    text-align: center;
}

    .sp-up-btn{
        text-align: center;
    }

/*    搜索结果*/


    .result-ul {
        /*display: grid;*/
        /*grid-template-columns: repeat(4, 300px);*/
        /*grid-template-rows:repeat(1,300px);*/
        /*gap: 10px;*/
        /*width: 1200px;*/
        padding: 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: column;
    }
    .result-ul div{
        /*background: #000;*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
        width: 100%;
        position: relative;
        padding: 10px ;

    }
    .result-ul div p{
        position: absolute;
        background: rgba(0, 0, 0, 0.39);
        color: white;
        bottom: 10px;
        left: 10px;
        text-align: center;
        width: calc(100% - 20px)
    }

    .search_head{
        width: 100vw;
        height: 240px;
        background:url('/uploads/20230131/18549610.jpg');
        background-size: cover;
        background-position-y:300px ;
        position: relative;
    }
    .search_head:after{
        content: "搜索结果";
        font-size: 36px;
        color: white;
        bottom: 20px;
        left: 20px;
        position: absolute;
    }

    .gird-img{
        padding: 20px;
    }
    .sku-left-img{
        padding: 20px;
    }
}

/*PC 电脑端-style*/
@media (min-width: 901px) {
    .sp-only{
        display: none!important;
    }
    .pc-only{
        display: block;
    }
    .header {
        position: fixed;
        top: 0;
        background-color: #1a323f;
        color: white;
        display: flex;
        justify-content: center;
        z-index: 999;
        width: 100vw;
    }


    .list-bg {
        background-color: #28475b;;
        /*border-bottom:1px dotted #eaeaea*/
    }

    .header .container {
        width: 90vw;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
    }

    .header .container .logo {
        width: 20vw;
        max-width: 100px;
        height: 100px;
    }

    .header .container .logo img {
        width: 100%;
    }

    .header .container .top-menu {
        display: flex;
        width: 60vw;
        margin: 0 50px;
        max-width: 700px;
        justify-content: space-between;
        align-items: center;
    }

    .header .container .top-menu .menu-item {
        cursor: pointer;
        font-weight: bold;
        transition: all 300ms ease-in-out;
    }

    .header .container .top-menu .menu-item:hover {
        color: #4e6ef2;
    }

    .header .container .new-search {
        display: flex;
    }

    .header .container .new-search i {
        color: white;
        font-size: 30px;
        padding: 0 20px;
        cursor: pointer;
        transition: all 100ms ease-in-out;
        position: relative;
        top: 0;
    }

    .header .container .new-search i:hover {
        top: -2px;
        color: #4e6ef2;
    }

    .header .container .search-area .language-btn {
        margin-bottom: 12px;
    }

    .header .container .search-area .language-btn span {
        cursor: pointer;
        font-size: 14px;
        padding: 0 16px;
        transition: all 200ms ease-in-out;
    }

    .header .container .search-area .language-btn span:hover {
        color: #4e6ef2;
    }

    .header .container .search-area .search {
        position: relative;
    }

    .header .container .search-area .search .search-input {
        border: none;
        outline: none;
        background-color: #666666;
        padding: 6px 12px;
        border-radius: 40px;
        color: #F2F2F2;
    }

    .header .container .search-area .search .search-input::placeholder {
        color: #888;
        font-size: 12px;
    }

    .header .container .search-area .search i {
        padding: 6px 12px 6px 10px;
        font-size: 15px;
        border-bottom-right-radius: 40px;
        border-top-right-radius: 40px;
        background-color: black;
        position: absolute;
        right: 0;
        cursor: pointer;
    }

    .header .container .search-area .search i:hover {
        background-color: #222;
    }




    .mt-120{
        margin-top: 120px;
    }
    .pro-box {

        width: 100%;
        position: relative;
        height: 20vw;
        background-size: cover

    }

    .pro-text {
        max-width: 1200px;
        width: 100%;
        /*display: flex;*/
        color: white;
    }

    .pro-text > div > p {
        padding: 20px 0;
        font-size: 30px
    }

    .pro-text > div > div {
        /*width: 30vw;*/
        padding: 20px 0
    }

    .case-img {
        width: 300px;

    }

    .gird-box {

        display: grid;
        align-items: center;
        grid-template-columns: 400px 400px 400px;
        /*grid-template-rows: 50px 50px;*/
        margin: 20px 0 150px 0;

    }

    .gird-box > div {
        /*background: gray;*/
        text-align: center;
        font-size: 24px;
        /*grid-gap: 10px;*/
        margin: 30px 0;

    }

    .gird-img {
        padding: 20px;
    }

    .gird-pordutc {
        position: relative;
        /*height: 200px;*/
        display: flex;
        justify-content: center;
        /*align-items: center;*/
        /*flex-flow: column;*/
    }

    .btn-cls {
        position: absolute;
        background: #0a4b3e !important;
        color: white;
        border-radius: 5px;
        width: 150px;
        height: 40px;
        bottom: 15%;
        right: 0px;
        box-shadow: 2px 2px 4px 1px rgba(13, 13, 13, 0.55);
        font-size: 16px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;


    }

    .section-pro {
        /*max-width: 1200px;*/
        width: 100vw;
        margin-top: 120px
    }

    .gird-pordutc > .contanct {

        font-size: 12px;
        border-radius: 5px;
        box-shadow: 1px 1px 5px 1px #dfdfdf;
        background: #fff;
        height: 180px;
        color: #777777;
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-flow: column;
        padding: 30px;
        width: 340px;
    }

    .gird-pordutc > .contanct > p {
        color: red;
        font-size: 20px;
        text-align: left;
    }
    .gird-pordutc > .contanct > span {
        padding: 10px 0;
        text-align: left;
    }
    .pro-set {
        width: 100vw;
        background: #28475b;
        bottom: 0;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0.8;
        height: 20vw;
    }


    .pc-row-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pc-col-center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: column;
    }

    .pc-row-between {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .intro {
        display: flex;
        justify-content: center;
        background-size: cover;
        background-position: center;
        position: relative;

    }

    /*about start*/
    .container-about {
        height: 10vw;
        position: absolute;
    }

    .about-top {
        display: flex;
        height: 30vw;
        width: 100vw;

    }


    .contact-us {
        top: 15vw;
        width: 90vw;
        width: 1200px;
        border-radius: 5px;
        border: 1px solid #d5d5d5;
        background: #fff;
        /*height: 50vw;*/
        position: absolute;
        z-index: 999;
        box-shadow: 0px 0px 1px 1px #ebebeb;

    }

    .hide-transparent {
        display: none!important;
    }

    .pro-head-contact{
        overflow: scroll;
        overflow-x: hidden;
        overflow-y: auto;
        /*height: 625px;*/
    }
    .pro-head-contact::-webkit-scrollbar{
        display: none;
    }

    .search_input {
        border-radius: 25px;
        width: 140px;
        outline: unset;
        padding: 5px 20px;
        height: 40px;
        border: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        color: black;

    }

    .contact-up {
        width: 100%;
        align-items: flex-start;
    }

    .contact-up-left {
        display: flex;
        padding: 40px 20px;
        height: 416px;
        border: 1px solid #efefef;
        margin: 30px 0 0 60px;
        /*max-width: 300px;*/
        /*min-width: 20vw;*/
        /*height: 250px;*/
        width: 400px;
        justify-content: flex-start;
    }

    .contact-up-right {
        display: flex;
        padding: 20px 20px 60px 20px;
        width: 40vw;
    }

    .line-ne {

        width: 100%;
        padding: 30px 0;

        border-bottom: 1px dotted #eaeaea;
        /*margin: 0 5px;*/
    }

    .big-title {
        font-size: 36px;
    }

    .title-text {

        font-size: 22px;
    }

    .context-text {
        font-size: 14px;
    }

    .color-grey {
        color: grey;
    }

    /*about end*/
    .contact-up-textbox {

        padding: 10px;
        border-bottom: 1px dotted grey;
        width: 100%;
    }

    .contact-up-left p {
        padding-top: 15px;
    }

    .contact-down-textbox {
        align-items: flex-start;
        width: 100%;


    }

    .up_msg {
        border: 1px solid #efefef;
        padding: 40px 30px;
        margin: 30px 60px 0 0;
        width: 600px;
        height: 416px;
        justify-content: flex-start;
    }

    .up_msg input {
        padding: 10px;
        /*width: 100%;*/
        width: 48%;
        outline: unset;
        border: unset;
        background: #edf1f5;
        margin: 5px 0px;
        font-size: 14px;
        height: 40px;

    }

    .up_msg div {
        width: 100%;
    }

    .up_msg textarea {
        padding: 5px 10px;
        background: #edf1f5;
        font-size: 14px;
        /*margin: 5px 4px;*/
        border: unset;
        outline: unset;
        width: 100%;
        resize: none;
        height: 113px;
        font-family: "";

    }

    .btn-up {
        padding: 10px 25px;
        color: white;
        background: #ec2929;

    }

    .intro .container {
        width: 90vw;
        display: flex;
        justify-content: space-between;
        max-width: 1200px;
        padding: 10vw 0;
    }

    .intro .container .show-video {
        width: 60vw;
        height: 34vw;
        max-width: 700px;
        max-height: 400px;
    }

    .intro .container .show-video video {
        width: 100%;
    }

    .intro .container .right {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 28vw;
        max-width: 430px;
    }

    .intro .container .right h1 {
        font-size: clamp(30px, 4vw, 50px);
        font-weight: bold;
        color: white;
        cursor: default;
        position: relative;
        z-index: 3;
    }

    .intro .container .right h1::before {
        content: "MINGHONG";
        position: absolute;
        left: 0;
        top: -20px;
        z-index: -1;
        transform: scale(1.5);
        opacity: 0.2;
        -webkit-text-fill-color: transparent;
        color: #666666;
        -webkit-text-stroke-color: #666666;
        -webkit-text-stroke-width: 1px;
        -moz-text-stroke-color: #666666;
        -moz-text-stroke-width: 1px;
        -moz-text-fill-color: transparent;
    }

    .intro .container .right .tips {
        padding: 12px 0 30px 0;
        color: white;
        line-height: 30px;
    }

    .intro .container .right .more-btn {
        background-color: #4e6ef2;
        color: white;
        padding: 14px 0;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        max-width: 170px;
        width: 13vw;
        transition: all 100ms ease-in-out;
        position: relative;
        top: 0;
    }

    .intro .container .right .more-btn i {
        position: relative;
        top: 2px;
        font-size: 18px;
    }

    .intro .container .right .more-btn:hover {
        top: -3px;
        background-color: #11111f;
        color: #4e6ef2;
    }


    .full-product-list .full-product-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .full-product-list .full-product-item .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 90vw;
        max-width: 1200px;
        padding: calc(2vw + 10px) 0;
        padding-top: 9vw;

    }

    .full-product-list .full-product-item:nth-child(even) > .container {
        flex-flow: row-reverse !important;
    }

    .full-product-list .full-product-item:last-child {
        padding-bottom: 9vw;
    }

    .full-product-list .full-product-item .container .title {
        text-align: center;
        font-size: clamp(20px, 1.8vw, 30px);
        /*padding-bottom: 3vw;*/
        padding: 10px 0;
        font-weight: bold;
        color: white;
    }

    .full-product-list .full-product-item .container .tips {
        /*width: 60vw;*/
        /*max-width: 600px;*/
        text-align: center;
        font-size: 14px;
        /*max-height: 185px;*/
        overflow: scroll;
        overflow-y: auto;
        overflow-x:hidden;
        padding: 0 20px;
        color: white;

    }
    .full-product-list .full-product-item .container .tips::-webkit-scrollbar{

        display: none;
    }




    .full-product-list .full-product-item .container .more-btn {
        background-color: #444444;
        color: white;
        padding: 8px 0;
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        max-width: 170px;
        min-width: 120px;
        width: 13vw;
        transition: all 100ms ease-in-out;
        position: relative;
        top: 0;
        margin: 20px 0;
    }

    .full-product-list .full-product-item .container .more-btn:hover {
        top: -3px;
        background-color: #666666;
        box-shadow: 1px 1px 20px 1px #3a3a3a52;

    }

    .full-product-list .full-product-item .container .show-image {
        width: 90vw;
        max-width: 500px;
        margin: 0 20px;
        box-shadow: 20px 20px 50px 1px #33333375;
        height: 320px;
        overflow: hidden;
    }

    .left-other {
        box-shadow: 19px 20px 50px 0px rgb(0 0 0 / 51%);
        background: rgb(255 255 255 / 10%);
        border-top: 1px solid rgb(255 255 255 / 49%);
        border-left: 1px solid hsl(0deg 0% 100% / 49%);
        backdrop-filter: blur(5px);
        /* overflow: hidden; */
        padding: 0 15px;
        min-height: 322px;
    }

    .full-product-list .full-product-item .container .show-image img {
        width: 100%;
    }

    .v-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .h-center {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .about-us-big-title {
        text-align: center;
        padding: 40px 0;
        font-size: 36px;
    }

    .under-line {
        border-bottom: 1px solid #eaeaea;
    }


    footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        /*background: url('/uploads/20230211/bb5bd36a8d4c82f062fd119260117c13.jpg');*/
        /*background-size: cover;*/
        background: #1a323f;
    }

    footer .footer {
        width: 90vw;
        max-width: 1200px;
        display: flex;
        justify-content: space-between;
        padding: 100px 0;
    }

    footer::before {
        /*position: absolute;*/
        /*background: #000;*/
        /*content: "";*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*left: 0;*/
        /*top: 0;*/
        /*background: #222222;*/
        /*background: #000;*/
        /*opacity: 0.1;*/

    }

    footer .footer .head-title {
        color: #ffffff;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
        display: inline-block;
        padding-bottom: 10px;
        position: relative;
        cursor: default;
    }

    footer .footer .head-title::before {
        content: "";
        height: 2px;
        width: 80px;
        background: #444444;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
    }

    footer .footer .head-title::after {
        content: "";
        height: 2px;
        width: 30px;
        background: #4e6ef2;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 9;
        transition: all 200ms ease-in-out;
    }

    footer .footer .head-title:hover::after {
        width: 80px;
    }

    footer .footer .left {
        width: 38vw;
        max-width: 580px;
        /*background: rgb(0 0 0 / 46%);*/
        /*padding: 10px;*/
        /*border-radius: 18px;*/
    }

    footer .footer .left .context {
        font-size: 14px;
        color: #ffffff;
        line-height: 26px;
    }

    footer .footer .left .contact {
        color: white;
        font-size: 14px;
        padding-top: 18px;
        cursor: pointer;
    }

    footer .footer .mid {
        width: 30vw;
        max-width: 280px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-flow: column;
        /*background: rgb(0 0 0 / 46%);*/
        /*border-radius: 18px;*/
        /*padding: 10px;*/
    }

    footer .footer .mid ul {
        position: relative;
        left: 10px;

    }

    footer .footer .mid ul li {
        color: #ffffff;
        font-size: 14px;
        padding-bottom: 16px;
        cursor: pointer;
    }

    footer .footer .mid ul li:hover {
        color: #4e6ef2;
    }

    footer .footer .right {
        width: 18vw;
        max-width: 350px;
        display: flex;
        justify-content: flex-start;
        /*background: rgb(0 0 0 / 46%);*/
        /*padding: 10px;*/
        /*border-radius: 18px;*/
        /*flex-flow: column;*/
        align-items: flex-start;
    }

    footer .footer .right img {
        width: 100px;
        height: 100px;
        margin: 0 10px;
    }

    footer .copyright {
        width: 100%;
        background: black;
        color: white;
        text-align: center;
        padding: 12px 0;
        font-size: 12px;
    }

    .sku-imgbox{
        width: 60vw;
        /*max-width: 600px;*/
        padding: 0 20vw 2vw 20vw;

    }
    .sku-content{
        width: 80vw;
        padding:0 10vw 2vw 10vw;

    }
    .up-sku-info{
        display: flex;
        flex-flow: column;
        width: 100%;
    }


    .up-sku-info p{

        color: red;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #acacac;
        font-size: 30px;

    }
    .up-sku-info span{
        color: #707070;
        padding: 20px 0;
        font-size: 16px;
    }
    .up-sku-info span span{
        font-weight:700;
        color: #000;
        font-size: 20px;
    }
    .down-sku-info{
        display: flex;
        flex-flow: column;
        width: 100%;
    }
    .down-sku-info .sku-cotact{
        color: red;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #acacac;
        font-size: 30px;
    }

    .test-miantz span{
        padding: 5px 0;
        /*    这里要删掉，展示用的*/
    }


    .sku-info{

        display: flex;
        flex-flow: column;
        width: 100vw;
        max-width: 1200px;

    }

    .sku-info-title{

        width: 100%;
        border-bottom: 1px solid #acacac;
        padding: 5px 0;

    }
    .sku-info-title span{
        padding: 8px 30px;
        background: #0a4b3e;
        color: white;
        font-size: 18px;;

    }
    .sku-general-info{
        padding: 15px 0;
    }
    .sku-general-info >p{

        font-size: 16px;
        color: #000;
        font-weight: 700;
        position: relative;
        width: max-content;
    }
    .sku-general-info >p:first-child::after{
        content: "";
        border-bottom: 1px solid #0a4b3e;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50%;
    }.sku-general-info p:hover{
         width: max-content;

     }

    .sku-general-info div{

        color: #666;
        padding: 10px 0;
    }
    .img-grid {
        display: grid;
        align-items: center;
        grid-template-columns: 400px 400px 400px;
        /*grid-template-rows: 50px 50px;*/
        margin: 20px 0 20px 0;

    }


    .sku-allbox{
        display: flex;justify-content: space-between;align-items: flex-start;width: 1200px;padding: 100px 0
    }
    .sku-seciton{
        width: 100vw;display: flex;justify-content: center;align-items: center;flex-flow: column;background:#fff;
    }
    .sku-left-img{
        width: 40vw;max-width:400px
    }
    .sku-info-box{
        width: 60vw;max-width: 800px;flex-flow: column;display: flex;justify-content: flex-start;align-items: flex-start;padding: 0px 80px;height: 100%
    }

    .arrow-hi {
        width: 10px;
        height: 10px;
        background: linear-gradient(45deg, transparent, transparent 49.9%, #47443b 50%, #47443b 100%);
        transform: translate(50%, 50%) rotate(135deg);
        position: absolute;
        left: 49.40%;
        bottom: 5px;
    }

    .img-text-box {
        width: 100%;
        align-items: flex-start
    }

    .img-text-box > .img-box {
        width: 46vw;
        padding: 2vw
    }

    .img-text-box > .img-box > img {
        width: 100%;
    }

    .img-text-box > .contact-box {
        width: 46vw;
        padding: 2vw 2vw;
    }

    .about-compay-heads {
        height: 20vw;
        width: 100vw;
        background: url('/uploads/20230217/d72f70cea53326bc61fbb5a5103327a7.jpg');
        background-size: cover;
        position: relative;
    }

    .about-compay-heads:after{
        content: "";
        position: absolute;
        top:0;
        left: 0;
        height: 20vw;
        background: #8d8d8d;
        opacity: 0.9;
        width: 100vw;
        text-align: center;
        opacity: 0.8;
        background: #28475b;

    }


    /*时间轴*/
    #timeline {
        position: relative;
        margin: 5px auto;
        padding: 25px;
        width: 1200px;
        height: 100%;
        box-sizing: border-box;
    }

    #timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        width: 2px;
        height: calc(100% - 25px);
        background: #47443B;
    }

    #timeline .content {
        min-height: 100%;
    }

    #timeline ul {
        margin: 0;
        padding: 0;
    }

    #timeline ul li {
        list-style: none;
        line-height: normal;
        position: relative;
        width: 50%;
        padding: 20px 40px;
        box-sizing: border-box;
    }

    #timeline ul li:nth-child(odd) {
        float: left;;
        text-align: right;
        clear: both;
    }

    #timeline ul li:nth-child(even) {
        float: right;;
        text-align: left;
        clear: both;
    }

    #timeline ul li:nth-child(odd)::before {
        content: '';
        position: absolute;
        top: 24px;
        right: -6px;
        width: 10px;
        height: 10px;
        background: rgba(71, 68, 59, 1);
        border-radius: 50%;
        box-shadow: 0 0 0 3px rgba(71, 68, 59, 0.2);
    }

    #timeline ul li:nth-child(even)::before {
        content: '';
        position: absolute;
        top: 24px;
        left: -4px;
        width: 10px;
        height: 10px;
        background: rgba(71, 68, 59, 1);
        border-radius: 50%;
        box-shadow: 0 0 0 3px rgba(71, 68, 59, 0.2);
    }

    #timeline ul li h3 {
        margin: 0;
        padding: 0;
        font-weight: 600;
        color: rgba(71, 68, 59, 1);
    }

    #timeline ul li p {
        /*margin: 10px 0 0;*/
        padding: 0;
    }

    #timeline ul li .time h4 {
        margin: 0;
        padding: 0;
        font-size: 14px;
    }


    #timeline ul li:nth-child(odd) .time {
        position: absolute;
        top: 10px;
        right: -125px;
        margin: 0;
        padding: 8px 16px;
        background: rgba(71, 68, 59, 1);
        color: white;
        border-radius: 18px;
        box-shadow: 0 0 0 3px rgba(71, 68, 59, 0.2);
    }

    #timeline ul li:nth-child(even) .time {
        position: absolute;
        top: 10px;
        left: -125px;
        margin: 0;
        padding: 8px 16px;
        background: rgba(71, 68, 59, 1);
        color: white;
        border-radius: 18px;
        box-shadow: 0 0 0 3px rgba(71, 68, 59, 0.2);
    }



    #container{
        /*地图(容器)显示大小*/
        width:1000px;
        height:400px;
        border: 1px solid #eaeaea;
        box-shadow: 0 0 1px 1px #eaeaea;
    }


    .tager-ive{
        height:800px;background:#fff;width: 100vw
    }

    .items-style{
        display: flex;align-items: center
    }
    .items-style img{
        width: 100px;
        height: 40px;
    }


    .input-group-addon{
        margin-left:5px;padding:0;border:none;cursor:pointer;display: flex;align-items: center
    }


    .contact-me-img{
       background-size: cover
    }

    .mg-15{
        margin: 15px 0
    }


    .result-ul {
        display: grid;
        grid-template-columns: repeat(4, 300px);
        grid-template-rows:repeat(1,300px);
        gap: 10px;
        /*width: 1200px;*/
        /*display: flex;*/
        /*justify-content: flex-start;*/
        /*align-items: center;*/
    }
    .result-ul div{
        /*background: #000;*/
        display: flex;
        justify-content: center;
        align-items: center;
        height: 300px;
        width: 300px;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    .result-ul div p{
        position: absolute;
        background: rgba(0, 0, 0, 0.39);
        color: white;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 100%;
    }

    .search_head{
        width: 100vw;
        height: 240px;
        background:url('/uploads/20230131/18549610.jpg');
        background-size: cover;
        background-position-y:300px ;
        position: relative;
    }
    .search_head:after{
        content: "搜索结果";
        font-size: 36px;
        color: white;
        bottom: 20px;
        left: 20px;
        position: absolute;
    }


    .big-into-img{
        position: fixed;
        display: flex;
        justify-content: center;
        align-self: center;
        width: 100vw;
        background: rgba(169, 169, 169, 0.63);
        z-index: 9999;
        flex-flow: column;
        height: 100vh;

        }

        .big-into-img img{
            position: absolute;
            /*left: 30%;*/
            top: 30px;
            /*transform: translate(50%, 50%);*/
            display: flex;
            justify-content: center;
            align-self: center;
            max-width: 1000px;
            min-width: 500px;
            /*padding: 20px 100px 0px*/
        }



    }

    @font-face {
        font-family: 'iconfont';
        /* Project id 3860749 */
    src: url('//at.alicdn.com/t/c/font_3860749_u6haxoou38j.woff2?t=1673545629534') format('woff2'),
    url('//at.alicdn.com/t/c/font_3860749_u6haxoou38j.woff?t=1673545629534') format('woff'),
    url('//at.alicdn.com/t/c/font_3860749_u6haxoou38j.ttf?t=1673545629534') format('truetype');
}

.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;
}




/*# sourceMappingURL=style.css.map */