@font-face {
  font-family: 'cocosregular';
  src: url('./CocoSharpS-Regular.otf') format('opentype')
}
header {
  height: 80px;
  background-color: #ffffff;
}
.indexheader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}
.header {
  width: 1600px;
  height: 80px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.header .logo {
  display: block;
  width: 200px;
}
.header-right {
  display: flex;
  align-items: center;
}
.header nav {
  height: 80px;
  display: flex;
  align-items: center;
}
.header nav a {
  display: block;
  height: 100%;
  line-height: 80px;
  color: #333333;
  font-size: 16px;
  margin-left: 30px;
  margin-right: 30px;
}
.header nav a.active {
  color: #6a8fca;
  box-sizing: border-box;
  border-bottom: 6px solid #6a8fca;
}
.header nav a:hover {
  color: #6a8fca;
  box-sizing: border-box;
  border-bottom: 6px solid #6a8fca;
}
.header-phone {
  display: flex;
  align-items: center;
  margin-left: 50px;
}
.header-phone img {
  display: block;
  width: 18px; 
}
.header-phone p,.header-phone a {
  color: #1c1e1d;
  font-size: 24px;
  margin-left: 13px;
}
footer {
  background-color: #f2f2f2;
  padding-top: 64px;
  padding-bottom: 30px;
}
.footer {
  width: 1600px;
  margin: 0 auto;
}
.footer-logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.footer-ph {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 27px auto 0;
}
.footer-ph__img {
  display: block;
  width: 28px;
	height: 28px;
  margin-right: 10px;
}
.footer-ph-text {
  display: flex;
  align-items: center;
  color: #1c1e1d;
  font-size: 20px;
}
.footer-ph-text span {
  color: #1c1e1d;
  font-size: 39px;
  /* margin-left: 22px; */
}
.footer-nav {
  display: flex;
  /* justify-content: space-between; */
  margin-top: 48px;
}
.footer-nav a {
  display: block;
  /* width: 14.28%; */
  color: #1c1e1d;
  font-size: 18px;
  font-weight: bold;
  /* text-align: center; */
  margin-right: 143px;
  width: 80px;
}
.footer-nav a:first-child {
  margin-left: 120px;
}
.footer-nav a:last-child {
  margin-right: 0;
}
.footer-line {
  width: 100%;
	height: 1px;
	background-color: #767c80;
	opacity: 0.2;
  margin-top: 27px;
  margin-bottom: 18px;
}
.footer-navitem {
  display: flex;
  /* justify-content: space-between; */
}
.footer-navitem-item {
  /* width: 14.28%; */
  display: flex;
  flex-direction: column;
  margin-right: 143px;
  width: 80px;
}
.footer-navitem-item:first-child {
  margin-left: 120px;
}
.footer-navitem-item:last-child {
  margin-right: 0;
}
.footer-navitem-item a {
  color: #555654;
  font-size: 14px;
  line-height: 35px;
}
.ba {
  height: 50px;
  background-color: #eaeaea;
}
.page-nav {
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6;
}
.page-nav a {
  display: flex;
  align-items: center;
  height: 100%;
  color: #999999;
  font-size: 24px;
  margin-left: 50px;
  margin-right: 50px;
}
.page-nav a span {
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
}
.page-nav a.active {
  color: #1c1e1d;
}
.page-nav a.active span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
	background-color: #cedaed;
  z-index: -1;
}
.page-nav a:hover {
  color: #1c1e1d;
}
.page-nav a:hover span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 14px;
	background-color: #cedaed;
  z-index: -1;
}
.crumb {
  background-color: #f2f2f2;
}
.crumb-box {
  width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #666666;
  font-size: 14px;
  height: 60px;
}
.crumb-box a {
  color: #666666;
  font-size: 14px;
}
.mheader {

  display: none;

}
.mboard {
  display: none;
}
@media screen and (max-width: 1024px) {

  header {

    display: none;

  }

  .mheader {

    width: 90%;

    margin: 0 auto;

    height: 80px;

    display: flex;

    justify-content: space-between;

    align-items: center;

  }

  .mlogo {

    height: 28px;

  }

  .menuicon {

    height: 28px;

  }

  .menuclose {

    height: 28px;

  }

  .mboard {

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    background-color: #ffffff;

    z-index: 999;

    overflow-y: auto;

  }

  .board-header {

    width: 90%;

    margin: 0 auto;

    height: 80px;

    display: flex;

    align-items: center;

    justify-content: space-between;

  }

  .mboard-nav {

    width: 90%;

    margin: 0 auto;

  }

  .mboard-nav-li a {

    display: block;

    height: 50px;

    line-height: 50px;

    font-size: 16px;

    color: #333333;

    border-bottom: 1px solid #333333;

  }

  .navson {

    padding-left: 15px;

  }

  .mboard-nav-li-link {

    display: flex;

    justify-content: space-between;

    align-items: center;

  }

  .mboard-nav-li-icon {

    width: 20px;

  }

  .mboard-nav-li-link {

    border-bottom: 1px solid #333333;

  }

  .mboard-nav-li-link a {

    border-bottom: 0;

  }

}