.swiper-container {
  width: 100vw;
  height: auto;
}
.swiper-container img {
  width: 100vw;
}

.content {
  width: 1400px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .content {
    width: 100%;
  }
}
.content .system-list {
  width: 100%;
  box-shadow: 5px 5px 5px #ddd;
  position: absolute;
  transform: translateY(-50%);
  z-index: 99;
  background-color: #fff;
}
.content .system-list ul {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
}
.content .system-list ul li {
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  transition: all 0.3s;
}
.content .system-list ul li:hover {
  transform: translateY(-10px);
}
.content .system-list ul li img {
  margin-top: 2rem;
}
.content .system-list ul li p a {
  cursor: pointer;
  font-size: 1rem;
}
.content .system-list ul li p a:hover {
  color: #0288d1;
}

.allnews-row-one {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
}
.allnews-row-one .left-one {
  flex: 2 1 0;
}
.allnews-row-one .left-one > p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1.5rem;
  background-color: #0288d1;
  border-radius: 5px;
  vertical-align: text-bottom;
}
.allnews-row-one .left-one > p .new-title {
  font-size: 1.25rem;
  color: #0288d1;
  font-weight: 600;
}
.allnews-row-one .left-one > p .more {
  float: right;
}
.allnews-row-one .left-one .left-one-content {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.allnews-row-one .left-one .left-one-content .left-one-left {
  flex: 1 1 0;
  margin-right: 30px;
  min-width: 350px;
  width:350px;
}
.allnews-row-one .left-one .left-one-content .left-one-left img {
  width: 100%;
}
.allnews-row-one .left-one .left-one-content .left-one-left h5 {
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
}
.allnews-row-one .left-one .left-one-content .left-one-left p {
  font-size: 1.1rem;
  text-indent: 2em;
  text-align: justify;
  color: rgb(107, 107, 107);
}
.allnews-row-one .left-one .left-one-content .left-one-right {
  flex: 1 1 0;
  min-width: 350px;
}
.allnews-row-one .left-one .left-one-content .left-one-right li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
}

.allnews-row-one .left-one .left-one-content .left-one-right li:first-child {
  border-top: 1px dashed #ddd;
}
.allnews-row-one .left-one .left-one-content .left-one-right >li:nth-child(1){
    border-top: 1px dashed #ddd;
}
.allnews-row-one .left-one .left-one-content .left-one-right li div {
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-right: 15px;
  color: #3A82DD;
  font-weight: 600;
  font-size: 1.15rem;
}
.allnews-row-one .left-one .left-one-content .left-one-right li div p:first-child {
  font-size: 1.5rem;
margin-bottom:0;
}
.allnews-row-one .left-one .left-one-content .left-one-right li p {
  flex: 4 1 0;
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}
.allnews-row-one .left-one .left-one-content .left-one-right li p a {
  color: #212529;
}
.allnews-row-one .right-one {
  flex: 1 1 0;
  margin-left: 30px;
  min-width: 350px;
}
@media screen and (max-width: 768px) {
  .allnews-row-one .right-one {
    margin-left: 0;
  }
}
.allnews-row-one .right-one > p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1.5rem;
  background-color: #0288d1;
  border-radius: 5px;
  vertical-align: text-bottom;
}
.allnews-row-one .right-one > p .new-title {
  font-size: 1.25rem;
  color: #0288d1;
  font-weight: 600;
}
.allnews-row-one .right-one > p .more {
  float: right;
}
.allnews-row-one .right-one li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
}
.allnews-row-one .right-one li:first-child {
  border-top: 1px dashed #ddd;
}
.allnews-row-one .right-one li div {
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-right: 15px;
  color: #3A82DD;
  font-weight: 600;
  font-size: 1.15rem;
}
.allnews-row-one .right-one li div p:first-child {
  font-size: 1.5rem;
margin-bottom:0;
}
.allnews-row-one .right-one li p {
  flex: 4 1 0;
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}
.allnews-row-one .right-one li p a {
  color: #212529;
}

.allnews-row-two {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
  margin-left: -10px;
  margin: 30px 0;
}
.allnews-row-two div {
  flex: 1 1 200px;
  padding: 0 10px;
}
.allnews-row-two div img {
  display: block;
  width: 100%;
}

.allnews-row-three {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-left: -30px;
  margin-bottom: 30px;
margin-top: 30px;
}
.allnews-row-three > div {
  flex: 1 1 0;
  margin-left: 30px;
  min-width: 350px;
}
.allnews-row-three > div > p::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1.5rem;
  background-color: #0288d1;
  border-radius: 5px;
  vertical-align: text-bottom;
}
.allnews-row-three > div > p .new-title {
  font-size: 1.25rem;
  color: #0288d1;
  font-weight: 600;
}
.allnews-row-three > div > p .more {
  float: right;
}
.allnews-row-three > div li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px dashed #ddd;
}
.allnews-row-three > div li:first-child {
  border-top: 1px dashed #ddd;
}
.allnews-row-three > div li div {
  flex: 1 1 0;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-right: 15px;
  color: #3A82DD;
  font-weight: 600;
  font-size: 1.15rem;
}
.allnews-row-three > div li div p:first-child {
  font-size: 1.5rem;
margin-bottom:0;
}
.allnews-row-three > div li p {
  flex: 4 1 0;
  margin-bottom: 0.5rem;
  font-size: 1.08rem;
}
.allnews-row-three > div li p a {
  color: #212529;
}

#index-quetion {
  font-size: 2.9rem;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
left:80px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
right:80px;
}

/*# sourceMappingURL=index.css.map */

/*#

  .ev{
            position: relative;
        }
        .ev>a:first-child>img{
z-index:99;
            width: 40px;
            height: 40px;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
        }
 .ev>a:first-child>img:hover{
            width: 80px;
            height: 80px;
            transition: all .5s;
        }
*/
 .ev>a:last-child>img:hover{
           -webkit-filter: opacity(30%); /* Chrome, Safari, Opera */
    filter: opacity(60%);
        }



 .video-show {

            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            opacity: 0.2;
            transition: opacity .5s;
           


        }

        .video-show img {
width:30px;
height:30px;
background-color:#000;

            position: absolute;
            right: -30px;
            top: -30px;
        }

        .Mask {
            position: fixed;
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.6);
            display: none;
            
        }

        .Mask::after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;

        }
