/* header公用 */
.container {
  max-width: 1440px;
}
@media (max-width: 1440px) {
  .container {
    max-width: 97%;
  }
}

/* 导航栏 */
.header {
  width: 100%;
  padding: 0 4%;
  background-color: #fff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 121;
  display: flex;
  justify-content: space-between;
}

/* logo图 */
.logo {
  width: 248px;
  padding: 18px 0;
}
.logo>a {
  width: 100%;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

.headerRight {
  float: right;
  display: flex;
}
/* 导航目录 */
nav {
  width: auto !important;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.nav>li {
  float: left;
  position: relative;
  margin-left: 60px;
  height: 100%;
}
.nav>li:first-child {
  margin: 0;
}
.nav>li>a {
  float: left;
  overflow: hidden;
  height: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
}
.nav>li>a::after {
  content: "";
  width: 0;
  float: left;
  height: 3px;
  background-color: rgba(0, 78, 162, 1);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  transition: all 0.4s;
}
.nav>li:hover>a,
.nav>li.liActive>a {
  color: rgba(0, 78, 162, 1);
}
.nav>li:hover>a::after,
.nav>li.liActive>a::after {
  width: 100%;
}

/* 导航下拉 */
.nav>li>ul {
  display: none;
  min-width: 100%;
  float: left;
  background-color: rgba(0, 78, 162, 0.8);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 9;
  transition: initial;
}
.nav>li>ul>li {
  width: 100%;
  float: left;
}
.nav>li>ul>li>a {
  width: 100%;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  padding: 0 16px;
}
.nav>li>ul>li:hover>a {
  background-color: #fff;
  color: rgba(0, 78, 162, 1);
}

/* 外链图片 */
.headerNav {
  float: left;
  margin-left: 50px;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 10px;
}
.headerNav>a {
  width: 30px;
  float: left;
  height: 30px;
  position: relative;
  border-radius: 50%;
  margin: 0 15px;
}
.headerWx{
	width: 200px;
	height: 0;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 200%;
	transform: translateX(-50%);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 9;
}
.headerWx>img{
	width: 200px;
	height: 200px;
	display: block;
}
.headerNav>a:hover .headerWx{
	height: 200px;
}

/* 语言切换 */
.language {
  float: left;
  display: flex;
  align-items: center;
  align-content: center;
  padding: 0 25px;
  position: relative;
}
.languageTitle {
  display: block;
  overflow: hidden;
  line-height: 24px;
  background: url(../images/header_icon4.png) no-repeat left center;
  padding-left: 25px;
  font-size: 14px;
  color: #757575;
  cursor: pointer;
}
.languageList {
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(0, 78, 162, 0.8);
  position: absolute;
  left: 0;
  top: 100%;
  transition: initial;
}
.languageList li {
  display: block;
  overflow: hidden;
  text-align: center;
}
.languageList li a {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.languageList li a:hover {
  background-color: #fff;
  color: rgba(0, 78, 162, 1);
}

/* 搜索 */
.search {
  float: right;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
}
.search_ss {
  width: 18px;
  float: left;
  height: 18px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.searchForm {
  display: none;
  width: 300px;
  float: left;
  border: 2px solid rgba(0, 78, 162, 1);
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
}
.searchForm>input {
  width: calc(100% - 60px);
  float: left;
  height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.searchForm>button {
  width: 60px;
  float: left;
  height: 40px;
  background-image: url(../images/search_ss1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 78, 162, 1);
}

/* banner大图 */
.banner {
  width: 100%;
  position: relative;
}
.banner .bannerSwiper img {
  width: 100%;
  display: block;
  height: auto;
}
/* 圆点 */
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: rgba(0, 78, 162, 1);
  opacity: 0.5;
  border-radius: 50%;
}
.banner .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(0, 78, 162, 1);
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/* 箭头 */
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next {
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}

@media (max-width: 1440px) {
  /* 导航栏 */
  .header {
    padding: 0 2%;
  }
  /* 导航目录 */
  .nav>li {
    margin-left: 60px;
  }
  /* 外链图片 */
  .headerNav {
    margin-left: 30px;
  }
  .headerNav>a {
    margin: 0 10px;
  }
}

@media (max-width: 1200px) {
  /* 导航栏 */
  .header {
    padding: 0 1%;
  }
  /* 导航目录 */
  .nav>li {
    margin-left: 20px;
  }
  /* 外链图片 */
  .headerNav {
    margin-left: 15px;
  }
  .headerNav>a {
    margin: 0 5px;
  }
  /* 语言切换 */
  .language {
    padding: 0 15px;
  }
}

@media (max-width: 991px) {
  /* 手机导航按钮 */
  .iconMenu {
    float: right;
    cursor: pointer;
    width: 50px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    background-size: 100% 100%;
  }
  .iconMenu>span {
    width: 100%;
    height: 5px;
    float: left;
    background-color: rgba(0, 78, 162, 1);
    transition: all 0.4s;
  }
  .iconMenuActive>span {
    background-color: #fff;
  }
  .iconMenuActive>span:nth-child(2) {
    opacity: 0;
  }
  .iconMenuActive>span:nth-child(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    -ms-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
  }
  .iconMenuActive>span:nth-child(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    -ms-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
  }

  /* 导航栏 */
  .header {
    padding: 0 20px;
  }
  .headerRight {
    padding-right: 80px;
  }
  .headerNav {
    margin-left: 0;
  }

  /* 导航目录 */
  nav {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100% !important;
    height: 100%;
    left: -100%;
    top: 0;
    z-index: 10;
    opacity: 0;
    display: flex;
    transition: all 0.4s;
  }
  .navActive {
    left: 0;
    opacity: 1;
  }
  .nav {
    width: 85%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    display: block;
  }
  .nav>li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  .nav>li>a {
    width: 100%;
    height: 50px;
  }
  .nav>li>a::after {
    display: none;
  }
  .nav>li:hover>a,
  .nav>li.liActive>a {
    background-color: rgba(0, 78, 162, 1);
    color: #fff;
  }

  .dropDown {
    float: left;
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
  }
  .dropDown::before {
    content: "\f107";
  }
  .nav>li:hover>.dropDown,
  .nav>li.liActive>.dropDown {
    color: #fff;
  }
  .nav>li:hover>.dropDown::before,
  .nav>li.liActive>.dropDown::before {
    content: "\f106";
  }

  /* 导航下拉 */
  .nav>li>ul {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    transform: initial !important;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 1);
  }
  .nav>li>ul>li {
    border-top: 1px solid #ccc;
  }
  .nav>li>ul>li>a {
    color: #333;
  }
  .nav>li>ul>li>a:hover {
    background-color: rgba(0, 78, 162, 1);
    color: #fff;
  }

  /*圆点*/
  .banner .swiper-pagination {
    opacity: 1;
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
  }
  .banner .banner-roll>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 2px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 15px;
  }
}

@media (max-width: 767px) {
  /* 手机导航按钮 */
  .iconMenu {
    width: 30px;
    height: 21px;
    right: 15px;
  }
  .iconMenu span {
    height: 3px;
  }
  .iconMenuActive>span:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .iconMenuActive>span:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  /* 导航栏 */
  .header {
    padding: 0 15px;
  }
  .headerRight {
    padding-right: 45px;
  }
  .headerNav {
    padding: 0 2px;
  }
  .headerNav>a {
    width: 22px;
    height: 22px;
    margin: 0 2px;
  }
  .language {
    padding: 0 4px;
  }
  .languageList li a {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  /* logo图 */
  .logo {
    width: 40%;
    padding: 15px 0;
  }
  .logo a {
    width: 100%;
  }
}

/* 底部 */
.hf {
  width: 100%;
  overflow: hidden;
  background: url(../images/hf_bj.jpg) no-repeat center center;
  background-size: cover;
  height: 208px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.hf>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hfLeft {
  float: left;
  line-height: 24px;
  color: #fff;
}
.hfLeft>span {
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 36px;
  margin-bottom: 5px;
}
.hfRight {
  float: left;
}
.hfRight>a {
  display: block;
  overflow: hidden;
  width: 200px;
  height: 54px;
  line-height: 54px;
  background-color: #fff;
  border-radius: 27px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.hfRight>a>span {
  float: left;
  font-size: 18px;
  color: #303030;
  background: url(../images/hf_icon.png) no-repeat right center;
  padding-right: 55px;
}

.footer {
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
  background-color: #e9ebee;
}
.footer>.container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footerLeft {
  float: left;
}
.footerLogo {
  display: block;
  overflow: hidden;
}
.footerLogo>img {
  display: block;
  max-width: 100%;
  height: 46px;
}
.copyright {
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  color: #7c7c7c;
  font-size: 14px;
  margin-top: 30px; display:none;
}
.copyright a {
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover {
  color: #fff;
  text-decoration: underline;
}

.footerRight {
  width: 66%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footerBox {
  float: left;
}
.footerTitle {
  display: block;
  overflow: hidden;
  line-height: 54px;
  font-size: 18px;
  color: #353535;
  margin-bottom: 15px;
}
.footerTitle::after {
  content: "";
  width: 16px;
  display: block;
  height: 2px;
  background-color: #004ea2;
}
.footerList {
  display: block;
  overflow: hidden;
}
.footerList li {
  display: block;
  overflow: hidden;
  line-height: 28px;
}
.footerList li>a {
  font-size: 15px;
  color: #4f4f4f;
  line-height: 28px;
}
.footerList li>a:hover {
  color: #004ea2;
  text-decoration: underline;
}
.footerWx {
  width: 178px;
  float: left;
  border: 1px solid #fff;
  padding: 1px;
  display: flex;
  flex-wrap: wrap;
}
.footerWx>img {
  width: 78px;
  float: left;
  height: 78px;
}
.footerWx>span {
  float: left;
  flex: 1;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  color: #676767;
  line-height: 24px;
}
/* END-底部 */

@media (max-width: 991px) {
  .footerLeft {
    width: 32%;
  }
  .footerWx {
    width: 78px;
  }
}

@media (max-width: 767px) {
  .hf {
    height: auto;
    padding: 15px 0;
  }
  .hfLeft {
    width: 100%;
    text-align: center;
  }
  .hfLeft>span {
    line-height: 34px;
    font-size: 26px;
  }
  .hfRight {
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
  }
  .hfRight>a {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .hfRight>a>span {
    font-size: 16px;
    padding-right: 35px;
  }

  .footer {
    padding: 15px 0;
  }
  .footerLeft {
    width: 100%;
  }
  .copyright {
    text-align: center;
    margin-top: 0;
  }
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  background-color: #fff;
  height: calc(56px + constant(safe-area-inset-bottom));
  height: calc(56px + env(safe-area-inset-bottom));
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: rgba(0, 78, 162, 1);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
  height: calc(54px + constant(safe-area-inset-bottom));
  height: calc(54px + env(safe-area-inset-bottom));
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.root>li {
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child {
  border: none;
}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
  color: #fff;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: rgba(0, 78, 162, 1);
  color: #fff;
}

/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background: #ddd;
}

/* 微信号 */
.wecht-box {
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.wecht-box .wecht {
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img {
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span {
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off {
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -38px;
  border: 1px solid #fff;
  transform: translateX(-50%);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* END-手机底部组件 */