@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;
  }
}



.header{
  width:100%;
  height: 0;
}
.header_fixed{
  width:250px;
  height: 100%;
  position: fixed;
  left:0;
  top:0;
  z-index:999;
  background: #f59c10;
}
.header_fixed .wrap{
  display:block;
  height: 100%;
}
.header_fixed .wrap .logo {
  width:100%;
  margin-bottom: 55px;
}
.header_fixed .wrap .logo img{
  display:block;
  max-width: 100%;
  height: auto;
  margin:0 auto;
}
.header_fixed .wrap .nav{
  width:100%;
}
.header_fixed .wrap .nav ul{
  width:100%;
}
.header_fixed .wrap .nav ul li{
  width:100%;
  position: relative;
}
.header_fixed .wrap .nav ul li span{
  display:flex;
  justify-content: space-between;
  align-content: center;
}
.header_fixed .wrap .nav ul li span a{
  display:block;
  width:100%;
  padding:0 20px;
  color:#fff;
  font-size:14px;
  line-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.header_fixed .wrap .nav ul li.on span a{
  color:#097bc2;
}
.header_fixed .wrap .nav ul li:hover span a{
  color:#097bc2;
}
.header_fixed .wrap .nav ul li span em{
  display:none;
}
.header_fixed .wrap .nav ul li dl{
  width:230px;
  position: absolute;
  left: 100%;
  top:0;
  display:none;
  padding:4px 0;
  background-color: #faf7f2;
  border-radius: 0 4px 4px 0;
  box-shadow: 6px 2px 10px rgb(0 0 0 / 20%);
  max-height: 100vh;
  z-index:100;
}
.header_fixed .wrap .nav ul li dl dd{
  width:100%;
  padding:4px 10px;
  line-height: 25px;
  position: relative;
}
.header_fixed .wrap .nav ul li dl dd .item{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.header_fixed .wrap .nav ul li dl dd .item a{
  display:block;
  color:#666;
  font-size:14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header_fixed .wrap .nav ul li dl dd:hover .item a{
  color:#097bc2;
}
.header_fixed .wrap .nav ul li dl dd .item i{
  display:block;
  color:#666;
  font-size:16px;
  font-family: "宋体";
}
.header_fixed .wrap .nav ul li dl dd .item:hover i{
  color:#097bc2;
}
.header_fixed .wrap .nav ul li dl dd .list{
  width:420px;
  position: absolute;
  left: 100%;
  top:0;
  display:none;
  border-radius: 0 4px 4px 0;
  box-shadow: 6px 2px 10px rgb(0 0 0 / 20%);
  max-height: 100vh;
  white-space: nowrap;
  z-index:100;
  padding-left: 2px;
  background-color: #faf7f2;
}
.header_fixed .wrap .nav ul li dl dd .list a{
  display:block;
  width:100%;
  padding:4px 10px;
  line-height: 25px;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.header_fixed .wrap .nav ul li dl dd .list a:hover{
  color:#097bc2;
}
.nav_mob{
  display:none;
  width:100%;
}
.nav_mob ul{
  width:100%;
}
.nav_mob ul li{
  width:100%;
  position: relative;
}
.nav_mob ul li span{
  display:flex;
  justify-content: space-between;
  align-content: center;
}
.nav_mob ul li span a{
  display:block;
  width:100%;
  padding:0 20px;
  color:#fff;
  font-size:14px;
  line-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.nav_mob ul li.on span a{
  color:#097bc2;
}
.nav_mob ul li:hover span a{
  color:#097bc2;
}
.nav_mob ul li span em{
  display:none;
  cursor: pointer;
}
.nav_mob ul li dl{
  width:230px;
  position: absolute;
  left: 100%;
  top:0;
  display:none;
  padding:4px 0;
  background-color: #faf7f2;
  border-radius: 0 4px 4px 0;
  box-shadow: 6px 2px 10px rgb(0 0 0 / 20%);
  max-height: 100vh;
  z-index:100;
}
.nav_mob ul li dl dd{
  width:100%;
  padding:4px 10px;
  line-height: 25px;
  position: relative;
}
.nav_mob ul li dl dd .item{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.nav_mob ul li dl dd .item a{
  display:block;
  color:#666;
  font-size:14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nav_mob ul li dl dd:hover .item a{
  color:#097bc2;
}
.nav_mob ul li dl dd .item i{
  display:block;
  color:#666;
  font-size:16px;
  font-family: "宋体";
}
.nav_mob ul li dl dd .item:hover i{
  color:#097bc2;
}
.nav_mob ul li dl dd .list{
  width:420px;
  position: absolute;
  left: 100%;
  top:0;
  display:none;
  border-radius: 0 4px 4px 0;
  box-shadow: 6px 2px 10px rgb(0 0 0 / 20%);
  max-height: 100vh;
  white-space: nowrap;
  z-index:100;
  padding-left: 2px;
  background-color: #faf7f2;
}
.nav_mob ul li dl dd .list a{
  display:block;
  width:100%;
  padding:4px 10px;
  line-height: 25px;
  font-size:14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.nav_mob ul li dl dd .list a:hover{
  color:#097bc2;
}
.header_fixed .wrap .custom{ 
  width:100%;
  margin-top:10px;
}
.header_fixed .wrap .custom ul{
  display:flex;
  justify-content: center;
  align-items: center;
}
.header_fixed .wrap .custom ul li{
  margin:0 5px;
}
.header_fixed .wrap .custom ul li a{
  display:block;
  width:30px;
  height: 30px;
}
.header_fixed .wrap .custom ul li.facebook a{
  background:url("../images/facebook.png") no-repeat center center;
  background-size:100% 100%;
}
.header_fixed .wrap .custom ul li.twitter a{
  background:url("../images/twitter.png") no-repeat center center;
  background-size:100% 100%;
}
.header_fixed .wrap .custom ul li.youtube a{
  background:url("../images/youtube.png") no-repeat center center;
  background-size:100% 100%;
}
.header_fixed .wrap .custom ul li.share_open a{
  background:url("../images/share.png") no-repeat center center;
  background-size:100% 100%;
}
.header_fixed .wrap .text_box{
  margin:45px 0;
  padding:0 20px;
}
.header_fixed .wrap .text_box .text{
  width:100%;
  margin-bottom: 30px;
}
.header_fixed .wrap .text_box .text p{
  width:100%;
  font-size:14px;
  color:#fff;
  line-height: 20px;
  text-align: center;
}
.header_fixed .wrap .text_box .tel{
  width:100%;
}
.header_fixed .wrap .text_box .tel p{
  font-size:18px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
  color:#fff;
}
.header_fixed .wrap .search_icon{
  width:100%;
  display:flex;
  justify-content: center;
  flex-wrap:wrap;
  margin-bottom: 30px;
}
.header_fixed .wrap .search_icon .search_open{
  display:block;
  width:22px;
  height: 22px;
  background:url("../images/search1.png") no-repeat center center;
  background-size:100% 100%;
}
.header_fixed .wrap .search_icon .search_open:hover{
  background:url("../images/search2.png") no-repeat center center;
  background-size:100% 100%;
}
.header_fixed .wrap .search_icon .Language_open{
  display:block;
  height: 22px;
  background:url("../images/world1.png") no-repeat left center;
  background-size:22px 100%;
  padding-left:25px;
  line-height: 22px;
  color:#fff;
  font-size:14px;
}
.header_fixed .wrap .search_icon .Language_open:hover{
  background:url("../images/world2.png") no-repeat left center;
  background-size:22px 100%;
  color:#097bc2;
}
@media all and (max-width:980px) {
  .head_shelter{
    display:none;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.3);
    z-index:800;
  }
  .header{
    height: 50px;
  }
  .header_fixed{
    width:100%;
    height: 50px;
  }
  .header_fixed .wrap{
    width:95%;
    margin:0 auto;
    display:flex;
    justify-content: space-between;
    align-items:center;
  }
  .header_fixed .wrap .logo{
    width:50px;
    margin-bottom: 0;
  }
    .dn9{display: none !important;}
    .header_fixed .wrap .dn9 img{display: none !important;}
  .header_fixed .wrap .custom{
    width:auto;
    margin:0;
  }
  .header_fixed .wrap .search_icon{
    width:auto;
    margin-bottom: 0;
    align-items: center;
  }
  .header_fixed .wrap .search_icon .search_open{
    margin-right: 10px;
  }
  .header_fixed .wrap .search_icon .Language_open{
    margin-right: 10px;
  }
  .header_fixed .wrap .nav{
    display:none;
    position: fixed;
    right: 0;
    top:51px;
    z-index:10;
    width:250px;
    height: 100%;
    background: #121212;
    padding:40px 0;
  }
  .header_fixed .wrap .nav ul li span{
    padding:0 20px;
    flex-wrap:nowrap;
  }
  .header_fixed .wrap .nav ul li span a{
    width:auto;
    padding:0;
  }
  .header_fixed .wrap .nav ul li span em{
    display:block;
    color:#fff;
    font-family: "宋体";
    line-height: 38px;
  }
  .header_fixed .wrap .nav ul li dl{
    width:100%;
    position: relative;
    left: auto;
    border-radius: 0;
    box-shadow: none;
    background-color: #121212;
    padding:0;
  }
  .header_fixed .wrap .nav ul li dl dd{
    padding:4px 20px 4px 30px;
  }
  .header_fixed .wrap .nav ul li dl dd .item a{
    color:#fff;
  }
  .header_fixed .wrap .nav ul li dl dd .item i{
    color:#fff;
  }
  .header_fixed .wrap .nav ul li dl dd .list{
    width: 100%;
    position: relative;
    left: auto;
    display: none;
    border-radius: none;
    box-shadow: none;
    max-height: 100vh;
    white-space: nowrap;
    z-index: 100;
    padding-left: 0;
    background-color: #121212;
  }
  .header_fixed .wrap .nav ul li dl dd .list a {
    display: block;
    width: 100%;
    padding: 4px 0px 4px 10px;
    line-height: 25px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#fff;
    font-size:12px;
  }
  .header_fixed .wrap .nav ul li dl dd:hover .item i{
    color:#fff;
  }
  .nav_mob{
    display:block;
    position: fixed;
    right: -250px;
    top:51px;
    z-index:10;
    width:250px;
    height: 100%;
    background: #121212;
    padding:40px 0 100px;
    transition: all ease .3s;
    z-index:999;
  }
  .nav_mob1{
    right: 0px;
  }
  .nav_mob ul{
    width:100%;
    height: 100%;
    overflow: auto;
  }
  .nav_mob ul li span{
    padding:0 20px;
    flex-wrap:nowrap;
  }
  .nav_mob ul li span a{
    width:auto;
    padding:0;
  }
  .nav_mob ul li span em{
    display:block;
    color:#fff;
    font-family: "宋体";
    line-height: 38px;
  }
  .nav_mob ul li dl{
    width:100%;
    position: relative;
    left: auto;
    border-radius: 0;
    box-shadow: none;
    background-color: #121212;
    padding:0;
  }
  .nav_mob ul li dl dd{
    padding:4px 20px 4px 30px;
  }
  .nav_mob ul li dl dd .item a{
    color:#fff;
  }
  .nav_mob ul li dl dd .item i{
    color:#fff;
  }
  .nav_mob ul li dl dd .list{
    width: 100%;
    position: relative;
    left: auto;
    display: none;
    border-radius: none;
    box-shadow: none;
    max-height: 100vh;
    white-space: nowrap;
    z-index: 100;
    padding-left: 0;
    background-color: #121212;
  }
  .nav_mob ul li dl dd .list a {
    display: block;
    width: 100%;
    padding: 4px 0px 4px 10px;
    line-height: 25px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color:#fff;
    font-size:12px;
  }
  .nav_mob ul li dl dd:hover .item i{
    color:#fff;
    cursor: pointer;
  }
  .header_fixed .wrap .text_box{
    display:none;
  }
}
@media all and (max-width:750px) {
  .header_fixed .wrap .custom{
    display:none;
  }
}

/* 分享 */
#share{
  display:none;
  position: fixed;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.5);
  width:100%;
  height: 100%;
  z-index:999;
}
#share .wrap{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
#share .share_box{
  width:560px;
  background:#fff;
  padding: 60px 10px 30px;
  border-radius: 10px;
  position: relative;
}
#share .share_box .close{
  position: absolute;
  right: 20px;
  top: 20px;
  width:20px; 
  height: 20px;
  cursor: pointer;
  background:url("../images/close2.png") no-repeat center center;
  background-size:100% 100%;
}
#share .share_box .list{
  width:100%;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
}
#share .share_box .list li{
  width:25%;
  padding:12px;
}
#share .share_box .list li img{
  display:block;
  width:50px;
  height: 50px;
  margin:0 auto;
}
#share .share_box .list li p{
  font-size:14px;
  line-height: 20px;
  margin-top:6px;
  text-align: center;
}

#search_form{
  display:none;
  position: fixed;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.5);
  width:100%;
  height: 100%;
  z-index:999;
}
#search_form .wrap{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
#search_form .search_box{
  width:1000px;
  padding: 60px 0 30px;
  position: relative;
}
#search_form .search_box .close{
  position: absolute;
  right: 0px;
  top: 20px;
  width:20px; 
  height: 20px;
  cursor: pointer;
  background:url("../images/close1.png") no-repeat center center;
  background-size:100% 100%;
}
#search_form .search_box form{
  width:100%;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#search_form .search_box form .input1{
  display:block;
  width:92%;
  line-height: 40px;
  background:url("../images/search1.png") no-repeat 10px center;
  background-size:20px 20px;
  padding-left: 40px;
  border:1px solid rgba(255,255,255,.6);
  border-right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color:#fff;
  background-color: rgba(0,0,0,.6);
}
#search_form .search_box form .input2{
  display:block;
  width:8%;
  line-height: 40px;
  background:url("../images/search1.png") no-repeat center center; 
  background-size:25px 25px;
  background-color:#097bc2;
  border:1px solid #097bc2;
  cursor: pointer;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-left: 0;
}
@media all and (max-width:1000px) {
  #search_form .search_box{
    width:95%;
    margin:0 auto;
  }
}
@media all and (max-width:750px) {
  #search_form .search_box form .input1{
    width:85%;
  }
  #search_form .search_box form .input2{
    width:15%;
  }
}

#Language{
  display:none;
  position: fixed;
  left:0;
  top:0;
  background:rgba(0, 0, 0, 0.5);
  width:100%;
  height: 100%;
  z-index:999;
}
#Language .wrap{
  width:100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
}
#Language .Language_box{
  display:block;
  width:1000px;
  border-radius: 20px;
  background:#fff;
}
#Language .Language_box .tit{
  padding:0 30px;
  height: 100px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding:30px;
}
#Language .Language_box .tit span{
  display:block;
  font-size:24px;
  font-weight: bold;
}
#Language .Language_box .tit .close{
  width:30px;
  height: 30px;
  background:url("../images/close2.png") no-repeat center center;
  background-size:100% 100%;
  cursor: pointer;
}
#Language .Language_box .list{
  width:100%;
  height: 630px;
  padding:30px 30px 0;
  display:flex;
  justify-content: flex-start;
  flex-wrap:wrap;
  overflow: auto;
  border-bottom: 1px solid #ddd;
}
#Language .Language_box .list li{
  width:16.66%;
}
#Language .Language_box .list li a{
  display:block;
  padding:15px 10px;
}
#Language .Language_box .list li img{
  display:block;
  width:50px;
  height: auto;
  margin:0 auto;
}
#Language .Language_box .list li p{
  width:100%;
  font-size:14px;
  text-align: center;
  margin-top:5px;
  transition: all ease .3s;
}
#Language .Language_box .list li.on p{
  color:#097bc2;
}
#Language .Language_box .list li:hover p{
  color:#097bc2;
}
#Language .Language_box .text{
  width:100%;
}
#Language .Language_box .text p{
  line-height: 40px;
  width:100%;
  color:#333;
  font-size:14px;
  text-align: center;
}
@media all and (max-width:1000px) {
  #Language .Language_box{
    width:95%;
  }
}
@media all and (max-width:750px) {
  #Language .Language_box .tit{
    height: 60px;
  }
  #Language .Language_box .tit span{
    font-size:20px;
  }
  #Language .Language_box .list{
    padding:20px 10px 0;
  }
  #Language .Language_box .list li{
    width:25%;
  }
  #Language .Language_box .list li a{
    padding:10px;
  }
}
@media all and (max-width:480px) {
  #Language .Language_box .list{
    height: 380px;
  }
  #Language .Language_box .tit span{
    font-size:16px;
  }
  #Language .Language_box .tit{
    padding:20px 10px;
  }
  #Language .Language_box .list li{
    width:33.3%;
  }
  #Language .Language_box .tit .close{
    width:20px;
    height: 20px;
  }
}

.footer{
  border-top: 1px solid #3d474b;
  width: 100%;
  line-height: 24px;
  padding: 20px;
  overflow: hidden;
  background-color: rgb(34, 34, 34);
}
.footer .wrap{
  padding-left: 220px;
}
.footer .wrap .link{
  font-size:14px;
  color:#fff;
  line-height: 25px;
}
.footer .wrap .link span{
  color:#fff;
}
.footer .wrap .link a{
  color:#fff;
}
.footer .wrap .link a:hover{
  color:#097bc2;
}
.footer .wrap .text{
  width:100%;
}
.footer .wrap .text p{
  font-size:14px;
  color:#fff;
  line-height: 25px;
}
@media all and (max-width:980px) {
  .footer .wrap{
    padding:0
  }
}

.return_top{
  display:none;
  width:60px;
  height: 60px;
  position: fixed;
  right:20px;
  bottom:40px;
  background:rgba(255,255,255,.7);
  border-radius: 100%;
  cursor: pointer;
  z-index:9999;
}
.return_top:hover{
  background:rgba(255,255,255,1);
}
.return_top em{
  position: absolute;
  left:50%;
  top:50%;
  margin-top:-10px;
  margin-left:-10px;
  display:block;
  width:20px;
  height: 20px;
  background:url("../images/return_top.png") no-repeat center center;
  background-size:100% 100%;
}
@media all and (max-width:980px) {
  .return_top{
    display: none !important;
  }
}


.fixed_bot{
  width:100%;
  height: 60px;
  background:#fff;
  display:none;
}
#fixed_bottom{
  width:100%;
  padding:10px 20px;
  position: fixed;
  left:0;
  bottom: 0;
  background:#fff;
  z-index:999;
}
#fixed_bottom .wrap{
  width:100%;
  display:flex;
  justify-content: space-between;
  flex-wrap:wrap;
}
#fixed_bottom .wrap .send{
  width:48%;
  height: 40px;
  line-height: 40px;
  display:flex;
  justify-content: center;
  align-items: center;
  background:rgba(217,0,0,.1);
  border-radius: 5px;
  cursor: pointer;
}
#fixed_bottom .wrap .send em{
  display:block;
  width:20px;
  height: 20px;
  background:url("../images/send.png") no-repeat center center;
  background-size:100% 100%;
}
#fixed_bottom .wrap .send i{
  display:block;
  font-size:14px;
  color:#097bc2;
  margin-left: 10px;
}
#fixed_bottom .wrap .chart{
  width:48%;
  height: 40px;
  line-height: 40px;
  display:flex;
  justify-content: center;
  align-items: center;
  background:#097bc2;
  border-radius: 5px;
  cursor: pointer;
}
#fixed_bottom .wrap .chart em{
  display:block;
  width:25px;
  height: 25px;
  background:url("../images/chat.png") no-repeat center center;
  background-size:100% 100%;
}
#fixed_bottom .wrap .chart i{
  display:block;
  font-size:14px;
  color:#ffffff;
  margin-left: 10px;
}
#inquiry{
  display:none;
}
#chat_online{
  display:none;
}
@media all and (max-width:980px) {
  .fixed_bot{
    display:block;
  }

  #inquiry{
    display:block;
    width:100%;
    height: 100%;
    position: fixed;
    left:0;
    top:100%;
    background:rgba(0, 0, 0, 0.5);
    z-index:3000;
    opacity: 0;
    transition: all ease .25s;
  }
  .inquiry1{
    opacity: 1 !important;
    top:0 !important;
  }
  #inquiry .wrap{
    position: absolute;
    left:0;
    top:50px;
    background:#fff;
    width:100%;
    height: 100%;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
    padding:0 20px;
  }
  #inquiry .wrap .tit{
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding:16px 0;
  }
  #inquiry .wrap .tit span{
    display:block;
    font-size: 16px;
    font-weight: bold;
  }
  #inquiry .wrap .tit .close{
    display:block;
    width:16px;
    height: 16px;
    background:url("../images/close2.png") no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
  }
  #inquiry .wrap form{
    width:100%;
  }
  #inquiry .wrap form input{
    width:100%;
    display:block;
    margin-top:20px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color:#999;
    font-weight: bold;
    font-size:14px;
  }
  #inquiry .wrap form textarea{
    width:100%;
    height: 80px;
    display:block;
    margin-top:20px;
    line-height: 25px;
    color:#999;
    font-weight: bold;
    font-size:14px;
    border-bottom: 1px solid rgba(0,0,0,.1);
  }
  #inquiry .wrap form button{
    display:block;
    width:100%;
    margin-top:30px;
    line-height: 36px;
    border-radius: 5px;
    background:#097bc2;
    text-align: center;
    color:#fff;
    font-size:14px;
    cursor: pointer;
  }


  #chat_online{
    display:block;
    position: fixed;
    left:50%;
    top:100%;
    width:0;
    height: 0;
    z-index:3000;
    background:#fff;
    opacity: 0;
    transition: all ease .25s;
  }
  .chat_online1{
    left:0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100%!important;
    opacity: 1 !important;
  }
  #chat_online .wrap{
    position: absolute;
    width:100%;
    height: 100%;
  }
  #chat_online .wrap .tit{
    width:100%;
    padding:20px;
    background:#007eff;
    display:flex;
    justify-content: space-between;
    align-items: center;
  }
  #chat_online .wrap .tit span{
    display:block;
    color:#fff;
    font-size:20px;
  }
  #chat_online .wrap .tit .close{
    display:block;
    width:20px;
    height: 20px;
    background:url("../images/close1.png") no-repeat center center;
    background-size:100% 100%;
    cursor: pointer;
  }
  #chat_online .wrap form{
    display:block;
    width:100%;
    padding:0 20px;
  }
  #chat_online .wrap form .form_group{
    width:100%;
    margin-top:20px;
  }
  #chat_online .wrap form .form_group label{
    display:block;
    width:100%;
    font-size:14px;
    color:#333;
    font-weight: bold;
  }
  #chat_online .wrap form .form_group label i{
    color: red;
    font-weight: normal;
  }
  #chat_online .wrap form .form_group input{
    display:block;
    width:100%;
    padding:0 15px;
    line-height: 35px;
    border-radius: 5px;
    background-color: #f0f2f7;
    margin-top:10px;
    font-size:14px;
    color:#999;
    transition: all ease .2s;
  }
  #chat_online .wrap form .form_group input:hover{
    background-color: #e5e7ec;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 7%);
  }
  #chat_online .wrap form .form_group input.input1{
    background-color: #e5e7ec;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 7%);
  }
  #chat_online .wrap form .form_group textarea{
    display:block;
    width:100%;
    padding:10px 15px;
    line-height: 20px;
    height: 80px;
    background-color: #f0f2f7;
    margin-top:10px;
    font-size:14px;
    color:#999;
    transition: all ease .2s;
    border-radius: 5px;
  }
  #chat_online .wrap form .form_group textarea:hover{
    background-color: #e5e7ec;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 7%);
  }
  #chat_online .wrap form .form_group textarea.textarea1{
    background-color: #e5e7ec;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 7%);
  }
  #chat_online .wrap form button{
    display:block;
    width:100%;
    margin-top:30px;
    line-height: 36px;
    border-radius: 5px;
    background:#007eff;
    text-align: center;
    color:#fff;
    font-size:14px;
    cursor: pointer;
  }
}

@media all and (max-width:480px) {
  #fixed_bottom{
    padding:10px;
  }
  #fixed_bottom .wrap .send{
    height: 35px;
    line-height: 35px;
  }
  #fixed_bottom .wrap .chart{
    height: 35px;
    line-height: 35px;
  }
}


