@charset "utf-8";

/* 开始 */
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
}

.hadbox-sec1 .gt .lange {
  position: initial;
}
.g_lan .g_lan_nr {
  line-height: 1.5;
  color: #333;
  height: auto;
}
.g_lan .g_lan_box {
  min-height: 4.75rem;
  max-height: ;
  padding: 0.64rem 0;
}
.g_lan .g_lan_box .container .gtit {
  padding-bottom: 0.35rem;
  border-bottom: 1px solid #e8e8e8;
}
.g_lan .g_lan_box .container .g_lan_con {
  padding-top: 0.28rem;
  display: flex;
  flex-wrap: wrap;
}
.g_lan .g_lan_box .container .g_lan_con .item {
  border: none;
  line-height: 1.5;
  margin-bottom: 0.3rem;
  width: 20%;
  display: flex;
  align-items: center;
}
.g_lan .g_lan_box .container .g_lan_con .item img {
  width: 36px;
  height: 24px;
  margin-right: 0.11rem;
}
.g_lan .hadbot_jut {
  height: 100px;
  width: 100%;
  background: url(../images/coloedfdfbag1.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1580px) {
  .g_lan .hadbot_jut {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .g_lan .hadbot_jut {
    display: none;
  }
}
.g_lan .hadbot_jut .container {
  height: 100%;
}
.g_lan .hadbot_jut .container .cont {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-left: 0.38rem;
  color: #fff;
}
.g_lan .hadbot_jut .container .cont .fz_lt {
  display: flex;
}
.g_lan .hadbot_jut .container .cont .fz_lt .font {
  margin-right: 1rem;
}
.g_lan .hadbot_jut .container .cont .fz_lt .font .name {
  line-height: 1;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 10px;
}
@media (max-width: 1580px) {
  .g_lan .hadbot_jut .container .cont .fz_lt .font .name {
    font-size: 12px;
  }
}
.g_lan .hadbot_jut .container .cont .fz_lt .font .tel {
  line-height: 0.8;
  font-size: 24px;
}
@media (max-width: 1580px) {
  .g_lan .hadbot_jut .container .cont .fz_lt .font .tel {
    font-size: 22px;
  }
}
.g_lan .hadbot_jut .container .cont .fz_lt .fz_bt {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  background-color: #fff;
  width: 150px;
  color: #003686;
  transition: all 0.3s linear;
  font-size: 16px;
  height: 50px;
}
@media (max-width: 1580px) {
  .g_lan .hadbot_jut .container .cont .fz_lt .fz_bt {
    width: 130px;
    font-size: 14px;
    height: 45px;
  }
}
.g_lan .hadbot_jut .container .cont .fz_lt .fz_bt i {
  display: block;
  width: 20px;
  margin-right: 20px;
  overflow: hidden;
}
.g_lan .hadbot_jut .container .cont .fz_lt .fz_bt i img,
.g_lan .hadbot_jut .container .cont .fz_lt .fz_bt i svg {
  width: 100%;
  float: left;
}
.g_lan .hadbot_jut .container .cont .fz_lt .fz_bt i img path,
.g_lan .hadbot_jut .container .cont .fz_lt .fz_bt i svg path {
  fill: #003686;
}
.g_lan .hadbot_jut .container .cont .fz_lt .fz_bt:hover {
  background-color: #d40400;
  color: #fff;
}
.g_lan .hadbot_jut .container .cont .fz_lt .fz_bt:hover i svg path {
  fill: #fff;
}
.g_lan .hadbot_jut .container .cont .close {
  display: flex;
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
}
@media (max-width: 1580px) {
  .g_lan .hadbot_jut .container .cont .close {
    font-size: 16px;
  }
}
.g_lan .hadbot_jut .container .cont .close i {
  display: block;
  overflow: hidden;
  width: 24px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 20px;
}
.g_lan .hadbot_jut .container .cont .close i img,
.g_lan .hadbot_jut .container .cont .close i svg {
  width: 100%;
  float: left;
}
.g_lan .hadbot_jut .container .cont .close:hover i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.ghadsolution {
  line-height: 1.5;
  color: #333;
  display: flex;
  padding: 66px 0;
}
.ghadsolution .gl {
  width: 25.5%;
  padding-right: 100px;
}
.ghadsolution .gl .txt p {
  margin-top: 10px;
  color: #999;
}
.ghadsolution .gl .more {
  margin-top: 34px;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .ghadsolution .gl .more {
    margin-top: 50px;
  }
}
.ghadsolution .gl .more .more_a {
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  color: #3971ad;
  transition: all ease-out 0.3s;
}
.ghadsolution .gl .more .more_a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #3971ad;
  transition: all ease-out 0.3s;
  height: 20px;
}
@media (max-width: 1580px) {
  .ghadsolution .gl .more .more_a span {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
.ghadsolution .gl .more .more_a span img,
.ghadsolution .gl .more .more_a span svg {
  float: left;
  width: 30%;
}
.ghadsolution .gl .more .more_a span img path,
.ghadsolution .gl .more .more_a span svg path {
  fill: #fff;
}
.ghadsolution .gr {
  width: 74.5%;
  display: flex;
  justify-content: space-between;
}
.ghadsolution .gr .gleft {
  width: 49.4966443%;
  position: relative;
}
.ghadsolution .gr .gleft::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 220px ;
  bottom: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(to top, #fff 20.45%, hsla(0, 0%, 100%, 0));
}
.ghadsolution .gr .gleft .gleft_box {
  max-height: 500px;
  overflow: auto;
  direction: rtl;
  padding: 0 145px 100px 60px;
}
.ghadsolution .gr .gleft .gleft_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ghadsolution .gr .gleft .gleft_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ghadsolution .gr .gleft .gleft_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fafafa;
}
.ghadsolution .gr .gleft .gleft_box .gleft_con {
  direction: ltr;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ghadsolution .gr .gleft .gleft_box .gleft_con a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.4s;
  padding: 12px 20px 12px 33px;
}
.ghadsolution .gr .gleft .gleft_box .gleft_con a.on {
  background: #004896;
}
.ghadsolution .gr .gleft .gleft_box .gleft_con a.on p {
  color: #fff;
}
.ghadsolution .gr .gleft .gleft_box .gleft_con a.on i {
  opacity: 1;
}
.ghadsolution .gr .gleft .gleft_box .gleft_con a p {
  color: #999999;
  transition: all 0.4s;
}
.ghadsolution .gr .gleft .gleft_box .gleft_con a i {
  transition: all 0.4s;
  opacity: 0;
  margin-left: 20px;
  flex-shrink: 0;
  display: flex;
  width: 8px;
  height: auto;
}
.ghadsolution .gr .gleft .gleft_box .gleft_con a i svg,
.ghadsolution .gr .gleft .gleft_box .gleft_con a i img {
  width: 100%;
  height: auto;
}
.ghadsolution .gr .gleft .gleft_box .gleft_con a i svg path,
.ghadsolution .gr .gleft .gleft_box .gleft_con a i img path {
  fill: #fff;
}
.ghadsolution .gr .gright {
  width: 50.5033557%;
}
.ghadsolution .gr .gright .git {
  display: none;
}
.ghadsolution .gr .gright .git:first-child {
  display: block;
}
.ghadsolution .gr .gright .git:hover .public-img img {
  transform: scale(1.05);
}
.ghadsolution .gr .gright .git:hover .txt h3 {
  color: #3971ad !important;
}
.ghadsolution .gr .gright .git .public-img:before {
  padding-top: 50.83333333%;
}
.ghadsolution .gr .gright .git .txt {
  margin-top: 18px;
}
.ghadsolution .gr .gright .git .txt h3 {
  transition: all 0.4s;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3.5em;
}
.ghadsolution .gr .gright .git .txt .more {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1580px) {
  .ghadsolution .gr .gright .git .txt .more {
    margin-top: 50px;
  }
}
.ghadsolution .gr .gright .git .txt .more .more_a {
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  color: #3971ad;
  transition: all ease-out 0.3s;
}
.ghadsolution .gr .gright .git .txt .more .more_a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-left: 10px;
  border-radius: 50%;
  background-color: #3971ad;
  transition: all ease-out 0.3s;
  height: 20px;
}
@media (max-width: 1580px) {
  .ghadsolution .gr .gright .git .txt .more .more_a span {
    width: 18px;
    height: 18px;
    margin-left: 8px;
  }
}
.ghadsolution .gr .gright .git .txt .more .more_a span img,
.ghadsolution .gr .gright .git .txt .more .more_a span svg {
  float: left;
  width: 30%;
}
.ghadsolution .gr .gright .git .txt .more .more_a span img path,
.ghadsolution .gr .gright .git .txt .more .more_a span svg path {
  fill: #fff;
}
.hadbox-sec1 .gt .m-hshare .m-wx i svg path,.hadbox-sec1 .gt .m-hshare .m-wb i svg path{fill: #fff;}

.hadbox2 .hadbox-sec1 .gt .m-hshare .m-wx i svg path,.hadbox:hover .hadbox-sec1 .gt .m-hshare .m-wx i svg path{fill: rgb(36, 219, 90);}
.hadbox2 .hadbox-sec1 .gt .m-hshare .m-wb i svg path,.hadbox:hover .hadbox-sec1 .gt .m-hshare .m-wb i svg path{fill: rgb(245, 100, 103);}


.hadbox-sec1 .gt .m-hshare .m-wx i,.hadbox-sec1 .gt .m-hshare .m-wb i{width:30px;}
.m-wx,.m-wb{margin-right: 1rem;position: relative;padding-right: 0.5rem;}

.m-wx::after,.m-wb::after {
background: #fff;
content: '';
width: 1px;
height: 25px;
margin: 0 0 0 1rem;
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
}
.hadbox2 .hadbox-sec1 .gt .m-hshare .m-wx::after,.hadbox2 .hadbox-sec1 .gt .m-hshare .m-wb::after{
  background: #ddd;}
