/*头部样式*/
/* 移动菜单 */
.menu-btn {
  display: none;
  text-align: right;
}
.menuBox1 {
  position: fixed;
  width: 100%;
  background: #fff;
  height: 100vh;
  top: 0;
  right: -100%;
  z-index: 99999999999;
  transition: all 0.5s;
  overflow: auto;
  overflow-x: hidden;
}
.phoneNavShow {
  box-sizing: border-box;
  right: 0;
  transition: all 0.5s;
  z-index: 9999;
  padding: 0 20px;
}
.menuBox1 .close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 20px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  z-index: 20;
  border-radius: 50%;
  cursor: pointer;
  background: #3151A0 url('../fonts/close.svg') no-repeat center;
  background-size: 12px;
  text-indent: -99px;
}
.phoneNavShow .close {
  display: block;
}
/*菜单手机状态*/
.menuBox1 ul li a {
  color: #333;
  display: block;
}
.menuBox1 ul {
  flex-wrap: wrap;
  margin-top: 90px;
}
.menuBox1 ul li {
  width: 100%;
  border-bottom: 1px solid #eee;
  transition: all 1s ease;
}
.menuBox1 ul li a {
  height: auto;
  line-height: 50px;
}
.menuBox1 > .secondMenu {
  position: relative;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  box-shadow: none;
  padding: 0 30px 20px;
  /* display: flex; */
  flex-direction: column;
  display: none !important;
}
.menuBox1 .secondMenu a,
.menuBox1 .active11 .menuBox1 ul .secondMenu a {
  text-align: left;
  line-height: 30px;
  height: auto;
}
.menuBox1 .active11 .secondMenu {
  display: none;
  top: 0;
}
.menuBox1 ul li {
  position: relative;
}
.menuBox1 ul li i {
  content: '';
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  position: absolute;
  background: url('../fonts/close.svg') no-repeat center;
  filter: brightness(0.2);
  background-size: 12px;
  z-index: 10;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.menuBox1 ul li .active11 {
  transform: rotate(90deg) !important;
  transition: all 0.5s !important;
}
/* 菜单结束 */
.header {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.index-header .headerTop {
  width: 100%;
  background: #fff;
}
.header.bgActive {
  background: #fff;
}
.headerTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
  padding: 0 60px;
  box-sizing: border-box;
  padding-right: 50px;
  transition: all 0.5s;
}
.headerTop .logo {
  width: 330px;
}
.header.active {
  background: #fff;
  transition: all 0.5s;
  border-color: #eee;
}
.active .headerTop {
  /*height: 50px;*/
  transition: all 0.5s;
}
.logo img {
  max-width: 100%;
  /*filter: grayscale(1) brightness(100);*/
}
.logo img.active2 {
  display: none;
}
.header.active .logo img.active1,
.header.bgActive .logo img.active1 {
  display: none;
}
.header.bgActive .logo img.active2,
.header.active .logo img.active2 {
  /*filter: brightness(0);*/
  /*filter: none;*/
  display: flex;
}
/*头部样式*/
/*菜单样式*/
.menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 120px;
}
.phoneIcon {
  display: none;
}
.menuBox {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuBox.close {
  display: none;
}
.menuBox > ul {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menuBox > ul li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px;
}
.menuBox > ul li a {
  width: 100%;
  font-size: 22px;
  color: #333333;
  display: block;
  position: relative;
  transition: all 0.5s;
  font-family: syl;
}
.menuBox > ul li a:hover {
  color: #1429a3;
}
.menuBox > ul li:nth-child(1) {
  margin-left: 0;
}
.header.bgActive .menuBox > ul li a {
  color: #333;
}
.header.bgActive .menuBox > ul li a:hover {
  color: #000078;
}
.menuBox > ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #fff;
  left: 0;
  transition: all 0.5s;
  /*display: none;*/
}
.menuBox > ul li.active a::after {
  width: 100%;
}
.menuBox > ul li a:hover::after {
  width: 100%;
}
.header .menuBox > ul li {
  position: relative;
}
.header.active .menuBox > ul li a {
  color: #000;
  /*height: 50px;*/
  /*line-height: 50px;*/
  position: relative;
}
.header.active .menuBox > ul li a::after {
  background: #000078;
  bottom: -1px;
}
.header .menuBox .secondMenu {
  position: absolute;
  top: 120px;
  background: #fff;
  left: 50%;
  margin-left: -90px;
  padding: 60px 10px;
  width: 180px;
  box-sizing: border-box;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  /*transition: all 0.5s;*/
  display: none;
  z-index: 22;
}
.header .menuBox .secondMenu a {
  line-height: 1 ;
  padding-bottom: 30px;
}
.header .menuBox .secondMenu a:last-child {
  padding-bottom: 0;
}
.header .menuBox > ul li:hover .secondMenu {
  /*display: block;*/
  border-top: 3px solid #1429a3;
}
.header .secondMenu a {
  color: #333;
  height: auto;
  text-align: center;
  margin: 0;
}
.header .secondMenu a::after {
  display: none !important;
}
.header .menuBox1 .secondMenu {
  display: none;
}
.language {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 30px;
  min-width: 20px;
  flex-direction: column;
}
.language img {
  width: auto;
}
.language .languageBox {
  position: absolute;
  top: 70px;
  right: 10px;
  width: 100px;
  display: flex;
  flex-direction: column;
  background: #fff;
  z-index: 11;
  display: none;
  padding: 10px 0;
  right: -20px;
}
.language .languageBox a {
  padding: 0 10px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.language .languageBox a:hover {
  background: #c6c3c3;
}
.language a {
  color: #000;
  font-size: 16px;
}
.header.bgActive .language a {
  color: #333;
}
.language::after {
  content: '';
  height: 14px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.header.active .language::after {
  background: #e2e2e2;
}
.header.active .language a {
  color: #000;
}
/*菜单样式*/
/* 搜索 */
.search {
  width: 30px;
  height: 90px;
  margin-left: 50px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .search {
    margin-right: 10px;
  }
}
.search .searchbtn {
  width: 100%;
}
.search .searchbtn .img {
  width: 100%;
}
.search .searchbtn .img img {
  width: auto;
}
/* 搜索导航栏 */
#search-nav {
  width: 100%;
  height: 100px;
  display: none;
  position: fixed;
  top: 100px;
  z-index: -1;
  background: #ffffff;
  opacity: 0.45;
  z-index: 22;
  transition: all 0.5s ease-in;
}
#search-nav .h_search {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}
#search-nav .h_search .search-panel {
  width: 700px;
  height: 100%;
  display: flex;
  justify-content: flex-start;
}
#search-nav .h_search .search-panel .ikeyClick {
  display: inline-block;
  line-height: 100px;
  padding-top: 11px;
}
#search-nav .h_search .search-panel .ikeyClick1 {
  display: inline-block;
  line-height: 100px;
  padding-top: 0px;
  filter: brightness(0%);
}
#search-nav .h_search .search-panel .hide-search {
  cursor: pointer;
  filter: brightness(0%);
}
#search-nav .h_search .search-panel .ikeyClick img {
  cursor: pointer;
}
#search-nav .h_search .search-panel .h_searchtxt {
  background: #fff;
  border: none;
  color: black;
  font-size: 20px;
  width: 75%;
  line-height: 44px;
  font-size: 14px;
  padding: 0 25px;
}
#search-nav .h_search .search-panel .h_searchtxt:focus {
  outline: 1px solid rgba(255, 255, 255, 0);
}
input::-webkit-input-placeholder {
  color: #fff;
  font-size: 12px;
}
#search-nav .h_search .search-panel h1 {
  color: #fff;
  padding-left: 111px;
  text-align: left;
  padding-top: 30px;
}
#search-nav .h_search .search-panel h1 img {
  width: 30px;
  height: 30px;
}
#search-nav .search-detail .h_searchdesc {
  width: 700px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#search-nav h4 {
  font-size: 12px;
  color: black;
  padding-left: 35px;
  padding: 20px 0;
}
#search-nav ul {
  list-style: none;
}
#search-nav ul li {
  line-height: 32px;
  margin: 5px 0;
  padding: 0 45px;
}
#search-nav ul li a {
  color: black;
}
/* 适配 */
@media screen and (max-width: 1440px) {
  #search-nav {
    height: 70px;
  }
  #search-nav .h_search .search-panel .ikeyClick {
    line-height: 70px;
  }
  #search-nav .h_search .search-panel .ikeyClick1 {
    line-height: 70px;
  }
  #search-nav .h_search .search-panel h1 {
    padding-top: 15px;
  }
}
/*轮播图样式*/
.banner .swiper-slide img,
.banner .swiper-slide video {
  width: 100%;
}
.banner .swiper-pagination {
  max-width: 100%;
  padding: 0 160px;
  left: 0;
  right: 0;
  bottom: 70px !important;
  text-align: left;
  margin: auto;
}
.banner .swiper-pagination-bullet {
  width: 60px !important;
  height: 1px !important;
  background: #fff;
  border-radius: 0 !important;
}
.banner .swiper-pagination-bullet-active {
  background: #fff !important;
}
.banner .text {
  position: absolute;
  top: 30%;
  max-width: 100%;
  padding: 0 160px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.banner .text img {
  max-width: 100%;
  width: auto;
}
.banner .text a {
  display: inline-block;
}
.banner .text .title {
  font-size: 58px;
  color: #fff;
  margin-top: 10px;
  font-weight: 100;
}
.banner .text .midTitle {
  font-size: 72px;
  color: #fff;
  font-weight: 100;
}
.banner .text .subTitle {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
}
.banner .text .bannerMore {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  padding: 15px 20px;
}
.banner .text .bannerMore:hover {
  background: #000078;
  color: #fff;
  border-color: #000078;
}
.banner .text .bannerMore i {
  background: url(../images/bannericom.png) no-repeat center right;
  width: 17px;
  height: 12px;
  display: inline-block;
  margin-left: 20px;
  opacity: 0.8;
}
.bannerDown {
  width: 104px;
  height: 104px;
  background: url('../images/bannerdown.png') no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: Montserrat-Bold;
  flex-direction: column;
  cursor: pointer;
  margin-top: 50px;
  position: relative;
}
.banner .bannerDown .downTitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.bannerDown img {
  /*margin-top: 40px;*/
  position: absolute;
  animation: down 1.5s infinite;
}
@keyframes down {
  0% {
    margin-top: 40px;
  }
  50% {
    margin-top: 60px;
  }
  100% {
    margin-top: 40px;
  }
}
/*轮播图样式*/
/*底部样式*/
.footer {
  width: 100%;
  background: #333333;
}
.footerBox {
  width: 100%;
  padding: 100px 180px 0px;
  box-sizing: border-box;
}
.footerBox .footerTop {
  width: 100%;
}
.footerBox .footerTop .footerMenu {
  width: 45%;
}
.footerMid {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  align-items: center;
}
.footerPhone span {
  font-size: 14px;
  color: #767676;
}
.footerPhone p {
  margin-top: 5px;
}
.footerPhone p a {
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  font-family: Montserrat-Bold;
}
.footerCode {
  display: flex;
  width: 100px;
  justify-content: space-between;
  margin-top: 20px;
}
.footerCode .item {
  position: relative;
  cursor: pointer;
}
.footerCode .item .showCode {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 50%;
  margin-left: -60px;
  bottom: 30px;
  opacity: 0;
  transition: all 0.5s;
}
.footerCode .item:hover .showCode {
  opacity: 1;
  transition: all 0.5s;
}
.footerCode .item:hover .footerIcon {
  filter: brightness(100);
}
.footerLogo {
  width: 240px;
}
.footerLogo img {
  width: 100%;
}
.copyLink {
  display: flex;
  justify-content: space-between;
  color: #767676;
  font-size: 14px;
  border-top: 1px solid #262626;
  padding: 25px 192px 25px;
  box-sizing: border-box;
  background: #232323;
}
.copyLink a:hover {
  color: #fff;
}
.copyRight a {
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}
.copyRight a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 60%;
  background: #424242;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.copyLink a {
  color: #767676;
  font-size: 14px;
}
.footerTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 115px;
}
.footerAdd {
  margin-top: 40px;
  WIDTH: max-content;
}
.footerAdd .item .phone {
  font-size: 44px;
  font-family: mon;
  color: #FFFFFF;
  padding: 20px 0 10px;
}
.footerAdd .item a {
  font-size: 14px;
  color: #ffffffc4;
}
.footerMenu {
  display: flex;
  justify-content: space-between;
}
.emw {
  color:#fff;
  margin-left:50px;
  margin-top:-6px;
}
.emw .btel{font-size:2.5rem;}
.emw .img {
float:left;
  margin: 15px 15px 0 0;
  width: 120px;
}
.emw .img img {
  width: 100%;
}
.emw .text {
  font-size: 14px;
  color: #FDFDFD;
  padding: 10px 22px;
}
.footerMenu .item:first-child {
  margin-left: 0;
}
.footerMenu .item a {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  display: block;
  width: max-content;
}
.footerMenu .secondMenu a:hover {
  color: #fff;
}
.footerMenu .secondMenu {
  margin-top: 20px;
}
.footerMenu .secondMenu a {
  font-size: 14px;
  color: #ffffffc4;
  margin-top: 15px;
}
.footerMenu .secondMenu a:nth-child(1) {
  margin-top: 0;
}
.copyRight {
  font-size: 14px;
  color: #fcfdfd62;
}
.header-active {
  height: 100px !important;
}
.header-active .logo img {
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .header-active .logo img {
    max-width: 70%;
  }
}
.header-active .menu {
  height: 100px;
}
.header-active .menu ul li a {
  font-size: 20px;
}
.header-active .secondMenu {
  top: 100px !important;
  padding: 30px 0;
}
.header-active .language .languageBox {
  top: 45px;
}
@media screen and (max-width: 1760px) {
  .headerTop .menu .menuBox > ul li {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1670px) {
  .headerTop .menu .menuBox > ul li {
    margin: 0 25px;
  }
}
@media screen and (max-width: 1600px) {
  .headerTop .menu .menuBox > ul li {
    margin: 0 20px;
  }
  .headerTop .menu .menuBox > ul li a {
    font-size: 18px;
  }
  .header .secondMenu {
    left: 75%;
    width: 140px;
  }
  .footerBox {
    padding: 100px 120px 0px;
  }
}
@media screen and (max-width: 1460px) {
  .headerTop {
    padding: 0 30px;
  }
  .headerTop .menu .menuBox > ul li {
    margin: 0 25px;
  }
  .headerTop .menu .menuBox > ul li a {
    font-size: 16px;
  }
  .footerBox .headerTop {
    padding: 50px 70px 0px;
  }
  .footerBox .headerTop .footerText {
    max-width: 318px;
    width: 100%;
  }
  .footerBox .headerTop .footerText .footerAdd {
    width: auto;
  }
}
@media screen and (max-width: 1366px) {
  .headerTop .menu .menuBox > ul li {
    margin: 0 20px;
  }
  .headerTop .menu .menuBox > ul li a {
    font-size: 16px;
  }
  .footerBox {
    padding: 50px 20px 0px;
  }
  .footerText {
    width: 244px;
  }
  .footerAdd .item .phone {
    font-size: 30px;
  }
  .footerAdd {
    width: auto;
  }
}
@media screen and (max-width: 1290px) {
  .headerTop .menu .menuBox > ul li {
    margin: 0 12px;
  }
  .headerTop .menu .menuBox > ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .headerTop .menu .menuBox > ul li {
    margin: 0 10px;
    width: fit-content;
    width: max-content;
  }
  .headerTop .menu .menuBox > ul li a {
    font-size: 16px;
  }
  .logo {
    margin-right: 20px;
  }
  .header .menuBox .secondMenu a {
    padding-bottom: 20px !important;
  }
  .footerBox {
    padding: 50px 20px 0px;
  }
  .footerMenu .item > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .header-active {
    height: 70px !important;
  }
  .menuBox > ul {
    display: none;
  }
  .footerBox .footerTop {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .footerBox .footerTop .logo img {
    max-width: 50%;
  }
  .footerBox .footerTop .footerMenu {
    width: 100%;
    margin-right: 20px;
    margin-top: 50px;
  }
  .footerAdd {
    margin-top: 20px;
  }
  .footerAdd .item {
    margin-top: 0;
  }
  .footerAdd .item .phone {
    font-size: 16px;
    padding: 5px 0;
  }
  .footerAdd .item:last-child {
    display: none;
  }
  .emw {
    margin: 0;
    background: none;
  }
  .emw .img {
    margin: 0;
  }
  .language {
    display: none;
  }
  .menu-btn {
    display: flex;
  }
  .menu-btn img {
    width: auto;
  }
}
@media screen and (max-width: 888px) {
.footerText{display: none;}
  .emw{clear:both;width:100%;}
  .emw .ewx{margin-top:1rem;}
  .emw .btel{font-size:2rem;}
  .footerMenu {
    display: none;
  }
  .footerBox .footerTop {
    flex-direction: row;
  }
  .footerBox .footerTop .footerLogo {
    width: 200px;
  }
  .footerBox .footerTop .footerLogo img {
    width: 81%;
  }
  .emw .img {
    padding: 0 !important;
    margin-top: 0;
  }
  .emw .img img {
    width: 100px;
  }
  .emw .text {
    padding: 10px 0;
  }
  .copyLink {
    padding: 25px 20px 25px;
    flex-direction: column;
  }
  .copyLink .poweredBy {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footerBox {
    padding: 20px 20px 0px;
  }
  .emw .img {
    padding: 0px 15px 0;
  }
  .footerMenu {
    flex-wrap: wrap;
    width: 100%;
  }
  .footerMenu .item {
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
  }
  .copyRight {
    display: flex;
    flex-direction: column;
  }
  .copyRight a {
    padding-left: 0px;
    margin-left: 0px;
  }
}
/*# sourceMappingURL=headfoot.css.map */