.banner .swiper-pagination-bullet-active {
  background: #1D428A;
}
.banner .swiper-button-prev,
.banner .swiper-button-next {
  background: none;
  box-sizing: content-box;
  padding: 5px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transform: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
  background: rgba(171, 202, 233, 0.5);
}
.banner .swiper-button-prev span,
.banner .swiper-button-next span {
  display: block;
  width: 27px;
  height: 44px;
  background-size: cover;
}
.banner .swiper-button-prev {
  left: 40px;
}
.banner .swiper-button-prev span {
  background: url("../../img/left.png") center;
}
.banner .swiper-button-next {
  right: 40px;
}
.banner .swiper-button-next span {
  background: url("../../img/right.png") center;
}
.banner .des {
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 1;
  width: 40%;
  cursor: auto;
}
.banner .des dt {
  font-size: 40px;
  margin-bottom: 15px;
}
.banner .des dt a {
  color: #333;
}
.banner .des dt a:hover {
  text-decoration: none;
}
.banner .des dd {
  font-size: 20px;
  margin-bottom: 15px;
}
.banner .des dd a {
  background: #1D428A;
  border-color: #1D428A;
  color: #fff;
}
.banner .img-box a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 43.41%;
  /* 根据图片高宽比设置向下内边距  高/宽 */
  background: #f5f5f5;
}
.banner .img-box a img {
  width: 100%;
}
.banner .img-box a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .banner .des dt {
    font-size: 22px;
  }
  .banner .des dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .banner .des dt {
    font-size: 28px;
  }
  .banner .des dd {
    font-size: 18px;
  }
}
.category-icon {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
}
.category-icon .category-box {
  margin: 0 auto;
}
.category-icon .category-boxbefore,
.category-icon .category-box:after {
  content: " ";
  display: table;
  zoom: 1;
}
.category-icon .category-box:after {
  clear: both;
}
.category-icon .item {
  padding: 0 15px;
  text-align: center;
}
.category-icon .item a {
  display: block;
  padding: 15px 0;
  color: #333;
}
.category-icon .item a:hover {
  background: #e3e3e3;
}
.category-icon .item a .iconfont {
  font-size: 80px;
  line-height: normal;
  color: #1D428A;
}
@media screen and (min-width: 1200px) {
  .category-icon .category-box {
    width: 1170px;
  }
}
@media screen and (max-width: 1199px) {
  .category-icon .category-box {
    width: 100%;
  }
}
.recommend-title {
  position: relative;
  padding: 80px 0 40px 0;
  text-align: center;
}
.recommend-title > p {
  line-height: 1.5;
  margin-bottom: 10px;
}
.recommend-title h2 {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  font-size: 40px;
  color: #1D428A;
  font-weight: normal;
  text-align: center;
}
.recommend {
  margin: 40px 0;
}
.recommend .common-box {
  float: left;
  width: 25%;
  padding: 5px;
}
.recommend .common-box .recommend-box:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.recommend .common-box .des {
  padding: 20px;
  background: #fff;
}
.recommend .common-box .des h3 {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
  line-height: 22px;
  height: 44px;
  margin: 0 0 5px;
  font-size: 15px;
}
.recommend .common-box .des h3 a,
.recommend .common-box .des h4 a {
  font-weight: 500;
  color: #333;
  font-size: 1.5rem;
}
.recommend .common-box .des h3 a:hover,
.recommend .common-box .des h4 a:hover {
  color: #1D428A;
  text-decoration: none;
}
.recommend .common-box .des .des-button {
  position: relative;
  overflow: hidden;
  height: 4.5rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #1D428A;
  background-size: 400%;
  color: #fff;
  border: none;
  width: 80%;
  margin-left: 2rem;
  margin-top: 1.3rem;
}
.recommend .common-box .des .des-button:hover::before {
  transform: scaleX(1);
}
.recommend .common-box .des .des-button-content {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.recommend .common-box .des .des-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #306de6;
  transition: all 0.475s;
}
.recommend .common-box .des span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
}
.recommend .common-box .des span a {
  display: block;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}
.recommend .common-box .des span a:hover {
  text-decoration: none;
}
.recommend .common-box .img-box {
  background: #fff;
}
.recommend .common-box .img-box a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  /* 根据图片高宽比设置向下内边距  高/宽 */
  background: #f5f5f5;
}
.recommend .common-box .img-box a img {
  width: 100%;
}
.recommend .common-box .img-box a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.new-box {
  padding: 15px;
  background: #fff;
}
.new-box h3 {
  padding-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
}
.new-box h3 a {
  float: right;
  font-size: 14px;
  color: #1D428A;
}
.new-box h3 a:hover {
  color: #1D428A;
}
.new-box .item {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
}
.new-box .itembefore,
.new-box .item:after {
  content: " ";
  display: table;
  zoom: 1;
}
.new-box .item:after {
  clear: both;
}
.new-box .item:nth-last-of-type(1) {
  border: none;
}
.new-box .item:nth-of-type(2n + 1) .img-box {
  float: left;
}
.new-box .item:nth-of-type(2n + 1) .des {
  padding: 5% 20px 0 60px;
}
.new-box .item:nth-of-type(2n + 2) .img-box {
  float: right;
}
.new-box .item:nth-of-type(2n + 2) .des {
  padding: 5% 60px 0 0;
}
.new-box .item .img-box {
  float: left;
  width: 50%;
  max-height: 300px;
  overflow: hidden;
}
.new-box .item .img-box img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.new-box .item .des {
  float: left;
  width: 50%;
}
.new-box .item .des:nth-of-type(1) {
  padding: 0 15px 0 0 !important;
}
.new-box .item .des h4 a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.new-box .item .des h4 a:hover {
  color: #1D428A;
}
.new-box .item .des p {
  margin: 10px 0;
}
.new-box .item .des p:nth-last-of-type(1) {
  margin: 0;
}
.new-box .item .des p span {
  color: #1D428A;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .new-box .item:nth-of-type(2n + 1) .des {
    padding: 0 20px 0 20px;
  }
  .new-box .item:nth-of-type(2n + 2) .des {
    padding: 0 20px 0 0;
  }
}
.snip1361 {
  font-family: 'Quattrocento', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 5px;
  min-width: 233px;
  max-width: 385px;
  height: 322px;
  width: 100%;
  color: #141414;
  text-align: left;
  line-height: 1.4em;
  font-size: 14px;
}
.snip1361 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1361 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1361 figcaption {
  position: absolute;
  top: calc(81%);
  width: 100%;
  background-color: #ffffff;
  padding: 57px 5px 120px;
}
.snip1361 figcaption:before {
  position: absolute;
  content: '';
  z-index: 2;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.snip1361 figcaption a h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.snip1361 h3,
.snip1361 p {
  margin: 0 0 10px;
}
.snip1361 h3 {
  font-weight: 300;
  font-size: 1em;
  line-height: 1.2em;
  font-family: 'Oswald', Arial, sans-serif;
  text-transform: uppercase;
}
.snip1361 p {
  font-size: 0.9em;
  letter-spacing: 1px;
  opacity: 0.9;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.snip1361 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.snip1361:hover figcaption,
.snip1361.hover figcaption {
  top: 90px;
}
.image-container {
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.hoverable-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  transition: transform 0.2s;
}
.new-recommendation-title {
  transition: all 0.5s ease-in-out;
  transform: translateY(100%);
  opacity: 0;
}
.new-recommendation-title.show {
  transform: translateY(0);
  opacity: 1;
}
.new-recommendation-title {
  text-align: center;
  padding: 40px 0;
}
.new-recommendation-title::before {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  content: "";
  background-color: #d6e4e4;
  transform: rotate(45deg);
  top: 100%;
  left: 50%;
  border-left-width: 0;
  border-top-width: 0;
}
.new-recommendation-title-one::before {
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  margin-left: -15px;
  content: "";
  background-color: #fff;
  transform: rotate(45deg);
  top: 100%;
  left: 50%;
  border-left-width: 0;
  border-top-width: 0;
}
.new-recommendation-title h3 {
  color: #1D428A;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.2;
}
.new-recommendation-title p {
  width: 35%;
  margin: 0 auto;
  color: #183876;
  font-size: 2.75rem;
}
.detail_page_four {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.detail_page_four h3 {
  font-size: 3.75rem;
  color: #0e2147;
}
.detail_page_four p {
  font-size: 2.75rem;
  line-height: 1.2;
  color: #3f3f3f;
}
.detail_page_four:nth-child(even) {
  text-align: right;
}
.detail_page_four:nth-child(even) .detail_page_text_cont {
  padding-right: 5rem;
  padding-left: 0;
  width: 39%;
}
.detail_page_text_cont {
  padding-right: 5rem;
  padding-left: 0;
}
.detail_page_text_cont p {
  margin-top: 5px;
}
.detail_page_text_cont_right {
  width: 39%;
  padding-right: 0;
  padding-left: 5rem;
}
.detail_page_text_cont_right p {
  margin-top: 5px;
}
.detail_page_img_content img {
  width: 600px;
  object-fit: cover;
}
.home-page-button {
  position: relative;
  overflow: hidden;
  height: 4.5rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: #1d428a;
  color: #fff;
  border: none;
  max-width: 100px;
  margin-top: 1.3rem;
}
.home-page-button span a {
  display: block;
  line-height: 40px;
}
.home-page-button:hover::before {
  transform: scaleX(1);
}
.home-page-button-content {
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.home-page-button-content a {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
}
.home-page-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: #306de6;
  transition: all 0.475s;
}
.category-list {
  display: flex;
  justify-content: space-around;
  margin: 40px 0;
  padding: 15px;
  background: #fff;
  overflow: hidden;
}
.category-listbefore,
.category-list:after {
  content: " ";
  display: table;
  zoom: 1;
}
.category-list:after {
  clear: both;
}
.category-list .category-item {
  padding: 0 5px;
}
.category-list .category-item .des a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 12px;
}
.category-list .category-item img {
  width: 80px;
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.category-list .category-item:nth-of-type(1) {
  padding-left: 0;
}
.category-list .category-item:nth-last-of-type(1) {
  padding-right: 0;
}
.category-list .category-item > div {
  overflow: hidden;
  padding: 8px 5px;
}
.category-list .category-item > div .img-box img {
  transition: all 0.4s linear;
}
.category-list .category-item > div .img-box img:hover {
  transform: scale(1.15);
}
.category-list .category-item > div:hover .des a {
  color: #1D428A;
}
.category-list .active > div {
  background: #f5f5f5;
}
.category-list .active > div .des a {
  color: #1D428A;
}
/*# sourceMappingURL=home-cn.css.map */