.container1{
      padding-top: 86px;
      min-height: calc(100vh - 208px);
    }
:root {
  --main-color: #E2231A;
  --normal-color: #333;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.au-top {
  height: 420px;
  background: url("../img/au-banner.png") no-repeat center top;
  background-size: cover;
}
.au-top .au-top-title {
  height: 100%;
  text-align: center;
  overflow: hidden;
}
.au-top .au-top-title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin-top: 200px;
  margin-bottom: 20px;
}
.au-top .au-top-title p {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  text-transform: uppercase;
}
.au-nav {
  height: 64px;
  background-color: var(--main-color);
  color: #fff;
  line-height: 64px;
}
.au-nav .itmc-container {
  line-height: 64px;
}
.au-nav a {
  font-size: 14px;
  color: #fff;
}
.au-title {
  font-size: 30px;
  margin-top: 70px;
  color: #353335;
  font-weight: bold;
  text-align: center;
  margin-bottom: 24px;
}
.au-title-ins {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
.au-title-ins p {
  line-height: 30px;
}
.au-introduction .introduction-menu {
  text-align: center;
  border-bottom: 1px solid #E5E5E5;
}
.au-introduction .introduction-menu li {
  display: inline-block;
}
.au-introduction .introduction-menu li a {
  color: var(--normal-color);
  line-height: 64px;
  font-size: 16px;
  padding: 0 48px;
  display: block;
}
.au-introduction .introduction-menu li a.active {
  color: var(--main-color);
  border-bottom: 2px solid var(--main-color);
  margin-bottom: -1px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .au-introduction .introduction-menu {
    display: flex;
    justify-content: center;
  }
  .au-introduction .introduction-menu li {
    width: calc(100%/7);
    max-width: 160px;
  }
  .au-introduction .introduction-menu li a {
    width: 100%;
    padding: 0;
  }
}
.au-ins {
  background: url("../img/au-bg.png") no-repeat center top;
  background-size: contain;
  padding-top: 1px;
  padding-bottom: 42px;
}
.au-ins .title {
  font-size: 30px;
  font-weight: bold;
  color: #353335;
  text-align: center;
  margin-top: 72px;
  margin-bottom: 49px;
}
.au-ins .ins-ins .ins-img {
  width: 40%;
  position: relative;
}
.au-ins .ins-ins .ins-img img {
  width: 100%;
}
.au-ins .ins-ins .ins-img::before {
  content: '';
  position: absolute;
  width: 10px;
  height: calc(100% - 50px);
  background-color: var(--main-color);
  left: -10px;
  top: 50px;
}
.au-ins .ins-ins .ins-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: var(--main-color);
  left: -10px;
  bottom: -10px;
}
.au-ins .ins-ins .ins-text {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.au-ins .ins-ins .ins-text h4 {
  font-size: 24px;
  color: #353335;
  margin-bottom: 24px;
}
.au-ins .ins-ins .ins-text p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
}
.au-ins .au-data {
  align-items: center;
}
.au-ins .au-data .data ul {
  display: flex;
  flex-wrap: wrap;
}
.au-ins .au-data .data ul li div {
  font-family: Impact;
  font-size: 50px;
  color: var(--main-color);
}
.au-ins .au-data .data ul li div span {
  font-family: 'Microsoft YaHei;';
  font-size: 16px;
  color: var(--normal-color);
}
.au-ins .au-data .data ul li p {
  font-size: 16px;
  margin-top: 20px;
}
.au-ins .au-data .data ul li + li {
  margin-left: 65px;
}
@media screen and (max-width: 1440px) {
  .au-ins .au-data .data ul li {
    width: 50%;
  }
  .au-ins .au-data .data ul li:nth-child(3),
  .au-ins .au-data .data ul li:nth-child(4) {
    margin-top: 30px;
  }
  .au-ins .au-data .data ul li + li {
    margin-left: 0;
  }
}
.au-course {
  background: url('../img/au-course.png') no-repeat top center;
  background-size: 100% 285px;
}
.au-course .au-coordinate {
  position: relative;
  z-index: 10;
  padding-top: 70px;
}
.au-course .au-coordinate::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin-top: 145px;
  height: 1px;
  background-color: #fff;
  z-index: -1;
}
.au-course .au-coordinate .title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.au-course .au-coordinate .coordinate-content #cList ul {
  margin-top: 65px;
}
.au-course .au-coordinate .coordinate-content #cList ul li {
  width: 100%;
}
.au-course .au-coordinate .coordinate-content #cList ul li .item h4 {
  font-size: 56px;
  font-family: Arial;
  font-weight: bold;
  margin: 0 0 -16px;
  background-image: linear-gradient(#DFDFDF, #f5f5f5, #fff);
  -webkit-background-clip: text;
  color: transparent;
}
.au-course .au-coordinate .coordinate-content #cList ul li .item p {
  font-size: 16px;
  color: #353335;
  line-height: 30px;
  margin-bottom: 20px;
}
.au-course .au-coordinate .coordinate-content #cList ul li .item p i {
  color: var(--main-color);
}
.au-course .au-coordinate .coordinate-content #cList ul li .item img {
  width: 100%;
  height: 186px;
}
.au-honor .honor-con .title h2 {
  margin-top: 50px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #353335;
  margin-bottom: 24px;
}
.au-honor .honor-con .title p {
  text-align: center;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.au-honor .honor-con .title .prize {
  margin-top: 25px;
}
.au-honor .honor-con .title .prize ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.au-honor .honor-con .title .prize ul li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: top;
}
.au-honor .honor-con .title .prize ul li a {
  display: block;
  position: relative;
}
.au-honor .honor-con .title .prize ul li a .pos {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  top: 0;
  padding-top:45%;
  font-size: 64px;
  font-family: Impact;
  font-weight: 400;
  color: #E2231A;
  transition: all 0.3s ease-in-out;
}
.au-honor .honor-con .title .prize ul li a .pos div.t {
  display: block;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #353335;
}
.au-honor .honor-con .title .prize ul li a .pos i {
  opacity: 0;
  font-style: normal;
  font-size: 16px;
  padding: 12px 20px;
  border: 1px solid #fff;
}
.au-honor .honor-con .title .prize ul li a .pos em {
  font-style: normal;
  opacity: 0;
  font-style: normal;
  font-size: 16px;
  padding: 12px 20px;
  border: 1px solid #fff;
}
.au-honor .honor-con .title .prize ul li a:hover .pos {
  background-color: #E2231A;
  color: #fff;
}
.au-honor .honor-con .title .prize ul li a:hover .pos span {
  color: #fff;
}
.au-honor .honor-con .title .prize ul li a:hover .pos i {
  opacity: 1;
}
.au-honor .honor-con .title .prize ul li a:hover .pos em {
  opacity: 1;
}
.au-honor .honor-con .title .prize ul li img {
  width: 100%;
}
.au-honor .honor-list {
    margin-top: -10px;
    margin-bottom: 36px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    justify-content: center;
}
.au-honor .honor-list ul li {
  display: inline-block;
  margin-bottom: 20px;
}
.au-honor .honor-list ul li a {
  display: block;
}
.au-honor .honor-list ul li a div.pic {
  width: 305px;
  height: 205px;
}
.au-honor .honor-list ul li a div.pic img {
  width: 100%;
  height: 196px;
}
.au-honor .honor-list ul li a p {
  font-size: 16px;
  height: 64px;
  margin-top: 4px;
  background-color: #eee;
  padding: 0 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.au-honor .honor-list ul li a p span {
  display: inline-block;
  line-height: normal;
  text-align: center;
}
.au-join .ins-pic {
  margin-top: 50px;
  margin-bottom: 60px;
}
.au-join .ins-pic ul li {
  display: inline-block;
}
.au-join .ins-pic ul li img {
  width: 100%;
}
.join-salary {
  background-color: #F3F3F3;
  padding-top: 1px;
}
.join-salary .salary-list {
  margin-top: 55px;
  padding-bottom: 80px;
}
.join-salary .salary-list ul li {
  display: inline-block;
}
.join-salary .salary-list ul li:nth-of-type(5n) {
  clear: left;
}
.join-salary .salary-list ul li a {
  display: block;
  text-align: center;
}
.join-salary .salary-list ul li a span.iconfont {
  display: block;
  font-size: 64px;
  color: #C6303C;
}
.join-salary .salary-list ul li a h5 {
  font-size: 16px;
  margin: 32px 0 12px;
}
.join-salary .salary-list ul li a p {
  color: #666;
  line-height: 24px;
}
.join-recruit .recruit-list {
  margin-top: 45px;
  margin-bottom: 60px;
}
.join-recruit .recruit-list ul {
  margin-right: 0px;
  margin-left: 0px;
}
.join-recruit .recruit-list ul li {
  display: inline-block;
  padding-right: 0px;
  padding-left: 0px;
}
.join-recruit .recruit-list ul li .pic {
  float: left;
  width: 50%;
  height: 280px;
  overflow: hidden;
}
.join-recruit .recruit-list ul li .recruits {
  width: 50%;
  float: left;
  color: #fff;
  height: 280px;
  padding: 30px 30px 30px 48px;
  position: relative;
}
.join-recruit .recruit-list ul li .recruits h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.join-recruit .recruit-list ul li .recruits ol li {
  font-size: 16px;
  line-height: 30px;
  display: block;
}
.join-recruit .recruit-list ul li .recruits ol li::before {
  content: '→';
  font-size: 16px;
  margin-right: 5px;
}
.join-recruit .recruit-list ul li .recruits a {
  display: inline-block;
  border: 1px solid #fff;
  width: 48px;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 32px;
  bottom: 32px;
}
.join-recruit .recruit-list ul li .recruits.cF7554A {
  position: relative;
  background-color: #F7554A;
}
.join-recruit .recruit-list ul li .recruits.cF7554A::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -16px;
  top: calc(50% - 16px);
  border-top: solid 16px transparent;
  border-right: solid 16px #F7554A;
  /* 白色小三角形 */
  border-bottom: solid 16px transparent;
  z-index: 10;
}
.join-recruit .recruit-list ul li .recruits.c2CBCB1 {
  background-color: #2CBCB1;
}
.join-recruit .recruit-list ul li .recruits.c2CBCB1::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -16px;
  top: calc(50% - 16px);
  border-top: solid 16px transparent;
  border-right: solid 16px #2CBCB1;
  /* 白色小三角形 */
  border-bottom: solid 16px transparent;
  z-index: 10;
}
.join-recruit .recruit-list ul li .recruits.cFEA040 {
  background-color: #FEA040;
}
.join-recruit .recruit-list ul li .recruits.cFEA040::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -16px;
  top: calc(50% - 16px);
  border-top: solid 16px transparent;
  border-left: solid 16px #FEA040;
  /* 白色小三角形 */
  border-bottom: solid 16px transparent;
  z-index: 10;
}
.join-recruit .recruit-list ul li .recruits.c0088FF {
  background-color: #0088FF;
}
.join-recruit .recruit-list ul li .recruits.c0088FF::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -16px;
  top: calc(50% - 16px);
  border-top: solid 16px transparent;
  border-left: solid 16px #0088FF;
  /* 白色小三角形 */
  border-bottom: solid 16px transparent;
  z-index: 10;
}
.join-recruit .recruit-list ul li .recruits.c6738E8 {
  background-color: #6738E8;
}
.join-recruit .recruit-list ul li .recruits.c6738E8::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -16px;
  top: calc(50% - 16px);
  border-top: solid 16px transparent;
  border-right: solid 16px #6738E8;
  /* 白色小三角形 */
  border-bottom: solid 16px transparent;
  z-index: 10;
}
.join-recruit .recruit-list ul li .recruits.cEC3630 {
  background-color: #EC3630;
}
.join-recruit .recruit-list ul li .recruits.cEC3630::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: -16px;
  top: calc(50% - 16px);
  border-top: solid 16px transparent;
  border-right: solid 16px #EC3630;
  /* 白色小三角形 */
  border-bottom: solid 16px transparent;
  z-index: 10;
}
.position-list {
  margin-top: 64px;
}
.position-list ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.position-list ul li .position-item {
  background-color: #F3F3F3;
  position: relative;
  padding: 48px 54px 48px 65px;
}
.position-list ul li .position-item h4 {
  font-size: 24px;
  color: #333;
  margin-bottom: 18px;
  position: relative;
}
.position-list ul li .position-item h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 85px;
  height: 2px;
  background-color: #E2231A;
}
.position-list ul li .position-item .item-box {
  max-height: 240px;
  overflow: hidden;
  overflow-y: auto;
}
.position-list ul li .position-item .item-box p.item-title {
  color: #333;
  font-size: 16px;
  margin: 15px 0;
}
.position-list ul li .position-item .item-box div.item-con p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-bottom: 0;
}
.position-list ul li .position-item .item-box::-webkit-scrollbar-track {
  background-color: #F5F5F5;
}
.position-list ul li .position-item .item-box::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
.position-list ul li .position-item .item-box::-webkit-scrollbar-thumb {
  background-color: #7F7F7F;
  border-radius: 4px;
}
.position-list ul li .position-item .item-style {
  margin-top: 30px;
}
.position-list ul li .position-item .item-style a {
  font-size: 16px;
  color: #E2231A;
}
.position-list ul li .position-item .item-style a + a {
  margin-left: 30px;
}
.au-contact {
  margin-top: 30px;
}
.au-contact .contact-cooperation {
  margin-bottom: 53px;
}
.au-contact .contact-cooperation ul {
  border: 1px solid #E5E5E5;
  margin-left: 0;
  margin-right: 0;
  height: 560px;
}
.au-contact .contact-cooperation ul li {
  height: 100%;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
.au-contact .contact-cooperation ul li:first-child,
.au-contact .contact-cooperation ul li:last-child {
  border: 0;
}
.au-contact .contact-cooperation ul li .coop-title {
  text-align: center;
  border-bottom: 1px solid #DDDDDD;
  margin-top: 36px;
}
.au-contact .contact-cooperation ul li .coop-title span {
  display: inline-block;
  width: 84px;
  height: 84px;
  line-height: 84px;
  text-align: center;
  font-size: 42px;
  border-radius: 50%;
  color: #fff;
  background-color: #E2231A;
}
.au-contact .contact-cooperation ul li .coop-title h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  margin-bottom: 25px;
}
.au-contact .contact-cooperation ul li .coop-con {
  margin-top: 30px;
  font-size: 16px;
  line-height: 36px;
}
.au-contact .contact-cooperation ul li .coop-con p {
  margin-bottom: 0;
  line-height: 36px;
}
.au-contact .contact-cooperation ul li .coop-con .coop-con-contact {
  margin-top: 30px;
}
.au-contact .contact-cooperation ul li .coop-con .coop-con-opera {
  margin-top: 20px;
}
.au-contact .contact-cooperation ul li .coop-con .coop-con-opera a {
  display: inline-block;
  line-height: 1;
  padding: 12px 0;
  width: 156px;
  text-align: center;
  border: 1px solid #E2231A;
  color: #E2231A;
}
.au-contact .contact-cooperation ul li .coop-con .coop-con-opera a + a {
  margin-left: 18px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .au-contact .contact-cooperation ul li .coop-con .coop-con-opera a {
    width: 110px;
  }
  .au-contact .contact-cooperation ul li .coop-con .coop-con-opera a + a {
    margin-left: 10px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1920px) {
  .au-contact .contact-cooperation ul li .coop-con .coop-con-opera a {
    width: 140px;
  }
}
.au-contact .contact-cooperation ul li .coop-charge {
  margin-top: 40px;
  margin-bottom: 25px;
}
.au-contact .contact-cooperation ul li .coop-charge .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 18px;
}
.au-contact .contact-cooperation ul li .coop-charge .region-show {
  position: relative;
}
.au-contact .contact-cooperation ul li .coop-charge .region-show::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 21px;
  top: -16px;
  border-bottom: solid 16px #F5F5F5;
  border-right: solid 16px transparent;
  /* 白色小三角形 */
  border-left: solid 16px transparent;
  z-index: 10;
}
.au-contact .charge-region .form-control {
  border-color: #ddd;
  border-radius: 0;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
}
.au-contact .charge-region .form-control option {
  line-height: 30px;
  padding: 10px;
}
.au-contact .charge-region .region-show {
  margin-top: 22px;
  background-color: #F5F5F5;
  padding: 15px 23px;
font-size: 16px;
}
.au-contact .charge-region .region-show h4 {
  font-size: 18px;
  color: #333;
  line-height: 40px;
}
.au-contact .charge-region .region-show span ,.au-contact .charge-region .region-show em {
  font-style: normal;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin-bottom: 0;
  display: inline-block;
  
}
.au-contact .charge-region .region-show span + span {
  margin: 0;
}
.au-contact .contact-map {
  padding-bottom: 60px;
}
.au-contact .contact-map .map-location {
  padding-right: 24px;
/* height: 450px; */
  background-color: #fff !important;
}
.au-contact .contact-map .map-region {
  padding-left: 24px;
}
.au-contact .contact-map .map-region .charge-region {
  padding-bottom: 32px;
  border-bottom: 1px solid #eee;
}
.au-contact .contact-map .map-region .charge-region .region-show {
    padding: 20px 26px;
    margin-top: 18px;
}
.au-contact .contact-map .map-region .charge-region .region-show p {
  font-size: 16px;
  line-height: 40px;
}
.au-contact .contact-map .map-region .map-find >p {
  font-size: 16px;
    color: #E2231A;
    margin-bottom: 5px;
    line-height: 56px;
}
.au-contact .contact-map .map-region .map-find ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.au-contact .contact-map .map-region .map-find ul li:last-child {
  margin-right: 0;
}
.au-contact .contact-map .map-region .map-find ul li img {
  width: 100px;
}
@media screen and (min-width: 1024px) and (max-width: 1440px) {
  .au-contact .contact-map .map-region .map-find ul li img {
    width: 80px;
  }
}
.au-contact .contact-map .map-region .map-find ul li p {
  margin: 0;
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  line-height: 1;
}
.au-contact .contact-map .map-region .map-find ul li + li {
  margin-left: 10px;
}
.bant-top {
  height: 500px;
  background: url("../img/zyk-banner.png") no-repeat center top;
  background-size: cover;
}
.bant-top.talent {
  background: url("../img/talent-banner.png") no-repeat center top;
  background-size: cover;
}
.bant-top.kjdzsw {
  background: url("../img/kjdzsw-banner.png") no-repeat center top;
  background-size: cover;
}
.bant-top .bant-top-title {
  height: 100%;
  text-align: left;
  overflow: hidden;
}
.bant-top .bant-top-title h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 400;
  margin-top: 176px;
}
.bant-top .bant-top-title p {
  color: #fff;
  font-size: 16px;
  width: 624px;
  line-height: 32px;
  margin: 25px 0;
}
.bant-top .bant-top-title a.more {
  display: inline-block;
  width: 178px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-top: 20px;
}
.zyk-text {
  background: url("../img/bant-bg.png") no-repeat center top;
}
.zyk-text .zyk-text-con {
  padding-top: 60px;
  padding-bottom: 70px;
}
.zyk-text .zyk-text-con .title h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  color: #353335;
  margin-bottom: 20px;
}
.zyk-text .zyk-text-con .ins {
  font-size: 16px;
  font-weight: 400;
  color: #353335;
  line-height: 30px;
  text-indent: 2em;
}
.zyk-text .zyk-text-con .pic {
  text-align: center;
}
.zyk-text .zyk-text-con .pic img + img {
  margin-top: 35px;
}
.zyk-text .zyk-text-con img {
  max-width: 100%;
}
.relevant-text .item {
  padding-bottom: 35px;
}
.relevant-text .item .text {
  padding-top: 45px;
}
.relevant-text .item .text h4 {
  margin: 25px 0;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 1;
}
.relevant-text .item .text p {
  max-width: 569px;
  font-size: 16px;
  line-height: 30px;
}
.relevant-text .item .text .links {
  margin-top: 20px;
}
.relevant-text .item .text .links a {
  display: inline-block;
  width: 300px;
  background-color: #F3F3F3;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  padding-left: 18px;
  margin-bottom: 8px;
  margin-right: 10px;
}
.relevant-text .item .text .links a::before {
  color: var(--main-color);
}
.relevant-text .item .pic {
  text-align: center;
  padding-top: 85px;
}
.relevant-text .item .pic img {
  max-width: 100%;
}
.relevant-text.bg {
  background-color: #F3F3F3;
}
.relevant-text.bg .item .links a {
  background-color: #fff;
}
@media (min-width: 1440px) {
  .join-recruit .recruit-list ul li .recruits {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 1440px) {
  .join-recruit .recruit-list ul li .recruits {
    padding: 20px 10px 30px 18px;
  }
  .join-recruit .recruit-list ul li .recruits a {
    width: 36px;
    line-height: 34px;
    right: 10px;
    bottom: 20px;
  }
}
.honor-list img {
    height: 204px;
    width: 305px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 11%);
    margin: 0 10px 24px;
}
.honor-list .line1{
  display: flex;
  justify-content: space-between;
}
.honor-list .line2{
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.patent {
  text-align: center;
  padding-top: 24px;
}
.patent img{
max-width: 100%;
}
.circle-bg {
  background-image: url('/theme/default/img/circle-bg.png');
  background-size: cover;
  width: 979px;
  height: 375px;
  margin: 0px auto;
  padding: 57.5px 51.5px;
  display: flex;
  justify-content: space-between;

}
.circle-bg div{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.circle-bg .circle-left {
  background-size: cover;
  width: 260px;
  height: 260px;
  background-image: url('/theme/default/img/circle1.png');
}
.circle-bg .circle-left:hover{
  background-color: #D32430;
  background-image:url('');
  border-radius: 100%;
}
.circle-bg .circle-center {
  background-size: cover;
  width: 260px;
  height: 260px;
  background-image: url('/theme/default/img/circle2.png');
}
.circle-bg .circle-center:hover{
  background-color: #D32430;
  background-image:url('');
  border-radius: 100%;
}
.circle-bg .circle-right {
  background-size: cover;
  width: 260px;
  height: 260px;
  background-image: url('/theme/default/img/circle3.png');
}
.circle-bg .circle-right:hover{
  background-color: #D32430;
  background-image:url('');
  border-radius: 100%;
}
.circle-bg .circle-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  margin-top: 60px;
}
.circle-bg .circle-desc {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
}
.circle-bg .line {
  width: 48px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 2px;
  margin: 22px 0px 16px 0px;
}
.circle-bg .circle-left:hover .circle-title {
  margin-top: 33px;
}
.circle-bg .circle-left:hover .more {
  display: block;
}
.circle-bg .circle-center:hover .circle-title {
  margin-top: 33px;
}
.circle-bg .circle-center:hover .more {
  display: block;
}
.circle-bg .circle-right:hover .circle-title {
  margin-top: 33px;
}
.circle-bg .circle-right:hover .more {
  display: block;
}

.circle-bg .more {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 79px;
  display: none;
}
.circle-bg .more a {
 color: #FFFFFF;
}
.mission {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.mission .mission-left,.mission .mission-right  {
  width: calc(50% - 10px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.mission .icon {
  line-height: 40px;
  font-size: 40px;
  color: #FFFFFF;
  margin-top: 57.5px;
}
.mission .mission-title {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  padding: 26px 0px 15px 0px;
}
.mission .mission-desc {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.mission img{
  width: 100%;
}
.mission .mission-info {
  position: absolute;
  margin-top: 57px;
  width: 100%;
  z-index: 100;
}
.mission img{
  transition: .5s;
}
.mission-left:hover img{
  transform: scale(1.1);
}
.mission-right:hover img{
  transform: scale(1.1);
}
.BMap_bubble_title .title {
    font-size: 15px;
    font-weight: bold;
    color: #D32430;
    line-height: 36px;
}

.itmc-container{
min-width: 1024px;
}
@media screen and (max-width: 1024px) {
  .au-contact .contact-map .map-region .map-find ul li img {
  width: 80px;
  }
}
