@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 功能，确保文本在网页字体加载期间始终对用户可见*/
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    /*font-family: apple !important;
     font-family:'Microsoft YaHei' !important; */
}



.header{
  width:100%;
  position: relative;
}
.header_fixed{
  position: fixed;
  left:0;
  top:0;
  width:100%;
  background: #000;
  opacity: .7;
  z-index:999;
}
.header .wrap{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.header .wrap .logo{
  width:110px;
}
.header .wrap .logo img{
  display:block;
  width:100%;
  height: auto;
}
.header .wrap .nav{

}
.header .wrap .nav ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.header .wrap .nav ul li{
  position: relative;
}
.header .wrap .nav ul li span{
  display:block;
}
.header .wrap .nav ul li span a{
  display:block;
  padding:15px;
  line-height: 36px;
  font-size:16px;
  color:#fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header .wrap .nav ul li span:hover{
  background:#005bac;
}
.header .wrap .nav ul li dl{
  display:none;
  position: absolute;
  left:0;
  top:100%;
  width:100%;
  z-index:999;
  background: #000;

}
@media (min-width: 980px) {
  .header .wrap .nav ul li:hover dl{
    display:block;
  }
}
.header .wrap .nav ul li dl dd{
  width:100%;
}
.header .wrap .nav ul li dl dd a{
  display:block;
  line-height: 36px;
  color:#fff;
  font-size:14px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header .wrap .nav ul li dl dd:hover a{
  background:#005bac;
}
.header .wrap .language{
  position: relative;
}
.header .wrap .language .item{
  line-height: 36px;
  display:flex;
  justify-content: center;
  align-items: center;
  color:#fff;
  font-size:16px;
  padding:15px;
}
.header .wrap .language .item:hover{
  background:#005bac;
}
.header .wrap .language .item img{
  display:block;
  width:21px;
  height: auto;
  margin-right: 5px;
}
.header .wrap .language .item p{
  font-size:16px;
  color:#fff;
}
.header .wrap .language ul{
  display:none;
  position: absolute;
  left:0;
  top:100%;
  z-index:999;
  width:100%;
  background: #000;
}
.header .wrap .language ul li{
  width:100%;
  line-height: 36px;
}
.header .wrap .language ul li a{
  display:flex;
  justify-content: center;
  align-items: center;
}
.header .wrap .language ul li:hover a{
  background:#005bac;
}
.header .wrap .language ul li a img{
  display:block;
  width:21px;
  height: auto;
  margin-right: 5px;
}
.header .wrap .language ul li a p{
  font-size:14px;
  color:#fff;
}
.header .wrap .r{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.header .wrap .r .search{
  position: relative;
}
.header .wrap .r .search em{
  display:block;
  height: 66px;
  width:30px;
  background:url("../images/search1.png") no-repeat center center;
  background-size:20px 20px;
  cursor: pointer;
}
.header .wrap .r .search .s_form{
  display:none;
  position: absolute;
  top:100%;
  right:0;
}
.header .wrap .r .search .s_form form{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.header .wrap .r .search .s_form form .input1{
  display:block;
  width:250px;
  line-height: 35px;
  background:#000;
  color:#fff;
  padding-left: 20px;
  font-size:12px;
  cursor: pointer;
}
.header .wrap .r .search .s_form form .input2{
  display:block;
  width:80px;
  line-height: 35px;
  background:#bd1624;
  color:#fff;
  font-size:14px;
  cursor: pointer;
}
.header .wrap .phone{
  display:flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
}
.header .wrap .phone img{
  display:block;
  width:25px;
  height: 25px;
}
.header .wrap .phone .phone_text{
  margin-left: 5px;
}
.header .wrap .phone .phone_text p{
  font-size:14px;
  line-height: 16px;
  color:#fff;
}
.header .wrap .phone .phone_text p a{
  color:#fff;
}
@media all and (max-width:1200px) {
  .header .wrap .nav ul li span a{
    font-size:14px;
    padding:15px 10px;
	width:100%;
  }
}
@media all and (max-width:980px) {
  .header .wrap .nav{
    position: fixed;
    left:-300px;
    top:66px;
    width:300px;
    height: 100%;
    z-index:999;
    background:#000;
    padding:20px 0 100px;
    overflow-y: auto;
    transition: all ease .3s;
  }
  .header .wrap .nav1{
    left:0;
  }
  .header .wrap .nav ul{
    display:block;
  }
  .header .wrap .nav ul li span{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }
  .header .wrap .nav ul li span em{
    display:block;
    width:15px;
    height: 15px;
    background:url("../images/next_2.png") no-repeat center center;
    background-size:100% 100%;
    cursor: pointer;
  }
  .header .wrap .nav ul li span a{
    padding:0;
  }
  .header .wrap .nav ul li dl{
    position: relative;
  }
  .header .wrap .nav ul li dl dd a{
    text-align: left;
    padding:0 20px;
  }
  .header .wrap .language{
    position:static;
  }
  .header .wrap .r .search{
    position: static;
  }
  .header .wrap .r .search .s_form{
    width:100%;
  }
  .header .wrap .r .search .s_form form{
    width:100%;
  }
  .header .wrap .r .search .s_form form .input1{
    width:80%;
  }
  .header .wrap .r .search .s_form form .input2{
    width:20%;
  }
}
@media all and (max-width:480px) {
  .header{
    height: 46px;
  }
  .header_fixed{
    opacity: 1;
  }
  .header .wrap .logo{
    width:80px;
  }
  .header .wrap .language .item{
    padding:5px 10px;
  }
  .header .wrap .nav{
    opacity: 0.8;
    top:46px;
    width:250px;
  }
  .header .wrap .language ul{
    opacity: 0.8;
  }
  .header .wrap .r .search em{
    height: 33px;
  }
  .header .wrap .r .search .s_form form .input1{
    background:#333;
  }
}

.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;
  }
  
}