@charset "UTF-8";
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,caption,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;}
::-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;background: rgb(105, 105, 105);}
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: 1300px;margin: 0 auto;}
.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{width: 100%;background: rgb(255, 255, 255);top: 0;z-index: 99;padding: 20px 0;transition: padding 0.4s ease, background-color 1.1s ease;box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;}
#header .logo{vertical-align: top;height: 60px;}
#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: 30pxpadding-left: 30px}
#header .el-menu--horizontal .el-menu-item.is-active {border-bottom: 2px solid transparent!important;}
#header .el-menu--horizontal .is-active{border-bottom: 2px solid var(--color)!important;}
.el-menu-item a, 
.el-submenu__title a{font-size: 18px;color:#222!important;padding-bottom: 10px;}
.el-menu-item a:hover, 
.el-submenu__title a:hover{color: var(--color)!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: 60px;vertical-align: top;margin-top: 0}
#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;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;}
/*底部*/
.lay1300px{
    width: 100%;
    max-width: 1340px;
    padding: 0px 20px;
    margin: 0 auto;
}
.twotitlegs{
    display: flex;
    align-items: center;
}

.twotitlegs img{
    margin-right: 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.el-menu--popup{
    padding: 10px 5px !important;
}

.headertopbox{
    background: #b2b2b2 !important;
    padding: 8px 0px;
}

.newfooter{
    width: 100%;
    height: fit-content;
    background: rgb(119, 119, 119);
    padding: 50px 0px;
    padding-bottom: 100px;
}

.newfooter .newfooterboxgs{
    width: fit-content;
}

.newfooter .newfooterboxgs .title{
    color: rgb(241, 241, 241);
    font-size: 25px;
    font-weight: bold;
}

.newfooter .newfooterboxgs .line{
    width: 75px;
    height: 2px;
    background: white;
    margin-top: 15px;
    margin-bottom: 25px;
}

.newfooter .newfooterboxgs p{
    font-size: 18px;
    max-width: 350px;
    color: white;
    line-height: 1.5;
}

.newfooter .lay1300px{
    display: flex;
    justify-content: space-between;
}

.newfooter .newfooterboxgs .sharebox{
    display: flex;
    margin-top: 25px;
}

.newfooter .newfooterboxgs .sharebox a{
    margin-right: 10px;
}

.newfooterboxgs .contactwebox{
    margin-bottom: 15px;
}

.newfooterboxgs .contactwebox span{
    display: block;
    margin-bottom: 5px;
    color: #f1f1f1;
}

.newfooterboxgs .contactwebox a{
    color: white;
    transition: all 0.5s;
}

.newfooterboxgs .contactwebox a:hover{
    text-decoration: underline;
}

.newfooterboxgs .listnav{
    display: flex;
    flex-direction: column;
}

.newfooterboxgs .listnav a{
    font-size: 18px;
    color: white;
    line-height: 1.5;
    display: block;
    margin-bottom: 12px;
    transition: all 0.5s;
}

.newfooterboxgs .listnav a:hover{
    text-decoration: underline;
}

.newfooterbottombox{
    background: #444;
    padding: 15px 0px;
}

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

.newfooterbottombox .lay1300px{
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.newfooterbottombox .lay1300px .left{
    font-size: 16px;
    color: white;
    font-weight: bold;
}

.newfooterbottombox .lay1300px .right{
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.newfooterbottombox .lay1300px .right a,.newfooterbottombox .lay1300px a{
    font-size: 16px;
    color: white;
    font-weight: 400;
}

@media only screen and (max-width:1490px) {
    #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:1300px) {
    .container{max-width: 1140px;}
}

@media only screen and (max-width:1200px) {
    .container{max-width: 960px;padding: 0 15px;}
    #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;}
}
@media screen and (max-width: 992px) {
    
    #header-mobile .warp img{
        height: 45px;
        margin-top: 7px;
    }
    .newfooterbottombox .lay1300px{
        align-items: flex-start;
        flex-direction: column;
    }
    .newfooter{
        padding-bottom: 50px;
    }
    .newfooter .lay1300px{
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .newfooter .newfooterboxgs p{
        max-width: 100%;
    }
    .newfooter .newfooterboxgs{
        margin-bottom: 45px;
        width: 100%;
    }
    .newfooterboxgs .listnav{
        flex-wrap: wrap;
        flex-direction: row;
    }
    .newfooterboxgs .listnav a{
        display: block;
        width: 49%;
    }
}