* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    /*font-size: 14px;*/
}

body {
    max-width: 4096px;
    position: relative;
    min-width: 1000px;
}

ul, ol {
    list-style: none;
    margin: 0;
}

img {
    vertical-align: middle;
}

a {
}

h2 {
    color: #404040;
    font-weight: bold;
}

a:link, a:visited {
    text-decoration: none;
    color: #404041;
}
a:hover{
    color: #c7000b;
    text-decoration: underline;
}

body {
    color: #828282;
}

input::-webkit-input-placeholder {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.prev, .next {
    cursor: pointer;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 30;
    background: url(0) no-repeat \9;
}

.clear {
    width: 0 !important;
    clear: both;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
}

.pic {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
}

.btn-more {
    display: inline-block;
    width: 136px;
    height: 33px;
    font-size: 15px;
    color: white !important;
    line-height: 33px;
    text-align: center;
}

.btn-list {
    position: absolute;
    width: 100%;
    bottom: 85px;
    line-height: 33px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
}
.btn-list .box{
    position: relative;
    display: inline-block;
}

.btn-list li {
    cursor: pointer;
    float: left;
    width: 33px;
    height: 33px;
    line-height: 33px;
    color: black;
}

.btn-list li.active {
    background: #9d7cb3;
    color: white;
}

.btn-list span {
    position: absolute;
    cursor: pointer;
    top: 8px;
}

.btn-list .prev {
    left: -40px;
}

.btn-list .next {
    right: -40px;
}

.btn-list span img {
    width: 10px;
}

.side-list{
    position: fixed;
    top: 250px;
    right: 45%;
    margin-right: -540px;
    z-index: 60;
}
.side-list li{
    position: relative;
    margin-bottom: 2px;
    cursor: pointer;
}
.side-list .side-tel .tel-box,.side-list .side-email .email-box{
    /*display: none;*/
    position: absolute;
    /*width: 0;*/
    top: 0;
    left: 0;
    font-size: 14px;
    color: white;
    text-align: center;
    line-height: 50px;
    background: #85619d;
    padding:0 15px;
    white-space: nowrap;
    z-index: -1;
}

.side-list .side-xin .xin-box{
    display: none;
    position: absolute;
    width: 130px;
    top:0;
    left: -130px;
    z-index: -1;
}

.side-list .xin-box .box-head{
    position: relative;
    right: 0;
    width: 130px;
    height: 20px;
    background-color: #85619d;
    display: none;
}
.side-list li.last{
    cursor: pointer;
}

.header {
    background: white;
    width: 100%;
}

.container {
    width: 1000px !important;
}

.header .container {
    position: relative;
}

.header .logo-box {
    position: relative;
    text-align: center;
    padding-top: 15px;
}

.header .logo-box a {
    position: relative;
}
.header .nav {
    text-align: center;
}

.header .nav li {
    position: relative;
    float: left;
    padding: 0 15px 0 0;
    white-space: nowrap;
    width: 15%;
    overflow: hidden;
}

.header .nav li a:link, .header .nav li a:hover, .header .nav li a:visited {
    color: #828282;
    line-height: 89px;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}

.header .nav li.fir {
    width: auto;
}

.header .nav li.active a {
    color: #c7000b;
    border-bottom: 1px solid #c7000b;
}
.header .nav li.mouse-active a{
    color: #c7000b;
    border-bottom: 1px solid #c7000b;
}

.header .nav span {
    position: relative;
    top: -2px;
    display: inline-block;
    width: 22px;
    height: 6px;
    border-left: 0px solid #d8d8d8;
}

.header .cover {
    background-color: #c7000b;
    width: 100%;
    height: 42px;
    position: absolute;
    z-index: 23;
    top: 90px;
    display: none;
}

.header .cover ul {
    overflow: hidden;
}

.header .cover li {
    float: left;
    line-height: 42px;
    height: 42px;
    font-size: 13px;
    color: #fff;
    padding: 0 15px;
    text-align: center;
}

.header .cover .lists li a {
    color: #fff;
}

.cover-li-back {
    background-color: #d71520;
}

.header .cover .lists {
    width: 40%;
    height: 42px;
    margin: 0 24%;
}

.header .cover .lists:nth-child(2) {
    width: 70%;
}
.header .cover .lists:nth-child(3) {
    margin: 0 38%;
}

.header .cover .lists:nth-child(4) {
    margin: 0 50%;
}

.header .cover .lists:nth-child(5) {
    margin: 0 52%;
}

.header .cover .lists:nth-child(6) {
    margin: 0 66%;
    width: 35%;
}

.header .cover .lists:nth-child(7) {
    margin: 0 72%;
    width: 35%;
}
.footer {
    width: 100%;
    background: #af1e23;
}

.footer .container {
    text-align: center;
    padding-top: 50px;
    padding-bottom:20px;
}

.footer .container::after{
    clear:both;
}

.footer .container .left {
    width: 78%;
}

.footer .container .left img {
    display: block;
    position: relative;
    top: -2px;
    left: 8px;
}

.footer .container .right {
    width: 19%;
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 5%;
}
.footer .right .item{
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

.footer .container .right a {
    display: inline-block;
    margin-top: 10%;
}

.footer .title ul {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.footer .title li {
    float: left;
    width: 17%;
    font-size: 16px;
    text-align: left;
    word-wrap: normal;
    overflow: hidden;
    height: 90px;
    line-height: 56px;
}

.footer .title li.last {
    text-align: right;
    width: auto;
}

.footer a {
    color: white;
}
.footer a:hover{
    color: white;
    text-decoration: underline;
}

.footer .list a {
    color: #fff;
}
.footer .items {

}

.footer .items > li {
    float: left;
    width: 17%;
    padding: 10px 0 10px 0;
    text-align: left;
}

.footer .items > li:last-child{
    width: auto;
}

.footer .item-list li {
    padding: 10px 0 10px 0;
}

.footer .copyRight {
    position: relative;
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
    z-index: 2;
    color: #fff;
    line-height: 40px;
}

.footer .copyRight p {
    line-height: 20px;
    margin-bottom: 0;
}

.footer .copyRight a {
    color: #fff;
}

.footer .copyRight .container {
    padding: 20px;
}

.footer .copyRight .container .left {
    width: 70%;
    line-height: 40px;
}

.footer .copyRight .left {
    text-align: left;
}

.footer .copyRight .cover {
    background: black;
    background-color: rgb(0, 0, 0, .7);
    filter: alpha(opacity=70);
}

.footer .right {
    position: relative;
}

.footer .container {
    padding-left: 0;
    padding-right: 0;
}

.cursor {
    cursor: pointer;
}