:root {
    /* 主题色 */
    --primary-color: #0C1C6D;
    --secondary-color: #000;
    --background-color: #0C1C6D;

    /* 文字颜色 */
    --text-primary: #004EA2;
    --text-secondary: #666;
    --text-light: #0C1C6D;

    /* 链接颜色 */
    --link-color: #666;
    --link-hover-color: #000;

    /* 多语言字体大小基础变量 */
    --font-size-base: 1rem;
    --font-size-small: 0.875rem;
    --font-size-medium: 1rem;
    --font-size-large: 1.125rem;
    --font-size-xl: 1.25rem;
    --font-size-2xl: 1.5rem;
    --font-size-3xl: 2rem;
    
    /* 行高调整 */
    --line-height-base: 1.5;
    --line-height-tight: 1.2;
    --line-height-relaxed: 1.8;
}

/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
    overflow-x: hidden;
}

@font-face {
  font-family: 'PuHuiTi-L';
  src: url("../font/Alibaba_PuHuiTi_Light.ttf");
}
@font-face {
  font-family: 'PuHuiTi-B';
  src: url("../font/AlibabaPuHuiTi_Bold.ttf");
}
@font-face {
  font-family: 'PuHuiTi-R';
  src: url("../font/Alibaba_PuHuiTi_Regular.ttf");
}

* {
    font-family: "PuHuiTi-R" !important;
    color:#3e3a39;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #ffffff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, 微软雅黑 !important;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

i {
    font-style: normal;
}


a {
    text-decoration: none;
    outline: none;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #666666;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/* pc搜索新样式 */
.pc_ss {
    position: initial !important;
}

.pc_ss #formsearch {
    width: 100% !important;
    top: 5rem !important;
    z-index: 999 !important;
    height: 5rem;
    background: #ffffff;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.08);
}

.souss {
    position: relative;
    max-width: 25rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.souss input#s_btn {
    width: 70px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2.3rem;
}

.btn_close {
    margin-left: 1rem;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.souss input#keyword {
    width: 100% !important;
    color: #666666 !important;
}

.souss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #666666 !important;
}

.souss input#keyword,
.souss input#s_btn {
    height: 46px !important;
    line-height: 46px !important;
    border-radius: 30px;
    font-size: 0.8rem !important;
}

/*----- Common css ------*/
.mdy_fl {
    float: left;
}

.mdy_fr {
    float: right;
}

.mdy_di {
    _display: inline;
}

.mdy_fwn {
    font-weight: normal;
}

.mdypr {
    position: relative;
}

.mdy_dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.mdy_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
}

.mdy_flex_c {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
}

.mdy_flexAl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    display: -webkit-flex;
}

.mdy_flexc {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.mdy_flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mdy_flexd2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* 文本居中 */
.mdy_tar {
    text-align: right;
}

.mdy_wh {
    max-width: 1420px;
    margin: 0 auto;
    padding: 0 15px;
}

.mdy_pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.mdy_com-img {
    /* display: inline; */
    overflow: hidden;
    /* margin: 0 auto; */
    /* display: table; */
}

.mdy_com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.mdy_com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/* img效果 */
.shine-effect {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.shine-effect img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}

.shine-effect::before {
    content: "";
    position: absolute;
    top: -100%;
    left: -75%;
    width: 50%;
    height: 300%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-20deg);
}

.wh_100 {
    width: 100%;
}

/* hover 触发动画 */
.shine-effect:hover::before {
    animation: shine 0.8s ease-in-out;
}

/* 关键帧动画 */
@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}



/*滚动*/
#mdy_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#mdy_indemo {
    float: left;
    width: 800% !important;
}

#mdy_demo1 {
    float: left;
}

#mdy_demo2 {
    float: left;
}

#mdy_m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#mdy_m_indemo {
    float: left;
    width: 800% !important;
}

#mdy_m_demo1 {
    float: left;
}

#mdy_m_demo2 {
    float: left;
}

.active i {
    animation: indppTitleRight 2.6s ease both;
}

.mdy_grid_2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: .9rem;
    grid-column-gap: 1.55rem;
}

.mdy_grid_3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.81vw;
}

.mdy_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    justify-content: space-between;
}

.mdy_grid_6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}

@keyframes indppTitleRight {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(110%);
    }
}

/* 文字 */
.mdy_h3 {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media (max-width: 1200px) {
    .mdy_grid_6 {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .mdy_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .mdy_grid_6 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .mdy_grid {
        /* grid-template-columns: repeat(1, 1fr); */
    }
}

/*video click*/
.video_click {
    position: relative;
    display: block;
    line-height: 0;
    overflow: hidden;
  }
  
  .video_click:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3) url("../images/videoclick.png") no-repeat center;
  }
  
  .cboxOverlay {
    position: fixed;
    z-index: 100001;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
  }
  
  .colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 100002;
    display: none;
  }
  
  .colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url("../images/closeVideo.png") no-repeat center;
    cursor: pointer;
  }
  
  .colorbox .video,
  .colorbox .video video {
    width: 100%;
    height: 100%;
  }

  .video_click .wz {
    position: absolute;
    bottom: 2rem;
    left: .85rem;
    z-index: 2;
  }
  .video_click .wz h3 {
    font-size: 18px;
    color: #ffffff;
  }
  .video_click .wz p {
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1;
    margin-top: 1.3rem;
  }