@font-face {
  font-family: "TitilliumWeb-Regular";
  src: url("fonts/titilliumweb-regular-webfont.woff2") format("woff2"), url("fonts/titilliumweb-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "TitilliumWeb-Semibold";
  src: url("fonts/titilliumweb-semibold-webfont.woff2") format("woff2"), url("fonts/titilliumweb-Semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body{
  overflow-x: hidden;
}
body, p, h1, h2, h3, h4, h5, h6, img, ul, li, dl, dd, dt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #333;
}

div, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd, ul, li, s, body, input, textarea {
  font-family: "TitilliumWeb-Regular", "Microsoft Yahei", "PingFangSC-Light", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", tahoma, SimSun, sans-serif;
}

img {
  border: 0 none;
  width: 100%;
  display: block;
}

ol, ul, dl, li, dt, dd {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

em {
  font-style: normal;
}

input, button, select, textarea {
  outline: none;
}

textarea {
  resize: none;
}

a {
  color: #333;
  text-decoration: none;
  outline: medium none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  outline: medium none;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

p {
  line-height: 1.6em;
}

input::-webkit-input-placeholder {
  color: #999;
}

.pc-show {
  display: block;
}

.m-show {
  display: none;
}

.swiper-button-prev, .swiper-button-next, .swiper-pagination {
  outline: none;
}

.in_content {
  width: 91.8%;
  min-width: 1200px;
  max-width: 1765px;
  margin: 0 auto;
}

.content {
  width: 79%;
  min-width: 1200px;
  margin: 0 auto;
  max-width: 1520px;
}

.aniimg {
  overflow: hidden;
}

.aniimg img {
  display: block;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
  vertical-align: middle;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  width: 100%;
}

.aniimgbox:hover .aniimg img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -ms-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}

.menubtn {
  display: none;
}

.swiper-container {
  height: 100%;
}

.wap-flex {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-pack: space-between;
  -webkit--moz-box-pack: space-between;
  box-pack: space-between;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.padd {
  padding: 1.2rem 0;
}

.paddtop {
  padding-top: 0.8rem;
}

/*header  */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.25);
}

.in_body header {
  background: none;
}
.in_body .logo img {
  display: block;
}
.in_body .logo .logolist {
  display: none;
}
.in_body .logo .logoact {
  display: none;
}

.logo {
  display: inline-block;
  width: 1.77rem;
}
.logo img {
  display: none;
}
.logo .logolist {
  display: block;
}
.logo .logoact {
  display: none;
}

nav {
  width: 65%;
}

.nav {
  width: 65%;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.nav > li {
  position: relative;
}
.nav > li > a {
  padding: 0.5rem 0;
  display: inline-block;
  color: #FFF;
  /*text-transform: capitalize;*/
  font-size: 18px;
  position: relative;
  cursor: pointer;
}
.nav > li > a::before {
  content: "";
  width: 0;
  height: 0.03rem;
  border-top-left-radius: 0.03rem;
  border-bottom-left-radius: 0.03rem;
  background: #C71E28;
  position: absolute;
  right: 50%;
  bottom: -0.03rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.nav > li > a::after {
  content: "";
  width: 0;
  height: 0.03rem;
  border-top-right-radius: 0.03rem;
  border-bottom-right-radius: 0.03rem;
  background: #C71E28;
  position: absolute;
  left: 50%;
  bottom: -0.03rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.nav > li ul {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
   -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  top: 100%;
  padding: 0.18rem 0;
  background: rgba(4, 4, 4, 0.6);
  z-index: 10;
}
.nav > li ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background: #C71E28;
  position: absolute;
  top: 0;
}
.nav > li ul li {
  padding: 0 0.15rem;
  line-height: 0.4rem;
}
.nav > li ul li a {
  white-space: nowrap;
  color: #FFF;
  /*text-transform: capitalize;*/
}
.nav > li ul li a:hover {
  color: #C71E28;
  cursor: pointer;
}
.nav > li.navact > a {
  color: #C71E28;
  font-weight: bold;
}
.nav > li.navact > a::after {
  width: 50%;
}
.nav > li.navact > a::before {
  width: 50%;
}
.nav > li:hover ul {
  display: block;
}
.nav > li:hover > a {
  color: #C71E28;
  font-weight: bold;
}
.nav > li:hover > a::after {
  width: 50%;
}
.nav > li:hover > a::before {
  width: 50%;
}
.nav > li ul {
  display: none;
}

.nav-square {
  -webkit-animation: rotateOut 0.5s forwards;
  -moz-animation: rotateOut 0.5s forwards;
    -o-animation: rotateOut 0.5s forwards;
       animation: rotateOut 0.5s forwards;
  cursor: pointer;
  width: 0.26rem;
  height: 0.26rem;
  background: url("../images/navicon.png") no-repeat;
  -o-background-size: 100% 100%;
     background-size: 100% 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -0.13rem;
  cursor: pointer;
}

.head-act {
  background: rgba(249, 249, 249, 0.9);
}
.head-act .search {
  background: rgba(0, 0, 0, 0.25);
}
.head-act .logo img {
  display: none;
}
.head-act .logo .logoact {
  display: block;
}
.head-act .nav > li > a {
  color: #4C4C4C;
}
.head-act .nav > li ul {
  background: rgba(249, 249, 249, 0.9);
}
.head-act .nav > li ul li a {
  color: #4C4C4C;
}
.head-act .nav > li ul li a:hover {
  color: #C71E28;
}
.head-act .nav > li.navact > a, .head-act .nav > li:hover > a {
  color: #C71E28;
}
.head-act .enbox ul {
  background: rgba(249, 249, 249, 0.9);
}
.head-act .enbox ul li a {
  color: #4C4C4C;
}
.head-show{
  visibility: visible !important;
}
.head-act .searchbox span {
  background-image: url(../images/search2.png);
}
.head-act .enbox p {
  background-image: url(../images/en2.png);
  color: #4C4C4C;
}
.head-act .nav-square {
  background-image: url(../images/navicon2.png);
}

.head-act2 {
  background: rgba(0, 0, 0, 0.25);
}

.home-act .nav-square {
  -webkit-animation: rotateIn 0.3s forwards;
  -moz-animation: rotateIn 0.3s forwards;
    -o-animation: rotateIn 0.3s forwards;
       animation: rotateIn 0.3s forwards;
}
.home-act .nav {
  -webkit-animation: bounceOutUp 0.5s forwards;
     -moz-animation: bounceOutUp 0.5s forwards;
       -o-animation: bounceOutUp 0.5s forwards;
          animation: bounceOutUp 0.5s forwards;
}

.nav-right {
  width: 16%;
}

.enbox {
  position: relative;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.enbox p {
  font-size: 0.18rem;
  color: #FFF;
  background: url(../images/en.png) no-repeat left center;
  -o-background-size: 0.26rem 0.26rem;
     background-size: 0.26rem 0.26rem;
  padding: 0.5rem 0;
  padding-left: 0.38rem;
  position: relative;
}
.enbox p::before {
  content: "";
  width: 0;
  height: 0.03rem;
  border-top-left-radius: 0.03rem;
  border-bottom-left-radius: 0.03rem;
  background: #C71E28;
  position: absolute;
  right: 50%;
  bottom: -0.03rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.enbox p::after {
  content: "";
  width: 0;
  height: 0.03rem;
  border-top-right-radius: 0.03rem;
  border-bottom-right-radius: 0.03rem;
  background: #C71E28;
  position: absolute;
  left: 50%;
  bottom: -0.03rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.enbox:hover p::after {
  width: 50%;
}
.enbox:hover p::before {
  width: 50%;
}
.enbox ul {
  padding: 0.18rem 0;
  display: none;
  position: absolute;
  background: rgba(4, 4, 4, 0.6);
  top: 0.4rem;
  padding: 0.05rem 0;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.enbox ul::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.03rem;
  background: #C71E28;
  position: absolute;
  top: 0;
}
.enbox ul li {
  padding: 0 0.15rem;
  line-height: 0.4rem;
  text-align: center;
  line-height: 0.35rem;
}
.enbox ul li a {
  color: #FFF;
  white-space: nowrap;
}
.enbox ul li:hover a {
  color: #C71E28;
}
.enbox:hover ul {
  display: block;
}

.searchbox {
  position: relative;
  padding: 0.5rem 0;
}

.searchbox span {
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  cursor: pointer;
  background: url(../images/search.png) no-repeat center center;
  -o-background-size: 0.22rem 0.22rem;
     background-size: 0.22rem 0.22rem;
}

.search {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: rgba(242, 249, 252, 0.3);
  border-radius: 0.1rem;
  height: 0.46rem;
  padding-right: 0.46rem;
}

.search input {
  border: 0 none;
  background: none;
  line-height: 0.46rem;
  color: #FFF;
  padding-left: 0.1rem;
  font-size: 16px;
}

.search input::-webkit-input-placeholder {
  color: #FFF;
}

.search input:-moz-placeholder {
  color: #FFF;
}

.search input::-moz-placeholder {
  color: #FFF;
}

.search input:-ms-input-placeholder {
  color: #FFF;
}

.search input::placeholder {
  color: #FFF;
}

.search input[type=submit] {
  width: 0.46rem;
  height: 0.46rem;
  background: url(../images/search.png) no-repeat center center;
  -o-background-size: 0.22rem 0.22rem;
     background-size: 0.22rem 0.22rem;
  position: absolute;
  right: 0;
  top: 0;
}

/*footer*/
.footer {
  background: url(../images/btnbg.webp) no-repeat #373737;background-size:cover;
  height: auto;
}

.foot-nav {
  -webkit-align-items: initial;
     -moz-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.foot-nav dl {
  width: 25%;
}
.foot-nav dl dt {
  font-size: 0.2rem;
  margin-bottom: 0.5rem;
  color: #FFF;
}
.foot-nav dl dt a{
  color: #FFF;

}
.foot-nav dl dd {
  line-height: 2em;
  /*text-transform: capitalize;*/
}
.foot-nav dl dd a {
  color: rgba(255, 255, 255, 0.5);
}
.foot-nav dl dd a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.foot-bot {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.6rem 0;
}
.foot-bot p {
  color: rgba(255, 255, 255, 0.35);
}

.foot-links a {
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  margin-left: 0.2rem;
  cursor: pointer;
}
.foot-links a img {
  opacity: 0.5;
}
.foot-links a:hover {
  border-color: #C71E28;
  background: #C71E28;
}
.foot-links a:hover img {
  opacity: 1;
}

@media (max-width: 1600px) {
  .padd {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }
  .paddtop {
    padding-top: 60px;
  }
  .nav li a {
    font-size: 16px;
  }
  .chattxt li b {
    font-size: 24px;
  }
}
@media (max-width: 1450px) {
  .paddtop {
    padding-top: 50px;
  }
}
@media (max-width: 1380px) {
  .content, .in_content {
    width: 90%;
  }
}