﻿* {
    padding: 0px;
    margin: 0px;
}

body {
    color: #666;
    font-size: 12px;
    font-family: "Microsoft YaHei", "STHeiti Light", Arial;
    min-width: 1200px;
}

.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

img {
    border: 0px;
    /* display: block; */
}

ul {
    list-style-type: none;
}
.d-flex{
    display: flex;
}
.align-items-center{
    align-items: center;
}
.fiex-1{
    flex: 1;
}
.ml-auto{
    margin-left: auto;
}
.b_left {
    float: left;
}

.b_right {
    float: right;
}

.b_clear {
    clear: both;
}

.index_div {
    background: #fff;
    width: 1200px;
    margin: 0px auto 20px auto;
}

.auto {
    width: 1200px;
    margin: auto;
}

body a {
    text-decoration: none;
    color: #666;
}

body a:hover {
    color: red;
}

ul li a:hover {
    color: red;
}

.breadcrumb{
    padding: 11px 15px;
    margin-bottom: 20px;
    list-style: none;
    /* background-color: #f5f5f5; */
    border-radius: 4px;
    border-bottom: 1px solid #cecece;
}
.breadcrumb>li{
    display: inline-block;
}
.breadcrumb>li+li:before{
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.breadcrumb>.active{
    color: #777;
}

.foot_nav {
    background: #f22400;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 14px 0;
}

.foot_nav a {
    color: #fff;
}

.foot {
    width: 1200px;
    padding: 40px 0;
    margin: 0 auto;
}

.footl {
    width: 630px;
    height: 120px;
}

.footl_i {
    width: 100px;
    height: 120px;
    text-align: center;
}

.footl_i img {
    padding: 15px 0 0 20px;
}

.footl_t {
    width: 530px;
}

.footl_t p {
    color: #333;
    font-size: 14px;
    line-height: 1.8em;
}

.footl_t a {
    color: inherit;
    font-size: inherit;
}

.footr {
    width: 207px;
}

#foot_icon{
    margin-top: 10px;
    justify-content: start !important;
}
#foot_icon img{
    margin: 0 15px;
}

.b_left {
    float: left;
}

.b_right {
    float: right;
}

.b_clear {
    clear: both;
}