
        

.Aluminum {
    width: 100%;
}

.cpcp {
    border: 1px solid #eeeeee;
    /* height: 900px ; */
}

.Aluminum_jz {
    display: flex;
    margin: 110px auto;
    width: 1140px;
}

.Aluminum_bt {
    padding: 30px 0 30px 20px;
    font-size: 36px;
    font-weight: bold;
}

.felx_img img {
    width: 20px;
    height: 20px;
}

.Aluminum_right {

    width: 73%;
}

.felx1 {
    margin-left: 20px;
    color: #194198;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.felx_img {
    margin-right: 20px;
}

.tainc {
    margin-right:20px ;
    padding-bottom: 30px;
    margin-top: 30px;
    margin-left: 20px;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.bloglist_right {
    width: 20%;
    margin-left: 70px;
}

.bloglist_right_box {
    width: 100%;
}

.bloglist_right_box img {
    padding-left: 10px;
    width: 20px;
    height: 20px;
}

.qweara {
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    width: 99%;
    height: 42px;
    display: flex;
    align-items: center;
}

.bloglist_right_box input {
    padding-left: 10px;
    font-size: 14px;
    width: 82%;
    height: 40px;
    border: 0;
    outline: none;
}

/* WebKit浏览器（例如Chrome，Safari） */
::-webkit-input-placeholder {
    color: #777B8E;
    /* 将颜色替换为您想要的颜色 */
}

/* Mozilla Firefox 19+ */
::-moz-placeholder {
    color: #777B8E;
    /* 将颜色替换为您想要的颜色 */
}

/* Internet Explorer 10+ */
:-ms-input-placeholder {
    color: #777B8E;
    /* 将颜色替换为您想要的颜色 */
}

/* Internet Explorer 6-9 */
::-ms-input-placeholder {
    color: #777B8E;
    /* 将颜色替换为您想要的颜色 */
}

.qweimg {
    font-weight: 500;
    margin-top: 30px;
}

.qweimg img {

    margin-right: 10px;
}

.jianjie {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 33px;
    color: #2C2A28;
    font-size: 14px;
    font-weight: 500;
    /* border-bottom: 1px solid #e0e0e0; */
    margin: 20px 0;
}

.rttttt {
    border-bottom: 1px solid #e0e0e0;
}

.jianjie:hover {
    color: #EBC114;
}

.Comments {
    margin-top: 30px;
    width: 100%;
    height: 92px;
    background-color: #d6dadd;
}

.Comments_flex {
    padding-top: 37px;
    display: flex;
    justify-content: space-between;
}

.Comments_ccc {
    margin-left: 20px;
}

.Comments_ccc>span:nth-child(1) {
    font-size: 21px;
    font-weight: bold;
    color: #EBC114;
}

.neinei img {
    position: relative;
    top: 8px;
}

.neinei {
    border-left: 3px solid #EBC114;
    padding-left: 20px;
}

.Leave {
    font-size: 21px;
    font-weight: bold;
    margin-top: 40px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.address {
    color: #777B8E;
}

.Winne {
    margin-left: 30px;
    font-weight: bold;
}

.walking {
    line-height: 24px;
}

.walking {
    margin-top: 30px;
    color: #777B8E;
}

.pinlum {
    margin-left: 10px;
    margin-top: 30px;
}

.taxrt {
    margin-top: 30px;
    height: 144px;
    width: 100%;
    border: 1px solid #c8c8c8;
}

.taxrt textarea {
    height: 87%;
    width: 98%;
    padding-top: 2%;
    padding-left: 2%;
    border: 0;
    outline: none;
}

.shuru>div {
    width: 47%;
}

.send {
    margin-top: 30px;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #ffffff;
    line-height: 60px;
    background-color: #194198;
    border-radius: 30px;
}

.send:hover {
    background-color: #EBC114;
}

.Might {
    margin-top: 110px;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 60px;
}

.shuru {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
}

.inputaa {
    border: 1px solid #c8c8c8;
    width: 100%;
    height: 40px;
}

.tishi {
    color: #777B8E;
    margin-bottom: 5px;
}

.inputaa input {
    width: 98%;
    padding-left: 2%;
    height: 100%;
    border: 0;
    outline: none;
}

.ullll {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ullll>li {
    border-bottom: 2px solid #ffffff;
    list-style: none;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 24.2%;
}
.ullll>li:hover{
    transition: all 1s;
       border-bottom: 2px solid #194198;
}
.contttt {
    padding: 30px 20px 10px;
}

.contttt>p:nth-child(1) {
    font-weight: bold;
}

.contttt>p:nth-child(1):hover {
    color: #EBC114;
}

.aaddd {
    line-height: 24px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 70px;
    overflow: hidden;
    color: #777B8E;
    padding-top: 10px;
}

.Might_jz {
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 315px ;
   
}

.aaaa {
    font-size: 13.3333px;
    color: #194198;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    padding-left: 5px;
    width: 87px;
    line-height: 42px;
    padding-left: 5px;
    height: 42px;
    background-image: url(/statics/images/wei-11.png);
    background-size: 100% 100%;
}

.zzzz {
    position: relative;
}

.zzzz {
    border-radius: 10px;
}

.zzzz img {

    width: 100%;
}

.jianjie {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 35px;
    color: #2C2A28;
    font-size: 14px;
    font-weight: 500;
    margin: 20px 0;
}




@media screen and (min-width: 1921px){
    .about{
        background-size: cover;
    }
}


@media screen and (max-width:1440px) {
    .Aluminum_jz {
        width: 94%;
    }

    .Might_jz {
        width: 94%;
    }
    .about{
        background-size: 1927px  409px ;
    }
}

@media screen and (max-width:850px) {
    .Aluminum_jz {
        flex-direction: column;
    }

    .Aluminum_right {
        width: 100%;
    }

    .bloglist_right {
        margin-top: 20px;
        width: 100%;
        margin-left: 0;
    }

    .ullll {
        flex-direction: column;
    }

    .ullll>li {
        margin-top: 20px;
        width: 100%;
    }
}        @font-face {
    font-family: 'icomoon';
font-display: swap;
    font-style: normal;
    font-weight: 400;
font-family: "icomoon"; 
src: 
url("/font/icomoon.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon.woff") format("woff"), 
url("/font/icomoon.ttf") format("truetype"), 
url("/font/icomoon.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_seh';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_seh.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_seh.woff") format("woff"), 
url("/font/icomoon_seh.ttf") format("truetype"), 
url("/font/icomoon_seh.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_35';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon35.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon35.woff") format("woff"), 
url("/font/icomoon35.ttf") format("truetype"), 
url("/icomoon35.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon3';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon3.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon3.woff") format("woff"), 
url("/font/icomoon3.ttf") format("truetype"), 
url("/icomoon3.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon4';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon4.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon4.woff") format("woff"), 
url("/font/icomoon4.ttf") format("truetype"), 
url("/icomoon4.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon5';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon5.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon5.woff") format("woff"), 
url("/font/icomoon5.ttf") format("truetype"), 
url("/icomoon5.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_9';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_9.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_9.woff") format("woff"), 
url("/font/icomoon_9.ttf") format("truetype"), 
url("/icomoon_9.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_g';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon_g.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon_g.woff") format("woff"), 
url("/font/icomoon_g.ttf") format("truetype"), 
url("/icomoon_g.svg#$font") format("svg");
}
@font-face {
    font-family: 'icomoon_26';
font-display: swap;
    font-style: normal;
    font-weight: 400;
src: url("/font/icomoon26.eot?#iefix") format("embedded-opentype"), 
url("/font/icomoon26.woff") format("woff"), 
url("/font/icomoon26.ttf") format("truetype"), 
url("/icomoon26.svg#$font") format("svg");
}
* {
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    margin: 0;
    padding: 0;
}

.nav {
    width: 100%;
}

.scrollLoading {
    transition: all 0.3s;
}
.videosss{
    cursor: pointer;
}
.Submit11{
    cursor: pointer;
}
.et-rw-pic{
    display: flex;
}
.xianshi li::after{
    height:1px !important;
}

.col-single{
    width:49%;
}
.col-single img{
    width:100%;
}
.nav_right {
    width: 210px;
    height: 40px;
    left: 6%;
    position: absolute;
}


.langurlarrBtin {
    display: block;
    font-size: 16px;
    float: left;
padding: 5px;
padding-left: 45px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.langurlarrBtin:after {
    content: '';
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    border: 6px solid transparent;
    border-top-color: #fff;
    right: 10px;
    top: 13px;
}
.bllangurlarrBtin:after{
    border-top-color: #303030;
}

.LangUrlArrf {
    float: left;
    margin-left: 35px;
    position: relative;

}

.langurlarrBtin:before {
        content: '';
        position: absolute;
            left: 10px;
        top: 6px;
        background-image: url(/new/templates/Web/en/images/cLang.png);
        background-repeat: no-repeat;
        width: 27px;
        height: 18px;
    background-position: 0 -46px;
    }


.langurlarrself {
    position: absolute;
    left: 0px;
    top: 37px;
    background: #fff;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 999;
    width: 115px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    display: none;
}
.langurlarr-self-a {
        display: block;
    padding: 5px;
    float: left;
    padding-left: 10px;
    position: relative;
    width: 100%;
}
.llsa-lf {
    float: left;
    background-repeat: no-repeat;
    width: 27px;
    height: 18px;
    background-position: 0 px;
}
.langsonname {
    float: left;
    margin-left: 9px;
    color: #444444;
    font-size: 12px;
}


.Target_left{
        line-height: 30px;
}
.More1 img{
    top: 8px !important;
}
.rst1{
    width:15px !important;
    transform: rotateZ(270deg);
}
.Call{
    cursor: pointer;
}
.xianshi li::after{
    width: 0;
    content: '';
    height: 2px ;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #194198;
    transition: all .5s;
}
.xianshi li:hover::after{
 
    width: 100%;
}

.rrrght img{
    top:2px ;
    position: relative;
}
.liii{
    height: auto !important;
}
.erji>li {
    position: relative;
    list-style: none;
    padding: 17px 30px;
    white-space: nowrap;

}
.erji>li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #EBC114;
}
.zhezoa {@
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.tyasdaaa {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.guanbbbbb img {
    top: 0%;
    left: 100%;
    transform: translate(-50%, -50%);
    position: fixed;
    width: 20px;
    height: 20px;
}
.ttttimg{
    z-index:3;
    position: relative;
}


.tex::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 53%;
    transition: all 2.7s;
    background-color: rgba(194, 194, 194, 0.2);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: myAnimation 1.8s infinite;
    width: 0;
    height: 0;
}

.tex::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 53%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 2.2s;
    background-color: rgba(194, 194, 194, 0.3);
    animation: myAnimation 1.8s infinite;
    animation-delay: .5s;
}

.tex {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    
    background-color: rgba(194, 194, 194, 0.1);
    animation: myAnimation 1.5s infinite;
}

@keyframes myAnimation {
    0% {
        width: 85px;
        height: 85px ;
    }

    100% {
        width: 200px;
        height: 200px;
    }
}
.cost{
    border: 1px solid #ffffff;
}
.cost:hover{
    border: 1px solid #194198;
}
.zh-dnone{
    display:none !important;
}
.ytp-large-play-button {
    
    left: 33%  !important;

}
.erji>li:hover::after{
    width:100%;
    transition: all 0.5s;
}

.erji {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    left:0;
    top: 0;
    display: none;
    position: absolute;
    left:100%;
    background-color: #eff2f3f5;
}

.yinc>li:hover .erji {
    display: block;
}

.yinc img {
    top: 4px;
    right: -23px;
    position: relative;
    /* top: 2px;
    position: absolute; */
    width: 20px;
    height: 20px;
}

.erji111{
    display: none;
}
.erji111>li {
    list-style: none;
    padding: 10px;
}
.tttt11{
    position: relative;
}
.nav_right img {
    width: 210px;
    height: 40px;
}
#xunpan{
    cursor: pointer !important;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer !important;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font: inherit;
  }


.head_jz1 {
    display: none;
}

.lazyload {
    opacity: 0;
    transform: scale(0.9) translateY(10px);
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}

.asda {
    background-color: #ffffff;
    height: 80px;
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 222;
}

.anniu22 {
    position: absolute;
    right: 4%;
    text-align: center;
    line-height: 50px;
    font-size: 14px;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    margin-right: 0 !important;
    color: #ffffff;
    background-color: #194198;
}

.anniu22:hover {
    background-color: #EBC114;
}

.nav_jz {
    margin: 0 auto;
    width: 1140px;
}
.nav_jz>div>ul>li a{
    cursor: pointer;

}
.nav_jz>div>ul {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    float: right;
    align-items: center;
    display: flex;
}

.nav_jz>div>ul>li a {
    font-weight: bold;
    color: #000000;
}

.nav_jz>div>ul>li {
    position: relative;
    list-style: none;
    font-weight: 500;
    padding: 30px 0;
    margin-left: 40px;
}
.nav_jz>div>ul>li::after{
   width:0px ;
   height:1px !important;
   content: '';
   background-color: #194198;
   position: absolute;
   top: 0;
   display: block;
}
.nav_jz>div>ul>li:hover::after{
    width: 100% ;
    transition: all 1s;
}
.rst {
    margin-left: 5px;
    margin-top: 3px;
    float: right;
    width: 15px;
    height: 15px;
}

.sosuo {
    width: 20px;
    height: 20px;
}


.rrr {
    height: 19px;
    display: flex;
    align-items: center;
    width:80px
}


.inputbbbbb {
    display: flex;
    border: 1px solid #0000002e;
    height: 40px;
    width: 80%;
    float: right;
    transition: all 1s;
}

.inputbbbbb input {
    height: 100%;
    width: 100%;
    border: 0;
    outline: none;
}

.inputbbbbb form {
    padding-left: 5px;
    width: 96%;
}

.inputbbbbb img {
    padding-top: 10px;

}

.tsosuuo {
    display: none;
    overflow: hidden;
}

.tsosuuo img {


    width: 20px;
    height: 20px;
}

.hcahcha {
    float: left;
    margin-left: 17%;
    margin-top: 10px;
}

.yinc {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    position: absolute;
    top: 120px;  
    left: 4px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.yinc>li:first-child{
    padding-top:30px ;
}
.yinc>li:last-child{
   padding-bottom:30px ;
}
.erji>li:first-child{
    padding-top:31.5px ;
}
.erji>li:last-child{
    padding-bottom:32px ;
 }
.yinc>li a {
    color: #000000;
}

.yinc>li {
  position: relative;
    list-style: none;
    
    padding: 15px 30px;
    white-space: nowrap;
}



.yinc>li::after{

    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #EBC114;
}
.yinc>li:hover::after {
    width:100%;
    transition: all 0.5s;
}
.eeee:hover .yinc {
    visibility: visible;
    opacity: 1;
    top: 70px;
}













.Needs {
    color: #ffffff;
    position: absolute;
    top: -142px;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EBC114;
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
}

.Expert {
    font-weight: bold;

}

.Needs>div {
    padding: 60px 0;
}

.Quote {
    border-radius: 30px;
    line-height: 50px;
    margin: 30px auto;
    background-color: #194198;
    font-size: 16px;
    width: 160px;
    height: 50px;
    margin-bottom: 20px;
}





.respect {
    margin-top: 20px;
    color: #EBC114;
}

.send {
    width: 154px;
    height: 54px;
    background-color: #194198;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    line-height: 54px;
    margin: 40px 0 40px 0;
}

.request {
    margin-top: -110px;
    width: 100%;
    background-color: #194198;
}

.request_jz {
    position: relative;
    padding-top: 110px;
    width: 1140px;
    margin: 0 auto;
}

.lieb {
    padding-bottom: 50px;
    color: #ffffff;
}

.lieb>ul {
    display: flex;
}

.lieb>ul li {
    list-style: none;
    margin-right: 14%;
}

.felx {
    margin-bottom: 20px;
    display: flex;
}

.felx img {
    padding-right: 10px;
}

.lieb img {
    width: 22px;
    height: 20px;
}

.Contact {
    font-weight: bold;
    font-size: 18px;
    margin: 60px 0 30px 0;
}





.imgbbb {
    display: flex;

}

.imgbbb img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.Contact1 {
    font-weight: bold;
    white-space: nowrap;
    font-size: 18px;
    margin: 60px 0 30px 0;
}

.asds {
    white-space: nowrap;
    margin-bottom: 10px;
}

.asds a {
    color: #ffffff;
}
.cost{
    border: 1px solid #ffffff;
}
.cost:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #194198;
}
.products_jz>ul>li a{
    cursor: pointer;
}
.zhezoa {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.tyasdaaa {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

.guanbbbbb img {
    top: 0%;
    left: 100%;
    transform: translate(-50%, -50%);
    position: fixed;
    width: 20px;
    height: 20px;
}

.about {
    position: relative;
    margin-top: 80px;
    width: 100%;
    background-size: 100% 100%;
    height: 660px;
    background-repeat: no-repeat;
    background-image: url(/uploads/202304/wei-13_1682490392_WNo_1921d409.png);
}

.about_jz1 {
    text-align: center;
    width: 1140px;
    margin: 0px auto;
    padding: 110px 0 60px 0;
}

.about_jz1>div:nth-child(1) {
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    padding-bottom: 30px;
}

.about_jz1>div:nth-child(2) {
    width: 50%;
    margin: 0 auto;
    color: #ffffff
}


@media screen and (max-width:1440px) {
    .about_jz1 {
        width: 94%;
    }

    .about {
        background-size: 1921px 663px;
        background-position-x: 67%;
    }

    .ttt_logo {
        width: 100%;
        background-size: 1223px 442px;
    }

    .viede_jz {
        width: 94%;
    }

    .Materials {
        width: 94%;
    }

    .copper_jz {
        width: 94%;
    }
}

.home {
    position: relative;
    margin-top: 30px;
    color: #ffffff;
}

.home img {
    top: 1px;
    position: absolute;
    width: 18px;
    height: 18px;
}

.home span {
    margin-left: 30px;
}

.asds a:hover {
    color: #EBC114;
}

.felx>div a {

    color: #ffffff;
}
.jianjie{
    margin :20px 0 0px 0 !important;
}
.felx>div a:hover {
    color: #EBC114;
}

.butt1>ul a:hover {
    color: #EBC114;
}

.asdasa {
    margin-right: 0 !important;
}

.butt a {
    color: #ffffff;
}

.Quote:hover {
    background-color: #194198c2;
}

.butt {
    padding-top: 20px;
    border-top: 0.5px solid #ffffff4f;
    padding-bottom: 20px;
    justify-content: space-between;
    display: flex;
}

.butt1>ul {
    flex-wrap: wrap;
    display: flex;
}

.butt1>ul li {
    list-style: none;
    margin-left: 20px;
}



.yanz {
    display: flex;
}

.post {
    text-align: center;
    line-height: 45px;
    width: 100px;
    background-color: #fff;
    height: 38px;
}

.code {
    width: 100px;
    border: 1px solid #dfdfdf;
    height: 38px;
    margin: 0 20px;
    border-radius: 5px;
}

.code input {
    width: 100%;
    height: 100%;
    padding-left: 12px;
}
.code input{
    outline: none;
    border: 0;
    background-color: transparent;
}
.butww3 {
    cursor: pointer;
    transition: all 0.3s;
    width: 200px;
    height: 38px;
    background: #194197;
    text-align: center;
    color: #DCDCDC;
    line-height: 38px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: 700;
}
.butww{
    cursor: pointer;
    transition: all 0.3s;
    width: 200px;
    height: 38px;
    background: #194197;
    text-align: center;
    color: #DCDCDC;
    line-height: 38px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    font-weight: 700;
}
.yanz_flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


.butww3:hover {
    background-color:#ebc114 ;
}



.butww:hover {
    background-color: #ebc114;
}







/* 底部 */
@media screen and (max-width:1440px) {
    .lieb {
        width: 94%;
        margin: 0 auto;
}
    .request_jz {
        width: 94%;
    }

    .Needs {
        width: 94%;
    }
    .butt{
        width: 94%;
        margin: 0 auto;
    }
}

@media screen and (max-width:850px) {
    #qqqqq {
        width: 100%;
    }
    .request_jz{
        padding-top: 163px;
    }
    .tyasdaaa{
        width:94% !important;
    }
    .lieb>ul {
        flex-wrap: wrap;
    }

    .lieb>ul li {
        width: 100%;
        margin-right: 0%;

    }

    .butt{
        width: 100%;
        flex-direction: column;

    }
    .felx>div{
        width: 100%;
    }
    .butt>div{
        padding-bottom: 10px ;
        width: 100%;
    }
    
    .butt1>ul li{
        padding-bottom: 10px ;
        margin-left: 0;
        margin-right: 30px ;
    }
}



.nowpage{
    border: 1px solid #194198;

}

/* 顶部 */
@media screen and (max-width:1660px) {
    .nav_right {
        margin-left: 15px;
        position: static;
    }

    .anniu22 {
        position: static;
    }
}
.page-oneline{
    font-size: 1rem !important;
}.page-home2{
    font-size: 1.2rem !important;
}
@media screen and (max-width:1440px) {
    .aasdasd{
        width:30% !important;
    }
    .asda{
        height:auto;
    }
    .nav_jz>div>ul{
        flex-wrap: wrap;
    }
    .nav_jz>div>ul>li {
        margin-left: 20px;
    }
    .rrr{
        margin-right: 92px;
    }
    .nav_jz {
        width: 72%;
    }

    .nav_jz>ul>li {
        margin-left: 10px;
        margin-right: 20px;
    }
}

@media screen and (max-width:1330px) {
    .nav_jz>ul>li {
        margin-left: 5px;
        margin-right: 10px;
    }

    .nav_jz>ul>li a {
        font-size: 14px;
    }
}

@media screen and (max-width:1170px) {
    .LangUrlArrf{
        margin-left:0;
    }
    .anniu22 {
        font-size: 12px;
    }
   
    .nav_jz>div>ul>li {
        margin-left: 0px;
        margin-right: 20px;
    }
    .sosuo{
        margin-right: 10px;
    }
    .nav_jz>div>ul>li a {
        font-size: 16px;
    }

    .rst {
        margin-top: 7px;
        width: 10px;
        height: 10px;
        margin-left: 0;
    }

    .www {
        margin-left: 0px;
    }
}

@media screen and (max-width:850px) {
   
    .aasdasd{
        width: 60% !important;
    }
    .Sputtering_left{
        padding:0  !important;
    }
    .actv{
        background-image:none;
    }
    .main{
        height: 784px  !important;
        background-size: 1909px 784px !important;
    }
    .main_jz{
        padding-top: 164px !important;
    }
    .tttdownassd{
        top: 12px !important;
  
    }
    .head_jz1 {
        display: block !important;
    }

    .head_jz1 {
        width: 100%;
    }

    .ftets>div {
        margin: 10px 0;
    }

    .ftets {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #ffffff;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .headbt {
        display: none;
    }

    .head_jz {
        display: none;

    }

    .active {
        transform: rotateZ(180deg);
    }

    .yinc1111 {
        display: none;
    }

    .jz_logo {
        padding-left: 5px;
        padding-top: 10px;
    }

    .jz_logo img {
        width: 196px;
        height: 41px;
    }

    .jz_logo_right img {
        margin-right: 15px;
        width: 25px;
        height: 25px;
    }

    .jz_logo_right {
        justify-content: space-between;
        display: flex;
    }

    .xiala img {
        width: 16px;
        height: 16px;
    }

    .xiala a {
        color: #565554;
    }

    .xiala {
        z-index: 11111;
        position: fixed;
        top: 64px;
        left: 0;
        right: 0;
        display: none;
        font-weight: 500;
        background-color: #f5f5f5;
    }

    .xiala>ul li {
        list-style: none;
        padding: 10px;
    }

    .dianad {
        position: relative;
    }

    .dianad img {
        margin-left: 20px;
        top: 7px;
        position: absolute;
    }
    
    
    .et-border {
        border: none !important;
    }
    .indexlogo_jz {
        padding: 150px 0;
    }

    .bigpppp {
        transition: all 0.5s;
        /* display: none; */
        z-index: 111111;
        top: 0px;
        right: -900px;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #194198;
    }

    .sousuosaa {
        display: none;
        z-index: 111111;
        top: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        background-color: #194198;
    }

    .guanbaaaa img {
        float: right;
        margin: 60px;
        width: 25px;
        height: 25px;
    }

    .actid img {
        padding: 12px;
        width: 25px;
        height: 25px;
    }

    .serac1 {
        margin-left: 7%;

        background-color: #ffffff;
        border-radius: 30px;
        height: 50px;
        width: 65%;
        border: 1px solid #ebece9;
    }

    .serac {
        margin-top: 79%;
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .actid {
        margin-right: 50px;
        border-radius: 50%;
        height: 50px;
        background-color: #ffffff;
        border: 1px solid #ebece9;
        width: 50px;
    }

    .serac input {
        font-size: 14px;
        padding-left: 10px;
        height: 50px;
        width: 88%;
        border: 0;
        outline: none;
        background-color: transparent;
    }

    .bigpppp_right {
        height: 100%;
        background-color: #ffffff;
        width: 70%;
        float: right;
    }

    .bigpppp_right img {
        width: 40px;
        height: 40px;
    }

    .bigpppp_right>ul li {
        margin-left: 20px;
        margin-top: 30px;
        display: flex;
        align-items: center;

    }
    .langurlarrBtin {
        width: 60px;
    }
    .bigpppp_right>ul>li div {
        margin-left: 15px;
        font-size: 16px;
        font-weight: 500;
    }

    .gthuan {
        margin: 20px;
        float: right;
    }
  
    .qweq {
        clear: both
    }

    .gthuan img {
        width: 20px;
        height: 20px;
    }

    .asda {
        display: none;
    }
    .Needs{
        font-size: 26px;
    }
}    