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: 7%;
  top: 22%;
  color:white;
}
.banner .banner_text h1{
  font-size:50px;
  font-family:'华康俪金黑w8';
}
.banner .banner_text h3{
  font-size:30px;
  font-family:'字魂95号-手刻宋';
}
.banner .banner_text p{
  font-size:18px;
  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;
  border-radius:3px;
}

@media (max-width:1366px){
  .banner .banner_text{
    top: 21%;
  }
  .banner .banner_text h1{
    font-size:40px;
  }
  .banner .banner_text h3{
    font-size:22px;
  }
  .banner .banner_text p{
    font-size:15px;
    margin-top:7%;
  }
  .banner .banner_text a{
    font-size: 18px;
  }
}
@media (max-width:1024px){
  .banner .banner_text p,
  .banner .banner_text h1,
  .banner .banner_text h3,
  .banner .banner_text a
  {
    display:none;
  }
}
