/* 0.common */
.more {
  display: block;
  width: 180px;
  height: 52px;
  line-height: 52px;
  border: 1px solid #ff8100;
  text-align: center;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 15px;
}

.more i {
  display: block;
  width: 100%;
  height: 100%;
}

.more-sol {
  color: #ffffff;
  background-color: #ff8100 !important;
}

.more-sol:hover,
.more-sol:focus {
  color: #ffffff;
}

.more-bor {
  color: #ff8100;
  background-color: #ffffff;
}

.more-bor:hover,
.more-bor:focus {
  color: #ff8100;
}

@media (max-width: 1400px) {
  .more {
    width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .more {
    width: 120px;
    height: 38px;
    line-height: 38px;
    font-size: 10px;
  }
}

/* 1.header */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  box-sizing: border-box;
  /* overflow: hidden; */
  /* background-color: rgba(240, 240, 240, 0.8); */
  /* box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08); */
  /* border-bottom: 2px solid rgba(201, 207, 220, 1); */
}

header:hover {
  background-color: #ffffff;
  transition: all 0.7s;
  -moz-transition: -moz-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  -o-transition: -o-transform 0.7s;
  -ms-transition: -ms-transform 0.7s;
}

.header-shadow {
  /* background-color: #F6F6F6; */
  /* 闃村奖 */
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  transition: all 0.7s;
  -moz-transition: -moz-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  -o-transition: -o-transform 0.7s;
  -ms-transition: -ms-transform 0.7s;
}

header .logo {
  float: left;
  display: block;
  width: auto;
  height: 55px;
  line-height: 76px;
}

header .logo img {
  width: auto;
  height: 100%;
}

header .logo img:first-child {
  display: inline-block;
}

header .logo img:last-child {
  display: none;
}

.header-shadow .logo img:first-child,
header:hover .logo img:first-child {
  display: none;
}

.header-shadow .logo img:last-child,
header:hover .logo img:last-child {
  display: inline-block;
}

header .gation {
  float: right;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 80px;
  text-align: right;
}

header .gation li {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li::before {
  content: "";
  display: none;
  width: 100%;
  height: 3px;
  background-color: #ff8100;
  position: absolute;
  bottom: 23px;
  left: 0;
  opacity: 0;
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li.active::before,
header .gation li:hover::before {
  opacity: 1;
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gation li:not(:last-child) {
  margin-right: 32px;
}

header .gation li a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.header-shadow .gation li a,
header:hover .gation li a {
  color: #000000;
}

header .gation li.active a,
header .gation li:hover a {
  transform: scale(1.07);
  color: #ff8100;
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

header .gatopen {
  display: none;
  float: right;
  width: 27px;
  height: 27px;
  cursor: pointer;
  line-height: 47px;
  cursor: pointer;
}

header .gatopen img {
  width: 100%;
  height: 100%;
}

header .lang {
  float: right;
  width: auto;
  height: 36px;
  line-height: 36px;
  text-align: center;
  position: relative;
  color: #ffffff;
  margin-left: 30px;
  margin-top: 22px;
  font-size: 16px;
}

.header-shadow .lang,
header:hover .lang {
  color: #000000;
}

header .lang .lan-ico {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-bottom: 3px;
  transition: transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
}

header .lang .lan-ico-r {
  display: none;
}

header .lang .lan-ico-w {
  display: inline-block;
}

.header-shadow .lang .lan-ico-w,
header:hover .lang .lan-ico-w {
  display: none;
}

.header-shadow .lang .lan-ico-r,
header:hover .lang .lan-ico-r {
  display: inline-block;
}

header .lang .lan-row {
  width: 23px;
  height: 23px;
  margin-left: 6px;
  margin-bottom: 4px;
}

header .lang .lan-row-g {
  display: none;
}

header .lang .lan-row-w {
  display: inline-block;
}

.header-shadow .lang .lan-row-g,
header:hover .lang .lan-row-g {
  display: inline-block;
}

.header-shadow .lang .lan-row-w,
header:hover .lang .lan-row-w {
  display: none;
}

header .lang .lan-pull {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

header .lang .lan-drop {
  display: none;
  position: absolute;
  top: 33px;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  z-index: 101;
}

header .lang .lan-drop a {
  display: block;
  color: #666666;
  line-height: 43px;
  font-size: 14px;
  border-bottom: 1px solid #999999;
}

header .lang .lan-drop a:last-child {
  border-bottom: 0;
}

header .lang .lan-drop a img {
  width: 15px;
  margin-right: 5px;
  vertical-align: middle;
  margin-bottom: 3px;
}

header .lang .lan-drop a:hover {
  font-weight: bold;
}

@media (max-width: 1400px) {
  header .gation {
    font-size: 15px;
  }
  header .gation li:not(:last-child) {
    margin-right: 15px;
  }
  header .lang {
    margin-left: 15px;
  }
}

@media (max-width: 1000px) {
  header {
    height: 47px;
    background-color: #ffffff;
    /* 闃村奖 */
    box-shadow: 3px 5px 13px 0px rgba(0, 0, 0, 0.08);
  }
  header .gatopen {
    display: block;
  }
  header .logo {
    height: 35px;
    line-height: 44px;
  }
  header .logo img:first-child {
    display: none;
  }
  header .logo img:last-child {
    display: inline-block;
  }
  header .gation {
    display: none;
    float: none;
    width: 105%;
    margin-left: -3%;
    height: auto;
    box-sizing: border-box;
    padding: 13px 3% 20px;
    font-size: 14px;
    border-top: 1px solid rgba(0, 0, 0, 1);
    line-height: 43px;
    text-align: center;
    background-color: #f6f6f6;
    margin-top: 47px;
    overflow: hidden;
  }
  header .gation li {
    display: block;
  }
  header .gation li:not(:last-child) {
    margin-right: 0;
  }
  header .gation li a {
    width: 100%;
    height: 38px;
    font-size: 13px;
    line-height: 38px;
    text-align: center;
    color: #000000;
  }
  header .gation li:hover a,
  header .gation li.active a {
    border-bottom: 0;
  }
  header .lang {
    margin-top: 6px;
    margin-left: 0;
    margin-right: 15px;
    font-size: 14px;
    color: #000000;
  }
  header .lang .lan-drop a {
    font-size: 12px;
    line-height: 32px;
  }
  header .lang .lan-drop a img {
    width: 12px;
  }
  header .lang .lan-ico {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    margin-bottom: 3px;
  }
  header .lang .lan-row {
    width: 18px;
    height: 18px;
    margin-left: 1px;
    margin-bottom: 2px;
  }
  header .lang .lan-row-g {
    display: inline-block;
  }
  header .lang .lan-row-w {
    display: none;
  }
  header .gation li::before {
    display: none;
  }
}

/* 2.index-swiper */
.index-swiper {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative;
  overflow: hidden;
}

.index-swiper .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-swiper .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index-swiper .cons {
  width: 100%;
  height: 100%;
  /* background-color: rgba(255, 255, 255, 0.5); */
  text-align: left;
}

.index-swiper .inside {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.index-swiper .txt {
  width: 100%;
  max-width: 720px;
}

.index-swiper h2 {
  font-weight: bold;
}

.index-swiper h2 i,
.index-swiper h2 s {
  display: block;
}

.index-swiper h2 i {
  text-transform: uppercase;
  font-size: 40px;
  color: #ff8100;
}

.index-swiper h2 s {
  font-size: 24px;
  margin-top: 5px;
}

.index-swiper p {
  margin-top: 30px;
  font-size: 17px;
  color: #646465;
  line-height: 34px;
}

.index-swiper em {
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .index-swiper {
    height: 550px;
  }
  .index-swiper h2 i {
    font-size: 32px;
  }
  .index-swiper h2 s {
    font-size: 20px;
  }
  .index-swiper p {
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
  }
  .index-swiper em {
    margin-top: 30px;
  }
}

@media (max-width: 1000px) {
  .index-swiper {
    height: 420px;
    margin-top: 47px;
  }
  .index-swiper h2 i {
    font-size: 21px;
  }
  .index-swiper h2 s {
    font-size: 14px;
  }
  .index-swiper p {
    margin-top: 15px;
    font-size: 13px;
    line-height: 26px;
    -webkit-line-clamp: 2; /* 鏄剧ず鐨勮鏁 */
  }
  .index-swiper em {
    margin-top: 20px;
  }
}

@media (max-width: 580px) {
  .index-swiper {
    height: 190px;
  }
}

/* 3.footer */
footer {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #ff8100;
}

footer .chain em,
footer .chain dl a,
footer .det .buted,
footer .link .item a {
  color: #ffffff;
  opacity: 0.7;
}

footer .copy {
  width: 100%;
  height: auto;
  padding: 15px 0;
  text-align: center;
  background-color: #f6f6f6;
}

footer .copy a {
/*  color: #000000;
  font-size: 14px;*/
}

footer .copy a:not(:last-child) {
  margin-right: 55px;
}

footer .copy span { padding-left:20px; padding-right:20px;}


footer .above {
  padding: 40px 0 60px;
}

footer .chain {
  font-size: 17px;
}

footer .chain em {
  color: #ffffff;
  line-height: 32px;
  width: 50px;
}

footer .chain dl {
  width: calc(100% - 65px);
}

footer .chain dl a:not(:last-child) {
  margin-right: 20px;
}

footer .chain dl a {
  display: inline-block;
  line-height: 32px;
  margin-bottom: 5px;
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

footer .chain a:hover {
  opacity: 1;
  transform: scale(1.05);
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

footer h3 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
}

footer h3 a {
  color: #ffffff;
}

footer h3 a:focus,
footer h3 a:hover {
  opacity: 0.7;
  color: #ffffff;
}

footer .det {
  margin-top: 20px;
}

footer .det .buted {
  line-height: 30px;
}

footer .soc {
  margin-top: 30px;
}

footer .soc a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

footer .soc a:not(:last-child) {
  margin-right: 15px;
}

footer .soc a img {
  width: 100%;
  height: 100%;
}

footer .link {
  margin-top: 30px;
}

footer .link li:not(:last-child) {
  margin-right: 30px;
}

footer .link .item a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  line-height: 34px;
}

footer .link .item a:hover {
  opacity: 1;
  transform: scale(1.06);
}

footer .link .item .ton {
  display: block;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #ff8100;
  opacity: 1;
  padding: 2px 17px;
  font-size: 12px;
  margin-top: 5px;
}

@media (max-width: 1400px) {
  footer h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }
  footer .link li:not(:last-child) {
    margin-right: 15px;
  }
  footer .chain {
    font-size: 15px;
  }
  footer .chain em,
  footer .chain dl a {
    line-height: 28px;
  }
}

@media (max-width: 1000px) {
  footer .above {
    padding: 30px 0 50px;
  }
  footer .det,
  footer .link {
    display: none;
  }
  footer .copy {
    padding: 7px 0;
  }
  footer .copy a {
/*    display: block;
    font-size: 13px;
    line-height: 26px;*/
  }
  footer .copy a:not(:last-child) {
    margin-right: 0;
  }
  
  footer .copy span { display:block;}
  
  
  
  footer .chain {
    font-size: 14px;
  }
  footer .chain em,
  footer .chain dl a {
    line-height: 26px;
  }
  footer .soc {
    text-align: center;
  }
  footer .soc a {
    width: 23px;
    height: 23px;
  }
}

/* 4.backtop */
.back-top {
  position: fixed;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  width: 100%;
  height: 65px;
  z-index: 90;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  display: none;
}

.back-top img {
  width: 100%;
  height: 100%;
}

@media (max-width: 1400px) {
  .back-top {
    right: 2%;
  }
}

@media (max-width: 1000px) {
  .back-top {
    width: 35px;
    height: 35px;
  }
}

/* 5.title */
.title {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.title-more h3,
.title-more .title-even {
  display: block;
  color: #ff8100;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}

.title-more .title-even {
  margin-top: 10px;
}

.title-more h3 {
  font-size: 27px;
  line-height: 38px;
}

.title-more-cn h3 {
  text-align: center;
  margin-top: 7px;
}

.title-more h3:hover {
  cursor: pointer;
  color: #3e6926;
  /* 杩囨浮 */
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.title-more .title-even img {
  width: 25px;
  height: auto;
  margin-left: 3px;
}

.title-sub {
  line-height: 29px;
  margin-top: 10px;
  color: #585858;
  font-size: 17px;
  text-align: center;
}

.title-ify a {
  display: block;
  color: #666666;
  margin-top: 15px;
  font-size: 17px;
}

.title-ify a:first-child {
  margin-top: 0;
}

.title-ify a:hover,
.title-ify a.active {
  color: #ff8100;
  text-decoration: underline;
  /* 杩囨浮 */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1400px) {
  .title-more h3 {
    font-size: 25px;
    line-height: 34px;
  }
}

@media (max-width: 1000px) {
  .title-more h3,
  .title-more .title-even {
    width: 100%;
    font-size: 16px;
  }
  .title-more h3 {
    font-size: 19px;
    line-height: 28px;
  }
  .title-more .title-even {
    text-align: right;
    margin-top: 7px;
  }
  .title-sub {
    line-height: 25px;
    margin-top: 5px;
    font-size: 14px;
    -webkit-line-clamp: 2; /* 鏄剧ず鐨勮鏁 */
  }
  .title-more .title-even img {
    width: 20px;
  }
  .title-ify {
    text-align: center;
  }
  .title-ify a {
    display: inline-block;
    margin-top: 0;
    font-size: 14px;
    line-height: 27px;
  }
  .title-ify a:not(:last-child) {
    margin-right: 15px;
  }
}
