body {
  overflow-x: hidden;
}
@media (max-width: 640px) {
}
.flex,
.flex_js,
.flex_jc,
.flex_ac,
.flex_js_ac,
.flex_jc_ac {
  display: flex;
}
.flex_js {
  justify-content: space-between;
}
.flex_jc {
  justify-content: center;
}
.flex_ac {
  align-items: center;
}
.flex_js_ac {
  justify-content: space-between;
  align-items: center;
}
.flex_jc_ac {
  justify-content: center;
  align-items: center;
}
.w1400 {
  max-width: 1400px;
  width: 96%;
  margin: 0 auto;
}
.header {
  width: 100%;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  transition: 0.5s;
}
.header.header_fixed {
  position: fixed;
  top: -100%;
}
.header.header_fixed2 {
  transition: 0.5s;
  position: fixed;
  top: 0px;
  background-color: rgba(31, 74, 123, 0.5);
}
.header .logo {
  margin: 20px 0;
}
.header .menuIcon {
  display: none;
}
.header .other {
  display: inline-flex;
}
.header .other em {
  width: 1px;
  height: 16px;
  background-color: #ebebeb;
  margin: 0 15px;
}
.header .other .lang {
  cursor: pointer;
  position: relative;
  color: #fff;
}
.header .other .lang aside {
  position: relative;
  padding-right: 25px;
  margin-right: 5px;
}
.header .other .lang aside::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border: solid #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  margin-top: -2px;
  border-width: 1px 1px 0 0;
}
.header .other .lang span {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  width: 80px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
.header .other .lang span a {
  display: block;
  margin: 5px 0;
}
.header .other .lang:hover span {
  display: block;
}
.header .other .search {
  position: relative;
}
.header .other .open_search {
  background: url(../image/search.png) no-repeat center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: block;
}
.header .other .open_search.on {
  background: none!important;
}
.header .other .open_search.on:before,
.header .other .open_search.on:after {
  position: absolute;
  content: '';
  width: 90%;
  left: 15%;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  background: #1f4a7b;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.header .other .open_search.on:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.header .other .top_search {
  position: absolute;
  right: 0;
  top: 120%;
  background: #fff;
  width: 300px;
  display: none;
  border: 1px solid #1f4a7b;
}
.header .other .top_search .text {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 45px 0 15px;
  border: 1px solid #c6c5c5;
  color: #c6c6c6;
}
.header .other .top_search .btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: url(../image/search.png) no-repeat center center #1f4a7b;
}
.header .other .search_show .top_search {
  display: block;
}
@media (max-width: 1024px) {
  .header .other {
    z-index: 100;
  }
  .header .other::before {
    display: none;
  }
  .header .other .search {
    display: inline-block;
    vertical-align: middle;
  }
  .header .lang,
  .header .search,
  .header .menuIcon {
    margin-left: 15px;
  }
  .header .menuIcon {
    display: inline-block;
    vertical-align: middle;
  }
  .header #open_menu {
    z-index: 100;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: block;
    position: relative;
  }
  .header #open_menu i {
    display: inline-block;
    width: 90%;
    height: 3px;
    border-radius: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .header #open_menu::before,
  .header #open_menu::after {
    display: block;
    content: '';
    width: 90%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0;
  }
  .header #open_menu::before {
    top: 5px;
  }
  .header #open_menu::after {
    bottom: 5px;
    top: auto;
  }
  .header #open_menu.open_menu_on i {
    opacity: 0;
  }
  .header #open_menu.open_menu_on::before,
  .header #open_menu.open_menu_on::after {
    background-color: #fff;
  }
  .header #open_menu.open_menu_on:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
  }
  .header #open_menu.open_menu_on:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: auto;
    top: 15px;
  }
}
@media (max-width: 640px) {
  .header .other .top_search {
    position: absolute;
    right: 0;
    top: 120%;
    background: #fff;
    width: 250px;
    padding-right: 40px;
    display: none;
    border: 1px solid #1f4a7b;
  }
  .header .other .top_search .text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 10px;
  }
  .header .other .top_search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(/cn/images/search_icon.png) no-repeat center center #1f4a7b;
  }
}
.navTop li {
  float: left;
  position: relative;
  margin-right: 3.90625vw;
}
.navTop li span {
  display: inline-block;
  position: relative;
}
.navTop li span > a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
}
.navTop li span > a:hover {
  color: #1f4a7b;
}
.navTop li .sub {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 150px;
  background-color: rgba(255, 255, 255, .6);
  padding: 10px;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.navTop li .sub a {
  display: block;
  text-align: center;
  margin: 12px 0;
}
@media (max-width: 1024px) {
  .navTop {
    display: none;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    visibility: hidden;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    line-height: 40px;
    margin-left: 0;
    display: block;
    padding: 0;
    transition: all 0.5s;
    opacity: 0;
    background-image: none;
    margin-right: 0;
  }
  .navTop.navTop_show {
    visibility: visible;
    right: 0;
    opacity: 1;
  }
  .navTop .ul {
    display: block;
    padding-top: 70px;
    position: relative;
    height: 100%;
    width: 250px;
    float: right;
    background-color: #1f4a7b;
  }
  .navTop li {
    display: block;
    float: none;
    margin: 0!important;
    padding: 0 10%;
    font-size: 16px;
  }
  .navTop li span {
    display: block;
  }
  .navTop li span > a {
    color: #fff;
    font-weight: normal;
    text-align: left;
  }
}
.NyBanner {
  overflow: hidden;
  position: relative;
}
.NyBanner figure img {
  width: 100%;
}
.NyBanner .wapBan {
  display: none;
}
.NyBanner .txtCon {
  position: absolute;
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
.NyBanner .cn {
  font-size: 50px;
}
.NyBanner .en {
  font-size: 30px;
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .NyBanner .pcBan {
    display: none;
  }
  .NyBanner .wapBan {
    display: block;
  }
  .NyBanner .cn {
    font-size: 30px;
  }
  .NyBanner .en {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .NyBanner .cn {
    font-size: 22px;
  }
  .NyBanner .en {
    font-size: 14px;
  }
}
.mainContent {
  margin: 5% 0;
}
.ColumnName {
  font-size: 40px;
  color: #333333;
}
.ColumnName.center {
  text-align: center;
}
@media (max-width: 1024px) {
  .ColumnName {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .ColumnName {
    font-size: 24px;
  }
}
.ColumnPic {
  text-align: center;
}
.p_b7 {
  padding-bottom: calc(70 / 1600 * 100%);
}
.p_b4 {
  padding-bottom: calc(40 / 1600 * 100%);
}
.Hmore {
  display: block;
  width: 150px;
  line-height: 50px;
  border: 1px solid #1f4a7b;
  text-align: center;
  color: #1f4a7b;
  border-radius: 0 20px 0 20px;
}
.Hmore::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 9px;
  background: url(../image/arrow_1.png) no-repeat center;
  margin-left: 10px;
}
.Hmore:hover {
  background-color: #1f4a7b;
  color: #fff;
}
.Hmore:hover::after {
  background-image: url(../image/arrow_3_on.png);
}
@media (max-width: 640px) {
  .Hmore {
    width: 100px;
    line-height: 36px;
  }
}
.ContactBox .title {
  color: #333333;
}
.ContactBox .title .cn {
  font-size: 30px;
}
.ContactBox .left {
  background: url(../image/Contact_bg.png) no-repeat right bottom #fcfcfd;
  padding: 80px 40px 60px;
  width: 60%;
}
.ContactBox .left dl {
  display: flex;
  justify-content: space-between;
}
.ContactBox .left dt {
  width: 44%;
}
.ContactBox .left dd {
  width: 43%;
}
.ContactBox .left .tel {
  color: #1f4a7b;
  padding: 3vw 0 5.4vw;
  line-height: 1.6;
}
.ContactBox .left .tel .txt {
  font-size: 30px;
}
.ContactBox .left .ewm {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  text-align: center;
}
.ContactBox .left .ewm .pic {
  width: 44%;
}
.ContactBox .left .ewm img {
  border: 1px solid #eee;
}
.ContactBox .left .ewm p {
  margin-top: 25px;
}
.ContactBox .left dd .item:not(:last-child) {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #eee;
}
.ContactBox .left dd .item .name {
  display: flex;
  align-items: center;
}
.ContactBox .left dd .item .name img {
  margin-right: 8px;
}
.ContactBox .left dd .item .info {
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}
.ContactBox .right {
  background: url(../image/Contact_bg.png) no-repeat right bottom #e8ecf2;
  padding: 80px 65px 60px;
  width: 40%;
}
.ContactBox .right .ul {
  margin-top: 35px;
}
.ContactBox .right li:not(:last-child) {
  margin-bottom: 18px;
}
.ContactBox .right .text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  background-color: #fff;
  padding-left: 25px;
  font-size: 16px;
}
.ContactBox .right textarea.text {
  height: 113px;
}
.ContactBox .right .Hmore {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .ContactBox {
    flex-flow: column wrap;
  }
  .ContactBox .left,
  .ContactBox .right {
    width: 100%;
  }
  .ContactBox .title .cn {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .ContactBox .title .cn {
    font-size: 20px;
  }
  .ContactBox .left {
    padding: 8%;
  }
  .ContactBox .left dl {
    flex-flow: column wrap;
  }
  .ContactBox .left dt,
  .ContactBox .left dd {
    width: 100%;
    padding-bottom: 10%;
  }
  .ContactBox .left .tel {
    margin: 5% 0 8%;
  }
  .ContactBox .left .ewm p {
    margin-top: 10px;
  }
  .ContactBox .left dd {
    padding-top: 10%;
  }
  .ContactBox .left dd .item:not(:last-child) {
    padding-bottom: 8%;
    margin-bottom: 8%;
  }
  .ContactBox .left dd .item .info {
    font-size: 18px;
  }
  .ContactBox .right {
    padding: 8%;
  }
}
.footer {
  background-color: #121416;
  padding-top: calc(80 / 1600 * 100%);
}
.footer .logo .tel {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .logo .tel p {
  color: #fff;
  font-size: 28px;
  line-height: 2;
}
.footer nav {
  display: inline-flex;
}
.footer nav dl:not(:last-child) {
  margin-right: 4.6875vw;
}
.footer nav a {
  display: block;
  color: #fff;
}
.footer nav dt {
  margin-bottom: 18px;
}
.footer nav dd a {
  font-size: 14px;
  line-height: 2;
  opacity: 0.5;
}
.footer .ewm {
  display: inline-flex;
  justify-content: space-between;
  text-align: center;
  color: #fff;
}
.footer .ewm figure {
  width: 114px;
}
.footer .ewm figure:last-child {
  margin-left: 1.35416667vw;
}
.footer .ewm p {
  margin-top: 20px;
}
.footer .Copyright {
  margin-top: calc(50 / 1600 * 100%);
  line-height: 80px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  background-color: #060709;
}
.footer .Copyright a {
  color: rgba(255, 255, 255, 0.5);
}
.footer .Copyright i {
  display: inline-block;
  margin: 0 8px;
  font-weight: bold;
  font-style: normal;
}
.footer .Copyright i:last-child {
  display: none;
}
@media (max-width: 1024px) {
  .footer nav {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer .Copyright {
    line-height: 2;
    padding: 2% 0;
  }
  .footer .Copyright .flex_js_ac {
    flex-flow: column wrap;
  }
}
@media (max-width: 640px) {
  .footer {
    text-align: center;
    padding-top: 8%;
  }
  .footer .Copyright {
    margin-top: 8%;
  }
  .footer .flex_js {
    flex-flow: column wrap;
    align-items: center;
  }
}
.Floor002896 {
  background-color: #f7f7f7;
  padding: 5% 0 7%;
}
.Floor002896 .main {
  position: relative;
  z-index: 1;
}
.Floor002896 .carousel {
  position: relative ;
}
.Floor002896 .slides {
  overflow: hidden;
  position: relative ;
}
.Floor002896 .slideItem {
  position: absolute;
  cursor: pointer;
  overflow: hidden;
}
.Floor002896 .slideItem a {
  position: relative;
  z-index: 10;
  display: block;
}
.Floor002896 .slideItem .desc {
  display: none;
  line-height: 40px;
  text-align: center;
}
.Floor002896 .slideItem#side0 img {
  opacity: 1;
  filter: alpha(opacity=100);
  object-fit: cover;
}
.Floor002896 .slideItem#side0 .desc {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.Floor002896 .prevButton,
.Floor002896 .nextButton {
  position: absolute ;
  bottom: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  z-index: 30;
}
.Floor002896 .prevButton:before,
.Floor002896 .nextButton:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  transform: rotate(45deg);
}
.Floor002896 .prevButton:before {
  transform: rotate(-135deg);
}
.Floor002896 .info-show {
  background: url(../image/news_bg.jpg) no-repeat right bottom #fff;
  padding: 3vw;
}
.Floor002896 .info-show .time {
  color: #555555;
  margin-bottom: calc(36 / 490 * 100%);
}
.Floor002896 .info-show .title {
  font-size: 30px;
  color: #333333;
}
.Floor002896 .info-show .des {
  color: #333333;
  line-height: 1.8;
  margin-top: 10px;
}
.Floor002896 .info-show .Hmore {
  margin-top: calc(65 / 490 * 100%);
}
.Floor002896 .buttonNav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
  width: 145%!important;
}
.Floor002896 .buttonNav::before,
.Floor002896 .buttonNav::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #e9e9e9;
}
.Floor002896 .buttonNav .bullet {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  transform: rotate(45deg);
  margin: 0 10px;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
}
.Floor002896 .buttonNav .bullet::before {
  width: 75%;
  height: 75%;
  content: '';
  background-color: #cacfd5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.Floor002896 .buttonNav .bulletActive {
  border-color: #7ea833;
}
.Floor002896 .buttonNav .bulletActive::before {
  background-color: #7ea833;
  width: 68%;
  height: 68%;
}
@media (min-width: 1025px) {
  .Floor002896 .info-show {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 31%;
  }
  .Floor002896 .info-show ul {
    height: 100%;
    position: relative;
  }
  .Floor002896 .info-show li {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
  }
  .Floor002896 .info-show li .ytable {
    height: 100%;
  }
  .Floor002896 .info-show li.active {
    opacity: 1;
	z-index: 2;
  }
  .Floor002896 .carousel {
    float: left;
    width: 69%;
  }
  .Floor002896 .carousel .prevButton,
  .Floor002896 .carousel .nextButton {
    left: 100%;
  }
  .Floor002896 .carousel .prevButton {
    margin-left: -40px;
  }
}
@media (max-width: 1024px) {
  .Floor002896 .main {
    padding-bottom: 5%;
  }
  .Floor002896 .carousel {
    position: static;
  }
  .Floor002896 .carousel .prevButton {
    right: 40px;
  }
  .Floor002896 .carousel .nextButton {
    right: 0;
  }
  .Floor002896 .carousel .buttonNav {
    width: 100%!important;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .Floor002896 .info-show {
    padding: 4%;
  }
  .Floor002896 .info-show li {
    display: none;
  }
  .Floor002896 .info-show li.active {
    display: block;
  }
  .Floor002896 .info-show .time {
    margin-bottom: 2%;
  }
  .Floor002896 .info-show .Hmore {
    margin-top: 4%;
  }
}
@media (max-width: 640px) {
  .Floor002896 .main {
    padding-bottom: 8%;
  }
  .Floor002896 .info-show {
    padding: 4%;
  }
  .Floor002896 .info-show .title {
    font-size: 18px;
  }
}
.newsList .ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 calc(-33 / 1600 * 100%);
}
.newsList li {
  width: 33.33%;
  margin: 0 0 calc(90 / 1600 * 100%);
  padding: 0 calc(33 / 1600 * 100%);
}
.newsList .box {
  display: block;
  transition: all 0.4s;
}
.newsList figure {
  overflow: hidden;
}
.newsList figure i {
  display: block;
  padding-top: calc(340 / 491 * 100%);
  transition: all 0.4s;
}
.newsList article {
  position: relative;
  padding: 14% 0 8%;
  transition: all 0.4s;
}
.newsList article time {
  position: absolute;
  left: 0;
  top: -25px;
  z-index: 2;
  width: 150px;
  line-height: 50px;
  background-color: #1f4a7b;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 0 20px 0 20px;
}
.newsList article .tit {
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 3%;
}
.newsList article .des {
  color: #555555;
  line-height: 1.8;
  height: 58px;
}
.newsList .box:hover {
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.15);
}
.newsList .box:hover article {
  padding-left: 5%;
  padding-right: 5%;
}
.newsList .box:hover figure i {
  transform: scale(1.05);
}
.newsList .Pages {
  margin-top: 0;
}
@media (max-width: 768px) {
  .newsList article .tit {
    font-size: 18px;
  }
  .newsList article .des {
    height: 50px;
  }
  .newsList article time {
    font-size: 14px;
    width: 100px;
    line-height: 36px;
    top: -18px;
  }
}
@media (max-width: 640px) {
  .newsList .ul {
    margin: 0;
  }
  .newsList li {
    width: 100%;
    padding: 0;
  }
  .newsList article {
    padding-top: 8%;
    padding-bottom: 5%;
  }
  .newsList .des {
    height: auto;
  }
}
.newsInfo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.newsInfo.no_flex {
  display: block;
}
.newsInfo .left {
  width: 67%;
}
.newsInfo .newstitle {
  margin-bottom: 4%;
  border-bottom: 1px solid #eaeaea;
}
.newsInfo .newstitle h1 {
  font-size: 30px;
  color: #333333;
  font-weight: normal;
}
.newsInfo .newstitle p {
  color: #999999;
  padding: 3% 0 4%;
}
.newsInfo .article {
  line-height: 1.8;
  margin-bottom: 4%;
  padding-bottom: 4%;
  border-bottom: 1px solid #eaeaea;
}
.newsInfo .columns {
  padding-right: 160px;
  position: relative;
  min-height: 50px;
}
.newsInfo .columns .dot {
  line-height: 36px;
}
.newsInfo .Hmore {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.newsInfo .right {
  width: 28.2%;
  background-color: #f7f7f7;
  padding: calc(30 / 1280 * 100%);
}
.newsInfo .right .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 8%;
}
.newsInfo .right .tit {
  color: #333333;
  font-size: 16px;
  font-weight: normal;
  margin: 5px 0 0;
}
.newsInfo .right time {
  font-size: 14px;
  color: #555555;
}
.newsInfo .right figure {
  overflow: hidden;
  margin-bottom: 20px;
}
.newsInfo .right figure i {
  display: block;
  padding-top: calc(177 / 278 * 100%);
  transition: all 0.4s;
}
.newsInfo .right .more {
  width: 46px;
  height: 50px;
  background: url(../image/arrow_3_on.png) no-repeat center #93b654;
  display: block;
  border-radius: 0 20px 0 20px;
  margin: 15px 0 20px;
}
.newsInfo .right li:not(:first-child) {
  border-top: 1px solid #eee;
  padding: 9% 0;
}
.newsInfo .right li:not(:first-child) figure,
.newsInfo .right li:not(:first-child) .more {
  display: none;
}
.newsInfo .right li a {
  display: block;
}
.newsInfo .right li a:hover .tit {
  color: #93b654;
}
.newsInfo .right li a:hover figure i {
  transform: scale(1.05);
}
@media (max-width: 640px) {
  .newsInfo {
    flex-flow: column wrap;
  }
  .newsInfo .left,
  .newsInfo .right {
    width: 100%;
    margin-bottom: 5%;
  }
  .newsInfo .newstitle h1 {
    font-size: 22px;
  }
  .newsInfo .columns {
    padding-right: 110px;
  }
}
.CloudBox .ColumnName {
  padding-top: 5%;
}
.CloudBox .ColumnName .des {
  font-size: 16px;
  margin: 3.5% 0 3%;
}
.menu {
  line-height: 4.6875vw;
  background-color: #f3f7fb;
}
.menu .w1600 {
  display: flex;
  flex-flow: row-reverse wrap;
  align-items: center;
  justify-content: space-between;
}
.menu .current {
  background: url(../image/home.png) no-repeat left center;
  padding-left: 30px;
}
.menu .current * {
  display: inline-block;
}
.menu .current i {
  font-style: normal;
  font-family: serif;
  margin: 0 10px;
}
.menu a {
  color: #555555;
}
.menu a:hover {
  color: #7ea833;
}
.menu .ul {
  display: flex;
  flex-flow: row wrap;
}
.menu li {
  margin-right: 3.125vw;
  position: relative;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li span {
  display: block;
}
.menu li span > a {
  display: block;
  text-align: center;
  position: relative;
}
.menu li span > a::after {
  content: '';
  position: absolute;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: all 0.5s;
  width: 0;
  background-color: #1f4a7b;
}
.menu li.on span > a,
.menu li a:hover {
  color: #1f4a7b;
}
.menu li.on span > a::after,
.menu li a:hover::after {
  width: 100%;
}
.menu .sub {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  padding: 15px 20px;
  width: 205px;
  max-height: 250px;
  overflow: auto;
  box-shadow: 0px 0px 9px 1px rgba(1, 4, 9, 0.12);
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 10;
}
.menu .sub a {
  font-size: 14px;
  line-height: 2.1;
  color: #555555;
}
@media (max-width: 1600px) {
  .menu .sub {
    left: 0;
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  .menu .w1600 {
    justify-content: flex-start;
    flex-flow: column wrap;
  }
  .menu .current {
    display: none;
  }
  .menu .ul {
    width: 100%;
    line-height: 50px;
  }
  .menu .sub {
    display: none!important;
  }
}
.znyw_Cloud {
  position: relative;
  height: 747px;
}
.znyw_Cloud .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.znyw_Cloud .txtCon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}
.znyw_Cloud .txtCon .ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.znyw_Cloud .txtCon li {
  width: 40%;
  margin: 0 0 3.5%;
  padding-right: 13%;
  display: inline-flex;
  justify-content: flex-end;
}
.znyw_Cloud .txtCon li:nth-child(2n) {
  justify-content: flex-start;
  padding-right: 0;
  padding-left: 13%;
}
.znyw_Cloud .txtCon li:nth-child(3) {
  padding-right: 16.5%;
}
.znyw_Cloud .txtCon li:nth-child(4) {
  padding-left: 16.5%;
}
.znyw_Cloud .txtCon li:last-child,
.znyw_Cloud .txtCon li:nth-child(5) {
  margin-bottom: 0;
}
.znyw_Cloud .txtCon .box {
  max-width: 270px;
  background-color: rgba(42, 98, 154, 0.2);
  color: #fff;
  padding: 3.5% 5%;
  padding-right: 0;
  border-radius: 10px;
  position: relative;
  width: 100%;
}
.znyw_Cloud .txtCon .box::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 105%;
  height: 110%;
  border: 1px dashed #2a629a;
  opacity: 0.8;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.znyw_Cloud .txtCon .tit {
  font-size: 20px;
}
.znyw_Cloud .txtCon p {
  margin: 10px 0;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .znyw_Cloud {
    height: auto;
    padding: 6% 0;
  }
}
@media (max-width: 640px) {
  .znyw_Cloud .pic img {
    position: relative;
  }
  .znyw_Cloud .txtCon li {
    width: 48%;
    padding: 0!important;
    margin: 3% 0;
  }
  .znyw_Cloud .txtCon .box {
    background-color: #2a629a;
  }
  .znyw_Cloud .txtCon .tit {
    font-size: 16px;
  }
  .znyw_Cloud .txtCon p {
    margin: 5px 0;
  }
}
.dcgl_Cloud {
  margin-bottom: 5%;
}
.dcgl_Cloud .ward {
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0px 6px 16px 0px rgba(31, 74, 123, 0.11);
  border-radius: 10px;
  padding: 5%;
  justify-content: space-between;
}
.dcgl_Cloud .right {
  width: 48%;
}
.dcgl_Cloud .left {
  width: 47%;
}
.dcgl_Cloud .box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dcgl_Cloud .box .pic {
  width: 45%;
}
.dcgl_Cloud .box ul {
  width: 52%;
}
.dcgl_Cloud .box li {
  display: flex;
  align-items: center;
  position: relative;
}
.dcgl_Cloud .box li .icon {
  width: 65px;
  flex: 0 0 auto;
}
.dcgl_Cloud .box li:not(:last-child) {
  margin-bottom: 70px;
}
.dcgl_Cloud .box li:not(:last-child)::before {
  content: '';
  position: absolute;
  left: 13px;
  bottom: -45px;
  width: 2px;
  height: 19px;
  background-color: #1f4a7b;
}
.dcgl_Cloud .box .tit {
  color: #1f4a7b;
  font-size: 20px;
}
.dcgl_Cloud .box .des {
  color: #333333;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  .dcgl_Cloud .ward {
    flex-flow: column wrap;
  }
  .dcgl_Cloud .left,
  .dcgl_Cloud .right {
    width: 100%;
  }
  .dcgl_Cloud .left {
    margin-bottom: 5%;
  }
}
@media (max-width: 640px) {
  .dcgl_Cloud .box {
    flex-flow: column wrap;
  }
  .dcgl_Cloud .box .ul,
  .dcgl_Cloud .box .pic {
    width: 100%;
  }
  .dcgl_Cloud .box .ul {
    margin-bottom: 8%;
  }
  .dcgl_Cloud .box .tit {
    font-size: 16px;
  }
}
.submenu {
  text-align: center;
  margin-bottom: 3%;
}
.submenu a {
  display: inline-block;
  line-height: 60px;
  font-size: 30px;
  border-bottom: 1px solid transparent;
  margin: 0 2%;
}
.submenu a:hover,
.submenu a.aon {
  color: #1f4a7b;
  border-bottom-color: #1f4a7b;
}
@media (max-width: 768px) {
  .submenu {
    margin-bottom: 5%;
  }
  .submenu a {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .submenu a {
    font-size: 18px;
    line-height: 36px;
  }
}
.case_list .ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 calc(-35 / 1600 * 100%);
}
.case_list li {
  width: 33.33%;
  padding: 0 calc(35 / 1600 * 100%);
  margin-bottom: calc(50 / 1600 * 100%);
}
.case_list li a:hover figure i {
  transform: scale(1.05);
}
.case_list li a:hover .tit {
  color: #7ea833;
}
.case_list figure {
  overflow: hidden;
}
.case_list figure i {
  display: block;
  padding-top: calc(320 / 480 * 100%);
  width: 100%;
  transition: all 0.5s;
}
.case_list .tit {
  font-size: 20px;
  margin-top: 15px;
  padding-left: 20px;
  border-left: 8px solid #7ea833;
  line-height: 1;
}
@media (max-width: 768px) {
  .case_list .tit {
    font-size: 18px;
    padding-left: 10px;
  }
}
@media (max-width: 640px) {
  .case_list .ul {
    margin: 0 ;
  }
  .case_list li {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
  }
  .case_list .tit {
    font-size: 16px;
    border-width: 4px;
    padding-left: 8px;
    margin-top: 10px;
  }
}
.Solution_list {
  padding-top: 2%;
}
.Solution_list .ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 calc(-30 / 1600 * 100%);
}
.Solution_list li {
  width: 33.33%;
  padding: 0 calc(30 / 1600 * 100%);
  margin-bottom: calc(100 / 1600 * 100%);
}
.Solution_list li a:hover {
  color: #7ea833;
}
.Solution_list li a:hover figure i {
  transform: scale(1.05);
}
.Solution_list figure {
  overflow: hidden;
  width: 81.67%;
}
.Solution_list figure i {
  display: block;
  padding-top: calc(226 / 401 * 100%);
  width: 100%;
  transition: all 0.5s;
}
.Solution_list .txt {
  position: relative;
  border-radius: 3px;
  box-shadow: 0px 0px 9px 1px rgba(1, 4, 9, 0.12);
  width: 74.336%;
  margin: -16% 0 0 auto;
  padding: 5% 6% 9%;
  overflow: hidden;
}
.Solution_list .txt::after,
.Solution_list .txt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Solution_list .txt::after {
  background: url(../image/Solution_icon.png) no-repeat right bottom;
  background-size: 40%;
}
.Solution_list .txt::before {
  background-image: -moz-linear-gradient(50deg, #eff2f6 0%, #ffffff 100%);
  background-image: -webkit-linear-gradient(50deg, #eff2f6 0%, #ffffff 100%);
  background-image: -ms-linear-gradient(50deg, #eff2f6 0%, #ffffff 100%);
  opacity: 0.9;
}
.Solution_list .tit,
.Solution_list .des {
  position: relative;
  z-index: 2;
}
.Solution_list .tit {
  font-size: 24px;
}
.Solution_list .tit::after {
  content: '';
  display: block;
  width: 32px;
  height: 2px;
  background-color: #7ea833;
  margin: 20px 0 25px;
}
.Solution_list .des {
  line-height: 1.8;
  color: #333333;
  height: 58px;
}
@media (max-width: 768px) {
  .Solution_list li {
    width: 50%;
  }
  .Solution_list .tit {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .Solution_list .ul {
    margin: 0 ;
  }
  .Solution_list li {
    width: 100%;
    padding: 0;
    margin-bottom: 8%;
  }
  .Solution_list .tit {
    font-size: 16px;
  }
}
.Solution_info {
  display: flex;
  justify-content: space-between;
  color: #333333;
}
.Solution_info .left {
  width: 50%;
}
.Solution_info .right {
  width: 46%;
}
.Solution_info .title {
  font-size: 34px;
  margin-bottom: 5%;
}
.Solution_info .flex {
  flex-flow: row wrap;
  justify-content: space-between;
}

.Solution_info .flex li {
  padding-left: 50px;
  font-size: 20px;
  margin-bottom: 30px;
  position: relative;
}
.Solution_info .flex li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background: url(../image/S_tit1.png) no-repeat center;
}
.Solution_info .flex p {
  margin-top: 5px;
}
.Solution_info .flex .ProjectParty::before {
  background-image: url(../image/S_tit2.png);
}
.Solution_info .flex .Partners::before {
  background-image: url(../image/S_tit3.png);
}
.Solution_info .flex .Models::before {
  background-image: url(../image/S_tit4.png);
}
.Solution_info .flex .Time::before {
  background-image: url(../image/S_tit5.png);
}
.Solution_info .flex .Number::before {
  background-image: url(../image/S_tit6.png);
}
.Solution_info .name {
  color: #999999;
  display: block;
  font-size: 20px;
}
.Solution_info .row {
  width: 100%;
}
.Solution_info .row2 {
  width: 49%;
}
.Solution_info .Content {
  padding-left: 50px;
  position: relative;
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 10px;
}
.Solution_info .Content::before {
  content: '';
  position: absolute;
  left: 0;
  top: 30px;
  width: 35px;
  height: 35px;
  background: url(../image/S_tit7.png) no-repeat center;
}
.Solution_info .Content .name {
  margin-bottom: 10px;
}
.Solution_info .Content .con {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 1024px) {
  .Solution_info {
    flex-flow: column wrap;
  }
  .Solution_info .left,
  .Solution_info .right {
    width: 100%;
    margin-bottom: 5%;
  }
}
@media (max-width: 768px) {
  .Solution_info .flex li {
    font-size: 18px;
  }
  .Solution_info .name {
    font-size: 18px;
  }
  .Solution_info .Content::before {
    top: 25px;
  }
  .Solution_info .Content .con {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .Solution_info .title {
    font-size: 22px;
  }
  .Solution_info .row2 {
    width: 100%;
  }
}
.pro_list .ul {
  margin-bottom: 5%;
}
.pro_list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.pro_list li a:hover figure i img {
  transform: scale(1.05);
}
.pro_list li a:hover .Hmore {
  background-color: #1f4a7b;
  color: #fff;
}
.pro_list li a:hover .Hmore::after {
  background-image: url(../image/arrow_3_on.png);
}
.pro_list li .pic {
  width: 50%;
  padding-left: 3%;
  position: relative;
}
.pro_list li .pic::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #f3f7fb;
  width: 75%;
}
.pro_list li:nth-child(2n) a .pic {
  order: 3;
  padding-left: 4%;
}
.pro_list li:nth-child(2n) a .pic::before {
  right: 0;
  left: auto;
}
.pro_list li:nth-child(2n) .txt {
  padding-left: 10%;
}
.pro_list figure {
  padding-top: calc(450 / 750 * 100%);
  position: relative;
}
.pro_list figure i {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.pro_list figure i img {
  max-height: 100%;
  transition: all 0.5s;
}
.pro_list .txt {
  width: 50%;
  padding-left: 4%;
}
.pro_list .tit {
  font-size: 30px;
  font-weight: normal;
}
.pro_list .des {
  font-size: 18px;
  color: #333333;
  margin: 1.5% 0 5%;
}
.pro_list .Hmore {
  border-radius: 50px;
}
@media (max-width: 1024px) {
  .pro_list .tit {
    font-size: 20px;
  }
  .pro_list .des {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .pro_list li {
    margin-bottom: 10%;
  }
  .pro_list li a {
    flex-flow: row wrap;
  }
  .pro_list li .txt,
  .pro_list li .pic {
    width: 100%;
    padding: 0!important;
    margin-bottom: 5%;
  }
  .pro_list li figure i {
    justify-content: center;
  }
  .pro_list li:nth-child(2n) .txt {
    order: 4;
  }
  .pro_list .tit {
    font-size: 18px;
  }
  .pro_list .des {
    font-size: 14px;
  }
}
.pro_list_2 li .pic {
  padding-left: 0;
}
.pro_list_2 li .pic::before {
  width: 81.25%;
}
.pro_list_2 li:nth-child(2n) .txt {
  padding-left: auto;
  padding-right: 4%;
  display: inline-flex;
}
.pro_list_2 li:nth-child(2n) .txt article {
  margin-left: auto;
  margin-right: 0;
}
.pro_list_2 figure {
  padding-top: calc(450 / 800 * 100%);
}
.pro_list_2 figure i {
  justify-content: center;
  padding: 4%;
}
.pro_list_2 .des {
  margin: 18px 0 2.5vw;
}
.pro_list_2 .txt {
  padding-left: 3%;
}
@media (max-width: 640px) {
  .pro_list_2 li:nth-child(2n) .txt {
    padding: 0;
    display: block;
  }
  .pro_list_2 li:nth-child(2n) .txt article {
    margin-left: auto;
    margin-right: 0;
  }
  .pro_list_2 .des {
    margin: 1.5% 0 5%;
  }
}
.pro_list3 .ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -17px;
}
.pro_list3 li {
  width: 33.33%;
  padding: 0 17px;
  margin-bottom: 5%;
}
.pro_list3 .box {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.pro_list3 .box:hover figure i img {
  transform: scale(1.05);
}
.pro_list3 figure {
  position: relative;
  padding-top: calc(341 / 510 * 100%);
  margin-bottom: 10px;
}
.pro_list3 figure::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #f3f7fb;
  height: 75%;
}
.pro_list3 figure i {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.pro_list3 figure img {
  max-height: 100%;
  transition: all 0.5s;
}
.pro_list3 .tit {
  font-size: 24px;
  font-weight: normal;
}
.pro_list3 .des {
  color: #333333;
  margin: 2% 0 6%;
}
.pro_list3 .more {
  display: inline-block;
  padding-right: 25px;
  background: url(../image/arrow_1.png) no-repeat right center;
  color: #1f4a7b;
}
@media (max-width: 768px) {
  .pro_list3 .ul {
    margin: 0 -8px;
  }
  .pro_list3 li {
    padding: 0 8px;
  }
  .pro_list3 .tit {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .pro_list3 .ul {
    margin: 0 -5px;
  }
  .pro_list3 li {
    width: 50%;
    padding: 0 5px;
  }
  .pro_list3 .tit {
    font-size: 16px;
  }
}
.proItem {
  margin-bottom: 5%;
}
.proItem .scroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: auto;
  display: flex;
  flex-flow: row wrap;
}
.proItem .scroll.scroll::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.proItem .scroll.scroll::-webkit-scrollbar-thumb {
  background: #7ea833;
}
.proItem .scroll.scroll::-webkit-scrollbar-track {
  background: #e8ebef;
}
.proItem_one {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.proItem_one .left {
  width: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(../image/pro_bg.png) no-repeat center bottom;
  background-size: cover;
  min-height: 27.08333333vw;
  padding: 3% 7%;
}
.proItem_one .right {
  width: 50%;
  background-color: #f8f9fb;
  padding: 5% 5% 3.5%;
}
.proItem_one .tit {
  font-size: 42px;
  color: #333333;
  margin-bottom: 7%;
}
.proItem_one .des {
  margin-top: -2%;
  border-top: 1px solid #e4e5e7;
  color: #333333;
  padding: 2.8% 0 7%;
}
.proItem_one .content {
  color: #7ea833;
  line-height: 1.8;
}
.proItem_one .row2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.proItem_one .con {
  position: relative;
  padding-top: calc(260 / 590 * 100%);
}
.proItem_one .con .ul {
  padding: 2% 0 0;
  background-color: #f8f9fb;
  justify-content: space-between;
}
.proItem_one .con .ul li {
  width: 50%;
  display: inline-flex;
  margin-bottom: 5%;
}
.proItem_one .con .ul figure {
  width: 56px;
  flex: 0 0 auto;
}
.proItem_one .con .ul figure i {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: rgba(126, 168, 51, 0.051);
  border: 1px solid rgba(126, 168, 51, 0.25);
}
.proItem_one .con .ul figure img {
  max-height: 100%;
}
.proItem_one .con .ul .txt {
  width: calc(100% - 56px);
  padding: 0 1.5vw;
  color: #888888;
}
.proItem_one .con .ul h3 {
  font-size: 18px;
  color: #333333;
  margin-bottom: 8px;
  font-weight: normal;
}
@media (max-width: 1200px) {
  .proItem_one .tit {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .proItem_one {
    flex-flow: row wrap;
  }
  .proItem_one .left,
  .proItem_one .right {
    width: 100%;
  }
  .proItem_one .left {
    padding: 7%;
  }
}
@media (max-width: 640px) {
  .proItem_one .tit {
    font-size: 20px;
  }
  .proItem_one .con {
    padding-top: calc(260 / 260 * 100%);
  }
  .proItem_one .con .ul h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .proItem_one .row2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.proItem_two article {
  position: relative;
  /*padding-top: calc( 750 / 1600 * 100%); */
}
.proItem_two article .ul {
  padding-left: 2px;
  position: relative;
  max-height: 750px;
}
.proItem_two article li {
  width: calc(100% / 3 - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
  background-color: #f9f9f9;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 5% 2.5% 4%;
  position: relative;
}
.proItem_two article li::before {
  content: '';
  position: absolute;
  left: -2px;
  bottom: 0;
  width: 2px;
  height: 20%;
  transition: all 0.5s;
  background-color: #1f4a7b;
}
.proItem_two article li:hover::before {
  height: 100%;
  background-color: #7ea833;
}
.proItem_two article li:hover figure img {
  transform: rotateY(180deg);
}
.proItem_two article li:hover h3 {
  color: #7ea833;
}
.proItem_two article figure {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.proItem_two article figure img {
  max-height: 100%;
  transition: all 0.5s;
}
.proItem_two article h3 {
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  margin: 1% 0 5%;
}
.proItem_two article p {
  color: #555555;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .proItem_two article li {
    width: calc(100% / 2 - 25px);
  }
  .proItem_two article h3 {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .proItem_two article {
    /*padding-top: calc( 750 / 480 * 100%);*/
  }
  .proItem_two article .ul {
    max-height: 500px;
  }
  .proItem_two article li {
    width: calc(100% / 2 - 10px);
    margin-right: 10px;
  }
  .proItem_two article figure {
    width: 30px;
    height: 30px;
  }
  .proItem_two article h3 {
    font-size: 16px;
    margin-top: 10px;
  }
}
.Related_case .ul {
  margin: 0 -19px;
}
.Related_case li {
  padding: 0 19px;
}
.Related_case .box {
  display: flex;
  background: url(../image/case_bg.png) no-repeat right bottom #f9f9f9;
  align-items: center;
}
.Related_case figure {
  width: 57.62%;
  overflow: hidden;
}
.Related_case figure i {
  position: relative;
  padding-top: calc(280 / 450 * 100%);
  display: block;
  transition: all 0.5s;
}
.Related_case .txt {
  width: 42.38%;
  padding: 2% 6%;
}
.Related_case h3 {
  font-weight: normal;
  font-size: 26px;
  margin-bottom: 20px;
}
.Related_case h3::before {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  background-color: #7ea833;
  margin-bottom: 25px;
}
.Related_case .add {
  padding-left: 20px;
  background: url(../image/add_icon.png) no-repeat left center;
}
.Related_case .des {
  color: #1f4a7b;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .Related_case .ul {
    margin: 0 -5px;
  }
  .Related_case li {
    padding: 0 5px;
  }
  .Related_case h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .Related_case h3::before {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .Related_case .ul {
    margin: 0;
  }
  .Related_case h3 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .Related_case h3::before {
    margin-bottom: 5px;
  }
}
.proItem_three {
  color: #555555;
}
.proItem_three table {
  width: 100%;
  table-layout: fixed;
}
.proItem_three table td {
  padding: 25px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.proItem_three table .tit {
  color: #fff;
  background-color: #2a629a;
  text-align: left;
  padding-left: 6%;
}
@media (max-width: 640px) {
  .proItem_three article {
    overflow: auto;
  }
  .proItem_three article table {
    width: 200%;
  }
  .proItem_three article table td {
    padding: 10px;
  }
}
.aboutItem {
  padding: 5% 0;
}
.about_tit {
  font-size: 40px;
  color: #333333;
  margin-bottom: 3vw;
}
.about_tit.line::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background-color: #1f4a7b;
  margin-top: 18px;
}
.about_tit.center {
  text-align: center;
}
.about_tit.white {
  color: #fff;
}
@media (max-width: 768px) {
  .about_tit {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .about_tit {
    font-size: 20px;
  }
}
.aboutBox {
  background-position: center bottom;
  background-repeat: no-repeat;
}
.aboutBox .w1600 {
  display: flex;
  justify-content: center;
}
.aboutBox .left {
  width: 50%;
  padding-top: 2.5%;
}
.aboutBox .right {
  width: 47%;
  padding-left: 1%;
  position: relative;
  background: url(../image/about_icon1.png) no-repeat -38% top;
}
.aboutBox .right figure {
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 22% 0%);
  overflow: hidden;
}
.aboutBox article {
  line-height: 1.9;
}
.aboutBox .Vision {
  margin-top: 10%;
}
.aboutBox .Vision .ul {
  display: flex;
}
.aboutBox .Vision .ul li:not(:last-child) {
  margin-right: 7%;
}
.aboutBox .Vision .ul li:first-child p {
  max-width: 195px;
}
.aboutBox .Vision .tit {
  margin: 15px 0 15px;
}
.aboutBox .Vision .tit span {
  font-size: 20px;
  color: #333333;
}
.aboutBox .Vision .tit::after {
  content: '';
  display: block;
  background-color: #1f4a7b;
  width: 22px;
  height: 2px;
  margin-top: 15px;
}
.aboutBox .Vision .pic {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.aboutBox .Vision p {
  color: #888888;
  line-height: 1.9;
}
@media (max-width: 1024px) {
  .aboutBox .w1600 {
    flex-flow: column wrap;
  }
  .aboutBox .left,
  .aboutBox .right {
    width: 100%;
  }
  .aboutBox .right img {
    width: 100%;
  }
  .aboutBox .left {
    margin-bottom: 8%;
  }
}
@media (max-width: 640px) {
  .aboutBox .Vision .ul li:not(:last-child) {
    margin-right: 2%;
  }
  .aboutBox .Vision .tit span {
    font-size: 16px;
  }
}
.history {
  color: #fff;
  background-size: cover;
}
.history .w1600 {
  padding: 0 6.6%;
}
.history .slider-nav {
  margin-bottom: 2.5%;
}
.history .slider-nav::before,
.history .slider-nav::after {
  width: 9px;
  height: 9px;
  content: '';
  background-color: #cacfd5;
  top: 7px;
  position: absolute;
  transform: rotate(45deg);
}
.history .slider-nav::before {
  left: 0;
}
.history .slider-nav::after {
  right: 0;
}
.history .slider-nav li {
  text-align: center;
  font-size: 24px;
}
.history .slider-nav .line {
  display: block;
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.history .slider-nav .line::before,
.history .slider-nav .line::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #cacfd5;
}
.history .slider-nav .line i {
  width: 15px;
  height: 15px;
  border: 1px solid transparent;
  transform: rotate(45deg);
  margin: 0 10px;
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
}
.history .slider-nav .line i::before {
  width: 75%;
  height: 75%;
  content: '';
  background-color: #cacfd5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.history .slider-nav .slick-current {
  color: #7ea833;
}
.history .slider-nav .slick-current .line i {
  border-color: #7ea833;
}
.history .slider-nav .slick-current .line i::before {
  background-color: #7ea833;
}
.history .slider-nav .slick-arrow {
  top: 18%;
}
.history .slider-nav .slick-prev {
  left: -10%;
}
.history .slider-nav .slick-next {
  right: -10%;
}
.history .list {
  padding: 4% 0 7%;
  margin: 0 calc(-20 / 1345 * 100%);
}
.history .list .box {
  margin: 0 calc(20 / 650 * 100%);
  display: flex;
  padding: calc(20 / 650 * 100%);
  background: url(../image/about_icon2.png) no-repeat right center rgba(255, 255, 255, 0.2);
  align-items: center;
}
.history .list figure {
  width: 47.254%;
}
.history .list figure i {
  display: block;
  padding-top: calc(180 / 288 * 100%);
}
.history .list .txt {
  width: 52.746%;
  padding: 2% 2% 2% 7%;
}
.history .list .tit {
  font-size: 30px;
  color: #7ea833;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .history .slider-nav li {
    font-size: 20px;
  }
  .history .list {
    padding-bottom: 0;
  }
  .history .list .box {
    flex-flow: column wrap;
  }
  .history .list figure,
  .history .list .txt {
    width: 100%;
  }
  .history .list .tit {
    font-size: 18px;
  }
}
.honor .list {
  margin: 0 -calc(0.75%);
}
.honor .slick-slide {
  padding: 30px 0;
}
.honor .box {
  display: block;
  margin: 0 calc(12 / 380 * 100%);
}
.honor figure {
  position: relative;
  padding-top: calc(270 / 380 * 100%);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.honor figure i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor figure img {
  max-height: 100%;
  transition: all 0.5s;
}
.honor .slick-slide:hover figure img{
  transform: scale(1.1);
}
.honor .tit {
  text-align: center;
  font-size: 20px;
  margin-top: 28px;
}
@media (max-width: 640px) {
  .honor .tit {
    font-size: 14px;
    margin-top: 10px;
  }
}
.partner {
  padding: 8% 0;
}
.partner .w1600 {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 80px;
}
.partner .about_tit {
  position: absolute;
  width: 13%;
  padding-top: 13%;
  left: 30.2%;
  margin-bottom: 0;
  top: 40%;
  transform: translateY(-50%);
}
.partner .about_tit::before {
  content: ;
  content: '';
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  position: absolute;
  display: block;
  width: 160%;
  height: 160%;
  left: 50%;
  top: 50%;
  background: url(../image/about_icon3.png) no-repeat center #7ea833;
  transform: translate(-50%, -50%);
  background-size: contain;
}
.partner .about_tit span {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.partner .ul {
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
}
.partner li {
  grid-column-end: span 2;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  margin-top: -50%;
  grid-column-start: 2;
}
.partner li::before {
  content: '';
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  position: absolute;
  display: block;
  width: 90%;
  height: 90%;
  background-color: #fff;
  left: 5%;
  top: 5%;
}
.partner li figure {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner li figure img {
  max-height: 90%;
}
.partner .left {
  width: 30.65%;
}
.partner .left li:nth-child(5n - 4) {
  grid-column-start: 2;
}
.partner .left li:nth-child(5n - 3) {
  grid-column-start: auto;
}
.partner .left li:nth-child(5n - 2) {
  grid-column-start: 1;
}
.partner .left li:nth-child(5n - 1) {
  grid-column-start: 3;
}
.partner .left li:nth-child(5n) {
  grid-column-start: 5;
}
.partner .right {
  width: 57.188%;
}
.partner .right li {
  grid-column-start: auto;
}
.partner .right li:nth-child(14n) {
  grid-column-start: 10;
}
.partner .right li:nth-child(14n - 9),
.partner .right li:nth-child(14n + 1) {
  grid-column-start: 1;
}
.partner .right li:nth-child(-14n - 5) {
  grid-column-start: 9;
}
.partner .right li:nth-child(14n - 4) {
  grid-column-start: 2;
}
.partner .right li:first-child {
  grid-column-start: 2;
}
.partner .right li:nth-child(14n + 19) {
  grid-column-start: 9;
}
.partner .right li:nth-child(14n + 20) {
  grid-column-start: 2;
}
@media (max-width: 1200px) {
  .partner .about_tit {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .partner .about_tit {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .partner .w1600 {
    flex-flow: column wrap;
    margin-top: auto;
    padding-top: 5%;
  }
  .partner .about_tit {
    position: relative;
    margin-bottom: 10%;
    text-align: center;
    width: auto;
    padding-top: 0;
    left: 0;
  }
  .partner .about_tit::before {
    display: none;
  }
  .partner .about_tit span {
    position: relative;
    transform: none;
  }
  .partner .left,
  .partner .right {
    width: 100%;
    margin: 5% 0;
  }
  .partner .left {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
.Hbanner img {
  width: 100%;
}
.Hbanner .wapban {
  display: none;
}
.Hbanner .txtCon {
  position: absolute;
  left: 50%;
  top: 32%;
  transform: translate(-50%, -50%);
  max-width: 1600px;
  width: 94%;
  color: #fff;
}
.Hbanner .txtCon.right {
  text-align: right;
}
.Hbanner .txtCon.center {
  text-align: center;
}
.Hbanner .txtCon .cn {
  font-size: 65px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.Hbanner .txtCon .des {
  font-size: 30px;
  letter-spacing: 0.33em;
  transition-delay: 0.3s;
}
.Hbanner .ani {
  opacity: 0;
  transition-duration: 1s;
  transform: translateY(100px);
}
.Hbanner .ani-show .ani {
  opacity: 1;
  transform: translateY(0);
}
.Hbanner .slick-dots {
  position: absolute;
  left: 0;
  bottom: 3%;
  width: 100%;
  z-index: 2;
}
@media (max-width: 1200px) {
  .Hbanner .txtCon .cn {
    font-size: 40px;
  }
  .Hbanner .txtCon .des {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .Hbanner .wapban {
    display: block;
  }
  .Hbanner .pcban {
    display: none;
  }
  .Hbanner .txtCon {
    top: 45%;
  }
  .Hbanner .txtCon .cn {
    font-size: 30px;
  }
  .Hbanner .txtCon .des {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .Hbanner .txtCon {
    top: 50%;
  }
  .Hbanner .txtCon .cn {
    font-size: 26px;
    margin-bottom: 7px;
  }
  .Hbanner .txtCon .des {
    font-size: 16px;
  }
}
.Htitle {
  font-size: 40px;
}
.Htitle.center {
  text-align: center;
}
.Htitle .en {
  position: relative;
  text-transform: uppercase;
}
.Htitle .en span {
  z-index: 2;
  position: relative;
  display: inline-block;
  background-image: linear-gradient(#e2e2e2 50%, #fff 50%);
  background-size: 100% 2px;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.Htitle .cn {
  color: #333333;
  margin-top: 5px;
}
.Htitle .des {
  color: #333333;
  font-size: 20px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .Htitle {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .Htitle {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .Htitle {
    font-size: 22px;
  }
  .Htitle .des {
    font-size: 16px;
    margin-top: 10px;
  }
}
.Habout {
  display: flex;
  justify-content: space-between;
  padding: 5% 0;
  align-items: center;
}
.Habout .left {
  width: 49%;
}
.Habout .left .box {
  max-width: 740px;
  margin-right: 0;
  margin-left: auto;
  width: 94%;
}
.Habout .left article {
  margin: 7% 0;
  line-height: 1.8;
}
.Habout .left .add {
  margin-top: 3%;
  position: relative;
}
.Habout .left .add .img {
  width: 100%;
}
.Habout .left .add .txt {
  position: absolute;
  left: 29.2%;
  top: 53.6%;
  width: 12.028%;
}
.Habout .left .add .line {
  width: calc(56 / 89 * 100%);
  padding-top: calc(56 / 89 * 100%);
  position: absolute;
  left: 53%;
  transform: translateX(-50%);
  bottom: 121%;
  border-radius: 100%;
}
.Habout .left .add .line .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 16.08%;
  height: 16.08%;
  background-color: #7ea833;
}
.Habout .left .add .line::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 16.08%;
  height: 16.08%;
  animation: ripple_3 0.8s linear infinite;
}
.Habout .right {
  width: 51%;
  position: relative;
}
.Habout .right .btnplay {
  position: absolute;
  left: 75%;
  top: 58%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.Habout .right .btnplay::before {
  content: '';
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 10px;
  background: url(../image/play.png) no-repeat center;
}
.Habout .right aside {
  display: flex;
  flex-flow: column wrap;
}
.Habout .right aside .cn {
  color: #1f4a7b;
  margin-bottom: 6px;
}
.Habout .right aside .en {
  border-bottom: 1px solid rgba(31, 74, 123, 0.3);
  text-transform: uppercase;
  font-size: 14px;
}
@media (max-width: 768px) {
  .Habout {
    flex-flow: column wrap;
  }
  .Habout .left,
  .Habout .right {
    width: 100%;
  }
  .Habout .left .box {
    margin: 0 auto;
  }
}
@media (max-width: 640px) {
  .Habout .right .btnplay::before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .Habout .right aside .en {
    font-size: 12px;
  }
}
@-o-keyframes ripple_3 {
  0% {
    box-shadow: 0 0 0 0 rgba(126, 168, 51, 0.2), 0 0 0 0.3em rgba(126, 168, 51, 0.2), 0 0 0 0.7em rgba(126, 168, 51, 0.2), 0 0 0 1.2em rgba(126, 168, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0.3em rgba(126, 168, 51, 0.2), 0 0 0 0.7em rgba(126, 168, 51, 0.2), 0 0 0 1.2em rgba(126, 168, 51, 0.2), 0 0 0 2em rgba(126, 168, 51, 0);
  }
}
@keyframes ripple_3 {
  0% {
    box-shadow: 0 0 0 0 rgba(126, 168, 51, 0.2), 0 0 0 0.3em rgba(126, 168, 51, 0.2), 0 0 0 0.7em rgba(126, 168, 51, 0.2), 0 0 0 1.2em rgba(126, 168, 51, 0.2);
  }
  100% {
    box-shadow: 0 0 0 0.3em rgba(126, 168, 51, 0.2), 0 0 0 0.7em rgba(126, 168, 51, 0.2), 0 0 0 1.2em rgba(126, 168, 51, 0.2), 0 0 0 2em rgba(126, 168, 51, 0);
  }
}
.video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.85);
}
.video-box .close {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 4;
  right: 20px;
  top: 20px;
}
.video-box .close::before,
.video-box .close::after {
  position: absolute;
  content: '';
  width: 80%;
  left: 10%;
  height: 3px;
  top: 50%;
  margin-top: -1.5px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.video-box .close::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.video-box .ytable {
  height: 100%;
}
.video-box .ytable_cell {
  text-align: center;
}
.video-box video {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.Hpro {
  padding: 5% 0;
}
.Hpro .list {
  display: flex;
  justify-content: space-between;
  margin-top: 5.5%;
}
.Hpro .list li {
  width: 31%;
  position: relative;
}
.Hpro .list li:first-child figure {
  clip-path: polygon(100% 5%, 100% 95%, 0% 100%, 0% 0%);
}
.Hpro .list .box {
  position: relative;
  padding-right: 10%;
  display: block;
  padding-bottom: 5%;
}
.Hpro .list .box:hover figure::before {
  opacity: 1;
}
.Hpro .list .box:hover .img {
  opacity: 0;
}
.Hpro .list figure {
  position: relative;
  padding-top: calc(530 / 420 * 100%);
  clip-path: polygon(100% 0%, 100% 100%, 0% 95%, 0% 5%);
}
.Hpro .list figure i,
.Hpro .list figure::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Hpro .list figure::before {
  content: '';
  z-index: 2;
  background-color: #1f4a7b;
  opacity: 0.8;
  transition: all 0.5s;
}
.Hpro .list .img,
.Hpro .list .txt {
  position: absolute;
}
.Hpro .list .txt {
  width: 90%;
  padding: 5% 12%;
  z-index: 2;
  color: #fff;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
}
.Hpro .list .tit {
  font-size: 30px;
  font-weight: normal;
}
.Hpro .list .des {
  margin: 4vw 0;
  line-height: 1.6;
}
.Hpro .list .more {
  display: block;
  width: 58px;
  height: 63px;
  border: 1px solid #fff;
  background: url(../image/arrow_3_on.png) no-repeat center;
  border-radius: 0 20px 0 20px;
}
.Hpro .list .img {
  right: 0;
  bottom: 0;
  z-index: 3;
  max-height: 70%;
  max-width: 80%;
  transition: all 0.5s;
}
.Hpro .list .img img {
  max-height: 100%;
}
@media (max-width: 1024px) {
  .Hpro .list .img {
    max-width: 60%;
    max-height: 60%;
  }
  .Hpro .list .tit {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .Hpro .list .des {
    margin: 2.5vw 0;
  }
  .Hpro .list .more {
    width: 40px;
    height: 45px;
  }
}
@media (max-width: 640px) {
  .Hpro .list {
    flex-flow: column wrap;
  }
  .Hpro .list li {
    width: 100%;
    margin: 3% 0;
  }
}
.HSolution {
  padding-top: 5%;
}
.HSolution .list {
  display: flex;
  margin-top: 4%;
}
.HSolution .list li {
  width: 38.33%;
  transition: all 0.5s;
}
.HSolution .list li:nth-child(2) {
  margin: 0 -6%;
  clip-path: polygon(100% 0%, 85% 100%, 0% 100%, 15% 0%);
  position: relative;
  z-index: 2;
}
.HSolution .list li:nth-child(2) .des {
  max-width: 350px;
}
.HSolution .list li.hover {
  width: 70%;
  flex: 0 0 auto;
}
.HSolution .list li.hover:nth-child(2) {
  margin: 0 -11%;
}
.HSolution .list li.hover .txt {
  text-align: left;
  padding-left: 15%;
}
.HSolution .list li.hover .txt .des,
.HSolution .list li.hover .txt .Hmore {
  margin-left: 0;
}
.HSolution .list li.other .des {
  opacity: 0;
}
.HSolution .list li.other .Hmore {
  width: 58px;
  line-height: 62px;
  font-size: 0;
}
.HSolution .list li.other .Hmore::after {
  margin-left: 0;
  vertical-align: middle;
}
.HSolution .list li.other figure i::before {
  opacity: 0.8;
}
.HSolution .list .box {
  display: block;
  position: relative;
  height: 35.9375vw;
}
.HSolution .list .box figure,
.HSolution .list .box .txt {
  position: absolute;
}
.HSolution .list .box figure {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.HSolution .list .box figure i {
  display: block;
  width: 100%;
  height: 100%;
}
.HSolution .list .box figure i::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1f4a7b;
  opacity: 0.3;
}
.HSolution .list .txt {
  text-align: center;
  top: 8vw;
  left: 0;
  width: 100%;
  color: #fff;
}
.HSolution .list .tit {
  font-size: 40px;
  font-weight: normal;
}
.HSolution .list .des {
  margin: 2vw auto;
  max-width: 285px;
  font-size: 18px;
  line-height: 1.6;
  height: 58px;
}
.HSolution .list .Hmore {
  border-color: #fff;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.HSolution .list .Hmore::after {
  background-image: url(../image/arrow_3_on.png);
}
@media (max-width: 1024px) {
  .HSolution .list .tit {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .HSolution .list .des {
    width: 70%;
  }
}
@media (max-width: 640px) {
  .HSolution .list {
    flex-flow: column wrap;
  }
  .HSolution .list li {
    width: 100%!important;
    margin: 0!important;
  }
  .HSolution .list li:nth-child(2) {
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);
  }
  .HSolution .list .box {
    height: auto;
    padding-top: calc(690 / 691 * 100%);
  }
}
.searchList li {
  margin-bottom: 20px;
}
.searchList li a {
  display: block;
  position: relative;
  padding: 3% 3.5%;
  padding-right: 150px;
  background-color: #f9fafc;
  transition: all 0.5s;
}
.searchList li a:hover {
  background-color: #1f4a7b;
  color: #fff;
}
.searchList li a:hover time,
.searchList li a:hover .more {
  color: #fff;
}
.searchList li .tit {
  font-weight: normal;
  margin-bottom: 1%;
  font-size: 20px;
}
.searchList li time {
  color: #999999;
}
.searchList li .more {
  position: absolute;
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
  color: #888888;
  padding-right: 25px;
}
.searchList li .more::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border: solid #979797;
  border-width: 1px 1px 0 0;
  transform: translateY(-50%) rotate(45deg);
  right: 0;
  top: 50%;
}
@media (max-width: 640px) {
  .searchList li a {
    padding: 4%;
  }
  .searchList li .more {
    padding-right: 10px;
    display: inline-block;
    position: relative;
    transform: none;
    right: auto;
  }
  .searchList li time {
    display: block;
    margin: 6px 0;
    font-size: 14px;
  }
  .searchList li .tit {
    font-size: 16px;
  }
}

.web_link ul li{ padding:10px 0; border-bottom:dotted 1px #e4e4e4}
.web_link ul li b{ display:block; font-size:16px; font-weight:normal; margin: 10px 0;}
.web_link ul li span{ opacity:0.8; display:inline-block; white-space:nowrap; padding-right:20px;}