@media (min-width: 1230px) {
    .container {
        width: 1230px;
    }
}

body, html {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
    line-height: 1;
    background-color: #E5E5E5;

}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:active{
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
*{
    text-decoration: none;
}


.clearfix::after,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

img {
    max-width: 100%;
}

p {
    margin: 0;
    padding: 0;
}


textarea {
    resize: none
}

.col-md-6, .col-md-4, .col-md-3, .col-md-9 {
    padding-left: 10px;
    padding-right: 10px;
}
button{
    border: 0;
    background-color: transparent;
    outline: none;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
/*************************清除默认样式****************************/
.dede_pages {
    margin-top: 30px;
    font-size: 0;
}

.dede_pages ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.dede_pages li {
    display: inline-block;
    margin: 5px;
}

.dede_pages li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #eee;
    font-size: 15px;
    color: #666;
}

.dede_pages li a:hover,
.dede_pages li span:hover,
.dede_pages li.thisclass a {
    background-color: #f62626;
    color: #fff;
    border-color: #f62626;

}


.dede_pages li span {
    font-size: 14px;
    color: #666;
}

/********************分页***************************/
.top {
    height: 40px;
    line-height: 40px;
    background-color: #8e3434;
    /*position: fixed;*/
    /*width: 100%;*/
    /*z-index: 9999;*/
    /*top: 0;*/
}

.top p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
    float: left;
}

.top #newsData {
    float: right;
}

/*body.small .head{*/
/*    line-height: 80px;*/
/*    height: 80px;*/
/*    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.3);*/
/*}*/

/*body.small .head .search{*/
/*    margin-top: 20px;*/
/*}*/

/*body.small .head .drop{*/
/*    background-color: rgba(255,255,255,0.8);*/
/*}*/

.head {
    line-height: 100px;
    height: 100px;
    background-color: rgba(255,255,255,0.8);
    /*position: fixed;*/
    /*top: 40px;*/
    /*width: 100%;*/
    /*z-index: 9999;*/
    /*transition: all 0.5s;*/
}

.head .logo {
    float: left;
}

.head .logo img {
    max-width:180px;
}

.head .nav {
    float: right;
}

.head .nav > ul > li {
    float: left;
    margin-right: 25px;
    position: relative;
}

.head .nav > ul > li > a {
    font-size: 18px;
    color: #666;
    display: block;
}

.head .nav > ul > li:hover>a,
.head .nav > ul > li.active>a {
    color: #8e3434;
    font-weight: bold;
}

.head .search {
    float: right;
    display: block;
    margin-top: 30px;
    position: relative;
    transition: all 0.5s;
}

.head .search .btn-search {
    width: 40px;
    height: 40px;
    background-image: url("../img/search.png");
    background-position: center;
    background-size: 26px;
    display: block;
    background-repeat: no-repeat;
    transition: all 1s;
    cursor: pointer;
    border-radius:0 40px 40px 0 ;
}

.search.clicked{
    margin-left: 50px;
}


.search.clicked .btn-search {
    margin-left: 40px;
    width: 40px;
    opacity: 1;
    border-radius:0 40px 40px 0 ;
    background-color: #fff;
    border: 1px solid #0B8066;
    border-left: none;
}

.head .search.clicked input {
    margin-left: -100px;
    width: 100px;
    opacity: 1;
    border-radius: 40px 0 0 40px;
    padding: 10px 15px;
    border: 1px solid #0B8066;
    border-right: none;
}

.head .search input {
    position: absolute;
    width: 0px;
    height: 40px;
    left: 50%;
    margin-left: 35px;
    top: 50%;
    margin-top: -20px;
    border-radius: 40px;
    padding: 0;
    font-size: 14px;
    border: none;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    outline:none;
}

.head .search input.focus{
    border:none;
}

.head .drop {
    min-width: 554px;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    background-image: url("../img/icon_48.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 140px;
    bottom: 0;
    right: 0;
    content: '';
    margin-bottom: -162px;
    z-index: 999;
    height: 161.82px;
    border-top: 1px solid #0B8066;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transform: translateY(10%);
    -webkit-transform: translateY(10%);
    opacity: 0;
    visibility: hidden;
}

.head .drop>ul {
    padding: 20px 60px;
}

.head .drop >ul > li {
    width: 33.33%;
    float: left;
    padding: 20px 0;
}

.head .drop > ul > li > a {
    display: block;

    line-height: 21px;
    padding-left: 14px;
    background-image: url("../img/icon_47.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 6px;
    font-size: 16px;
}

.head .drop > ul > li > a b{
    display: none;
}

.head .drop > ul > li > a:hover{
    color: #8e3434;
}

.head li.active .drop.active {
    opacity: 1;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    visibility: visible;
}

/**************移动端头部下拉***********/
.head .menu-btn {
    background-color: transparent;
    border: none;
    width: 30px;
    height: 20px;
    position: relative;
    float: right;
    margin-top: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.head .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #999;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.head .menu-btn span.one {
    top: 0px;
}

.head .menu-btn span.two {
    top: 10px;
}

.head .menu-btn span.three {
    top: 20px;
}

.head .menu-btn.active span.one {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 50%;
}

.head .menu-btn.active span.two {
    opacity: 0;
}

.head .menu-btn.active span.three {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 50%;
}

/*********************head**********************/
.footer {
    background-color: #8e3434;
}

.footer .links {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .links span {
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
}

.footer .links ul {
    float: left;
}

.footer .links li {
    color: #fff;
    float: left;
    margin-left: 40px;
}

.footer .links li:first-child {
    margin-left: 0;
}

.footer .links li a {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
    display: block;
}

.footer .footer-body {
    padding: 35px 0;
}

.footer .footer-navbar {
    float: left;
}

.footer .footer-navbar ul {
    float: left;
    margin-left: 46px;
}

.footer .footer-navbar ul:first-child {
    margin-left: 0;
}

.footer .footer-navbar li {
    font-size: 16px;
    line-height: 28px;
    display: block;

}

.footer .footer-navbar li:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}

.footer .footer-navbar li:first-child a{
    color: #fff;
    line-height: 26px;
}

.footer .footer-navbar a {
    font-size: 16px;
    color: rgba(255,255,255,0.5);
}

.footer .footer-tel {
    margin-left: 45px;
    float: left;
}

.footer .footer-tel span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 21px;
    margin-top: 15px;
    padding-left: 28px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 18px;
}

.footer .footer-tel .tel {
    background-image: url("../img/icon_28.png");
}

.footer .footer-tel .address {
    background-image: url("../img/icon_29.png");
}

.footer .footer-code {
    float: right;
}

.footer .footer-code .code-items {
    float: left;
    margin-left: 35px;
    margin-top: 4px;
}


.footer .footer-code .code-items:first-child {
    margin-left: 0;
}

.footer .code-items span {
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    width: 14px;
    line-height: 16px;
}

.footer .code-items img {
    margin-left: 10px;
}

.footer-bar {
    padding: 10px 0 11px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-bar .footer-bar-l p,
.footer-bar .footer-bar-l a {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    float: left;
}
.footer-bar .footer-bar-l a{
    float: none;
}
.footer-bar .footer-bar-r p,
.footer-bar .footer-bar-r a {
    float: right;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
}

/*********head和footer公共结束**********内页公共**********/
/*.page-banner{*/
/*    padding-top: 140px;*/
/*}*/
.page-banner div {
    padding-bottom: 500px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-body {
    padding: 50px 0 100px;
    background-image: url("../img/icon_32.png");
    background-repeat: no-repeat;
    background-color: #E5E5E5;
    background-position: center bottom;
}

.page-title {
    padding: 20px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("../img/icon_31.png");
}

.page-title .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin: auto;
    background-image: url("../img/icon_30.png");
}

.page-title h3 {
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    margin-top: 10px;
    color: #fff;
}

.page-title span {
    display: block;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.page-bar {
    background-color: #fff;
    padding-bottom: 380px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("../img/icon_34.png");
    background-size: contain;
}

.page-bar > ul > li{
    line-height: 1;
    font-size: 0;
}

.page-bar > ul > li > a {
    display: inline-block;
    width: 100%;
    padding: 0 35px;
    line-height: 70px;
    height: 70px;
    font-size: 18px;
    color: #333333;
    position: relative;
    border-bottom: 1px solid rgba(204, 204, 204, 0.1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-bar > ul > li > a i {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-right: 35px;
    background-image: url("../img/icon_33.png");
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: 10px;
    margin-top: -17.5px;
    background-position: center;
    z-index: 99999;
    transition: all 0.5s;
}

.page-bar > ul > li > a b{
    font-weight: normal;
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    margin-right: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-top: -17.5px;
    z-index: 99999;
    font-size: 28px;
}

.page-bar > ul > li:hover > a,
.page-bar > ul > li.active > a {
    background-color: #F89B22;
}

.page-bar > ul > li:hover > a,
.page-bar > ul > li.active > a {
    color: #fff;
    font-weight: bold;
}

.page-bar > ul > li:hover i,
.page-bar > ul > li.active i {
    background-image: url("../img/icon_35.png");
}

.page-bar .child {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #f4f4f4;
}


.page-bar .child li {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 35px;
}

.page-bar .child a {
    display: block;
    font-size: 16px;
    color: #666;
    webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 0;
    line-height: 46px;
    overflow: hidden;
}

.page-bar > ul > li.current i{
    transform: rotate(90deg);
}

.page-bar > ul > li.current .child a {
    height: 46px;
}

.page-bar .child li.active,
.page-bar .child li:hover {
    background-color: #F4F4F4;
}


.page-content {
    background-color: #fff;
}

.page-content .content-top {
    padding-bottom: 16px;
    border-bottom: 1px solid #F4F4F4;
}

.page-content .content-top h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    float: left;
    padding-left: 32px;
    position: relative;
    margin: 0;
}

.page-content .content-top h3:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 2px;
    height: 100%;
    background-color: #f89b22;
}


.position {
    float: right;
    line-height: 26px;
    padding-left: 29px;
    background-image: url(../img/icon_36.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 14px;
    color: #999;
}

.position a{
    font-size: 16px;
}

.position a:last-child {
    color: #F89B22;
}

.page-content .article p {
    font-size: 16px;
    line-height: 2!important;
    color: #666;
}

.page-content .article img {
    height: auto !important;
    width: 100%;
}

.page-content .page-wrap{
    padding: 50px 25px;
}

/***********分页******************/
.xyfg-list .pagination {
    margin: 20px 0 0;
    font-size: 0;
    width: 100%;
}

.pagination ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.pagination{
    display: block;
    text-align: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}
.pagination li.page-info{
    text-align: center;
    display: flex;
    margin-top: 10px;
    color: #999;
}
.pagination li.page-info .info{
    text-align: center;
    border: none;
    padding: 0;
    margin: auto;
}

.pagination li a {
    display: block;
    padding: 5px 10px;
    border: 1px solid #eee;
    font-size: 15px;
    color: #666;
}

.pagination li a:hover,
.pagination li span:hover,
.pagination li.thisclass a {
    background-color: #8e3434;
    color: #fff;
    border-color: #8e3434;
}


.pagination li span {
    font-size: 14px;
    color: #666;
}
.pagination>.active>span{
    background-color: #8e3434;
    color: #fff;
    border-color: #8e3434;
}

.head .nav > ul > li > a i{
    display: none;
}

@media (max-width: 1350px) and (min-width:1330px ) {
    .footer .footer-navbar ul{
        margin-left: 30px;
    }
}

@media (min-width: 1200px) and (max-width: 1330px) {
    .footer .footer-navbar ul{
        margin-left: 20px;
    }

    .column-1 .column-1-next, .column-1 .column-1-prev{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .head .nav > ul > li{
        margin-right: 10px;
    }
    .footer .footer-tel{
        display: none!important;
    }
    .page-content .page-wrap{
        padding: 30px 15px;
    }
}

@media (max-width: 992px) {
    .head{
        line-height: 60px;
        height: 60px;
        border-bottom: 1px solid #ccc;
        box-shadow: 1px 1px 5px 1px rgba(255,255,255,0.3);
        background-color: #fff;
    }
    .head .nav{
        display: none;
    }
    .head .logo img{
        max-width: 150px;
    }
    .head .search{
        margin-top: 10px;
    }
    .head .nav{
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;
        background-color:#f5f5f5;
        display: block;
        z-index: 1;
        overflow-y: scroll;
        height: calc(100vh - 100px);
        padding: 0 15px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    .head .nav.show{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .head .nav > ul > li{
        width: 100%;
        transition: all 0.5s;
    }
    .head .nav > ul > li > a{
        line-height: 52px;
        height: 52px;
        padding-left: 10px;
        border-bottom: 1px solid #ddd;
        position: relative;
        width: 100%;
        display: block;
        font-size: 18px;
        z-index: 0;
    }

    .head .nav>ul a>i{
        position: absolute;
        right: 5px;
        top: 50%;
        content: '';
        width: 35px;
        height: 35px;
        font-style: normal;
        line-height: 35px;
        display: block;
        text-align: center;
        margin-top: -17.5px;
        font-size: 32px;
    }
    .head .nav > ul > li:hover>a{
        color: #666;
        font-weight: normal;
    }
    .head .nav > ul > li.active>a{
        font-weight: normal;
        color: #8e3434;
    }
    .head .drop{
        width: 100%;
        position: static;
        background: none;
        display: none;
        min-width: auto;
        border: none;
        height: auto;
        background-color: #fcfcfc;
        margin: 0;
    }
    .head .drop.active{
        display: block;
    }
    .head .drop>ul{
        padding: 0;
        margin-left: 20px;
    }
    .head .drop>ul>li{
        display: block;
        width: 100%;
        padding: 0;
        background-color: transparent;
    }
    .head .drop>ul>li>a{
        padding:15px 0;
        background-position: right 35px center;
        background-size: 7px;
        border-bottom: 1px solid #ddd;
        position: relative;
        background: none;
    }

    .head .nav > ul > li.current a>i{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .head .drop span{
        position: absolute;
        top: 0;
        right: 20px;
        width: 40px;
        line-height: 52px;
        height: 50px;
        content: '';
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        background-image: url(../img/icon_47.png);
        background-position:  center;
        background-size: 7px;
        background-repeat: no-repeat;
    }
    .head .inside{
        display: none!important;
    }
    .head .inside.on{
        display: block!important;
    }
    .head .inside ul{
        margin-left: 20px;
    }
    .head .inside li{
        width: 100%;
    }

    .head .inside ul a{
        display: block;
        padding:15px 0;
        border-bottom: 1px solid #ddd;
        line-height: 21px;
        font-size: 16px;
        background-position: right 35px center;
        background-size: 7px;
        border-bottom: 1px solid #ddd;
        position: relative;
    }
    .head .drop>ul>li.show span{
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .head .drop>ul>li b{
        font-weight: normal;
        font-size: 24px;
        color: #666;
        position: absolute;
        display: inline-block;
        text-align: center;
        width: 35px;
        height: 35px;
        line-height: 35px;
        top: 50%;
        right: 5px;
        content: '';
        margin-top: -17.5px;
    }

    .head .drop > ul > li > a b{
        display: block;
    }
    /*************head**************/
    .footer .links{
        display: none;
    }
    .footer .footer-body{
        padding: 15px 0;
    }
    .footer .footer-navbar{
        width: 100%;
        float: none;
    }
    .footer .footer-navbar ul {
        width: 25%;
        padding: 0;
        margin-left: 0;
    }
    .footer .footer-navbar li {
        display: none;
        width: 100%;
    }
    .footer .footer-navbar li:first-child{
        display: block;
        text-align: center;
    }
    .footer .footer-navbar a{
        font-size: 14px;
    }
    .footer .footer-navbar li:first-child{
        font-weight: normal;
    }
    .footer .footer-tel span{
        display: inline-block;
        margin-top: 5px;
        font-size: 12px;
        line-height: 18px;
        background-size: 18px;
        padding-left: 20px;
    }
    .footer .footer-tel{
        margin: 0;
        float: none;
        text-align: center;
    }
    .footer .footer-code{
        float: none;
        text-align: center;
        margin-top: 15px;
    }
    .footer .code-items span{
        font-size: 12px;
    }
    .footer .footer-code .code-items{
        float: none;
        display: inline-block;
    }
    .footer-bar .footer-bar-r,
    .footer-bar .footer-bar-l{
        text-align: center;
    }
    .footer-bar .footer-bar-l p, .footer-bar .footer-bar-l a,
    .footer-bar .footer-bar-r p, .footer-bar .footer-bar-r a{
        font-size: 12px;
        line-height: 18px;
        float: none;
        text-align: center;
        display: inline-block;
    }
    /************************************************************/
    .page-title{
        padding: 10px 0;
    }
    .page-title .image{
        width: 20px;
        height: 20px;
    }
    .page-title h3{
        font-size: 22px;
        line-height: 28px;
        margin-top: 5px;
    }
    .page-title span{
        font-size: 12px;
        line-height: 18px;
    }
    .page-bar > ul > li > a{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .page-bar .child a{
        font-size: 14px;
        line-height: 36px;
    }
    .page-bar > ul > li.current .child a{
        height: 36px;
    }
    .page-banner{
        padding-top: 60px;
    }
    body.small .head{
        height: 60px;
        line-height: 60px;
    }
    body.small .head .search{
        margin-top: 10px;
    }
    .moblie-position{
        padding: 0 0 15px;
    }
    .position{
        float: none;
        line-height: 18px;
        font-size: 14px!important;
    }
    .position a{
        font-size: 12px;
        color: #999;
    }
    .page-content{
        height: auto!important;
    }
    .pagination li{
        display: none;
    }
    .pagination .disabled,
    .pagination .prev,
    .pagination .next,
    .pagination .page-info{
        display: inline-block;
    }
    .pagination .disabled{
        margin-left: 0;
    }
    .pagination .page-info{
        margin: 0;
        display: inline-block!important;
    }
    .pagination .page-info .info{
        border: none;
        padding: 0;
    }
    .page-body>.container>.row > div.col-md-3:first-child{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .page-content .page-wrap{
        padding: 15px;
    }
}

@media (max-width: 768px) {
    .top{
        display: none;
    }
    .head{
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: 0;
    }
    .head .nav{
        top: 60px;
        height: calc(100vh - 60px);
    }
    .col-md-6, .col-md-4, .col-md-3, .col-md-9 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-banner div{
        padding-bottom: 200px;
    }
    .page-content .page-wrap{
        padding: 15px;
    }
    .page-body{
        padding: 15px 0 30px;
    }
    .page-content .content-top h3{
        font-size: 18px;
        line-height: 1.6;
        padding-left: 15px;
    }
    .page-content .content-top{
        padding-bottom: 8px;
    }
    .head .nav > ul > li > a i{
        display: block;
    }
}
