@font-face {
  font-family: Microsoft JhengHei;
  src: url("/fonts/msjh.ttc") format("ttc");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: Microsoft JhengHei Light;
  src: url("/fonts/msjhl.ttc") format("ttc");
}
.f48{
  font-size: 48px;
}
.f36 {
  font-size: 36px;
}

.f34 {
  font-size: 34px;
}

h1,.h1 {
  font-size: 30px;
}

h2,.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:1366px) {
  .f48{
    font-size: 40px;
  }
  .f36 {
    font-size: 34px;
  }
  
  .f34 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1043px) {
  .f48{
    font-size: 34px;
  }
  .f36 {
    font-size: 32px;
  }
  .f34 {
    font-size: 30px;
  }
  h1, .h1 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 960px) {
  .f48{
    font-size: 30px;
  }
  .f36 {
    font-size: 28px;
  }
  
  .f34 {
    font-size: 26px;
  }
  h1,.h1 {
    font-size: 24px;
  }

  h2,.h2 {
    font-size: 22px;
  }

  h3,.h3 {
    font-size: 22px;
  }

  h4,.h4 {
    font-size: 18px;
  }

  h5,.h5 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .f48{
    font-size: 24px;
  }
  .f36 {
    font-size: 22px;
  }
  
  .f34 {
    font-size: 22px;
  }
  h1,.h1 {
    font-size: 20px;
  }

  h2,.h2 {
    font-size: 20px;
  }

  h3,.h3 {
    font-size: 18px;
  }
  h6,.h6 {
    font-size: 15px;
  }
}

.fc33 {
  color: #333;
}
.fc66 {
  color: #666666;
}
.fc99 {
  color: #999;
}
.fcff {
  color: #FFFFFF;
}

.fc2a {
  color: #2A9AB2;
}

.fw600 {
  font-weight: 600;
}

.fl172 {
  line-height: 1.72
}

.fl1875 {
  line-height: 1.875;
}

.fl225 {
  line-height: 2.25;
}

.bgf9 {
  background: #f9f9f9;
}

.main {
  max-width: 1440px;
  margin: 0 auto;
  width: 90%;
}

.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;
}

.pt70 {
  padding-top: 70px;
  box-sizing: border-box;
}

.pb80 {
  padding-bottom: 80px;
  box-sizing: border-box;
}

.pb100 {
  padding-bottom: 100px;
  box-sizing: border-box;
}
.pb140 {
  padding-bottom: 140px;
  box-sizing: border-box;
}

.mt35 {
  margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt65 {
  margin-top: 65px;
}
.mt80 {
  margin-top: 80px;
}
.mt70{
  margin-top: 70px;
}

.mb20 {
    margin-bottom: 20px;
}


.none {
    display: none !important;
}


/* 页面标题开始 */
.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;
}

.crumbs {
  background: rgba(0, 0, 0, 0.4);
  position: relative;
  margin-top: -80px;
}

.crumbs .main {
  display: flex;
  align-items: center;
  color: #F9F9F9;
  padding-left: 9.5%;
  box-sizing: border-box;
  position: relative;
}

.crumbs .main::before {
  content: "";
  display: block;
  width: 29px;
  height: 22px;
  background: url(/img/crumbs_home.png) no-repeat center/cover;
  position: absolute;
  left: 0;
}

.crumbs .item {
  height: 80px;
  display: flex;
  align-items: center;
  color: #F9F9F9;
  padding: 0 55px;
  box-sizing: border-box;
  position: relative;
}

.crumbs .item:last-child {
  margin-right: 0;
}
.crumbs .item::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .4s;
  transform: scale(0);
  opacity: 0;
}
.crumbs .item:hover:before {
  transform: scale(1);
  opacity: 1;
}

.crumbs .item.active::before {
  transform: scale(1);
  opacity: 1;
}
.bread .main{
  padding: 40px 0;
  box-sizing: border-box;
  justify-content: flex-end;
}
.bread .main::before{
  content: "";
  display: block;
  width: 16px;
  height: 15px;
  background: url(/img/bread_home.png) no-repeat center/cover;
  margin-right: 14px;
}
.bread .item::after{
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  background: url(/img/bread_next.png) no-repeat center/cover;
  margin: 0 9px;
  box-sizing: border-box;
}
.bread .item:last-child a{
  color: #079DAB;
}
.bread .item:last-child:after{
  display: none;
}
.bread .item a{
  color: #333;
}
.title_content {
  display: flex;
  align-items: center;
}

.title_line {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #299AB1;
  margin-right: 7px;
}
.title_desc {
  margin-top: 16px;
}
.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: #299AB1;
  border: 1px #299AB1 solid;
  color: #fff;
}

.page-fy span {
  background: #299AB1;
  border: 1px #299AB1 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 !important;
  margin-top: 80px;
}

.about_links.links{
  width: 300px;
  margin: 0 auto;
}
.about_links .link{
   border-bottom: 1px solid #EEEEEE;
   padding: 28px 17px 26px 0;
   box-sizing: border-box;
}
.about_links .link:last-child {
  border-bottom: none;
}
.about_links .link_text{
   margin-top: 6px;
}
.about_links .link_time  {
   line-height: 1;
   color: #079DAB;
}
.scroll_top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #079DAB;
    position: fixed;
    right: 1%;
    bottom: 20%;
    border-radius: 3px;
    z-index: 99;
}

@media only screen and (max-width: 1200px) {
  .main{
    width: 92%;
  }
  .crumbs{
    display: none;
  }
  .mt65 {
    margin-top: 50px;
  }
  .pb100 {
    padding-bottom: 80px;
  }
  .mt80 {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1043px) {
  .page-fy a {
    margin-top: 50px;
  }
  .page-fy span {
    margin-top: 50px;
  }
  .pb100 {
    padding-bottom: 70px;
  }
}

@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;
  }
  .pt70 {
    padding-top: 30px;
  }
  .pb100 {
    padding-bottom: 30px;
  }
  .mt80 {
    margin-top: 30px;
  }
  .mt65 {
    margin-top: 25px;
  }
  .mt35 {
    margin-top: 25px;
  }
  .pb80 {
    padding-bottom: 30px;
  }
  .title_content{
    justify-content: center;
  }
  .title_tit{
    text-align: center;
  }
  .bread .main {
    padding: 20px 0;
  }
}