body {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    background: #fff;
    font-family: "黑体";
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

ul {
    list-style-type: none;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

img {
    border: 0px;
}

input {
    outline: none;
}

button {
    outline: none;
}

/*设置浮动和清除浮动*/

.fix {
    *zoom: 1;
    *clear: both;
}

.fix:before,
.fix:after {
    display: table;
    clear: both;
    content: '';
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: '';
    display: block;
    clear: both;
}

.wrap {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

a:hover {
    text-decoration: none;
}

/*头部*/

.head {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: rgba(203, 231, 251, .6);
    z-index: 999;
    border: none;
    border-radius: 0;
}

.head.fixed {
    background: rgb(203, 231, 251);
    box-shadow: 0 0 10px #524f4f;
}

.nav {
    padding-top: 20px;
}
.navbar-default .navbar-nav>li{
    position: relative;
    height: 36px;
}
.navbar-default .navbar-nav>li>a {
    padding: 0 11px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a.active {
    color: #fa0505;
}

.nav-pills>li+li {
    margin-left: 0;
}
.sec_nav{
    display: none;
    position: absolute;
    top:36px;
    left:0;
    width: 132px;
    height: auto;
    padding-bottom: 5px;
    background: #8a7777;
}
.sec_nav a{
    display: block;
    line-height: 26px;
    padding:0 10px;
    font-size: 16px;
    color:#050000;
}
.sec_nav a:hover{
    color:#f91212;
}
.sec_item{
    position: relative;
    
}
.third_nav{
    display: block;
    position: absolute;
    top:0;
    right:-148px;
    background: #8a7777;
    display: none;
}
.logo a {
    display: block;
    width: 100%;
    height: auto;
}

.logo a img {
    display: block;
    width: 100%;
    height: auto;
}

.tel {
    padding-top: 18px;
}

.tel p {
    line-height: 38px;
    padding: 0 20px;
    font-size: 24px;
    color: #040000;
}

.banner {
    width: 100%;
    height: auto;
}

.banner .swiper-slide {
    width: 100%;
    height: auto;
}

.banner .swiper-slide img {
    width: 100%;
    height: auto;
}

.banner .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 6px !important;
    background: #fff;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background: #bf2c2c;
}

/*底部*/

.footer {
    width: 100%;
    height: auto;
    background: #3a3636;
}

.ft_top {
    padding-top: 20px;
}

.ft_top_lt {
    float: left;
}

.ft_top_lt p {
    line-height: 22px;
    font-size: 14px;
    color: #f9f5f5;
}

.ft_top_rt {
    float: right;
}

.qr_code {
    width: 77px;
    height: 77px;
}

.qr_code img {
    width: 100%;
    height: 100%;
}

.ft_top_rt span {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.ft_btm {
    padding: 10px 0;
}

.ft_btm p {
    line-height: 22px;
    font-size: 14px;
    color: #f9f5f5;
    text-align: center;
}
.ft_btm p a:hover{
    color:#f91212;
}
/*公共标题*/

.intro_tit {
    position: relative;
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding-left: 10px;
}

.intro_tit:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: #f91212;
}

.intro_tit h2 {
    line-height: 24px;
    font-size: 24px;
    color: #010101;
    font-weight: normal;
}

.intro_tit h5 {
    padding-top: 8px;
    line-height: 13px;
    font-size: 13px;
    color: #000;
    font-weight: normal;
}

/*友情链接*/

.friend_link {
    padding-top: 28px;
    line-height: 26px;
    font-size: 14px;
    color: #050000;
}

.friend_link span {
    display: block;
    float: left;
}

.link_list {
    float: left;
    padding-left: 10px;
}

.link_list li {
    float: left;
    padding: 0 10px;
}

.link_list li a:hover {
    color: #f91212;
}

/*返回上一页*/

.back_page a {
    line-height: 32px;
    display: block;
    font-size: 16px;
    color: #050000;
    text-align: center;
}

.back_page a:hover {
    color: #f91212;
}

/*响应式*/

@media screen and (max-width:992px) {
    .tel p {
        padding: 0;
        font-size: 20px;
    }
}

@media screen and (max-width:767px) {
    .head_nav {
        float: initial;
        margin: 0;
        padding: 0;
        background: rgba(0, 0, 0, .5);
        box-shadow: 0 0 10px #eee;
    }
    .nav {
        margin: 0;
        padding: 0;
    }
    .navbar-default .navbar-nav>li {
        float: initial;
        width: 100%;
        height: auto;
        padding: 0;
        text-align: center;
        border-bottom: 1px solid #827e7e;
    }
    .navbar-default .navbar-nav>li>a {
        height: 50px;
        line-height: 50px;
    }
    .container>.navbar-header {
        margin: 0;
    }
    .navbar-toggle {
        margin-right: 0;
    }
    .sec_nav{
        position: initial;
        top:initial;
        left:initial;
        width: 100%;
        height: auto;
        background: none;
    }
    .sec_nav a{
        font-size: 14px;
        line-height: 30px;
        color:#fff;
    }
    .logo {
        width: 150px;
        margin-top: 5px;
    }
    .tel {
        display: none;
    }
    .banner .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 5px !important;
    }
}