@import '../iconfont/iconfont.css';
.flex {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
}
.flex-x {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
}
.flex-x-center {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-between {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-between-t {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-x-bottom {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-align: end;
  box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex-y {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-y-center {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.flex-grow-0 {
  min-width: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.flex-grow-1 {
  min-width: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.right0 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.myrow {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
}
.row1 {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.row2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.row3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.m-left0:first-child {
  margin-left: 0!important;
}
.m-top0:first-child {
  margin-top: 0!important;
}
.hv-scale {
  overflow: hidden;
}
.hv-scale img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hv-scale:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hv-scale-xs {
  overflow: hidden;
}
.hv-scale-xs img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.hv-scale-xs:hover .img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.c-orange {
  color: #f0882f;
}
.bg-orange {
  background-color: #f0882f;
}
.hv-orange:hover {
  color: #f0882f;
}
.tran3 {
  transition: 0.3s;
}
dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
P {
  margin-bottom: 0;
}
em {
  font-style: normal;
}
body {
  -webkit-overflow-scrolling: touch;
  background: #2c2b29;
  color: #fff;
}
.mt0 {
  margin-top: 0!important;
}
.hv-scale {
  overflow: hidden;
}
.hv-scale img {
  transition: 0.3s;
}
.hv-scale:hover img {
  transform: scale(1.1);
}
a:hover,
a {
  color: #333;
}
.xs {
  font-size: 12px;
}
.line-b {
  border-bottom: 1px solid #f0f0f0;
}
.shadow {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
img {
  max-width: 100%;
}
.ic {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.text-info {
  color: #666;
}
a {
  text-decoration: none !important;
}
.row-pv10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-pv10 > * {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
}
.row-pv0 {
  margin-left: 0;
  margin-right: 0;
}
.row-pv0 > * {
  padding-left: 0;
  padding-right: 0;
}
.row-pv12 {
  margin-left: -6px;
  margin-right: -6px;
}
.row-pv12 > * {
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 12px;
}
.row-pv20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-pv20 > * {
  padding-left: 10px;
  padding-right: 10px;
}
.row-pv24 {
  margin-left: -12px;
  margin-right: -12px;
}
.row-pv24 > * {
  padding-left: 12px;
  padding-right: 12px;
}
.row-pv16 {
  margin-left: -8px;
  margin-right: -8px;
}
.row-pv16 > * {
  padding-left: 20px;
  padding-right: 20px;
}
.row-pv44 {
  margin-left: -22px;
  margin-right: -22px;
}
.row-pv44 li {
  padding-left: 22px;
  padding-right: 22px;
}
.mv0 {
  margin-left: 0!important;
  margin-right: 0!important;
}
.pv0 {
  padding-left: 0!important;
  padding-right: 0!important;
}
.pt0 {
  padding-top: 0px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.wrap {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-pv16 > * {
  padding-left: 8px;
  padding-right: 8px;
}
}
@media (max-width: 640px) {
  .wrap {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.center {
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  position: absolute;
}
.container.fill {
  width: 100%;
}
/* 手机端菜单*/
.menu_btn {
  width: 60px;
  height: 60px;
  z-index: 101;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.menu_btn i {
  position: absolute;
  width: 28px;
  height: 2px;
  background: #fff;
  left: 12px;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.menu_btn i:nth-of-type(1) {
  top: 20px;
}
.menu_btn i:nth-of-type(2) {
  top: 30px;
}
.menu_btn i:nth-of-type(3) {
  top: 40px;
  width: 14px;
}
.menu_btn.active i:nth-of-type(1) {
  -webkit-transform: rotate(225deg) translate(-7px, -7px);
  -moz-transform: rotate(225deg) translate(-7px, -7px);
  -ms-transform: rotate(225deg) translate(-7px, -7px);
  -o-transform: rotate(225deg) translate(-7px, -7px);
  transform: rotate(225deg) translate(-7px, -7px);
}
.menu_btn.active i:nth-of-type(3) {
  opacity: 0;
}
.menu_btn.active i:nth-of-type(2) {
  -webkit-transform: rotate(-225deg) translate(0, 0);
  -moz-transform: rotate(-225deg) translate(0, 0);
  -ms-transform: rotate(-225deg) translate(0, 0);
  -o-transform: rotate(-225deg) translate(0, 0);
  transform: rotate(-225deg) translate(0, 0);
}
.menu_btn:hover i:nth-of-type(3) {
  width: 28px;
}
.head-m-nav {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background: #000000;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding: 120px 0 0;
  text-align: center;
  height: 0;
}
.head-m-nav.active {
  bottom: 0;
  z-index: 99;
  opacity: 1;
  height: auto;
}
.head-m-nav .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.head-m-nav a {
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  position: relative;
  padding: 0.5em 0;
  color: #fff;
}
.head-m-nav a span {
  display: inline-block;
  position: relative;
}
.head-m-nav .trans {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.head-m-nav a.active {
  font-weight: normal;
  color: #e38330;
}
.head-m-nav a .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: 5em;
  color: #aaa;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 12px;
}
.header.fixed {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  height: 80px;
}
.header.fixed .hd-language {
  display: none;
}
.header.fixed .hd-logo {
  background-size: 60%;
}
.header.fixed .menus {
  padding-top: 0;
  line-height: 80px;
}
.header {
  position: absolute;
  height: 110px;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  transition: 0.3s;
}
.header .wrap {
  height: 100%;
}
.header .wrap > * {
  transition: 0.3s;
}
.header .hd-logo {
  background: url('../images/image/logo.png') no-repeat 0 center;
  width: 250px;
  height: 100%;
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 100;
  transition: 0.3s;
  background-size: 60%;
}
.header .hd-language {
  position: absolute;
  right: 25px;
  top: 20px;
  border: 1px solid #fff;
  height: 22px;
  line-height: 20px;
  color: #fff;
  width: 70px;
  text-align: center;
}
.header .menus {
  padding-top: 47px;
  white-space: nowrap;
  text-align: right;
  padding-left: 300px;
  transition: 0.3s;
}
.header .menus li {
  font-size: 18px;
  line-height: 44px;
  height: 44px;
  margin-left: 4%;
  display: inline-block;
}
.header .menus li a {
  padding: 0 5px;
  color: #fff;
  display: inline-block;
}
.header .menus li:hover a,.header .menus li:active a {
  color: #f0882f;
}

.header .menus li a.active {
  color: #f0882f;
}
@media (max-width: 1080px) {
  .header .menus li {
    margin-left: 2%;
  }
}
@media (max-width: 992px) {
  .header,
  .header.fixed {
    height: 60px;
  }
  .header .hd-logo,
  .header.fixed .hd-logo {
    background-size: 60%;
  }
}
@media (max-width: 640px) {
  .header,
  .header.fixed {
    height: 50px;
  }
  .header .hd-logo,
  .header.fixed .hd-logo {
    background-size: 35%;
  }
}
.head-menu.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 50px;
}
footer {
  margin-top: 100px;
  background: #3d3d3e;
  padding: 70px 0 20px;
  color: #fff;
  border-bottom: 60px solid #1b1b1b;
}
footer .item {
  padding-left: 60px;
}
footer .item h4 {
  font-size: 18px;
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  footer .item h4::after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #e38330;
    top: 50%;
    transform: translateY(-50%);
    left: -17px;
  }
}
footer .item-nav {
  line-height: 40px;
}
footer .item-nav h4 {
  position: relative;
}
footer .item-nav .icon-jia {
  float: right;
  opacity: 0;
  transition: 0.3s;
}
footer .item-nav a {
  display: block;
  color: #bbb;
}
footer .item-nav a:hover {
  color: #f0882f;
}
footer .company {
  position: absolute;
  bottom: 20px;
  font-size: 18px;
}
footer .company img{
    max-width: 160px;
    background-color: #fff;
}
footer .addr {
  font-size: 18px;
  line-height: 40px;
  margin-top: -30px;
  position: relative;
  margin-top: -28px;
  max-width:386px;
}
footer .addr .ic-logo {
  margin-bottom: 20px;
}
footer .ft-code {
  display: inline-block;
  text-align: center;
}
footer .ft-code img {
  padding: 10px 0;
}
@media (min-width: 769px) {
  footer .content {
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  footer .item {
    padding-left: 0px;
  }
  footer .item h4 {
    font-size: 16px;
    color: #f0882f;
  }
  footer .item h4 a {
    color: #f0882f;
  }
  footer .addr {
    font-size: 14px;
    line-height: 2.2;
  }
}
@media (max-width: 768px) {
  footer {
    margin-top: 60px;
    padding: 20px 0;
    border-bottom-width: 10px;
  }
  footer .item {
    padding-left: 0;
  }
  footer .item-nav {
    text-align: left;
  }
  footer .item-nav .icon-jia {
    display: block;
    transition: 0.3s;
    opacity: 1;
  }
  footer .item-nav h4 {
    font-size: 16px;
    position: relative;
    color: #f0882f;
    border-bottom: 1px solid #666;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    margin: 0;
  }
  footer .item-nav h4 a {
    color: #f0882f;
  }
  footer .item-nav .info {
    display: none;
    font-size: 15px;
    padding: 0 10px;
    line-height: 2;
  }
  footer .item-nav .info a {
    margin-left: 0;
  }
  footer .item-nav.active .iconfont {
    transform: rotate(135deg);
  }
  footer .item-coantct {
    text-align: center;
    padding-top: 40px;
  }
  footer .item-coantct .ic-logo {
    max-width: 25%;
  }
  footer .addr {
    padding: 20px 0;
    font-size: 14px;
  }
  footer .ft-code .code-tip {
    font-size: 12px;
  }
  footer .company {
    position: initial;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
  }
  footer .company a{
    display: block;
    text-align: center;
    padding: 5px 0;
}
}
@media (max-width: 640px) {
  footer {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  footer {
    margin-top: 20px;
  }
  footer .item-nav h4 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  footer .item-nav .info {
    padding: 5px 10px 10px;
  }
}
.more-wrap {
  text-align: center;
}
.more-wrap .base-more {
  background-color: #f0882f;
  color: #fff;
  height: 35px;
  line-height: 35px;
  border-radius: 2em;
  padding: 0 46px;
  display: inline-block;
  transition: 0.3s;
}
.more-wrap .base-more:hover {
  background-color: #e6710d;
  -box-shadow: 0 0 5px #e6710d;
}
.base-hd {
  line-height: 102px;
  border-bottom: 1px solid #a0a0a0;
  text-align: center;
  font-size: 36px;
  position: relative;
  margin-bottom: 45px;
}
.base-hd::after {
  content: '';
  display: block;
  position: absolute;
  width: 50px;
  height: 2px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 640px) {
  .base-hd {
    font-size: 20px;
    height: auto;
    line-height: 60px;
    margin-bottom: 30px;
  }
}
.base-hd2 {
  padding-left: 23px;
  position: relative;
  margin-bottom: 34px;
}
.base-hd2::before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  background: #f0882f;
  top: 0;
  bottom: 2px;
  left: 0;
}
.base-hd2 > * {
  display: inline-block;
  vertical-align: text-bottom;
}
.base-hd2 h3 {
  font-size: 30px;
  margin: 0 10px 0 0;
}
.base-hd2 .more {
  font-size: 16px;
  color: #fff;
}
.base-hd2 .more2 {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
}
.base-hd2 .more2 .iconfont {
  font-size: 12px;
}
@media (max-width: 992px) {
  .base-hd2 {
    margin-bottom: 23px;
  }
  .base-hd2 .more {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 640px) {
  .base-hd2 {
    margin-bottom: 15px;
    padding-left: 10px;
    display: -webkit-flex;
    display: flex;
    display: -webkit-box;
    display: box;
    position: relative;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    box-align: center;
  }
  .base-hd2 h3 {
    font-size: 18px;
  }
  .base-hd2 .more {
    font-size: 14px;
  }
  .base-hd2 .more .iconfont {
    font-size: 12px;
  }
}
.more-round-btn {
  background: #f0882f;
}
.orange-tit {
  background-color: #f0882f;
  color: #fff;
  display: inline-block;
}
.banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 380px;
  background-position: center;
}
@media (max-width: 992px) {
  .banner {
    height: 340px;
  }
}
@media (max-width: 768px) {
  .banner {
    height: 300px;
  }
}
@media (max-width: 640px) {
  .banner {
    height: 200px;
  }
}
@media (max-width: 480px) {
  .banner {
    height: 100px;
  }
}
.bg-cover {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-contain {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.ibox {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ibox1 {
  background-image: url('../images/bg1.jpg');
}
.ibox2 {
  background-image: url('../images/image/bg2.jpg');
}
.ibox3 {
  background-image: url('../images/image/bg3.jpg');
}
.ibox4 {
  background-image: url('../images/image/bg4.jpg');
}
.ibox5 {
  background-image: url('../images/image/bg5.png');
}
.ibox6 {
  background-image: url('../images/image/bg6.png');
}
.swiper-auto .swiper-container,
.swiper-auto .swiper-wapper {
  height: auto!important;
}
.pnext1 {
  background: none;
  background-color: #f0882f;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  position: relative;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
}
.pnext1 .iconfont {
  font-size: 30px;
}
.goost-list li {
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 10px;
}
.goost-list li .info {
  background: #535353;
  padding: 20px;
}
.goost-list li .name {
  font-size: 17px;
  margin-bottom: 3px;
}
.goost-list li .more {
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.goost-list li .more .icon-right {
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.goost-list li .img {
  overflow: hidden;
}
.goost-list li .img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.goost-list li .img:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.goost-list li .img img {
  transition: 0.3s;
}
.goost-list li .img:hover img {
  transform: scale(1.1);
}
.goost-list li .img img {
  width: 100%;
}
.goost-list li .more:hover .icon-right {
  color: #f0882f;
}
.goost-list li .more:hover .txt {
  border-bottom: 1px solid #f0882f;
  color: #f0882f;
  border-bottom-color: #f0882f;
}
@media (max-width: 640px) {
  .goost-list li .info {
    padding: 10px;
  }
  .goost-list li .name {
    font-size: 14px;
  }
  .goost-list li .more {
    font-size: 12px;
  }
}
.goost-list li:hover .info {
  background: #a0a0a0;
}
.goost-list li:hover .more .txt {
  border-bottom: 1px solid #fff;
}
.ibox1 {
  border-bottom: 100px solid #000;
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .ibox1 {
    padding-bottom: 10px;
    border-bottom-width: 30px;
  }
}
.ibox1 .swiper-bd {
  position: relative;
  padding: 0 50px ;
}
@media (min-width: 1300px) {
  .ibox1 .swiper-bd {
    width: 1300px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ibox1 .pnext1 {
  width: 40px;
  height: 84px;
  margin-top: -42px;
}
.ibox1 .swiper-button-prev {
  left: 0;
}
.ibox1 .swiper-button-next {
  right: 0;
}
.ibox2 {
  padding: 60px 0 95px;
}
.ibox2 .bd {
  position: relative;
}
.ibox2 .bd-sub {
  background: #535353;
  width: 21%;
  left: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  border-right: 17px solid #1e1e1e;
}
.ibox2 .bd-sub p {
  height: 65px;
  line-height: 70px;
  border-bottom: 1px solid #1a1a1a;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  padding-left: 68px;
  overflow: hidden;
}
.ibox2 .bd-sub .active {
  background: url(../images/image/ic-active.png) no-repeat 30px center;
}
@media (max-width: 1200px) {
  .ibox2 .bd-sub p {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
  }
}
.ibox2 .bd-content {
  margin-left: 21%;
  padding: 17px 17px 0;
  background: #fff;
  position: relative;
  margin-right: 7.8%;
}
.ibox2 .bd-content li {
  padding-bottom: 20px;
}
.ibox2 .more-div {
  background-color: #f0882f;
  color: #fff;
  text-align: center;
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7.8%;
}
.ibox2 .more-div em {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .ibox2 {
    padding-bottom: 70px;
  }
}
@media (max-width: 640px) {
  .ibox2 {
    padding: 30px 0;
  }
}
.ibox2 .base-hd2 {
  margin-top: 20px;
}
.list4 li a {
  position: relative;
  display: block;
  overflow: hidden;
}
.list4 li a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.list4 li a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.list4 li a img {
  transition: 0.3s;
}
.list4 li a:hover img {
  transform: scale(1.1);
}
.list4 li img {
  width: 100%;
}
.list4 li .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  background: rgba(240, 136, 47, 0.5);
}
@media (max-width: 640px) {
  .list4 li .tit {
    font-size: 12px;
     height: 30px;
  line-height: 30px;
  }
  .header .hd-language{
      display: none;
  }
  .head-menu{
    display:none;
  }
  .row-pv16 > * {
    margin-bottom: 20px;
}
}
.ibox3 {
  padding: 100px 0 100px;
}
.ibox3 .bd {
  max-width: 1100px;
  margin: 0 auto;
}
.ibox3 .bd img{
  width: 100%;
}
.ibox3 .bd .info {
  padding: 25px 0 38px;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 640px) {
  .ibox3 {
    padding: 10px 0 30px;
  }
  .ibox3 .bd .info {
    font-size: 14px;
    padding: 15px 0 25px;
  }
}
.ibox4 {
  padding: 100px 0 100px;
}
@media (max-width: 640px) {
  .ibox4 {
    padding: 10px 0 40px;
  }
}
.list2 {
  margin-bottom: 26px;
}
.list2 a {
  overflow: hidden;
  display: block;
}
.list2 a img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.list2 a:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.list2 a img {
  transition: 0.3s;
}
.list2 a:hover img {
  transform: scale(1.1);
}
.list2 li {
  cursor: pointer;
  margin-bottom: 24px;
}
.list2 li:hover .info {
  background-color: #f0882f;
  color: #fff;
}
.list2 img {
  width: 100%;
}
.list2 .info {
  padding: 10px 20px;
  color: #707070;
  background: #fff;
  line-height: 1.6;
}
.list2 .info .tit {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.list2 .info .time {
  font-size: 13px;
}
@media (max-width: 640px) {
  .list2 .info {
    padding: 5px 10px;
  }
  .list2 .info .tit {
    font-size: 16px;
    line-height: 18px;
  }
  .list2 .info .time {
    font-size: 14px;
  }
}
.ibox5 {
  padding: 50px 0 145px;
}
.ibox5 .content {
  padding: 0 12%;
  position: relative;
}
.ibox5 .content .pnext1 {
  width: 8.5%;
  height: 100%;
  top: 0;
  margin-top: 0;
  max-width: 50px;
}
.ibox5 li img {
  width: 100%;
}
.ibox5 .swiper-slide li {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ibox5 {
    padding-bottom: 80px;
  }
  .ibox5 .item + .item {
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .ibox5 {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .ibox5 .item + .item {
    padding-top: 20px;
  }
}
.ibox6 .bd {
  padding: 0 0 76px;
}
.ibox6 .more-wrap {
  padding-top: 38px;
}
@media (max-width: 640px) {
  .ibox6 .bd {
    padding: 0 0 30px;
  }
  .ibox6 .more-wrap {
    padding-top: 10px;
  }
}
.friend-list li {
  margin-bottom: 20px;
  text-align: center;
}
.friend-list li img {
  width: 100%;
}
@media (max-width: 640px) {
  .friend-list li {
    margin-bottom: 10px;
  }
}
.w830 {
  max-width: 830px;
  margin-left: 5%;
}
@media (max-width: 1200px) {
  .w830 {
    margin-left: 0;
    max-width: 100%;
  }
}
.crumbs {
  color: #707070;
  padding-top: 35px;
  border-bottom: 2px solid #3b3837;
  line-height: 34px;
  padding-left: 10px;
  margin-bottom: 28px;
}
.crumbs a {
  color: #707070;
}
.crumbs a:hover {
  color: #f0882f;
}
.crumbs .icon-home {
  font-size: 22px;
  margin-right: 2px;
}
@media (max-width: 480px) {
  .crumbs {
    padding-top: 20px;
    margin-bottom: 15px;
  }
}
.about-us {
  line-height: 1.6;
}
.about-us img {
  display: block;
  width: 100%;
  margin-bottom: 22px;
}
.about-us .txt + .txt {
  margin-top: 20px;
}
.about-us .info {
  padding-bottom: 22px;
}
.sub-nav {
  font-size: 16px;
}
.sub-nav a {
  display: block;
  background: #434343;
  padding-left: 18px;
  color: #fff;
  /*height: 42px;*/
  line-height: 22px;
  position: relative;
  margin-bottom: 1px;
  overflow: hidden;
  padding: 10px;
}
.sub-nav a:hover {
  color: #f0882f;
}
.sub-nav .ic-active {
  background-image: url('../images/image/ractive.png');
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
@media (max-width: 992px) {
  .sub-nav {
    overflow: hidden;
        display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
  .sub-nav a.active {
    background-color: #f0882f;
    color: #fff !important;
  }
  .sub-nav a {
    width: 48%;
    float: left;
  }
  .sub-nav a {
    margin-right: 1%;
  }
}
@media (max-width: 640px) {
  .sub-nav {
    font-size: 14px;
  }
  .sub-nav a {
    padding-left: 0;
    margin-bottom: 2px;
    text-align: center;
  }
  .sub-nav .ic-active {
    display: none;
  }
  .sub-nav a.active {
    background-color: #f0882f;
  }
}
.sub-title {
  background: linear-gradient(#232325, #131315);
  height: 180px;
  height: 150px;
  text-align: center;
  color: #f0882f;
  font-size: 24px;
  display: -webkit-flex;
  display: flex;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
  margin-top: -80px;
}
.sub-title .logo {
  display: block;
  margin: 0 auto;
  max-width: 50%;
  margin-bottom: 20px;
}
.sub-title .txt {
  font-size: 24px;
  letter-spacing: 4px;
}
@media (max-width: 992px) {
  .sub-title {
    display: none;
  }
}
.m-sub {
  width: 200px;
  float: left;
}
@media (max-width: 992px) {
  .m-sub {
    padding-top: 20px;
  }
}
.m-content {
  margin-left: 270px;
}
@media (max-width: 992px) {
  .m-sub {
    width: 100%;
    float: none;
  }
  .m-content {
    margin-left: 0;
  }
}
.about-us .list1 img {
  margin-bottom: 0;
}
.about-us .list1 p {
  height: 70px;
  line-height:24px;
}
.list1 {
  text-align: center;
  color: #f0882f;
}
.list1 li {
  margin-bottom: 10px;
}
.list1 p {
  height: 50px;
}
.list1 img {
  width: 100%;
  margin-bottom: 10px;
}
.list1 a {
  color: #f0882f;
}
@media (max-width: 640px) {
  .list1 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .list1 li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .list1 p {
    font-size: 12px;
  }
}
.detais-box {
  max-width: 925px;
}
.detais-info {
  color: #f0882f;
  margin-bottom: 20px;
}
.detais-info .info {
  margin: 30px 0;
}
.detais-info .return {
  width: 100px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.detais-info .return:Hover {
  background: #d1701d;
  color: #fff;
}
@media (min-width: 992px) {
  .detais-info {
    margin-left: -22px;
    margin-right: -22px;
  }
  .detais-info li {
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (max-width: 768px) {
  .detais-info {
    text-align: center;
  }
  .detais-info .info {
    text-align: left;
  }
}
@media (max-width: 640px) {
  .detais-info {
    margin-bottom: 50px;
  }
  .detais-info h3 {
    font-size: 22px;
  }
  .detais-info .info {
    margin-top: 20px;
  }
}
.detail-table h3 {
  width: 130px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  text-align: center;
  margin: 0;
}
.detail-table img {
  display: block;
}
@media (max-width: 640px) {
  .detail-table h3 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 100px;
  }
}
.question-box dl {
  margin-bottom: 10px;
  background: #434343;
  padding: 12px 20px;
  color: #fff;
}
.question-box dl dt {
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  font-weight: normal;
  margin-bottom: 10px;
}
.question-box dl dt::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  bottom: 0;
}
@media (max-width: 480px) {
  .question-box dl {
    padding: 10px;
  }
  .question-box dl dt {
    font-size: 14px;
  }
  .question-box dl dd {
    font-size: 12px;
  }
}
.download-list {
  margin-bottom: 10px;
}
.download-list .tit {
  font-size: 16px;
}
.download-list li {
  background: #434343;
  padding: 25px 20px;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
}
.download-list a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  background-color: #f0882f;
  color: #fff;
  height: 30px;
  line-height: 30px;
  border-radius: 2em;
  padding: 0 20px;
  transition: 0.3s;
}
.download-list a:hover {
  background: #c36718;
}
@media (max-width: 480px) {
  .download-list .tit {
    font-size: 14px;
  }
  .download-list li {
    padding: 15px 10px;
  }
  .download-list a {
    font-size: 13px;
    height: 26px;
    line-height: 26px;
  }
}
.news-list li {
  margin-bottom: 20px;
  background: #434343;
  padding: 10px 20px 10px 10px;
  position: relative;
  height: 130px;
}
.news-list .img {
  float: left;
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.news-list .img img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-list .img:hover .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news-list .img img {
  transition: 0.3s;
}
.news-list .img:hover img {
  transform: scale(1.1);
}
.news-list .content {
  margin-left: 130px;
}
.news-list h3 {
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 18px;
}
.news-list h3::after {
  content: '';
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  bottom: 0;
}
.news-list .time {
  position: absolute;
  right: 20px;
  top: 20px;
}
.news-list .info {
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news-list a {
  color: #fff;
}
.news-list li:hover {
  background: #4e4d4d;
}
.news-list li:hover h3 a {
  color: #f0882f;
}
@media (max-width: 640px) {
  .news-list li {
    min-height: 110px;
    padding-right: 10px;
  }
  .news-list h3 {
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .news-list .time {
    font-size: 12px;
    position: initial;
    left: 0;
  }
  .news-list .img {
    width: 90px;
    height: 90px;
    margin-top: 12px;
  }
  .news-list .content {
    margin-left: 100px;
  }
}
.page {
  text-align: right;
  padding-top: 30px;
}
.page a {
  display: inline-block;
  background: #fff;
  border-radius: 8px;
  height: 30px;
  line-height: 30px;
  width: 68px;
  text-align: center;
  color: #707070;
}
.page a + a {
  margin-left: 1px;
}
.page .num {
  width: auto;
  padding: 0 10px;
}
.page a:hover {
  background-color: #f0882f;
  color: #fff;
}
@media (max-width: 640px) {
  .page {
    text-align: center;
  }
}
.contact-msg {
  position: relative;
}
.contact-msg h3 {
  color: #f0882f;
  font-size: 16px;
  margin-bottom: 30px;
}
.contact-msg li {
  margin-bottom: 5px;
}
.contact-msg li .iconfont {
  margin-right: 10px;
  font-size: 20px;
}
.contact-msg ol {
  padding-bottom: 30px;
}
.contact-msg .icon-addr {
  font-size: 100px;
  color: #878685;
  position: absolute;
  right: 20%;
  top: 60%;
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .contact-msg .icon-addr {
    right: 10%;
    opacity: 0.2;
  }
}
.contact-box {
  margin: 0 3%;
}
.leaving-msg {
  background: #42403f;
  padding: 20px 30px 18px;
}
.leaving-msg .input-box {
  margin-bottom: 10px;
}
.leaving-msg input::-webkit-input-placeholder,
.leaving-msg textarea::-webkit-input-placeholder {
  color: #707070;
}
.leaving-msg input:-moz-placeholder,
.leaving-msg textarea:-moz-placeholder {
  color: #707070;
}
.leaving-msg input::-moz-placeholder,
.leaving-msg textarea::-moz-placeholder {
  color: #707070;
}
.leaving-msg input:-ms-input-placeholder,
.leaving-msg textarea:-ms-input-placeholder {
  color: #707070;
}
.leaving-msg textarea,
.leaving-msg input {
  background: #2c2a29;
  border-radius: 8px;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  border: 0;
  box-shadow: 0;
  resize: none;
  outline: none;
}
.leaving-msg textarea {
  padding: 10px 20px;
  height: 300px;
  line-height: 1.6;
}
.leaving-msg .submit {
  background-color: #f0882f;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 768px) {
  .leaving-msg {
    padding: 15px;
  }
}
@media (max-width: 640px) {
  .leaving-msg {
    padding: 12px;
  }
}
.artical-box {
  line-height: 1.76;
  font-size: 16px;
}
.artical-box > * {
  margin-bottom: 20px;
}
.artical-box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.artical-box p {
  text-align: justify;
}
@media (max-width: 480px) {
  .artical-box {
    font-size: 14px;
  }
}
.news-details-hd {
  margin-bottom: 40px;
  padding-top: 10px;
  text-align: center;
}
.news-details-hd h2 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: normal;
}
@media (max-width: 480px) {
  .news-details-hd {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .news-details-hd h2 {
    font-size: 22px;
  }
  .news-details-hd .date {
    font-size: 12px;
  }
}
.photos-popup {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}
.photos-popup .swiper {
  top: 0;
  bottom: 0;
  position: fixed;
  left: 50%;
  max-width: 1200px;
  width: 90%;
  transform: translateX(-50%);
}
.photos-popup .swiper .swiper-slide {
  text-align: center;
  display: table;
}
.photos-popup .swiper .inner {
  display: table-cell;
  vertical-align: middle;
}
.photos-popup .swiper p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  color: #fff;
  font-size: 16px;
}
.photos-popup .swiper img {
  width: 100%;
  max-width: 800px;
  max-height: 90%;
  vertical-align: middle;
}
.photos-popup .pnext {
  background: none;
  outline: none;
}
.photos-popup .pnext .iconfont {
  font-size: 50px;
  outline: none;
}
@media (max-width: 639px) {
  .photos-popup .pnext .iconfont {
    font-size: 30px;
  }
}
