@charset "utf-8";
/*----------------公共部分----------------*/
/* html{overflow-x:hidden; overflow-y:auto;} */
body{ background-repeat:no-repeat; background-position:left top; position:relative; overflow-x: hidden;}
body, li, ul, ol, dl, dt, dd, form, input, textarea, h1, h2, h3, h4, h5, h6, p,select{ margin: 0px; padding: 0px; list-style-type:none; font-size: 12px; font:12px/1.5 tahoma,arial,"Microsoft YaHei";outline: 0 none;}
em,i{font-style:normal;}
a{color:#333;}
a{text-decoration:none;}
*{margin:0px; padding:0px;outline: none !important;box-sizing: border-box;}
img {-ms-interpolation-mode:bicubic; border:none; vertical-align: bottom;}
.view{z-index: 1;position: absolute;}
.horizontal .view{position:relative; float:left;}
.vertical .view{position:relative;}
.opacityHide{ opacity: 0;}
.opacityHide.animated{ opacity: 1;}
.view_contents{position:relative; width:100%; margin:0 auto; padding:0; z-index:10; height:100%; overflow: hidden; box-sizing: border-box;/*添加后，模块的内边距和边框不会再溢出*/}
.layout{ position: relative; width: 100%; margin: 0px auto; padding: 0px; z-index: 1;}
.layout > .view_contents{ /*overflow: visible;*/ cursor:default;}
/*流布局*/
.flow .view_contents > .view{float: left;}
.clear { clear: both; }
/*苹果去除样式*/
select,input[type='button'],input[type="reset"],input[type='submit'],input[type='text'],input[type="password"],input[name='query'],input[name='d']{-webkit-appearance: none; border-radius:0px}
input:focus{ -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-user-modify:read-write-plaintext-only;}

@font-face {
  font-family: 'ZenMaruGothic-Black';
  src: url('../fonts/ZenMaruGothic-Black.woff2') format('woff2'),
       url('../fonts/ZenMaruGothic-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ZenMaruGothic-Bold'; /* 自定义的字体名称 */
  src: url('../fonts/ZenMaruGothic-Bold.woff2') format('woff2'), /* 优先使用 WOFF2 格式，因为它通常具有更好的压缩性和兼容性 */
       url('../fonts/ZenMaruGothic-Bold.woff') format('woff'); /* 备用格式，以支持更旧的浏览器 */
  font-weight: normal; /* 定义字体的粗细，可以是 normal 或指定的数值如 400 */
  font-style: normal; /* 定义字体的样式，可以是 normal 或 italic */
}

video, img {
    vertical-align: bottom;
}

.flex {
  display: flex;
}
.space-between {
  justify-content: space-between;
}
.center {
  align-items: center;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  color:#333;
  font-size: 14px;
  font-family: ZenMaruGothic-Bold, Arial, Helvetica, sans-serif;
  /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
  /* 禁用IOS页面回弹 */
  overscroll-behavior: none;
}

a, button {
  transition: all 0.3s;
  cursor: pointer;
}

li {
  transition: all 0.3s;
}

.break-text {
  white-space: normal; /* 保留空白符序列，但是正常换行 */
  word-break: break-all; /* 允许在单词内换行 */
}

.content-section {
  width: 1440px;
  padding: 0 148px;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
}


.bot-btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  gap: 8px;
  font-weight: bold;
}
.bot-btns .btns {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.bot-btns .btn {
  color: #5C5C5C;
  width: 136px;
  height: 40px;
  border-radius: 8px;
  opacity: 1;

  /* 自动布局 */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px;
  gap: 8px;

  /* Carbon/100 */
  background: #DDDDDD;

  box-sizing: border-box;
  /* 主色/B 9 */
  border: 3px solid #464547;

  box-shadow: 0px 2px 0px 0px #464547;

  text-shadow: 0 2px 1px #fff;
}

.bot-btns .btn img {
  width: 20px;
  /* border: #ddd dashed 1px; */
}

.header {
  height: 54px;
  background-color: #2D2C2F;
}
.header .content-section {
  height: 100%;
}
.header .left {
  display: flex;
}
.header .left .menu {
  margin-left: 32px;
}
.header .left .menu a {
  margin-right: 32px;
}
.logo {
  height: 100%;
  display: flex;
  align-items: center;
}
.menu {
  display: flex;
  align-items: center;
}
.menu a {
  color: #ddd;
  font-weight: bold;
}
.menu .btn2 {
  padding: 4px 16px 4px 4px;
  border: 2px solid #5C5C5C;
  margin-left: 20px;
  border-radius: 40px;
  display: inline-block;
  box-sizing: border-box;
}
.menu .btn2 img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.content-bd {
  position: relative;
  background: linear-gradient(to bottom, #f4aa78, #fff);
}
.content-bd .content-section {
  height: 100%;
  /* background: url(../img/banner.png) no-repeat 300px bottom;
  background-size: auto 100%; */
}

.content-bd2 {
  background: url(../img/bg.jpg) no-repeat center top;
  background-size: cover;
  background-color: #aba9de;
  padding: 72px 0 65px;
}
.content-bd2 .content-section {
  height: 853px;
  background: url(../img/banner22.png) no-repeat center top;
  background-size: 1130px 100%;
}

.banner-con {
  padding: 140px 0 0;
  width: 88.7%;
  /* margin: 0 auto; */
  position: relative;
}

.banner-con .logoo {
  width: 334px;
}
.banner-con .robot {
  position: absolute;
  height: 88%;
  right: -20%;
  bottom: 0;
  z-index: 1;
}
.banner-con .infos {
  position: relative;
  z-index: 2;
}
.banner-con .text {
  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0em;
  font-family: ZenMaruGothic-Black, Arial, Helvetica, sans-serif;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #2D2C2F;
  text-shadow: #fff 0 2px 2px;
  margin-top: 20px;
}
.banner-con .text img {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.banner-con .btn1 {
  position: relative;
  display: block;
  margin-top: 34px;
  width: 310px;
}
.banner-con .btn1 .shou {
  position: absolute;
  right: 0;
  bottom: -15px;
}
.banner-con .btn2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 310px;
  height: 53px;
  border-radius: 78.5px;
  opacity: 1;
  background: #B0B0D6;
  border: 3px solid #2D2C2F;
  margin-top: 30px;

  font-size: 24px;
  font-weight: 900;
  line-height: 24px;
  letter-spacing: 0em;

  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #2D2C2F;
  text-shadow: #fff 0 2px 2px;
}
.banner-con .btn2 img {
  margin-right: 10px;
}
.content-bd .bot-btns {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 42px;
  /* margin: 150px 0 0 11px; */
  background: rgba(255, 255, 255, 0.7);
  color: #5C5C5C;
  /* width: 288px; */
  border-radius: 16px;
}
.content-bd .bot-btns .btns {
  flex-direction: column;

}

.footer {
  background: #2D2C2F;
}
.footer .flogo {
  /* margin-left: 248px; */
}
.footer .content-section {
  height: 72px;
}
.footer .bot-btns {
  display: flex;
  flex-direction: row;
  color: #B0B0D6;
  /* margin-right: 248px; */
  
}
.footer .bot-btns .btns {
  margin-left: 10px;
}
.footer2 {
  /* height: 242px; */
  line-height: 22px;
  background: #080808;
}
.footer2 .bd {
  display: flex;
  justify-content: space-between;
}
.footer2 .bd .links {
  width: 600px;
}
.footer2 .bd .links, .footer2 .email {
  margin: 40px 0 0;
}
.footer2 .email {
  /* margin-right: 80px; */
  color: #F4A876;
}
.footer2 a {
  color: #B0B0D6;
}
.footer2 .links a {
  display: inline-block;
  margin-right: 100px;
  margin-bottom: 16px;
}
.footer2 .links a:last-child {
  margin-right: 0;
}
.footer2 .link2 {
  margin-top: 55px;
  display: inline-block;
  color: rgba(176, 176, 214, 0.5);
}
.footer2 .copyright {
  color: rgba(176, 176, 214, 0.5);
  margin-top: 16px;
}
.footer2 .beian {
    margin-top: 16px;
    font-family: '黑体';
}
.footer2 .link2,
.footer2 .copyright {
}


@media screen and (max-width: 450px){
}
@media screen and (max-width: 3840px){
  .banner-con .robot {
    right: -100%;
  }
}
@media screen and (max-width: 2560px){
  .banner-con .robot {
    right: -50%;
  }
}
@media screen and (max-width: 1920px){
  .banner-con .robot {
    right: -30%;
  }
}
@media screen and (max-width: 1440px){
  .content-section {
    padding: 0 148px;
  }
  .banner-con .robot {
    right: -20%;
  }
}
@media screen and (max-width: 768px){/*mobi*/
  .header .left .menu a {
    display: none;
  }
  .header .left .menu a.m_video {
    display: inline-block;
    margin-right: 0;
  }
  .content-section {
    width: 100%;
    padding: 0 27.5px;
  }
  .footer .content-section {
    height: auto;
    flex-direction: column;
    padding-top: 22px;
    padding-bottom: 16px;
  }
  .footer2 .bd {
    flex-direction: column;
  }
  .footer .bot-btns {
    flex-direction: column;
  }
  .footer2 {
    height: auto;
  }
  .footer2 .content-section {
    flex-direction: column;
  }
  .footer2 .links a {
    display: block;
    margin-bottom: 32px;
  }
  .footer2 .links a:last-child {
    margin-bottom: 0;
  }
  .footer2 .link2 {
    margin-top: 36px;
    width: 325px;
  }
  .footer2 .copyright {
    width: 325px;
  }
  .footer2 .beian {
    width: 325px;
    padding-bottom: 35px;
  }
  .content-bd2 .content-section {
    height: 2339px;
    background: url(../img/banner22-m.jpg) no-repeat center top;
    background-size: 100% 100%;
  }
  .content-bd .content-section {
    /* height: 757px; */
    background: url(../img/banner1-m.png) no-repeat center bottom;
    background-size: 100% auto;
  }
  .banner-con {
    padding-top: 36px;
  }
  .banner-con .logoo {
    width: 100%;
  }
  .banner-con .text {
    font-size: 20px;
  }
  .banner-con .btn1 {
    margin-top: 32px;
  }
  .banner-con .btn2 {
    margin-top: 30px;
  }
  .banner-con .bot-btns {
    width: 288px;
    bottom: 150px;
  }
  .banner-con .bot-btns .btns {
    flex-direction: row;
  }
  .menu .btn2 {
    padding: 0 8px 0 0;
    /* border-radius: 50%; */
  }
  .menu .btn2 .text {
    /* display: none; */
  }
  .menu .btn2 img {
    margin: 2px 4px 2px 2px;
    width: 24px;
    height: 24px;
    top: 0;
  }
  .content-bd2 {
    padding: 0;
  }
  .footer2 .bd .links {
    width: auto;
  }
  .banner-con .robot,
  .banner-con .ico {
    display: none;
  }
  .content-bd .bot-btns {
    width: 288px;
    left: 42px; right: 42px;
    bottom: 24px;
  }
  .content-bd .bot-btns .btns {
    flex-direction: row;
  }
}







.yiqin-modal {
    position: fixed;
    min-width: 100px;
    max-width: 600px;
    /* background-color: #fff; */
    color: #444;
    top: 6%;
    left: 10%;
    box-shadow: 0 3px 8px 1px rgba(0, 0, 0, .2);
    border-radius: 3.5px;
    display: none;
    z-index: 100002;
}

.yiqin-modal.active {
    display: block;
}

/*鍔ㄧ敾鏁堟灉*/
.yiqin-modal.scaled {
    animation: modal-scaled 0.5s forwards ease-in-out;
    -webkit-animation: modal-scaled 0.5s forwards ease-in-out;
}

@keyframes modal-scaled {
    0% {
        transform: scale(0);
    }

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

.yiqin-modal.fade {
    animation: modal-fade 0.5s ease-in-out;
}

@keyframes modal-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.yiqin-modal .yiqin-modal-content {
    position: relative;
    /* padding: 10px 25px; */
    line-height: 24px;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.yiqin-modal.status .yiqin-modal-content::before {
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 16px;
    top: 18px;
    background-color: #ffffff;
}

.yiqin-modal.status .yiqin-modal-content {
    padding-left: 36px;
}

.yiqin-modal.status .yiqin-modal-content::before {
    transition: .2s all ease-in-out;
}

.yiqin-modal.status:hover .yiqin-modal-content::before {
    transform: scale(1.1);
}

.yiqin-modal.status.success .yiqin-modal-content::before {
    background-color: #4caf50;
}

.yiqin-modal.status.error .yiqin-modal-content::before {
    background-color: #f44336;
}

.yiqin-modal.loading-item {
    background-color: transparent;
    box-shadow: none;
}

.yiqin-modal.loading-item .yiqin-modal-content {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;

}

.yiqin-modal.loading-item svg {
    width: 52px;
    height: 52px;
    color: #fff;
}

.yiqin-modal.yiqin-modal-alert {
    width: 320px;
    border-radius: 3.5px;
}

.yiqin-modal.yiqin-modal-alert .yiqin-modal-content {
    /* padding: 15px; */
}

.yiqin-modal.yiqin-modal-alert .yiqin-modal-buttons {
    display: flex;
    justify-content: end;
    padding: 12px;
}

.yiqin-modal.yiqin-modal-alert .yiqin-modal-buttons .yiqin-button {
    display: inline-block;
    margin-right: 12px;
    border-radius: 3.5px;
    color: #fff;
    background-color: #1976d2;
    padding: 6px 16px;
    font-size: 14px;
    cursor: pointer;
}

.yiqin-modal.yiqin-modal-alert .yiqin-modal-buttons .yiqin-button:first-child {
    margin-right: 0;
}

.yiqin .yiqin-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 100001;

}

.yiqin-modal-close {
    display: inline-block;
    width: 24px;
    height: 1px;
    background: #6e6e6e;
    transform: rotate(45deg);
    position: absolute;
    right: 18px;
    top: 24px;
}

.yiqin-modal-close::before {
    content: '';
    display: block;
    width: 24px;
    height: 1px;
    background: #6e6e6e;
    transform: rotate(-90deg);
}

.yiqin-modal-close::after {
    content: ' ';
    width: 26px;
    height: 26px;
    display: block;
    cursor: pointer;
    transform: rotate(45deg);
    position: absolute;
    right: -1px;
    top: -8px;
}

.yiqin-modal.yiqin-modal-box {
    max-width: 1000px;
}

.yiqin-modal.yiqin-modal-box .yiqin-modal-buttons {
    padding: 8px 25px;
    margin-bottom: 12px;
}

.yiqin-modal.yiqin-modal-box .yiqin-modal-buttons .yiqin-button {
    display: inline-block;
    margin-right: 12px;
    border-radius: 3.5px;
    color: #fff;
    background-color: #1976d2;
    padding: 6px 16px;
    font-size: 14px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .yiqin-modal.yiqin-modal-box {
        min-width: 200px;
        /* max-width: 90%; */
        /* min-height: 200px; */
    }
}