.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #075269;
  z-index: 999;
}
.header .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}
.header .header-top .header-avatar a {
  display: block;
  height: 50px;
}
.header .header-top .header-avatar a img {
  max-height: 100%;
}
.header .header-top .header-share {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .header-top .header-share li {
  width: 22px;
  margin: 0 4px;
}
.header .header-content {
  background-image: url(../images/0fdb02f6-1a2d-4a4b-99ec-b75382d9ac16.jpg);
}
.header .header-content ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.header .header-content ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
}
.header .header-content ul li a {
  width: 100%;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-right: solid 1px #274f59;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}
.header .header-content ul li:first-child a {
  border-left: solid 1px #274f59;
}
.header .header-content ul li:hover {
  background-color: #fff;
}
.header .header-content ul li:hover a {
  color: #333;
}
.header-layout {
  width: 100%;
  height: 111px;
}
.faq {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url(../images/yhy.jpg);
  width: 100%;
  height: 400px;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.faq .faq-title h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.faq .faq-title p {
  font-size: 32px;
  color: #fff;
  font-weight: 500;
}
.faq::before {
  content: '';
  width: 50%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/qa-bg.png);
  background-repeat: repeat;
  border-radius: 0 3em 0em 0;
}
.faq::after {
  content: '';
  width: 50%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-image: url(../images/qa-bg.png);
  background-repeat: repeat;
  border-radius: 3em 0 0 0;
}
.jianjie .feature_contents {
  margin: 40px auto;
}
.jianjie .feature_contents .feature_content h3 {
  border-left: 6px solid #ae5744;
  color: #ae5744;
  padding: 10px 16px 10px;
  background-color: #e8bca9;
  font-size: 20px;
  font-weight: 500;
  margin: 20px auto;
}
.jianjie .feature_contents .feature_content .feature_content_description {
  font-size: 16px;
  padding: 0 40px;
  text-align: justify;
}
.jianjie .feature_contents .feature_content .feature_content_description.q {
  font-size: 18px;
  font-weight: 500;
}
.jianjie .feature_contents .feature_content ul {
  padding: 0 65px;
  line-height: 32px;
  font-size: 1rem;
}
.footer {
  background-color: #324252;
  overflow: hidden;
  color: #fff;
}
.footer .info_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 2rem;
}
.footer .info_box h3 {
  width: 37%;
  float: left;
  height: 100%;
  padding-right: 4.5rem;
  display: block;
  color: #e9e5de;
  font-size: 15px !important;
  font-weight: normal;
  line-height: 2.4;
  letter-spacing: 1px;
}
.footer .info_box p {
  color: #e9e5de;
  font-size: 15px;
  letter-spacing: 1px;
}
.footer .info_box .foot-content {
  margin-top: 2rem;
}
.footer .info_box > a.info-logo {
  max-width: 180px;
  flex: 0 0 180px;
}
.cookies {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: #1E7C9C;
  color: #fff;
}
.cookies .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cookies h1 {
  font-size: 12px;
}
.cookies h1 a {
  color: #10B2F7;
}
.cookies b {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 2px;
  margin-left: 5px;
  font-weight: normal;
  cursor: pointer;
  white-space: nowrap;
}
.page_content .page_wrapper {
  background-color: #fff;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .footer .info_box {
    padding: 0 15px;
  }
  .footer .info_box > a.info-logo {
    display: none;
  }
  .footer .info_box h3 {
    width: 100%;
  }
  
  .header .header-content ul li a{
      font-size: 12px;
  }
  
  .header .header-top .header-avatar a img:not(.header-logo){
      display: none;
  }
}
