html {
    font-size: 100px
}

@media(max-width: 1600px) {
    html {
        font-size:95px
    }
}

@media(max-width: 1440px) {
    html {
        font-size:80px
    }
}

@media(max-width: 1220px) {
    html {
        font-size:65px
    }
}

@media(max-width: 1024px) {
    html {
        font-size:80px
    }
}

@media(max-width: 991px) {
    html {
        font-size:70px
    }
}

@media(max-width: 639px) {
    html {
        font-size:60px
    }
}

@font-face {
    display:swap;font-family: montserrat;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat-Regular.woff) format("woff")
}

@font-face {
    display:swap;font-family: lucidacalligraphy;
    src: url(../fonts/LucidaCalligraphy.ttf) format("ttf"),url(../fonts/LucidaCalligraphy.woff) format("woff")
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 10;
    display: none
}

body,html {
    -webkit-text-size-adjust: none;
    background: #f3f6fb
}

body {
    overflow-x: hidden
}

a,body,button,dd,div,dl,dt,em,html,input,li,ol,p,select,span,td,textarea,th,ul {
    font-family: montserrat,microsoft yahei,pingfangsc regular,sourcehansanscn-normal,helveti1ca neue,arial,tohoma
}

body,button,html,input,select,textarea {
    font-family: montserrat,microsoft yahei,pingfangsc regular,sourcehansanscn-normal,helveti1ca neue,arial,tohoma
}

a,a:active,a:hover,a:link,a:visited {
    outline: 0;
    text-decoration: none
}

a:active,a:hover {
    background-color: transparent
}

b,em,strong {
    font-style: normal;
    font-weight: none
}

small {
    display: block;
    font-size: 100%
}

button,input,radio,select,textarea {
    outline: 0;
    border: 0
}

select:link,select:visited {
    color: #666
}

textarea {
    resize: none
}

img {
    max-width: 100%
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    outline: 0;
    blr: expression(this.onFocus=this.blur())
}

::-ms-clear,::-ms-reveal {
    display: none
}

select::-ms-expand {
    display: none
}

.mt0 {
    margin-top: 0!important
}

.mr0 {
    margin-right: 0!important
}

.mb0 {
    margin-bottom: 0!important
}

.ml0 {
    margin-left: 0!important
}

.weui-cell {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.weui-cell_primary {
    min-width: 1px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.weui-cell__bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.weui-cell__ft {
    text-align: right;
    color: #999
}

.weui-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.weui-flex__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.box_table {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%;
    height: 100%
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle
}

.box_table_cell * {
    white-space: normal;
    word-wrap: break-word
}

.noafter::after,.nobefore::before {
    display: none!important
}

input:focus:invalid,input:required:invalid,textarea:focus:invalid,textarea:required:invalid {
    box-shadow: none;
    -moz-box-shadow: none
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #8fbaff
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #8fbaff
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #8fbaff
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #8fbaff
}

div:focus {
    outline: 0
}

img:focus {
    outline: 0
}

.container {
    margin: 0 auto;
    padding: 0 15px
}

@media(min-width: 768px) {
    .container {
        width:750px;
        padding: 0
    }
}

@media(min-width: 1024px) {
    .container {
        width:960px;
        padding: 0
    }
}

@media(min-width: 1200px) {
    .container {
        width:1170px;
        padding: 0
    }
}

@media(min-width: 1280px) {
    .container {
        width:1200px;
        padding: 0
    }
}

@media(min-width: 1366px) {
    .container {
        width:1280px;
        padding: 0
    }
}

@media(min-width: 1440px) {
    .container {
        width:1366px;
        padding: 0
    }
}

@media(min-width: 1600px) {
    .container {
        width:1440px;
        padding: 0
    }
}

.pd0 {
    padding: 0!important
}

.pl0 {
    padding-left: 0!important
}

.pr0 {
    padding-right: 0!important
}

.white {
    color: #fff!important
}

.red {
    color: #a21f24!important
}

.gray333 {
    color: #333!important
}

.gray999 {
    color: #999!important
}

.opacity5 {
    opacity: .5
}

a.fill {
    display: block;
    width: 100%;
    height: 100%
}

.max {
    max-width: 100%
}

.auto {
    margin-left: auto!important;
    margin-right: auto!important
}

.img-cover {
    object-fit: cover
}

.img-contain {
    object-fit: contain
}

.bg-white {
    background-color: #fff
}

.bg-gray1 {
    background-color: #f5f5f5
}

.bg-gray2 {
    background-color: #f7f7f7
}

h1,h2,h3,h4,h5,p {
    margin: 0
}

.f12 {
    font-size: 12px
}

.f14 {
    font-size: 16px
}

.f16 {
    font-size: 16px
}

.f18 {
    font-size: 18px
}

.f20 {
    font-size: 20px
}

.f22 {
    font-size: 22px
}

.f24 {
    font-size: 24px
}

.f26 {
    font-size: 26px
}

.f28 {
    font-size: 28px
}

.f30 {
    font-size: 30px
}

.f36 {
    font-size: 36px
}

.f40 {
    font-size: 40px
}

.tl {
    text-align: left
}

.tc {
    text-align: center
}

.tr {
    text-align: right
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.pr {
    position: relative
}

.pb {
    position: absolute
}

.pf {
    position: fixed
}

.block {
    display: block
}

.hide {
    display: none
}

.inline {
    display: inline-block
}

.hidden {
    overflow: hidden
}

.cap {
    text-transform: capitalize
}

.upper {
    text-transform: uppercase
}

.bold {
    font-weight: 700
}

.indent {
    text-indent: 2em
}

.normal {
    font-weight: 400
}

.vmid td {
    vertical-align: middle
}

.hand {
    cursor: pointer
}

.ff-ar {
    font-family: Arial!important
}

.noborder {
    border: 0!important
}

.noradius {
    border-radius: 0!important
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify
}

.filterbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    zoom:1}

.tips,.tips1 {
    display: none;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -125px;
    padding: 10px;
    width: 250px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 3px;
    background: rgba(0,0,0,.75);
    zoom:1}

@media(max-width: 639px) {
    .tips,.tips1 {
        position:fixed;
        -webkit-transform: translateZ(0)
    }
}

.clearfix:after {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    content: "\200B"
}

.trans-3 {
    -webkit-transition: all .35s linear;
    transition: all .35s linear
}

.trans-8 {
    -webkit-transition: all .8s;
    transition: all .8s
}

.h1,.h2,.h3,p {
    margin: 0
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    transition: all .3s ease-in-out;
    border-bottom: 1px solid rgba(255,255,255,.2)
}

header {
    display: flex;
    align-items: center;
    height: 1.04rem;
    padding-left: 6vw;
    padding-right: 2.5vw
}

header .logo {
    width: 2.01rem;
    position: relative;
    height: .6rem
}

header .logo img {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0
}

header .logo .before {
    visibility: visible;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0)
}

header .logo .after {
    visibility: hidden;
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0)
}

header .navs>ul {
    float: right;
    margin: 0;
    padding: 0
}

header .navs>ul>li {
    float: left;
    margin: 0 .45rem;
    position: relative
}

header .navs>ul>li>a {
    float: left;
    padding: 0 .05rem;
    display: inline-block;
    line-height: 1.04rem;
    font-size: 18px;
    text-align: center;
    color: #fff;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden
}

header .navs>ul>li.home .hm2 {
    display: none
}

header .navs>ul>li:not(.dropdown)>a:after {
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: .03rem solid #fff;
    width: 0;
    content: "";
    display: block;
    transition: width .5s;
    -moz-transition: width .5s;
    -webkit-transition: width .5s;
    -o-transition: width .5s
}

header .navs>ul>li:hover>a:after {
    width: 100%
}

header .navs>ul>li.contact {
    margin-left: 0rem
}

header .navs>ul>li.contact a {
    line-height: .5rem;
    height: .5rem;
    margin-top: calc((1.04rem - .5rem)/ 2);
    background: #fff;
    border-radius: 24px;
    font-size: 14px;
    color: #537188;
    padding: 0 .3rem
}

.header-lang {
    position: relative;
    z-index: 2000;
    margin: 0 0 0 .5rem
}

.header-lang .box {
    height: 36px;
    width: 88px;
    cursor: pointer;
    box-sizing: border-box
}

.header-lang .box img {
    float: left;
    margin: 3px 0 0 8px
}

.header-lang .box .img2 {
    display: none
}

.header-lang .box em {
    float: left;
    margin: 8px 5px 0 8px;
    line-height: 18px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase
}

.header-lang .box i {
    float: left;
    margin: 8px 0 0;
    width: 15px;
    line-height: 18px;
    font-size: 11px;
    text-align: center;
    color: #fff
}

.header-lang .lang-box {
    width: 200px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 200;
    background: #fff;
    transform: translate3d(0,10px,0);
    -webkit-transform: translate3d(0,10px,0);
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease 0s;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(63,62,62,0.2);
}

.header-lang .lang-box::before {
    content: '';
    position: absolute;
    right: 25px;
    top: -8px;
    overflow: hidden;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    display: block;
}

.header-lang ul {
    max-height: 160px;
    overflow-y: scroll;
    padding: 5px 10px;
    border: 1px solid #e5e5e5;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-lang ul li {
    line-height: 20px;
    padding: 5px 0;
    border-bottom: 1px solid #f5f5f5;
    width: 50%;
}

.header-lang ul li:last-child {
    border: none;
}

.header-lang ul li a {
    color: #333;
    font-size: 12px;
    display: block;
}

.header-lang ul li a:hover {
    color: #015198;
}

.header-lang ul li img {
    vertical-align: middle;
    margin-right: 7px;
}

.header-lang:hover .lang-box {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}

header .navs>ul>li ul {
    position: absolute;
    width: 210px;
    height: auto;
    left: -40px;
    top: calc(1.04rem + 9px);
    z-index: 9999;
    padding: 3px 0 0;
    border-radius: 4px;
    background: #fff;
    box-shadow: rgba(0,0,0,.14) 0 -6px 9px 0;
    transform: rotate3d(1,0,0,-90deg);
    -webkit-transform: rotate3d(1,0,0,-90deg);
    -o-transform: rotate3d(1,0,0,-90deg);
    -webkit-transform-origin: 0 0 0;
    -moz-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: transform .5s,opacity .3s;
    -webkit-transition: -webkit-transform .5s,opacity .3s
}

header .navs>ul>li>a.hover {
    color: #f7931e
}

header .navs>ul>li ul::before {
    content: '';
    position: absolute;
    left: 60px;
    margin: 0;
    top: -8px;
    overflow: hidden;
    display: inline-block;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent
}

header .navs>ul>li:nth-child(2) ul::before {
    left: 80px
}

header .navs>ul>li ul>li {
    float: none;
    border-bottom: 1px solid #ededed;
    text-align: left;
    position: relative
}

header .navs>ul>li ul>li:last-child {
    border: none
}

header .navs>ul>li ul>li>a {
    display: block;
    padding: 10px 20px;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    text-transform: capitalize
}

header .navs>ul>li ul>li>a i {
    position: absolute;
    right: 10px;
    font-size: 11px
}

header .navs>ul>li ul>li>a:hover {
    color: #f7931e
}

header .navs>ul>li:hover>a>i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

header .nav-icon {
    display: none;
    cursor: pointer
}

header .nav-icon span {
    display: block;
    width: 22px;
    height: 3px;
    background: #f7931e;
    border-radius: 2px;
    transition: all .3s linear
}

header .nav-icon span:not(:first-child) {
    margin-top: 3px
}

header .nav-icon.on span:nth-of-type(1) {
    -webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg);
    transform: matrix(1,0,0,1,0,6) rotate(45deg)
}

header .nav-icon.on span:nth-of-type(3) {
    -webkit-transform: matrix(1,0,0,1,0,6) rotate(45deg);
    transform: matrix(1,0,0,1,0,-6) rotate(-45deg)
}

header .nav-icon.on span:nth-of-type(2) {
    width: 0
}

header .search {
    width: 26px;
    height: 26px;
    background: url(../images/icoSearch1.png.webp);
    cursor: pointer;
    margin-left: .1rem
}

@media(min-width: 1001px) {
    header .logo {
        width:1.34rem;
        position: relative;
        height: .4rem
    }

    header .navs>ul>li {
        margin: 0 10px
    }

    header .navs>ul>li>a {
        padding: 0 .05rem;
        display: inline-block;
        line-height: 1.04rem;
        font-size: 13px
    }
}

@media(min-width: 1200px) {
    header .navs>ul>li {
        margin:0 .16rem
    }

    header .navs>ul>li>a {
        padding: 0 .05rem;
        display: inline-block;
        line-height: 1.04rem;
        font-size: 14px
    }

    header .navs>ul>li.contact {
        margin-left: .2rem;display: none;
    }
}

@media(min-width: 1280px) {
    header .navs>ul>li {
        margin:0 .2rem
    }

    header .navs>ul>li>a {
        padding: 0 .05rem;
        display: inline-block;
        line-height: 1.04rem;
        font-size: 14px
    }
}

@media(min-width: 1366px) {
    header .navs>ul>li {
        margin:0 .20rem
    }

    header .navs>ul>li>a {
        padding: 0 .05rem;
        display: inline-block;
        line-height: 1.04rem;
        font-size: 16px
    }
}

@media(min-width: 1440px) {
    header .navs>ul>li {
        margin: 0 .2rem;
    }

    header .navs>ul>li>a {
        padding: 0 .05rem;
        display: inline-block;
        line-height: 1.04rem;
        font-size: 16px
    }
}

@media(min-width: 1000px) {
    header.on {
        border-bottom:1px solid #dfdfdf;
        background: #fff;
        height: .9rem;
        webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.1);
        box-shadow: 0 5px 10px rgba(0,0,0,.1)
    }

    header.on .logo {
        width: 1.34rem;
        position: relative;
        height: .4rem
    }

    header.on .navs>ul>li>a {
        color: #666;
        line-height: .9rem;
    }

    header.on .navs>ul>li>a.hover {
        color: #f7931e
    }

    header.on .navs>ul>li.home .hm1 {
        display: none
    }

    header.on .navs>ul>li.home .hm2 {
        display: inline
    }

    header.on .navs>ul>li.li:hover>a {
        color: #fff
    }

    header.on .navs>ul>li ul {
        top: calc(.9rem + 9px)
    }

    header.on .logo .after {
        visibility: visible;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    header.on .logo .before {
        visibility: hidden;
        -webkit-clip-path: inset(50% 0 50% 0);
        clip-path: inset(50% 0 50% 0)
    }

    header .navs>ul>li:hover>ul {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        transform: rotate3d(0,0,0,0);
        -webkit-transform: rotate3d(0,0,0,0);
        -o-transform: rotate3d(0,0,0,0)
    }

    header.on .navs>ul>li.contact a {
        line-height: .5rem;
        height: .5rem;
        margin-top: calc((.9rem - .5rem)/ 2);
        background: #f7931e;
        border-radius: 24px;
        font-size: 14px;
        color: #fff;
        padding: 0 .3rem
    }

    header.on .navs>ul>li:hover>a:after {
        width: 0
    }

    header.on .search {
        background: url(../images/icoSearch2.png)
    }

    header.on .header-lang .box em {
        color: #666
    }

    header.on .header-lang .box .img2 {
        display: block
    }

    header.on .header-lang .box .img1 {
        display: none
    }
}

@media(max-width: 1000px) {
    header {
        top:0;
        margin: 0;
        border-radius: 0;
        background: #fff;
        border: none;
        padding: 0 5vw;
        height: 60px;
        border-bottom: 1px solid #ececec
    }

    header .logo {
        height: 25px;
        width: 84px;
        margin-left: 0
    }

    header .logo .after {
        visibility: visible;
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }

    header .logo .before {
        visibility: hidden;
        -webkit-clip-path: inset(50% 0 50% 0);
        clip-path: inset(50% 0 50% 0)
    }

    header .navs {
        position: fixed;
        top: 60px;
        left: 0;
        text-align: left;
        right: 0;
        bottom: 0;
        background: #262626;
        padding: 10% 5% 0;
        display: none
    }

    header .navs>ul {
        width: 100%
    }

    header .navs>ul>li {
        width: 100%;
        margin: 0;
        -webkit-animation: fadeup .5s;
        animation: fadeup .5s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

    header .navs>ul>li a {
        width: 100%;
        line-height: 50px;
        margin-left: 0;
        font-size: 14px;
        display: block;
        border-bottom: 1px solid #414141;
        text-align: left
    }

    header .navs>ul>li a:after {
        display: none
    }

    header .navs>ul>li:nth-child(1) {
        -webkit-animation-delay: .2s;
        animation-delay: .2s
    }

    header .navs>ul>li:nth-child(2) {
        -webkit-animation-delay: .3s;
        animation-delay: .3s
    }

    header .navs>ul>li:nth-child(3) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s
    }

    header .navs>ul>li:nth-child(4) {
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    header .navs>ul>li:nth-child(5) {
        -webkit-animation-delay: .6s;
        animation-delay: .6s
    }

    header .navs>ul>li:nth-child(6) {
        -webkit-animation-delay: .7s;
        animation-delay: .7s
    }

    header .navs>ul>li:nth-child(7) {
        -webkit-animation-delay: .8s;
        animation-delay: .8s
    }

    header .navs>ul>li:nth-child(8) {
        -webkit-animation-delay: .9s;
        animation-delay: .9s
    }

    header .navs>ul>li:nth-child(9) {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    header .nav-icon {
        display: block
    }

    header .search {
        margin-right: 5px
    }

    header .navs>ul>li.contact {
        margin-left: 0
    }

    header .navs>ul>li.contact a {
        line-height: 51px;
        height: 51px;
        margin-top: 0;
        background: 0 0;
        border-radius: 0;
        font-size: 14px;
        color: #fff;
        padding: 0
    }

    header .header-lang .box em {
        color: #666
    }
}

@media(max-width: 767px) {
    header {
        padding:0 15px
    }
}

.searchbox {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: .85rem;
    display: flex;
    align-items: center;
    z-index: 10;
    background: #fff;
    padding: 0 8vw;
    transition: all .5s ease-in-out;
    transform: translateY(-100%);
    z-index: 9999
}

.searchform {
    flex: 1;
    display: flex;
    align-items: center;
    height: .7rem;
    border-bottom: 1px solid #d1d1d1
}

.searchform input {
    flex: 1;
    text-align: center;
    font-size: .18rem;
    color: #666
}

.searchform img {
    width: .24rem
}

.searchform button {
    background: 0 0;
    font-size: .24rem;
    color: #666
}

.search-close {
    margin-left: 3vw;
    width: .3rem;
    cursor: pointer
}

.searchbox.on {
    transform: translateY(0);
    padding: 0 8vw
}

.video-boxM {
    position: fixed;
    top: 50%;
    left: 50%;
    padding-bottom: .2rem;
    border-radius: .1rem;
    background: #fff;
    width: 55vw;
    display: none;
    z-index: 15
}

.video-boxM .videoclose {
    float: right;
    margin-right: .1rem;
    cursor: pointer
}

.video-boxM video {
    display: block;
    width: 100%
}

.video-boxM .top {
    padding: .15rem 0
}

@media(max-width: 767px) {
    .video-boxM {
        width:100vw
    }

    .video-boxM .videoclose {
        width: 10px
    }
}

.footer__subnavSelect {
    width: 100%;
    background: #626e7f;
    height: 45px;
    border: 0;
    border-bottom: 1px solid #879baa;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #fff;
    padding: 2px 15px 0;
    background-color: #626e7f;
    background-image: url(../images/arrow-down-select.svg);
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: 15px;
    outline: 0
}

@keyframes fadedown {
    0%,30% {
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    40% {
        opacity: 1;
        transform: translate3d(0,0,0)
    }

    100% {
        opacity: 0;
        transform: translate3d(0,0,0)
    }
}

@keyframes fadeup {
    0% {
        transform: translateY(10px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

.fadeup {
    -webkit-animation-name: fadeup;
    animation-name: fadeup
}

@keyframes fadeleft {
    0% {
        transform: translateX(-20px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.fadeleft {
    -webkit-animation-name: fadeleft;
    animation-name: fadeleft
}

@keyframes bigtosmall {
    0% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

.bigtosmall {
    -webkit-animation-name: bigtosmall;
    animation-name: bigtosmall
}

@keyframes faderight {
    0% {
        transform: translateX(20px);
        opacity: 0
    }

    100% {
        transform: translateX(0);
        opacity: 1
    }
}

.faderight {
    -webkit-animation-name: faderight;
    animation-name: faderight
}

@media screen and (max-width: 768px) {
    .header-lang .box img.img1 {
        display:none;
    }

    .header-lang .box img.img2 {
        display: block;
    }

    .header-lang {
        margin: 0 0 0 0rem;
    }

    header .search {
        background: url(../images/icoSearch2.png);
    }

    .searchbox {
        top: 60px;
        opacity: 0;
        visibility: hidden;
    }

    .searchbox.on {
        opacity: 1;
        visibility: visible;
    }
}
