@font-face {
  font-family: "Oswald-Medium";
  src: url("../lib/font/Oswald-Medium.woff2") format("woff2"), url("../lib/font/Oswald-Medium.woff") format("woff"), url("../lib/font/Oswald-Medium.ttf") format("truetype"), url("../lib/font/Oswald-Medium.eot") format("embedded-opentype"), url("../lib/font/Oswald-Medium.svg") format("svg");
}

body,
html {
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
  font-size: 100px;
line-height:inherit;
}

@media (min-width: 360px) {
  html {
    font-size: 5.21vw !important;
  }
}

* {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
}

img {
  border: none;
  max-width: 100%;
}

.transitionLable {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
  transition: transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), opacity 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98), -webkit-transform 700ms cubic-bezier(0.25, 0.46, 0.33, 0.98);
}

.transitionLable.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

ul,
li {
  list-style: none;
margin:0;
}

a {
  text-decoration: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.mask {
  position: fixed;
  width: 100%;
  min-height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: none;
  transition: right 1000ms;
  -webkit-transition: right 1000ms;
}

.mask.is-open {
  display: block;
}

.center_area {
  max-width: 1600px;
  margin: 0 auto;
  width: 95%;
}

.header {
  background: #3390e1;
}

.header .h_logo {
  padding: 12px 0;
}

.header .h_logo .logo {
  display: block;
  background: url(../images/LOGO-2x.png) no-repeat center;
  width: 287px;
  height: 72px;
  float: left;
  background-size: contain;
}

.header .h_logo .emba {
  display: block;
  float: left;
  padding: 15px 0;
  height: 42px;
  line-height: 72px;
  font-size: 32px;
  font-family: Oswald-Medium, Oswald;
  font-weight: 500;
  color: #ffffff;
  line-height: 42px;
  letter-spacing: 2px;
}

.header .h_logo .emba::before {
  margin: 0 24px;
  margin-top: -9px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 16px;
  background: #ffffff;
  opacity: 0.4;
  vertical-align: middle;
}

.header .maintop {
  float: right;
  width: calc(100% - 416px);
}

.header .maintop .search_links {
  text-align: right;
  padding: 26px 0 26px;
}

.header .maintop .search_links a {
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
  padding: 16px 0px;
  text-decoration: none;
 -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .maintop .search_links a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.header .maintop .search_links a:first-child::before {
  background: url(../images/search_2x.png) no-repeat center center;
  width: 18px;
  height: 18px;
  margin-right: 2px;
  content: "";
  vertical-align: middle;
  display: inline-block;
  background-size: 100% auto;
}

.header .maintop .search_links a:not(:last-child) + span {
  width: 1px;
  background: rgba(255, 255, 255, 0.4);
  height: 8px;
  margin: 0px 24px;
  display: inline-block;
}

.header .maintop .search_links a.en img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin-right: 8px;
}

.header .headermain {
  position: absolute;
  z-index: 2;
  width: 100%;
  background: rgba(51, 144, 225, 0.6);
}

.header .headermain .menu {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.header .headermain .menu > ul > li {
  float: left;
  width: 12.5%;
  text-align: center;
  padding: 16px 0px;
  position: relative;
}

.header .headermain .menu > ul > li a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
  padding: 16px 0px;
  line-height: 20px;
  font-size: 16px;
}

.header .headermain .menu > ul > li > a::after {
  position: absolute;
  content: "";
  display: none;
  background: url(../images/now-icon.png) no-repeat center center;
  width: 12px;
  height: 12px;
  left: calc(50% - 3px);
  bottom: -5px;
  z-index: 4;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .headermain .menu > ul > li .icon-down {
  display: inline-block;
  background: url(../images/down_2x.png) no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  top: 21px;
}

.header .headermain .menu > ul > li > ul {
  position: absolute;
  top: 52px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 180px;
  border-radius: 0px 0px 8px 8px;
  background-color: rgba(130, 32, 69, 0.8);
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 3;
  display: none;
}

.header .headermain .menu > ul > li > ul > li {
  text-align: center;
}

.header .headermain .menu > ul > li > ul > li > ul {
  display: none;
}

.header .headermain .menu > ul > li > ul > li a {
  padding: 12px 6px;
  margin: 0px 8px;
  display: block;
  font-size: 16px;
  color: white;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header .headermain .menu > ul > li > ul > li a:hover {
  color: #822045;
  background-color: white;
}


.header .headermain .menu > ul > li.parent > a::after {
  display: none;
}

.header .p_menu {
  width: 250px;
  float: right;
  position: fixed;
  height: 100%;
  right: -250px;
  top: 0px;
  text-align: center;
  z-index: 3;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: right 500ms;
  background: #822045;
}

.header .p_menu ul li {
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.header .p_menu ul li .icon-down {
  display: inline-block;
  background: url(../images/down_2x.png) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 50% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
 // top: 18px;
}

.header .p_menu ul li .icon-up {
  display: inline-block;
  background: url(../images/up_icon2x.png) no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 50% auto;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
 // top: 18px;
}

.header .p_menu > ul {
  padding-top: 64px;
}

.header .p_menu > ul > li > a {
  font-size: 16px;
  color: #ffffff;
  padding: 10px 0px;
line-height:20px;
}

.header .p_menu > ul > li > ul {
  display: none;
}

.header .p_menu > ul > li > ul > li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0px;
}

.header .p_menu > ul > li > ul > li > ul {
  display: none;
}

.center.center_area.clearfix {
  width: calc(100% - 160px);
}

.footer {
  background: #1c4e7a;
}

.footer .footer_container {
  padding: 12px 0;
  max-width: 1200px;
}

.footer .footer_bottom {
  height: auto;
  background: #102e47;
}

.footer .footer_bottom .top {
  overflow: hidden;
}

.footer .footer_bottom .top .logo1 {
  width: 299px;
  height: 52px;
  margin-top: 14px;
  margin-right: 8%;
  float: left;
}

.footer .footer_bottom .top .logo1 .f-logo {
  float: left;
  background: url(../images/f-logo-2x.png) no-repeat center;
  background-size: contain;
  width: 207px;
  height: 52px;
}

.footer .footer_bottom .top .logo1 .f-web {
  float: left;
  font-size: 24px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 32px;
  padding: 10px 0;
  letter-spacing: 1px;
}

.footer .footer_bottom .top .logo1 .f-web::before {
  content: "";
  width: 2px;
  height: 16px;
  margin: 0 16px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
}

.footer .footer_bottom .top .logo2 {
  width: 207px;
  height: 34px;
  background: url(../images/logo2.png) no-repeat center;
  background-size: contain;
  margin-top: 23px;
  float: left;
  margin-right: 8%;
}

.footer .footer_bottom .top .contact-us {
  float: left;
  width: 338px;
  margin-right: 8%;
}

.footer .footer_bottom .top .contact-us .other span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}

.footer .footer_bottom .top .w-code {
  width: 68px;
  height: 68px;
  background: url(../images/MBA_code.jpg) no-repeat center;
  background-size: cover;
  float: left;
  margin-left: 0;
  margin-top: 6px;
}

.footer .footer_bottom .bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer_bottom .bottom p, .footer .footer_bottom .bottom a, .footer .footer_bottom .bottom span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  padding-top: 6px;
  line-height: 16px;
  padding-bottom: 6px;
  margin: 0;
}

.footer .footer_bottom .bottom p a, .footer .footer_bottom .bottom a a, .footer .footer_bottom .bottom span a {
  color: rgba(255, 255, 255, 0.6);
}

.footer_center .item ul li ul li ul {
  display: none;
}

footer .footer_container .footer_center .item > ul > li:nth-child(1) > ul > li:nth-child(2), footer .footer_container .footer_center .item > ul > li:nth-child(1) > ul > li:nth-child(3), footer .footer_container .footer_center .item > ul > li:nth-child(1) > ul > li:nth-child(4), footer .footer_container .footer_center .item > ul > li:nth-child(1) > ul > li:nth-child(7) {
  display: none;
}

a:focus, a:hover {
  text-decoration: none;
}

.back-top {
  background: #cccccc;
  opacity: 0.8;
  width: 64px;
  height: 64px;
  z-index: 9999;
  position: fixed;
  bottom: 135px;
  right: 48px;
  cursor: pointer;
  font-size: 16px;
  line-height: 15px;
  text-align: center;
}

.back-top .icon {
  padding: 20px 0px;
}

.hidden {
  display: none;
}

section .container {
  z-index: 1;
  width: 100%;
  text-align: center;
}

section .container .sw_banner {
  margin: 0 auto;
}

section .container .sw_banner .swiper-container-horizontal > .swiper-pagination-bullets,
section .container .sw_banner .swiper-pagination-custom,
section .container .sw_banner .swiper-pagination-fraction {
  bottom: 25px;
  left: 50%;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  padding: 2px 8px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

section .container .sw_banner .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 1px 8px;
  background: #ffffff;
  opacity: 0.4;
}

section .container .sw_banner .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
  opacity: 1;
}

section .container .sw_banner .swiper-button-prev,
section .container .sw_banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/bigl-normal-2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 128px;
  left: 6%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

section .container .sw_banner .swiper-button-prev:hover,
section .container .sw_banner .swiper-container-rtl .swiper-button-next {
  background-image: url(../images/bigl-hover-2x.png);
}

section .container .sw_banner .swiper-button-next,
section .container .sw_banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/bigr-normal-2x.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 128px;
  height: 128px;
  right: 6%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

section .container .sw_banner .swiper-button-next:hover,
section .container .sw_banner .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/bigr-hover-2x.png);
}

section .container .sw_banner .swiper-container .swiper-slide img {
  width: 100%;
  display: block;
}

section .container .sw_banner:hover .swiper-button-prev,
section .container .sw_banner:hover .swiper-button-next {
  opacity: 1;
}

@media screen and (max-width: 1280px) {
  .footer .footer_bottom .top .logo1, .footer .footer_bottom .top .logo2, .footer .footer_bottom .top .contact-us {
    margin-right: 6%;
  }
}

@media screen and (max-width: 1200px) {
  .footer .footer_bottom .top .logo1, .footer .footer_bottom .top .logo2, .footer .footer_bottom .top .contact-us {
    margin-right: 3%;
  }
}

@media screen and (max-width: 1080px) {
  .footer .footer_bottom .top .logo1, .footer .footer_bottom .top .logo2, .footer .footer_bottom .top .contact-us, .footer .footer_bottom .top .w-code {
    margin-right: 0;
    margin-bottom: 24px;
    margin: 0 auto;
    margin-bottom: 24px;
    float: none;
  }
  .footer .footer_bottom .top .logo1 {
    margin-top: 24px;
  }
.footer .footer_bottom .top .p_footer {
    font-size: 0;
    text-align: center;
  }
  .footer .footer_bottom .top .p_footer .logo1 {
    display: inline-block;
    width: 330px;
  }
  .footer .footer_bottom .top .p_footer .logo2 {
    display: inline-block;
    margin-left: 32px;
    height: 52px;
  }
}

@media screen and (max-width: 992px) {
  header {
    z-index: 3;
    position: fixed;
    width: 100%;
    background: #822045;
  }
  .header {
    width: 95%;
    margin: 0 auto;
  }
  .header .h_logo {
    position: static;
    border-radius: unset;
    padding: 0px;
    float: left;
    z-index: 5;
    width: auto;
  }
  .header .h_logo .logo {
    width: 191px;
    height: 64px;
    padding: 0px;
  }
  .header .h_logo .emba {
    padding: 11px 0;
  }
  .header .maintop,
  .header .headermain {
    display: none;
  }
  .header .open {
    float: right;
    padding: 20px 0px;
  }
  .header .open span {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/open-2x.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .header .close span {
    float: right;
    margin: 20px 0px;
    margin-right: 14px;
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/close-2x.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
  }
  .top_banner,
  section .container .sw_banner {
    padding-top: 64px;
  }
}
@media screen and (max-width:768px){
.header .h_logo .emba::before{
margin:0 12px;

}}
@media screen and (max-width: 600px) {
  section .container .sw_banner:hover .swiper-button-prev, section .container .sw_banner:hover .swiper-button-next {
    opacity: 0;
  }
.footer .footer_bottom .top .p_footer .logo1 {
    width: 220px;
  }
  .footer .footer_bottom .top .p_footer .logo1 .f-logo {
    width: 115px;
  }
  .footer .footer_bottom .top .p_footer .logo1 .f-web {
    font-size: 16px;
    line-height: 53px;
    padding: 2px 0 0 0;
    height: 53px;
  }
  .footer .footer_bottom .top .p_footer .logo1 .f-web::before {
    margin: 0 8px;
    height: 12px;
  }
  .footer .footer_bottom .top .p_footer .logo2 {
    width: 115px;
    margin-left: 0;
  }
}
/*# sourceMappingURL=common.css.map */