.container {
  padding-top: 90px;
}
.container .header {
  width: 100%;
  height: 90px;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
  box-sizing: border-box;
  padding: 0 4%;
}
.container .header .header_box {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .header .header_box .left img {
  display: block;
  width: 89px;
}
.container .header .header_box .middle {
  display: flex;
  align-items: center;
  height: 100%;
}
.container .header .header_box .middle .item {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 30px;
  font-family: MicrosoftYaHei;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #212121;
  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: #d70739;
}
.container .header .header_box .middle .item:hover:before {
  height: 6px;
}
.container .header .header_box .middle .item:hover .link {
  color: #cf010d;
}
.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: #212121;
}
.container .header .header_box .middle .item .menu {
  position: absolute;
  width: 100%;
  top: 90px;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  height: 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: 15px;
  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: #d70739;
}
.container .header .header_box .right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.container .header .header_box .right .tel {
  display: flex;
  align-items: center;
}
.container .header .header_box .right .tel span {
  font-family: NexaBold;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #cf010d;
  margin-left: 7px;
}
.container .header .header_box .right .explain {
  background-color: #cf010d;
  border-radius: 5px;
  font-family: DOUYU-Font;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  padding: 6px 14px;
  margin-left: 12px;
  flex-shrink: 0;
}
.container .header .header_box .right .iconfont {
  color: #333;
  font-size: 20px;
  display: none;
  cursor: pointer;
  margin-left: 23px;
}
.container .c_title {
  position: relative;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 26px;
}
.container .c_title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 10px;
  height: 30px;
  background-color: #cf010d;
  border-radius: 5px;
}
.container .content_box {
  width: 100%;
  box-sizing: border-box;
  padding: 57px 7% 85px;
}
.container .content_box .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.container .content_box .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;
  flex-shrink: 0;
}
.container .content_box .pagination .btn.active {
  background-color: #cf010d;
  color: #fff;
}
.container .content_box .pagination .numBox {
  display: flex;
}
.container .aside {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.container .aside .asideItem {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.container .aside .asideItem:first-child:hover .con {
  transform: scale(1.1);
}
.container .aside .asideItem img {
  width: 28px;
}
.container .aside .asideItem p {
  font-family: MicrosoftYaHeiLight;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 5px;
}
.container .aside .asideItem .con {
  position: absolute;
  left: -100px;
  top: 0;
  background-color: #fff;
  height: 80px;
  width: 80px;
  box-sizing: border-box;
  padding: 5px;
  transform: scale(0);
  transition: 0.1s linear all;
}
.container .aside .asideItem .con:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-color: transparent transparent transparent #fff;
}
.container .aside .asideItem .con img {
  display: block;
  width: 100%;
}
.container .aside .conact {
  background-color: #da1031;
}
.container .aside .goTop {
  background-color: #252525;
}
.container .banner img {
  display: block;
  width: 100%;
}
.container .tell {
  padding: 80px 0;
  background: url("../img/communicate.png") no-repeat 99% bottom #fbfbfb;
  background-size: auto 95%;
}
.container .tell .box {
  width: 1620px;
  margin: 0 auto;
}
.container .tell .box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .tell .box .top .left .title {
  font-family: DOUYU-Font;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #000000;
  position: relative;
  padding-left: 22px;
}
.container .tell .box .top .left .title:before {
  content: '';
  width: 8px;
  height: 32px;
  background-color: #cf010d;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top: -5px;
}
.container .tell .box .top .left .tip {
  font-family: MicrosoftYaHeiLight;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.65;
  letter-spacing: 0px;
  color: #7c7c7c;
  margin-top: 9px;
}
.container .tell .box .top .right {
  display: flex;
  align-items: center;
}
.container .tell .box .top .right .tel {
  text-align: right;
  box-sizing: border-box;
  margin-right: 20px;
}
.container .tell .box .top .right .tel p {
  font-family: MicrosoftYaHeiLight;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #000000;
}
.container .tell .box .top .right .tel p:last-child {
  font-weight: 700;
}
.container .tell .box .top .right .consult {
  padding: 10px 17px;
  background-color: #cf010d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  color: #fff;
}
.container .tell .box .top .right .consult span {
  margin-right: 20px;
  font-size: 14px;
}
.container .tell .box .input {
  display: flex;
  justify-content: space-between;
  margin: 23px 0 21px;
}
.container .tell .box .input .item {
  width: 23%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  padding-top: 15px;
  font-size: 15px;
}
.container .tell .box .input .item .label {
  margin-right: 10px;
  flex-shrink: 0;
}
.container .tell .box .input .item .val {
  width: 100%;
}
.container .tell .box .input .item .val input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
}
.container .tell .box .communicate {
  padding: 11px 50px;
  display: inline-block;
  background-color: #cf010d;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 15px;
}
.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 .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: 40px;
}
.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 11px;
  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 28px;
}
.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: 123px;
  padding-bottom: 57px;
}
.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: 15px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #b8b8b8;
}

.container .c_title a {
  color: #000;
}

@media all and (max-width: 1620px) {
  .container .header .header_box .middle .item .menu .menu_box .link {
    font-size: 14px;
  }

  .container .header .header_box .left img {
    width: 87px;
  }

  .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: 110px;
  }

  .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: 85px;
    height: 85px;
  }

  .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: 1440px) {
  .container .footer .footer_box .right .menu {
    flex-wrap: wrap;
  }
  .container .footer .footer_box .right .menu .list {
    margin-bottom: 30px;
  }

  .container .header .header_box .middle .item {
    padding: 0 20px;
  }

  .container .footer .footer_box .right {
    padding-left: 8%;
  }
}
@media all and (max-width: 1280px) {
  .container .header .header_box .middle .item .link {
    font-size: 15px;
  }

  .container .header .header_box .middle .item {
    font-size: 15px;
    padding: 0 14px;
  }

  .container .header .header_box .middle .item .menu .link {
    font-size: 14px;
  }
}
@media all and (max-width: 1170px) {
  .container .header .header_box .middle .item {
    display: none;
  }

  .container .header .header_box .right .iconfont {
    display: block;
  }

  .container .header .header_box .middle {
    width: 100%;
    justify-content: flex-end;
  }
}
@media all and (max-width: 1000px) {
  .container .footer .footer_box .right .footer_info {
    flex-wrap: wrap;
    margin-top: 50px;
  }

  .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 .tell .box .top .right {
    display: none;
    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 {
    margin-top: 18px;
    flex-wrap: wrap;
  }
  .container .tell .box .input .item {
    width: 48%;
  }

  .container .tell {
    padding: 45px 0;
  }

  .container .header .header_box .left img {
    width: 70px;
  }

  .container .header {
    height: 60px;
  }

  .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 .header .header_box .right .tel, .container .header .header_box .right .explain {
    display: none;
  }

  .container .content_box {
    width: 100%;
    box-sizing: border-box;
    padding: 35px 6% 60px;
  }

  .container .c_title {
    font-size: 22px;
    padding-left: 18px;
  }
  .container .c_title:before {
    height: 23px;
    width: 8px;
    top: 4px;
  }

  .container .tell .box .communicate {
    font-size: 15px;
    padding: 10px 40px;
  }

  .container .tell .box .top .left .tip {
    font-size: 14px;
  }

  .container .tell .box .top .left .title {
    font-size: 22px;
    line-height: 1;
    padding-left: 18px;
  }
  .container .tell .box .top .left .title:before {
    height: 24px;
    width: 8px;
  }

  .container .footer .footer_box .right .footer_info .txt {
    text-align: center;
  }

  .container .aside {
    display: none;
  }

  .container .banner {
    height: 140px;
  }
  .container .banner img {
    height: 100%;
    object-fit: cover;
  }
}

/*# sourceMappingURL=common.css.map */
