@charset "UTF-8";

.fd::after {
  content: " ";
  display: block;
  clear: both;
}

.fd {
  zoom: 1;
}

/*语言切换*/

/*语言切换end*/


.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.wrap2, .container, .wrap, .index-container, .foot-container, .drop-container {
  margin: 0 auto;
  padding: 0;
}
   /* 底部 */
   .foot-container {
    width: 1720px;
  }

   .foot-container a{text-transform:capitalize;}

  /* 首页内容区 */
  .container {
    width: 1720px;
  }
  /* 头部 */
  .index-container {
    width: 1720px;
  }
  @media (max-width: 1840px) {
     .header .index-container, .foot-container{
      padding-right: 40px !important;
      padding-left: 40px !important;
      width: 100% !important;
     }

    /*.wrap2, .container, .wrap, .index-container, .foot-container, .drop-container {*/
    /*  padding-right: 45px !important;*/
    /*  padding-left: 45px !important;*/
    /*  width: 100% !important;*/
    /*}*/

  }
  @media (max-width: 1024px) {
    .wrap2, .container, .wrap, .index-container, .foot-container, .drop-container {
      padding-right: 30px !important;
      padding-left: 30px !important;
      width: 100% !important;
    }
  }
@media (max-width: 991px) {
  .wrap2, .container, .wrap, .index-container, .foot-container, .drop-container {
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 100% !important;
  }
}





.header {
  z-index: 1000;
  position: fixed;
  top: -90px;
  height: 90px;
  width: 100%;
  /* border-bottom: solid 3px rgb(255, 154, 19); */
  background: #fff;
  transition: all .5s;
}
.header2{
  top: 0;
}

/*===============下拉==============*/

.header .logo {
  padding: 34.5px 0;
  float: left;
}
.header .logo img{
  width: 90%;
  height: 90%;
}

.navbar {
  float: left;
  /*margin-left: 5.5%;*/
  /* position: relative; */
  padding-right: 28px;
  width: 75%;
}
.navbar * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.category-item {
  float: left;
  padding: 0 1%;
}

.category-a {
  font-family: "regular";
  padding: 0 0;
  display: block;
  font-size: 16px;
  line-height: 90px;
  color: #333;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative;
  text-transform:Capitalize;
}
.category-item.active .category-a:after,.category-a:after {
  content: '';
  width: 0;
  height: 3px;
  background:#0079c3;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;

}

.category-a.on, .category-a:hover {
  color: #0079c3;
}


.category-item.active .category-a::after, .category-item:hover .category-a::after {
  width: 100%;
}

.category-item.active .category-a{
  color: #0079c3;
}
.category-item:hover .category-a {
  color: #0079c3;
}

.dropdown-menu.single {
  width: 200%;
  position: absolute;
  top: 97%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1100;
  background: rgb(245, 244, 244);
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height .8s;
  -o-transition: max-height .8s;
  transition: max-height .8s;
  border: none;
  color: #303233;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: auto;
  padding: 0;
  display: block;
}
.xcdh{
  width: 1260px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 2%;
}

.dropdown-menu.single .xc_p{
  text-align: center;
  width: 25%;
  float: left;
  cursor: pointer;
}
.dropdown-menu.single .xc_p span{
  font-family: "regular";
  font-size: 20px;
  color: #666;
  padding-bottom: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dropdown-menu.single .on span{
  color: #ff9a13;
  border-bottom: 2px solid #ff9a13;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.zsq1{
  width: 100%;
  padding-top: 55px;
  padding-bottom: 50px;
  display: none;
}
.zsq2{
  display: block;
}
.zsq1 div{
  width: 33%;
  height: 240px;
  position: relative;
  float: left;
  transition: all .5s;
}
.zsq1 div img{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dropdown-menu.single .zsq1 div p{
  width: 100%;
  font-size: 24px;
  color: #fff;
  opacity: 0;
  font-family: "regular";
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0%);
  transition: all .5s;
}
.zsq1 div:hover{
  background: rgb(255,255,255);
  /* box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.3); */
}
.dropdown-menu.single .zsq1 div:hover> a p{
  color: #333;
  opacity: 1;
}

.category-item:hover .dropdown-menu.single {
  max-height: 625px;
  opacity: 1;
}
.zsq1{
  max-height: 585px;
  overflow-y: auto;
}
.zsq1::-webkit-scrollbar {
  width: 3px;
  background-color:  #ff9a13;
  border-radius:50px;
}

.zsq1::-webkit-scrollbar-track {
  border-radius: 50px;
  background-color:#999999
}

.zsq1::-webkit-scrollbar-thumb {
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color:  #ff9a13;
}

.nav-language {
  width: 118px;
  height: 34px;
  border-radius: 17px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid rgba(119, 119, 119, 0.6);
  float: right;
  margin-top: 34px;
  padding: 0 22px;
}

.nav-language span {
  display: block;
  position: relative;
}

.icon-down {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.nav-language a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  line-height: 32px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.lan-box {
  display: none;
}

.lan-box a {
  display: block;
  border-bottom: 1px solid #fff;
}

.nav-language span:hover a, .nav-language span:hover .icon-down {
  color: #0079c3;
}

.lan-box a:hover {
  color: #0079c3;
}



.ss {
  /* padding: 34.5px -5px; */
  position: absolute;
  left: -70px;
  width: 18px;
  height: 100%;
  line-height: 1;
}

.yy{
  width: 140px;
  float: right;
  line-height: 90px;
  position: relative;
}
.yy::before{
  content: '';
  width: 1px;
  height: 14px;
  background: rgb(206,206,206);
  position: absolute;
  left: -20%;
  top: 42%;
}
.yy .tb{
  margin-bottom: -5px;
}
.yy span{
  font-size: 16px;
  color: #666;
  font-family: "regular";
  float: right;
  cursor: pointer;
}
.yy span img{
  margin-left: 5px;
}
.yy .en{
  font-size: 16px;
  color: #666;
  font-family: "regular";
  line-height: 20px;
  position: absolute;
  top: 65px;
  left: 49px;
  display: none;
}

.yy select {
  font-size: 16px;
}
.yy select .yy1 {
  font-size: 14px;
}



/* 分享 */

.navbar2 {
  width: 315px;
  float: right;
}

.navbar2 .bshare-custom a {
  height: 100px;
  background: none !important;
  line-height: 100px;
  font-size: 26px;
  color: #666666 !important;
  float: left;
  padding: 0 !important;
  margin: 0 0 0 35px !important;
}

.navbar2 .bshare-custom a:hover {
  text-decoration: none !important;
  color: #f46500 !important;
}
/* .header_in{
  position: relative;
} */
.ss2{
  float: right;
  width: 420px;
  height: 48px;
  border: 2px solid #333333;
  border-radius: 48px;
  margin-top: 47px;
  padding: 0 25px;
  position: absolute;
  right: 22%;
  top: -25px;
  display: none;

}
.ig12{
  width: 21px;
  height: 22px;
  display: none;
}
.ss3{
  width: 90%;
  display: block;
  position: static;
  float: none;
  margin: 10px auto;
}
.ss2:hover{
  border: 2px solid #0079c3;
}
.ss2 input{
  width: 90%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #999;
  font-family: "regular";
}
.ss2 button{
  float: right;
  width: 10%;
  height: 100%;
  border: none;
  background: none;
  background-image: url(../images/img2.png);
  background-repeat: no-repeat;
  background-position: center;
}
.ss2 button img{
  width: 25px;
  height: 25px;
}



.navbar .category-item .two { width: 100%; opacity: 0; max-height: 0; height: auto; transition: all .8s; position: absolute; top: 90px; left: 0; background: rgb(245, 245, 245); overflow: hidden; }
.navbar .category-item .two .index-container { display: grid; grid-template-columns: repeat(4, 1fr); }
.navbar .category-item .two .rq { width: 100%; padding-top: 55px; padding-bottom: 70px; border-left: 1px solid rgb(224, 224, 224); }
.navbar .category-item .two .rq:nth-child(1) { border-left: none; }
.navbar .category-item .two .rq .tp { width: 240px; margin: 0 auto; }
.navbar .category-item .two .rq .tp img { width: 100%; transition: all 1s; }
.navbar .category-item .two .rq .tp .p1 { font-size: 24px; color: #333; font-family: "medium"; margin-top: 30px; margin-bottom: 15px; display: inline-block; }
.navbar .category-item .two .rq:nth-child(1) .tp .p1 { padding-left: 21.5px; }
.navbar .category-item .two .rq:nth-child(1) .tp .p2 { padding-left: 33.5px; }
.navbar .category-item .two .rq .tp .p2 { font-size: 16px; color: #333; font-family: "regular"; line-height: 30px; display: block; padding-left: 12px; position: relative; }
.navbar .category-item .two .rq .tp .p2 img { width: 7px; height: 12px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); }
.navbar .category-item .two .rq .tp .p2:hover img { left: -5px; }
.navbar .category-item .two .rq:nth-child(1) .tp .p2 img { left: 21.5px; }
.navbar .category-item .two .rq:nth-child(1) .tp .p2:hover img { left: 16.5px; }
.navbar .category-item .two .rq .tp .p2:hover { color: rgb(232, 73, 38); }
.navbar .category-item .two .rq .tp:hover>a img { transform: scale(1.2); }
.navbar .category-item .two .rq .tp:hover>.p2 img { transform: translateY(-50%) scale(1); }
.navbar .category-item:hover>.two { opacity: 1; max-height: 1000px; }
.content{margin-top: 90px;}






/*app-头部*/

.header-app {
  background: #111;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 500;
  -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: #ffffff;
  -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: 10px 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: #0079c3;
  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 #424242;
  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: #333333;
}

.nav-list li.active .cate-item a,
.nav-list li.open .cate-item a {
  color: #0079c3;
}
.nav-list li.open .category-pad a{
  color: #333333;
}

.category-cont a:last-child {
  border: none;
}

.category-cont a.active {
  color: #0079c3;
}

.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: #333333;
  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: #0079c3;
}

.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: #fff;
}

.category-pad a.on {
  color: #0079c3;
}

.lan-box-app {
  padding: 20px 0;
  text-align: center;
}

.lan-box-app a {
  font-size: 14px;
  color: #333333;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.lan-box-app a:after {
  content: '';
  width: 1px;
  height: 10px;
  background: #333333;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}

.lan-box-app a:hover, .lan-box-app a.on {
  color: #0079c3;
}

.lan-box-app a:last-child:after {
  display: none;
}

/* grabble */
.grabble{
  width: 100%;
  height: 360px;
  background: #fff;
  border-top: 1px solid rgb(241,240,241);
  display: none;
}
.grabble div{
  width: 700px;
  margin: 0 auto;
  margin-top: 160px;
  position: relative;
}
.grabble input{
  color: #868686;
  font-size: 24px;
  width: 100%;
  border-bottom: 3px solid #0079c3;;
}
.grabble div .ig{
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  cursor: pointer;
}
.grabble div p{
  color: #868686;
  font-size: 15px;
  margin-top: 3px;
}
.yy .en:hover{
  color: #0079c3;
}

/* 底部 */
.foot-top{
  width: 100%;
  background:url(../images/img13.jpg) no-repeat;
  background-size: cover;
  position: relative;
}
.foot-top .fx{
  height: 201px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-top .lef input{
  font-size: 16px;
  color: #fff;
  height: 80px;
  width: 356px;
  border: 1px solid #fff;
  float: left;
  padding-left: 30px;
  line-height: 80px;
}
.foot-top .lef input::placeholder{
  color: #fff;
  font-size: 16px;
}

.foot-top .lef button{
  width: 216px;
  color: #0075d5;
  height: 80px;
  font-size: 24px;
  background: #ffffff;
  line-height: 80px;
  float: left;
}
.foot-top p{
  color: #fff;
  font-size: 16px;
}
.foot-top h1{
  color: #fff;
  font-size: 30px;
}
.foot .foot-con{
  width: 100%;
  padding-bottom: 100px;
  border-bottom: 1px solid #e8edf2;
}
.foot .foot-con  ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.foot .foot-con  li{
  width: 25%;
  padding-top: 100px;
}
.foot .foot-con li:nth-child(3),
.foot .foot-con li:nth-child(4){
  padding-top: 142px;
}
.foot .foot-con li h1{
  font-size: 24px;
  color: #000;
  font-weight: bold;
  padding-bottom: 20px;
}
.foot .foot-con li h2{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 10px;
}
.foot .foot-con li p{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.foot .foot-bot{
  padding-top: 62px;
  padding-bottom: 60px;
}
.foot .foot-bot .lef{
  width: auto;
  float: left;
}
.foot .foot-bot .lef p{
  line-height: 26px;
  font-size: 16px;
  color: #000;
}
.foot .foot-bot .lef p a{color: #1a1a1a; transition: all 0.3s linear;}
.foot .foot-bot .lef p a:hover{color: #0079c3;}
.foot .foot-bot .rig{
  width: auto;
  float: right;
}
.foot .foot-bot .rig a{
  display: block;
  float: left;
  width: 33px;
  margin-left: 46px;
}
.foot .foot-bot .rig a img{
  width: 100%;
  vertical-align: middle;
}
@media (max-width: 1840px) {
  .ss{
    right: 0px;
  }
  .navbar {
    margin-left: 0;
    margin-top: 5px;
}
  .header .logo {
    padding: 35.5px 0;
    width: 170px;
  }
.foot-top .fx {
  height: 172px;
}
.category-a {
  font-size: 16px;
  line-height: 40px;
}
  .yy {
    width: 11%;
    position: relative;
  }
  .yy::before {
    left: -8%;
  }
.category-item {
  float: left;
}
}

@media (max-width: 1459px) {
  .navbar .category-item .two .rq .tp .p2 {
    font-size: 14px;
}
.navbar .category-item .two .rq .tp .p1 {
  font-size: 18px;
}

.category-a {
  font-size: 14px;
}
.navbar {
  margin-left:0;
}
.yy {
  width: 12%;
}
.foot-top .lef input {
  font-size: 14px;
  height: 60px;
  width: 270px;
  padding-left: 22px;
  line-height: 60px;
}
.foot-top .lef button {
  width: 164px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
}
.foot-top p {
  font-size: 14px;
  line-height: 22px;
}
.foot-top h1 {
  font-size: 24px;
}
.foot-top .fx {
  height: 152px;
}
.foot .foot-con li h2 {
  font-size: 14px;
}
.foot .foot-con li p {
  font-size: 14px;
  line-height: 24px;
}
.foot .foot-con li h1 {
  font-size: 20px;
}
.foot .foot-con li {
  padding-top: 76px;
}
.foot .foot-con {
  padding-bottom: 76px;
}
.foot .foot-con li:nth-child(3), .foot .foot-con li:nth-child(4) {
  padding-top: 118px;
}
.foot .foot-bot {
  padding-top: 47px;
  padding-bottom: 44px;
}
.foot .foot-bot .lef p {
  line-height: 20px;
  font-size: 14px;
}
.foot .foot-bot .rig a {
  width: 25px;
  margin-left: 34px;
}
}

@media(max-width:1366px){
  .ss {
    right: -5px;
}
  .yy select {
    font-size: 12px;
  }
  .yy {
    width: 12%;
  }
.navbar {
  margin-left: 0;
  width:72%;
}
.navbar .category-item .two .rq .tp {
  width: 350px;
}
  .category-a {
    font-size: 12px;
  }
}
@media (max-width: 1310px){
  .ss {
    right: -5px;
  }
}
@media (max-width: 1290px){
  .navbar {
    margin-left: 0;
}

.navbar .category-item .two .rq .tp {
  width: 350px;
}
}
@media (max-width: 1259px) {
  .header .logo {
    width: 120px;
    padding: 38.5px 0;
}
  .yy .tb{width:20px}
.category-a{
  font-size: 12px;
}
  .yy{
    width:11%;
  }
  .navbar {
  margin-left: 0;
  padding-right: 0;
  width: 73%;
}
.navbar .category-item .two .rq .tp {
  width: 320px;
  margin: 0 auto;
}
.navbar .category-item .two .rq .tp .p2 {
  font-size: 13px;
}
.navbar .category-item .two .rq .tp .p1 {
  font-size: 16px;
}

.ss {
  right: -5px;
}
.foot-top .lef button {
  width: 141px;
  height: 52px;
  font-size: 18px;
  line-height: 52px;
}
.foot-top .lef input {
  height: 52px;
  width: 233px;
  padding-left: 19px;
  line-height: 52px;
}
.foot-top h1 {
  font-size: 22px;
}
.foot-top .fx {
  height: 130px;
  flex-wrap: wrap-reverse;
}
}
@media (max-width: 1200px){
  .ss {
    right: -5px;
}
}
@media (max-width: 1100px){
  .ss {
    right: -5px;
}
}
@media (max-width: 1024px){
  .ss {
    right: -5px;
}
}
@media (max-width: 991px) {
  .content{
    margin-top: 60px;
  }

  .header{
    display: none;
  }
  .header-app{
    display: block;
    background: #fff;
  }
  .header-app .logo {
    padding: 22px 15px;
}

.foot-con{
  display: none;
}

.foot .foot-bot .rig,.foot .foot-bot .lef{
  width: 100%;
}
.foot .foot-bot .lef p {
  text-align: center;
}
.foot .foot-bot .rig{
  padding-left: 30%;
  padding-top: 15px;
}
.foot .foot-bot {
  padding-top: 28px;
  padding-bottom: 24px;
}
}
@media (max-width: 768px){
  .foot-top .fx {
    flex-wrap: wrap-reverse;
  }
  .foot-top .lef{
    width: 100%;
    padding-top: 20px;
  }
  .foot-top .lef input {
    width: 70%;
  }
  .foot-top .lef button {
    width: 30%;
  }
  .foot-top .fx {
    height: auto;
    padding: 35px 0;
  }
  .foot{
    margin-bottom: 60px;
  }

}
@media (max-width: 414px) {

  .header-app .logo img{
    height: 16px;width: 153px;
  }
  .foot-top p {
    padding-top: 20px;
}
.foot-top .lef button {
  width: 35%;
  font-size: 16px;
}
.foot-top .lef input {
  width: 65%;
}
.foot-top h1 {
  font-size: 22px;
  padding-top: 4px;
}
.foot .foot-bot .rig {
  padding-left: 25%;
}
.foot .foot-bot .rig a {
  margin-left: 10px;
}
}
