@import url(./inner_sidebar.css);

/* ==========================================================================
   全局
   ========================================================================== */
.content {
  position: relative;
}

.content img {
  max-width: 100%;
}

.sub-banner {
  height: 950px;
}

.sub-banner .wrapper {
  position: relative;
  height: calc(100% - 76px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bgtitle1 {
  font-size: .24rem;
  color: #fff;
  font-weight: 400;
}

.bgtitle2 {
  font-size: .56rem;
  color: #fff;
  font-weight: 500;
}

@media only screen and (max-width:1536px) {
  .sub-banner {
    height: calc(950px / 1.25);
  }
}

@media only screen and (max-width:1440px) {
  .sub-banner {
    height: calc(950px * 0.75);
  }
}

@media only screen and (max-width:1280px) {
  .sub-banner {
    height: calc(950px / 1.5);
  }
}

@media only screen and (max-width:1024px) {
  .sub-banner {
    height: calc(950px / 1.875);
  }
}

@media only screen and (max-width:960px) {
  .sub-banner {
    height: calc(950px / 2);
  }
}

@media only screen and (max-width:768px) {
  .sub-banner {
    height: calc(950px / 2.5);
  }

  .sub-banner .wrapper {
    height: calc(100% - 48px);
  }
}





/* ==========================================================================
   关于我们
   ========================================================================== */
.about_video {
  position: relative;
}

.bofang {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#play-landing-animation {
  position: relative;
  color: #fff;
  width: .62rem;
  height: .62rem;
  transition: all .3s;
  cursor: pointer;
}

#play-landing-animation:hover {
  transform: scale(1.2);
}

#play-landing-animation:hover::before {
  animation: fx-plyr-play-button 1.5s ease-out infinite;
  border: 2px solid #fff;
  border-radius: 150%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  height: 140%;
  left: -20%;
  position: absolute;
  top: -20%;
  width: 140%;
}

@keyframes fx-plyr-play-button {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
  }

  to {
    opacity: 0
  }
}


.about {
  position: relative;
}

.about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0.00deg, rgba(0, 83, 159, 0.5), rgba(22, 98, 167, 0.79) 41.473%, rgb(43, 112, 175) 100%);
}

.about_item {
  padding: 0 3rem;
}

.white {
  color: #fff !important;
}

.inner_title {
  font-size: .36rem;
  font-weight: 400;
  text-align: center;
  color: #000000;
}

.about_info {
  color: rgb(255, 255, 255);
  font-size: .2rem;
  font-weight: 400;
  line-height: 2;
  margin: .48rem 0 .76rem;
}

.about_info p {
  margin-bottom: .1rem;
}

.about_main {
  position: relative;
  padding: .9rem 0 1rem;
}

.num_box {
  color: rgb(255, 255, 255);
}

.num_unit {
  font-size: .2rem;
  text-align: center;
  display: block;
}

.home_num {
  display: block;
  font-size: .57rem;
  font-family: "roboto";
  text-align: center;
}

.num_list li {
  width: 25%;
  margin-bottom: .8rem;
}

.num_list li:nth-child(2) .num_box,
.num_list li:nth-child(3) .num_box,
.num_list li:nth-child(6) .num_box {
  justify-content: center;
}

.num_list li:nth-child(7) .num_box,
.num_list li:nth-child(4) .num_box {
  justify-content: flex-end;
}

.num_list li:nth-child(5),
.num_list li:nth-child(6),
.num_list li:nth-child(7) {
  flex: 1;
}



.gupiao {
  padding: .9rem 0;
}

.gupiao_title {
  color: rgb(45, 113, 174);
  font-size: .24rem;
  font-weight: 400;
}

.gupiao_num {
  color: rgb(219, 22, 22);
  font-size: .64rem;
  font-weight: 400;
}

.gupiao_unit {
  color: rgb(177, 178, 178);
  font-size: 24px;
  font-weight: 400;
}

.gupiao_blue {
  color: rgb(45, 113, 174);
  font-size: .36rem;
  font-weight: 400;
}

.gupiao_red {
  color: rgb(219, 22, 22);
  font-size: .36rem;
  font-weight: 400;
}

.gupiao_list {
  justify-content: space-between;
}

.gupiao_box {
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
}

.gupiao_blue {
  margin-top: auto;
}

.gupiao_area {
  text-align: center;
}

.gupiao_area:first-child {
  margin-bottom: .3rem;
}

.gupiao_btnBox {
  height: 100%;
  flex-direction: column;
}

.gupiao_btn {
  width: 2.45rem;
  height: .7rem;
  box-sizing: border-box;
  border: 1px solid rgb(45, 113, 174);
  border-radius: .43rem;
  color: rgb(45, 113, 174);
  font-size: .24rem;
  font-weight: 400;
  position: relative;
}

.gupiao_btn:first-child {
  margin-bottom: .25rem;
}

.gupiao_btn img {
  margin-left: .2rem;
}

.gupiao_btn:before {
  content: '';
  display: block;
  background: linear-gradient(to left, rgba(16, 96, 160, 0) 50%, rgba(16, 96, 160, 0.4) 50%);
  background-size: 210% 100%;
  background-position: right bottom;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 50px;
  transition: all 1s;
  -webkit-transition: all 1s;
}

.gupiao_btn:hover:before {
  background-position: left bottom;
}



.certificate {
  padding: 1rem 0;
}

.certificate_main {
  padding-left: 3rem;
}

.certificate_list {
  justify-content: center;
}

.certificate_title {
  color: rgb(51, 51, 51);
  font-size: .24rem;
  font-weight: 400;
  margin: 0 .5rem;
  position: relative;
  cursor: pointer;
  transition: all .3s;
}

.certificate_title.on {
  color: rgb(43, 112, 175);
  font-weight: 700;
}

.certificate_title.on::before {
  width: 100%;
}

.certificate_title:hover {
  color: rgb(43, 112, 175);
  font-weight: 700;
}

.certificate_title::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  width: 0;
  height: 1px;
  background-color: rgb(43, 112, 175);
  transition: all .3s;
}

.certificate_title:hover:before {
  left: 0;
  width: 100%;
}

.certificate_main {
  margin-top: .7rem;
}

.certificate_box {
  justify-content: space-between;
}

.certificate_left {
  width: 4.4rem;
}

.certificate_right {
  width: calc(100% - 5.6rem);
}

.certificate_info {
  color: rgb(51, 51, 51);
  font-size: .2rem;
  line-height: 2;
}

.certificate_area {
  position: relative;
  margin: .1rem;
  box-shadow: 0px 0px .1rem 0px rgba(0, 0, 0, 0.1);
}

.certificate_swiper {
  position: relative;
}


.certificate_swiper::before {
  z-index: 4;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 33%;
  height: 100%;
  background: linear-gradient(90.00deg, rgba(255, 255, 255, 0), rgb(255, 255, 255) 87.318%);
}

.certificate_swiper .swiper-button-next:after,
.certificate_swiper .swiper-button-prev:after {
  display: none;
}

.certificate_swiper .swiper-button-next {
  background: url(../images/arrow02.png) no-repeat;
  background-size: contain;
  width: .98rem;
  height: .15rem;
  transition: all .3s;
  top: auto;
  right: auto;
  bottom: -0.5rem;
  left: 1.3rem;
}

.certificate_swiper .swiper-button-prev {
  background: url(../images/arrow01.png) no-repeat;
  background-size: contain;
  width: .98rem;
  height: .15rem;
  transition: all .3s;
  top: auto;
  right: auto;
  bottom: -0.5rem;
  left: 0;
}

.certificate_swiper .swiper-button-next:hover {
  background-image: url(../images/arrow02_b.png);
}

.certificate_swiper .swiper-button-prev:hover {
  background-image: url(../images/arrow01_b.png);
}


.industry {
  padding: 1rem 0;
}

.industry_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.logo_item:first-child {
  margin-right: .35rem;
}

.industry_title {
  font-size: .36rem;
  font-weight: 400;
  color: #000000;
}

.industry_intro {
  font-size: .2rem;
  line-height: 2;
  font-weight: 400;
  margin-top: .35rem;
}

.industry_main {
  justify-content: space-between;
  align-items: flex-end;
}

.industry_left {
  width: 4.82rem;
}

.industry_right {
  width: calc(100% - 6rem);
}



.market {
  padding: 1rem 0;
}

.market_img {
  margin-top: .25rem;
}

.partner {
  margin-top: -1rem;
  overflow: hidden;
}

.partner_item {
  width: 10%;
  margin-left: .25rem;
}

.logoitem {
  box-sizing: border-box;
  width: 100%;
  height: .6rem;
  position: relative;
}

.logoitem img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.history {
  padding: .75rem 0;
}

.history_swiper {
  margin-top: .6rem;
  position: relative;
}

.history_swiper::before {
  content: "";
  position: absolute;
  left: 0;
  top: .78rem;
  width: 100%;
  height: 1px;
  background: rgb(52, 120, 174);
}

.history_bg {
  border-radius: 0px 0px .78rem 0px;
  overflow: hidden;
}

.history_desc {
  border-radius: 0px 0px 78px 0px;
  background: linear-gradient(180.00deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  padding: .4rem;
  color: rgb(51, 51, 51);
  font-size: .2rem;
  line-height: 2;
}

.history_year {
  position: relative;
  font-size: .36rem;
  font-weight: 700;
  margin-bottom: 80px;
  font-family: "roboto";
  color: rgb(52, 120, 174);
}

.history_year::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4rem;
  width: .31rem;
  height: .31rem;
  background: url(../images/icon03.svg) no-repeat;
  background-size: contain;
}


.history_swiper .swiper-button-next:after,
.history_swiper .swiper-button-prev:after {
  display: none;
}

.history_swiper .swiper-button-next {
  background: url(../images/arrow_r.png) no-repeat center;
  background-size: contain;
  width: .5rem;
  height: .5rem;
  top: .76rem;
  right: -0.85rem;
}

.history_swiper .swiper-button-prev {
  background: url(../images/arrow_l.png) no-repeat center;
  background-size: contain;
  width: .5rem;
  height: .5rem;
  top: .76rem;
  left: -0.85rem;
}

@media only screen and (max-width: 1680px) {
  .about_item {
    padding: 0 .5rem;
  }

  .certificate_main {
    padding-left: .5rem;
  }

  .history .about_item {
    padding: 0 1.2rem;
  }
}


@media only screen and (max-width: 768px) {
  .partner_item {
    width: 150px !important;
  }

  .certificate_swiper::before {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .gupiao_list li {
    width: 50%;
  }

  .gupiao_list li:nth-child(1) {
    order: 1;
    margin-bottom: 30px;
  }

  .gupiao_list li:nth-child(2) {
    order: 3;
  }

  .gupiao_list li:nth-child(3) {
    order: 4;
  }

  .gupiao_list li:nth-child(4) {
    order: 2;
    margin-bottom: 30px;
  }

  .gupiao {
    padding: 20px 0;
  }

  .num_list li {
    width: 50%;
  }

  .num_list li .num_box {
    justify-content: center !important;
  }

  .about_info {
    font-size: 12px;
  }

  .about_main {
    padding: .9rem 0 0;
  }

  .certificate_left,
  .certificate_right {
    width: 100%;
  }

  .certificate_right {
    margin-top: 10px;
  }

  .certificate_main {
    padding: 0 .5rem;
  }

  .industry_left,
  .industry_right {
    width: 100%;
  }

  .industry_right {
    margin-top: 20px;
  }

  .industry_intro {
    font-size: 12px;
  }

  .certificate_info {
    font-size: 12px;
  }

  .partner {
    margin-top: 0;
  }

  .partner_item {
    width: 100px !important;
  }

  .history_desc {
    font-size: 12px;
  }
}













/* ==========================================================================
   产品解决方案
   ========================================================================== */
.solution img {
  max-width: 100%;
}

.solution_item {
  margin-bottom: 1rem;
}

.solution_item:nth-child(even) .solution_main {
  flex-direction: row-reverse;
}

.solution_right,
.solution_left {
  width: 50%;
}

.solution_right {
  background: linear-gradient(180.00deg, rgb(245, 246, 250), rgba(245, 246, 250, 0) 100%);
}

.solution_area {
  box-sizing: border-box;
  padding: 1rem 3rem 0 1.2rem;
}

.solution_title {
  color: rgb(16, 96, 160);
  font-size: .36rem;
  font-weight: 400;
}

.solution_img {
  margin: .6rem 0;
  width: 1.88rem;
}

.solution_msg {
  color: rgb(51, 51, 51);
  font-size: .2rem;
  font-weight: 500;
  line-height: 2;
  overflow-y: auto;
  height: calc(.2rem * 6);
}

.solution_msg::-webkit-scrollbar {
  width: 4px;
}

.solution_msg::-webkit-scrollbar-thumb {
  background-color: #bdb9b9;
}

.authentication {
  margin-top: .6rem;
  margin-left: -.5rem;
}

.authentication li {
  /* width: 33.33%; */
  font-size: .2rem;
  margin-bottom: .2rem;
  margin-left: .5rem;
}

.authentication .fa-angle-right {
  margin-right: .15rem;
}

.authentication a {
  font-weight: 400;
  color: #1060A0;
  text-decoration: underline;
}

.solution_foot {
  padding: 0 3rem;
  margin-top: -1.16rem;    display: none;
}

.solution_list {
  margin-left: -0.27rem;
}

.solution_list li {
  width: calc(20% - .27rem);
  margin-left: .27rem;
}

.solution_box .pic {
  background-color: #fff;
  border: 1px solid #BFC5CC;
}

.solution_name {
  font-size: .2rem;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 1680px) {
  .solution_area {
    padding: .5rem .6rem 0;
  }

  .solution_foot {
    padding: 0 .6rem;
    margin-top: -.6rem;
  }
}


@media only screen and (max-width: 1024px) {
  .solution_foot {
    margin-top: 0;
  }
}

@media only screen and (max-width: 960px) {
  .solution_img {
    margin: .3rem 0;
  }

  .authentication {
    margin-top: .3rem;
  }
}

@media only screen and (max-width: 920px) {
  .solution_area {
    padding: 20px 20px 0;
  }

  .solution_foot {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 500px) {

  .solution_right,
  .solution_left {
    width: 100%;
  }
}










/* ==========================================================================
   产品列表
   ========================================================================== */
.blue {
  color: rgb(16, 96, 160) !important;
}

.pro_head {
  background: rgb(248, 249, 252);
  height: 1.3rem;
  align-items: center;
}

.pro_head .layui-form-select dl dd.layui-this {
  background-color: var(--primary);
}

.pro_head .layui-input-block {
  margin-left: 0
}

.pro_head .layui-input {
  height: .6rem;
  border-radius: .6rem;
  padding-left: .2rem;
  border: none;
  font-size: .18rem;
}

.pro_head .layui-form-item {
  margin-bottom: 0;
}

.pro_head .layui-form-select dl {
  top: .64rem;
}

.pro_head .layui-form-selectup dl {
  top: auto;
  bottom: .64rem;
}

.pro_select {
  padding: 0 1rem;
  justify-content: space-between;
}

.pro_select .left {
  width: 30%;
}

.pro_select .right {
  width: calc(70% - .3rem);
}

.pro_search {
  background: #fff;
  border-radius: .6rem;
  padding: 0 .1rem 0 .4rem;
}

.search_input {
  float: left;
  border: none;
  width: calc(100% - .8rem);
  height: .6rem;
  line-height: .6rem;
  background: #fff;
  font-size: .18rem;
}

.search_btn {
  float: right;
  border: none;
  width: .6rem;
  height: .6rem;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: url(../ico/btn_ser.png) no-repeat center;
}

.pro_container {
  padding-top: .6rem;
}

.pro_main {
  margin-bottom: .8rem;
}

.pro_list {
  margin-top: .4rem;
}

.pro_title {
  justify-content: space-between;
  align-items: center;
  font-size: .24rem;
  font-weight: 400;
  color: rgb(125, 125, 125);
  border-bottom: 1px solid rgb(213, 224, 232);
  height: .7rem;
  box-sizing: border-box;
}

.pro_title span {
  position: relative;
  height: .7rem;
  line-height: .7rem;
}

.pro_title em {
  width: .4rem;
  height: .4rem;
  background: url(../images/triangle1.svg) no-repeat center;
  cursor: pointer;
}

.pro_title.on em {
  background-image: url(../images/triangle2.svg);
}

.pro_title:hover {
  color: rgb(16, 96, 160);
}

.pro_title span {
  padding: 0 .25rem;
}

.pro_title.on {
  font-weight: 600;
  color: rgb(16, 96, 160);
}

.pro_title.on span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .04rem;
  background: rgb(16, 96, 160);
}


.pro_box {
  padding: .3rem;
  border: 1px solid rgb(213, 224, 232);
  box-sizing: border-box;
  border-top: none;
  display: none;
}

.pro_link {
  color: rgb(16, 96, 160);
  font-size: .18rem;
  font-weight: 400;
}

.pro_link:hover {
  color: rgb(16, 96, 160);
  text-decoration: underline;
}

.pro_circle {
  margin-right: .06rem;
  color: rgb(16, 96, 160);
  font-size: .18rem;
  font-weight: 400;
}

.pro_menu {
  margin-top: -0.15rem;
}

.pro_menu li {
  width: 20%;
  margin-top: .15rem;
}



.pro_kind {
  justify-content: center;
  margin-top: .3rem;
}

.pro_name {
  font-size: .24rem;
  font-weight: 400;
  color: rgb(125, 125, 125);
  position: relative;
  margin: 0 .25rem;
  cursor: pointer;
}

.pro_name:hover {
  color: #1060A0;
}

.pro_name.active {
  color: #1060a0;
  font-weight: 600;
}

.pro_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: .04rem;
  background: rgb(16, 96, 160);
  transform: scaleX(0);
  transition: all 0.4s;
}

.pro_name.active::before {
  transform: scale(1);
}

.pro_name:hover:before {
  transform: scale(1);
}


@media only screen and (max-width: 768px) {
  .pro_menu li {
    width: 25%;
  }

  .search_btn {
    background-size: contain;
  }
}

@media only screen and (max-width: 500px) {
  .pro_select {
    padding: 0;
  }

  .pro_select .left,
  .pro_select .right {
    width: 100%;
  }

  .pro_head {
    height: auto;
    padding: 20px 0;
  }

  .pro_head .layui-input {
    font-size: 12px;
  }

  .pro_search {
    margin-top: 10px;
  }

  .search_input {
    font-size: 12px;
  }

  .pro_menu li {
    width: 50%;
  }

  .pro_link {
    font-size: 12px;
  }

  .pro_title {
    font-size: 14px;
  }

}









/* ==========================================================================
   设备展示
   ========================================================================== */
.equip_head {
  background: linear-gradient(45.00deg, rgb(51, 61, 71) 0%, rgb(13, 28, 44) 100%);
  padding: .75rem 0;
}

.equip_desc {
  font-size: .36rem;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}

.equipment {
  padding: 1rem 0 0;
}

.equip_main {
  padding: 0 1rem;
  margin-bottom: 1.85rem;
}

.equip_container {
  align-items: flex-end;
}

.equip_left {
  width: 33%;
}

.equip_right {
  width: 67%;
}

.equip_area {
  padding: 2rem 0 1.7rem;
  flex-direction: column;
  background: linear-gradient(39.36deg, rgb(16, 96, 160) 28.264%, rgb(15, 67, 110) 113.203%);
}


.equip_img {
  margin-bottom: 1.1rem;
  width: 1.5rem;
  transition: all 1s;
}

.equip_area:hover .equip_img {
  transform: rotateY(360deg);
}

.equip_title {
  color: rgb(255, 255, 255);
  font-size: .36rem;
}

.equip_swiper {
  margin-top: 20px;
  position: relative;
}

.equip_swiper .swiper-button-next:after,
.equip_swiper .swiper-button-prev:after {
  display: none;
}

.equip_swiper .swiper-button-next {
  background: url(../images/arrow02.png) no-repeat center;
  background-size: contain;
  width: .98rem;
  height: .3rem;
  transition: all .3s;
  right: 40%;
  top: auto;
  bottom: -0.55rem;
}

.equip_swiper .swiper-button-prev {
  background: url(../images/arrow01.png) no-repeat center;
  background-size: contain;
  width: .98rem;
  height: .3rem;
  transition: all .3s;
  left: 40%;
  top: auto;
  bottom: -0.55rem;
}

.equip_swiper .swiper-button-next:hover {
  background-image: url(../images/arrow02_b.png);
}

.equip_swiper .swiper-button-prev:hover {
  background-image: url(../images/arrow01_b.png);
}


@media only screen and (max-width: 920px) {
  .equip_main {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {

  .equip_left,
  .equip_right {
    width: 100%;
  }

  .equip_area {
    padding: 20px 0;
  }

  .equip_swiper .swiper-button-next {
    right: 30%;
  }

  .equip_swiper .swiper-button-prev {
    left: 30%;
  }

  .equip_img {
    margin-bottom: 20px;
  }

  .equip_desc {
    font-size: 12px;
  }
}









/* ==========================================================================
   资质认证
   ========================================================================== */
.honor {
  padding: 1rem 0;
}

.honor_main {
  padding: 0 1rem;
}

.honor_msg {
  font-size: .2rem;
  line-height: 2;
  margin-bottom: 1rem;
}

.honor_list {
  justify-content: center;
}

.honor_name {
  font-size: .24rem;
  font-weight: 400;
  color: rgb(125, 125, 125);
  position: relative;
  margin: 0 .2rem;
  cursor: pointer;
}

.honor_name:hover {
  color: #1060A0;
}

.honor_name.active {
  color: #1060a0;
}

.honor_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: .03rem;
  background: rgb(16, 96, 160);
  transform: scaleX(0);
  transition: all 0.4s;
}

.honor_name.active::before {
  transform: scale(1);
}

.honor_name:hover:before {
  transform: scale(1);
}


.honor_column {
  margin: .9rem 0;
}

.honor_swiper {
  position: relative;
}

.honor_swiper .swiper-slide {
  width: 6.85rem;
  filter: blur(2px);
}

.honor_swiper .swiper-slide-active {
  filter: blur(0);
}

.honor_swiper .pic {
  margin: .1rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.honor_swiper .swiper-button-next:after,
.honor_swiper .swiper-button-prev:after {
  display: none;
}

.honor_swiper .swiper-button-next {
  background: url(../images/arrow02.png) no-repeat center;
  background-size: contain;
  width: .98rem;
  height: .3rem;
  transition: all .3s;
  right: 40%;
  top: auto;
  bottom: -0.55rem;
}

.honor_swiper .swiper-button-prev {
  background: url(../images/arrow01.png) no-repeat center;
  background-size: contain;
  width: .98rem;
  height: .3rem;
  transition: all .3s;
  left: 40%;
  top: auto;
  bottom: -0.55rem;
}

.honor_swiper .swiper-button-next:hover {
  background-image: url(../images/arrow02_b.png);
}

.honor_swiper .swiper-button-prev:hover {
  background-image: url(../images/arrow01_b.png);
}

@media only screen and (max-width: 920px) {
  .honor_main {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .honor_swiper .swiper-slide {
    width: 100%;
  }

  .honor_swiper .swiper-button-next {
    right: 30%;
  }

  .honor_swiper .swiper-button-prev {
    left: 30%;
  }

  .honor_swiper .swiper-slide {
    opacity: 0 !important;
    transition: all .4s;
  }

  .honor_swiper .swiper-slide-active {
    opacity: 1 !important;
  }

  .honor_msg {
    font-size: 12px;
  }

  .honor_name {
    margin-bottom: 20px;
  }

  .honor_column {
    margin: 20px 0;
  }
}












/* ==========================================================================
   新闻动态
   ========================================================================== */
.news_head {
  padding: 1rem 0 .7rem;
  background: linear-gradient(39.36deg, rgb(16, 96, 160) 38.897%, rgb(15, 67, 110) 113.041%);
}

.news_swiper {
  padding: 0 1rem;
}

.news_area {
  margin-top: .15rem;
}

.news_date {
  color: rgb(255, 255, 255);
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
}

.news_title {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 2;
  font-weight: 400;
}

.news_main {
  padding: .65rem 0 .4rem;
}

.newsTitle_list {
  justify-content: center;
}

.news_name {
  font-size: .24rem;
  font-weight: 400;
  color: rgb(125, 125, 125);
  position: relative;
  margin: 0 .4rem;
  cursor: pointer;
}

.news_name:hover a {
  color: #1060A0;
}

.news_name.active a {
  color: #1060a0;
}

.news_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: .03rem;
  background: rgb(16, 96, 160);
  transform: scaleX(0);
  transition: all 0.4s;
}

.news_name.active::before {
  transform: scale(1);
}

.news_name:hover:before {
  transform: scale(1);
}


.news_list {
  margin: .7rem 0;
  padding: 0 1rem;
}

.news_list li {
  margin-bottom: .5rem;
}

.news_module {
  background: rgb(246, 248, 251);
  transition: all .3s;
}

.news_left {
  width: 4rem;
}

.news_right {
  width: calc(100% - 4rem);
}

.news_frame {
  box-sizing: border-box;
  padding: .5rem .7rem 0 .6rem;
}

.news_frame .title {
  color: rgb(16, 96, 160);
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}

.news_frame .date {
  color: rgb(125, 125, 125);
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

.news_info {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  color: rgb(125, 125, 125);
  font-size: 14px;
  font-weight: 400;
  margin-top: .25rem;
}

.news_module:hover .news_info {
  color: #1060A0;
}

.news_module:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mouse_box {
  display: flex;
  justify-content: center;
  margin: .5rem 0;
}

.mouse_roll {
  display: flex;
  align-items: center;
}

.loading {
  color: rgb(0, 91, 175);
  font-size: .28rem;
  margin-left: .2rem;
}

.mouse_img {
  opacity: 0;
  animation: myfirst 2.3s infinite;
  -webkit-animation: myfirst 2.3s infinite;
  -moz-animation: myfirst 2.3s infinite;
}

@keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}

@-webkit-keyframes myfirst {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  50% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}



@media only screen and (max-width: 1280px) {
  .news_frame {
    padding: .3rem .7rem 0 .6rem;
  }
}

@media only screen and (max-width: 920px) {

  .news_frame .title,
  .news_title {
    font-size: 14px;
  }

  .news_info,
  .news_frame .date,
  .news_date {
    font-size: 12px;
  }

  .news_list,
  .news_swiper {
    padding: 0;
  }
}

@media only screen and (max-width: 500px) {
  .news_name {
    margin: 0 10px;
  }

  .news_left {
    width: 100%;
  }

  .news_right {
    width: 100%;
  }

  .news_frame {
    padding: 10px 20px 15px;
  }
}










/* ==========================================================================
   新闻详情
   ========================================================================== */
.newsdetails {
  margin-top: .45rem;
}

.nd_left {
  width: calc(100% - 4.8rem);
  float: left;
}

.nd_right {
  float: right;
  width: 4.15rem;
  box-sizing: border-box;
}

.nd_area {
  border-bottom: 1px solid #e5e8ef;
  box-sizing: border-box;
  padding-bottom: .39rem;
}

.nd_title {
  color: rgb(0, 0, 0);
  font-size: .24rem;
  font-weight: 400;
  text-align: center;
}

.nd_intro {
  font-size: .16rem;
  color: #555555;
  margin-top: .24rem;
  text-align: center;
}

.nd_main {
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #555555;
  line-height: .32rem;
  padding: .5rem .6rem;
  box-sizing: border-box;
}

.nd_main img {
  margin: .05rem 0;
}

.nd_toolbar {
  border-top: 1px solid #e5e8ef;
  padding: .3rem .6rem;
  align-items: center;
  justify-content: space-between;
}

.tool_left {
  width: calc(100% - 1.6rem);
}

.tool_right {
  flex-wrap: nowrap;
  width: 1.58rem;
}

.tool_toggle {
  font-size: .16rem;
  font-weight: 400;
  color: var(--primary);
  line-height: .32rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.back_btn {
  width: 1.58rem;
  height: .53rem;
  font-size: .18rem;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: linear-gradient(180.00deg, rgba(0, 104, 183, 0.95), rgba(0, 104, 183, 0.85) 100%);
}

.back_btn:hover {
  color: #fff;
}

.top_btn {
  margin-left: .2rem;
}


/*  */
.gdtj {
  background: linear-gradient(180.00deg, rgba(0, 104, 183, 0.95), rgba(0, 104, 183, 0.85) 100%);
  height: .71rem;
  width: 100%;
  border-radius: .09rem;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: .24rem;
  font-weight: 400;
}

.gdtj_list {
  margin: .37rem .49rem 0 .28rem;
  border-left: 1px solid rgb(229, 232, 239);
  padding-bottom: .5rem;
}

.gdtj_list li {
  margin-bottom: .2rem;
}

.gdtj_date {
  color: rgb(85, 85, 85);
  font-size: .16rem;
  line-height: .32rem;
  position: relative;
  padding-left: .3rem;
}

.gdtj_date::before {
  content: "";
  position: absolute;
  left: -0.03rem;
  top: 50%;
  transform: translateY(-50%);
  width: .03rem;
  height: .16rem;
  background: var(--primary);
}

.gdtj_title {
  color: rgb(0, 0, 0);
  font-size: .16rem;
  line-height: .32rem;
  padding-left: .3rem;
}

.gdtj_title:hover {
  color: var(--primary);
}


@media only screen and (max-width: 920px) {
  .nd_right {
    display: none;
  }

  .nd_left {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .nd_main {
    padding: 20px 30px;
  }
}

@media only screen and (max-width: 500px) {
  .nd_main {
    padding: 20px 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .nd_toolbar {
    margin-top: 0;
  }

  .tool_left {
    width: 100%;
  }

  .tool_right {
    margin-top: 10px;
  }

  .nd_toolbar {
    flex-wrap: wrap;
  }

  .nd_toolbar {
    padding: 20px 0;
  }

  .tool_toggle {
    font-size: 12px;
    line-height: 2;
  }
}












/* ==========================================================================
   联系我们
   ========================================================================== */
.contact {
  align-items: center;
}

.contact_left {
  width: calc(100% - 10.2rem);
}

.contact_right {
  width: 10.2rem;
}

.contact_module {
  padding: 0 .5rem 0 3rem;
}

.contact_img {
  width: .38rem;
  flex-shrink: 0;
}

.contact_area {
  margin-left: .2rem;
}

.contact_title {
  color: rgb(16, 96, 160);
  font-size: .36rem;
  font-weight: 400;
}

.contact_list {
  margin-top: .5rem;
}

.contact_list li:not(:last-of-type) {
  margin-bottom: .5rem;
}

.contact_box {
  align-items: center;
  flex-wrap: nowrap;
}

.contact_txt1 {
  color: rgb(16, 96, 160);
  font-size: .2rem;
  font-weight: 400;
}

.contact_txt2 {
  color: rgb(16, 96, 160);
  font-size: .24rem;
  font-weight: 400;
}


.consult {
  padding: 1.2rem 3rem;
  background: rgb(246, 248, 251);
}

.consult_main {
  margin-top: .4rem;
}

.consult_list {
  margin-left: -.5rem;
}

.consult_list li {
  width: calc(25% - .5rem);
  margin-left: .5rem;
}

.consult_main .layui-form-label {
  float: none;
  width: auto;
  text-align: left;
  padding: 8px 0;
}

.consult_main .layui-input-block {
  margin-left: 0;
}

.button_box {
  justify-content: flex-end;
  margin-top: .3rem;
}

.yzm_box {
  align-items: center;
}

.yzm_input {
  width: 2.9rem;
  height: .5rem;
  line-height: .5rem;
  border: 1px solid rgb(216, 218, 231);
  box-sizing: border-box;
  background-color: #fff;
  font-size: .18rem;
  padding-left: .2rem;
}

.submit_btn {
  border: 0;
  outline: none;
  background: rgb(16, 96, 160);
  width: 2.9rem;
  height: .5rem;
  color: rgb(255, 255, 255);
  font-size: .18rem;
  font-weight: 400;
  margin-left: .5rem;
}

.submit_btn:active {
  background: rgba(0, 91, 175, .8);
}

@media only screen and (max-width: 1680px) {
  .contact_module {
    padding: 0 .5rem;
  }

  .consult {
    padding: 1rem .5rem;
  }
}

@media only screen and (max-width: 920px) {
  .contact_right {
    width: 60%;
  }

  .contact_left {
    width: 40%;
  }

  .consult_list li {
    width: calc(50% - .5rem);
  }

}

@media only screen and (max-width: 768px) {
  .yzm_input {
    height: 38px;
    line-height: 38px;
    font-size: 12px;
  }

  .submit_btn {
    height: 38px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 500px) {
  .contact_right {
    width: 100%;
  }

  .contact_left {
    width: 100%;
  }

  .contact_module {
    padding: 20px;
  }

  .consult_list li {
    width: 100%;
  }

  .submit_btn {
    margin-top: 20px;
  }
}








/* ==========================================================================
   投资者关系
   ========================================================================== */
.investor_head {
  padding: .95rem 0;
  background: linear-gradient(39.36deg, rgb(16, 96, 160) 39.811%, rgb(15, 67, 110) 113.027%);
}

.invHead_list {
  justify-content: space-between;
}

.inv_img {
  width: .94rem;
}

.invHead_area {
  margin-left: .35rem;
  color: #fff;
  line-height: 2;
}

.invHead_txt1 {
  font-size: .24rem;
}

.invHead_txt2 {
  font-size: .36rem;
}



.investor_main {
  padding: .7rem 0 .8rem;
}

.invTitle_list {
  justify-content: center;
}

.inv_name {
  font-size: .24rem;
  font-weight: 400;
  color: rgb(125, 125, 125);
  position: relative;
  margin: 0 .4rem;
  cursor: pointer;
}

.inv_name:hover a {
  color: #1060A0;
}

.inv_name.active a {
  color: #1060a0;
}

.inv_name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.15rem;
  width: 100%;
  height: .03rem;
  background: rgb(16, 96, 160);
  transform: scaleX(0);
  transition: all 0.4s;
}

.inv_name.active::before {
  transform: scale(1);
}

.inv_name:hover:before {
  transform: scale(1);
}

.investor_module {
  margin-top: .7rem;
  background: rgb(246, 248, 251);
  padding: .75rem 0;
}

.investor_left {
  width: 20%;
}

.investor_right {
  width: 80%;
}

.inv_year {
  font-size: .24rem;
  line-height: .3rem;
  font-weight: 400;
  color: rgb(125, 125, 125);
  cursor: pointer;
  text-align: center;
  margin: 0 0 .2rem;
}

.inv_year:hover {
  color: #1060A0;
}

.inv_year.inv_on {
  color: #1060A0;
  font-weight: 600;
}

.inv_item {
  padding: 0 .85rem;
}

.download_box {
  background: #fff;
  align-items: center;
  flex-wrap: nowrap;
  box-sizing: border-box;
  border: 1px solid rgb(217, 217, 221);
}

.download_date {
  width: 1.52rem;
  height: .58rem;
  background: rgb(16, 96, 160);
  color: rgb(255, 255, 255);
  font-size: .18rem;
  flex-shrink: 0;
}

.download_title {
  color: rgb(125, 125, 125);
  font-size: .18rem;
  padding-left: .35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.download_title:hover {
  color: var(--primary);
}

.download_btn {
  flex-shrink: 0;
  margin-left: auto;
  padding: 0 .35rem;
  font-size: 14px;
  color: rgb(16, 96, 160);
}

.download_btn img {
  margin-right: .1rem;
}

.download_list li {
  margin-bottom: .25rem;
}


@media only screen and (max-width: 920px) {
  .inv_item {
    padding: 0 20px;
  }

  .investor_right,
  .investor_left {
    width: 100%;
  }

  .invYear_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }

  .inv_year {
    margin: 0 20px 10px;
  }
}

@media only screen and (max-width: 768px) {
  .inv_year {
    font-size: 14px;
  }
}

@media only screen and (max-width: 500px) {
  .invHead_list li {
    margin-bottom: 20px;
  }

  .investor_head {
    padding: 30px 0 10px;
  }

  .investor_module {
    padding: 30px 0;
  }

  .download_btn {
    font-size: 12px;
    order: 2;
  }

  .download_box {
    flex-wrap: wrap;
  }

  .download_title {
    width: 100%;
    font-size: 12px;
    padding-left: 0;
    order: 3;
    overflow: initial;
    text-overflow: clip;
    white-space: wrap;
    margin: 5px;
  }

  .inv_down{
    margin-top: 10px;
  }
}


