@charset "UTF-8";
@font-face {
  font-family: "din";
  src: url(../fonts/DIN-Bold.otf);
}
/* @font-face {
  font-family: "pf_reg";
  src: url(../fonts/PingFangSC-Regular.ttf);
} */
/* @font-face {
  font-family: "puhui";
  src: url(../fonts/Alibaba-PuHuiTi-Bold.otf);
}
@font-face {
  font-family: "puhui2";
  src: url(../fonts/Alibaba-PuHuiTi-Medium.otf);
}
@font-face {
  font-family: "puhui3";
  src: url(../fonts/Alibaba-PuHuiTi-Light.otf);
}
@font-face {
  font-family: "puhui4";
  src: url(../fonts/Alibaba-PuHuiTi-Regular.otf);
} */

.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.container,
.wrap,
.index-container,
.foot-container,
.drop-container {
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container,
  .wrap,
  .index-container,
  .foot-container,
  .drop-container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .wrap,
  .container,
  .foot-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .index-container,
  .wrap,
  .container,
  .foot-container {
    width: 970px;
  }
}

@media (min-width: 1260px) {
  .index-container,
  .foot-container {
    width: 1200px;
  }
  .wrap,
  .container {
    width: 1100px;
  }
}

@media (min-width: 1460px) {
  .container,
  .foot-container {
    width: 1400px;
  }
  .index-container {
    width: 1450px;
  }
  .wrap {
    width: 1320px;
  }
}

@media (min-width: 1680px) {
  /* 底部*/
  .foot-container {
    width: 1400px;
  }
  /*  首页内容区 */
  .container {
    width: 1400px;
  }
  /* 头部 */
  .index-container {
    width: 1400px;
  }
}

/*app-头部*/

.app_ss {
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 2px solid #999;
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
  margin-top: 30px;
}

.app_ss:hover {
  border: 2px solid #999;
}

.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #333;
}
.app_ss input:-moz-placeholder {
  color: #333;
}
.app_ss input:-ms-input-placeholder {
  color: #333;
}
.app_ss input::-webkit-input-placeholder {
  color: #333;
}

.app_ss button {
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
}

.app_ss button img {
  width: 18px;
  height: 18px;
}

.header-app {
  background: #fff;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1000;
  -webkit-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.44s 0.2s cubic-bezier(0.52, 0.16, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background 0.36s cubic-bezier(0.32, 0.08, 0.24, 1),
    height 0.56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.navbar-app {
  position: relative;
  -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 3px 0 7px 0 rgba(0, 0, 0, 0.1);
  height: 60px;
  text-align: center;
}

.header-app .logo {
  float: left;
  height: 60px;
  vertical-align: middle;
  padding: 8px 15px;
}
.header-app .logo img {
  height: 100%;
}

.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 22px 15px;
  display: inline-block;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),
    opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),
    -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}

.navbar-togger .icon_bar {
  width: 24px;
  height: 2px;
  background-color: #333;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}

.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
}

.open-menu .navbar-togger .icon_bar:first-child {
  -webkit-transform: translate(0, 7px) rotate(45deg);
  -ms-transform: translate(0, 7px) rotate(45deg);
  transform: translate(0, 7px) rotate(45deg);
}

.open-menu .navbar-togger .icon_bar:last-child {
  -webkit-transform: translate(0, -7px) rotate(-45deg);
  -ms-transform: translate(0, -7px) rotate(-45deg);
  transform: translate(0, -7px) rotate(-45deg);
}

.nav-menu {
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 620;
  padding: 20px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 1s;
  -o-transition: visibility 0s linear 1s;
  transition: visibility 0s linear 1s;
}

.header-app.open-menu .nav-menu {
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.nav-list li {
  border-bottom: 1px solid #333;
  opacity: 0;
  pointer-events: none;
}

.nav-list li.open {
  border-bottom: none;
}

.header-app.open-menu .nav-list li {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.nav-list li:nth-child(1) {
  -webkit-transform: translateY(-44px);
  -ms-transform: translateY(-44px);
  transform: translateY(-44px);
  transition: opacity 0.3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.15s,
    transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s,
    -webkit-transform 0.4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity 0.3091s cubic-bezier(0.32, 0.08, 0.24, 1) 0.03s,
    transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s,
    -webkit-transform 0.3455s cubic-bezier(0.32, 0.08, 0.24, 1) 0.02s;
}

.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity 0.29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.13s,
    transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s,
    -webkit-transform 0.45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity 0.32244s cubic-bezier(0.32, 0.08, 0.24, 1) 0.05s,
    transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s,
    -webkit-transform 0.35825s cubic-bezier(0.32, 0.08, 0.24, 1) 0.04s;
}

.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity 0.26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.11s,
    transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s,
    -webkit-transform 0.43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity 0.33467s cubic-bezier(0.32, 0.08, 0.24, 1) 0.07s,
    transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s,
    -webkit-transform 0.37539s cubic-bezier(0.32, 0.08, 0.24, 1) 0.06s;
}

.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity 0.2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.09s,
    transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s,
    -webkit-transform 0.42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity 0.34577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.09s,
    transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s,
    -webkit-transform 0.39692s cubic-bezier(0.32, 0.08, 0.24, 1) 0.08s;
}

.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity 0.22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.07s,
    transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s,
    -webkit-transform 0.42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity 0.35577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.11s,
    transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s,
    -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.1s;
}

.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity 0.20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.05s,
    transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s,
    -webkit-transform 0.41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity 0.36577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.13s,
    transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s,
    -webkit-transform 0.41718s cubic-bezier(0.32, 0.08, 0.24, 1) 0.12s;
}

.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity 0.18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s,
    transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s,
    -webkit-transform 0.41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity 0.37577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.15s,
    transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s,
    -webkit-transform 0.4115s cubic-bezier(0.32, 0.08, 0.24, 1) 0.14s;
}

.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity 0.15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.01s,
    transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s,
    -webkit-transform 0.40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity 0.38577s cubic-bezier(0.32, 0.08, 0.24, 1) 0.17s,
    transform 0.40582s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s,
    -webkit-transform 0.42286s cubic-bezier(0.32, 0.08, 0.24, 1) 0.16s;
}

.cate-item {
  position: relative;
}

.cate-item a {
  font-family: "puhui4";
  font-size: 16px;
  line-height: 48px;
  margin-right: 60px;
  display: block;
  color: #333;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #28529e;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #28529e;
}

.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.category-tig::before,
.category-tig::after {
  content: "";
  background: #333;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.category-tig::before {
  width: 16px;
  height: 2px;
  right: 0;
  margin-top: -1px;
}

.category-tig::after {
  width: 2px;
  height: 16px;
  margin-top: -8px;
  right: 7px;
}

.nav-list li.open .category-tig::after {
  opacity: 0;
}

.nav-list li.open .category-tig::before {
  background: #28529e;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  font-family: "puhui4";
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #333;
  display: block;
  color: #333;
}

.category-pad a.on {
  color: #28529e;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
  display: none;
}

.lan-box-app a {
  font-size: 14px;
  color: #333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.lan-box-app a:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.lan-box-app a:hover,
.lan-box-app a.on {
  color: #28529e;
}

.lan-box-app a:last-child:after {
  display: none;
}

/* pc导航 */
.content {
  min-height: 500px;
  margin-top: 120px;
}
.content2 {
  /* margin-top: 100px; */
}

.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 120px;
  background: #fff;
  transition: all 0.5s;
  border-bottom: 1px solid rgb(225, 224, 224);
}

.header2 {
  top: -120px;
}

.header .logo {
  width: 102px;
  float: left;
  padding: 14px 0;
  transition: all 0.5s;
}
.header .logo img {
  width: 100%;
  transition: all 0.5s;
}
.header .navbar {
  float: right;
  position: relative;
}
.header .navbar .category-item {
  float: left;
  margin-right: 20px;
  padding: 40px 0;
  position: relative;
}
.header .navbar .category-item:last-child {
  margin-right: 0;
}
.header .navbar .category-item .category-a {
  display: block;
  font-size: 18px;
  color: #777777;
  line-height: 40px;
  border-radius: 40px;
  position: relative;
  transition: all 0.3s;
  font-family: "puhui4";
  padding: 0 38px;
}

.header .navbar .category-item:hover .category-a {
  color: #0e3d85;
}
.header .navbar .category-item.active .category-a {
  color: #fff;
  background: #0e3d85;
}

/*===============下拉==============*/
.navbar .category-item .two {
  width: 100%;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all 0.8s;
  position: absolute;
  top: 120px;
  left: 50%;
  transform: translateX(-50%);
  background: #0e3d85;
  overflow: hidden;
  z-index: -1;
}
.navbar .category-item:hover > .two {
  opacity: 1;
  max-height: 400px;
  z-index: 1;
}
.header .two a {
  font-size: 16px;
  color: #fff;
  font-family: "puhui4";
  display: block;
  line-height: 52px;
  text-align: center;
  position: relative;
}
.header .two a:hover {
  letter-spacing: 1px;
}
.header .two a::before {
  content: "";
  width: 133px;
  height: 1px;
  background-image: url(../images/img1.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header .two a:last-child:before {
  content: none;
}

/*底部*/

.foot {
  /* position: absolute;
  bottom: 0;
  left: 0; */
  width: 100%;
}
.foot_top {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 40px;
  background-image: url(../images/img2.jpg);
  background-size: cover;
  background-position: center;
}
.foot_top .rq {
  width: 100%;
}
.foot_top .rq .div {
  width: 16%;
  float: left;
}
.foot_top .rq .div:nth-child(5) {
  width: 20%;
}
.foot_top .rq .div p {
  font-size: 14px;
  color: #eeeeee;
  font-family: "puhui4";
  padding-bottom: 6px;
}
.foot_top .rq .div a {
  font-size: 14px;
  color: #eeeeee;
  font-family: "puhui4";
  display: block;
  line-height: 28px;
}
.foot_top .rq .div a:nth-child(1) {
  font-size: 18px;
  margin-bottom: 17px;
}
.foot_top .rq .div .div1 {
  width: 100%;
}
.foot_top .rq .div .div1 img {
  width: 36%;
  float: left;
  display: block;
  margin-right: 5px;
}
.foot_top .rq1 {
  width: 100%;
  margin-top: 20px;
}
.foot_top .rq1 span {
  font-size: 18px;
  color: #eeeeee;
}
.foot_top .rq1 a {
  font-size: 14px;
  color: #eeeeee;
  margin-left: 10px;
}

.foot_bot {
  padding: 15px 0;
  background: #000;
}
.foot_bot p,
.foot_bot p a {
  font-size: 14px;
  color: #eeeeee;
  text-align: center;
  font-family: "puhui4";
}

@media (max-width: 1680px) {
}

@media (max-width: 1459px) {
  .header {
    height: 90px;
  }
  .header2 {
    top: -90px;
  }
  .content {
    margin-top: 90px;
  }
  .header .logo {
    width: 80px;
    padding: 10px 0;
  }
  .header .navbar .category-item .category-a {
    font-size: 16px;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 28px;
  }
  .header .navbar .category-item {
    margin-right: 15px;
    padding: 30px 0;
  }
  .navbar .category-item .two {
    top: 90px;
  }
  .header .two a {
    font-size: 14px;
    line-height: 40px;
  }
  .foot_top {
    padding-top: 55px;
    padding-bottom: 30px;
  }
  .foot_top .rq .div a {
    font-size: 12px;
    line-height: 26px;
  }
  .foot_top .rq .div a:nth-child(1) {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .foot_top .rq1 span {
    font-size: 16px;
  }

  .foot_bot p,
  .foot_bot p a {
    font-size: 14px;
  }
}

@media (max-width: 1259px) {
  .header .navbar .category-item .category-a {
    font-size: 15px;
    padding: 0 20px;
  }
  .header .navbar .category-item {
    margin-right: 10px;
  }
}

@media (max-width: 991px) {
  .header {
    display: none;
  }
  .header-app {
    display: block;
  }
  .foot_top {
    display: none;
  }
  .content {
    margin-top: 60px;
  }
}

@media (max-width: 768px) {
  .foot_bot {
    padding-bottom: 70px;
  }
}

@media (max-width: 414px) {
  .header-app .logo img {
    width: 190px;
    height: 44px;
  }
}
