:root {
  --swiper-navigation-color: #3593a6;
  --swiper-theme-color: #3593a6;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

:root {
  --swiper-navigation-color: #3593a6;
  --swiper-theme-color: #3593a6;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.max-w {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.w {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.pt40 {
  padding: 40px 0 0;
}

.header {
  height: 247px;
  background: url(../images/header-bg.png) no-repeat right top #3593a6;
}
.header .w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.nav{
	position: relative;
	z-index: 99999;
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav ul li {
	z-index: 999;
	position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.nav ul li:hover .subnav{
	transform: translate(-50%,100%);
	opacity: 1;
	visibility: visible;
}
.nav ul li .subnav{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,110%);
	background: #066679;
	padding: 5px 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	z-index: 99999;
	min-width: 100%;
}
.nav ul li .subnav a{
	display: block;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	white-space: nowrap;
}
.nav ul li .subnav a:hover{
	color: #066679;
	background-color: #fff;
}
.nav ul li a {
  display: block;
  text-align: center;
  font-family: SimSun;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #066679;
}
.nav ul li:hover a,.nav ul li.hover a {
background-color: #066679;
  color: #fff;
}

.footer {
  background-color: #067579;
  padding: 0 0 30px;
}
.footer .footer-title {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .link {
  padding: 10px 30px;
  position: relative;

}
.footer .link .swiper-button-next,
.footer .link .swiper-button-prev {
  color: #6eafb1;
}
.footer .link .swiper-button-next:after,
.footer .link .swiper-button-prev:after {
  font-size: 20px;
}
.footer .link .swiper-button-prev,
.footer .link .swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}
.footer .link .swiper-button-next,
.footer .link .swiper-rtl .swiper-button-prev {
  right: 0;
  left: auto;
}
.footer .link img {
width: 100%;
  height: auto;
}
.footer .link .swiper-slide {
  width: 200px;
  height: 100%;
}
.footer .link .swiper-slide a{
	display: flex;
	  height: 100%;
	  align-items: center;
}
 .footer-title {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer .footer-bottom {
  padding-top: 30px;
}
.footer .footer-bottom p {
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 39px;
  letter-spacing: 0px;
  color: #ffffff;
}