a:hover {
    text-decoration: none;
}

a {
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}


/*头部样式*/

#header {
    position: relative;
}

#header .logo {}

#header .tel {}

#header .menu_icon {
    position: absolute;
    top: 27%;
    right: 0%;
    width: 8%;
}


/*pc导航*/


/*大图样式*/

#banner {
    position: relative;
    overflow: hidden;
}

#banner .owl-theme .owl-controls .owl-dots {
    position: absolute;
    bottom: 2%;
    width: 100%;
}


/*大图下方点点的位置*/

#banner .owl-theme .owl-controls .owl-nav .owl-prev,
#banner .owl-theme .owl-controls .owl-nav .owl-next {
    position: absolute;
    bottom: 50%;
    max-width: 5%;
    padding: 10px 5px
}


/*箭头的设置*/

#banner .owl-theme .owl-controls .owl-nav .owl-prev img,
#banner .owl-theme .owl-controls .owl-nav .owl-next img {
    max-width: 80%
}

#banner .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 5%;
}

#banner .owl-theme .owl-controls .owl-nav .owl-next {
    right: 5%;
}

#banner #owl-demo a.item {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: auto 100%
}

#owl-demo,
#owl-demo .owl-wrapper-outer,
#owl-demo .owl-wrapper,
#owl-demo .owl-item,
#banner,
#banner a {
    height: 795px;
}


/*大图记得修改高度*/

#banner a {
    display: block;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center
}

@media all and (max-width: 992px) {
    #owl-demo,
    #owl-demo .owl-wrapper-outer,
    #owl-demo .owl-wrapper,
    #owl-demo .owl-item,
    #banner {
        height: 400px;
    }
}

@media all and (max-width: 640px) {
    #owl-demo,
    #owl-demo .owl-wrapper-outer,
    #owl-demo .owl-wrapper,
    #owl-demo .owl-item,
    #banner {
        height: 200px;
    }
    #banner .owl-theme .owl-controls .owl-nav .owl-prev img,
    #banner .owl-theme .owl-controls .owl-nav .owl-next img {
        max-width: 100%
    }
    #banner .owl-theme .owl-controls .owl-nav .owl-prev,
    #banner .owl-theme .owl-controls .owl-nav .owl-next {
        padding: 5px;
    }
    /*箭头的设置*/
    #banner .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 0%;
        bottom: 45%
    }
    #banner .owl-theme .owl-controls .owl-nav .owl-next {
        right: 0%;
        bottom: 45%
    }
}


/*wap底部快捷按钮*/

.wap_footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 10px 0;
    z-index: 10;
    background: #363636;
}

.wap_footer dl {
    width: 20%;
    float: left;
    text-align: center;
    margin-bottom: 0;
}

.wap_footer dt {
    height: 26px;
}

.wap_footer dd {
    color: #fff;
    font-size: 12px;
}

.wap_footer dl dt img {
    width: 26%;
}

/*手机底部二维码*/
.WeChatModel{display: none;z-index: 50; position: fixed;bottom:0;top:0;left:0;right:0; }
.WeChatModel .bg{ position: fixed;bottom:0;top:0;left:0;right:0;background: rgba(0,0,0,.5);}
.WeChatModel .box{ width: 120px;height:120px;position: absolute;top:0;bottom:0;margin:auto;left:0;right:0;}
.WeChatModel .box img{width: 120px;margin:0;}



/*手机底部搜索*/

.wap_search_input {
    position: fixed;
    bottom: 63px;
    left: 100%;
    width: 100%;
    z-index: 1000;
    padding: 8px 2%;
    background: #111;
}

.wap_search_input:after {
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.wap_search_input input {
    float: left;
    width: 80%;
    border-radius: 4px;
    height: 30px;
    line-height: 30px;
    padding-left: 2%;
    color: #333;
    position: relative;
    z-index: 100;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.wap_search_input p {
    float: left;
    height: 30px;
    line-height: 30px;
    color: #fff;
    position: relative;
    z-index: 100;
    margin-left: 2%;
    width: 18%;
    text-align: center;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.2);
}


/*黑色遮罩*/

.black_cloth {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: url(../images/global/black_cloth.png) repeat;
    display: none;
    top: 0;
    left: 0;
}


/*手机左边弹出导航*/

.wap_menu {
    position: fixed;
    height: 100%;
    text-align: left;
    z-index: 101;
    background: #111;
    overflow-y: scroll
}


/*.wap_menu {width: 250px;top: 0px;left: -250px;}*/


/*导航从左边滑进*/

.wap_menu {
    width: 250px;
    top: 0px;
    right: -250px;
}


/*导航从右边滑进*/


/*.wap_menu {width: 100%;top: -100%;left:0px; }*/


/*导航从上边滑进*/

.wap_menu li.menu_tit {
    font-size: 18px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 15px 10px;
    color: #fff;
}

.wap_menu li.menu_tit span {
    font-size: 20px;
    position: absolute;
    top: 12px;
    right: 15px;
    border-bottom: none;
    z-index: 1000;
}

.wap_menu li {
    margin-bottom: 2px;
    font-size: 14px;
    position: relative;
}

.wap_menu li .wap_menu1 {
    line-height: 24px;
    font-size: 14px;
    text-transform: Uppercase;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}

.wap_menu li p {
    padding: 10px 10px;
    margin-bottom: 0;
}

.wap_menu li .wap_menu1 a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25px;
    color: #ffffff;
}

.wap_menu li .wap_menu1 p.left {
    float: none;
}

.wap_menu li .wap_menu1 p.right {
    width: 15%;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    z-index: 1000;
}

.wap_menu li .wap_menu2 {
    display: none;
}

.wap_menu li .wap_menu2 a {
    display: block;
    background: none;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    font-size: 14px;
    border-bottom: rgba(255, 255, 255, 0.1) solid 1px;
    padding: 10px;
}

.wap_menu li .wap_menu2 a i {
    float: left;
    width: 4px;
    height: 4px;
    background-color: #fff;
    margin: 8px 10px 0 5px;
}

.wap_menu li .wap_menu2 a span {
    float: left;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*pc侧边栏分类样式*/

._aside {
    padding-right: 0;
}

._aside>h2 {}


/*一级的样式*/

._aside ul.sidemenu>li.sub1 ul {
    display: none;
}

._aside ul.sidemenu>li.sub1>a.sub1_a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

._aside ul.sidemenu>li.current>a.sub1_a,
._aside ul.sidemenu>li:hover>a.sub1_a {
    color: #ff0000;
}


/*二级的样式*/

._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

._aside ul.sidemenu>li.sub1>ul>li.sub2.current>a.sub2_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2:hover>a.sub2_a {
    color: #ff0000;
}


/*三级的样式*/

._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3.current>a.sub3_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3:hover>a.sub3_a {}

.article {
    padding-top: 15px;
}

@media (max-width: 640px) {
    ._aside {
        padding: 0;
    }
    /*手机内页crumb*/
    ._aside>h2 {
        font-size: 16px;
        background: #aaa;
        height: 30px;
        line-height: 30px;
    }
    ._aside h2 .phone-menuicon {
        float: right;
        cursor: pointer;
        height: 27px;
    }
    ._aside h2 .phone-menuicon img {
        -webkit-transition: all .4s;
        transition: all .4s;
    }
    /*手机内页分类下拉列表*/
    ._aside ul.sidemenu {
        width: 100%;
        display: none;
    }
    /*一级的样式*/
    ._aside ul.sidemenu>li.sub1 ul {}
    ._aside ul.sidemenu>li.sub1>a.sub1_a {
        background: #CCC
    }
    ._aside ul.sidemenu>li.current>a.sub1_a,
    ._aside ul.sidemenu>li:hover>a.sub1_a {}
    /*二级的样式*/
    ._aside ul.sidemenu>li.sub1>ul>li.sub2>a.sub2_a {}
    /*三级的样式*/
    ._aside ul.sidemenu>li.sub1>ul>li.sub2>ul>li.sub3>a.sub3_a {}
    #header .menu_icon img {
        width: 100%;
    }
}

.page_box {
    text-align: center;
    display: block;
}


/*当前页的样式*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #aaa;
    border-color: #aaa
}


/*分页块默认样式*/

.pagination>li>a,
.pagination>li>span {
    color: #666
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #666
}

.list-img {
    margin: 0 -7.5px;
}

.list-img>ul>li {
    text-align: center;
    padding: 0 7.5px;
    margin-bottom: 30px;
}

.list-img>ul>li a .text_area {
    color: #000;
    line-height: 250%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-img>ul>li a .img_area {
    width: 100%;
    border: solid 1px #999;
    position: relative
}

.list-img>ul>li a .img_area img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto
}


/*新闻详情页样式，若不需要请删除*/

.news_detail .title {
    padding-bottom: 20px;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.3);
    text-align: center;
}

.news_detail .title h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 35px
}

.news_detail .title .box {
    display: inline-block;
    text-align: center;
}

.news_detail .title .box img {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.news_detail .title .box div {
    margin-right: 5px;
}

.news_detail .title .box .time {
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 0.5)
}

.news_detail .title .box .eye {
    float: left;
    text-align: center;
    color: rgba(255, 255, 255, 0.5)
}

.news_detail .title .box .back {
    float: left;
    color: rgba(255, 255, 255, 0.5)
}

.news_detail .news_detail_content {
    margin-top: 25px;
}

.news_detail .pageTurning {
    margin-top: 35px;
}

.news_detail .pageTurning .prevs,
.news_detail .pageTurning .nexts {
    background: rgba(255, 255, 255, 0.2);
    line-height: 250%;
    padding: 0 10px;
}

.news_detail .pageTurning .prevs {
    margin-bottom: 5px;
}

@media (max-width: 720px) {
    .news_detail .title {
        padding-bottom: 10px;
    }
    .news_detail .title h3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 30px
    }
    .news_detail .title .box .time {
        font-size: 12px;
    }
    .news_detail .title .box .eye {
        font-size: 12px;
    }
    .news_detail .title .box .back {
        font-size: 12px;
        )
    }
    .news_detail .news_detail_content {
        margin-top: 15px;
    }
    .news_detail .pageTurning {
        margin-top: 25px;
    }
}


/*产品详情页样式，若不需要请删除*/

.product_detail .title {
    padding-bottom: 20px;
    border-bottom: dashed 1px rgba(255, 255, 255, 0.3);
    text-align: center;
}

.product_detail .title h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    line-height: 35px;
}

.product_detail .title .box {
    display: inline-block;
    text-align: center;
}

.product_detail .title .box img {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
}

.product_detail .title .box .back {
    float: left;
    color: rgba(255, 255, 255, 0.5)
}

.product_detail .product_detail_images {
    padding-top: 35px;
    text-align: center;
    position: relative;
}

.product_detail .product_detail_images .product_detail_btn2 {
    position: absolute;
    right: 2%;
    top: 48%;
    background: url(../images/global/rgb0.3.png);
    z-index: 100;
    font-size: 0;
}

.product_detail .product_detail_images .product_detail_btn1 {
    position: absolute;
    left: 2%;
    top: 48%;
    background: url(../images/global/rgb0.3.png);
    z-index: 100;
    font-size: 0
}

.product_detail .product_detail_images .product_detail_btn1 a img,
.product_detail .product_detail_images .product_detail_btn2 a img {
    margin: 10px 5px;
}

.product_detail .product_detail_images .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
    cursor: pointer;
    max-width: 100%;
}

.product_detail .product_detail_images .owl-theme .owl-controls {
    position: absolute;
    bottom: 2%;
    width: 100%;
}

.product_detail .product_detail_images .product_detail_img {
    width: 80%;
    margin: 0 auto;
}

.product_detail .product_detail_content {
    margin-top: 20px;
    margin-bottom: 20px;
}

.product_detail .pageTurning {
    margin-top: 35px;
}

.product_detail .pageTurning .prevs,
.product_detail .pageTurning .nexts {
    background: rgba(255, 255, 255, 0.2);
    line-height: 250%;
    padding: 0 10px;
}

.product_detail .pageTurning .prevs {
    margin-bottom: 5px;
}

.pswp__bg {
    background: url(../images/global/rgb0.8.png)
}

@media (max-width: 720px) {
    .product_detail .title {
        padding-bottom: 10px;
    }
    .product_detail .title h3 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 30px
    }
    .product_detail .product_detail_content {
        margin-top: 15px;
    }
    .product_detail .pageTurning {
        margin-top: 25px;
    }
}

.page_box {
    text-align: center;
    display: block;
}


/*当前页的样式*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #aaa;
    border-color: #aaa
}


/*分页块默认样式*/

.pagination>li>a,
.pagination>li>span {
    color: #666
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #666
}

.list-img {
    margin: 0 -7.5px;
}

.list-img>ul>li {
    text-align: center;
    padding: 0 7.5px;
    margin-bottom: 30px;
}

.list-img>ul>li a .text_area {
    color: #000;
    line-height: 250%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.list-img>ul>li a .img_area {
    width: 100%;
    border: solid 1px #999;
    position: relative
}

.list-img>ul>li a .img_area img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    margin: auto
}

body {
    background: #131418;
    color: #fff
}

body a {
    color: #fff
}

#banner.sub_banner #owl-demo,
#banner.sub_banner #owl-demo .owl-wrapper-outer,
#banner.sub_banner #owl-demo .owl-wrapper,
#banner.sub_banner #owl-demo .owl-item,
#banner.sub_banner,
#banner.sub_banner a {
    height: 500px;
    background-size: auto 100%
}


/*大图记得修改高度*/

#banner.sub_banner .owl-theme .owl-controls .owl-dots {
    bottom: 10%
}

@media all and (max-width: 992px) {
    #banner.sub_banner #owl-demo,
    #banner.sub_banner #owl-demo .owl-wrapper-outer,
    #banner.sub_banner #owl-demo .owl-wrapper,
    #banner.sub_banner #owl-demo .owl-item,
    #banner.sub_banner,
    #banner.sub_banner a {
        height: 300px;
    }
}

@media all and (max-width: 640px) {
    #banner.sub_banner #owl-demo,
    #banner.sub_banner #owl-demo .owl-wrapper-outer,
    #banner.sub_banner #owl-demo .owl-wrapper,
    #banner.sub_banner #owl-demo .owl-item,
    #banner.sub_banner,
    #banner.sub_banner a {
        height: 200px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1600px;
    }
}

.crumb {
    background: rgba(0, 0, 0, 0.5);
    margin-top: -35px;
    position: relative;
    z-index: 100;
    text-align: right
}

.crumb span {
    background: url(../images/loc.png) no-repeat left center;
    padding-left: 40px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    font-size: 12px;
}

.sub_container {
    background: url(../images/sub_bg.jpg) no-repeat bottom;
    padding-bottom: 100px;
    background-size: 100% auto
}

._aside {
    float: left;
    width: 330px;
    margin-top: -145px;
    position: relative;
    z-index: 100;
}

.main {
    width: calc(100% - 380px);
    float: right
}

.sub_title {
    background: #af0000;
    height: 145px;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    position: relative
}

.sub_title1 {
    height: 125px;
}

.sub_title:before {
    display: block;
    content: " ";
    position: absolute;
    bottom: 12px;
    left: 14px;
    width: 10PX;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff
}

.sub_title:after {
    display: block;
    content: " ";
    position: absolute;
    bottom: 12px;
    right: 14px;
    width: 10PX;
    height: 10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff
}

.sub_title .tit_bg {
    border: solid 1px #fff;
    line-height: 115px;
    position: relative
}

.sub_title .tit_bg1 {
    line-height: 95px;
}

.sub_title .tit_bg:before {
    display: block;
    content: " ";
    position: absolute;
    top: -2px;
    left: -2px;
    width: 10PX;
    height: 10px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff
}

.sub_title .tit_bg:after {
    display: block;
    content: " ";
    position: absolute;
    top: -2px;
    right: -2px;
    width: 10PX;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff
}

.sub_title .tit_bg span {
    position: relative;
}

.sub_title .tit_bg span:before {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: -95px;
    width: 85PX;
    height: 25px;
    background: url(../images/tit_l.png) no-repeat
}

.sub_title .tit_bg span:after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -11px;
    right: -95px;
    width: 85PX;
    height: 25px;
    background: url(../images/tit_r.png) no-repeat
}

._aside .aside_inner {
    background: #333;
    padding: 25px 15px;
    border-radius: 5px;
    overflow: hidden
}

._aside ul.sidemenu .sub1 {
    margin-bottom: 18px;
}

._aside ul.sidemenu .sub1 a.sub1_a {
    display: block;
    background: #fff;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
}

._aside ul.sidemenu .sub1 a.sub1_a span {
    color: #333;
    font-size: 18px;
    padding-left: 70px;
    background-image: url(../images/sub_ico1.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

._aside ul.sidemenu>li.current>a.sub1_a,
._aside ul.sidemenu>li:hover>a.sub1_a {
    background: #af0000;
    color: #fff
}

._aside ul.sidemenu>li.current>a.sub1_a span,
._aside ul.sidemenu>li:hover>a.sub1_a span {
    color: #fff;
    font-size: 18px;
    padding-left: 70px;
    background-image: url(../images/sub_ico2.png);
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none
}

._aside ul.sidemenu .sub1 ul {
    width: 60%;
    margin: auto;
    padding-top: 18px;
}

._aside ul.sidemenu .sub1 ul li.sub2 {
    height: 35px;
    line-height: 35px;
    padding-left: 20px;
    background: url(../images/sub2_ico.png) no-repeat left;
}

._aside ul.sidemenu .sub1 ul li.sub2 a {
    color: #fff
}

._aside ul.sidemenu>li.sub1>ul>li.sub2.current>a.sub2_a,
._aside ul.sidemenu>li.sub1>ul>li.sub2:hover>a.sub2_a {
    text-decoration: underline;
    color: #fff
}

._aside_con {
    margin-top: 12px
}

.aside_con_inner p {
    line-height: 30px;
    font-size: 16px;
}

.article {
    padding-top: 60px;
}

@media all and (max-width: 992px) {
    .main {
        padding: 0;
    }
    ._aside {
        float: none;
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
    .main {
        width: 100%;
        float: none
    }
    ._aside>h2.sub_title {
        height: 50px;
        padding: 0 15px;
        background: #af0000;
        text-align: left
    }
    ._aside>h2.sub_title:before {
        display: none;
    }
    ._aside>h2.sub_title:after {
        display: none;
    }
    .sub_title .tit_bg {
        border: none;
        line-height: 50px;
    }
    .sub_title .tit_bg1 {
        line-height: 50px;
    }
    .sub_title .tit_bg:before {
        display: none;
    }
    .sub_title .tit_bg:after {
        display: none;
    }
    .sub_title .tit_bg span:before {
        display: none;
    }
    .sub_title .tit_bg span:after {
        display: none;
    }
    .sub_title .tit_bg span {
        font-size: 18px;
    }
    ._aside h2 .phone-menuicon {
        background: #f3f3f3;
        border-radius: 10px;
        text-align: center;
        height: 18px;
        font-size: 12px;
        line-height: 18px;
        margin-top: 16px;
        font-style: normal;
        padding: 0 20px;
        color: #333
    }
    ._aside ul.sidemenu {
        padding: 15px
    }
    ._aside ul.sidemenu .sub1 {
        margin-bottom: 5px;
    }
    ._aside ul.sidemenu>li.sub1>a.sub1_a {
        background: #fff;
        height: 30px;
        line-height: 30px;
        border-radius: 6px;
    }
    ._aside ul.sidemenu .sub1 a.sub1_a span {
        font-size: 12px;
        padding-left: 40px;
        background-position: 10px center;
        background-size: auto 80%
    }
    ._aside ul.sidemenu>li.current>a.sub1_a,
    ._aside ul.sidemenu>li:hover>a.sub1_a {
        background: #af0000;
        color: #fff
    }
    ._aside ul.sidemenu>li.current>a.sub1_a span,
    ._aside ul.sidemenu>li:hover>a.sub1_a span {
        font-size: 12px;
        padding-left: 40px;
    }
    ._aside ul.sidemenu .sub1 ul {
        width: 85%;
        padding-top: 5px;
    }
    ._aside ul.sidemenu .sub1 ul li.sub2 {
        height: 25px;
        line-height: 25px;
    }
    ._aside ul.sidemenu .sub1 ul li.sub2 a {
        color: #fff
    }
    ._aside ul.sidemenu>li.sub1>ul>li.sub2.current>a.sub2_a,
    ._aside ul.sidemenu>li.sub1>ul>li.sub2:hover>a.sub2_a {
        text-decoration: underline;
        color: #fff
    }
    .article {
        padding-top: 25px
    }
    .sub_container {
        padding-bottom: 60px;
    }
}

.page_box {
    text-align: center;
    display: block;
}


/*当前页的样式*/

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #AF0000;
    border-color: #AF0000
}


/*分页块默认样式*/

.pagination>li>a,
.pagination>li>span {
    color: #666
}

.pagination>li>a:hover,
.pagination>li>span:hover {
    color: #666
}

.list-text ul li {
    margin-bottom: 40px;
    height: 100px
}

.list-text ul li .date {
    height: 100%;
    width: 115px;
    float: left;
    margin-right: 20px;
    background: #af0000;
    color: #fff;
    text-align: center;
}

.list-text ul li .date .day {
    line-height: 65px;
    font-size: 38px;
}

.list-text ul li .date .year {}

.list-text ul li .text_area {
    display: inline;
}

.list-text ul li .text_area .title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    font-weight: bold
}

.list-text ul li .text_area .tip {
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin: 5px 0 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.75)
}

.list-text ul li .text_area .tip a {
    color: rgba(255, 255, 255, 0.75)
}

.list-text ul li .text_area a:hover {
    color: #af0000
}

@media all and (max-width: 992px) {
    .list-text ul li {
        margin-bottom: 15px;
        height: 65px
    }
    .list-text ul li .date {
        width: 60px;
        margin-right: 15px;
    }
    .list-text ul li .date .day {
        line-height: 38px;
        font-size: 18px;
    }
    .list-text ul li .text_area .title {
        font-size: 12px;
        font-weight: bold;
        line-height: 14px;
    }
    .list-text ul li .text_area .tip {
        line-height: 16px;
        font-size: 12px;
        height: 32px;
        margin: 0
    }
    .list-text ul li .date .year {
        font-size: 12px;
    }
    .list-text ul li .text_area .more {
        font-size: 12px;
    }
}