.container_bg {
  width: 100vw;
}
@media screen and (max-width: 800px) {
  .container_bg {
    height: 35%;
    position: relative;
  }
}
.container_bg .title {
  text-align: center;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 800px) {
  .container_bg .title {
    top: 10%;
  }
}
.container_bg .title p {
  font-size: 48px;
  background-image: -webkit-linear-gradient(bottom, white, #ccc, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 800px) {
  .container_bg .title p {
    font-size: 20px;
  }
}
.container_bg h2 {
  font-size: 46px;
  background-image: -webkit-linear-gradient(bottom, white, #ccc, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 800px) {
  .container_bg h2 {
    font-size: 20px;
  }
}
.container_bg img {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 800px) {
  .container_bg img {
    height: 35vh;
  }
}
.container_core {
  width: 100vw;
  text-align: center;
  padding: 6% 0;
}
.container_core h2 {
  font-size: 40px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .container_core h2 {
    font-size: 20px;
  }
}
.container_core p {
  transform: translateY(-30px);
  color: #ccc;
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  .container_core p {
    font-size: 14px;
    transform: translateY(-10px);
  }
}
.container_core .underline {
  width: 5%;
  height: 3px;
  background-color: #000;
  margin-left: 50% ;
  transform: translateX(-50%);
  margin-top: -30px;
}
@media screen and (max-width: 800px) {
  .container_core .underline {
    margin-top: -10px;
  }
}
.container_core ul {
  padding: 3% 10%;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 800px) {
  .container_core ul {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 800px) {
  .container_core ul li {
    background-color: #f5f5f5;
    border-radius: 20px;
    width: 50%;
    margin: 10px auto;
    padding-top: 20px;
  }
  .container_core ul li h3 {
    font-size: 16px;
    color: #666;
  }
}
.container_core ul li .icon {
  font-size: 70px;
}
.container_security {
  width: 100vw;
  text-align: center;
}
.container_security h2 {
  font-size: 40px;
  font-weight: normal;
}
@media screen and (max-width: 800px) {
  .container_security h2 {
    font-size: 20px;
  }
}
.container_security p {
  transform: translateY(-30px);
  color: #ccc;
  font-size: 22px;
}
@media screen and (max-width: 800px) {
  .container_security p {
    font-size: 14px;
    margin-top: 25px;
  }
}
.container_security .underline {
  width: 5%;
  height: 3px;
  background-color: #000;
  margin-left: 50% ;
  transform: translateX(-50%);
  margin-top: -30px;
}
@media screen and (max-width: 800px) {
  .container_security .underline {
    margin-top: -35px;
  }
}
.container_security .main {
  padding: 3%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.container_security .main .main_item {
  margin: 3.5%;
  box-shadow: 0px 0px 5px 2px #000;
  background: url('/0411lib/images/mini_card.jpg') no-repeat;
  background-size: cover;
  padding: 10px;
  width: 230px;
  background-color: #ccc;
  border-radius: 10%;
  border: 5px solid #f5f5f5;
  transition: all 1s;
}
.container_security .main .main_item h3 {
  background-image: -webkit-linear-gradient(bottom, green, #fff, red);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .container_security .main .main_item h3 {
    font-size: 26px;
  }
}
.container_security .main .main_item h4 {
  background-color: rgba(0, 0, 0, 0.3);
  padding-top: 30px;
  text-align: left;
  color: #ccc;
  font-weight: normal;
  padding: 20px;
  letter-spacing: 2px;
  border-radius: 10%;
}
@media screen and (max-width: 800px) {
  .container_security .main .main_item h4 {
    color: #fff;
  }
}
.container_security .main .main_item:hover {
  transform: translateX(36%);
  transition: 1s all ;
}
.container_message h2,
.container_message .news {
  text-align: center;
  font-size: 32px;
}
.container_message .news {
  text-align: center;
  font-size: 16px;
  color: #ccc;
}
.container_message .message_box {
  width: 80%;
  margin-left: 10%;
  display: flex;
}
.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%;
}
.container_message .message_box .message_item div {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #999999;
}
.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;
}
.container_message .message_box .message_item div span {
  margin-left: 3% ;
}
.footer {
  width: 100%;
  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;
}
.footer .logo img {
  max-width: 100%;
}
.footer .title {
  font-size: 25px;
  margin-bottom: 20px;
}
.footer .address_tel_fax {
  color: #d3d3d3;
  font-size: 14px;
  margin: 10px 0;
}
.footer .email_wx {
  color: #d3d3d3;
  font-size: 14px;
}
.footer .copy {
  color: #d3d3d3;
  font-size: 14px;
  margin: 50px 0 10px;
}
.footer .copy a {
  margin-left: 10px;
  text-decoration: none;
  color: #d3d3d3;
}
.footer .copy a:hover {
  color: #fff;
  transition: all 0.8s;
  font-size: 16px;
}
li {
  list-style: none;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
