* {
  margin: 0;
  padding: 0;
}
a{
 text-decoration:none;
}
body,html {
  width: 100%;overflow-x: hidden;

}
header {
  width: 100%;
  height: 95px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;

  box-sizing: border-box;
  z-index: 9999999999999999999999999;
}
header .menu {
  display: flex;width:70%;
  align-items: center;justify-content: space-between;
  color: #fff;
  font-size: 18px;
  height: 100%;
}
header .menu a{
  text-decoration: none;
    color: #fff;
}
header .menu .menu-item {
 margin:0px 10px;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex: 1;
  align-items: center;
	justify-content: center;
  border-bottom: 1px solid transparent;
  position: relative;
  white-space: nowrap;
}
header .menu .menu-item .sub-menu {
  position: absolute;
  top: 90px;
  background: #c7dbec;
  width: 130%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  font-size: 16px;
  color: #0573c1;
  padding: 20px 0 0px;

  display: none;
}
header .menu .menu-item .sub-menu .sub-menu_item{
	width: 100%;
	display: inline-block;
	text-align: center;height: 36px;line-height: 36px;
}
header .menu .menu-item .sub-menu a{
width: 100%;
display: inline-block;
	color: #0573c1;
}
header .menu .menu-item .sub-menu a:hover{
	background: #fff;
	color: #0573c1;
}
header .menu .menu-item:hover .sub-menu {
  display: flex;
}
header .menu .menu-item:hover::after {
  width: 100%;
}
header .menu .menu-item::after {
  content: ' ';
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 15px;
}
.swiper.banner {
  width: 100%;
  margin: 0px auto;
  height: 830px;
}

.swiper.banner .arrow-left,
.swiper.banner .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}

.swiper.banner .arrow-left {
  left: 60px;
}
.swiper.banner .arrow-right {
  right: 60px;
}

.join {
  width: 100%;
  margin: 0 auto 55px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 0% 0;
  box-sizing: border-box;
  position: relative;
}
.join .title span {
  display: block;
  text-align: center;
}
.join .title span:first-child {
  font-size: 36px;
  color: #006bc7;
  font-weight: 600;
  padding-top: 16px;
}
.join .title span:last-child {
  font-size: 18px;
  color: #666;
  position: relative;
}
.join .title span:last-child::after {
  width: 47px;
  height: 3px;
  background: #666;
  content: ' ';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.join .content-wrapper {
  width: 100%;
  display: flex;
  margin-top: 44px;
}
.join .content-wrapper .left-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
	width: 598px;margin-right: 40px;
}
.right-content{
		width: 637px;
}
.join .content-wrapper .left-content .name {
  font-size: 36px;
  color: #333;
}
.join .content-wrapper .left-content .desc {
  font-size: 18px;
  color: #555;
  text-indent: 2em;
  line-height: 30px;
}
.join .content-wrapper .left-content .options {
  display: flex;
  justify-content: space-between;margin-bottom: 10px;
}
.join .content-wrapper .left-content .options .btn {
  min-width: 100px;
  width: 32%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}
.join .content-wrapper .left-content .options .btn a{
	width: 100%;
	display: inline-block;  border-radius: 10px;
}
.join .content-wrapper .left-content .options .btn:nth-child(1) {
  background: #006bc7;
}
.join .content-wrapper .left-content .options .btn:nth-child(2) {
  background: #6dcb53;
}
.join .content-wrapper .left-content .options .btn:nth-child(3) {
  background: #00adb4;
}
.join .content-wrapper .left-content .options .btn:nth-child(1) a:hover,
.join .content-wrapper .left-content .options .btn:nth-child(2) a:hover,
.join .content-wrapper .left-content .options .btn:nth-child(3) a:hover {
  background: #056ce8; color: #fff;
}
.join .content-wrapper .right-content img {
  width: 636px;
  height: 406px;
  border-radius: 10px;
}
.btn a{
	color: #fff;
    text-decoration: none;
}
.fix-options {
  position: fixed;
  top: 330px;
  right: 0;
  display: flex;
  flex-direction: column;
  z-index: 100;
  cursor: pointer;
}
.fix-options a {
  margin:8px 0;
}
.overview {
  width: 100%;
  background: url(../images/overview-bg.png) center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overview .title {
  margin: 60px 0 0;
  color: #fff;
  font-size: 36px;
  font-weight: 600;text-align: center;
}
.overview .overview-content {
  width: 100%;
  margin: 60px auto 63px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.overview .overview-content .overview-item img {
  margin-bottom: 48px;
}
.overview .overview-content .overview-item .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.overview .overview-content .overview-item .desc .num {
  margin-bottom: 18px;
  font-size: 36px;
}
.overview .overview-content .overview-item .desc .num .nuit {
  font-size: 14px;
}
.overview .overview-content .overview-item .desc .name {
  font-size: 18px;
  font-weight: 600;
}
.service {
  width: 100%;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
}
.service .main{  display: flex;
  justify-content: space-between;}
.service .service-item {
  width: 30%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/service-bg-one.png);
  background-size: 100% 100%;
  cursor: pointer;
}
.service .service-item img {
  margin-right: 40px;
}
.service .service-item:nth-child(2) {
  background: url(../images/service-bg-two.png);
  background-size: 100% 100%;
}
.service .service-item:nth-child(3) {
  background: url(../images/service-bg-three.png);
  background-size: 100% 100%;
}
.service .service-item span {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
}
.service-item span a {
	color: #fff;
    text-decoration: none;
}

.map {
  width: 100%;
  margin: 0 auto;

  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.map .main{
 width: 1280px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px #ccc;
  padding: 40px 24px;	
}
.map .left-map {
  margin-right: 35px;
  height: 496px;
  width: 65%;
}
.map .left-map img {
  width: 100%;
  height: 496px;
}
.map .right-desc {
  width: 35%;
  height: 496px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.map .right-desc .textarea {
  text-indent: 2em;
  font-size: 18px;
  color: #000;
  line-height: 40px;
}
.map .right-desc .item-wrapper {
  /* margin-top: 20px; */
}
.map .right-desc .desc-item {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.map .right-desc .desc-item .rect {
  width: 35px;
  height: 35px;
  margin-right: 18px;
}
.map .right-desc .desc-item span {
  font-size: 24px;
  color: #000;
}
.map .right-desc .desc-item:nth-child(1) .rect {
  background: #b4d465;
}
.map .right-desc .desc-item:nth-child(2) .rect {
  background: #8c98cc;
}
.map .right-desc .desc-item:nth-child(3) .rect {
  background: #7fcef5;
}
.map .right-desc .desc-item:nth-child(4) .rect {
  background: #ffe4af;
}
.news {
  width: 100%;
  margin: 60px auto;
}
.news .header {
  width: 100%;
  height: 400px;
  background: url(../images/news-bg.png);
  background-size: 100% 100%;
}
.news .header .title {
  padding: 50px 0 46px 0;
}
.news .header .title span {
  display: block;
  text-align: center;
}
.news .header .title span:first-child {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 16px;
}
.news .header .title span:last-child {
  font-size: 18px;
  color: #fff;
  position: relative;
}
.news .header .title span:last-child::after {
  width: 47px;
  height: 3px;
  background: #fff;
  content: ' ';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.news .nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.news .nav .nav-item {
  padding: 8px 0;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  margin-right: 18px;
}
.news .nav .nav-item.active {
  border-bottom: 2px solid #fff;
}
.news .nav .line {
  margin-right: 18px;
  height: 17px;
  width: 2px;
  background: #5590fb;
}
.news .img-list {
  width: 100%;
  display: flex;
  margin: -148px auto 0;
  justify-content: space-between;
}
.news .img-list .img-wrapper {
  width: 32%;
  height: 342px;
  box-shadow: 0 0 10px #bbbbbb;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.news .img-list .img-wrapper a{
	width: 100%;
  display: flex;
  flex-direction: column;	
}
.news .img-list .img-wrapper:hover span {
  background: #006bc7;
  color: #fff;
}
.news .img-list .img-wrapper img {
  width: 100%;
  height: 272px;
}
.news .img-list .img-wrapper span {
  padding: 14px 30px 0;
  box-sizing: border-box;
  font-size: 17px;
  color: #464646;
  display: block;
  line-height: 24px;
  height: 72px;
}
.news .news-content {
  width: 100%;
  margin: 70px auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;cursor: pointer;
}
.news .news-content .news-item {
  width: 48%;
  display: flex;
  align-items: center;
}
.news .news-content .news-item .time {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news .news-content .news-item .time span:first-child {
  color: #4d4d4d;
  font-size: 20px;
  padding-bottom: 10px;
}
.news .news-content .news-item .time span:last-child {
  font-size: 16px;
  color: #4d4d4d;
}
.news .news-content .news-item .content {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  color: #4d4d4d;
}
.news .news-content .news-item .content:hover {
  color: #bd0000;
}
.news .news-content .news-item .content .name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 14px;
}
.news .news-content .news-item .content .desc {
  font-size: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid #d4d4d4;
}
.news .more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  margin: 0 auto;
  border: 1px solid #4d4d4d;
  border-radius: 20px;
  font-size: 14px;
  color: #4d4d4d;
  cursor: pointer;
 
}
.news .more i{
	margin-right: 10px;font-size: 20px;
}
.news .more:hover {
	 border: 1px solid #006bc7;color: #006bc7;
} 
.news .more img {
  margin-right: 8px;
}
.forum {
  width: 100%;
  background: url('../images/forum-bg.png');
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 0;
  height: 755px;
}
.forum .title span {
  display: block;
  text-align: center;
}
.forum .title span:first-child {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  padding-top: 98px;
  padding-bottom: 18px;
}
.forum .title span:last-child {
  font-size: 18px;
  color: #fff;
  position: relative;
}
.forum .title span:last-child::after {
  width: 47px;
  height: 3px;
  background: #fff;
  content: ' ';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-tab {
  background-color: #001d98;
}

.swiper-tab .wrap {
  width: auto;
}

.swiper-tab ul {
  font-size: 0;
  text-align: center;
  width: 1366px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.swiper-tab ul li {
  display: inline-block;
  width: 150px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
}

.swiper-tab ul li.on {
  background-color: #006bc7;
}

.swiper-tab ul li img {
  display: block;
  margin: 19px auto 8px;
  width: 41px;
  height: 41px;
  object-fit: none;
  pointer-events: none;
}

/* .swiper-tab ul li:nth-child(1) img{
  width: 38px;
  height: 38px;
}

.swiper-tab ul li:nth-child(2) img{
  width: 34px;
  height: 34px;
}

.swiper-tab ul li:nth-child(3) img{
  width: 41px;
	height: 38px;
}

.swiper-tab ul li:nth-child(4) img{
  width: 39px;
	height: 36px;
}

.swiper-tab ul li:nth-child(5) img{
  width: 37px;
	height: 40px;
}

.swiper-tab ul li:nth-child(6) img{
  width: 40px;
	height: 40px;
}

.swiper-tab ul li:nth-child(7) img{
  width: 35px;
	height: 29px;
}

.swiper-tab ul li:nth-child(8) img{
  width: 35px;
	height: 39px;
} */

.swiper-tab ul li span {
  font-size: 18px;
  color: #fff;
}

.swiper-txt div {
  padding-top: 127px;
}

.swiper-txt div h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.swiper-txt div p {
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}

.light-con {
  position: relative;
  max-width: 1366px;
  height: 450px;
  margin: 40px auto 0;
}

.shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100%);
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
}

.light-con .light-item {
  position: absolute;
  top: 0;
  width: 705px;
  height: 450px;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  z-index: 1;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}

.light-con .light-item.on {
  width: 800px;
  z-index: 3;
}

.light-con .light-item.dark .shadow {
  opacity: 0.7;
  z-index: 9;
}

.light-con .light-item1 {
  left: 0;
}

.light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}

.light-con .light-item2::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  content: '';
  margin-left: -10px;
  width: 20px;
  height: 18px;
}

.light-con .light-item3 {
  right: 0;
}

.light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  overflow: hidden;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}

.light-txt-box {
  position: relative;
  top: 180px;
  left: 0;
}

.light-con .light-item.on .light-txt-box {
  top: 127px;
}

.light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.light-txt .light-txt-box a {
  
  color: #fff;
  
}

.light-txt .light-txt-box p {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}

.light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}

.forum .swiper {
  width: 95%;
  margin: 86px auto 0;
}

.forum .swiper img {
  height: 380px;
}
.forum .swiper img:nth-child(2) {
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 4px;
  background: #fff; */
}
.forum .nav {
  width: 100%;
  padding: 0 20%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  height: 100px;
  /* position: absolute;
  bottom: -66px;
  z-index: 999999999; */
  background: rgb(0, 0, 0, 0.6);
}
.forum .nav .nav-item {
  width: calc(100% / 7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.forum .nav .nav-item.active {
  background: #006bc7;
}
.forum .nav .nav-item img {
  margin-bottom: 13px;
}
/* .participating {
  margin: 50px auto;
  width: 66%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
} */
.participating .title span {
  display: block;
  text-align: center;
}
.participating .title span:first-child {
  font-size: 36px;
  color: #006bc7;
  font-weight: 600;
  padding-top: 22px;
  padding-bottom: 22px;
}
.participating .title span:last-child {
  font-size: 18px;
  color: #666;
  position: relative;
}
.participating .title span:last-child::after {
  width: 47px;
  height: 3px;
  background: #666;
  content: ' ';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.participating .tips {
  position: absolute;
  right: 0;
  top: 80px;
  font-size: 16px;
  color: #000;
}
.participating .swiper {
width: 1280px;
  margin: 80px auto;
  margin-bottom: 0;
  padding-bottom: 50px;
}
/* .participating .swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: max-content;
  justify-items: center;
  row-gap: 10px;
  column-gap: 25px;
}
 */
.participating{
	padding: 50px 0px;
}
.participating .swiper .swiper-slide img {
  cursor: pointer;
}

.associated .swiper .swiper-pagination{
	bottom: 45px;
}
.participatingul {
	width: 1280px;margin: 0px auto;
height: 520px;
overflow: hidden;
}
.participatingul li{
	list-style: none;
	width: 187px;
	border: 1px solid #eeeeee;
	margin-right: 25px;float: left;margin-bottom: 10px;
}

.participatingul li:nth-child(6n){
	margin-right: 0px;
}
.participatingul li:hover{
	border: 1px solid #006bc7;
}
.associated {
  width: 100%;
  padding:30px 0px 0px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;	height: 645px;
  background: url(../images/associated-bg.png) center center no-repeat;

  box-sizing: border-box;
}
.associated .title span {
  display: block;
  text-align: center;
}
.associated .title span:first-child {
  font-size: 36px;
  color: #fff;
  font-weight: 600;
  padding-top: 22px;
  padding-bottom: 22px;
}
.associated .title span:last-child {
  font-size: 18px;
  color: #fff;
  position: relative;
}
.associated .title span:last-child::after {
  width: 47px;
  height: 3px;
  background: #fff;
  content: ' ';
  display: block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.associated .tips {
  position: absolute;
  right: 20%;
  top: 80px;
  font-size: 16px;
  color: #fff;
}
.associated .swiper {
  width: 1280px;
  margin: 80px auto 0px;

}
/* .associated .swiper .swiper-slide {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: max-content;
  justify-items: center;
  row-gap: 10px;
  column-gap: 25px;
} */

.associated .swiper .swiper-slide img {
  cursor: pointer;
}
.associated .associatedul{
	
	width: 1280px;
	margin: 0px auto;
float: left;height: 420px;
overflow: hidden;
}
.associated .associatedul li{
	list-style: none;
	width: 189px;

	margin-right: 28px;float: left;margin-bottom: 10px;
}
.associated .associatedul li:nth-child(6n){
	margin-right: 0px;float: right;
}
.associated .associatedul li img{
	width: 100%;
}
footer {
  width: 100%;
  background: url(../images/footer-bg.png) center center no-repeat;
  background-size: 100% 100%;
  padding: 50px 0px 80px;
  color: #fff;
  display: flex;justify-content: center;
  justify-content: center
}
footer .main{
  display: flex;
  width: 1280px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;	
}
footer .footer-item {
  display: flex;
  flex-direction: column;
  /* margin-right: 55px; */
}
footer .footer-item span.name {
  display: block;
  margin-bottom: 30px;
  font-size: 18px;
}
footer .footer-item a,
footer .footer-item span {
  all: unset;
  /*display: block;
  font-size: 16px;*/
  margin-bottom: 14px;
  cursor: pointer;
}
footer .footer-item a:hover{
	color: #006bc7;
}
footer .qrcode {
  /* margin-left: auto; */
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .qrcode img {
  margin-bottom: 18px;
}
footer .qrcode span {
  color: #fff;
  font-size: 16px;
}

.light-con .light-item {
  position: absolute;
  top: 0;
  width: 33.33%;
  height: 450px;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
  z-index: 1;
  transition: all .3s;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 800px 450px;
  overflow: hidden;
}

.light-con .light-item.on {
  width: 800px;
  z-index: 3;
}

.light-con .light-item.dark .shadow {
  opacity: .7;
  z-index: 9;
}

.light-con .light-item1 {
  left: 0;
}

.light-con .light-item2 {
  position: relative;
  margin: 0 auto;
}

.light-con .light-item2::after {
  position: absolute;
  left: 50%;
  bottom: 10px;
  content: '';
  margin-left: -10px;
  width: 20px;
  height: 18px;
}

.light-con .light-item3 {
  right: 0;
}

.light-txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 273px;
  overflow: hidden;
  background-image: linear-gradient(0deg, 
  rgba(0,0,0, 0.8) 0%, 
		rgba(0,0,0, 0) 100%);
}

.light-txt-box {
  position: relative;
  top: 180px;
  left: 0;
}

.light-con .light-item.on .light-txt-box {
  top: 127px;
}

.light-txt .light-txt-box h3 {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.light-txt .light-txt-box p {
  opacity: 0;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
}

.light-con .light-item2 .light-txt .light-txt-box p {
  opacity: 1;
}
.banner {
	width: 100%;

	font-size: 0;
}

.swiper-button-next, .swiper-button-prev1 {
	margin-top: -.45rem;
}
/* .swiper-button-prev1, .swiper-container-rtl .swiper-button-next{
	background: url(../images/arrow-left.png);
	width:.5rem;
	background-size: .5rem;height:1rem;
	left: 0px;
}
.swiper-button-next1, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/arrow-right.png);width:.5rem;
	background-size: .5rem;height:1rem;
	right: 0px;
} */
/* .swiper-button-prev1, .swiper-container-rtl .swiper-button-next{
	background: url(../image/btnl2.png);width:.5rem;
	background-size:.5rem;height:1rem;
	left: 0px;
}
.swiper-button-next1, .swiper-container-rtl .swiper-button-prev{
	background: url(../image/btnr2.png);width:.5rem;
	background-size:.5rem;height:1rem;
	right: 0px;
} */
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 0px;
}
.main{width: 1280px;
margin: 0px auto;}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
top: 45%;
}
.banner {
	position: relative;
}
.banner .main{
	position: absolute;top: 45%;left: calc((100% - 1280px)/2);
	
}
header .main{
width: 1280px;
	  height: 95px;
	  display: flex;
	  justify-content: space-between;
	  align-items: center;

}
.content-wrapper .main,.map .main{
	  display: flex;
	  justify-content: space-between;
	  align-items: center;	
}