/* 通用 */
body {
  padding: 0;
}

.dth_wh {
  width: 96%;
  max-width: 1600px;
  display: block;
  margin: 0 auto;
}
.dth_wh.wh1500 {
  max-width: 1500px;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.flex::before,
.flex::after {
  display: none;
}

.fixed_ratio {
  position: relative;
  overflow: hidden;
  padding-top: calc(3 / 4 * 100%);
}
.fixed_ratio img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.enlarge .imgs {
  overflow: hidden;
  position: relative;
}
.enlarge .imgs img {
  transform: scale(1);
  transition: 0.5s ease;
}
.enlarge:hover .imgs img {
  transform: scale(1.08);
}

@media (max-width: 1200px) {
  .dth_wh {
    width: 100%;
    padding: 0 15px;
  }
  /* .fp-enabled body,
  body {
    padding-top: 60px;
  } */
}
@media (max-width: 991px) {
  .fp-enabled body,
  body {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .fp-enabled body,
  body {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .dth_wh {
    padding: 0 12px;
  }
}

/* 插件整体样式修改 */
.slick-arrows {
  outline: none;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
  display: flex;
  width: 24px;
  height: 44px;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  background: none;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ffffff;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: absolute;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* left: 12px;
  top: 50%; */
  /* margin-top: -20px; */
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
}

.swiper-button-next {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.swiper-pagination {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 5%;
  left: 0;
}

.swiper-pagination .swiper-pagination-bullet {
  outline: none;
  margin: 0 1em;
}

@media (max-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}


/* 整体翻屏设置 */
.section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
  .section,
  .fp-tableCell {
    height: auto!important;
  }
}
@media (max-width: 1024px) {
}
@media (max-width: 990px) {
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}


/* 头部 */
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 95;
  padding: 25px 0;
}
header .dth_wh {
  align-items: center;
}
.logo {
  width: 30%;
}
.logo a {
  display: block;
}
.logo img {
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}
.search {
  margin-left: auto;
  flex-shrink: 0;
  position: relative;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search_btn {
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto calc(18 / 30 * 100%);
  background-image: url("../image/495e50a9e95e4dd192ad7697ae93f088e4b2bd7e.png");
  cursor: pointer;
}
.search_form {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}
#formsearch1 {
  width: 240px;
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
#formsearch1 input {
  border: none;
  background: none;
  outline: none;
  height: 42px;
}
#formsearch1 input#keyword1 {
  width: calc(100% - 50px);
  font-size: 14px;
  font-weight: normal;
  padding: 0 1em;
  color: #333333;
}
#formsearch1 input#keyword1::placeholder {
  color: #999999;
}
#formsearch1 input#s_btn1 {
  width: 50px;
  background-color: #2d257b;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto calc(18 / 42 * 100%);
  background-image: url("../image/495e50a9e95e4dd192ad7697ae93f088e4b2bd7e.png");
}

/* 导航 */
nav {
  flex-grow: 1;
  margin: 0 4%;
}
.x-menu {
  width: 100%;
  justify-content: center;
}

.x-menu > li {
  position: relative;
  margin-right: 7.8%;
}
.x-menu > li:last-child {
  margin-right: 0;
}

.x-menu > li > a {
  display: block;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 0px;
	color: #ffffff;
}

.x-menu > li:hover > a,
.x-menu > li.active > a {
}

.x-menu > li:hover > a {
  color: #ffffff;
  opacity: 0.7;
}
.x-menu > li.active > a {
}

.x-sub-menu {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  width: 150px;
  transform: translateX(-50%);
  background-color: #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
}
.x-sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  left: 0;
  bottom: 100%;
  opacity: 0;
  position: absolute;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #333;
  line-height: 2;
  padding: 0.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.x-sub-menu > li:hover > a {
  background: #2d257b;
  color: #ffffff;
}

.x-menu > li .x-sub-menux {
  display: none;
}
.x-menu > li .x-sub-menux li {
  position: relative;
}
.x-menu > li .x-sub-menux li a {
  display: block;
}
.x-menu > li .x-sub-menu li:hover .x-sub-menux {
}
.x-menu > li .x-sub-menux li:hover a {
}


@media (max-width: 1560px) {
}
@media (max-width: 1440px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  header {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
}

/* banner */
#banner {
  position: relative;
}
#banner li {
}
#banner li a {
  display: block;
}
#banner li .imgs {
  display: block;
}
#banner li .imgs img {
  width: 100%;
  min-height: 240px;
  object-fit: cover;
}
#banner .hi {
  display: none;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 50px;
  height: 65px;
  background-color: rgba(255, 255, 255, 0.5);
}

#banner .swiper-button-prev {
  left: 0;
}

#banner .swiper-button-next {
  right: 0;
}

#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: #ff4500;
}

/* #banner .swiper-button-prev::after,
#banner .swiper-button-next::after {
  width: 16px;
  height: 16px;
  border-color: transparent transparent #4d4d4d #4d4d4d;
  position: relative;
  left: 0;
  top: 0;
  margin: 0;
}

#banner .swiper-button-prev:hover::after,
#banner .swiper-button-next:hover::after {
  border-color: transparent transparent #ffffff #ffffff;
} */

#banner .swiper-pagination {
  bottom: 5%;
}

#banner .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.5;
  margin: 0 8px;
}

#banner .swiper-pagination-bullet:hover,
#banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
  opacity: 1;
}
.banner_mouse {
  position: absolute;
  left: 50%;
  bottom: 10.5%;
  transform: translateX(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../image/ccd7f31ad85ad413dd7ef8e7a652c841ad41737f.png");
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .banner_mouse {
    width: 50px;
    height: 50px;
  }
  #banner li .imgs img {
    min-height: 220px;
  }
}
@media (max-width: 990px) {
  #banner li .imgs img {
    min-height: 200px;
  }
  .banner_mouse {
    display: none;
  }
  #banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  #banner li .imgs img {
    min-height: 180px;
  }
  #banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
}

/* 相同标题 */
.titles {
  text-align: center;
}
.titles h2 {
  font-size: 46px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #333333;
}
.titles h4 {
  font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #999999;
}
.titles.white h2 {
  color: #ffffff;
}

@media (max-width: 1660px) {
  .titles h2 {
    font-size: 2.8vw;
  }
  .titles h4 {
    font-size: 19px;
  }
}
@media (max-width: 1440px) {
  .titles h4 {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .titles h2 {
    font-size: 36px;
  }
  .titles h4 {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .titles h2 {
    font-size: 30px;
  }
  .titles h4 {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .titles h2 {
    font-size: 24px;
  }
  .titles h4 {
    font-size: 14px;
  }
}

/* 产品应用 */
.product {
  padding: 70px 0 4.4%;
  overflow: hidden;
}
.product_cont {
  margin-top: 24px;
}
.product_cont ul {
  justify-content: space-between;
}
.product_cont li {
  width: 50%;
}
.product_cont li a {
  display: block;
}
.product_cont li .imgs {
  padding-top: calc(690 / 960 * 100%);
}
.product_cont li .text {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 5%;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.5s ease;
}
.product_cont li:hover .text {
  background-color: rgba(0, 0, 0, 0.5);
}
.product_cont li .text h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  line-height: 2;
}
.product_cont li .text .bts {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3;
	letter-spacing: 0px;
	color: #ffffff;
  width: 10em;
	background-color: #2d257b;
	border-radius: 5px;
  display: block;
  margin: 2em auto 0;
  text-align: center;
}
.product_cont li .text .bts:hover {
  background-color: rgba(46, 37, 123, 0.7);
}
.product_cont li .text .bts span {
  font-family: "宋体";
  margin-left: 0.5em;
}


@media (max-width: 1660px) {
  .product {
    padding: 4.2% 0;
  }
}
@media (max-width: 1440px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 990px) {
  .product_cont {
    margin-top: 20px;
  }
  .product_cont ul {
    flex-wrap: wrap;
  }
  .product_cont li {
    width: 100%;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .product {
    padding: 24px 0;
  }
  .product_cont {
    margin-top: 15px;
  }
}

/* 关于我们 */
.about {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /* padding: 76px 0 120px; */
  padding: 76px 0 6.25%;
}
.about .dth_wh {
  max-width: 1270px;
}
.ab_tit {
  text-align: center;
  font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 2.2%;
}
.about_text {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.9;
	letter-spacing: 0px;
	color: #fefefe;
  text-align: center;
  margin-top: 1em;
}
.about_a {
  margin-top: 2.2%;
}
.about_a a {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 3;
	letter-spacing: 0px;
	color: #ffffff;
  width: 10em;
	background-color: #2d257b;
	border-radius: 5px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.about_a a:hover {
  background-color: rgba(46, 37, 123, 0.7);
}
.about_a a span {
  font-family: "宋体";
  margin-left: 0.5em;
}
.about_uls {
  margin-top: 8.8%;
}
.about_uls ul {
  justify-content: space-around;
}
.about_uls li {
  margin: 0 2%;
}
.about_uls li a {
  display: block;
  text-align: center;
}
.about_uls li h4 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.about_uls li h4 p {
  font-size: 58px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #ffffff;
}
.about_uls li h4 span {
  font-size: 22px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-left: 0.4em;
}
.about_uls li .sums {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-top: 1em;
}

@media (max-width: 1660px) {
  .about {
    padding: 4.5% 0 6.5%;
  }
}
@media (max-width: 1440px) {
  .about_text {
    font-size: 17px;
  }
  .about_uls li h4 p {
    font-size: 4vw;
  }
  .about_uls li h4 span {
    font-size: 1.52vw;
  }
}
@media (max-width: 1200px) {
  .ab_tit {
  }
  .about_text {
    font-size: 16px;
  }
  .about_a a {
    font-size: 15px;
  }
  .about_uls li .sums {
    font-size: 15px;
  }
}
@media (max-width: 990px) {
  .about {
    padding: 36px 0 45px;
  }
  .ab_tit {
    font-size: 16px;
    margin-top: 12px;
  }
  .about_text {
    font-size: 15px;
  }
  .about_a {
    margin-top: 20px;
  }
  .about_a a {
    font-size: 14px;
  }
  .about_uls {
    margin-top: 36px;
  }
  .about_uls li h4 p {
    font-size: 36px;
  }
  .about_uls li h4 span {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .about {
    padding: 24px 0 30px;
  }
  .ab_tit {
    font-size: 15px;
  }
  .about_text {
    font-size: 14px;
    line-height: 1.8;
  }
  .about_a a {
    font-size: 13px;
  }
  .about_uls {
    margin-top: 30px;
  }
  .about_uls ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about_uls li {
    margin: 0;
    width: 47%;
  }
  .about_uls li:nth-child(n+3) {
    margin-top: 30px;
  }
  .about_uls li h4 p {
    font-size: 30px;
  }
  .about_uls li h4 span {
    font-size: 14px;
  }
  .about_uls li .sums {
    font-size: 14px;
    margin-top: 0.8em;
  }
}
@media (max-width: 400px) {
  .ab_tit {
    font-size: 14px;
  }
}

/* 新闻资讯 */
.news {
	background-color: rgba(191, 191, 191, 0.12);
  padding: 72px 0;
  overflow: hidden;
}
.news_cont {
  justify-content: space-between;
  align-items: unset;
  margin-top: 3%;
}
.news_left {
  width: 50%;
}
.news_left a {
  display: block;
  padding: 4.2% 6% 4.7%;
	background-color: #ffffff;
  height: 100%;
  
filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.09));
}
.news_left .text {}
.news_left .text h4 {
  font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2d257b;
}
.news_left .text .sums {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.75;
	letter-spacing: 0px;
	color: #999999;
  height: 3.5em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.9em;
  text-indent: 2em;
}
.news_left .times {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #2d257b;
  padding-left: 1.5em;
  position: relative;
  z-index: 20;
  margin: 4.2% 0 0.5em 4.5%;
}
.news_left .times::before {
  content: "";
  display: block;
  width: 3px;
	height: 6.25em;
	background-color: #2d257b;
  position: absolute;
  top: 0;
  left: 0;
}
.news_left .times p {
	font-size: 30px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 0.8;
	letter-spacing: 0px;
	color: #2d257b;
  margin-bottom: 0.2em;
}
.news_left .imgs {
  /* margin-top: ; */
  position: relative;
  z-index: 10;
}
.news_left .imgs img {
  width: 100%;
}

.news_right {
  width: 46.8%;
}
.news_right ul {
  flex-flow: column;
}
.news_right li {
  width: 100%;
}
.news_right li:nth-child(n+2) {
  margin-top: 6.4%;
}
.news_right li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_right li .times {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 8.375em;
	height: 8.375em;
	background-color: #ffffff;
	border: solid 1px #eeeeee;
  flex-shrink: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #666666;
}
.news_right li:hover .times {
	background-color: #2d257b;
	border: solid 1px #2d257b;
  color: #ffffff;
}
.news_right li .times p {
	font-size: 52px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: 0px;
	color: #555555;
  margin-bottom: 1px;
}
.news_right li:hover .times p {
  color: #ffffff;
}
.news_right li .text {
  flex-grow: 1;
  margin-left: 5.2%;
  overflow: hidden;
}
.news_right li .text h4 {
  font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #000000;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news_right li:hover .text h4 {
  color: #2d257b;
  font-weight: bold;
}
.news_right li .text .sums {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #999999;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3em;
  margin-top: 0.65em;
}
.news_right li .text .mors {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 1.7;
	letter-spacing: 0px;
	color: #999999;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  margin-top: 1.2em;
}
.news_right li:hover .text .mors {
	color: #2d257b;
}
.news_right li .text .mors::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #2d257b;
}
.news_right li:hover .text .mors::before {
  width: 4.6em;
  margin-right: 1.1em;
}
.news_right li .times,
.news_right li .times p,
.news_right li .text h4,
.news_right li .text .mors::before {
  transition: 0.3s ease;
}

@media (max-width: 1660px) {
  .news {
    padding: 4.2% 0;
  }
  .news_left .text h4 {
    font-size: 19px;
  }
  .news_left .text .sums {
    font-size: 15px;
  }
  .news_left .times {
    font-size: 1vw;
  }
  .news_left .times p {
    font-size: 1.8vw;
  }
  .news_right li .times {
    font-size: 1vw;
  }
  .news_right li .times p {
    font-size: 3.1vw;
  }
  .news_right li .text h4 {
    font-size: 1.08vw;
  }
  .news_right li .text .sums {
    font-size: 15px;
  }
  .news_right li .text .mors {
    font-size: 13px;
  }
}
@media (max-width: 1440px) {
  .news_left .text h4 {
    font-size: 18px;
  }
  .news_left .times::before {
    height: 6em;
  }
  .news_right li:nth-child(n+2) {
    margin-top: 6%;
  }
  .news_right li .text h4 {
    font-size: 16px;
  }
  .news_right li .text .mors {
    margin-top: 1em;
  }
}
@media (max-width: 1200px) {
  .news_left .text h4 {
    font-size: 18px;
  }
  .news_left .text .sums {
    font-size: 14px;
  }
  .news_left .times::before {
    height: 5em;
  }
  .news_left .times p {
    font-size: 22px;
  }
  .news_left .times {
    font-size: 13px;
  }
  .news_right li:nth-child(n+2) {
    margin-top: 5%;
  }
  .news_right li .times {
    font-size: 12px;
  }
  .news_right li .times p {
    font-size: 32px;
  }
  .news_right li .text .sums {
    font-size: 14px;
  }
  .news_right li .text .mors {
    font-size: 13px;
  }
}
@media (max-width: 990px) {
  .news {
    padding: 32px 0;
  }
  .news_cont {
    flex-flow: column;
    margin-top: 24px;
  }
  .news_left {
    width: 100%;
  }
  .news_left a {
    padding: 20px 24px;
  }
  .news_right {
    width: 100%;
    margin-top: 30px;
  }
  .news_right li:nth-child(n+2) {
    margin-top: 20px;
  }
  .news_right li .text {
    margin-left: 24px;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .news {
    padding: 24px 0;
  }
  .news_cont {
    margin-top: 20px;
  }
  .news_left a {
    padding: 15px;
  }
  .news_left .text h4 {
    font-size: 17px;
  }
  .news_left .text .sums {
    margin-top: 0.5em;
  }
}

/* 底部 */
footer {
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto 100%;
  background-image: url("../image/74a01bf1959450cb85285286c1e5bc9b8aff41a2.png");
}
footer::before {
  content: "";
  display: block;
	background-color: rgba(191, 191, 191, 0.12);
  padding-top: calc(32 / 1920 * 100%);
  width: 100%;
}
.layout {
  padding: 42px 0 80px;
}
.layout_tit {
  font-size: 22px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 1.5;
	letter-spacing: 0px;
	color: #ffffff;
  margin-bottom: 1em;
}
.layout_tit h4 {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.layout_nav {
  width: 53%;
}
.layout_nav .fot_nav {
  justify-content: space-between;
}
.layout_nav .fot_nav::after {
  content: "";
  display: block;
  width: 1px;
  height: 207px;
  background-color: #ffffff;
  opacity: 0.1;
}
.layout_nav .fot_nav dl {
  flex: 1;
  padding-right: 5%;
}
.layout_nav .fot_nav dd {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.layout_nav .fot_nav dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.8);
}
.layout_nav .fot_nav dd a:hover {
  color: #ffffff;
}
.layout_contact {
  margin-left: 7.5%;
  flex-grow: 1;
}
.layout_contact .wzs {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.8);
}
.layout_ewm {
  margin-left: 4%;
  text-align: center;
  flex-shrink: 0;
  width: 126px;
  max-width: 9%;
}
.layout_ewm img {
  max-width: 100%;
}
.layout_ewm p {
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.8);
  margin-top: 0.75em;
}

.foots {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 2;
	letter-spacing: 0px;
	color: rgba(255, 255, 255, 0.5);
  padding: 1.5em 0;
  text-align: center;
}
.foots .dth_wh {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.foots .dth_wh>div {
  margin: 0 0.2em;
}
.foots a {
  font-size: inherit;
  color: inherit;
}
.foots a:hover {
  color: #ffffff;
}
.clearboth {
  width: 100%;
  display: block;
  clear: both;
}
.ft_link {}

@media (max-width: 1660px) {
  .layout {
    padding: 42px 0 4.5%;
  }
  .layout_tit {
    font-size: 1.3vw;
  }
  .layout_nav .fot_nav::after {
    height: 200px;
  }
  .layout_ewm p {
    font-size: 15px;
  }
  .foots {
    font-size: 14px;
  }
}
@media (max-width: 1440px) {
  #toolbar {
    display: none;
  }
  .layout {
    padding: 3% 0 4.5%;
  }
  .layout_nav .fot_nav dd a,
  .layout_contact .wzs {
    font-size: 15px;
  }
  .layout_nav .fot_nav::after {
    height: 180px;
  }
  .layout_ewm p {
    font-size: 14px;
  }
  .foots {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .layout {
    padding: 32px 0 45px;
  }
  .layout_tit {
    font-size: 17px;
  }
  .layout_nav .fot_nav dd a,
  .layout_contact .wzs {
    font-size: 14px;
  }
  .layout_contact {
    margin-left: 5%;
  }
  .layout_ewm p {
    font-size: 13px;
  }
  .foots {
    font-size: 12px;
  }
}
@media (max-width: 990px) {
  .layout_nav {
    display: none;
  }
  .layout_contact {
    margin-left: 0;
  }
  .layout_ewm {
    width: 100%;
    max-width: 100px;
  }
  .layout_ewm p {
    font-size: 12px;
  }
  .ft_prs,
  .ft_region,
  .ft_link {
    display: none;
  }
}
@media (max-width: 768px) {
}
@media (max-width: 640px) {
  .layout {
    padding: 24px 0;
  }
  .layout .dth_wh {
    flex-flow: column;
  }
  .layout_tit {
    margin-bottom: 0.5em;
  }
  .layout_contact .wzs {
    font-size: 13px;
  }
  .layout_ewm {
    margin-left: 0;
    margin-top: 20px;
  }
}