@charset "utf-8";

@font-face {
    font-family: Microsoft JhengHei;
    src: url("/en/fonts/msjh.ttc") format("ttc");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Microsoft JhengHei Light;
    src: url("/en/fonts/msjhl.ttc") format("ttc");
}
/* @font-face {
    font-family: Microsoft JhengHei;
    src: url("/en/fonts/SourceHanSansSC-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: Microsoft JhengHei Light;
    src: url("/en/fonts/SourceHanSansSC-Light.otf") format("opentype");
} */
@font-face {
    font-family: Source Han Sans SC;
    src: url("/en/fonts/SourceHanSansSC-Regular.otf") format("opentype");
}
@font-face {
    font-family: Inter;
    src: url("/en/fonts/Inter-Regular.otf") format("opentype");
}

.f36 { font-size: 36px; }
.f34 { font-size: 34px; }
h1,.h1 { font-size: 30px; }
h2 { font-size: 28px; }
h3,.h3 { font-size: 24px; }
h4,.h4 { font-size: 20px; }
h5,.h5 { font-size: 18px; }
h6,.h6 { font-size: 16px; }


@media only screen and (max-width: 1043px) {
  .f36 { font-size: 30px; }
  .f34 { font-size: 28px; }
  h1,.h1 { font-size: 26px; }
  h2 { font-size: 24px; }
  h3,.h3 { font-size: 22px; }
  h4,.h4 { font-size: 18px; }
  h5,.h5 { font-size: 16px; }
  h6,.h6 { font-size: 15px; }
}

@media only screen and (max-width: 640px) {
  .f36 { font-size: 26px; }
  .f34 { font-size: 24px; }
  h1,.h1 { font-size: 22px; }
  h2 { font-size: 20px; }
  h3,.h3 { font-size: 18px; }
  h4,.h4 { font-size: 16px; }
  h5,.h5 { font-size: 16px; }
  h6,.h6 { font-size: 15px; }
}
.fc33{
  color: #333;
}
.fc66{
  color: #666666;
}
.fcff{
  color: #FFFFFF;
}
.fccc{
    color: #cccccc;
}
.fc4c{
  color: #C41A1F;
}
.fw600{
  font-weight: 600;
}
.fl172{
  line-height: 1.72
}
.fl1875{
  line-height: 1.875;
}
.fl225 {
   line-height: 2.25;
}
.bgf9{
  background: #f9f9f9;
}
.main {
    width: 92%;
    max-width: 1760px;
    margin: 0 auto;
}
.width1440 {
  max-width: 1440px;
  margin: 0 auto;
  width: 84%;
}
.bg {
  position: relative;
  overflow: hidden;
}

.bg_img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: 10000px;
  transition: all .4s;
}
.pt40{
  padding-top: 40px;
  box-sizing: border-box;
}
.pt70{
   padding-top: 70px;
   box-sizing: border-box;
}
.pb80{
  padding-bottom: 80px;
  box-sizing: border-box;
}
.pt80{
  padding-top: 80px;
}
.pt90{
  padding-top: 90px;
}
.mt35{
  margin-top: 35px;
}
.mt40{
  margin-top: 40px;
}
.mt50{
  margin-top: 50px;
}
.mt65{
  margin-top: 65px;
}
.mt60{
  margin-top: 60px;
}
.mt100{
  margin-top: 100px;
}
.pb100{
  padding-bottom: 100px;
}
/* 页面标题开始 */
.page-tit {
    color: #1C1B1B;
    line-height: 43px;
    padding-top: 70px;
}
.page-ftit {
    color: #0bd4c4;
}
.page-desc {
    color: #666666;
    margin-top: 14px;
}
.watch-more {
    width: 122px;
    height: 41px;
    background: #0CCCBC;
    border-radius: 18px;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 41px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.table_nav .item {
    width: 180px;
    height: 56px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 50px;
    transition: all .4s;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
/* .table_nav .item::after{
    content: "";
    display: block;
    width: 0;
    height: 140%;
    background: #C41A1F;
    position: absolute;
    left: -2%;
    top: -10%;
    z-index: -1;
    transition: all .4s;
} */
.table_nav .item:last-child{
  margin-right: 0;
}

.table_nav .item:hover{
    border: 1px solid #C41A1F;
    color: #FFFFFF;
    background: #C41A1F;
}
/* .table_nav .item:hover::after{
 width: 102%;

} */
.table_nav .item.active{
  border: 1px solid #C41A1F;
  color: #FFFFFF;
  background: #C41A1F;
}
/* .table_nav .item.active::after{
 width: 102%;

} */


/* 分页开始 */
.page-fy {
  line-height: 1;
  text-align: center;
}
.page-fy a {
  text-decoration: none;
  display: inline-block;
  height: 40px;
  border: 1px #dedede solid;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  color: #333;
  margin: 0 5px;
  padding: 0 15px;
  box-sizing: border-box;
  margin-top: 80px;
  transition: all .4s;
}

.page-fy a:hover {
  background: #C41A1F;
  border: 1px #C41A1F solid;
  color: #fff;
}

.page-fy span {
  background: #C41A1F;
  border: 1px #C41A1F solid;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  line-height: 40px;
  padding: 0 15px;
  margin: 5px;
  font-weight: normal;
  margin-top: 80px;
}

@media only screen and (max-width: 1280px) {
  .other_item  {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1043px) {
  .page-fy a {
    margin-top: 50px;
  }
  .page-fy span {
    margin-top: 50px;
  }
  .mt50 {
    margin-top: 35px;
   }
}
@media only screen and (max-width: 750px) {
  .page-fy span {
    padding: 0 5px;
    width: auto;
    height: auto;
    line-height: initial;
    margin-top: 30px;
  }
  .page-fy a {
    height: auto;
    border: none;
    line-height: initial;
    margin: 5px;
    padding: 0 5px;
    margin-top: 30px;
  }
}
footer{
  background: #F2F2F2;
}
footer .foot_top{
  padding: 40px 0 35px;
  box-sizing: border-box;
}
footer .foot_top .l{
  max-width: 353px;
}
footer .foot_top .r{
  width: 65%;
}
footer .page_items .item{
  margin-bottom: 16px;
}
footer .page_items .item:last-child{
  margin-bottom: 0;
}

footer .page_items .item_tit{
  color: #666666;
  width: 45px;
}
footer .page_items .item_desc{
  color: #666666;
  width: calc(100% - 45px);
}

footer .foot_top .items a{
  display: block;
  transition: all .4s;
}

footer .tit{
  font-size: 16px;
  color: #666666;
  margin-bottom: 14px;
}

footer .link{
  color: #666666;
  margin-bottom: 8px;
}
footer .link:last-child{
  margin-bottom: 0;
}
footer .copyright {
  background: #E0E0E0;
  padding: 9px 0;
  box-sizing: border-box;
}
footer .copyright a{
  transition: all .4s;
}
footer .foot_top .items .link:hover{
  transform: translateX(5px);
  color: #C41A1F;
}
footer .copyright a:hover{
  color: #C41A1F;
}
.bread {
  background: #FAFAFA;
  box-shadow: 1px 1px 1px 0px rgb(230 230 230 / 78%);
}
.bread .item-r .item {
  position: relative;
  margin-right: 95px;
  height: 100%;
  display: flex;
  align-items: center;
  height: 64px;
}

.bread .item-r .item:last-child {
  margin-right: 0;
}
.bread .item-r .item a {
  color: #333333;
  display: block;
  font-size: 16px;
}

.bread .item-r .item.active a {
  color: #C00E1C;
}
.bread .bread_box{
    margin-left: auto;
    height: 64px;
}
.bread .bread_box::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url(/en/img/bread_home.png) no-repeat center/cover;
    margin-right: 14px;
}
.bread_box .item::after{
    content: "";
    display: block;
    width: 4px;
    height: 7px;
    background: url(/en/img/bread_next.png) no-repeat center/cover;
    margin: 0 12px;
    box-sizing: border-box;
}
.bread_box .item:last-child a{
    color: #C00E1C;
}
.bread_box .item:last-child:after{
    display: none;
}
.bread_box .item a{
    color: #333;
}
.page_con {
  font-family: Inter;
}
.page_desc{
  margin-top: 40px;
}

.scroll_top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #C41A1F;
    position: fixed;
    right: 20px;
    bottom: 10%;
    border-radius: 3px;
    z-index: 9999;
    opacity: 0;
    transition: all .4s;
}
.scroll_top.show{
    opacity: 1;
}


@media only screen and (max-width: 1400px) {
  .width1440{
     width: 92%;
  }
}
@media only screen and (max-width: 1366px) {
  .bread .item-r .item{
    margin-right: 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .bread .item-r .item {
    margin-right: 55px;
  }
}
@media only screen and (max-width: 1200px) {
  .pt90 {
    padding-top: 80px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  .mt100 {
    margin-top: 80px;
  }
  footer .foot_top .r {
    width: 60%;
  }
}
@media only screen and (max-width: 1043px) {
  .pt80 {
    padding-top: 50px;
  }
  .pt70{
    padding-top: 50px;
  }
  .pt90 {
    padding-top: 60px;
  }
  .pb100 {
    padding-bottom: 60px;
  }
  .mt100 {
    margin-top: 60px;
  }
  .mt65 {
    margin-top: 50px;
  }
  .page_desc {
    margin-top: 30px;
  }
  footer .foot_top{
     display: none;
  }
  .table_nav .item{
    width: 156px;
    height: 48px;
  }
}
@media only screen and (max-width: 750px) {
  .page_desc {
    margin-top: 15px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .pt90 {
    padding-top: 30px;
  }
  .pt70{
    padding-top: 30px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .pb100 {
    padding-bottom: 35px;
  }
  .pb80 {
    padding-bottom: 30px; 
  }
  .mt100 {
    margin-top: 30px;
  }
  .mt65 {
    margin-top: 30px;
  }
  .pt80 {
    padding-top: 30px;
  }
  .table_nav .item {
    width: 118px;
    height: 38px;
    margin-right: 20px;
  }
  .page_title{
    text-align: center;
  }

  .copyright .width1440 {
    justify-content: center;
    text-align: center;
  }
  footer .copyright{
    padding: 15px 0;
    line-height: 1.72;
  }

  .bread{
    display: none;
  }
}



.activity_tk{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9997;
    max-width: 1200px;
    width: 80%;
}
.activity_tk .h_img{
    display: none;
}
.activity_tk.active{
    width: 0;
}
.activity_tk .close_btn{
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: 35px;
    z-index: 9998;
}
.activity_tk .close_btn img{
    transition: all .4s;
}
.activity_tk .close_btn img:hover{
    transform: rotate(360deg);
}
.activity_tk .advice{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}
.activity_tk .advice .log{
    position: absolute;
    right: 75px;
    top: 35px;
    width: 18%;
}
.activity_tk .advice .lists{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 7%;
    box-sizing: border-box;
}
.activity_tk .advice .lists_l{
    width: 37px;
    margin-left: 14%;
    margin-top: 25px;
}
.activity_tk .advice .lists_r{
    width: 72.5%;
    margin-top: 30px;
}

.small_float{
    position: fixed;
    bottom: 70px;
    right: 4%;
    width: 130px;
    cursor: pointer;
    display: none;
    z-index: 99999;
}
.small_float img{
    transition: all .4s;
}
.small_float.active{
    display: flex;
}
@media only screen and (max-width: 768px) {
    .activity_tk{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .small_float{
        width: 65px;
        bottom: 5px;
    }
    .activity_tk .close_btn {
        right: 12px;
        top: 12px;
        max-width: 30px;
    }
    .activity_tk .advice .lists_l {
        width: 11px;
        margin-left: 14%;
        margin-top: 12px;
    }
    .activity_tk .h_img{
        display: block;
        height: 100%;
        width: 100%;
    }
    .activity_tk .p_img{
        display: none;
    }
    .activity_tk .advice{
        display: none;
    }
}<!--0.00022792816162109-->