@charset "utf-8";

body {
 font-family: PingFangSC-Regular, Verdana, Arial, 微软雅黑, Microsoft YaHei;list-style: none;
}
.top {
 width: 100%;
 height: 45px;
 background: url(../images/top_bg.jpg) repeat-x;
}
.top_text {
 width: 1200px;
 margin: 0 auto;
 height: 45px;
 line-height: 45px;
 text-align: right;
}
.top_text a {
 color: #FFFFFF;
 padding-right: 20px;
}
.top_head {
 background: url(../images/bg_header.png) no-repeat;
 height: 252px;
 width: 1900px;
 magin: 0 auto;
 color: #CC1215;
}
.mask {
 height: 100%;
 width: 100%;
 background: rgba(223,236,255,.6);
}