@charset "utf-8";
/*global*/
* {
    margin: 0;
    padding: 0;
    font-family: SegoeUI;
}
html {
    font-size: 10px;
}
body {
    overflow-x: hidden;
}
img, button {
    border: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, ol {
    margin: 0;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
textarea {
    resize: none;
    overflow: hidden;
}
.f-l, .y-l, .s-l {
    float: left;
}
.f-r, .y-r, .s-r {
    float: right;
}
/*box*/
.m-wrap {
    width: 100%;
}
.m-box, .i-box {
    margin-left: auto;
    margin-right: auto;
}
.m-box {
    width: 1200px;
}
.i-box {
    width: 1200px;
}
/*public*/
.s-wap {
    display: none;
}
@font-face {
    font-family: SegoeUI;
    src: url("../fonts/SEGOEUI.TTF");
}
/*header*/
.g-header {
    height: auto;
    background: #fff;
}
.g-header .s-info, .g-header .s-nav {
    width: 100%;
    height: auto;
}
.g-header .s-info {
    overflow: hidden;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-header .s-info .s-logo, .g-header .s-info .s-contact {
    height: auto;
    overflow: hidden;
}
.g-header .s-info .s-logo img {
    height: 62px;
}
.g-header .s-info .s-contact p {
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 30px;
    color: #000;
}
.g-header .s-info .s-contact p img, .g-header .s-info .s-contact p span {
    vertical-align: middle;
}
.g-header .s-info .s-contact p img {
    height: 25px;
}
.g-header .s-info .s-contact p span {
    margin-left: 7px;
}
.g-header .s-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-header .s-nav>div {
    width: 20%;
    height: auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    border-bottom: 5px solid transparent;
    font-size: 1.7rem;
    color: #000;
    text-align: center;
}
.g-header .s-nav>div:first-child > a {
    border-left: 1px solid #b7b7b7;
}
.g-header .s-nav>div:hover {
    border-bottom-color: #e0d3cd;
}
.g-header .s-nav>div:hover .s-sub {
    display: block;
}
.g-header .s-nav>div > a {
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 15px 0;
    box-sizing: border-box;
    border-right: 1px solid #b7b7b7;
    color: inherit;
    font-weight: 600;
}
.g-header .s-nav>div.on {
    border-bottom-color: #ae2822;
}
.g-header .s-nav>div .s-sub {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #f5eeeb;
    margin: 5px 0;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: left;
    display: none;
}
.g-header .s-nav>div .s-sub .s-title, .g-header .s-nav>div .s-sub .s-item {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-header .s-nav>div .s-sub .s-title {
    background: #fff;
}
.g-header .s-nav>div .s-sub .s-title h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 44px;
    color: #ae2822;
}
.g-header .s-nav>div .s-sub .s-item {
    box-sizing: border-box;
    padding: 10px 0;
}
.g-header .s-nav>div .s-sub .s-item ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    white-space: normal;
}
.g-header .s-nav>div .s-sub .s-item li {
    display: inline-block;
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0 10px;
    font-size: 14px;
    line-height: 40px;
    color: #333;
}
.g-header .s-nav>div .s-sub .s-item li:hover {
    text-decoration: underline;
}
.g-header .s-nav>div .s-sub .s-item li img, .g-header .s-nav>div .s-sub .s-item li a {
    vertical-align: middle;
}
.g-header .s-nav>div .s-sub .s-item li img {
    height: 15px;
}
.g-header .s-nav>div .s-sub .s-item li a {
    color: inherit;
    margin-left: 5px;
}
.w-header {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
}
.w-header .m-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
}
.w-header .m-box .s-logo, .w-header .m-box .s-aside {
    height: auto;
}
.w-header .m-box .s-logo {
    overflow: hidden;
}
.w-header .m-box .s-logo img {
    height: 40px;
}
.w-header .m-box .s-aside {
    display: flex;
    align-items: center;
}
.w-header .m-box .s-aside .s-col {
    width: auto;
    height: auto;
    overflow: hidden;
    margin-left: 10px;
}
.w-header .m-box .s-aside .s-col > a img {
    height: 30px;
}
.w-header .m-box .s-aside .s-col .s-sub {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 70%;
    height: auto;
    overflow: hidden;
    background: #f5eeeb;
    box-sizing: border-box;
    border-left: 1px solid #ae2822;
    border-bottom: 1px solid #ae2822;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all ease-out 0.3s;
}
.w-header .m-box .s-aside .s-col .s-sub.on {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.w-header .m-box .s-aside .s-col .s-sub .s-close {
    display: block;
    width: auto;
    height: auto;
    overflow: hidden;
    float: right;
    margin: 30px 0;
    margin-right: 20px;
}
.w-header .m-box .s-aside .s-col .s-sub .s-close img {
    height: 30px;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row.has-sub h3 {
    padding-left: 40px;
    background: url("../img/item-plus.png") 15px center no-repeat;
    background-size: 15px 15px;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row.has-sub.on {
    background-color: #fff;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row.has-sub.on h3 {
    background-image: url("../img/item-minus.png");
}
.w-header .m-box .s-aside .s-col .s-sub .s-row h3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    border-top: 1px solid #ae2822;
    font-size: 16px;
    line-height: 50px;
    color: #333;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row h3 a {
    color: inherit;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    display: none;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 16px;
    line-height: 50px;
    color: #ae2822;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row ul li:hover {
    background: #dedede;
    color: #001a4d;
    text-decoration: underline;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row ul img, .w-header .m-box .s-aside .s-col .s-sub .s-row ul a {
    vertical-align: middle;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row ul img {
    height: 15px;
}
.w-header .m-box .s-aside .s-col .s-sub .s-row ul a {
    margin-left: 10px;
    color: inherit;
}
/*footer*/
.g-footer .s-nav, .g-footer .s-main, .g-footer .s-copy {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.g-footer .s-nav {
    background: #30302f;
    box-sizing: border-box;
    padding: 20px 15px;
}
.g-footer .s-nav ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-footer .s-nav li {
    width: 20%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid #fff;
   font-weight: 600;
    font-size: 1.7rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}
.g-footer .s-nav li:hover {
    text-decoration: underline;
}
.g-footer .s-nav li:first-child {
    border-left: 1px solid #fff;
}
.g-footer .s-nav li a {
    color: inherit;
}
.g-footer .s-main {
    background: #232323;
    box-sizing: border-box;
    padding: 130px 15px 40px;
}
.g-footer .s-main p {
    width: 100%;
    height: auto;
    overflow: hidden;
 font-weight: 200;
    font-size: 1.6rem;
    line-height: 30px;
    color: #fff;
}
.g-footer .s-copy {
    background: #000;
    box-sizing: border-box;
    padding: 20px 15px 60px;
}
.g-footer .s-copy p {
    width: 100%;
    height: auto;
    overflow: hidden;
   font-weight: 200;
    font-size: 1.3rem;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.g-footer .s-copy a {color:white}


/*menubar*/
.g-menubar {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
}
.g-menubar .s-logo {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
    background: #fff;
    margin-left: -30px;
    box-sizing: border-box;
    padding: 0 5px;
    border-radius: 50%;
    border: 1px solid #ae2822;
    color: #ae2822;
    font-weight: bold;
}
.g-menubar .s-logo a {
    color: inherit;
}
.g-menubar .s-logo img {
    display: block;
    width: 100%;
}
.g-menubar ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #ae2822;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.g-menubar li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 0;
}
.g-menubar li:nth-child(3) {
    margin-left: 20%;
}
.g-menubar li:nth-child(1) span {
    background-image: url("../img/bar-1.png");
}
.g-menubar li:nth-child(2) span {
    background-image: url("../img/bar-2.png");
}
.g-menubar li:nth-child(3) span {
    background-image: url("../img/bar-3.png");
}
.g-menubar li:nth-child(4) span {
    background-image: url("../img/bar-4.gif");
}
.g-menubar li span, .g-menubar li h3 {
    width: 100%;
    overflow: hidden;
}
.g-menubar li span {
    display: block;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.g-menubar li h3 {
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
