/* 非首页页头 */
.header[page] {
  color: #fff;
}
.header[page] .menu-item a,
.header[page] .language a {
  color: #fff;
}
.header[page] .header-logo{
  background: url(/static/images/logo.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.submenu-show[page] .header-logo{
  background: url(/static/images/logo.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.header[page] .header-line {
  background: #fff;
}
.submenu-show[page] .header-line {
  color: #fff;
}

.header[page] .menu .menu-item .txt {
  color: #fff;
}
.header[page] .menu .menu-item .txt:after {
  background: #fff;
}
.header[page] .sub-menu li {
  list-style: none;
}
.header[page] .sub-menu li::before {
  background: #fff;
}
.submenu-show[page] .menu-item a,
.submenu-show[page] .language a  {
  color: #fff;
}
.submenu-show[page] .menu .menu-item .txt {
  color: #fff;
}
.submenu-show[page] .bg_hover {
  color: #fff;
  background: #05315A;
}

.header[page] .search input {
  color: #fff;
}
.header[page] .search input:hover {
  color: #fff;
}
.header[page] .search input::-webkit-input-placeholder{
  color:#fff;
}
.submenu-show[page] .search, .submenu-show[page] .search input {
  color: #fff;
}
.submenu-show[page] .search input:hover {
  border: 1px solid;
  color: #fff;
}
.submenu-show[page] .search input::-webkit-input-placeholder{
  color: #fff;
}

.footer[page] {
  background-color: #F6F6F6;
}
.dev {
  background-color: #fff;
}
.dev-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}


.dev-bg {
  position: relative;
  width: 100%;
  height: 660px;
  border-radius: 0 0 0 40px;
  overflow: hidden;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 12px;
  z-index: 2;
}
.dev-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0 0 0 40px;
  z-index: -1;
  filter: brightness(0.8);
}
.dev-bg-title {
  font-size: 48px;
}

.dev-menu {
  margin: 20px 0 92px 0;
}
.mrl5 {
  margin: 0 5px;
}
.dev-desc-title {
  font-size: 38px;
  font-weight: 500;
  color: #04315A;
  text-align: center;
  margin-bottom: 30px;
}
.dev-leed {
  width: 100%;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.dev-leed-left {
  margin-right: 53px;
}
.dev-leed-img {
  width: 354px;
  height: 354px;
}
.dev-leed-desc {
  color: #332C2B;
  font-size: 12px;
  margin-top: 15px;
}
.dev-leed-title {
  font-size: 30px;
  font-weight: 500;
  color: #3E7668;
  line-height: 30px;
}
.dev-leed-text {
  font-size: 20px;
  font-weight: 500;
  color: #04315A;
  line-height: 30px;
  margin: 10px 0 30px 0;
}
.dev-leed-content {
  font-size: 15px;
  font-weight: 400;
  color: #05315A;
  line-height: 28px;
}
.dev-leed-content span {
  display: block;
}
.dev-leed-list {
  font-size: 18px;
  font-weight: 500;
  color: #04315A;
  line-height: 40px;
  display: flex;
  margin-top: 36px;
}
.dev-leed-list div {
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #707070;
}
.dev-leed-list div:last-child {
  padding: 0;
  margin: 0;
  border: none;
}
.dev-leed-list span {
  font-size: 48px;
  color: #ED0000;
  margin: 0 2px;
}
.dev-slider {
  position: relative;
  width: 100%;
  height: 674px;
  background: #F6F6F6;
  margin-top: 66px;
}
.dev-slider-container {
  position: relative;
  width: var(--maxWidth) !important;
  min-width: 1180px;
  height: 674px !important;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev-slider-item {
  position: relative;
  width: 100% !important;
  font-weight: 500;
  color: #05315A;
  line-height: 30px;
  text-align: center;
}
.dev-slider-title {
  font-size: 38px;
}
.dev-slider-desc {
  font-size: 20px;
  margin: 11px 0 41px 0;
}
.dev-slider-img {
  width: 380px;
  height: 380px;
  border-radius: 0 0 0 40px;
}
.dev-slider-info {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.dev-slider-card {
  width: 380px;
  height: 380px;
  border-radius: 0 0 0 40px;
  background-color: #fff;
}
.dev-card-title {
  font-size: 24px;
  font-weight: 500;
  color: #05315A;
  line-height: 30px;
}
.dev-card-score {
  color: #05315A;
  font-size: 20px;
}
.dev-card-score span {
  color: #ED0000;
  font-size: 24px;
}
.dev-card-desc {
  font-size: 14px;
  font-weight: 500;
  color: #3E7668;
  line-height: 30px;
}
.dev-card-full {
  width: 150px;
  height: 128px;
  margin-top: 12px;
}
.dev-slider-content {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.dev-slider-content .arrow-left {
  background: url(/static/images/develop/icon-left.png) no-repeat center center;
  position: absolute;
  left: 0px;
  top: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.dev-slider-content .arrow-right {
  background: url(/static/images/develop/icon-right.png) no-repeat center center;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer;
}
.dev-green {
  position: relative;
  width: var(--maxWidth);
  min-width: 1180px;
  padding: 55px 0 100px 0;
}
.dev-green-title {
  font-size: 38px;
  font-weight: 500;
  color: #05315A;
  margin-bottom: 56px;
}
.dev-swiper {
  width: calc(100% - 68px);
  height: auto;
}
.dev-news {
  position: relative;
  width: 270px !important;
  height: 300px !important;
  background-color: #F6F6F6;
  border-radius: 0 0 0 40px; 
  margin: 0 calc((var(--maxWidth) - 1148px) / 8);
  cursor: pointer;
}
.dev-news a {
  text-decoration: none;
}
.dev-news-img {
  width: 100%;
  height: 154px;
  overflow: hidden;
  border-radius: 0 0 0 40px;
}
.dev-news-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 2s ease;
}
.dev-news:hover .dev-news-img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.dev-news-info {
  width: 100%;
  height: 153px;
  padding: 20px 17px 0 17px;
  line-height: 24px;
}
.dev-nes-info-group {
  font-size: 13px;
  color: #919191;
}
.dev-news-title {
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-weight: 500;
  color: #05315A;
}
.dev-news-date {
  font-size: 15px;
  color: #919191;
}
.dev-news-more {
  text-align: right;
  font-size: 13px;
  color: #05315A;
}



.pagination-pc {
  position: absolute;
  z-index: 20;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pagination-pc .swiper-pagination-switch {
  display: block;
  width: 10px;
  height: 80px;
  border-radius: 8px;
  background: #dcd4d4;
  margin: 0 0px 5px;
  opacity: 0.5;
  border: 1px solid #fff;
  cursor: pointer;
}
.pagination-pc .swiper-active-switch {
  background: #fff;
}
.dev-leed-left-min,
.dev-slider-min,
.dev-list-min {
  display: none;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .header {
    background-color: #04315A;
  }
  .header[page] .header-logo {
    background: url(/static/images/logo.png) no-repeat 0 0;
    background-size: 100% 100%;
  }
  .min-footer {
    background-color: #F6F6F6;
  }
  .dev-menu {
    position: absolute;
    top: 85px;
    z-index: 10;
    left: 0;
    color: #fff;
    padding-left: 5%;
    margin: 0;
  }
  .dev-menu a {
    color: #fff;
  }
  .dev-leed {
    height: auto;
    flex-direction: column-reverse;
    padding: 0 5%;
  }
  .dev-leed-left {
    display: none;
  }
  .dev-leed-left-min {
    display: block;
    margin-top: 30px;
  }
  .dev-desc-title {
    margin: 30px 0;
  }
  .dev-desc-title span {
    display: block;
  }
  .dev-leed-text {
    margin: 30px 0;
    font-size: 16px;
  }
  .dev-leed-content span {
    display: contents;
  }
  .dev-leed-img {
    width: 158px;
    height: 158px;
  }
  .dev-leed-list {
    flex-direction: column;
  }
  .dev-leed-list div {
    border-right: none;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #707070;
  }
  .dev-slider {
    display: none;
  }
  .dev-slider-min {
    display: block;
    position: relative;
    width: var(--maxWidth);
    min-width: 100%;
    margin-top: 50px;
    height: 100vh;
    overflow-x: hidden;
  }
  .dev-slider-img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 0;
    object-fit: cover;
  }
  .dev-slider-item {
    height: 100vh;
  }
  .pagination-min {
    bottom: 30px;
  }
  .pagination-min .swiper-pagination-switch {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: transparent;
    margin: 0 15px;
    border: 1px solid #fff;
    cursor: pointer;
  }
  .pagination-min .swiper-active-switch {
    background-color: #fff;
  }
  .dev-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 342px;
    color: #fff;
    line-height: 1.5;
    padding: 50px 0 0 0;
    font-size: 18px;
    background: linear-gradient(360deg, rgba(255,255,255,0) 0%, #000000 100%);
  }
  .dev-slider-title {
    font-size: 30px;
  }
  .dev-slider-info {
    position: absolute;
    bottom: 77px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
  }
  .dev-slider-card {
    position: relative;
    width: 95%;
    height: 135px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0px 0px 0px 40px;
    margin-top: 22px;
  }
  .dev-card-full {
    position: absolute;
    top: -13px;
    left: -20px;
    width: 81px;
    height: 69px;
    margin-top: 0;
  }
  .dev-slider-content {
    display: none;
  }
  .dev-green-title {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .dev-green {
    width: 100%;
    min-width: 100%;
    padding: 50px 0 30px 0;
  }
  .dev-list-min {
    display: block;
    position: relative;
    width: 100%;
    min-height: 25rem;
    padding: 0 5%;
  }

  .dev-list {
    position: relative;
    padding: 0px 0 80px 0;
  }
  

  .dev-item {
    display: flex;
    width: 100%;
    height: 150px;
    border-radius: 0px 0px 0px 30px;
    align-items: flex-start;
    background: #F6F6F6;
    margin: 15px 0;
  }
  .dev-item-img {
    width: 100px;
    height: 120px;
    border-radius: 0px 0px 0px 30px;
  }
  .dev-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 0px 0px 30px;
  }
  .dev-info {
    width: calc(100% - 100px);
    height: auto;
    padding: 7px 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }
  .dev-info-group {
    font-size: 13px;
    font-weight: 400;
    color: #919191;
  }
  .dev-info-title {
    margin: 13px 0;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 45px;
    font-size: 15px;
    font-weight: 500;
    color: #05315A;
  }
  .dev-info-date {
    font-size: 15px;
    font-weight: 400;
    color: #919191;
  }
  .dev-info-btn {
    font-size: 13px;
    font-weight: 400;
    color: #05315A;
    /* letter-spacing: 2px; */
    text-align: right;
  }
}

@media screen and (min-width: 769px) and (max-width: 959px) {
  .dev-news {
    width: 200px !important;
    margin: 0 calc((var(--maxWidth) - 868px) / 8);
  }
}

@media screen and (min-width: 960px) and (max-width: 1399px) {
  .dev-news {
    width: 250px !important;
    margin: 0 calc((var(--maxWidth) - 1068px) / 8);
  }

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}
