a,a:hover{
  text-decoration: none;
}
@media screen and (max-width: 1920px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 12px;
  }
}
/*@font-face {*/
/*  font-family: 'SourceHanSansCN-Heavy';*/
/*  src: url('../font/SourceHanSansCN/SourceHanSansCN-Heavy.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SourceHanSansCN-Light';*/
/*  src: url('../font/SourceHanSansCN/SourceHanSansCN-Light.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SourceHanSansCN-Medium';*/
/*  src: url('../font/SourceHanSansCN/SourceHanSansCN-Medium.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SourceHanSansCN-Regular';*/
/*  src: url('../font/SourceHanSansCN/SourceHanSansCN-Regular.otf');*/
/*}*/
/*@font-face {*/
/*  font-family: 'SourceHanSansCN-Bold';*/
/*  src: url('../font/SourceHanSansCN/SourceHanSansCN-Bold.otf');*/
/*}*/
html,
body {
  color: #303030;
  background: white;
  /*font-family: 'SourceHanSansCN-Regular';*/
}
.header_container {
  width: 100% !important;
}
p {
  line-height: 1.5em;
  font-size: 16px;
}
/*轮播图*/
.banner{
  position:relative;
}
.banner .banner_text{
  position:absolute;
  z-index:99;
  left: 16%;
  top: 22%;
  color:white;
}
.banner .banner_text h1{
  font-size:80px;
  font-family:'华康俪金黑w8';
}
.banner .banner_text h3{
  font-size:50px;
  font-family:'字魂95号-手刻宋';
}
.banner .banner_text p{
  font-size:24px;
  color:#ffd9e0;
  margin-top:7%;
}
.banner .banner_text a{
  font-size: 24px;
  padding: 2% 10%;
  text-decoration: none;
  margin-top: 4%;
  display: inline-block;
  transition:.5s;
  background:#c92343;
  border:1px solid #c92343;
  color:white;
  box-shadow:0 0 10px rgba(255,255,255,.4);
  border-radius:3px;
}

@media (max-width:1366px){
  .banner .banner_text{
    top: 21%;
  }
  .banner .banner_text h1{
    font-size:60px;
  }
  .banner .banner_text h3{
    font-size:30px;
  }
  .banner .banner_text p{
    font-size:18px;
    margin-top:7%;
  }
  .banner .banner_text a{
    font-size: 18px;
  }
}
@media (max-width:1024px){
  .banner .banner_text{
    left: 13%;
    top: 18%;
  }
  .banner .banner_text h1{
    font-size:40px;
  }
  .banner .banner_text h3{
    font-size:26px;
  }
  .banner .banner_text p{
    font-size:15px;
  }
  .banner .banner_text a{
    font-size: 15px;
  }
}
@media (max-width:768px){
  .banner .banner_text{
    left: 10%;
    top: 10%;
  }
  .banner .banner_text h1{
    font-size:30px;
  }
  .banner .banner_text h3{
    font-size:20px;
  }
  .banner .banner_text p{
    font-size:14px;
  }
  .banner .banner_text a{
    font-size: 14px;
  }
}
@media (max-width:576px){
  .banner .banner_text{
    left: 10%;
    top: 10%;
  }
  .banner .banner_text h1{
    font-size:24px;
    margin-top: 0;
  }
  .banner .banner_text h3{
    font-size:14px;
  }
  .banner .banner_text p{
    display: none;
  }
  .banner .banner_text a{
    font-size: 13px;
  }
}
