* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mask {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  width: 100%;
  display: none;
}
header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  /*background: url(../images/nav_bg1.png);*/
}
header .header-top {
  background-color: #cf3e3e;

}
header .header-top .logo{
  /*height: 40px;*/
  flex:1;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-top .logo img{
  height: 100px;
  width: auto;
}
header .header-top .header-top-c{
   padding:15px 0 ;
  display: flex;
  align-items: center;
}
header .header-top .header-top-content {
  /*height: 40px;*/
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
header .header-top .header-top-content .tel {
  font-weight: bold;
  color: #6d9eeb;
  font-size: 24px;
  margin-right: 20px;
}
header .header-top .header-top-content a {
  margin-left: 30px;
  color: #ccc;
}
header .header-top .header-top-content .lang{
  margin-left: 30px;
  display: flex;
  position: absolute;
  top:20px;
  right: 20px;
}
header .header-top .header-top-content .lang a{
    margin-left: 10px;
    font-size: 16px;
}
header .header-top .header-top-content .lang a img{
  width: 60px;
}
header .header {
  display: flex;
  /*justify-content: flex-end;*/
  height: 80px;
  align-items: center;
}
header .header .logo {
  position: absolute;
  top: -40px;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header .logo .logo-link {
  display: flex;
  align-items: center;
}
header .header .logo .logo-link img {
  height: 66px;
  margin-right: 10px;
}
header .header .logo .logo-link .logo-text p {
  line-height: 1.2;
}
header .header .logo .logo-link .logo-text p:nth-child(1) {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
header .header .logo .logo-link .logo-text p:nth-child(2) {
  color: #999;
  font-size: 18px;
}
header .header .nav {
  display: flex;
  align-items: center;
}
header .header .nav a {
  padding: 0px;
  margin-right: 50px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
header .header .nav a:hover {
  color: #003f76;
}
header .header .nav .active {
  font-weight: bold;
  color: #003f76;
}
header .header .nav .search {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
header .header .nav .search input {
  width: 133px;
  height: 34px;
  border: 1px solid #dbdada;
  line-height: 34px;
  padding-left: 8px;
}
header .header .nav .search button {
  background-color: #ffc526;
  height: 34px;
  outline: none;
  border: none;
  width: 60px;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
}
header .mobile-header {
  display: none;
}
.banner {
  position: relative;
  width: 100%;
  margin-top: 210px;
}
.banner .banner-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.banner .banner-box .banner-text {
  position: absolute;
  top: 46%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1000;
}
.banner .banner-box .banner-text p {
  position: relative;
  font-size: 32px;
  color: #fff;
  line-height: 1;
}
.banner .banner-box .banner-text p::before {
  content: '';
  width: 50px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 50px;
  left: 0;
}
.banner .index-swiper {
  width: 100%;
}
.banner .index-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  --swiper-theme-color: #fff;
  /* 设置Swiper风格 */
  --swiper-navigation-color: #fff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.bread-nav {
  background-color: #f4f4f4;
  padding: 15px 0;
}
.bread-nav .bread-nav-container {
  display: flex;
  justify-content: space-between;
}
.bread-nav .bread-nav-container .bread-nav-box {
  display: flex;
  align-items: center;
  padding-left: 240px;
}
.bread-nav .bread-nav-container .bread-nav-box span {
  font-size: 14px;
  color: #434343;
  margin: 0 2px;
}
.bread-nav .bread-nav-container .bread-nav-box a {
  font-size: 14px;
  color: #434343;
  margin: 0 2px;
}
.bread-nav .bread-nav-container .list-nav {
  display: flex;
  align-items: center;
}
.bread-nav .bread-nav-container .list-nav a {
  position: relative;
  margin-left: 60px;
  font-size: 15px;
  color: #434343;
}
.bread-nav .bread-nav-container .list-nav a::after {
  display: none;
  content: '';
  width: 100%;
  border-top: 1px solid #ffc526;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.bread-nav .bread-nav-container .list-nav a:hover {
  color: #ffc526;
  font-weight: bold;
}
.bread-nav .bread-nav-container .list-nav a:hover::after {
  display: block;
}
.bread-nav .bread-nav-container .list-nav .active {
  color: #ffc526;
  font-weight: bold;
}
.bread-nav .bread-nav-container .list-nav .active::after {
  display: block;
}
footer {
  background-color: #2B2C2E;
}
footer .footer {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 100px;
}
footer .footer .footer-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
}
footer .footer .footer-item:last-child::after {
  display: none;
}
footer .footer .footer-item::after {
  content: '';
  height: 60%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-right: 1px solid #efefef;
  opacity: 0.2;
}
footer .footer .footer-item .erweima {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
}
footer .footer .footer-item .erweima img {
  width: 116px;
}
footer .footer .footer-item .erweima p {
  font-size: 14px;
  color: #888;
  margin-top: 10px;
}
footer .footer .footer-content {
  display: flex;
  flex-direction: column;
}
footer .footer .footer-content .footer-title {
  font-size: 16px;
  color: #fff;
  margin: 20px 0 30px;
}
footer .footer .footer-content .footer-list {
  display: flex;
  flex-wrap: wrap;
}
footer .footer .footer-content .footer-list a {
  display: flex;
  color: #fff;
  font-size: 12px;
  margin: 5px 10px;
}
footer .footer .footer-content .footer-contact p {
  font-size: 12px;
  color: #fff;
}
footer .footer .footer-content .footer-contact .phone {
  font-size: 24px;
  color: #6d9eeb;
}
footer .footer .footer-content .footer-contact .phone span {
  color: #fff;
  opacity: 0.4;
  font-size: 12px;
}
footer .footer .footer-content .footer-contact .more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 28px;
  border: 1px solid #5a5a5a;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
  margin-top: 15px;
  border-radius: 4px;
}
footer .footer .footer-content .erweima-list {
  display: flex;
}
footer .copyright {
  padding: 10px 0;
  background-color: #000;
}
footer .copyright .copyright-container {
  display: flex;
  justify-content: space-between;
}
footer .copyright .copyright-container .copyright-text {
  font-size: 14px;
  color: #888;
}
footer .copyright .copyright-container .copyright-link {
  display: flex;
  flex-wrap: wrap;
}
footer .copyright .copyright-container .copyright-link a {
  display: flex;
  margin-left: 20px;
}
footer .copyright .copyright-container .copyright-link a img {
  width: 24px;
}
footer .back-top {
  position: fixed;
  right: 50px;
  bottom: 200px;
  width: 40px;
  height: 40px;
  background-color: #6D9EEB;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
footer .back-top img {
  width: 20px;
}
.page .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .page-link span {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #000;
  border: 1px solid #000;
  margin: 0 2px;
}
.page .page-link .disabled {
  color: #ddd;
  border-color: #ddd;
}
.page .page-link .current {
  background-color: #000;
  color: #fff;
}
.page .page-link li {
  display: inline-block;
}
.page .page-link .active span {
  color: #fff;
  background-color: #000;

}
.page .page-link li span,.page .page-link li a {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #000;
  border: 1px solid #000;
  margin: 0 2px;
}
.kefu {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 1000;
}
.kefu:hover .kefu-content {
  right: -53px;
}
.kefu:hover .kefu-content2 {
  right: 0;
}
.kefu .kefu-content {
  width: 53px;
  height: 90px;
  display: flex;
  line-height: 120px;
  color: #fff;
  text-indent: 1em;
  justify-content: center;
  background: url(../images/customerservice2.png);
  cursor: pointer;
  position: absolute;
  right: 0;
  transition: all 0.5s;
}
.kefu .kefu-content2 {
  width: 40px;
  
  /*height: 300px;*/
  /*display: flex;*/
  /*flex-direction: column;*/
  color: #fff;
  /*justify-content: center;*/
  /*align-items: center;*/
  background-color: #00549d;
  color: white;

  /*background: url(../images/customerservice1.png);*/
  position: absolute;
  top: -20px;
  right:0;
  /*right: -191px;*/
  transition: all 0.5s;
  text-align: center;
}
.kefu .kefu-content2 .cc{
  padding:5px 0;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.kefu .kefu-content2 .wx-show{
  position: absolute;
  border: 1px solid #ccc;
  top:0;
  left:-250px;
  width:250px;
  display: none;
}
.kefu .kefu-content2 .wx-show img{
  margin:0;
}
.kefu .kefu-content2 .cc .cc-item:hover .wx-show{
  display: block;
}
.kefu .kefu-content2 .wx-show img{
  width: 100%;
  height: auto;
}
.kefu .kefu-content2 .cc2{
  border:0;
}
.kefu .kefu-content2 .title{
  /*position: absolute;*/
  /*top: 128px;*/
  /*left: 25px;*/
  color: #fff;
  width: 30px;
  margin:auto;
  line-height: 20px;
  /*padding: 10px 0;*/
  text-align: center;
  font-size: 12px;
}
.kefu .kefu-content2 img{
  width:20px;
  margin:5px auto 5px;
}
.kefu .kefu-content2 .cc .cc-item{
  display: block;
  /*display: flex;*/
  width: 30px;
  /*height: 40px;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  /*padding: 0 15px;*/
  border-radius: 8px;
  color: #fff;
  margin:auto;
  font-size: 14px;
}
.kefu .kefu-content2 a > img {
  width: 18px;
  /*height: 16px;*/
  margin:3px auto;
}
@media (max-width: 990px) {
  .w1200 {
    width: 100%;
  }
  .banner {
    margin-top: 0;
  }
  .banner .banner-box .banner-text {
    top: 46%;
    left: 10%;
  }
  .banner .banner-box .banner-text p {
    font-size: 16px;
  }
  .banner .banner-box .banner-text p::before {
    width: 30px;
    height: 2px;
    top: 25px;
  }
  .banner .index-swiper {
    width: 100%;
    height: 200px;
  }
  .banner .index-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bread-nav {
    background-color: #f4f4f4;
    padding: 0px 0;
    display: none;
  }
  .bread-nav .bread-nav-container {
    display: flex;
    flex-direction: column;
  }
  .bread-nav .bread-nav-container .bread-nav-box {
    display: flex;
    padding: 15px 15px;
    padding-left: 0px;
  }
  .bread-nav .bread-nav-container .bread-nav-box span {
    font-size: 12px;
    color: #5a5a5a;
    margin: 0 2px;
  }
  .bread-nav .bread-nav-container .list-nav {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 15px;
    flex-wrap: wrap;
  }
  .bread-nav .bread-nav-container .list-nav a {
    position: relative;
    margin-left: 0px;
    font-size: 14px;
    color: #434343;
    width: 33%;
    text-align: center;
  }
  .bread-nav .bread-nav-container .list-nav a::after {
    content: '';
    width: 50%;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .bread-nav .bread-nav-container .list-nav .active {
    color: #ffc526;
    font-weight: bold;
  }
  .bread-nav .bread-nav-container .list-nav .active::after {
    display: block;
  }
  header {
    padding: 0px 15px;
    height: 50px;
    position: relative;
    background-color: #cf3e3e;
    background-image: none;
  }
  header .header-top {
    display: none;
  }
  header .header {
    display: none;
  }
  header .header .nav {
    display: none;
  }
  header .header .lang {
    display: none;
  }
  header .mobile-header {
    height: 50px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
  }
  header .mobile-header .logo {
    display: flex;
    align-items: center;
  }
  header .mobile-header .logo img {
    height: 40px;
    margin-right: 10px;
  }
  header .mobile-header .logo .logo-text p {
    line-height: 1.2;
  }
  header .mobile-header .logo .logo-text p:nth-child(1) {
    font-size: 18px;
    color: #333;
    font-weight: bold;
  }
  header .mobile-header .logo .logo-text p:nth-child(2) {
    color: #999;
    font-size: 12px;
  }
  header .mobile-header .lang {
    margin-left: auto;
  }
  header .mobile-header .hb-btn {
    margin-left: 5px;
  }
  header .mobile-header .hb-btn img {
    width: 30px;
  }
  header .mobile-header .mobile-nav {
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    background-color: #194b8a;
    display: none;
    z-index: 11111;
  }
  header .mobile-header .mobile-nav ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #3371bf;
    color: #fff;
  }
  header .mobile-header .mobile-nav .active {
    color: #fff;
    background-color: #3371bf;
  }
  header .mobile-header .mobile-nav .close-btn {
    position: absolute;
    top: -60px;
    right: 10px;
    display: block;
    height: 50px;
    width: 50px;
    background-color: transparent;
    color: #fff;
    line-height: 50px;
    font-size: 30px;
    text-align: center;
  }
  footer {
    background-color: #2B2C2E;
  }
  footer .footer {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 50px;
    flex-direction: column;
  }
  footer .footer .footer-item {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  footer .copyright {
    border-top: 1px solid #5a5a5a;
    padding: 10px 0;
  }
  footer .copyright .copyright-container .copyright-text {
    font-size: 12px;
    color: #888;
    text-align: center;
  }
  footer .copyright .copyright-container .copyright-link {
    display: none;
  }
  footer .back-top {
    right: 20px;
    bottom: 100px;
  }
}
