html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0；
    
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #005ea3;
}

ol,
ul,
h1 {

    padding: 0;
    margin: 0;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

.clearfix {
    zoom: 1;
}

img {
    border: 0;
    vertical-align: middle
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

/* 列表时间统一样式 */
.lanMu {
    margin: 0;
    padding: 0;
}

.lanMu li {
    line-height: 40px;
}

.lanMu li a {
    background: url(../img/list_07.png) no-repeat 0px 16px;
    color: #333;
    width: 62%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding-left: 20px;
    font-size: 1rem;
    font-weight: normal !important;
    font-size: 18px;
    text-align: left;
}

.lanMu li a:hover {
    color: #1566a2;
    text-decoration: none;
    background: url(../img/activeList_10.png) no-repeat 0px 16px;
}

.lanMu li span:hover {
    color: #1566a2;
}

.lanMu li span {
    width: 26%;
    float: left;
    font-weight: normal;
    font-size: 0.875rem;
    font-size: 16px;
    text-align: end;
}

@media screen and (max-width:768px) {
    .lanMu li a {
        width: 53%;
    }

    .lanMu li span {
        width: 32%;
    }
}

/* 头部开始 */
.header {
    width: 100%;
    height: 760px;
    background: url(../img/bgc.jpg) no-repeat center bottom;

}

/* 左侧导航 */
.topNav {
    margin-top: 20px;
}

.topNav li {
    float: left;
    margin: 0 32px;
    position: relative;
}

.topNav li a {
    font-size: 18px;
    font-weight: 700;

}

.topNav li a:hover {
    color: #34c37f;
}

.topNav li.current a {
    vertical-align: top;
    color: #34c37f;
}

.topNav .current img {
    margin-right: 12px;
    margin-top: -6px;
}

.topNav li.current::before {
    content: "";
    position: absolute;
    top: -18%;
    left: -40px;
    width: 35px;
    height: 38px;
    background: url(../img/header_top.png) no-repeat;
}

.topNav li:hover::before {
    content: "";
    position: absolute;
    top: -18%;
    left: -40px;
    width: 35px;
    height: 38px;
    background: url(../img/header_top.png) no-repeat;
}

/* 右侧 */

.topRIght {
    float: right;
    margin-top: 20px;
    position: relative;
}

.topRIght ul li {
    float: left;
    height: 30px;
    line-height: 30px;
}

.topRIght ul li a {
    font-size: 14px;
}


/* 部门导航 */
.l_bmdh_main {
    position: absolute;
    right: 80px;
    z-index: 999;
    background-color: #fff;
    width: 600px;
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    box-sizing: border-box;
}

.l_zfbm_main li a {
    font-size: 14px;
    color: #333;
}

.l_zfbm_main::after {
    clear: both;
    content: '';
    display: block;
}

.l_bmdh_main .l_zfbm_main li {
    width: 33.33%;
    float: left;
    line-height: 24px;
    background: none;
    padding: 0px;
    margin: 0;
    text-align: left;
}

.l_bmdh_bt {
    color: #006AB9;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s;
    text-align: left;
}


/* 搜索 */
.header_search {
    border: 1px solid #e5e4e3;
    box-sizing: border-box;
    overflow: visible;
    height: 30px;
    border-radius: 23px;
    position: relative;
    background: #fff;
    width: 230px;
    float: right;

}

.header_search .l_ssqh {
    width: 20%;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    height: 20px;
    margin-top: 11px;
    background: none;
    background: url(../img/search_img.png) no-repeat right center;
    box-sizing: border-box;
    outline: 0;
    text-align: left;
    padding-left: 17px;
    padding-right: 0px;
    border: none;
}

.header_search .l_ssqh span {
    display: block;
    width: 100%;
    color: #1760be;


}

.search_line {
    height: 22px;
    width: 2px;
    background-color: #e3e3e3;
    position: absolute;
    left: 86px;
    top: 11px;
}

.header_search .l_ssqh .l_ssqhli {
    box-sizing: content-box;
    display: none;
    background: #fff;
    margin-top: 5px;
    line-height: 26px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
}

.header_search .l_ssqh .l_ssqhli li {
    text-align: center;
    float: none;
}

#keywords {
    padding-left: 22px;
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    margin-top: 3px;
    background: transparent
}

#submit_btn {
    position: absolute;
    right: 18px;
    top: 4px;
    width: 20px;
}

.header_search button {
    display: block;
    float: left;
    cursor: pointer;
    border: none;
}

.header_search .search_btn {
    border-radius: 22px;
    width: 25.5%;
    background: #195ab2;
    color: #fff;
    padding: 0px;
    margin: 0px;
    top: 0px;
    font-size: 18px;
    right: -2px;
}

.header_search input {
    border: none;
    outline: 0;
}

.header_search {
    position: relative;
    text-align: right;
}

.searchText {
    position: absolute;
    border: 1px solid #2682cb;
    box-sizing: border-box;
    overflow: visible;
    height: 45px;
    border-radius: 23px;
    position: relative;
    margin-top: 60px;
    background: #fff;
    font-size: 12px;
    width: 80%;
    padding-left: 20px;
}

.searchBtn {
    position: absolute;
    height: 45px;
    top: 60px;
    right: 0px;
    border-radius: 20px;
    width: 20%;
    background: #3794dc;
    color: #fff;
    border: 0px
}

.mobileNav {
    display: none;
}

/* logo */
.logBox {
    position: relative;
}

.logImg {
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.headerTag {
    position: absolute;
    right: 4px;
    top: 30px;
}

/* 右侧导航 */
.rightNav {
    position: absolute;
    left: -60px;
    top: 40px;
}

.rightNav li {
    width: 20px;
}

.rightNav li a {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}

.wexin {
    position: relative;

}

.wexin .ercode {
    position: absolute;
    top: -12px;
    right: -170px;
    border: 2px solid #378edd;
    z-index: 999;
}

.wexin .ercode img {
    width: 160px;
    height: 160px;
    display: block;
}

.mobileSearch {
    display: none;
}

/* 头条 */
.contentBox {
    background-color: #ffffff;
    border-top-left-radius: 30px;
    text-align: center;
    margin-top: -448px;
    box-sizing: border-box;
    position: relative;
    padding-top: 22px;
    padding-left: 30px;
    padding-right: 30px;
}

.touTiao h1 a {
    font-size: 38px;
}

/* 头条轮播 */
.nweBox {
    margin: 20px 0
}

.lunBox {
    width: 56%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 1.125rem;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#swiper1 .swiper-pagination-bullet {
    height: 8px;
    width: 14px;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}

#swiper1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #35c37f;
    height: 8px;
    width: 50px;
    border-radius: 0;

}

#swiper1 .swiper-slide .img-responsive {
    height: 462px;
    width: 100%;
}

.swiper-slide h4 {
    position: absolute;
    bottom: -8px;
    background: rgba(22, 21, 25, 0.2);
    height: 58px;
    line-height: 58px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
    z-index: 2;
}

.swiper-slide h4 span {
    width: 80%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}

.flower {
    position: absolute;
    right: -3px;
    top: 3px;
}

/* 新闻动态tabs切换 */
.yaowen {
    width: 44%;

}

.messageBox {
    width: 14%;
    margin: 0 20px;
}

.messageBox li {
    width: 94px;
    padding: 56px 36px;
    height: 216px;
    box-sizing: border-box;
    background-color: #eff6ff;
}
.messageBox li a {
    font-size: 20px;
    font-weight: bold;
}
.messageBox li:hover {
    background-color: #005ea3;
    cursor: pointer;
}

.messageBox li:hover a {
    color: #fff;
}

.messageBox li:first-child {
    margin-bottom: 30px;
}

.tabs {
    overflow: hidden;
    width: 76%;
}

.tabNav {
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 0;
    padding-left: 30px;
}

.tabs h1 {
    width: 100%;
    margin: 0px 0px 10px 0px;
    padding: 0;
}

.tabs>ul>li {
    float: left;
    line-height: 50px;
    color: #000;
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none !important;
    list-style: none;
    padding-right: 60px;

}

.tabs>ul>li:last-child {
    padding-right: 0;
}

.tabs>ul>li a span {
    position: relative;
    display: inline-block;
}

.tabs>.tabNav li.active a span::before,
.tabs>.tabNav li.active a span:hover::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 40px;
    height: 6px;
    margin-left: -18px;
    background-color: #005ea3;
    display: inline-block;
}





.tabs>.tabNav li.active a {
    color: #1760be;
    font-weight: 700;
}

.tabs .tabCon {
    min-height: 50px;
    margin-top: 30px;
}

.tabs .tabCon>div {
    display: none;
}

.tabs .tabCon>div.active {
    display: block;
}

.tabCon .lanMu li:hover {
    font-weight: 700;

}

.topTitle a h4 {
    margin: 0;
    display: block;
    text-align: initial;
    font-size: 18px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topTitle a p {
    color: #c5c5c5;
    text-indent: 2em;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px;
}

/* 专题专栏 */
.phoneImg {
    display: none;
}

.ztzlStyle ul li {
    float: left;
}


.titleImg img {
    width: 100%;
    height: auto;
    display: block;

}

.device8 .picImg {
    width: 312px;
    height: 108px;
    float: left;

}

.swiperImg {
    width: 1002px;
    float: left;
    margin-left: 20px;

}

.device8 {
    width: 100%;
    margin: 0 auto;
    position: relative;

}

.device8 .swiper-button-prev {
    background: url(../img/lBtn.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    z-index: 999;
}

.device8 .swiper-button-next {
    background: url(../img/rBtn.png) no-repeat left bottom;
    position: absolute;
    right: 18px;
    top: 50%;
    margin-top: -25px;
    width: 30px;
    height: 50px;
    z-index: 999;
}


.swiper-slide7 .title {
    width: 315px;
    height: 108px;
}

.swiper-slide7 .title a {
    display: block;
}

.swiper-slide7 .title a img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;


}

.phoneImg {
    display: none;
}



.device7 {
    width: 100%;
    margin: 0 auto;
    position: relative;

}



/* 政府信息公开部分 */
.zfxxStyle>li {
    float: left;
    width: 23%;
    margin: 20px 0;
    box-sizing: border-box;
    margin-right: 35px;
}

.zfxxStyle>li:last-child {
    margin-right: 0;
}

.titleStyle {
    height: 44px;
    border-bottom: 6px solid #005ea3;
}

.titleStyle .topic a {
    font-size: 22px;
    font-weight: 600;
}

.titleStyle .topic a img {
    margin-right: 10px;
}

.titleStyle .moreStyle {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.system {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 10px 0px;
}

.system li {
    background-color: #f5f5f5;
    padding: 4px 0;
    margin-bottom: 6px
}

.system li:last-child {
    margin-bottom: 0
}

.system li:hover {
    background-color: #005ea3;
    color: #ffffff;
}

.system li:hover a {
    color: #ffffff;
}

.system li a {
    display: block;
    text-align: initial;
    padding-left: 28px;
}

.system li a .iconStyle {
    width: 28px;
    height: 29px;
    display: inline-block;
    padding-right: 10px;

}

.system li a .icon1 {
    background: url(../img/1.png) no-repeat;
}

.system li a:hover .icon1 {
    background: url(../img/1h.png) no-repeat;
}

.system li a .icon2 {
    background: url(../img/2.png) no-repeat;
}

.system li a:hover .icon2 {
    background: url(../img/2h.png) no-repeat;
}

.system li a .icon3 {
    background: url(../img/3.png) no-repeat;
}

.system li a:hover .icon3 {
    background: url(../img/3h.png) no-repeat;
}

.system li a .icon4 {
    background: url(../img/4.png) no-repeat;
}

.system li a:hover .icon4 {
    background: url(../img/4h.png) no-repeat;
}

.system li a .icon5 {
    background: url(../img/5.png) no-repeat;
}

.system li a:hover .icon5 {
    background: url(../img/5h.png) no-repeat;
}

.system li a .icon6 {
    background: url(../img/6.png) no-repeat;
}

.system li a:hover .icon6 {
    background: url(../img/6h.png) no-repeat;
}

.system li a span {
    vertical-align: super;
}

.lcfaw {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding-bottom: 15px
}

.lcfaw li {
    margin: 0 22px;


}

.lcfaw li a {
    width: 92%;
}

.lcfaw .topTitle {
    background-color: #f5fbff;
    padding: 14px 30px;
    margin-bottom: 4px;
}

.lcfaw .topTitle a {
    font-weight: 500;
    font-size: 18px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* 政务服务 */
.zwfuStyle {
    background: url(../img/bgcEnd_03.png) no-repeat;
    height: 400px;
    width: 100%;

}

.zwfuList {
    padding: 0 30px;

}

.zwfuList>li {
    float: left;
    width: 23%;
    margin: 20px 0;
    box-sizing: border-box;
    margin-right: 35px;

}

.zwfuList>li:last-child {
    margin-right: 0;
}

.zwfuContent {
    margin-top: 16px;
}

.zwfuContent li {
    background-color: #ffffff;
    float: left;
    width: 46%;
    text-align: center;
    box-sizing: border-box;
    padding: 12px 0;
    margin-right: 24px;
    margin-bottom: 10px;

}

.zwfuContent li:nth-child(even) {
    margin-right: 0;
}

.zwfuContent li img {
    margin-bottom: 6px;
    height: 34px;
}

.zwfuContent li img:hover {
    /* transform: scale(1.2); */
    transform: rotate(360deg);
    transition: 0.5s;
}

.zwfuContent li p {
    margin: 0;
}

.zwfuContent .zcAsk {
    width: 100%;
    padding: 22px 0;
}

.lczs li {
    margin-bottom: 16px;
}

.lczs li img:hover {
    transform: scale(0.9);
    transition: 0.2s;
}

/* 林草视界 */
.lcsjStyle {
    padding: 0 30px;
}

.lcsjContent>li {
    float: left;
}

.lcsjContent>li:first-child {
    margin-right: 76px;
    margin-left: 42px;
}

.lcsjImg {
    padding-top: 20px;
}

.lcsjImg li {
    float: left;
    margin-right: 27px;
    position: relative;
}

.lcsjImg li img {
    width: 100%;
    height: 142px;
}

.lcsjImg li img:hover {
    transform: scale(0.9);
    transition: 0.2s;
}

.lcsjImg li a span {
    position: absolute;
    left: 36px;
    top: 24px;
    color: #ffffff;
    font-size: 18px;
    display: block;
    width: 20px;
}

.lcsjImg li a b {
    font-weight: 400;
    position: absolute;
    right: 36px;
    bottom: 24px;
    width: 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
}

.lcsjImg li a b::after {
    content: "";
    position: absolute;
    left: 32%;
    bottom: -28px;
    height: 28px;
    width: 2px;
    background-color: #ffffff;
}

.lcsjImg li:last-child {
    margin-right: 0;
    width: 336px;
}

.lcsjImg li video {
    height: 142px;
    width: 100%;
}

.lcsjContent .titImgshone {
    display: none;
}

.lcsjImg .videoImg {
    position: relative;
}

.lcsjImg .videoImg .pause {
    position: absolute;
    left: 142px;
    top: 40px;
}

.lcsjImg .videoImg .pause img {
    width: 60px;
    height: 65px;
}

/* 小于768的时候 */
@media only screen and (max-width: 768px) {
    .wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .swiperImg {
        width: 100%;
        margin-left: 0;
    }

    .picImg {
        display: none;
    }

    .device8 .swiper-button-next {
        right: 0;
    }

    .touTiao img {
        width: 100%;
    }

    .lczs li img {
        width: 100%;

    }

    .lcsjImg {
        width: 100%;
    }

    .lcsjImg li {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .lcsjImg li img {
        width: 94%;
        height: auto;
    }

    .lcsjContent>li:first-child {
        margin: 0;
        display: none;
    }

    .lcsjContent .titImgpc {
        display: none;
    }

    .lcsjContent .titImgshone {
        display: block;
    }

    /* 政府信息公开 */
    .zfxxStyle>li {
        width: 100%;
    }

    .zwfuList>li {
        width: 100%;
    }

    .titleStyle img {
        width: 30px;
        height: 30px;
    }

    .zwfuContent li {
        border: 1px solid #ccc;
        margin-right: 24px
    }

    .zwfuContent li img {
        margin-bottom: 6px;
        height: 34px;
        width: 34px;
    }

    /* 专题轮播 */
    .titleImg {
        display: none;
    }

    .pcImg {
        width: 100%;
        display: none;
    }

    .phoneImg {
        display: block;
    }

    /* 要闻 */
    .yaowen {
        width: 100%;
        margin-top: 20px;
    }

    .messageBox {
        margin: 0;
        width: 100%;
        margin-bottom: 10px;
    }

    .messageBox li {
        float: left;
        padding: 20px;
        height: 60px;
        text-align: center;
        box-sizing: border-box;
        background-color: #eff6ff;
        margin-right: 24px;
        width: 46%;
    }

    .messageBox li:last-child {
        margin-right: 0;
    }

    .messageBox li:first-child {
        margin-bottom: 0;
    }

    .tabs>ul>li {
        padding-right: 30px;
        font-size: 14px;
    }

    .tabs>ul>li:last-child {
        padding-right: 0;
    }

    .tabs {
        width: 100%;
    }

    .tabNav {
        padding-left: 0;
    }

    .tabs>ul>li a span {
        font-size: 20px;
    }

    .tabs>.tabNav li.active a span::before,
    .tabs>.tabNav li.active a span:hover::before {
        bottom: -3px;

    }

    /* 顶部轮播 */
    #swiper1 .swiper-slide .img-responsive {
        height: 240px;
    }

    .lunBox {
        width: 100%;
    }

    /* 头条 */
    .touTiao h1 a {
        font-size: 20px;
    }

    /* 头部 */
    .pc {
        display: block;
    }

    .pcOld {
        display: none;
    }

    .navbtn {
        /* border: 1px solid #f1af3d; */
        text-align: center;
        position: absolute;
        top: 16px;
        right: 20px;
        border-radius: 4px;
    }

    .mobileNav .nav_box {
        width: 100%;
        background-color: #efefef;
        position: absolute;
        top: 54px;
        z-index: 999;
        display: none;
    }

    .mobileNav .nav_box li {
        height: 46px;
        line-height: 46px;
        text-align: center;
    }

    .mobileNav .nav_box li a {
        color: #333333;
    }

    .topNav {
        display: none;
    }

    .showdep {
        display: none;
    }

    .mobileLogin {
        padding-top: 20px;
        padding-left: 20px;
    }

    .mobileLogin li {
        float: left;
        height: 30px;
        margin-right: 20px;
    }

    .mobileLogin li a {
        color: #fffffF;
        font-size: 12px;
    }

    .wzall {
        background-color: #58ade6;
        border-radius: 4px;
        height: 30px;
        width: 80px;
        line-height: 30px;
        text-align: center;

    }

    .headerTag {
        display: none;
    }

    .rightNav {
        display: none;
    }

    .logImg {
        margin-top: 6px;
    }

    .logImg img {
        width: 90%;
    }

    .header_search {
        width: 300px;
        top: 156px;
        right: 44px;
    }
}

/* 公开内容 */
.gknr_zlm{
    position: absolute;
    background: rgb(245, 245, 245);
    text-align: left;
    line-height: 185%;
    top: 44px;
    left: 0;
    margin-left: -168px;
    z-index: 999;
    padding: 20px;
    border: 1px solid rgb(0, 94, 163);
    transition: all 0.3s ease-out 0s;
    color: rgb(51, 51, 51);
    display: none;
}  
@media (max-width:1600px) {
    .gknr_zlm{
        margin-left: 0px;
        left: auto;
        right: -170px;
    }    
}

.gknr_zlm li{
    padding: initial !important;
    margin: initial !important;
    background-color: initial !important;
}
.gknr_zlm li a{
    color: #333 !important;
    padding: initial;
    line-height: 200%;
}
.gknr_zlm li a:hover{
    color: rgb(0, 94, 163) !important;
}


/* 底部 */
.linkTop {
    background: #ffffff;
    margin-top: 24px;
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
}

.yqlj_box {
    position: relative;
    height: 50px;
    margin-bottom: 0;
    padding: 0 30px;
    box-sizing: border-box;
}

.yqlj_box li {
    margin-right: 60px;
    height: 50px;
    line-height: 54px;
    box-sizing: border-box;
    position: static;
    float: left;
}

.yqlj_box li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    font-size: 14px;
    color: #333;
}

.yqlj_box li a:hover {
    text-decoration: none;
    color: #5cb396;
}

.l_yqlj_box div:hover {
    color: #5cb396;
    cursor: pointer;
}

.l_yqzz {
    display: none;
    overflow: hidden;
}

.l_yqlj_box {
    display: block;
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 54px;
}

.l_yqlj_box img {
    margin-left: 15px;
    transition: all 0.3s;
}

.l_yqlj_box div {
    font-size: 14px;
    color: #333;
    display: inline-block;
}

.l_yqzz2 {
    position: absolute;
    width: 100%;
    bottom: 38px;
    left: 0px;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    background: #f6f6f6;
}

.yqlj_box .l_yqzz a {
    display: block;
    width: 25%;
    line-height: 30px;
    font-size: 14px;
    float: left;
}

.yqlj_box li:hover .l_yqzz {
    display: block;
}

.yqlj_box li:hover .l_yqlj_box img {
    transform: rotate(180deg);
}

.border {
    height: 20px;
    width: 1px;
    background: #cbcac9;
    display: inline-block;
    float: left;
}

.linkBottom {
    background: #f6f6f6;
    width: 100%;
    border-bottom: 1px solid #ebebeb;
}

.footer_box {
    padding: 30px 0;
    font-size: 14px;
}

.footer_box>ul li {
    float: left;
}

.footer_box>ul .line {
    padding: 0 5px;
    color: #555555;
}

.rightFot {
    padding-top: 64px;
}

.rightFot li {
    float: left;
}

#imgConac {
    margin-top: -9px;
}

.adress {
    padding: 16px 30px;
    font-size: 12px;
    text-align: center;
}

.adress div:first-child {
    margin-bottom: 10px;
}

.footerPhone {
    display: none;
}


@media (max-width:768px) {

    .wrapper {
        width: 100%;
        margin: 0 auto;
    }

    .pcFooter {
        display: none;
    }

    .footerPhone {
        display: block;
        padding: 16px 20px;
        background-color: #f6f6f6;
        font-size: 14px;
        margin-top: 20px;
        text-align: center;
    }

    .footerPhone div {
        margin-bottom: 10px;
    }
}

@media (max-width:1400px) and  (min-width:1280px){

body{
zoom:0.8
}
}