@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;}
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;}
/*公共*/
.lay1580px{
    max-width: 1620px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
}

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

@font-face {
  font-family: "Black";
  src: url("../fonts/Commissioner-Black.ttf");
    font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bold";
  src: url("../fonts/Commissioner-Bold.ttf");
    font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ExtraBold";
  src: url("../fonts/Commissioner-ExtraBold.ttf");
    font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ExtraLight";
  src: url("../fonts/Commissioner-ExtraLight.ttf");
    font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Light";
  src: url("../fonts/Commissioner-Light.ttf");
    font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/Commissioner-Medium.ttf");
    font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Regular";
  src: url("../fonts/Commissioner-Regular.ttf");
    font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SemiBold";
  src: url("../fonts/Commissioner-SemiBold.ttf");
    font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Thin";
  src: url("../fonts/Commissioner-Thin.ttf");
    font-style: normal;
  font-display: swap;
}
[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: inherit;}
/*导航*/
#header{width: 100%;background: rgb(255, 255, 255);top: 0;z-index: 99;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;}
#header .logo-copy{vertical-align: top;}
#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: 40px;padding-left: 0px;}
#header .el-menu--horizontal .el-menu-item.is-active {border-bottom: 2px solid transparent!important;}
#header .el-menu--horizontal .is-active{color: #F1511B !important;text-decoration: underline;}
.el-menu-item a, 
.el-submenu__title a{font-size: 17px;color: white!important;font-family: 'SemiBold' !important;}
.el-menu-item a:hover, 
.el-submenu__title a:hover{color: #F1511B !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 .headertopbox{
    padding: 19px 0px;
}
.headertopbox .lay1580px{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headertopbox .lay1580px .rightbox{
    display: flex;
    align-items: center;
}

.headertopbox .lay1580px .rightbox .telbox{
    display: flex;
    align-items: center;
    border-right: 1px solid #71717150;
    padding-right: 26px;
    margin-right: 40px;
}

.headertopbox .lay1580px .rightbox .telbox .right{
    display: flex;
    flex-direction: column;
    margin-left: 11px;
}

.headertopbox .lay1580px .rightbox .telbox .right span{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #F1511B;
}

.headertopbox .lay1580px .rightbox .telbox .right a{
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.headertopbox .lay1580px .rightbox .telbox .right a:hover{
    text-decoration: underline;
}

.headertopbox .lay1580px .rightbox .mailbox{
    display: flex;
    align-items: center;
    margin-right: 58px;
}

.headertopbox .lay1580px .rightbox .mailbox .right{
    display: flex;
    flex-direction: column;
    margin-left: 11px;
}

.headertopbox .lay1580px .rightbox .mailbox .right span{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #F1511B;
}

.headertopbox .lay1580px .rightbox .mailbox .right a{
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 16px;
    color: #333333;
}

.headertopbox .lay1580px .rightbox .mailbox .right a:hover{
    text-decoration: underline;
}

.headertopbox .lay1580px .rightbox .searchbox{
    display: flex;
    align-items: center;
}

.headertopbox .lay1580px .rightbox .searchbox a{
    width: 50px;
    height: 50px;
    background: #2F3943;
    border-radius: 0px 5px 5px 0px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.headertopbox .lay1580px .rightbox .searchbox .el-input__inner{
    height: 50px;
    min-width: 380px;
}

#header .headerbottombox{
    width: 100%;
    height: auto;
    background: #2F3943;
}

.headerbottombox .rightbox{
    display: flex;
    align-items: center;
}

.headerbottombox .rightbox a{
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    display: block;
    width: fit-content;
    padding: 19px 26px;
    background: #F1511B;
    transition: all 0.5s;
}

.headerbottombox .rightbox a:hover{
    text-decoration: underline;
}

.headerbottombox .langInfospan{
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-left: 12px;
    margin-right: 2.5px;
}
#header .headerbottombox .el-menu-item{padding-right: 40px;padding-left: 0px;}
.el-menu--horizontal ul{
    border-top: 3px solid #F1511B;
}

.el-menu .el-menu-item .twotitle,.el-menu .el-menu-item .threetitle,.el-submenu__title .twotitle{
    color: black !important;
    font-family: 'SemiBold';
    font-weight: 600;
    font-size: 16px;
    color: #0D1E2D;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

.el-submenu__title .twotitle:before{
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    margin-right: 3px;
    background: #F1511B;
    transition: all 0.5s;
}

.el-submenu__title .twotitle:hover{
    color: #F1511B !important;
}

.el-submenu__title .twotitle:hover:before{
    width: 15px;
}

.el-menu .el-menu-item .twotitle:before{
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    margin-right: 3px;
    background: #F1511B;
    transition: all 0.5s;
}

.el-menu .el-menu-item .twotitle:hover{
    color: #F1511B !important;
}
.el-menu .el-menu-item .twotitle:hover:before{
    width: 15px;
}

.el-menu .el-menu-item .threetitle:before{
    content: '';
    width: 0px;
    height: 2px;
    display: block;
    margin-right: 3px;
    background: #F1511B;
    transition: all 0.5s;
}

.el-menu .el-menu-item .threetitle:hover{
    color: #F1511B !important;
}

.el-menu .el-menu-item .threetitle:hover:before{
    width: 15px;
}

.el-menu--horizontal ul{
    min-width: 250px;
    padding-top: 15px;
}

.el-menu--horizontal .el-menu .el-submenu__title{
    display: flex;
    align-items: center;
}

.el-menu--horizontal>.el-submenu.is-active .el-submenu__title{
    border-bottom: none;
}

/*导航 - 手机*/
#header-mobile .el-tabs__item.is-active{
    color: #F1511B;
}

#header-mobile .el-tabs__active-bar{
    background: #F1511B;
}

#header-mobile .el-submenu__title:hover{
    background-color: #f1511b26;
}
#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: 45px;vertical-align: top;margin-top: 7.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;}
/*底部*/
#footer{
    width: 100%;
    height: auto;
    background: #0D1E2D;
    padding-bottom: 60px;
    padding-top: 102px;
}

#footer .footertitle{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 45px;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: center;
}

#footer .line{
    width: 50px;
    height: 7px;
    background: #F1511B;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 11px;
}

#footer .footertopimg{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 39px;
    
}

#footer .footertopbox{
    padding-bottom: 113px;
    box-shadow: 0px 15px 24px 0px rgb(0 0 0 / 30%);
}

#footer .footerbottombox{
    padding-top: 113px;
}

#footer .footerbottombox .footerlist .title{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 1.5;
    margin-bottom: 9px;
}

#footer .footerbottombox .lay1400px{
    display: flex;
    justify-content: space-between;
    height: fit-content;
}

#footer .footerbottombox .lay1400px .footerbottomline{
    width: 1px;
    height: initial;
    background: #95A8BC;
    opacity: 0.1;
}

.footerbottombox .logo{
    margin-top: 42px;
}

.footerbottombox .footerlist .slogan{
    max-width: 316px;
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5;
    margin: 28px 0px;
}

.footerlist .yuan{
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F1511B;
    margin-right: 10px;
}

.footerlist ul li{
    display: flex;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 16px;
    color: #95A8BC;
    line-height: 1.5;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.footerlist ul a:hover li{
    color: #F1511B;
}

.footerlist .ctitle{
    font-family: 'Medium';
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 23px;
}

.footerlist .btn{
    font-family: 'Bold';
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #F1511B;
    width: fit-content;
    margin-top: 28px;
    margin-bottom: 39px;
    transition: all 0.5s;
}

.footerlist .btn:hover{
    text-decoration: underline;
    border-radius: 5px;
}

.footerlist .list{
    display: flex;
}

.footerlist .list a{
    display: block;
    margin-right: 13px;
    transition: all 0.5s;
}

.footerlist .list a:hover{
    transform: translateY(-5px);
}

.footerbottomgs{
    width: 100%;
    height: auto;
    padding: 20px 0px;
    background: #2F3943;
    font-family: 'Regular';
    font-weight: 400;
    font-size: 14px;
    color: #95A8BC;
    line-height: 1.5;
    text-align: center;
}

@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:1400px) {
    #header .headerbottombox .el-menu-item{
        padding-right: 10px;
    }
    .headerbottombox .rightbox a,.headertopbox .lay1580px .rightbox .searchbox{
        display: none;
    }
    
    .lay1580px{
        padding: 0px 5%;
    }
    
    .lay1400px{
        padding: 0px 5%;
    }
    
    #header .el-menu-item a, #header .el-submenu__title a {
        font-size: 14px;
    }
}

@media only screen and (max-width:1300px) {
    .container{max-width: 1140px;}
}

@media only screen and (max-width:1100px) {
    .headerbottombox .rightbox{
        display: none;
    }
}

@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 only screen and (max-width:992px) {
    .footerlist ul li{
        font-size: 14px;
    }
    #footer .footerbottombox .footerlist .title{
        font-size: 22px;
    }
    #footer .footerbottombox .lay1400px .footerlist{
        margin-bottom: 35px;
    }
    #footer .footerbottombox .lay1400px .footerbottomline{
        display: none;
    }
    #footer .footerbottombox .lay1400px{
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    #footer .footerbottombox{
        padding-top: 60px;
    }
    #footer .footertopbox{
        padding-bottom: 60px;
    }
    #footer .footertopimg{
        margin-top: 20px;
    }
    #footer{
        padding-top: 60px;
    }
    #footer .footertitle{
        font-size: 25px;
    }
}