@charset "UTF-8";
@font-face {
  font-family: "din";
  src: url(../fonts/DINMittelschriftStd.ttf);
}

@font-face {
  font-family: "din2";
  src: url(../fonts/DIN-Bold.otf);
}

@font-face {
  font-family: "akz";
  src: url(../fonts/AKZIDENZGROTESK-LIGHT.OTF);
}
@font-face{
  font-family: "pf";
  src: url(../fonts/PingFangSC-Regular.ttf);
}

.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, .wrap, .container, .foot-container {
    width: 1100px;
  }
}

@media (min-width: 1460px) {
  .wrap {
    width: 1400px;
  }
  .container, .index-container, .foot-container {
    width: 1400px;
  }
}

@media (min-width: 1680px) {
  /* 底部*/
  .foot-container {
    width: 1440px;
  }
  /*  首页内容区 */
  .container {
    width: 1440px;
  }
  /* 头部 */
  .index-container {
    width: 1440px;
  }
}

/* pc导航 */

.header {
  z-index: 1000;
  position: fixed;
  top: 0px;
  width: 100%;
  height: 208px;
  background: #fff;
  transition: all .5s;
}

.header2 {
  top: 0px;
}

.hea_top {
  width: 100%;
  height: 40px;
  line-height: 39px;
  background: rgb(241, 241, 241);
}

.hea_top .lef {
  float: left;
}

.hea_top .lef p {
  font-size: 14px;
  color: #666666;
}

.hea_top .rig {
  float: right;
}

.hea_top .rig a {
  font-size: 14px;
  color: #666666;
  padding-right: 30px;
  position: relative;
  display: inline-block;
}

.hea_top .rig a:last-child {
  padding-right: 0;
}

.hea_top .rig a::before {
  content: '';
  width: 1px;
  height: 10px;
  background: rgb(141, 141, 141);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.hea_top .rig a:last-child::before {
  content: none;
}

.hea_bot {
  width: 100%;
  position: relative;
}

.hea_bot::before {
  content: '';
  width: 100%;
  height: 103px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.hea_bot::after {
  content: '';
  width: 100%;
  height: 65px;
  background: #ddeaff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.hea_bot .rq {
  padding-left: 210px;
  position: relative;
}

.hea_bot .rq .logo {
  width: 183px;
  position: absolute;
  top: 0;
  left: -22px;
}

.hea_bot .rq .logo img {
  width: 100%;
}

.hea_bot .top {
  width: 100%;
  height: 103px;
}

.hea_bot .top .lef {
  float: left;
}

.hea_bot .top .lef p {
  font-size: 30px;
  color: #10161f;
  line-height: 103px;
  font-weight: bold;
  position: relative;
}

.hea_bot .top .lef p span {
  color: #0f50bd;
}

.hea_bot .top .lef p img{
  width: 364px;
}
.hea_bot .top .lef p .bjzy {
  width: 242px;
  height: 30px;
  background-image: url(../images/img1.png);
  background-size: contain;
  background-position-x: 0;
  background-repeat: repeat-x;
  position: absolute;
  right: -255px;
  top: 47%;
  transform: translateY(-50%);
}

.hea_bot .top .rig {
  float: right;
  padding-left: 70px;
  position: relative;
  margin: 14px 0;
}
.hea_bot .top .rig .p2{
  font-size: 12px;
  color: #868686;
}
.hea_bot .top .rig .p1{
  font-size: 24px;
  color: #0f50bd;
  font-family: "din";
}
.hea_bot .top .rig::before{
  content: '';
  width: 58px;
  height: 58px;
  background-image: url(../images/img2.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hea_bot .bot {
  width: 100%;
  height: 65px;
}

.header .navbar {
  width: 100%; display: flex;height: 100%;
}

.header .navbar .category-item {
  /*float: left;*/
  transition: all .3s;
  position: relative;
}

.header .navbar .category-item::before {
  content: '';
  width: 1px;
  height: 17px;
  background: rgb(191,199, 212);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) skewX(-15deg);
  transition: all .5s;
  z-index: 10;
}
.header .navbar .category-item.active::before,
.header .navbar .category-item:hover::before{
  opacity: 0;
}

.header .navbar .category-item:last-child::before {
  content: none;
}

.header .navbar .category-item .category-a {
  font-size: 18px;
  padding: 0 34px;
  color: #333333;
  transition: all .3s;
  position: relative;
  text-align: center;
  line-height: 1;
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .navbar .category-item.active .category-a,
 .header .navbar .category-item:hover .category-a {
  color: #0f50bd;
  background: #fff;
}

.header .navbar .category-item .category-a::before {
  content: '';
  width: 0%;
  height: 4px;
  background: rgb(15, 80, 189);
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  opacity: 0;
  transition: all .5s;
}

.header .navbar .category-item.active .category-a::before, .header .navbar .category-item:hover .category-a::before {
  opacity: 1;
  width: 100%;
}

.header .webu {
  float: left;
  padding-left: 20px;
}

.header .webu .rq {
  line-height: 110px;
  padding-left: 25px;
  position: relative;
  overflow: hidden;
  float: left;
}

.header .webu .rq::before {
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(../images/img4.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header .webu .rq a {
  font-size: 14px;
  color: #666666;
}

.header .webu .rq a.a2 {
  position: absolute;
  bottom: -20px;
  left: 25px;
  line-height: 14px;
  opacity: 0;
  transition: all .5s;
}

.header .webu .rq:hover a.a2 {
  bottom: 20px;
  opacity: 1;
}

.header .webu .rq1 {
  width: 155px;
  height: 28px;
  border-radius: 28px;
  border: 1px solid rgb(216, 216, 216);
  float: left;
  margin: 42px 0;
  margin-left: 25px;
  position: relative;
}

.header .webu .rq1 input {
  width: 100%;
  height: 100%;
  display: block;
  font-size: 12px;
  color: #999999;
  padding-left: 12px;
  padding-right: 25px;
}

.header .webu .rq1 button {
  width: 11px;
  height: 11px;
  background-image: url(../images/img5.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

/*===============下拉==============*/

/* .category-item{
  position: relative;
}
.navbar .category-item .two{
  width: 120%;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255,255,255);
  overflow: hidden;
  z-index: -1;
}
.navbar .category-item:hover>.two{
  opacity: 1;
  max-height: 400px;
  z-index: 1;
  padding-top: 4px;
}
.navbar .category-item .two::before{
  content: '';
  width: 100%;
  height: 4px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0px;
}
.navbar .category-item:hover>.two::before{
  background: #1a58a5;
}
.navbar .category-item .two a{
  font-size: 14px;
  color: #666666;
  line-height: 55px;
  text-align: center;
  font-family: "arial"; 
  display: block;
  border-bottom: 1px solid rgb(237,237,237);
}
.navbar .category-item .two a:last-child{
  border-bottom:none;
}
.navbar .category-item .two a:hover{
  color: #fff;
  background: #1a58a5;
}
 */
 .navbar .category-item:hover>.two {
  opacity: 1;
  max-height: 1000px;
}

.category-item .two {
  width: 100%;
  text-align: center;
  line-height: 25px;
  opacity: 0;
  max-height: 0;
  height: auto;
  transition: all .8s;
  position: absolute;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #fff;
  overflow: hidden;
  background-color: #307cef;
}
.category-item .two2 a {
  display: block;
  width: 100%;
  border-top: 1px solid #fff;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  transition: .5s all;
}
.category-item .two2 a:nth-child(1) {
  border-top: none;
}
.category-item .two2 a:hover{
  background-color: #fff;
  color: #307cef;
}
/*app-头部*/

.app_ss {
  width: 90%;
  height: 48px;
  border-radius: 48px;
  border: 2px solid rgb(190, 188, 186);
  display: block;
  position: static;
  float: none;
  margin: 0 auto;
  padding: 0 25px;
}

.app_ss:hover {
  border: 2px solid #0f50bd;
}

.app_ss input {
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  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 .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.header-app.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .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, .1);
  box-shadow: 3px 0 7px 0 rgba(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%;
}
.header-app .logo .div1,
.header-app .logo .div2{
  float: left;
  text-align: left;
}
.header-app .logo .div2{
  padding-left: 10px;
}
.header-app .logo .div2 .p1{
  color: #10161f;
  font-size: 16px;
  line-height: 48px;
  font-weight: bold;
}
.header-app .logo .div2 .p1 span{
  color: #0f50bd;
}
.header-app .logo .div2 .p1 img{
  width: 220px;
  height: auto;
}

.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 .3s;
  -o-transition: all .3s;
  transition: all .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 #666;
  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 .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s;
}

.header-app.open-menu .nav-list li:nth-child(1) {
  transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s;
}

.nav-list li:nth-child(2) {
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
  transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
}

.header-app.open-menu .nav-list li:nth-child(2) {
  transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s;
}

.nav-list li:nth-child(3) {
  -webkit-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  transform: translateY(-36px);
  transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
}

.header-app.open-menu .nav-list li:nth-child(3) {
  transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s;
}

.nav-list li:nth-child(4) {
  -webkit-transform: translateY(-32px);
  -ms-transform: translateY(-32px);
  transform: translateY(-32px);
  transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
}

.header-app.open-menu .nav-list li:nth-child(4) {
  transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s;
}

.nav-list li:nth-child(5) {
  -webkit-transform: translateY(-28px);
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
}

.header-app.open-menu .nav-list li:nth-child(5) {
  transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s;
}

.nav-list li:nth-child(6) {
  -webkit-transform: translateY(-24px);
  -ms-transform: translateY(-24px);
  transform: translateY(-24px);
  transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
}

.header-app.open-menu .nav-list li:nth-child(6) {
  transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s;
}

.nav-list li:nth-child(7) {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s;
}

.header-app.open-menu .nav-list li:nth-child(7) {
  transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s;
}

.nav-list li:nth-child(8) {
  -webkit-transform: translateY(-16px);
  -ms-transform: translateY(-16px);
  transform: translateY(-16px);
  transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s;
}

.header-app.open-menu .nav-list li:nth-child(8) {
  transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s;
}

.cate-item {
  position: relative;
}

.cate-item a {
  font-family: "regular";
  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: #0f50bd;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #0f50bd;
}

.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 .3s;
  -o-transition: all .3s;
  transition: all .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: #0f50bd;
}

.category-cont {
  display: none;
}

.nav-list li.open .category-cont {
  display: block;
  border-top: solid 1px #424242;
  border-bottom: solid 1px #424242;
}

.category-pad {
  padding: 0 15px;
}

.category-cont a {
  font-family: "regular";
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid #424242;
  display: block;
  color: #333;
}

.category-pad a.on {
  color: #0f50bd;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
}

.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: #0f50bd;
}

.lan-box-app a:last-child:after {
  display: none;
}

/*底部*/

.foot {
  width: 100%;
}

.foot_top {
  width: 100%;
  /* height: 80px; */
  background: rgb(15,80,189);
}
.foot_top .lef{
  float: left;
  padding: 16.5px 0;
  padding-right: 30px;
  position: relative;
  width: 8%;
}
.foot_top .lef::before{
  content: '';
  width: 1px;
  height: 34px;
  background: rgb(87,133,209);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.foot_top .lef span{
  display: inline-block;
  font-size: 12px;
  color: #0f50bd;
  text-transform: uppercase;
  line-height: 14px;
  padding-left: 10px;
  border-radius: 14px;
  background: #fff;
  letter-spacing: 10px;
}
.foot_top .lef p{
  font-size: 20px;
  color: #ffffff;
}
.foot_top .rig{
  float: left;
  width: 92%;
}
.foot_top .rig a{
  font-size: 16px;
  color: #ffffff;
  padding: 0 24px;
  line-height: 80px;
  /* padding-top: 29px; */
  display: inline-block;
}


.foot_bot {
  width: 100%;
  background: rgb(25, 32, 41);
  padding-top: 80px;
  padding-bottom: 53px;
}
.foot_bot .rq1{
  width: 100%;
  padding-bottom: 83px;
}
.foot_bot .rq1 .div1{
  float: left;
  width: 41.7%;
  padding-right: 110px;
}
.foot_bot .p{
  font-size: 20px;
  color: #ffffff;
  padding-bottom: 14px;
  border-bottom: 1px solid rgb(48,55,63);
}
.foot_bot .p span{
  opacity: 0.5;
  text-transform: uppercase;
}
.foot_bot .rq1 .div1 div{
  padding-top: 14px;
  display: grid;grid-template-columns: repeat(3, 1fr); gap: 10px;
}
.foot_bot .rq1 .div1 div a{
  font-size: 14px;
  color: #fff;
  opacity: 0.6;
  display: inline-block;
  width: 85px;
  margin-right: 45px;
  padding-top: 26px;
}
.foot_bot .rq1 .div1 div a:hover{
  opacity: 1;
}
.foot_bot .rq1 .div1 div a:nth-child(4n){
  margin-right: 0;
}
.foot_bot .rq1 .div2{
  float: left;
  width: 36.3%;
  padding-right: 110px;
}
.foot_bot .rq1 .div2 div{
  padding-top: 40px;
}
.foot_bot .rq1 .div2 div p{
  font-size: 14px;
  color: #aaaaaa;
  margin-bottom: 16px;
}
.foot_bot .rq1 .div2 div p span{
  font-size: 16px;
  color: #ffffff;
  font-family: "din";
  margin-right: 25px;
}
.foot_bot .rq1 .div2 div p:last-child{
  margin-bottom: 0;
}
.foot_bot .rq1 .div2 div p:nth-child(2) span{
  margin-right: 10px;
}
.foot_bot .rq1 .div3{
  width: 22%;
  float: left;
}
.foot_bot .rq1 .div3 .div{
  width: 46%;
  float: left;
  margin-right: 8%;
}
.foot_bot .rq1 .div3 .div:last-child{
  margin-right: 0;
}
.foot_bot .rq1 .div3 .div img{
  width: 100%;
}
.foot_bot .rq1 .div3 .div p{
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  margin-top: 5px;
}

.foot_bot .rq2{
  width: 100%;
}
.foot_bot .rq2 .lef{
  float: left;
}
.foot_bot .rq2 .lef p{
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
}
.foot_bot .rq2 .lef p a{
  font-size: 14px;
  color: #ffffff;
  margin-left: 18px;
}
.foot_bot .rq2 .rig{
  float: right;
}
.foot_bot .rq2 .rig a{
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
}

@media (max-width: 1680px) {
  .category-item .two2 a {
    font-size: 13px;
  }
  .header .navbar .category-item .category-a {
    padding: 0px 18px;
}
  .foot_top .rig a {
    padding: 0 22px;
}
.foot_bot .rq1 .div1 div a {
  margin-right: 38px;
}
}

@media (max-width: 1459px) {
  .category-item .two2 a {
    line-height: 35px;
    font-size: 12px;
  }
  .category-item .two {
    top: 49px;
  }
  .hea_bot .rq {
    padding-left: 160px;
}
.hea_bot .rq .logo {
  width: 140px;
}
.hea_bot::before,
.hea_bot .top {
  height: 78px;
}
.hea_bot .top .lef p img{
  width: 275px;
}
.hea_bot .top .lef p {
  font-size: 22px;
  line-height: 78px;
}
.hea_bot .top .lef p .bjzy {
  width: 184px;
  height: 23px;
  right: -190px;
}
.hea_bot .top .rig::before {
  width: 44px;
  height: 44px;
}
.hea_bot .top .rig {
  padding-left: 53px;
  margin: 9px 0;
}
.hea_bot .top .rig .p1 {
  font-size: 18px;
}

.hea_bot::after,
.hea_bot .bot {
  height: 50px;
}
.header .navbar .category-item .category-a {
  font-size: 14px;
  padding: 0 25px;
  line-height: 50px;
}
.header .navbar .category-item::before {
  height: 12px;
}
.header{
  height: 168px;
}
.header2{
  top: -168px;
}



.foot_top .lef p {
  font-size: 15px;
}
.foot_top .lef {
  padding: 9.5px 0;
  padding-right: 10px;
}
.foot_top .lef span {
  letter-spacing: 6px;
}
.foot_top .rig a {
  padding: 0 10px;
  font-size: 14px;
  line-height: 60px;
}
.foot_top .lef::before {
  height: 22px;
  right: 10px;
}
.foot_bot {
  padding-top: 60px;
  padding-bottom: 40px;
}
.foot_bot .rq1 .div1 {
  padding-right: 80px;
}
.foot_bot .p {
  font-size: 16px;
  padding-bottom: 10px;
}
.foot_bot .rq1 .div1 div a {
  font-size: 12px;
  width: 85px;
  margin-right: 8px;
  padding-top: 19px;
}
.foot_bot .rq1 .div2 {
  padding-right: 45px;
}
.foot_bot .rq1 .div2 div {
  padding-top: 33px;
}
.foot_bot .rq1 .div2 div p {
  font-size: 12px;
  margin-bottom: 12px;
}
.foot_bot .rq1 .div2 div p span {
  font-size: 14px;
  margin-right: 16px;
}
.foot_bot .rq1 .div3 .div p {
  font-size: 12px;
  margin-top: 3px;
}
.foot_bot .rq1 {
  padding-bottom: 53px;
}
.foot_bot .rq2 .lef p {
  font-size: 13px;
}
.foot_bot .rq2 .lef p a {
  font-size: 13px;
  margin-left: 10px;
}
.foot_bot .rq2 .rig a {
  font-size: 13px;
}
}

@media (max-width: 1259px) {
  .hea_bot .rq .logo {
    left: -0px;
  }
  .header .navbar .category-item .category-a {
    font-size: 12px;
    padding: 0 14px;
    line-height: 50px;
}
.foot_top .rig a {
  padding: 0 10px;
  font-size: 12px;
  line-height: 60px;
}
.foot_bot .rq1 .div1 div a {
  font-size: 12px;
  width: 74px;
  margin-right: 4px;
  padding-top: 19px;
}
}

@media (max-width: 991px) {
  .header {
    display: none;
  }
  .header-app {
    display: block;
  }
  .foot_bot .rq1,
  .foot_top{
    display: none;
  }
  .foot_bot {
    padding-top: 30px;
    padding-bottom: 20px;
}
.foot_bot .rq2 .rig,
.foot_bot .rq2 .lef{
  width: 100%;
  text-align: center;
}
.header-app .logo img {
  width: 60px;
  height: 44px;
}

}


.tan_icon { position: fixed; width: 70px; right: 0; bottom: 15%; z-index:999; margin-right: 5px; box-shadow: rgb(0 0 0 / 15%) 0px 1px 15px; border-radius: 8px; font-size: 0; display: none; }
/*弹窗*/
.tan_box { width: 80%; max-width: 400px; height: auto; padding: 0 0 40px; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); background: #fff; border-radius: 15px; box-shadow: 0 0 10px rgba(0, 0, 0, .1); display: none; overflow: hidden; z-index: 999;}
.tan_box .icon_box { width: 100%; height: auto; box-sizing: border-box; padding: 40px 20px 15px; position: relative; overflow: hidden; }
.tan_box .icon_box .close { width: 16px; height: 16px; position: absolute; right: 14px; top: 14px; }
.tan_box .icon_box .close::before, .tan_box .icon_box .close::after { content: ''; width: 100%; height: 1px; position: absolute; left: 50%; top: 50%; background: #999; }
.tan_box .icon_box .close::before { transform: translate(-50%, -50%) rotate(-45deg); }
.tan_box .icon_box .close::after { transform: translate(-50%, -50%) rotate(45deg); }
.tan_box .icon_box .yes { width: 100%; height: auto; font-size: 0; text-align: center; }
.tan_box .icon_box .yes img { max-width: 54px; }
.tan_box .icon_box .title { width: 100%; height: auto; margin-top: 15px; font-size: 18px; font-weight: bold; color: #000; text-align: center; line-height: 1; }
.tan_box .details_box { width: 100%; height: auto; text-align: center; font-size: 14px; color: #000; line-height: 1.4; }
.tan_box .details_box .active { color: #f00; }
.tan_box .more_box { width: 100%; height: auto; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; }
.tan_box .more_box a { width: auto; height: auto; margin-top: 20px; padding: 0 20px; font-size: 16px; line-height: 40px; border-radius: 5px; background: #1aac19; color: #fff; }
@media (max-width: 768px) {
    .tan_icon { display: block; }
}

@media (max-width: 414px) {

  .foot_bot {
    padding-top: 20px;
    padding-bottom: 80px;
}
}