@charset "UTF-8";
@font-face {
    font-family: "Bold";
    src: url("../fonts/OpenSans-Bold.ttf");
}
@font-face {
    font-family: "Light";
    src: url("../fonts/OpenSans-Light.ttf");
}
@font-face {
    font-family: "Medium";
    src: url("../fonts/OpenSans-Medium.ttf");
}
@font-face {
    font-family: "Regular";
    src: url("../fonts/OpenSans-Regular.ttf");
}
@font-face {
    font-family: "SemiBold";
    src: url("../fonts/OpenSans-SemiBold.ttf");
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin:0;padding:0;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;}
HTML5 display-role reset for older browsers article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display:block;}
ol,ul {list-style:none;}
blockquote,q {quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table {border-collapse:collapse;border-spacing:0;}
::-webkit-scrollbar {width:5px;height:5px;}
::-webkit-scrollbar-track-piece {-webkit-border-radius:6px;background-color:rgba(0,0,0,0.2);}
::-webkit-scrollbar-thumb:vertical {height:5px;-webkit-border-radius:6px;background-color:rgba(125,125,125,0.7);}
::-webkit-scrollbar-thumb:horizontal {width:5px;-webkit-border-radius:6px;background-color:rgba(125,125,125,0.7);}
body{margin:0;padding:0;}
a {text-decoration: none;}
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
img {vertical-align: middle;}
li {list-style: none;}
iframe {box-shadow: 0 0 10px rgb(0 0 0 / 10%);width: 100%;height: 100%;border: 0;}
/*公共*/
[v-cloak] {display: none}
.embed-icon{z-index: 98!important;}
.el-col-sm-48{width: 20%;}
.el-ellipsis-1{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.el-ellipsis-2{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.el-ellipsis-3{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.container{
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
}
.flex{display: flex;}
.flex-center{display: flex;align-items: center;justify-content: center;}
.flex-middle{display: flex;-o-box-align:center;align-items:center;-o-box-pack:justify;}
.flex-column{display: flex;-o-box-orient: vertical;flex-direction: column;}
.flex-between{display: flex;-o-box-align: center;align-items: center;-o-box-pack: justify;justify-content: space-between;}
.flex-right{display: flex;-o-box-pack: end;justify-content: flex-end;}
.flex-around{display: flex;justify-content: space-around;-webkit-justify-content: space-around;}
.clearfix:after, 
.clearfix:before {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.el-image .el-image__inner{max-width: 100%;}
.el-popover__title{text-align:center}
.el-pager li.active{color: var(--color);}
.el-pagination.is-background .el-pager li:not(.disabled):hover{color: var(--color);}
.el-pagination.is-background .el-pager li:not(.disabled).active {background-color: var(--color);}
#app {overflow: hidden;}
/*导航*/
#header{position: fixed;width: 100%;    background: #05112350;top: 0;z-index: 99;padding: 25.5px 0;transition: all 0.4s ease, background-color 1.1s ease;}
#header .logo{vertical-align: top;}
#header .logo-copy{vertical-align: top;height: 40px;padding-left: 50px}
#header .menu-warp{position: relative;width: 100%;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
#header .menu-warp .el-menu{border:0;background: transparent;}
#header .menu-warp .active{color: var(--color)!important}
#header .el-menu--horizontal .el-menu-item,
#header .el-menu--horizontal .el-submenu .el-submenu__title{background: transparent!important;}
#header .el-menu-item, 
#header .el-submenu__title{    
    padding-right: 10px;
    padding-left: 10px;
    height: auto;
    line-height: normal;
}
#header .el-menu--horizontal .el-menu-item.is-active {border-bottom: 2px solid transparent!important;}
.el-menu-item a{
    font-family: 'Medium';font-weight: 500;font-size: 18px;color: white !important;
}
.el-submenu__title a{font-family: 'Medium';font-weight: 500;font-size: 18px;color: white !important;}
.el-menu--horizontal .el-menu .el-menu-item a{
    color: black !important;
}
.el-menu--horizontal .el-menu .el-menu-item a:hover{
    color: #83B449 !important;
}
.el-menu-item a:hover, 
.el-submenu__title a:hover{color: #83B449 !important}
.language-warp{font-size:0}
.language-item{width: 20%;display: inline-block;color:#333;font-size: 12px;}
.language-item:hover{color: var(--color)}
.language-block{padding: 5px;display: inline-block;}
.language-block img{margin-right: 5px;width: 15px}
/*导航 - 手机*/
#header-mobile{position: fixed;display:flex;height: 60px;line-height: 60px;padding: 0 15px;width: 100%;background: #fff;top: 0;z-index: 999;}
#header-mobile .warp{width: 50%}
#header-mobile .warp img{height: 25px;margin-top: -5px;}
#header-mobile .warp.center{text-align:center}
#header-mobile .warp.right{text-align:right}
#header-mobile .warp i{color:var(--color);font-size: 28px;margin-left:10px;width: 28px;height: 60px;line-height: 60px;}
#header-mobile .warp a{color:#777;font-size: 22px;vertical-align: top;height: 60px;line-height: 60px;}
#header-mobile .menu-warp{z-index: 99;position: fixed;width: 100%;top: 60px;left: 0;background: #fff;}
#header-mobile .menu-warp .el-menu{border:0}
#header-mobile .menu-warp .el-tabs{padding: 0 20px;}
#header-mobile .menu-warp .el-submenu.hide-arrow .el-submenu__title i.el-icon-arrow-down{display:none !important}
#header-mobile .menu-warp .el-tabs__content{padding-bottom: 30px;overflow:auto;position:relative;height:-moz-calc(100vh - 135px);height:-webkit-calc(100vh - 135px);height:calc(100vh - 135px)}
#header-mobile .menu-warp .menu-title{padding-bottom: 0;display: block;width: 80%;color:#222 !important;font-size: 14px;position:relative}
#header-mobile .menu-warp .menu-title.level1:before{content: " ";width: 1px;height: 16px;position: absolute;right: 0;top: 20px;background:#eee}
#header-mobile .menu-warp .lang-item{display: block;padding: 0 20px;height: 56px;line-height: 56px;}
/*分享*/
.social-facebook {background-color: #365493;}
.social-twitter {background-color: #3CF;}
.social-pinterest {background-color: #CB2027;}
.social-linkedin{background-color: #0274B3;}
.social-whatsapp {background-color: #1EBEA5;}
.wd-social-icon {font: normal normal normal 14px / 1 FontAwesome;color: #fff !important;display: inline-block;margin: 4px;vertical-align: middle;text-align: center;font-size: 0;width: 30px;height: 30px;border-radius: 50%;}
.wd-icon {font-size: 20px;line-height: 30px;display: inline-block;vertical-align: middle;}
/*底部*/
#form{position: fixed;right: 10px;z-index: 1000000;min-width: 280px;min-height: 430px;width: 337px;height: 430px;background: transparent;border: none;outline: none;margin: 0px;padding: 0px;transition-duration: 0.5s;border: 1px solid #36a9e1;border-radius: 12px 12px 0 0;transition: 0.3s;}
#form .head{position: relative;display: flex;justify-content: space-between;align-items: center;background: #36A9E1;width: 100%;height: 45px;line-height: 45px;color: #fff;font-size: 15px;padding: 0 20px;font-weight: normal;cursor: pointer;border-radius: 10px 10px 0 0;}
#footer{padding-top: 60px;padding-bottom: 20px;background-color: var(--color)}
#footer .site{position: relative;display: inline-block;padding: 0 35px;}
#footer .site:first-child{border-right: 1px solid #fff;}
#footer .operation{margin-top: 25px;margin-bottom: 25px;}
#footer .operation .items{display: flex;align-items: center;}
#footer .operation .item{display: flex;align-items: center;margin-right: 10px;font-size: 12px;background: rgba(255,255,255,0.2);box-shadow: 0px 17px 49px 0px rgba(18,90,170,0.12);border-radius: 23px;border: 1px solid #E6EFFC;padding-top:5px;padding-bottom:5px;padding-left:5px;padding-right:18px;color:#fff}
#footer .operation .item i{margin-right: 6px;font-size: 22px}
#footer .agent{margin-top: 0;margin-bottom: 50px}
#footer .agent .title{margin-bottom: 16px;color: #fff;font-size: 16px;display:block;margin-bottom: 20px}
#footer .agent .items{display: flex;align-items: center;}
#footer .agent .item{margin-right: 29px;color: #fff;font-size: 14px;}
#footer .agent .item .item-warp{display: flex;align-items: center;}
#footer .agent .item .el-image{margin-right: 8px;}
#footer .hr{height: 1px;background: #FFFFFF;opacity: 0.2;}
#footer .copyright{color: #fff;font-size: 12px;margin-top: 25px;text-align:center}
#footer img{transition: 0.3s;cursor: pointer}
#footer img:hover{transform: scale(1.05);}
#footer a{color: #fff}

.layout1500px{
    max-width: 1540px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
}

.layout1750px{
    max-width: 1790px;
    margin: 0 auto;
    width: 100%;
    padding: 0px 20px;
}

.language-span{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 17px;
    color: #FEFEFE;
}

#header .menu-warp .el-menu{
    display: flex;
    align-items: center;
}

.el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{
    margin-left: -5px;
    margin-top: 2px;
}
#header .logo{
    display: block;
}
#header .logo2{
    display: none;
}

#header .yuyanimg{
    display: block;
    margin-right: 6px;
}
#header .yuyanimg2{
    display: none;
}

#header .share{
    display: block;
}
#header .share2{
    display: none;
}

#header .search1{
    display: block;
}
#header .search2{
    display: none;
}

#header.active{
    background: white;
    border-top: 7px solid #83B449;
}

#header.active .logo{
    display: none;
}
#header.active .logo2{
    display: block;
}

#header.active .yuyanimg{
    display: none;
}
#header.active .yuyanimg2{
    display: block;
    margin-right: 6px;
}

#header .Languagebox{
    display: flex;
    align-items: center;
}

#header.active .share{
    display: none;
}
#header.active .share2{
    display: block;
}

#header.active .search1{
    display: none;
}
#header.active .search2{
    display: block;
}


#header .el-menu-item{
    display: flex;
    align-items: center;
}

#header.active .language-span{
    color: #333333 !important;
}

#header.active .el-menu-item a,#header.active .el-submenu__title a{
    color: #333333 !important;
}

#header.active .el-menu-item a:hover,#header.active .el-submenu__title a:hover{
    color: #83B449 !important;
}

.newfooterbox{
    width: 100%;
    height: fit-content;
    background: #F6F6F6;
    padding: 120px 0px;
}

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

.footetbox1 .leftbox{
    display: flex;
    flex-direction: column;
}

.footetbox1 .leftbox .title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 60px;
    color: #051123;
    margin-bottom: 23px;
}

.footetbox1 .leftbox .ctitle{
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 17px;
    color: #051123;
}

.footetbox1 .rightbox a{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 23px;
    color: #FEFEFE;
    background: #7DB653;
    border-radius: 23px;
    padding: 6px 30px;
    transition: all 0.5s;
}

.footetbox1 .rightbox a:hover{
    background: #051123;
}

.footetbox2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 88px;
    padding-bottom: 45px;
    border-bottom: 4px solid #7DB653;
}

.footetbox2 .telbox,.footetbox2 .mailbox,.footetbox2 .addressbox{
    display: flex;
    align-items: center;
}

.footetbox2 .telbox img,.footetbox2 .mailbox img,.footetbox2 .addressbox img{
    margin-right: 16px;
}

.footetbox2 .telbox .rightbox div,.footetbox2 .mailbox .rightbox div,.footetbox2 .addressbox .rightbox div{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 22px;
    color: #83B449;
    margin-bottom: 3px;
}

.footetbox2 .telbox .rightbox a,.footetbox2 .mailbox .rightbox a,.footetbox2 .addressbox .rightbox p{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 17px;
    color: #757575;
    line-height: 1.5;
    display: block;
    min-height: 51px;
    transition: all 0.5s;
}

.footetbox2 .telbox .rightbox a:hover,.footetbox2 .mailbox .rightbox a:hover{
    color: #83B449;
    text-decoration: underline;
}

.footetbox3{
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

.footetbox3 .logobox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 28%;
}

.footetbox3 .logobox .copyright{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 12px;
    color: #757575;
    line-height: 1.5;
    padding-top: 32px;
    border-top: 1px solid #B4B4B4;
}

.footetbox3 .logobox .tagsbox{
    max-width: 80%;
    margin-top: 25px;
}

.footetbox3 .logobox .tagsbox,.footetbox3 .logobox .tagsbox a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 12px;
    color: #757575;
    line-height: 1.5;
}

.footetbox3 .statebox{
    max-width: 33%;
}

.footetbox3 .statebox .title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 30px;
    color: #051123;
    line-height: 1.5;
    margin-bottom: 16px;
}

.footetbox3 .statebox .contentbox{
    display: flex;
}

.footetbox3 .statebox .contentbox a{
    margin-right: 19px;
}

.footetbox3 .statebox .contentbox a .img{
    display: block;
}

.footetbox3 .statebox .contentbox a .img2{
    display: none;
}

.footetbox3 .statebox .contentbox a:hover .img{
    display: none;
}

.footetbox3 .statebox .contentbox a:hover .img2{
    display: block;
}

.footetbox3 .tgasbox{
    padding-top: 30px;
    border-top: 1px solid #B4B4B4;
    margin-top: 35px;
    display: flex;
    flex-wrap: wrap;
}

.footetbox3 .tgasbox a{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 12px;
    color: #757575;
    line-height: 1.5;
}

.footetbox3 .typebox{
    display: flex;
    flex-direction: column;
}

.footetbox3 .typebox a{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 30px;
    color: #051123;
    line-height: 1.7;
    transition: all 0.5s;
}

.footetbox3 .typebox a:hover{
    color: #83B449;
    text-decoration: underline;
}

.productsboxcontent{
    position: fixed;
    top: 97px;
    left: 0px;
    width: 100%;
    height: fit-content;
    padding: 75px 0px;
    background: white;
    border-top: 4px solid #83B449;
    display: none;
}

.productsboxcontent .layout1750px {
    display: flex;
    justify-content: space-between;
}

.productsboxcontent .layout1750px .leftbox{
    display: flex;
    flex-direction: column;
    width: 25%;
    padding-top: 40px;
}

.productsboxcontent .layout1750px .rightbox{
    width: calc( 100% - 25% - 27px);
}

.productsboxcontent .layout1750px .leftbox a{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 18px;
    color: #2A2A2A !important;
    line-height: 53px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productsboxcontent .layout1750px .leftbox a:hover{
    color: #83B449 !important;
}

.productstagscontent{
    display: none;
}

.productstagscontent.active{
    display: block;
}

.productstagscontent .topbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.productstagscontent .topbox .title{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #2A2A2A !important;
    transition: all 0.5s;
}

.productstagscontent .topbox .jumpmk{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #2A2A2A !important;
    transition: all 0.5s;
}

.productstagscontent .topbox .title:hover,.productstagscontent .topbox .jumpmk:hover{
    color: #83B449 !important;
    text-decoration: underline;
}

.productstagscontent .contantbox_content{
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 13%;
    margin: 0.6%;
}

.productstagscontent .contantbox_content img{
    width: 100%;
    height: auto;
}

.productstagscontent .contantbox_content span{
    width: 90%;
    display: block;
    margin: 15px auto;
    margin-bottom: 0px;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 12px;
    color: #2A2A2A;
    line-height: 20px;
    word-break: break-word;
    white-space: break-spaces;
    text-align: center;
    transition: all 0.5s;
}

.productstagscontent .contantbox_content span:hover{
    color: #7CB754;
    text-decoration: underline;
}

.productstagscontent .contentbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #D3D3D3;
}

@media only screen and (max-width:1500px) {
    #header{
        zoom: 0.8;
    }
    #header .el-menu-item, 
    #header .el-submenu__title{padding-right: 15px;padding-left: 15px}
    #header .el-menu-item a, 
    #header .el-submenu__title a{font-size: 17px;}
    #header .logo-copy{padding-left: 30px}
}
@media only screen and (max-width:1250px) {
    #header .el-menu-item{
        padding: 0px 5px !important;
    }
    
    #header .el-menu-item a{
        margin: 0px 5px;
    }
    
    .headerline{
        margin: 0px 20px !important;
    }
}

@media only screen and (max-width:1200px) {
    #header .el-menu-item, 
    #header .el-submenu__title{padding-right: 10px;padding-left: 10px}
    #header .el-menu-item a, 
    #header .el-submenu__title a{font-size: 15px;}
    #header .el-menu--horizontal>.el-submenu .el-submenu__icon-arrow{margin-left: 5px;}
    #footer .agent .item{margin-right: 10px}
    .newfooterbox{
        padding: 60px 0px;
    }
    .footerline{
        display: none;
    }
    .footetbox2{
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .footetbox2 .telbox, .footetbox2 .mailbox{
        margin-bottom: 25px;
    }
}
@media only screen and (max-width:1125px){
    .footetbox3{
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width:992px) {
    .footetbox1{
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
    }
    
    .footetbox1 .rightbox a{
        display: block;
        margin-top: 15px;
        font-size: 15px;
    }
    
    .footetbox1 .leftbox .title{
        font-size: 30px;
        margin-bottom: 10px;
    }
    
    .footetbox2 .telbox .rightbox div, .footetbox2 .mailbox .rightbox div, .footetbox2 .addressbox .rightbox div{
        font-size: 18px;
    }
    
    .footetbox2{
        margin-top: 45px;
    }
    
    .footetbox3{
        margin-top: 45px;
    }
    
    .footetbox3 .logobox,.footetbox3 .statebox,.footetbox3 .typebox{
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
    
    .footetbox3 .typebox a{
        font-size: 20px;
    }
    
    .footetbox3 .logobox img{
        width: 90%;
    }
    
    #footer{padding-bottom: 30px;padding-top: 30px}
    #footer .logo{margin-bottom: 10px;width: 130px;}
    #footer .operation{margin-top: 15px}
    #footer .operation .items{display: block;}
    #footer .operation .item{margin-bottom: 15px;font-size: 12px;}
    #footer .copyright{margin-top: 15px;text-align:left}
    #footer .agent{margin-top: 15px;margin-bottom: 15px;}
    #footer .agent .title{margin-bottom: 15px}
    #footer .agent .items{display: block;font-size: 0}
    #footer .agent .item{margin-bottom: 8px;display: inline-block;width: 50%;margin-right:0;font-size: 12px}
}