html {
  font-size: 100px;
}
body #app {
  padding-top: 0.8rem;
}
.homePage #app {
  padding-top: 0;
}
img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: crisp-edges;
}
.banner {
  height: 8.6rem;
  max-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
}
.banner .bannerImg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: all 0.5s ease-out;
  left: 0;
  top: 0;
}
.banner .basics-box {
  position: relative;
}
.banner .basics-box .box p {
  color: #fff;
}
.banner .basics-box .box p.p1 {
  font-size: 54px;
  line-height: 1.2;
}
.banner .basics-box .box p.p1.en {
    width: 60%;
}
@media only screen and (max-width: 1440px) {
  .banner .basics-box .box p.p1 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  .banner .basics-box .box p.p1 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .basics-box .box p.p1 {
    font-size: 28px;
  }
    .banner .basics-box .box p.p1.en {
        width: 100%;
    }
}
.banner .basics-box .box p.p2 {
  font-size: 22px;
  line-height: 1.7;
  margin-top: 0.2rem;
}
.banner .basics-box .box p.p2.en {
    width: 70%;
}
@media only screen and (max-width: 1440px) {
  .banner .basics-box .box p.p2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner .basics-box .box p.p2 {
    font-size: 16px;
  }
    .banner .basics-box .box p.p2.en {
        width: 100%;
    }
}
.basics-box {
  width: 1280px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1440px) {
  .basics-box {
    width: 1110px;
  }
}
@media screen and (max-width: 1280px) {
  .basics-box {
    width: 90%;
  }
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.homePage .header {
  background: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .0));
  border-bottom:none;
}

.homePage .header .logo-white {
  display: block;
}
.homePage .header .logo-black {
  display: none;
}
.homePage .header .nav > li .title {
  background: transparent;
}
.homePage .header .nav > li .title .iconfont {
  color: #fff;
}
.homePage .header .nav > li .title a {
  color: #fff;
}
.homePage .header .language > div {
  background: transparent;
  color: #fff;
}
.homePage .header .right .search {
  color: #fff;
}
.homePage .header:hover,
.homePage .header.active {
  background: #fff;
}
.homePage .header:hover .logo-white,
.homePage .header.active .logo-white {
  display: none;
}
.homePage .header:hover .logo-black,
.homePage .header.active .logo-black {
  display: block;
}
.homePage .header:hover .nav > li .title,
.homePage .header.active .nav > li .title {
  background: #fff;
}
.homePage .header:hover .nav > li .title .iconfont,
.homePage .header.active .nav > li .title .iconfont {
  color: #333;
}
.homePage .header:hover .nav > li .title a,
.homePage .header.active .nav > li .title a {
  color: #333;
}
.homePage .header:hover .language > div,
.homePage .header.active .language > div {
  background: #fff;
  color: #333;
}
.homePage .header:hover .right .search,
.homePage .header.active .right .search {
  color: #333;
}

.header {
  width: 100%;
  height: 0.8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: #fff;
  padding: 0 0.8rem;
}
.header .logo-white {
  display: none;
}
.header .logo-black {
  display: block;
}
.header .headerContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  overflow: visible;
}
.header .logo {
  width: auto;
  height: 0.51rem;
}
.header .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 999;
}
.header .nav > li {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 0.54rem;
  height: 100%;
}
@media only screen and (max-width: 1400px) {
  .header .nav > li {
    margin-right: 0.34rem;
  }
}
.header .nav > li:last-child {
  margin-right: 0;
}
.header .nav > li:hover .chunk {
  opacity: 1;
  top: 0.8rem;
  transform: scale(1);
}
.header .nav > li .title {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 999;
  background: #fff;
}
.header .nav > li .title .iconfont {
  color: #333;
  font-size: 12px;
}
.header .nav > li .title a {
  font-size: 17px;
  font-weight: normal;
  color: #333;
  margin-right: 0.1rem;
}
@media only screen and (max-width: 1366px) {
  .header .nav > li .title a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .header .nav > li .title a {
    font-size: 15px;
  }
}
.header .nav > li .title a.left {
  text-align: left;
}
.header .nav > li .chunk {
  position: absolute;
  width: 1.2rem;
  left: 50%;
  margin-left: -0.6rem;
  top: 0;
  background: #fff;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(0);
  transform-origin: top center;
  z-index: 998;
}
.header .nav > li .chunk .chunk-title {
  position: relative;
  height: 100%;
  padding: 10px 5px;
  line-height: 2;
  border-bottom: 1px solid #eaeaea;
}
.header .nav > li .chunk .chunk-title:last-child {
  border: none;
}
.header .nav > li .chunk .chunk-title:hover {
  background: #eaeaea;
}
.header .nav > li .chunk .chunk-title a {
  display: inline-block;
  width: 100%;
  color: #333;
  text-align: center;
}
.header .nav > li .chunk .chunk-title a.left {
  text-align: left;
}
.header .nav > li .chunk .chunk-title .chunk-second{
  position: absolute;
  width: 1.2rem;
  right: -1.2rem;
  top: 0;
  background: #fff;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(0);
  transform-origin: top center;
  z-index: 998;
}
.header .nav > li .chunk .chunk-title:hover .chunk-second {
  opacity: 1;
  transform: scale(1);
}

.header .nav > li .chunk .chunk-title .chunk-second .chunk-childthree{
  position: absolute;
  width: 1.9rem;
  right: -1.9rem;
  top: 0;
  background: #fff;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(0);
  transform-origin: top center;
  z-index: 998;
}
.header .nav > li .chunk .chunk-three:hover .chunk-childthree {
  opacity: 1;
  transform: scale(1);
}

.header .language {
  position: relative;
  height: 100%;
}
.header .language > div {
  position: relative;
  display: flex;
  color: #333;
  align-items: center;
  cursor: pointer;
  height: 100%;
  background: #fff;
  z-index: 999;
}
.header .language:hover ul {
  opacity: 1;
  top: 0.8rem;
  transform: scale(1);
}
.header .language .icon-language {
  margin-right: 0.08rem;
}
.header .language .icon-arrowdown {
  margin-left: 0.05rem;
}
.header .language ul {
  position: absolute;
  width: 2rem;
  left: 50%;
  margin-left: -1rem;
  top: 0;
  background: #fff;
  transition: all 0.3s ease-out;
  opacity: 0;
  transform: scale(0);
  transform-origin: top center;
  z-index: 998;
}
.header .language ul li {
  height: 100%;
  line-height: 0.8rem;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.header .language ul li:last-child {
  border: none;
}
.header .language ul li:hover {
  background: #eaeaea;
}
.header .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .right .search {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 100%;
  color: #333;
  cursor: pointer;
  margin-left: 0.3rem;
}
.header .right .search.active .search-input {
  opacity: 1;
  transform: scaleX(1);
}
.header .right .search i {
  display: flex;
  width: 0.5rem;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.header .right .search .search-input {
  display: flex;
  align-items: center;
  position: absolute;
  left: -5rem;
  width: 5rem;
  height: 100%;
  padding: 0 0.3rem;
  z-index: 1000;
  background: #fff;
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.3s ease-out;
  transform-origin: center right;
}
.header .right .search .search-input input {
  box-sizing: border-box;
  width: 100%;
  height: 0.5rem;
  border: 1px solid #797979;
  padding: 0 0.2rem;
}
.header .searchContainer {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.8rem;
  z-index: 999;
  background: #fff;
  padding: 0 0.8rem;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all 0.3s ease-out;
}
.header .searchContainer.active {
  transform: scaleY(1);
}
.header .searchContainer i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.5rem;
  height: 0.5rem;
  font-size: 24px;
  cursor: pointer;
}
@media only screen and (max-width: 1440px) {
  .header .searchContainer i {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .header .searchContainer i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .header .searchContainer i {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .header .searchContainer i {
    font-size: 16px;
  }
}
.header .searchContainer input {
  box-sizing: border-box;
  width: 40%;
  height: 0.5rem;
  border: 1px solid #797979;
  padding: 0 0.2rem;
}
.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  display: none;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.2rem;
  overflow: hidden;
  z-index: 9999;
  background: #fff;
}
.header-mobile .logo {
  width: 1.79rem;
  height: 0.51rem;
}
.header-mobile .search {
  display: flex;
  align-items: center;
  height: 0.6rem;
  padding: 0 0.1rem;
  border: 1px solid #eaeaea;
}
.header-mobile .search input {
  width: 2.5rem;
  border: none;
}
.header-mobile .search i {
  font-size: 14px;
  color: #333;
  padding: 0 0.1rem;
}
@media only screen and (max-width: 767px) {
  .header-mobile .search i {
    font-size: 12px;
  }
}
.header-mobile .right {
  display: flex;
  align-items: center;
}
.header-mobile .language {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.6rem;
  height: 0.6rem;
  background: #f8192b;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .header-mobile .language {
    font-size: 12px;
  }
}
.header-mobile .nav-btn {
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  height: 0.6rem;
}
.header-mobile .nav-btn i {
  font-size: 30px;
}
@media only screen and (max-width: 1440px) {
  .header-mobile .nav-btn i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-mobile .nav-btn i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .header-mobile .nav-btn i {
    font-size: 18px;
  }
}
.header-mobile .nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
  background: #18191a;
  width: 100%;
  height: 100%;
  padding: 1rem 0 0;
}
.header-mobile .nav > li ul {
  display: none;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 0.4rem;
}
.header-mobile .nav > li ul li {
  height: 0.8rem;
  line-height: 0.8rem;
}
.header-mobile .nav > li ul li a {
  display: block;
  color: #fff;
}
.header-mobile .nav .close {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0.2rem;
  top: 0;
  height: 1rem;
  padding: 0 0.2rem;
}
.header-mobile .nav .close i {
  font-size: 30px;
  color: #fff;
}
@media only screen and (max-width: 1440px) {
  .header-mobile .nav .close i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-mobile .nav .close i {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .header-mobile .nav .close i {
    font-size: 18px;
  }
}
.header-mobile .nav .title {
  display: flex;
  justify-content: space-between;
  height: 0.8rem;
  line-height: 0.8rem;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0 0.4rem;
}
.header-mobile .nav .title a {
  color: #fff;
}
.footer {
  background-color: #18191a;
}
.footer .nav-box {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.footer .nav-box .nav {
  flex: auto;
  display: flex;
}
.footer.en .nav-box .nav {
   justify-content: space-between;
}
.footer.en .flex-copy{
    display: flex;
    justify-content: space-between;
    padding-top: .3rem;
}
.follow-us {
    float: right !important;
    /* width: 25% !important; */
    text-align: left !important;
    vertical-align: middle !important;
}

.follow-us span {
    float: left !important;
    /* margin: 0px 15px; */
    color: #FFFFFF !important;
    color: #a5a5a5 !important;
}

.follow-us a {
    /* width: 13px !important; */
    margin-right: 10px !important;
    /* display: inline-block !important; */
    float: left;
    vertical-align: middle !important;
}
.follow-us a:nth-of-type(5){
    margin-right: 0px !important;
}

.follow-us img {
    width: 20px !important;
    height: 20px !important;
    display: block; margin-top: 5px;
}
.footer.en  .font-9 {
    font-size: 14px !important;
    display: inline-block !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    color: #A5A5A5 !important;
    margin-left: 30px;
}
.footer.en  .font-9:first-child{
    margin-left: 0px;
}
.footer.en  .font-9 a {
    color: #A5A5A5 !important;
    cursor: pointer;
}
.footer.en  .font-9 a:hover {
    color: #fff !important;
    cursor: pointer;
}
.footer .nav-box .nav .item:not(:last-child) {
  margin-right: 0.5rem;
}
.footer.en .nav-box .nav .item:not(:last-child) {
    margin-right: 0.2rem;
}
.footer .nav-box .nav .item .title {
  font-size: 18px;
  color: #ffffff;
}
.footer.en .m{
    display: none;
}
.thour-icons {
    margin: 24px 0 24px 0 !important;
    text-align: center !important;
}

.thour-icons .thour-icons-center {
    width: 290px !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: space-between !important;
}

.thour-icons img:nth-of-type(1) {
    width: 23px !important;
    height: 23px !important;
}

.thour-icons img:nth-of-type(2) {
    width: 11px !important;
    height: 23px !important;
}

.thour-icons img:nth-of-type(3) {
    width: 29px !important;
    height: 23px !important;
}

.thour-icons img:nth-of-type(4) {
    width: 24px !important;
    height: 23px !important;
}

.phone-footer-desc {
    color: rgba(227, 227, 227, 0.6) !important;
    font-size: 11px !important;
    text-align: center !important;
}
.phone-footer-desc a{ color: rgba(227, 227, 227, 0.6) !important; }
.phone-footer-desc a:hover,
.phone-footer-desc a:active,
.phone-footer-desc a:visited,
.phone-footer-desc a:focus{ color: #fff !important; }
.phone-footer-desc p{
    line-height: 20px;
    padding: 4px 0;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .footer.en .pc{
        display: none;
    }
    .footer.en .m{
        display: block;
    }
}
@media only screen and (max-width: 1024px) {
  .footer .nav-box .nav .item .title {
    font-size: 16px;
  }
}
.footer .nav-box .nav .item .title a {
  font-weight: 400;
  color: #ffffff;
}
.footer .nav-box .nav .item .chunk {
  margin-top: 0.15rem;
}
.footer .nav-box .nav .item .chunk li {
  line-height: 20px;
  max-width: 120px;
  padding-bottom: 20px;
}
.footer.en .nav-box .nav .item .chunk li {
    max-width: initial;
}
.footer .nav-box .nav .item .chunk li:last-child {
  padding-bottom: 0;
}
.footer .nav-box .nav .item .chunk li:hover a {
  color: #f5f5f5;
}
.footer .nav-box .nav .item .chunk li a {
  font-size: 17px;
  color: #666666;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
}
@media only screen and (max-width: 1366px) {
  .footer .nav-box .nav .item .chunk li a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .nav-box .nav .item .chunk li a {
    font-size: 15px;
  }
}
.footer .nav-box .logo {
  width: 1.3rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.footer .nav-box .logo:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.footer .nav-box .logo .img {
  float: left;
  width: 100%;
  height: 1.3rem;
}
.footer .nav-box .logo .describe {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  margin-top: 0.18rem;
}
@media only screen and (max-width: 767px) {
  .footer .nav-box .logo .describe {
    font-size: 12px;
  }
}
.footer .reference-box {
  width: 100%;
  height: 1.5rem;
  border-top: 1px solid #303031;
}
.footer .reference-box .box {
  padding-top: 0.3rem;
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  color: #666666;
}
@media only screen and (max-width: 1366px) {
  .footer .reference-box .box {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .reference-box .box {
    font-size: 15px;
  }
}
.footer .reference-box .box .number a {
  color: #666;
}
.footer .reference-box .box .number a:hover {
  color: #fff;
}
.footer .reference-box .box .phone {
  margin-left: 0.2rem;
}
.button {
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #e70012;
  color: #fff;
  border: 1px solid #e70012;
}
.button:hover p {
  color: #fff !important;
}
.page-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.page-list ul li {
  width: 0.5rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #fff;
  display: inline-block;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .page-list ul li {
    font-size: 16px;
  }
}
.isIe .page-list ul li {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.page-list ul li:not(:last-child) {
  margin-right: 10px;
}
.page-list ul li a {
  color: #666;
  display: block;
  background: #ededed;
  width: 100%;
  height: 100%;
}
.page-list ul li.pre-btn,
.page-list ul li.next-btn {
  font-size: 16px;
  width: 1rem;
}
@media only screen and (max-width: 1366px) {
  .page-list ul li.pre-btn,
  .page-list ul li.next-btn {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .page-list ul li.pre-btn,
  .page-list ul li.next-btn {
    font-size: 14px;
  }
}
.page-list ul li.pre-btn a {
  color: #fff;
  background: #2c2b2b;
}
.page-list ul li.pre-btn a:hover {
  background: #c90111;
}
.page-list ul li.next-btn a {
  color: #fff;
  background: #2c2b2b;
}
.page-list ul li.next-btn a:hover {
  background: #c90111;
}
.page-list ul li.page-num.active a {
  color: #fff;
  background: #c90111;
}
.page-list ul li.page-num.active a:hover {
  background: #c90111;
}
.page-list ul li.page-num:hover a {
  color: #fff;
  background: #c90111;
}
.page-list ul li.dian {
  background: none;
}
.page-list ul li.dian:hover {
  background: none;
}
.page-list ul li.dian:hover a {
  color: #333;
}
.page-list ul li:hover {
  background: #2c2b2b;
}
.page-list ul li:hover a {
  color: #fff;
}
.button {
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #e70012;
  color: #fff;
  border: 1px solid #e70012;
}
.button:hover p {
  color: #fff !important;
}
@media screen and (max-width: 1080px) {
  .header {
    display: none;
  }
  .header-mobile {
    display: flex;
  }
  .footer .nav-box {
    flex-direction: column;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .footer .nav-box .nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .nav-box .nav .item {
    margin-bottom: 0.5rem;
  }
  .footer .nav-box .nav .item .chunk {
    display: none;
  }
  .footer .nav-box .logo {
    margin: 0 auto;
  }
  .footer .reference-box {
    height: auto;
    padding: 0.2rem 0;
  }
  .footer .reference-box .box {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .homePage #app {
    padding-top: 1rem;
  }
  body #app {
    padding-top: 1rem;
  }
  .footer .nav-box .nav {
    justify-content: flex-start;
  }
  .footer .nav-box .nav .item .title {
    font-size: 14px;
  }
  .footer .nav-box .nav .item:nth-child(4) {
    margin-right: 0;
  }
}
