@charset "utf-8";
/*轮播*/
.i-banner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.i-banner .swiper-container {
  width: 100%;
  height: 100%;
  display: block;
}
.i-banner .swiper-slide {
  position: relative;
}
.i-banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.i-banner .swiper-button-prev,
.i-banner .swiper-button-next {
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.8);
  margin-top: -25px;
}
.i-banner .swiper-button-prev {
  left: 3%;
}
.i-banner .swiper-button-next {
  right: 3%;
}
.i-banner .swiper-button-prev:after,
.i-banner .swiper-button-next:after {
  font-size: 1.375rem;
  color: #000;
}
.svg-swiper-pagination {
  width: 100%;
  padding: 0 5%;
  position: absolute;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.svg-swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  opacity: 1;
  position: relative;
  width: 16px;
  height: 16px;
  outline: none;
  margin: 0 5px;
}
.svg-swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  margin: -6px 0 0 -6px;
  transition: opacity 0.3s;
}
.svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 0;
}
.svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .svg {
  opacity: 1;
}
.svg-swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active
  .circle2 {
  -webkit-animation: svgCircleAnmi 6s linear forwards;
  animation: svgCircleAnmi 6s linear forwards;
}
.svg-swiper-pagination .svg {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
  opacity: 0;
  transition: opacity 0.3s;
  display: block;
}
.svg-swiper-pagination .circle1 {
  stroke: #fff;
}
.svg-swiper-pagination .circle2 {
  stroke: #074ca8;
  stroke-dasharray: 0 339;
}
@-webkit-keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}

@keyframes svgCircleAnmi {
  0% {
    stroke-dasharray: 0 339;
  }
  to {
    stroke-dasharray: 339 339;
  }
}

@-webkit-keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

@keyframes amap-icon-anim {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  5% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@media (max-width: 1280px) {
  .i-banner,
  .i-banner .swiper-container,
  .i-banner .swiper-slide > img {
    height: auto;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-banner .swiper-button-prev,
  .i-banner .swiper-button-next {
    width: 24px;
    height: 24px;
    margin-top: -12px;
  }
  .svg-swiper-pagination {
    bottom: 10px;
  }
  .i-banner .swiper-button-prev:after,
  .i-banner .swiper-button-next:after {
    font-size: 0.675rem;
  }
  .svg-swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .svg-swiper-pagination .swiper-pagination-bullet:after {
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
  }
  .svg-swiper-pagination .svg {
    width: 10px;
    height: 10px;
  }
}

.i-title {
  text-align: center;
}
.i-title h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  color: #dddddd;
  text-transform: uppercase;
}
.i-title.white h1 {
  color: rgba(255, 255, 255, 0.3);
}
.i-title h2 {
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
}
.i-title h2 b {
  font-weight: 900;
}
.i-title h3 {
  margin-top: 10px;
}
.i-title.white h2,
.i-title.white h3 {
  color: #fff;
}
@media (max-width: 1280px) {
  .i-title h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .i-title h2 {
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .i-title h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .i-title h2 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .i-title h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .i-title h2 {
    font-size: 16px;
  }
  .i-title h3 {
    display: none;
  }
}

.i-more {
  display: flex;
  justify-content: flex-end;
}
.i-more .box {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px #000 solid;
  padding: 5px 30px;
  border-radius: 20px 0 20px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-more .box i {
  display: block;
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .i-more .box {
    padding: 5px 20px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-more .box {
    padding: 3px 15px;
  }
  .i-more .box i {
    font-size: 12px;
  }
}

.i-type {
  padding: 120px 0;
}
.i-type .list {
  margin-top: 60px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.i-type .list .bg {
  width: 100%;
  overflow: hidden;
  background: #000;
}
.i-type .list .bg img {
  width: 100%;
  opacity: 0.8;
  display: block;
}
.i-type .list .content {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.i-type .list .content ul {
  width: 100%;
  height: 100%;
  display: flex;
}
.i-type .list .content li {
  width: 25%;
  height: 100%;
  border-right: 1px #fff solid;
}
.i-type .list .content li:last-child {
  border-right: none;
}
.i-type .list .content a {
  width: 100%;
  height: 100%;
  display: block;
}
.i-type .list .content .bgImg {
  display: none;
}
.i-type .list .content .word {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-type .list .content li.on .word {
  display: none;
  opacity: 0;
}
.i-type .list .content .word .dot {
  width: 24px;
  height: 24px;
  border: 1px #fff solid;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-type .list .content .word .dot:after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
}
.i-type .list .content .word .text {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 900;
  margin-top: 20px;
}
.i-type .list .content .word_h {
  display: none;
  opacity: 0;
  color: #fff;
  text-align: center;
  padding: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-type .list .content .word_h .logo img {
  display: block;
}
.i-type .list .content .word_h .text {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: 900;
  margin: 20px 0;
}
.i-type .list .content li.on .word_h {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: #1380e3;
}
@media (max-width: 1280px) {
  .i-type {
    padding: 12% 0;
  }
  .i-type .list {
    margin-top: 6%;
    border-radius: 0;
  }
  .i-type .list .bg {
    display: none;
  }
  .i-type .list .content {
    position: relative;
    height: auto;
  }
  .i-type .list .content ul {
    flex-wrap: wrap;
    height: auto;
  }
  .i-type .list .content li {
    width: 49%;
    margin-right: 2%;
    height: auto;
    border: none;
    border-radius: 10px;
    background: #1380e3;
    overflow: hidden;
  }
  .i-type .list .content li:nth-child(2n) {
    margin-right: 0;
  }
  .i-type .list .content li:nth-child(n + 3) {
    margin-top: 2%;
  }
  .i-type .list .content a {
    width: 100%;
    height: auto;
  }
  .i-type .list .content .bgImg {
    display: block;
  }
  .i-type .list .content .bgImg img {
    width: 100%;
    display: block;
  }
  .i-type .list .content .word {
    display: none;
  }
  .i-type .list .content .word_h {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
    padding: 8%;
  }
  .i-type .list .content .word_h .logo {
    display: none;
  }
  .i-type .list .content .word_h .text {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }
  .i-type .list .content .word_h .summary {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-type .list .content li {
    width: 100%;
    margin-right: 0;
  }
  .i-type .list .content li:nth-child(n + 2) {
    margin-top: 2%;
  }
  .i-type .list .content .word_h {
    padding: 20px 10px;
  }
  .i-type .list .content .word_h .text {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.i-ad1 {
  width: 100%;
  background: url(../images/i-ad1bg.png) #030919 no-repeat left bottom;
  background-size: 100% 100%;
  padding: 120px 0 240px 0;
  overflow: hidden;
}
.i-ad1.en {
  background: url(../images/i-ad1bge.png) #030919 no-repeat left bottom;
  background-size: 100% 100%;
}
.i-ad1 .right-box {
  width: 30%;
  float: right;
  color: #fff;
}
.i-ad1 .right-box .tag {
  display: flex;
  align-items: center;
}
.i-ad1 .right-box .tag span {
  background: #0c74df;
  border-radius: 15px;
  padding: 3px 20px;
  font-weight: 900;
}
.i-ad1 .right-box .title {
  margin-top: 20px;
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}
.i-ad1 .right-box .title.blue {
  color: #0c74df;
}
.i-ad1 .right-box .content {
  font-weight: 500;
  margin-top: 20px;
}
.i-ad1 .right-box .list {
  margin-top: 80px;
}
.i-ad1 .right-box .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #0c74df;
  border-radius: 6px;
  padding: 20px;
  margin-top: 10px;
}
.i-ad1 .right-box .list img {
  display: block;
}
.i-ad1 .right-box .list .image {
  width: 50px;
}
.i-ad1 .right-box .list .word {
  width: calc(100% - 70px);
}
.i-ad1 .right-box .list .word .t1 {
  font-size: 20px;
  line-height: 24px;
}
.i-ad1 .right-box .list .word .t2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}
.i-ad1 .right-box .list .word .t2 .right {
  margin-left: 10px;
}
@media (max-width: 1280px) {
  .i-ad1 {
    padding: 12% 0 48% 0;
    background-size: 100%;
  }
  .i-ad1.en{
    background-size: 100%;
  }
  .i-ad1 .right-box {
    width: 100%;
  }
  .i-ad1 .right-box .title {
    font-size: 28px;
    line-height: 28px;
  }
  .i-ad1 .right-box .title.blue {
    margin-top: 10px;
  }
  .i-ad1 .right-box .list {
    margin-top: 8%;
  }
}
@media (max-width: 992px) {
  .i-ad1 .right-box .title {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .i-ad1 .right-box .title {
    font-size: 16px;
    margin-top: 10px;
  }
  .i-ad1 .right-box .title.blue {
    margin-top: 5px;
  }
  .i-ad1 .right-box .content {
    margin-top: 10px;
  }
  .i-ad1 .right-box .list li {
    padding: 10px;
  }
  .i-ad1 .right-box .list .word .t1 {
    font-size: 15px;
  }
  .i-ad1 .right-box .list .word {
    width: calc(100% - 60px);
  }
}

.i-products {
  padding: 120px 0;
}
.i-products .list {
  padding: 40px 0;
}
.i-products .list ul {
  display: flex;
  flex-wrap: wrap;
}
.i-products .list li {
  width: 23.5%;
  margin: 15px 0;
  margin-right: 2%;
  background: #fff;
  text-align: center;
}
.i-products .list li:nth-child(4n) {
  margin-right: 0;
}
.i-products .list a {
  display: block;
}
.i-products .list .image {
  overflow: hidden;
}
.i-products .list .image img {
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-products .list li:hover .image img {
  transform: scale(1.05);
}
.i-products .list .title {
  font-weight: 700;
  font-size: 20px;
}
.i-products .list .button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 30px;
}
.i-products .list .button a {
  padding: 0 20px;
  border: 1px #000 solid;
  line-height: 32px;
}
.i-products .list .button a:hover {
  background: #019fe8;
  color: #fff;
}
.i-products .more a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.i-products .more img {
  display: block;
}
.i-products .more p {
  margin-top: 10px;
}
@media (max-width: 1280px) {
  .i-products {
    padding: 12% 0;
  }
  .i-products .list {
    padding: 4% 0;
  }
  .i-products .list li {
    width: 49%;
    margin: 1% 0;
    margin-right: 2%;
  }
  .i-products .list li:nth-child(4n) {
    margin-right: 2%;
  }
  .i-products .list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-products .list .title {
    font-size: 16px;
  }
  .i-products .list .button {
    padding: 2% 0 8% 0;
  }
  .i-products .list .button a {
    padding: 0 5px;
    line-height: 24px;
  }
  .i-products .more img {
    width: 36px;
  }
  .i-products .more p {
    margin-top: 5px;
  }
}

.i-about {
  width: 100%;
  overflow: hidden;
}
.i-about .about-box1 {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
.i-about .about-box1 .left-box {
  width: 70%;
  background: url(../images/i-aboutBg1.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 23.75% 120px 13.75%;
  color: #fff;
  overflow: hidden;
}
.i-about .about-box1 .left-box .title h1 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 60px;
  line-height: 60px;
  font-weight: 900;
}
.i-about .about-box1 .left-box .title h2 {
  font-size: 30px;
  line-height: 30px;
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.i-about .about-box1 .left-box .title h2:after {
  content: "";
  width: 20px;
  height: 4px;
  background: #de2a2a;
  display: block;
  margin-left: 10px;
}
.i-about .about-box1 .left-box .content {
  margin: 60px 0;
}
.i-about .about-box1 .left-box .more {
  display: flex;
}
.i-about .about-box1 .left-box .more a {
  display: flex;
  align-items: center;
  padding: 5px 30px;
  background: #fff;
  border-radius: 20px 0 20px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-about .about-box1 .left-box .more i {
  display: block;
  margin-left: 10px;
}
.i-about .about-box1 .right-box {
  display: flex;
  align-items: flex-end;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.i-about .about-box1 .right-box .arrow a {
  display: flex;
  width: 100px;
  height: 100px;
  background: #019fe8;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.i-about .about-box1 .right-box .arrow i {
  font-size: 24px;
}
.i-about .about-box1 .right-box .image {
  width: calc(100% - 50px);
}
.i-about .about-box1 .right-box .image img {
  width: 100%;
  display: block;
}
.i-about .about-box2 {
  padding: 120px 0;
  overflow: hidden;
}
.i-about .about-box2 ul {
  display: flex;
  justify-content: space-between;
}
.i-about .about-box2 li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.i-about .about-box2 .word1 {
  display: flex;
  align-items: flex-start;
}
.i-about .about-box2 .word1 .number {
  font-size: 72px;
  line-height: 72px;
  font-weight: 900;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .i-about .about-box1 {
    padding-bottom: 0;
    flex-direction: column;
  }
  .i-about .about-box1 .left-box {
    width: 100%;
    padding: 12% 3%;
  }
  .i-about .about-box1 .left-box .title h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .i-about .about-box1 .left-box .title h2 {
    margin-top: 10px;
    font-size: 28px;
    line-height: 28px;
  }
  .i-about .about-box1 .left-box .content {
    margin: 6% 0;
  }
  .i-about .about-box1 .left-box .more .box {
    padding: 5px 20px;
  }
  .i-about .about-box1 .right-box {
    width: 100%;
    position: relative;
  }
  .i-about .about-box1 .right-box .arrow {
    display: none;
  }
  .i-about .about-box1 .right-box .image {
    width: 100%;
  }
  .i-about .about-box2 {
    padding: 12% 0;
  }
  .i-about .about-box2 ul {
    flex-wrap: wrap;
  }
  .i-about .about-box2 li {
    width: 50%;
  }
  .i-about .about-box2 li:nth-child(n + 3) {
    margin-top: 6%;
  }
  .i-about .about-box2 .word1 .number {
    font-size: 64px;
    line-height: 64px;
  }
}
@media (max-width: 992px) {
  .i-about .about-box1 .left-box .title h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .i-about .about-box1 .left-box .title h2 {
    font-size: 24px;
    line-height: 24px;
  }
  .i-about .about-box2 .word1 .number {
    font-size: 48px;
    line-height: 48px;
  }
}
@media (max-width: 750px) {
  .i-about .about-box1 .left-box .title h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .i-about .about-box1 .left-box .title h2 {
    font-size: 16px;
    margin-top: 0;
  }
  .i-about .about-box1 .left-box .more .box {
    padding: 3px 15px;
  }
  .i-about .about-box2 .word1 .number {
    font-size: 32px;
    line-height: 32px;
    margin-right: 0;
  }
}

.i-ad2 {
  width: 100%;
  background: url(../images/i-ad2bg.png) no-repeat center top;
  background-size: cover;
  padding: 120px 0;
}
.i-ad2 .list ul {
  display: flex;
  justify-content: space-between;
}
.i-ad2 .list li {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 60px;
}
.i-ad2 .list .image {
  position: relative;
  z-index: 2;
}
.i-ad2 .list .image img {
  max-width: 100%;
  display: block;
}
.i-ad2 .list .word {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
  z-index: 1;
  padding: 60px 40px 50px 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.i-ad2 .list .word .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.i-ad2 .list .word .content {
  height: 80px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.i-ad2 .list .word .line {
  width: 20px;
  height: 2px;
  background: #000;
  margin: 20px auto;
}
.i-ad2 .list .word .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.i-ad2 .list .word .arrow img {
  max-width: 100%;
  display: block;
}
.i-ad2 .list .word .arrow .img1 {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-ad2 .list .word .arrow .img2 {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.i-ad2 .list li:hover .word {
  background: #086cdb;
  color: #fff;
}
.i-ad2 .list li:hover .word .line {
  background: #fff;
}
.i-ad2 .list li:hover .word .arrow .img1 {
  display: none;
  opacity: 0;
}
.i-ad2 .list li:hover .word .arrow .img2 {
  display: block;
  opacity: 1;
}
@media (max-width: 1280px) {
  .i-ad2 {
    padding: 12% 0;
  }
  .i-ad2 .list ul {
    flex-wrap: wrap;
  }
  .i-ad2 .list li {
    width: 49%;
    margin-top: 6%;
  }
  .i-ad2 .list .image {
    width: 100px;
  }
  .i-ad2 .list .word {
    width: 100%;
    padding: 60px 4% 5% 4%;
  }
  .i-ad2 .list .word .title {
    font-size: 18px;
  }
  .i-ad2 .list .word .line {
    margin: 10px auto;
  }
  .i-ad2 .list .word .arrow {
    margin-top: 4%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-ad2 {
    padding: 24% 0 12% 0;
  }
  .i-ad2 .list li {
    width: 100%;
  }
  .i-ad2 .list .image {
    width: 70px;
  }
  .i-ad2 .list .word {
    padding: 40px 4% 5% 4%;
    margin-top: -40px;
  }
  .i-ad2 .list .word .title {
    font-size: 15px;
  }
  .i-ad2 .list .word .line {
    margin: 5px auto;
  }
  .i-ad2 .list .word .arrow img {
    width: 24px;
  }
}

.i-news {
  padding: 120px 0;
  overflow: hidden;
}
.i-news .type {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i-news .type ul {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.i-news .type li.on {
  background: #086cdb;
}
.i-news .type a {
  display: block;
  line-height: 60px;
  padding: 0 80px;
  font-size: 20px;
}
.i-news .type li.on a {
  color: #fff;
}
.i-news .list {
  margin-top: 60px;
}
.i-news .list .list-box {
  display: none;
}
.i-news .list .list-box.on {
  display: flex;
  justify-content: space-between;
}
.i-news .list .list-box > div {
  width: 49%;
}
.i-news .list .list-box a:hover .i-more .box {
  border-color: #086cdb;
  background-color: #086cdb;
  color: #fff;
}
.i-news .list .list-box .left-box {
  background: #fff;
}
.i-news .list .list-box .left-box a {
  display: block;
}
.i-news .list .list-box .left-box .image img {
  width: 100%;
  display: block;
}
.i-news .list .list-box .left-box .word {
  padding: 40px;
}
.i-news .list .list-box .left-box .word .title {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.i-news .list .list-box .left-box .word .summary {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 20px 0;
}
.i-news .list .list-box .right-box li {
  background: #fff;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px #fff solid;
}
.i-news .list .list-box .right-box li:hover {
  border-color: #086cdb;
}
.i-news .list .list-box .right-box li:first-child {
  margin-top: 0;
}
.i-news .list .list-box .right-box a {
  display: block;
  padding: 40px;
}
.i-news .list .list-box .right-box .title {
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.i-news .list .list-box .right-box .summary {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
@media (max-width: 1280px) {
  .i-news {
    padding: 12% 0;
  }
  .i-news .type {
    margin-top: 4%;
  }
  .i-news .type a {
    line-height: 40px;
    padding: 0 40px;
    font-size: 16px;
  }
  .i-news .list {
    margin-top: 6%;
  }
  .i-news .list .list-box.on {
    flex-direction: column;
  }
  .i-news .list .list-box > div {
    width: 100%;
  }
  .i-news .list .list-box .left-box .word .title,
  .i-news .list .list-box .right-box .title {
    font-size: 18px;
  }
  .i-news .list .list-box .left-box .word,
  .i-news .list .list-box .right-box a {
    padding: 4%;
  }
  .i-news .list .list-box .left-box .word .summary,
  .i-news .list .list-box .right-box .summary {
    margin: 5px 0 10px 0;
  }
  .i-news .list .list-box .right-box li:first-child {
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .i-news .type a {
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
  }
  .i-news .list .list-box .left-box .word .title,
  .i-news .list .list-box .right-box .title {
    font-size: 15px;
  }
  .i-news .list .list-box .right-box li,
  .i-news .list .list-box .right-box li:first-child {
    margin-top: 10px;
  }
}
