@charset "UTF-8";
/* reset.css -----------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, header, footer, section, article, aside, nav, figure, figcaption { margin: 0; padding: 0; }

html, body { width: 100%; font-family: "Microsoft Yahei", "Helvetica"; color: #333333; }

img { max-width: 100%; border: 0; /*-webkit-touch-callout: none;*/ }

a { color: #333333; text-decoration: none; }

ul, ol { list-style: none; }

/* form-reset.css -----------------------------------------------------------------*/
table { border-collapse: collapse; border-spacing: 0; }

button { background: none; }

input, textarea, button { border: none; }

input, button, textarea, select, optgroup, option { font: 1rem "Microsoft Yahei", "Helvetica"; }

input[type="button"], input[type="text"], input[type="submit"], input[type="search"], input[type="tel"], input[type="number"], select, option, .appNone { appearance: none; -webkit-appearance: none; -moz-appearance: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.3); }

input:-moz-placeholder, textarea:-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder { color: rgba(0, 0, 0, 0.3); }

/* const.css -----------------------------------------------------------------*/
.page { padding: 30px 0 25px; text-align: center; }

.page .page-main { display: inline-block; vertical-align: top; }

.page .page-main .p-cell { width: 33px; height: 23px; line-height: 23px; text-align: center; border: 1px solid #ddd; margin: 0 8px; -webkit-border-radius: 3px; border-radius: 3px; }

.page .page-main .p-cell.on, .page .page-main .p-cell:hover { background-color: #43dbd2; color: #fff; border-color: #43dbd2; }

.page .page-main .p-cell.on a, .page .page-main .p-cell:hover a{ color: #fff; }

.icon { display: inline-block; background-color: transparent; background-repeat: no-repeat; }

.VAM:after { content: ""; display: inline-block; overflow: hidden; height: 100%; width: 0; font-size: 0; vertical-align: middle; }

.wbwr { word-break: break-all; word-wrap: break-word; }

.wspw{ white-space: pre-wrap; }

.clr:after, .clr:before { content: ""; display: table; }

.clr:after { clear: both; }

.fll { float: left; }

.flr { float: right; }

.vam { vertical-align: middle; }

.db { display: block; }

.dib { display: inline-block; }

.tar { text-align: right; }

.tac { text-align: center; }

.ovh { overflow: hidden; }

.vat { vertical-align: top; }

.vam { vertical-align: middle; }

.posr { position: relative; }

.auto { margin-left: auto; margin-right: auto; }

.white { background-color: #fff; }
.bgeee { background-color: #eee; }

.cp{ cursor: pointer; }

.f12 { font-size: 12px; }

.f14 { font-size: 14px; }

.f16 { font-size: 16px; }

.f18 { font-size: 18px; }

.f20 { font-size: 20px; }

.f22 { font-size: 22px; }

.f24 { font-size: 24px; }

.f26 { font-size: 26px; }

.f28 { font-size: 28px; }

.fcf { color: #fff; }

.fc0 { color: #000; }

.fc3 { color: #333; }

.fcc { color: #ccc; }

.fc5 { color: #555; }

.fc6 { color: #666; }

.fc9 { color: #999; }

.fcb { color: #00a9f2; }

.fcg { color: #90d54e; }

.fcy { color: #fea900; }

.green { color: #0bd3c8; }

.yellow { color: #ff0; }

.red { color: red !important; }

.fn { font-weight: normal; }

.ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }

.mr0 { margin-right: 0 !important; }

.mr5 { margin-right: 5px; }

.mr10 { margin-right: 10px; }

.mr20 { margin-right: 20px; }

.mb5 { margin-bottom: 5px; }

.mb25 { margin-bottom: 25px; }

.mb15 { margin-bottom: 15px; }

.mb10 { margin-bottom: 10px; }

.mb17 { margin-bottom: 17px; }

.mb30 { margin-bottom: 30px; }

.mb20 { margin-bottom: 20px; }

.mb13 { margin-bottom: 13px; }

.pb10 { padding-bottom: 10px; }

.pb20 { padding-bottom: 20px; }

.pb30 { padding-bottom: 30px; }

.pt20 { padding-top: 20px; }

.bb1-dashed { border-bottom: 1px dashed #e5e5e5; }

.br1-dashed { border-right: 1px dashed #eee; }

.bb1 { border-bottom: 1px solid #c1c1c1; }

.img-hover { -webkit-transition: 1s; transition: 1s; }

.img-hover:hover { -webkit-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }

.opacity-hover:hover { opacity: 0.8; }

.hidden2 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }

.hidden3 { text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; }

.none { display: none; }

.h100{ height: 100%; }

em, i { font-style: normal; }

* { outline: none; transform:none;perspective:none; filter:none;}

.wrap-box { min-width: 1200px; }

.mt20 { margin-top: 20px; }

.a-hover:hover { color: #0cd3c8; }

.bd-hover:hover { border-color: #0cd3c8 !important; }

.b-hover:hover { color: #fff !important; background: #0cd3c8; }

.all-w { display: block; width: 100%; }

*{box-sizing: border-box;}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
/* 开始 */
.all{
  width:100%;
  height:100%;
  position: relative;
}
.all_w{
  width:1200px;
  margin:0 auto;
}
.all_w1{
  width:1200px;
  margin:0 auto;
}
@media all and (max-width: 1200px) {
  .all_w{
      width:100%;
      margin:0 auto;
  }
  .all_w1{
      width:95%;
      margin:0 auto;
  }
}
.all_w1000{
  width:1000px;
  margin:0 auto;
}
@media all and (max-width: 1000px) {
  .all_w1000{
    width:95%;
    margin:0 auto;
  }
}
.sp_start{
  display:flex;
  justify-content: flex-start;
}
.sp_center{
  display:flex;
  justify-content: center;
}
.sp_between{
  display:flex;
  justify-content: space-between;
}
.sp_end{
  display:flex;
  justify-content: flex-end;
}
body.head_active{
  width:100%;
  height: 100%;
  overflow: hidden;
}

.cd_btn{
  width:0;
  display:none;
  cursor: pointer;
}
@media all and (max-width:980px) {
  .cd_btn{
    width:20px;
    height: 21px;
    display:block;
    position: relative;
    margin-top:5px;
  }
  .cd_btn .line1{
    position: absolute;
    left:0;
    top:0;
    width:20px;
    height:1.5px;
    background:#fff;
    transition: all ease .25s;
  }
  .cd_btn .line2{
    position: absolute;
    left:0;
    top:8px;
    width:20px;
    height:1.5px;
    background:#fff;
    transition: all ease .25s;
  }
  .cd_btn .line3{
    position: absolute;
    left:0;
    top:16px;
    width:20px;
    height:1.5px;
    background:#fff;
    transition: all ease .25s;
  }
  .cd_btn .line1_1{
    position: absolute;
    left:0;
    top:8px;
    width:20px;
    height:1.5px;
    background:#fff;
    transform: rotate(45deg);
    transition: all ease .25s;
  }
  .cd_btn .line2_1{
    width:20px;
    height:1.5px;
    background:#fff;
    opacity: 0;
    transition: all ease .25s;
  }
  .cd_btn .line3_1{
    position: absolute;
    left:0;
    top:8px;
    width:20px;
    height:1.5px;
    background: #fff;
    transform: rotate(-45deg);
    transition: all ease .25s;
  }
}

@font-face {
  font-family: 'apple';
  src: url('../css/MyriadSetPro-Thin.ttf');
  /* font-display: swap; */
  /*利用 font-display 这项 CSS 功能，确保文本在网页字体加载期间始终对用户可见*/
}




.footer{
  margin-top:80px;
  padding-top:100px;
  background:#000;
}
.footer .footer_t{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  padding-bottom: 50px;
}
.footer .footer_t .lt{
  width:33.3%;
  padding:0 15px;
}
.footer .footer_t .lt ul{
  width:100%;
}
.footer .footer_t .lt ul li{
  width:100%;
  margin:10px 0;
  display:flex;
  justify-content: flex-start;
}
.footer .footer_t .lt ul li em{
  display:block;
  width:20px;
  height: 20px;
}
.footer .footer_t .lt ul li.phone em{
  background: url(../images/jl-img.png) -101px 1px no-repeat;
  background-origin: content-box;
}
.footer .footer_t .lt ul li.address em{
  background: url(../images/jl-img.png) -101px -42px no-repeat;
  background-origin: content-box;
}
.footer .footer_t .lt ul li.email em{
  background: url(../images/jl-img.png) -101px -85px no-repeat;
  background-origin: content-box;
}
.footer .footer_t .lt ul li.fax em{
  background: url(../images/jl-img.png) -101px -122px no-repeat;
  background-origin: content-box;
}
.footer .footer_t .lt ul li.wx em{
  background: url(../images/jl-img.png) -101px -207px no-repeat;
  background-origin: content-box;
}
.footer .footer_t .lt ul li p{
  font-size:14px;
  color:#c0c0c0;
  width:calc(100% - 38px);
  margin-left: 18px;
  line-height: 20px;
}
.footer .footer_t .lt ul li p a{color:#c0c0c0;}
.footer .footer_t .md{
  width:33.3%;
  padding:0 15px;
}
.footer .footer_t .md dl{
  width:100%;
}
.footer .footer_t .md dl dt{
  line-height: 28px;
  margin-bottom: 10px;
  font-size:16px;
  color:#fff;
}
.footer .footer_t .md dl dd{
  width:100%;
  line-height: 32px;
  color:#fff;
}
.footer .footer_t .md dl dd a{
  color:#c0c0c0;
  font-size:14px;
}
.footer .footer_t .md dl dd a:hover{
  color: #005bac;
}
.footer .footer_t .gt{
  width:33.3%;
  padding:0 15px;
}
.footer .footer_t .gt dl{
  width:100%;
}
.footer .footer_t .gt dl dt{
  line-height: 28px;
  margin-bottom: 10px;
  font-size:16px;
  color:#fff;
}
.footer .footer_t .gt dl dd{
  width:100%;
  line-height: 32px;
  color:#fff;
}
.footer .footer_t .gt dl dd a{
  color:#c0c0c0;
  font-size:14px;
}
.footer .footer_t .gt dl dd a:hover{
  color: #005bac;
}
.footer .footer_b{
  width:100%;
  padding:40px 0;
  position: relative;
}
.footer .footer_b ul{
  width:100%;
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap:wrap;
}
.footer .footer_b ul li{
  border:1px solid #fff;
}
.footer .footer_b ul li a{
  display:block;
  width:48px;
  height: 42px;
}
.footer .footer_b ul li:nth-child(1) a{
  background: url(../images/jl-img.png) no-repeat 20px 15px;
}
.footer .footer_b ul li:nth-child(2) a{
  background: url(../images/jl-img.png) no-repeat 16px -18px;
}
.footer .footer_b ul li:nth-child(3) a{
  background: url(../images/jl-img.png) no-repeat 16px -52px;
}
.footer .footer_b ul li:nth-child(4) a{
  background: url(../images/jl-img.png) no-repeat 16px -84px;
}
.footer .footer_b ul li:nth-child(5) a{
  background: url(../images/jl-img.png) no-repeat 16px -119px;
}
#ret_top{
  display:block;
  width:48px;
  height: 42px;
  background: url(../images/jl-img.png) no-repeat 18px -164px;
  border:1px solid #fff;
  position: absolute;
  right: 0;
  top:50%;
  margin-top:-24px;
  cursor: pointer;
}
@media all and (max-width:980px) {
  .footer{
    margin-top: 40px;
    padding:50px 0 0;
  }
  .footer .footer_t{
    padding-bottom: 30px;
  }
}
@media all and (max-width:750px) {
  .footer .footer_t .lt{
    width:100%;
  }
  .footer .footer_t .md{
    width:100%;
    margin-top:10px;
  }
  .footer .footer_t .gt{
    width:100%;
    margin-top:10px;
  }
}
@media all and (max-width:480px) {
  .footer{
    padding: 30px 0 0;
  }
  .footer .footer_t{
    padding-bottom: 20px;
  }
  .footer .footer_b{
    padding:20px 0;
  }
  #ret_top{
    display:none;
  }
}
.l_link{
  width:100%;
  margin-top:80px;
}
.l_link span{
  display:block;
  font-size:28px;
  font-weight: bold;
  color:#000;
}
.l_link .list{
  width:100%;
  margin-top:20px;
}
.l_link .list a{
  color:#000;
  font-size:18px;
  margin-right: 20px;
  line-height: 25px;
  white-space: nowrap;
}
.l_link .list a:hover{
  color:#005bac;
}
@media (max-width: 980px){
  .l_link{
    margin-top:40px;
  }
}
@media (max-width: 480px){
  .l_link span{
    font-size:20px;
  }
  .l_link .list{
    margin-top:10px;
  }
  .l_link .list a{
    font-size:16px;
  }
  
}