﻿html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    overflow-y: overlay;
    font-family: -apple-system, PingFang SC, Microsoft YaHei, Lantinghei SC, Helvetica Neue, Helvetica, Arial, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

table {
    width: 100%;
    text-align: center;
}

    table td {
        word-break: break-all;
        word-wrap: break-word;
        font: 500 14px Arial;
    }

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
    list-style: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor: pointer;
    -webkit-appearance: none;
}

.sxz_shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sxz_padding {
    padding: 50px 60px !important;
}

a {
    color: #333333;
    text-decoration: none;
}

    a:hover {
        color: #BC212F;
        cursor: pointer;
    }

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

* + html .clear {
    zoom: 1;
}

* {
    /*margin: auto;
  padding: auto;*/
    font-family: -apple-system, PingFang SC, Microsoft YaHei, Lantinghei SC, Helvetica Neue, Helvetica, Arial, \\5FAE\8F6F\96C5\9ED1, STHeitiSC-Light, simsun, \\5B8B\4F53, WenQuanYi Zen Hei, WenQuanYi Micro Hei, "sans-serif";
}

.Clear {
    clear: both;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; /*IE/7/6*/
}
/*头部开始*/
.header{
    width: 100%;
}
.m-logo{
    width: 100%;
    text-align: center;
    padding: 20px 0 10px;
}
.m-logo img{
    width: 300px;
}
.m-search{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.m-search #keyword{
    width: 80%;
    -moz-appearance: none;
    border: 0;
    float: left;
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    font-size: 14px;
    color: #444;
    margin:10px 0 0 0;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.m-search #searchbutton{
    width: 20%;
    float: right;
    border: 0;
    height: 40px;
    margin: 10px 0 0 0;
    background: url('../images/img_m/search_m.png') no-repeat center;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*头部结束*/
/*导航开始*/
.nav {
    width: 100%;
    background-color: #BC212F;
    border-top: 2px solid #a41d2a;
}
.nav ul {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}
.nav ul li{
    width: 33%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nav ul li a{
    color:#fff;
}
/*导航结束*/
/*底部开始*/
.footer {
    width: 100%;
    min-height: 130px;
    background-color: #BC212F;
}
.footer-info {
    width: 75%;
    min-height: 130px;
    line-height: 20px;
    color: #dabb85;
    font-size: 12px;
    padding: 10px 5% 10px 0;
    margin-left: 20%;
}
.footer-logo{
    width: 20%;
    height: 130px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*底部结束*/