@charset "UTF-8";

/*初始化类*/
/* common.css */

html {
    overflow-x: hidden;
}

@font-face {
    font-family: 'oswald';
    src: url('./fonts/oswald/Oswald-VariableFont_wght.ttf');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: #efefef;
    /* -webkit-user-select: none; */
    background: #efefef;
    font-family: oswald;
    -webkit-font-smoothing: antialiased !important;
    /* height: 100%; */
}

body {
    font-family: oswald;
    font-size: 14px;
    color: #666;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* 抗锯齿很好（ */
    -webkit-font-smoothing: antialiased !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

ul,
li {
    /* list-style: none; */
}

a {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

video {
    width: 100%;
}

[v-cloak] {
    display: none;
}

/*自动隐藏文字*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 水波纹效果 */
.btn-ripple {
    vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
    0% {
        background: rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

/*图片经过*/
.tran_scale {
    overflow: hidden;
    display: block;
}



/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

.tran_scale:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -moz-: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
}

/* 滑过按钮 */
.common-bt {
    transition: all .3s linear;
}

.common-bt:hover {
    /* border-color: #bea578;
    color: #bea578; */
}

.cimac-header {
    position: fixed;
    top: 0;
    left: 0;
    background: none;
    width: 100vw;
    /* height: 4.167vw; */

    z-index: 99;


    /* padding-top: 1.4vw; */
}

.cimac-header-con {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 3vw;
    transition: all 0.3s;
    background: rgba(0, 0, 0, .05);
}

.cimac-header-conon {
    background: #333132;
    /* background: rgba(0, 0, 0, .2); */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.cimac-header-logoh {
    height: 2.6vw;
    object-fit: contain;
}

.cimac-header-nav {
    display: flex;
    align-items: center;
    /* padding-left: 20%;
    padding-right: 30%; */
    padding-top: 1vw;
}

.cimac-header-nav-i {
    color: #fff;
    font-size: 1.04vw;
    margin-right: 1.6vw;
    position: relative;
    padding: 0 0.5vw;
    padding-top: 0.4vw;
    padding-bottom: 1.4vw;
}

.cimac-header-nav-i:last-child {
    margin-right: 0;
}

.cimac-header-hover:hover {
    color: #F4BC45;
}


.cimac-header-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333132;
    border-radius: 1vw;
    padding: .3vw .8vw;
    cursor: pointer;
}

.cimac-header-langtm {
    background: #5a5a5a;
}

.cimac-header-lang-i {
    color: #fff;
    font-size: 0.94vw;
    font-weight: 400;

}

.cimac-header-lang-is {
    padding: 0 .6vw;
}

.com-bottom {
    height: 3vw;
}
.com-bottom-index {
    height: 0vw;
}
.cimac-header-subcon {
    position: absolute;
    left: 0;
    top: 3.3vw;
    background: #fff;
    color: #000;
    display: none;
}

.cimac-header-subcon {
    padding-top: 1vw;
}

.cimac-header-subnav {
    color: #000;
}

.cimac-header-subnav {
    padding-left: 0.8vw;
    margin-bottom: 1vw;
    font-size: 1vw;
    width: 9.6vw;

}

.cimac-header-subnav:hover {
    color: #F4BC45;
}

.cimac-header-sub:hover {
    color: #F4BC45;
    position: relative;
    z-index: 2;
    background-color: #fff;
}

.cimac-header-sub:hover>.cimac-header-subcon {
    display: block;
}

.cimac-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E0E0E0;
    padding-top: 2vw;
}

.cimac-footer-logoh {
    height: 2.6vw;
    display: block;
    margin: auto;
}

.cimac-footer-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.8vw;
}

.cimac-footer-nav-i {
    color: #000000;
    font-size: 0.8vw;
    margin-right: 0.6vw;
    position: relative;
    padding: 1vw;
    font-family: Arial;
}


.cimac-footer-aq {
    padding-top: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cimac-footer-aqi {
    color: #000000;
    font-size: 0.8vw;
    margin-right: 1.6vw;
    position: relative;
    cursor: pointer;
    font-family: Arial;
}

.cimac-footer-nav-i:last-child,
.cimac-footer-aqi:last-child {
    margin-right: 0;
}

.cimac-footer-nav-i:hover,
.cimac-footer-aqi:hover,
.cimac-footer-subnav:hover {
    color: #F4BC45;
}

.cimac-footer-line {
    padding-top: 3.02vw;
    border-bottom: 0.1vw solid #000;
    width: 10vw;
    margin: auto;
}

.cimac-footer-filing {
    padding-top: 2vw;
    text-align: center;
    color: #000;
    font-size: 0.8vw;
    color: #000000;
    font-family: Arial;
}

.cimac-footer-filing2 {
    padding-top: 0.6vw;
    padding-bottom: 3vw;
}

.cimac-footer-subcon {
    position: absolute;
    top: 3vw;
    left: 0;
    background: #fff;
    width: 10vw;
    padding: 0.6vw 1vw;
    display: none;
}

.cimac-footer-subnav {
    font-size: 1vw;
    color: #000;
    padding: 0.4vw 0;
}

.cimac-footer-sub:hover {
    background: #fff;
}

.cimac-footer-sub:hover>.cimac-footer-subcon {
    display: block;
}

.pc {
    display: block;
}

.wap {
    display: none;
}
.banner-com-top{
    position: relative;
}
.banner-com-postion{
    position: absolute;
    left: 17.2%;
    bottom: 4%;
}
.banner-com-postion1{
    font-size: 2.4vw;
    color: #fff;
}
.banner-com-postion2{
    padding-top: 3.4vw;
    font-size: 1vw;
    color: #fff;
    display: flex;
    align-items: center;
}
.banner-com-postion2j{
    padding: 0 .4vw;
}
.common-warp{
    padding: 0 17.2vw;
    padding-top: 6.35vw;
}

.common-view-con{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.common-view-intro{
    font-weight: 400;
    font-size: 1vw;
    color: #000000;
    width: 40vw;
}
.common-view-introp{
    padding-top: 2vw;
}
.common-view-repad{
    padding-top: 0;
}
.common-view-intro-icon{

}
.common-view-dowload{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    padding: 1vw 0;
    border-bottom: 0.2vw solid #F4BC45;
    width: 20vw;
}
.common-view-dowload-icon{
    width: 1.3vw;
    height: 1.3vw;
    margin-right: 0.8vw;
}
.common-view-dowload-txt{
    font-weight: 400;
    font-size: 1vw;
    color: #000000;
}
.common-view-date{
    padding-top: 3vw;
}
.company-tab-warp{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1vw;
}
.company-tab-container{
   background: #EFEFEF;
   height: 3vw;
}
.company-tab-item{
    width: auto;
    margin-right: 4vw;
}
.company-tab-item:last-child{
    margin-right: 0;
}
.company-tab-item-a{
    font-size: 1vw;
    color: #000;
    display: block;
    padding: 0 .2vw;
    padding-bottom: .2vw;
    cursor: pointer;
}
.company-tab-item-aon{
    border-bottom: .2vw solid#F4BC45;
}
@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .wap {
        display: block;
    }

    .cimac-header-wapcon {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 4vw;
        height: 16vw;
        width: 100%;
    }

    .cimac-header-wapconbj {
        background: #333132;
    }

    .cimac-header-logoh {
        height: 10vw;
    }

    .cimac-header-wapmenu {
        width: 5vw;
        height: 4vw;
        cursor: pointer;
        /* transition: all .3s linear; */
    }

    .cimac-header-wapmclose {
        width: 5vw;
        height: 5vw;
        cursor: pointer;
        /* transition: all .3s linear; */
    }

    .cimac-header-menu {
        /* padding: 4vw 0; */
        padding-left: 18vw;
        transition: all 0.5s ease-out;
        opacity: 0;
        transform: translateY(-100vw);
        visibility: hidden;
        background: #333132;
        position: absolute;
        width: 100%;
        z-index: 9;
        /* height: 0; */
    }

    .cimac-header-menu-item {
        padding: 3.0vw 0;
        font-size: 4.2vw;
    }

    .cimac-header-menu.cimac-header-opmenu {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
        overflow-y: auto;
        max-height: 145vw;
        height: 145vw;
        /* height: auto; */
    }

    .cimac-header-con {
        padding: 0;
    }

    .cimac-header-subwapnav {
        font-size: 4.4vw;
        padding: 2vw 0;
    }

    .cimac-header-menu-tcitem {
        display: block;
    }

    .cimac-header-subwapcon {
        padding: 0 6vw;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .cimac-header-menu-itemon {
        padding-bottom: 0;
    }

    .cimac-header-menu-itemon>.cimac-header-subwapcon {
        padding-bottom: 0;
        max-height: 60vw;
        /* color: #000;
        display: block; */
        /* height: 10vw; */
    }

    /* .cimac-header-menu-item:active{
        color: #F4BC45;
    } */
    .com-bottom {
        height: 6vw;
    }

    .cimac-footer {
        justify-content: normal;
        padding-top: 4vw;
    }

    .cimac-footer-cs {
        padding: 0 9vw;
        width: 100%;
        box-sizing: border-box;
    }

    .cimac-footer-logoh {
        margin: unset;
        height: 10vw;
        margin-left: 4vw;
    }

    .cimac-footer-nav {
        display: block;
        padding-left: 4vw;
        padding-top: 6vw;
    }

    .cimac-footer-nav-i {
        font-size: 3.8vw;
        padding: 1.2vw 0;
    }

    .cimac-footer-aq {
        padding-top: 6vw;
        justify-content: space-between;
    }

    .cimac-footer-aqi {
        font-size: 3.6vw;
        margin-right: 0;
    }

    .cimac-footer-line {
        width: 70vw;
        padding-top: 5vw;
    }

    .cimac-footer-filing {
        padding-top: 5vw;
        font-size: 3.2vw;
    }

    .cimac-footer-filing2 {
        padding-top: 1vw;
    }

    .cimac-footer-subcon {
        display: block;
        position: unset;
        background: none;
        width: auto;
        padding: 0 4vw;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease-out;
    }

    .cimac-footer-subconon {
        padding-bottom: 0;
        max-height: 60vw;
    }

    .cimac-footer-sub:hover {
        background: none;
        /* padding-bottom: 0; */
    }

    .cimac-footer-subnav:hover {
        color: #000;
    }

    .cimac-footer-subnav {
        font-size: 3.8vw;
        padding: 1vw 0;
    }

    .cimac-footer-nav-i:hover,
    .cimac-header-nav-i:hover {
        color: #000;
    }

    .cimac-header-lan {
        padding: 2vw 0;
        padding-right: 4vw;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }

    .cimac-header-lanl {
        position: relative;
        width: 24vw;
        height: 10vw;
        border-radius: 5vw; /* 高度的一半，形成胶囊形状 */
        background-color: #f0f0f0;
        overflow: hidden;
        cursor: pointer;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
        transition: background-color 0.3s ease;
    }

    .cimac-header-lan-slider {
        position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      background-color: #FFB800;
      border-radius: 5vw;
      transition: transform 0.3s ease;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      color: black;
      font-weight: 500;
      font-size: 4vw;
        
    }

    .cimac-header-lanli {
        position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0;
      margin: 0;
      color: #000;
      font-weight: 500;
      font-size: 4vw;
      z-index: 2;
      user-select: none;
    }
    .cimac-header-lanl span{
        width: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }

    .cimac-header-lanl.active {
        background-color: #fff;
    }

    .cimac-header-lan-slider.active {
        transform: translateX(100%);
    }
    /* 移动端普通 3.8 */
    .common-warp{
        padding: 0 4vw;
        padding-top: 10vw;
    }

    .common-view-con{
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .common-view-intro{
        width: auto;
        font-size: 3.8vw;
    }
    .common-view-intro-icon{
        height: 40vw;
        margin: auto;
        margin-bottom: 4vw;
    }
    .common-view-introp2{
        padding-top: 4vw;
    }
    .common-view-dowload{
        margin-top: 10vw;
        width: auto;
        padding: 3vw 0;
        border-bottom: 1vw solid #F4BC45;
    }
    .common-view-dowload-icon{
        height: 3vw;
        width: 3vw;
        margin-right: 2vw;
    }
    .common-view-dowload-txt{
        font-size: 4vw;
        /* letter-spacing: 1em; */
    }
    .common-view-date{
        padding-top: 10vw;
    }
    .common-view-date-img{
        /* height: 10vw; */
    }
    .common-view-date-item{
        font-size: 2.6vw;
        margin-right: 3vw;
        font-weight: 300;
    }
    .company-tab-warp{
        padding: 0 4vw;
        padding-top: 4vw;
    }
    .company-tab-container{
        height: 10vw;
    }
    .company-tab-item{
        width: auto;
        margin-right: 6vw;
    }
    .company-tab-item-a{
        font-size: 3.8vw;
        color: #000;
        display: block;
        padding: 0 .6vw;
        padding-bottom: .2;
        cursor: pointer;
    }
    .company-tab-item-aon{
        border-bottom: .6vw solid#F4BC45;
    }
}