/* *{
 margin:0;
 padding:0;
 box-sizing:border-box;
} */
.logobox{
 display: inline-block; width: 80px; height: 80px
}
.logobox img{
 width: 100%; height: 100%
}
.footer_logobox{
 display: block; width: 90px; height: 90px; margin-top: 3%
}
.footer_logobox img{
 width: 100%; height: 100%
}
.lines {
 margin: 0;
 width: 100%;
 height: 50px;
 background: #b81c27;
 position: fixed;
 top: 12%;
 left: 0;
 right: 0;
}
.lines1 {
 margin: 0;
 width: 100%;
 height: 50px;
 background: #b81c27;
 position: fixed;
 top: 77%;
 left: 0;
 right: 0;
}
.content {
 width: 1000px;
 margin: 15px auto;
 margin-top: 260px;
 letter-spacing: 4px;
 text-indent: 40px;
 line-height: 30px;
 font-size: 20px;
}
.banner {
 width: 100%;
 height: 300px;
 margin-top: 120px;
}
.banner img {
 width: 100%;
 height: 100%;
}
.footer {
 background: #dfdfdf;
 position: fixed;
 bottom: 0;
 left: 0;
 right: 0;
 width: 100%;
}
.smallfoot {
 width: 1000px;
 margin: 0 auto;
 overflow: hidden;
 padding: 24px 0;
 display: flex;
}
.smallfoot img {
 margin: 0 26px 0 8px;
 display: block;
 float: left;
}
.smallfoot .px_foot {
 padding-top: 10px;
 padding-left: 10%;
}
.smallfoot .px_foot p,
.smallfoot .px_foot p a {
 font-size: 16px;
 color: #666;
 line-height: 20px;
 font-family: '宋体';
}
.bigheader {
 background-image:url(./topbg.png) ;
 background-repeat: no-repeat;
 background-size: 100% 100%;
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 width: 100%;
}
.header {
 width: 1000px;
 margin: 0 auto;
 overflow: hidden;
 display: flex;
}
.header img {
 padding: 15px 0 15px 0;
}
.logo_title {
 font-weight: bold;
 font-size: 24px;
 padding-left: 3%;
 color: #b81c27;
 display: flex;
 align-items: center;
 /* padding-top: -10%; */
}