html,
body,
#app {
  height: 100%;
  margin: 0;
  padding: 0;
  /* min-width: 750px; */
}
.WeChat_customer {
  width: 100%;
  padding: 3%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.WeChat_customer img {
  max-width: 80%;
  max-height: 80%;
}
.WeChat_customer p {
  text-align: center;
  color: #fff;
  text-decoration: underline;
}
a {
  text-decoration: none;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.container {
  width: 100vw;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 90px;
}
.container .header {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9999;
}
@media screen and (max-width: 800px) {
  .container .header {
    width: 100vw;
  }
}
.container .header .header_left {
  width: 30%;
  height: 90px;
  display: flex;
  margin-left: 10%;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .container .header .header_left {
    margin: 0 ;
  }
}
.container .header .header_left img:hover {
  cursor: pointer;
}
.container .header .header_left span {
  display: inline-block;
  width: 30%;
  margin-left: 25px;
  font-size: 14px;
  color: #666666;
}
@media screen and (max-width: 800px) {
  .container .header .header_left span {
    display: none;
  }
}
.container .header .header_left .headerImg {
  max-width: 50%;
}
@media screen and (max-width: 800px) {
  .container .header .header_left {
    width: 100%;
  }
}
.container .header .header_right {
  width: 750px;
  margin-right: 10% ;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .container .header .header_right {
    display: none;
  }
}
.container .header .header_right .header_right_item {
  width: 100%;
  height: 76px;
  margin-top: 30px;
}
.container .header .header_right .header_right_item ul {
  list-style: none;
}
.container .header .header_right .header_right_item ul li {
  display: inline-block;
  margin: 0 auto;
}
.container .header .header_right .header_right_item ul li .title {
  padding: 10px 15px;
  border-radius: 20px;
}
.container .header .header_right .header_right_item ul li .title:hover {
  background-color: #ccc;
  color: #fff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.container .header .header_right .header_right_item ul li a {
  text-decoration: none;
  color: #000;
}
.container .header .header_right .showDetail_right {
  display: flex;
  position: relative;
  top: 15px;
}
.container .header .header_right .showDetail_right .show_box {
  display: none;
  text-align: center;
  width: 90px;
  background-color: #f5f5f5;
  font-size: 14px;
  position: absolute;
  left: 95px;
  padding: 20px;
  border-top: 2px solid #000;
}
.container .header .header_right .showDetail_right .show_box a {
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 8px 0;
  text-decoration: none;
  color: #000;
}
.container .header .header_right .showDetail_right .show_box a:hover {
  cursor: pointer;
  color: #ff0000;
  transition: all 0.3s;
}
.container .header .activeBg {
  background-color: #a5a5a5;
  color: #fff;
}
.container .header .nav_M {
  display: none;
}
@media screen and (max-width: 800px) {
  .container .header .nav_M {
    display: block;
  }
}
.container .header .nav_M .btn {
  font-size: 9vw;
  position: absolute;
  top: 20%;
  right: 5%;
  color: #ccc;
}
.mean {
  display: none;
  position: fixed;
  top: 90px;
  background-color: #fff;
  height: 100%;
  width: 100vw;
  padding: 10% 0;
}
.mean .navTit {
  color: #ccc;
  border-bottom: 1px solid #ccc;
  padding: 2%;
  font-weight: 900;
  text-align: center;
  border-radius: 60%;
}
.mean .navTit i {
  position: absolute;
  right: 5%;
}
.mean .navTit a {
  color: #000;
}
.mean .navTit .son {
  display: none;
  color: #666;
  font-size: 0.8em;
  padding: 1em;
}
.mean .navTit .son a {
  color: #666;
}
.container_message {
  width: 100vw;
}
@media screen and (max-width: 800px) {
  .container_message {
    display: none;
  }
}
.container_message h2,
.container_message .news {
  text-align: center;
  font-size: 32px;
}
@media screen and (max-width: 800px) {
  .container_message h2,
  .container_message .news {
    font-size: 16px;
  }
}
.container_message .news {
  text-align: center;
  font-size: 16px;
  color: #ccc;
}
@media screen and (max-width: 800px) {
  .container_message .news {
    font-size: 8px;
  }
}
.container_message .message_box {
  width: 80%;
  margin-left: 10%;
  display: flex;
}
@media screen and (max-width: 800px) {
  .container_message .message_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60vw;
    margin: 0 auto;
  }
}
.container_message .message_box .message_item {
  flex: 1;
  padding: 2% 0 3% 0;
  margin: 0 1%;
}
.container_message .message_box .message_item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #618ce4;
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5%;
}
@media screen and (max-width: 800px) {
  .container_message .message_box .message_item h3 {
    font-size: 12px;
  }
}
.container_message .message_box .message_item div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
}
@media screen and (max-width: 800px) {
  .container_message .message_box .message_item div {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
  }
}
.container_message .message_box .message_item div a {
  text-decoration: none;
  color: #999999;
}
.container_message .message_box .message_item div a:hover {
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 800px) {
  .container_message .message_box .message_item div a {
    padding: 10px 0;
  }
}
.container_message .message_box .message_item div span {
  margin-left: 3% ;
}
.footer {
  width: 100vw;
  color: #fff;
  background: #a5a5a5;
  overflow: hidden;
  text-align: center;
}
.footer .logo {
  width: 95px;
  height: 95px;
  margin: 30px auto ;
  background: url('/0411lib/images/jinglinPic.png') no-repeat;
  background-size: 660px 500px;
  background-position: -15px -313px;
}
@media screen and (max-width: 800px) {
  .footer .logo {
    margin: 0 auto ;
  }
}
.footer .logo img {
  max-width: 100%;
}
.footer .title {
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  .footer .title {
    font-size: 14px;
  }
}
.footer .address_tel_fax {
  color: #d3d3d3;
  font-size: 14px;
  margin: 10px 0;
}
@media screen and (max-width: 800px) {
  .footer .address_tel_fax {
    font-size: 12px;
  }
}
.footer .email_wx {
  color: #d3d3d3;
  font-size: 14px;
}
@media screen and (max-width: 800px) {
  .footer .email_wx {
    font-size: 12px;
  }
}
.footer .copy {
  color: #d3d3d3;
  font-size: 14px;
  margin: 50px 0 10px;
}
@media screen and (max-width: 800px) {
  .footer .copy {
    font-size: 10px;
    margin: 0;
  }
}
.footer .copy a {
  margin-left: 10px;
  text-decoration: none;
  color: #d3d3d3;
}
.footer .copy a:hover {
  color: #fff;
  transition: all 0.8s;
  font-size: 16px;
}
