.f28 {
  font-size: 28px;
}
@media only screen and (min-width: 1400px){
.wrap {
  max-width: 1600px;
  margin: 0 auto;
}
}

@media screen and (max-width: 1410px){
.wrap {
  max-width: 1300px;
  margin: 0 auto;
}
}


.layui-btn, .layui-edge, .layui-inline, img {
  vertical-align: middle;
}
.rbtn {
  position: relative;
  display: block;
  padding: 0 46px 0 0;
  text-align: center;
  /*overflow: hidden;*/ line-height: 18px;
  height: 27px;
  border-bottom: 1px solid #828383;
  font-size: 1.8rem;
  color: #666;
}
.rbtn:hover::after {
  transform: rotate(45deg);
  right: 2px;
  top: 5px;
  background-image: url(../images/i_pic2_on.png);
}
.rbtn:hover {
  color: #507ee5;
}
.rbtn:before {
  content: "";
  bottom: -1px;
  left: 0;
  position: absolute;
  width: 0;
  height: 1px;
  background: #507ee5;
  z-index: 1;
  transition: all 1s;
}
.rbtn:hover:before {
  width: 100%;
}
.rbtn input, .rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 2;
  width: 9px;
  height: 10px;
  /* background: rgba(255,255,255,0.1);*/
  background: url(../images/i_pic2.png) right top 0 no-repeat;
  background-size: 100% 100%;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.i_title {
  text-align: center;
  margin-top: 6.3%;
  line-height: 1.2;
  color: #222;
  font-weight: bold;
}
.i_product {
  overflow: hidden;
  margin-top: 3%;
  margin-bottom: 6%;
}
.i_product ul li {
  float: left;
  overflow: hidden;
  width: 49.4%;
  max-width: 830px;
}
.i_product ul li:nth-child(2n) {
  float: right;
}
.i_product ul li .boxs {
  background: #f0f4f7;
  border-radius: 10px;
  margin-bottom: 2.4%;
}
.i_product ul li .boxs2 {
  background: #f0f4f7;
  border-radius: 10px;
  margin-bottom: 2.4%;
  text-align: center;
}
.i_product ul li .cons {
  width: 94%;
  margin: 0 auto;
  max-width: 740px;
}
.i_product ul li .txt {
  float: left;
  overflow: hidden;
  max-width: 330px;
  width: 46.37%;
  padding-top: 64px;
  padding-bottom: 64px;
}
.i_product ul li .boxs2 .txt {
  float: none;
  max-width: none;
  width: 100%;
  padding-bottom: 30px;
}
.i_product ul li .imgs {
  float: right;
  width: 51.63%;
  position: relative;
  max-width: 380px;
}
.i_product ul li .boxs .imgs { /* padding-top:48.65%;*/ padding-top: 360px;
}
.i_product ul li .boxs2 .imgs {
  float: none;
  width: 62.2%;
  max-width: none;
  margin: 0 auto;
  margin-bottom: 30px; /*padding-top:33.79%;*/ padding-top: 251px;
}
.i_product ul li .imgs img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  transition-delay: 0.3s;
}
.i_product ul li .boxs:hover .imgs img, .i_product ul li .boxs2:hover .imgs img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.i_product ul li .txt .h3 {
  font-weight: bold;
  color: #333333;
  line-height: 32px;
  height: 64px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}
.i_product ul li .boxs2 .txt .h3 {
  height: 32px;
  -webkit-line-clamp: 1;
}
.i_product ul li .boxs:hover .txt .h3, .i_product ul li .boxs2:hover .txt .h3 {
  color: #507ee5;
}
.i_product ul li .txt .p {
  font-size: 18px;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #666666;
  margin-top: 17px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.i_product ul li .boxs2 .txt .p {
  margin-top: 10px;
}
.i_product ul li .txt .rbtn {
  float: left;
  margin-top: 80px;
}
.i_product ul li .boxs2 .txt .rbtn {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 12px;
}
.i_product ul li .boxs:hover .txt .rbtn, .i_product ul li .boxs2:hover .txt .rbtn {
  color: #507ee5;
}
.i_product ul li .boxs .txt .rbtn:before, .i_product ul li .boxs2 .txt .rbtn:before {
  background: #507ee5;
}
.i_product ul li .boxs:hover .txt .rbtn:before, .i_product ul li .boxs2:hover .txt .rbtn:before {
  width: 100%;
}
.i_product ul li .boxs:hover .txt .rbtn:after, .i_product ul li .boxs2:hover .txt .rbtn:after { /*background-image:url(../images/i_pic2_on.png);*/ transform: rotate(45deg);
  right: 2px;
  top: 5px;
  background-image: url(../images/i_pic2_on.png);
}
.i_product ul li:first-child .boxs:last-child {
  padding-top: 70px;
  padding-bottom: 70px;
}
.f138 {
  font-size: 138px;
}
.f126 {
  font-size: 126px;
}
.f120 {
  font-size: 120px;
}
.f116 {
  font-size: 116px;
}
.f92 {
  font-size: 92px;
}
.f70 {
  font-size: 70px;
}
.f64 {
  font-size: 64px;
}
.f62 {
  font-size: 62px;
}
.f60 {
  font-size: 50px;
}
.f59 {
  font-size: 59px;
}
.f56 {
  font-size: 56px;
}
.f55 {
  font-size: 55px;
}
.f52 {
  font-size: 52px;
}
.f50 {
  font-size: 50px;
}
.f48 {
  font-size: 48px;
}
.f46 {
  font-size: 46px;
}
.f44 {
  font-size: 44px;
}
.f42 {
  font-size: 42px;
}
.f40 {
  font-size: 40px;
}
.f38 {
  font-size: 38px;
}
.f36 {
  font-size: 36px;
}
.f34 {
  font-size: 34px;
}
.f32 {
  font-size: 32px;
}
.f30 {
  font-size: 30px;
}
.f28 {
  font-size: 28px;
}
.f26 {
  font-size: 26px;
}
.f25 {
  font-size: 25px;
}
.f24 {
  font-size: 24px;
}
.f22 {
  font-size: 22px;
}
.f20 {
  font-size: 20px;
}
.f18 {
  font-size: 18px;
}
.c_l {
  clear: both;
  font-size: 0;
  overflow: hidden;
}
.container01 {
  padding: 3.375rem 0 0;
}
.container01 .content {}
.container01 .title {
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  margin-bottom: 3.75rem;
}
.container01 .title h4 {
  display: inline-block;
  margin: 0 auto;
  width: 20.5rem;
  height: 1rem;
  border-bottom: #d5d5d6 1px solid
}
.container01 .title h4 div {
  display: inline-block;
  margin: 0 auto;
  width: 13.375rem;
  height: 2rem;
  background: #fff;
}
.container01 .title span {
  display: inline-block;
  font-size: 1.125rem;
  color: #18389d;
  font-weight: bold;
  vertical-align: top;
  margin: 0 0.2rem
}
.container01 .title small {
  display: inline-block;
  font-size: 1.25rem;
  color: #757576;
  text-transform: uppercase;
  vertical-align: top;
  margin: 0 0.2rem
}
@media only screen and (min-width: 1400px) {
  .container01 ul li {
    margin-right: 12px;
      width: 31.95%;
  }
}
@media screen and (max-width: 1410px) {
  .container01 ul li {
    margin-right: 22px;
    width: 21.8%;
    margin-left: 22px;
  }
}
.container01 ul li:nth-child(3) {
  margin-right: 0px
}
.container01 ul li:nth-child(6) {
  margin-right: 0px
}
@media only screen and (min-width: 1400px) {
  .container01 ul li img {
    width: 100%;
    height: 350px;
	  object-fit:cover;
  }
}
@media screen and (max-width: 1410px) {
  .container01 ul li img {
    width: 100%;
    height: 250px;
  }
}
.container01 ul li h3 {
  text-align: center;
}
.container01 ul li .con {
  padding: 0.875rem 0;
  height: 9.375rem;
  background: #fff;
  text-align: center;
  position: relative;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.container01 ul li .con:before {
  content: '';
  width: 3.5rem;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 0;
  left: 50%;
  margin-left: -1.75rem;
  background: #18389d;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out
}
.container01 ul li .con .yuan {
  display: table;
  width: 3.1875rem;
  height: 3.1875rem;
  line-height: 3.1875rem;
  text-align: center;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#0C688AB9', endColorstr='#0C688AB9');
  background: rgba(104, 138, 185, 0.05);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 0.875rem;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
.container01 ul li .con .yuan_li {
  display: table-cell;
  vertical-align: middle;
}
.container01 ul li .con .yuan_li small {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  background: #ced8e5;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 1rem;
  color: #18389d;
  margin-top: 0.37rem
}
.container01 ul li .con h6 {
  font-size: 0.75rem;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.container01 ul li .con h5 {
  font-size: 20px;
  color: #404c63;
}
.container01 .miso-prev, .miso-next {}
.container01 .miso-prev {
  width: 20px;
  height: 35px;
  background: url(../images/container01_left.png) center no-repeat;
  left: -37px;
}
.container01 .miso-next {
  width: 20px;
  height: 35px;
  background: url(../images/container01_right.png) center no-repeat;
  right: -37px;
}
.container01 .bottom {
  margin-top: -9.375rem;
  padding-top: 13.4375rem;
  text-align: center;
  padding-bottom: 4.6875rem
}
.container01 .bottom a {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  -moz-border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  border-radius: 1.25rem;
  width: 12.875rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 18px;
  color: #000000;
  border: #d2d3d7 1px solid;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
}
/* Slider */
.miso-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}
.miso-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}
.miso-list:focus {
  outline: none
}
.miso-list.dragging {
  cursor: hand
}
.miso-slider.miso-track, .miso-slider.miso-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.miso-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}
.miso-track:before, .miso-track:after {
  content: "";
  display: table
}
.miso-track:after {
  clear: both
}
.miso-loading.miso-track {
  visibility: hidden
}
.miso-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}
[dir="rtl"].miso-slide {
  float: right
}
.miso-slide img {
  display: block
}
.miso-slide.miso-loading img {
  display: none
}
.miso-slide.dragging img {
  pointer-events: none
}
.miso-initialized .miso-slide {
  display: block
}
.miso-loading.miso-slide {
  visibility: hidden
}
.miso-vertical.miso-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}
.miso-prev, .miso-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none
}
.miso-prev:hover, .miso-next:hover, .miso-prev:focus, .miso-next:focus {
  outline: none;
  background: transparent;
  color: transparent
}
.miso-prev:hover:before, .miso-next:hover:before, .miso-prev:focus:before, .miso-next:focus:before {
  opacity: 1
}
.miso-prev.miso-disabled:before, .miso-next.miso-disabled:before {
  opacity: 0.25
}
.miso-prev:before, .miso-next:before {
  font-family: "FontAwesome";
  font-size: 20px;
  line-height: 1;
  color: #0e90d2;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.miso-prev {
  left: -25px
}
[dir="rtl"].miso-prev {
  left: auto;
  right: -25px
}
.miso-prev:before {
  content: ""
}
[dir="rtl"].miso-prev:before {
  content: ""
}
.miso-next {
  right: -25px
}
[dir="rtl"].miso-next {
  left: -25px;
  right: auto
}
.miso-next:before {
  content: ""
}
[dir="rtl"].miso-next:before {
  content: ""
}
.miso-slider {}
.miso-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.miso-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}
.miso-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer
}
.miso-dots li button:hover, .miso-dots li button:focus {
  outline: none
}
.miso-dots li button:hover:before, .miso-dots li button:focus:before {
  opacity: 1
}
.miso-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 32px;
  line-height: 20px;
  text-align: center;
  color: #0e90d2;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.miso-dots li.miso-active button:before {
  color: #0e90d2;
  opacity: 0.75
}
.miso-slide:focus, .miso-slide a:focus {
  outline: none !important;
}
.container01 ul li:hover .con {
  background: #404c63;
}
.container01 ul li:hover .con .yuan {
  margin-top: -2.5rem;
  margin-bottom: 1.875rem
}
.container01 ul li:hover .con:before {
  height: 2px;
  width: 100%;
  left: 50%;
  margin-left: -50%;
}
.container01 ul li:hover .con h6, .container01 ul li:hover .con h5 {
  color: #fff
}
.container01 .bottom a:hover {
  background: #404c63;
  border: #404c63 1px solid;
  color: #fff;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.container01 ul li:hover .con .yuan {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#72F7F8FB', endColorstr='#72F7F8FB');
  background: rgba(247, 248, 251, 0.45);
}
.container01 ul li:hover .con .yuan_li small {
  background: #18389d;
  color: #fff
}
@media only screen and (min-width: 1400px) {
  .btn {
    display: block;
    margin: 0 auto 15px;
    width: 280px;
    height: 59px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn .btn_in {
    display: inline-block;
    padding-right: 24px;
    height: 100%;
    line-height: 50px;
    background: url('../image/btn_icon.png') no-repeat center right;
    font-size: 15px;
    color: #000;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 1410px) {
  .btn {
    display: block;
    margin: 0 auto 55px;
    width: 240px;
    height: 59px;
 
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn .btn_in {
    display: inline-block;
    padding-right: 24px;
    height: 100%;
    line-height: 50px;
    background: url('../image/btn_icon.png') no-repeat center right;
    font-size: 13px;
    color: #000;
    text-transform: capitalize;
  }
}
.Anlify-btn a {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background-color: #222;
}
.Anlify-btn a span {
  display: block;
  height: 4px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 28px;
  margin: 0 auto;
}
.Anlify-btn a span::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.Anlify-btn a span::after {
  content: '';
  display: block;
  width: 21px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.3s ease-in-out;
}
.Anlify-btn a span + span {
  margin-top: 5px;
}
.Anlify-btn a:hover {
  background-color: #06348b;
  animation: headShake 1.2s;
}
.Anlify-btn a:hover span::before {
  width: 28px;
}
.Anlify-btn a:hover span::after {
  width: 0px;
  background-color: transparent;
  right: 100%;
}
.pageBanner {
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pageBanner .banner-box {
  width: 100%;
  height: 385px;
  display: flex;
}
.pageBanner .banner-box .img {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
.pageBanner .banner-box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pageBanner .banner-box .text {
  position: absolute;
  padding: 150px 50px 70px 50px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  width: 100%;
  text-align: center;
  color: #fff;
}
.pageBanner .banner-box .text .title {
  font-size: 46px;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.pageBanner .banner-box .text .summary {
  font-size: 18px;
  opacity: 0.4;
}
.bgbg {
  background: #fcfcfc;
}
.pagePadding {
  padding: 80px 0 100px;
}
/*新闻资讯*/
.news-box2 {
  padding-top: 100px;
}
.news-box2.news-box1 .news-box {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 50px 90px;
}
.news-box2.news-box1 .news-box .item {
  padding: 25px;
}
.news-box2.news-box1 .news-box .item .text-top .title {
  line-height: 1.4;
  color: var(--dominant-color);
}
.news-box2.news-box1 .news-box .item .text-bottom .imgBox {
  flex-basis: 340px;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}
.news-box2.news-box1 .news-box .item .text-bottom .summary {
  flex-basis: calc(100% - 370px);
  font-size: 18px;
  line-height: 1.6;
}
.news-box2.solution .section {
  max-width: 1530px;
}
.news-box2.solution .news-box {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 50px 90px;
}
.news-box2.solution .news-box .item {
  padding: 25px;
}
.news-box2.solution .news-box .item .text-top .title {
  font-weight: 600;
  font-size: 32px;
  line-height: 1.4;
  color: var(--dominant-color);
}
.news-box2.solution .news-box .item .text-bottom .imgBox {
  flex-basis: 560px;
  height: 320px;
  border-radius: 0;
  overflow: hidden;
}
.news-box2.solution .news-box .item .text-bottom .summary {
  flex-basis: calc(100% - 640px);
  font-size: 18px;
  line-height: 1.6;
}
.news-box2.solution .news-box .item .text-bottom .summary .more {
  margin-top: 40px;
}
.news-box2 .news-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
  margin: auto;
  padding-bottom: 30px;
}
.news-box2 .news-box .item {
  transition: all 0.5s;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 32px 3px rgba(0, 0, 0, 0.03);
}
.news-box2 .news-box .item .text-top .time {
  color: #bbbec2;
  font-size: 16px;
}
.news-box2 .news-box .item .text-top .title {
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  margin: 15px 0;
}
.news-box2 .news-box .item .text-bottom {
  display: flex;
  justify-content: space-between;
}
.news-box2 .news-box .item .text-bottom .imgBox {
  flex-basis: 300px;
  height: 180px;
  border-radius: 10px;
  overflow: hidden;
}
.news-box2 .news-box .item .text-bottom .summary {
  flex-basis: calc(100% - 350px);
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.news-box2 .news-box .item .text-bottom .summary .summary-box {
  overflow: hidden;
}
.news-box2 .news-box .item .text-bottom .summary .more {
  color: var(--dominant-color);
  border-bottom: 1px solid var(--dominant-color);
  display: inline-block;
  margin-top: 15px;
  font-size: 16px;
}
.news-box2 .news-box .item:hover {
  transform: translateY(-10px);
}
.news-box2 .news-box .item:hover .text-top .title {
  color: var(--dominant-color);
}
.news-detail {
  max-width: 1600px;
  width: 90%;
  margin: 90px auto 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.news-detail .news-detail-container {
  flex-basis: calc(100% - 200px);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.news-detail .news-detail-container .news-detail-title {
  margin-bottom: 60px;
}
.news-detail .news-detail-container .news-detail-title .title {
  font-size: 34px;
  font-family: CenturyGothicBlod;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.4;
}
.news-detail .news-detail-container .news-detail-title .item-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.news-detail .news-detail-container .news-detail-title .item-list .item {
  font-size: 16px;
  color: #999;
}
.news-detail .news-detail-container .news-detail-box {
  font-size: 16px;
  color: #333;
  line-height: 2.2;
  min-height: 300px;
  padding-bottom: 80px;
}
.news-detail .news-detail-container .news-detail-box img {
  max-width: 100% !important;
  height: auto !important;
  width: 100% !important;
}
.news-detail .news-share {
  width: 150px;
  margin-top: 20px;
}
.news-detail .news-share .title {
  font-size: 16px;
  margin-bottom: 26px;
}
.news-detail .news-share .item-box {
  display: flex;
  justify-content: space-between;
}
.news-detail .news-share .item-box .item {
  cursor: pointer;
  position: relative;
}
.news-detail .news-share .item-box .item .fab {
  font-size: 20px;
  color: #333;
}
.news-detail .news-share .item-box .item .fab:hover {
  color: var(--dominant-color);
}
.news-detail .news-share .item-box .item .show-code {
  display: none;
  width: 100px;
  height: 100px;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.news-detail .news-share .item-box .item:hover .show-code {
  display: block;
}

@media only screen and (min-width: 1400px){

.section1400 {
  width: 1600px;
  max-width: 1600px;
  margin: auto;
}
.contain {
  width: 1600px;
  margin: 0 auto;
}
}

@media screen and (max-width: 1410px){

.section1400 {
  width: 1300px;
  max-width: 1600px;
  margin: auto;
}
.contain {
  width: 1200px;
  margin: 0 auto;
}
}

.newsDet-nav {
  position: relative;
  z-index: 3;
  margin-top: -80px;
  background: rgba(0, 0, 0, .7);
}
.newsDet-nav .contain {
  justify-content: center;
}
.newsDet-nav-item {
  height: 80px;
  width: 150px;
  position: relative;
  margin-left: 0;
}
.newsDet-nav-item:first-child {
  margin-left: 0;
}
.newsDet-nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #fff;
  transition: all .4s ease;
}
.newsDet-nav-item span {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .2);
}
.newsDet-nav-item:first-child span {
  border: unset;
}
.newsDet-nav-item:hover::after, .newsDet-nav-item.active::after {
  top: auto;
  bottom: 0;
  height: 100%;
}
.newsDet-nav-item:hover, .newsDet-nav-item.active {
  color: #333;
}
.newsDet-flex {
  border-bottom: 1px solid #e0e0e0;
  justify-content: space-between;
  align-items: flex-start;
}
.newsDet-con {
  width: 71%;
}
.newsDet-title {
  border-bottom: 1px solid #e0e0e0;
}
.newsDet-title .date p {
  padding: 0 15px;
  align-items: center;
  border-left: 1px solid #d2d2d2;
}
.newsDet-title .date p:first-child {
  padding-left: 0;
  border: unset;
}
.newsDet-title .date p:last-child {
  padding-right: 0;
}
.newsDet-title .date p i {
  display: block;
  font-size: 14px;
  margin-right: 8px;
}
.newsDet-file table {
  text-align: center;
}
.newsDet-file img, .newsDet-file video {
  display: inline-block;
}
.newsDet-side {
  position: sticky;
  top: 110px;
  width: 25%;
  padding: 0 15px 25px;
  box-shadow: 0px 0px 7px 0px rgba(31, 59, 115, 0.1);
}
.newsDet-side-title {
  border-bottom: 1px solid #eeeeee;
}
.newsDet-side-list {
  padding: 0 20px;
}
.newsDet-side-item {
  padding-left: 15px;
}
.newsDet-side-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left-color: #06348b;
}
.newsDet-side-item .date {
  color: #aeaeae;
}
.newsDet-side-item:hover .title {
  color: #06348b;
}
.lh {
  line-height: 1.14;
}
.fs16 {
  font-size: 16px;
}
.mt20 {
  margin-top: 20px;
}
.c8 {
  color: #888;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.pb120 {
  padding-bottom: 120px;
}
.pt40 {
  padding-top: 40px;
}
.center {
  text-align: center;
}
.newsDet-side-title {
  border-bottom: 1px solid #eeeeee;
}
.fs26 {
  font-size: 26px;
}
.pb20 {
  padding-bottom: 20px;
}
.pt20 {
  padding-top: 20px;
}
.fw7 {
  font-weight: 700;
}
.fw5 {
  font-weight: 500;
}
.c3 {
  color: #333;
}
.newsDet-side-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  border: 4px solid transparent;
  border-left-color: #06348b;
}

.lh52 {
    line-height: 52px;
}
.fs42 {
    font-size: 42px;
}
.fw7 {
    font-weight: 700;
}
.lh32.lmm3 {
    max-height: 96px;
}
.CommonBtn {
    width: 150px;
    position: relative;
}
.mt40 {
    margin-top: 40px;
}
.lm3, .lmm3 {
    -webkit-line-clamp: 3;
}
.lh32 {
    line-height: 32px;
}
.fs16 {
    font-size: 18px;
}
.mt24 {
    margin-top: 24px;
}
.c8 {
    color: #888;
}
.FaAnlb-list .list:hover .img img {
    transform: scale(1.04);
}
.FaAnlb-list .list .img img {
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}
.CommonBtn {width: 150px;position: relative;}
.CommonBtn .link {align-items: center;justify-content: space-between;width: 100%;}
.CommonBtn .link:before {content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%) scale(1);width: 50px;height: 50px;border-radius: 100px;transition: all .8s cubic-bezier(.55, .17, .37, .94);background-image: linear-gradient(110deg, #07358d, #07358d);}
.CommonBtn a {align-items: center;justify-content: space-between;width: 100%;}
.CommonBtn a:before {content: '';position: absolute;right: 0;top: 50%;transform: translateY(-50%) scale(1);width: 50px;height: 50px;border-radius: 100px;transition: all .8s cubic-bezier(.55, .17, .37, .94);background-image: linear-gradient(110deg, #07358d, #07358d);}
.CommonBtn .text {font-size: 16px;line-height: 45px;position: relative;z-index: 9;transition: all .8s cubic-bezier(.55, .17, .37, .94);text-transform: uppercase;}
.CommonBtn .icon {margin-right: 15px;position: relative;z-index: 9;font-size: 20px;color: #fff;transform: rotate(180deg);padding-top: 1px;}
.CommonBtn:hover .link:before {width: 100%;height: 50px;border-radius: 50px;}
.CommonBtn:hover .link .text {padding-left: 0.78125vw;color: #fff;}
.CommonBtn:hover a:before {width: 100%;height: 50px;border-radius: 50px;}
.CommonBtn:hover a .text {padding-left: 0.78125vw;color: #fff;}
@media only screen and (min-width: 1400px){
.containn {
    width: 1600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 1410px){
.containn {
    width: 1200px;
    margin: 0 auto;
}
}


.pb30 {
  padding-bottom: 30px;
}
.Anlify-cont .cont-l {
  width: calc((100% - 80px) / 2);
  display: flex;
  align-items: center;
  padding-right: 120px;
}
.Anlify-cont .cont-r {
  width: calc((100% - 80px) / 2);
  display: flex;
  align-items: center;
  padding-left: 120px;
}
.Anlify-cont .cont-l .hit {
  text-align: right;
}
.Anlify-cont .cont-r .btn {
  transform: rotate(180deg);
}
.Anlify-cont .btn {
  width: 50px;
}
.Anlify-cont .btn i {
  font-size: 48px;
  color: #969696;
  transition: all .4s ease;
}
.Anlify-cont .cont-l:hover .btn i {
  color: #06348b;
}
.Anlify-cont .cont-r:hover .btn i {
  color: #06348b;
}
.Anlify-cont .hit {
  width: calc(100% - 50px);
}
.Anlify-cont .hit .title {
  transition: all .4s ease;
}
.Anlify-cont .cont-l:hover .hit .title {
  color: #06348b;
}
.Anlify-cont .cont-r:hover .hit .title {
  color: #06348b;
}
.FaAnlb-list {margin-top: 120px;}
.FaAnlb-list .list{margin-bottom: 120px;position: relative;}

.FaAnlb-list .list > div{position: relative;z-index: 2;}
.FaAnlb-list .list .cont{width: 50%;display: flex;flex-direction: column;justify-content: center;}
.FaAnlb-list .list .cont .title{transition: all .4s ease; text-transform: capitalize;}
.FaAnlb-list .list:hover .cont .title{color: #06348b;}
.FaAnlb-list .list .img{width: 50%;overflow: hidden;}
.FaAnlb-list .list .img img{width: 100%;height: 500px;transition: all .4s ease; object-fit:cover;}
.FaAnlb-list .list:hover .img img{transform: scale(1.04);}
.FaAnlb-list .list:nth-child(even) {flex-direction: row-reverse;}
.FaAnlb-list .list:nth-child(odd) .cont {padding-right: 100px;}
.FaAnlb-list .list:nth-child(even) .cont {padding-left: 100px;}
@media only screen and (min-width: 1400px){
.FaAnlb-list .list::before{content: "";position: absolute;width: 845px;height: 550px;top: 50%;transform: translateY(-50%);background-color: rgba(12,57,141,0.1);;}
}

@media screen and (max-width: 1410px){
.FaAnlb-list .list::before{content: "";position: absolute;width: 845px;height: 455px;top: 50%;transform: translateY(-50%);background-color: rgba(12,57,141,0.1);;}
}


.FaAnlb-list .list:nth-child(odd)::before{right: -260px;}
.FaAnlb-list .list:nth-child(even)::before{left: -260px;}




.icon {
    font-family: "icon" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-w0008:before {
    content: "←";
}

body {

  -webkit-text-size-adjust: 100%;

  overflow-x: hidden
}

