.container {
  padding-top: 90px;
}
.container .header {
  width: 100%;
  height: 90px;
  background-color: #484848;
  position: fixed;
  top: 0;
  z-index: 9999;
}
.container .header .header_box {
  width: 1620px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .header .header_box .left img {
  display: block;
  width: 131px;
}
.container .header .header_box .middle {
  display: flex;
  align-items: center;
  height: 100%;
}
.container .header .header_box .middle .iconfont {
  color: #fff;
  font-size: 20px;
  display: none;
  cursor: pointer;
}
.container .header .header_box .middle .item {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 25px;
  font-family: MicrosoftYaHei;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  position: relative;
}
.container .header .header_box .middle .item:before {
  content: '';
  position: absolute;
  transition: 0.3s all linear;
  width: 100%;
  top: 0;
  height: 0px;
  left: 0;
  background-color: #C79E37;
}
.container .header .header_box .middle .item:hover:before {
  height: 6px;
}
.container .header .header_box .middle .item:hover .menu {
  transition: 0.35s cubic-bezier(0.61, 0.35, 0.77, 1.16);
  transform: scaleY(1);
  opacity: 1;
}
.container .header .header_box .middle .item img {
  display: block;
  width: 17px;
  margin-right: 11px;
}
.container .header .header_box .middle .item .link {
  font-family: MicrosoftYaHei;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.container .header .header_box .middle .item .menu {
  position: absolute;
  width: 100%;
  top: 90px;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  transform: scaleY(0);
  opacity: 0;
  overflow: hidden;
}
.container .header .header_box .middle .item .menu .menu_box {
  padding: 5px 0 5px;
}
.container .header .header_box .middle .item .menu .menu_box .link {
  padding: 10px 0;
  display: block;
  width: 100%;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.2s all linear;
}
.container .header .header_box .middle .item .menu .menu_box .link:hover {
  background-color: #C79E37;
}
.container .header .header_box .right {
  display: flex;
  align-items: center;
}
.container .header .header_box .right i {
  font-size: 17px;
  color: #fff;
  cursor: pointer;
}
.container .header .header_box .right .search {
  width: auto;
  margin-left: 0;
  padding: 0;
  position: relative;
  display: flex;
}
.container .header .header_box .right .search:hover .input {
  transform: scale(1);
  transition: 0.3s cubic-bezier(0.61, 0.35, 0.77, 1.16) all;
}
.container .header .header_box .right .search .input {
  position: absolute;
  right: -76px;
  top: 35px;
  background-color: #fff;
  border-radius: 30px;
  display: flex;
  align-items: center;
  padding: 3px 15px;
  transform: scale(0);
}
.container .header .header_box .right .search .input:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  border-color: transparent transparent #fff transparent;
}
.container .header .header_box .right .search .input input {
  border: none;
  outline: none;
  width: 120px;
}
.container .header .header_box .right .search .input .go {
  color: #333;
  display: flex;
}
.container .header .header_box .right .search .input .go i {
  color: #333;
}
.container .header .header_box .right .linear {
  width: 1px;
  height: 16px;
  background-color: #919191;
  margin: 0 30px;
}
.container .header .header_box .right .qrcode {
  position: relative;
  display: flex;
}
.container .header .header_box .right .qrcode:hover .code {
  transform: scale(1);
  transition: 0.3s cubic-bezier(0.61, 0.35, 0.77, 1.16) all;
}
.container .header .header_box .right .qrcode .code {
  position: absolute;
  background-color: #fff;
  width: 65px;
  height: 65px;
  left: -24px;
  top: 38px;
  transform: scale(0);
}
.container .header .header_box .right .qrcode .code:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  left: 50%;
  top: -16px;
  transform: translateX(-50%);
  border-color: transparent transparent #fff transparent;
}
.container .header .header_box .right .qrcode .code img {
  display: block;
  width: 100%;
}
.container .banner img {
  display: block;
  width: 100%;
}
.container .globe_linear {
  width: 100%;
  height: 7px;
  border-radius: 2px;
  background: linear-gradient(to right, rgba(204, 163, 74, 0.8), rgba(228, 206, 158, 0.8), transparent);
}
.container .content {
  width: 100%;
  box-sizing: border-box;
  padding: 85px 7% 85px;
}
.container .content .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.container .content .pagination .btn {
  width: 39px;
  height: 39px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 4px;
  color: #383535;
  font-size: 15px;
}
.container .content .pagination .btn.active {
  background-color: #cca34a;
  color: #fff;
}
.container .content .pagination .numBox {
  display: flex;
}
.container .title h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 29px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #1c1c1c;
  position: relative;
}
.container .title h2:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 6px;
  background-color: #cca34a;
  left: 0;
  top: -17px;
}
.container .title .title_info {
  font-family: NexaBold;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 10px;
  opacity: 0.3;
}
.container .dialog {
  width: 230px;
  height: 100%;
  position: fixed;
  top: 80px;
  box-sizing: border-box;
  background-color: #484848;
  right: -100%;
  transition: 1s all ease;
  z-index: 999;
}
.container .dialog.addShow {
  right: 0%;
}
.container .dialog .middle {
  box-sizing: border-box;
  padding: 15px 30px 0;
}
.container .dialog .middle .search {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0;
  justify-content: center;
}
.container .dialog .middle .search input {
  padding: 5px 5px;
  outline: none;
  font-size: 12px;
}
.container .dialog .middle .search i {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
}
.container .dialog .middle .home {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.container .dialog .middle .home img {
  display: block;
}
.container .dialog .middle .home span {
  color: #fff;
  margin-left: 5px;
}
.container .dialog .middle .item .top {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.container .dialog .middle .item .top .link {
  color: #fff;
  font-size: 15px;
}
.container .dialog .middle .item .top .iconfont {
  color: #fff;
  font-size: 19px;
  transition: 0.3s linear ease;
}
.container .dialog .middle .item .top .tran90deg {
  transform: rotate(90deg);
}
.container .dialog .middle .item .menu {
  box-sizing: border-box;
  padding-left: 20px;
  height: 0;
  overflow: hidden;
}
.container .dialog .middle .item .menu .link {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 1.9;
}
.container .dialog .middle .item .menu.addShow {
  height: 100%;
  transition: 0.3s ease all;
}
.container .footer {
  background-color: #2b2b2b;
  width: 100%;
  padding-top: 75px;
}
.container .footer .footer_box {
  display: flex;
  width: 1620px;
  margin: 0 auto;
  justify-content: space-between;
}
.container .footer .footer_box .left .logo {
  padding-bottom: 33px;
}
.container .footer .footer_box .left .logo img {
  width: 131px;
  display: block;
}
.container .footer .footer_box .left .tel {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #b8b8b8;
}
.container .footer .footer_box .left .organization {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #ffffff;
}
.container .footer .footer_box .left .friendLink {
  width: 100%;
  margin-top: 15px;
}
.container .footer .footer_box .left .friendLink select {
  width: 100%;
  outline: none;
  box-sizing: border-box;
  padding: 0 15px;
  height: 35px;
  font-size: 14px;
}
.container .footer .footer_box .left .code {
  display: flex;
  margin-top: 25px;
}
.container .footer .footer_box .left .code img {
  width: 91px;
  height: 91px;
  display: block;
}
.container .footer .footer_box .left .code img:first-child {
  margin-right: 16px;
}
.container .footer .footer_box .left .code img:nth-child(2) {
  margin-right: 16px;
}
.container .footer .footer_box .right .menu {
  display: flex;
}
.container .footer .footer_box .right .menu .list {
  padding: 0 23px;
}
.container .footer .footer_box .right .menu .list .section {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  padding: 0;
}
.container .footer .footer_box .right .menu .list .link {
  margin-top: 15px;
}
.container .footer .footer_box .right .menu .list .link .linkItem {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 38px;
  letter-spacing: 0px;
  color: #878787;
  text-align: left;
}
.container .footer .footer_box .right .footer_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 120px;
  padding-bottom: 50px;
}
.container .footer .footer_box .right .footer_info img {
  width: 40px;
  margin: 0 28px;
}
.container .footer .footer_box .right .footer_info .txt {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b8b8b8;
}

@media all and (max-width: 1620px) {
  .container .header .header_box .middle .item .menu .menu_box .link {
    font-size: 14px;
  }

  .container .header .header_box, .container .footer .footer_box {
    width: 90%;
    margin-left: 5%;
  }

  .container .header .header_box .left img {
    width: 126px;
  }

  .container .header .header_box .middle .item .link {
    font-size: 15px;
  }

  .container .header .header_box .middle .item {
    font-size: 15px;
  }

  .container .header .header_box .middle .item .menu .link {
    font-size: 15px;
  }

  .container {
    padding-top: 80px;
  }

  .container .header {
    height: 80px;
  }

  .container .header .header_box .middle .item .menu {
    top: 80px;
  }

  .container .footer .footer_box .left .logo img {
    width: 126px;
  }

  .container .footer .footer_box .left .tel {
    font-size: 16px;
  }

  .container .footer .footer_box .left .organization {
    font-size: 21px;
  }

  .container .footer .footer_box {
    width: 90%;
    margin-left: 5%;
  }

  .container .footer .footer_box .left .code img {
    width: 100px;
    height: 123px;
  }

  .container .footer .footer_box .right .menu .list .link .linkItem {
    font-size: 14px;
  }

  .container .footer .footer_box .right .footer_info .txt {
    font-size: 14px;
  }

  .container .tell .box {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
  }
}
@media all and (max-width: 1370px) {
  .container .footer .footer_box .right .menu .list {
    padding: 0 20px;
  }
}
@media all and (max-width: 1445px) {
  .container .header .header_box .middle .item {
    padding: 0 17px;
  }
}
@media all and (max-width: 1300px) {
  .container .footer .footer_box .right .menu .list {
    padding: 0 23px;
  }

  .container .footer .footer_box .right .menu {
    flex-wrap: wrap;
  }
  .container .footer .footer_box .right .menu .list {
    margin-bottom: 30px;
  }

  .container .footer .footer_box .right {
    padding-left: 7%;
  }
}
@media all and (max-width: 1285px) {
  .container .header .header_box .middle .item .link {
    font-size: 15px;
  }

  .container .header .header_box .middle .item {
    font-size: 15px;
    padding: 0 22px;
  }

  .container .header .header_box .middle .item .menu .link {
    font-size: 14px;
  }

  .container .header .header_box .middle .item {
    padding: 0 13px;
  }
}
@media all and (max-width: 1200px) {
  .container .header .header_box .middle .item {
    font-size: 15px;
    padding: 0 10px;
  }
}
@media all and (max-width: 1150px) {
  .container .header .header_box .middle .item {
    display: none;
  }

  .container .header .header_box .middle .iconfont {
    display: block;
    margin-right: 30px;
  }

  .container .header .header_box .middle {
    width: 100%;
    justify-content: flex-end;
  }

  .container .header .header_box .right .search {
    display: none;
  }

  .container .header .header_box .right .linear {
    display: none;
  }

  .container .header .header_box .right .search {
    display: none;
  }
}
@media all and (max-width: 1000px) {
  .container .footer .footer_box .right .footer_info {
    flex-wrap: wrap;
  }

  .container .footer .footer_box .right .footer_info img {
    margin-right: 0;
  }
}
@media all and (max-width: 950px) {
  .container .footer .footer_box {
    flex-wrap: wrap;
  }
  .container .footer .footer_box .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 30px;
  }
  .container .footer .footer_box .left .friendLink {
    width: 60%;
  }
  .container .footer .footer_box .right {
    flex-wrap: nowrap;
    width: 100%;
  }

  .container .tell .box .top {
    flex-wrap: wrap;
  }
  .container .tell .box .top .left {
    width: 100%;
  }
  .container .tell .box .top .right {
    width: 100%;
    justify-content: flex-end;
    margin-top: 5px;
  }
}
@media all and (max-width: 550px) {
  .container .content {
    width: 100%;
    box-sizing: border-box;
    padding: 43px 6% 60px;
  }

  .container .header .header_box .left img {
    width: 100px;
  }

  .container .header {
    height: 60px;
  }

  .container .tell .box .top .right {
    flex-wrap: wrap;
  }
  .container .tell .box .top .right .tel {
    width: 100%;
    margin-right: 0;
  }
  .container .tell .box .top .right .consult {
    margin-top: 5px;
  }

  .container .tell .box .input {
    flex-wrap: wrap;
  }
  .container .tell .box .input .item {
    width: 48%;
  }

  .container .tell {
    padding: 45px 0;
  }

  .container .dialog {
    top: 60px;
  }

  .container .footer {
    padding-top: 50px;
  }

  .container .footer .footer_box .left .logo {
    padding-bottom: 30px;
  }

  .container .footer .footer_box .right {
    padding-left: 0;
  }

  .container .footer .footer_box .right .menu .list {
    width: 100%;
    box-sizing: border-box;
  }

  .container .footer .footer_box .right .menu .list .link {
    margin-top: 7px;
    display: flex;
  }
  .container .footer .footer_box .right .menu .list .link .linkItem {
    margin-right: 10px;
  }

  .container .footer .footer_box .right .menu .list {
    padding-right: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    padding-left: 5px;
  }

  .container .footer .footer_box .right .footer_info {
    margin-top: 15px;
    padding-bottom: 30px;
  }

  .container .footer .footer_box .right .footer_info {
    line-height: 1.7;
    justify-content: center;
  }

  .container .footer .footer_box .right .footer_info img {
    margin-left: 15px;
  }

  .container .footer .footer_box .right .menu .list .section {
    line-height: 1;
  }

  .container .footer .footer_box .right .menu .list {
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
  }

  .container .footer .footer_box .right .menu .list .link .linkItem {
    line-height: 30px;
  }

  .container {
    padding-top: 60px;
  }

  .container .dialog .middle .home {
    font-size: 16px;
  }

  .container .footer .footer_box .right .menu {
    display: none;
  }

  .container .footer .footer_box .left .organization {
    font-size: 16px;
  }

  .container .aside {
    display: none;
  }

  .container .footer .footer_box .left .friendLink {
    width: 80%;
  }

  .container .footer .footer_box .right .footer_info .txt {
    text-align: center;
  }

  .container .title h2 {
    font-size: 22px;
    line-height: 1.3;
  }
  .container .title h2:before {
    top: -13px;
    height: 5px;
    width: 37px;
  }
  .container .title .title_info {
    font-size: 13px;
    margin-top: 7px;
  }

  .container .banner {
    height: 140px;
  }
  .container .banner img {
    height: 100%;
    object-fit: cover;
  }

  .container .content .pagination {
    margin-top: 35px;
  }
  .container .content .pagination .btn {
    width: 36px;
    height: 36px;
  }
}

/*# sourceMappingURL=common.css.map */
