@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,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;background: #F5F8FC;}
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;}
/*底部*/
#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}
@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;}
    #footer .agent .item{margin-right: 10px}
}

@media only screen and (max-width:992px) {
    #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}
}