/* ---- */

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banlist .swiper-pagination {
    background: #fff;
    right: 5.2%;
    width: 34px;
    left: auto;
    top: calc((100% - 230px) / 2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 195px;
    border-radius: 20px;
}

.banlist {
    position: relative;
}

.banlist .banBtn {
    position: absolute;
    bottom: 10%;
    width: 100%;
    z-index: 99;
    display: none;
}

.banlist .swiper-prev {
    width: 104px;
    height: 64px;
    background: url(../img/ban-left.png) no-repeat;
    display: inline-block;
    margin-right: 38px;
    opacity: .7;
    cursor: pointer;
}


.banlist .swiper-next {
    width: 104px;
    height: 64px;
    background: url(../img/ban-right.png) no-repeat;
    display: inline-block;
    opacity: .7;
    cursor: pointer;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    opacity: 1;
}

/* .banlist::before {
    content: '';
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/banlist-right-img.png) left top no-repeat;
    z-index: 99;
    background-size: cover;
} */

.banlist .swiper-slide {
    overflow: hidden;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-slide-active img {
    animation: img_scale linear 4s;
}


@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}



.banlist .swiper-pagination-bullet {
    width: 15px;
    height: 22px;
    margin: 8px 0 !important;
    background: url(../img/banside-ico.png) no-repeat;
}

.banlist .bantext {
    position: absolute;
    bottom: 30px;
    right: 100px;
    z-index: 99;
}

.banlist .bantext ul li {
    font-size: .24rem;
    color: #fff;
    display: none;
    transition: all 0.5s ease-in-out;
}

.banlist .bantext ul li.on {
    display: block;
    transition: all 0.5s ease-in-out;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: .1rem 0 .1rem;
    /* max-width: 1920px; */
    margin: 0 auto;
}

.header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 1.38rem;
    background: url(../img/topmask2.png) center repeat-x;
    background-size: 100% 100%;
}

.scrollDown .header {
    top: -1.15rem
}




.header .wp {
    position: relative;
    z-index: 3;
    max-width: inherit;
    box-sizing: border-box;
    padding: 0 1rem;
    max-width: 80%;
    margin: 0 auto;
}

.header .wp h1 {
    width: 20%;
}

.header .wp .topr {
    width: 65%;
}

.header .hd-nav {
    margin-top: .1rem
}

.header .hd-nav li {
    line-height: .36rem;
    font-size: .16rem;
    position: relative;
    /* margin-left: .5rem */
}

.header .hd-nav li>a {
    display: block;
    line-height: .36rem;
    position: relative;
    color: #fff;
    text-align: center;
}

.header .hd-nav li:hover>a,
.header .hd-nav li>a.on {
    font-weight: bold;
}

.header .hd-nav li>a.has-child:after {
    content: "\eabd";
    font-family: "swiper-icons";
    margin-left: 5px;
    font-size: .16rem
}

.header .hd-nav li:hover>a.has-child:after {
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
    top: -1px
}



.header .hd-nav li .sub-nav {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 99;
    padding-top: .05rem;
    min-width: 1.6rem;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.header .hd-nav li .sub-nav .sub-nav-h {
    text-align: center;
    position: relative;
    background: #fff;
    padding: .1rem 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 0 0 .1rem .1rem;
    overflow: hidden;
}

.header .hd-nav li .sub-nav .sub-nav-h:after {
    content: '';
    height: 3px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #066e48;
}

.header .hd-nav li .sub-nav .sub-nav-h a {
    display: block;
    font-size: .16rem;
    padding: 0 .13rem;
    margin-bottom: 1px;
    background: #fff;
    ;
    white-space: nowrap;
    line-height: .45rem
}

.header .hd-nav li .sub-nav .sub-nav-h a:hover {
    background: #eaf2f9;
    color: #066e48
}

.header .hd-nav li:hover .sub-nav {
    opacity: 1;
    visibility: inherit;
}


.header .rlink a {
    color: #fff;
    font-size: 12px;
    line-height: .30rem;
    position: relative;
    transition: .3s
}

.header .rlink .rlink-a {
    margin-right: 10px;
}

.header .rlink .rlink-a a {
    line-height: .30rem;
    opacity: .6;
    margin-right: 5px;
}

.header .rlink a:hover {
    border-radius: .3rem
}

.header .rlink .search {
    margin-left: 10px;
}

.header .rlink .search a {
    font-size: .16rem;
    display: flex;
    align-items: center;
}

.header .rlink .search img {
    margin-right: 5px;
}

.rlink-bth {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    opacity: .6;
    text-align: center;
    line-height: 30px;
    margin: 0 4px;
}


/* -- */

.column {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 0 35px 0;
}

.column .name-en {
    font-size: .3rem;
    color: #353535;
    font-weight: bold;
    text-transform: uppercase;
}

.column .name {
    font-size: .3rem;
    color: #353535;
}

.column .more {
    font-size: .16rem;
    color: #066e48;
    display: inline-block;
    width: 188px;
    height: 55px;
    border: 1px solid #066e48;
    border-radius: 10px 50px 10px 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.main-news,
.up-jslt-gk,
.up-jslt-xscg {
    position: relative;
    overflow: hidden;
}

.main-news::before,
.up-jslt-gk::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/mian-left-icobg.png) no-repeat;
    width: 211px;
    height: 735px;
}

.main-news::after {
    content: '';
    position: absolute;
    top: 290px;
    right: 0;
    background: url(../img/mian-right-icobg.png) no-repeat;
    width: 194px;
    height: 547px;
}

.up-jslt-xscg::after {
    content: '';
    position: absolute;
    bottom: 200px;
    right: 0;
    background: url(../img/mian-right-icobg.png) no-repeat;
    width: 194px;
    height: 547px;
}

.tablist .hd {
    /* padding-bottom: 15px; */
    border-bottom: 1px solid #eaeaea;
}

.tablist .hd ul {
    display: flex;
}

.tablist .hd ul li {
    font-size: .24rem;
    color: #353535;
    margin-right: 50px;
    padding-bottom: 15px;
    cursor: pointer;
    opacity: .7;
}

.tablist .hd ul li:last-child {
    margin: 0;
}

.tablist .hd ul li.on {
    opacity: 1;
    border-bottom: 2px solid #3b5ea2;
}

.tablist .hd ul li.on a {
    color: #007147;
    font-weight: bold;
}

ul li.f {
    width: 100%;
    height: 145px;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    margin-bottom: 10px;
    background: url(../img/ul-li.f-bg.png) right bottom no-repeat #fff;
    border-radius: 10px;
}

ul li.f a {
    height: 100%;
    display: flex;
    align-items: center;
}

ul li.f .dete {
    min-width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-right: 20px;
    border-right: 1px solid #eaeaea;
    margin-right: 20px;
}

ul li.f .d {
    color: #3b5ea0;
    font-size: .36rem;
}

ul li.f .y {
    font-size: .16rem;
    color: #3b5ea0;
}

ul li.f .title {
    font-size: .21rem;
    color: #007147;
    font-weight: bold;
    line-height: 33px;
}

ul li.n .dete {
    color: #2B2B2B;
    font-size: .16rem;
    opacity: .5;
}

ul li.n .title {
    font-size: .18rem;
    color: #353535;
    line-height: 25px;
    height: 25px;
    /* margin-top: 8px; */
}

ul li.n {
    box-sizing: border-box;
    padding: 18px 0;
    border-bottom: 1px dashed #e0e0e0;

}

.tablist .con ul li {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

ul li.n:last-child {
    padding-bottom: 0;
    border: none;
}

.tablist .bd .con {
    display: none;
}

ul li.n:hover .title {
    color: rgb(0, 113, 71);
    font-weight: bold;
}

.tablist .con ul li:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newslide {
    width: 690px;
}

.tablist1 {
    width: calc(100% - 720px);
}

.newslide .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;
    position: relative;
}

.newslide .swiper-slide .img img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newslide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.newslide .swiper-slide .tt {
    width: 100%;
    height: 105px;
    background: #066E48;
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.newslide .swiper-slide .title {
    color: #fff;
    font-size: .2rem;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    width: 100%;
    z-index: 99;
    margin-bottom: 15px;
}

.newslide .swiper-slide .dete {
    color: #fff;
    font-size: 14px;
}


.newslide .swiper-pagination {
    left: auto;
    right: 20px;
    width: auto;
    z-index: 99;
    bottom: 15px;
}

.newslide .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    opacity: .5;
    margin: 0 !important;
    background: url(../img/news-bullet-ico.png) center center no-repeat;
}

.newslide .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    opacity: 1;
}



.tablist2 .con li {
    border-bottom: 1px dashed #e0e0e0;
    margin-bottom: 14px;
    padding-bottom: 15px;
}

.tablist2 .con li:hover {
    left: 5px;
}

.tablist2 .con li:hover .title {
    color: rgb(0, 113, 71);
    font-weight: bold;
}


.tablist2 .con li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

.tablist2 .con li a {
    display: flex;
    align-items: center;
}


.tablist2 .con li .dete {
    width: 64px;
    height: 64px;
    background: url(../img/dete-bg-ico.png) no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.tablist2 .con li .d {
    font-size: .22rem;
}


.tablist2 .con li .title {
    color: #353535;
    font-size: .18rem;
    width: calc(100% - 64px);
    box-sizing: border-box;
    padding-left: 15px;
    line-height: 32px;
}

/* -- */

.main-jdal {
    width: 100%;
    background: url(../img/main-jdal-bg.jpg) center no-repeat;
    background-size: cover;
    margin-top: 120px;
    padding: 65px 0;
    position: relative;
}

.main-jdal .column {
    padding-top: 30px;
}

.jdalside li .box .text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    border: 1px solid #e3d0d03b;
    padding: 20px 15px;
}

.jdalside li .box .title {
    color: #fff;
    line-height: .26rem;
    height: .26rem;
    font-size: .2rem;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.jdalside li .box .xian {
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 10px 0;
}

.jdalside li .box .desc {
    color: #fff;
    font-size: .16rem;
    line-height: 25px;
    opacity: .5;
    width: 100%;
    height: 75px;
    text-align: center;
}

.jdalside li .box a {
    display: flex;
    flex-direction: column;
}

.jdalside li:nth-of-type(even) a {
    flex-direction: column-reverse;
}
.jdalside li:nth-of-type(odd) .text {
    padding:20px 15px;
    border-top:none;
}
.jdalside li:nth-of-type(even) .text {
    padding:20px 15px;
    border-bottom:none;
}

.jdalside li .box .img {
    overflow: hidden;
    border-radius: 0px;
}

.jdalside li .box .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jdalside li .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.jdalside li .box:hover .desc {
    opacity: .8;
}


.main-jdal .name-en,
.main-jdal .name {
    color: #fff;
}

.main-jdal .column .more {
    color: #fff;
    border: 1px solid #fff;
    opacity: .5;
}


.jdalside .swiper-paginationx {
    position: unset;
    padding-top: 30px;
    text-align: center;
}

.jdalside .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    opacity: .5;
    margin: 0 !important;
    background: url(../img/news-bullet-ico.png) center center no-repeat;
}

.jdalside .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    opacity: 1;
}

/* -- */

.main-cpzx {
    width: 100%;
    height: 810px;
    position: relative;
    /* background: url(../img/main-cpzx-bg.png) center center no-repeat; */
    /* background-size: cover; */
    padding-top: 40px;
    padding-bottom: 40px;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-cpzx-bg.png);
}

.cpzx-tab {
    position: absolute;
    right: 0;
    top: 75px;
    display: flex;
}

.cpzx-tab .box {
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: .5 !important;
    cursor: pointer;
}

.cpzx-tab .box.on {
    opacity: 1 !important;
}

.cpzx-tab .box .ico {
    width: 53px;
    height: 53px;
    background: #1d7b58;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cpzx-tab .box p {
    color: #353535;
    font-size: .18rem;
    margin-top: 5px;
}

.cpzxlist {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.ggcp-text {
    width: 50%;
    padding-top: 45px;
}

.ggcp-text ul {
    display: none;
}

.ggcp-text ul.on {
    display: block;
}

.cpzx-slide-list {
    /* width: 718px; */
    width: 40%;
    height: 407px;
    background: url(../img/cpzx-slide-bg.png) top right no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.cpzxSlide {
    /* position: absolute;
    left: -20px;
    bottom: -20px; */
    /* width: 655px; */
    width: 91.2%;
    /* height: 365px; */
    z-index: 0;
    display: none;
    margin: 65px 60px 0 0;
}

.cpzxSlide.on {
    z-index: 99;
    display: block;
}

.cpzxSlide .swiper-container {
    border-radius: 20px;
}

.cpzxSlide .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #fff;
}

.cpzxSlide .swiper-slide .img img {
    width: 100%;
    border-radius: 10px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.cpzxSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.cpzxlist .swiper-slide .title {
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: .2rem;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    height: 60px;
    text-align: center;
    width: 100%;
    z-index: 99;
    box-sizing: border-box;
    padding: 0 .2rem;
}

.cpzxlist .swiper-slide::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    right: 0;
    height: 100%;
    background: url(../img/main-cpzx-mark.png) center no-repeat;
    background-size: cover;
}

.cpzxlist .swiper-wrapper {
    overflow: hidden;
}

.cpzxSlide .swiper-prev {
    position: absolute;
    left: -33px;
    z-index: 99;
    top: 55%;
    cursor: pointer;
}

.cpzxSlide .swiper-next {
    position: absolute;
    right: 33px;
    z-index: 99;
    top: 55%;
    cursor: pointer;
}

.cpzxlist .swiper-pagination1,
.cpzxlist .swiper-pagination2,
.cpzxlist .swiper-pagination3,
.cpzxlist .swiper-pagination4,
.cpzxlist .swiper-pagination5,
.cpzxlist .swiper-pagination6,
.cpzxlist .swiper-pagination7,
.cpzxlist .swiper-pagination8 {
    position: initial;
    padding-top: 30px;
    text-align: center;
}

.cpzxlist .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    opacity: .5;
    margin: 0 !important;
    background: url(../img/news-bullet-ico2.png) center center no-repeat;
}

.cpzxlist .swiper-pagination-bullet-active {
    border: 1px solid #076d47;
    opacity: 1;
}


.ggcp-text ul li {
    display: none;
}

.ggcp-text ul li.on {
    display: block;
}

.ggcp-text ul li .title {
    display: inline-block;
    width: 100%;
    font-size: .2rem;
    color: #353535;
    font-weight: bold;
    height: .6rem;
    line-height: .6rem;
    border-top: 1px dashed #c6cfcc;
    border-bottom: 1px dashed #c6cfcc;
}

.ggcp-text ul li .desc {
    line-height: 35px;
    font-size: .16rem;
    color: #353535;
    opacity: .7;
    padding-top: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    word-break: break-all;
}



















/* -- */

.main-jtjj {
    width: 100%;
    background: url(../img/main-gsjj-bg.png) center no-repeat;
    background-size: cover;
    padding-bottom: 70px;
    position: relative;
}

.main-jtjj .column .name-en,
.main-jtjj .column .name {
    color: #fff;
}

.main-jtjj .column .more {
    color: #fff;
    border: 1px solid #fff;
    opacity: .5;
}

.tjjlist {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.tjjlist .jtjj-left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.tjjlist .jtjj-right {
    width: 51.5%;
}

.tjjlist .desc {
    font-size: .16rem;
    color: #fff;
    opacity: .5;
    text-align: justify;
    line-height: 35px;
    /* height: 175px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.tjjlist .desc{
    text-indent: 2em;
}
.tjjlist .desc a {
    color: #fff;
}

.tjjlist .desc span {
    position: relative;
    top: 2px;
    left: 5px;
}

.jtjj-links {
    display: flex;
    justify-content: space-between;
}


.jtjj-links .box {
    padding: 10px;
    border: 1px dashed rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: relative;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.jtjj-links .box::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px dashed rgba(255, 255, 255, .5);
    border-radius: 50%;
    transform: rotate(0deg);
    animation: rotate 20s linear infinite;
}

.jtjj-links .item p {
    color: #fff;
    font-size: .16rem;
    text-align: center;
    margin-top: 15px;
}

.jtjj-links .box .ico {
    width: 64px;
    height: 64px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/jtjj-links-bg.png) center center no-repeat;
}

.jtjj-links .box .ico span {
    font-size: .36rem;
    color: #fff;
    transition: All 0.3s ease-in-out;
}

.jtjj-links .box:hover .ico span {
    transform: scale(1.05);
}




.jtjj-left .share {
    width: 100%;
    height: 122px;
    background: url(../img/share-bg.png)center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
}

.jtjj-left .share .p1 {
    font-size: .22rem;
    color: #fff;
    font-weight: bold;
}

.jtjj-left .share .p2 {
    color: #fff;
    opacity: .8;
    line-height: 20px;
    margin-top: 15px;
}

.jtjj-left .share .left {
    width: 100%;
}
span.heng{
    margin:0 10px;
}
.jtjj-left .share .right {
    width: 40%;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}

.jtjj-left .share .ico {
    color: #fff;
    font-size: .5rem;
    position: relative;
    top: 10px;
    margin-right: 5px;
    display: flex;
}

.jtjj-left .share #text5 {
    color: #fff;
}

.jtjj-right .img {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

.jtjj-right .img img {
    width: 100%;
    border-radius: 10px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jtjj-right .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.jtjj-right .img .video {
    position: absolute;
    top: calc((100% - 100px) / 2);
    left: calc((100% - 100px) / 2);
    z-index: 99;
}






/* -- */
.main-dqbg {
    padding-bottom: 140px;
    width: 100%;
    padding-top: 40px;
    /* background: url(../img/main-dqbg-bg.png) center bottom no-repeat; */
    /* background-size: cover; */
    position: relative;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/main-dqbg-bg.png);

}

.dqbglist ul li .box {
    background: url(../img/dqbg-li-bg.png) center center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);

}

.dqbglist ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.dqbglist ul li a .title {
    font-size: .2rem;
    color: #353535;
    line-height: .26rem;
    height: .26rem;
}

.dqbglist ul li a .ico {
    opacity: .5;
    text-align: right;
}

.dqbglist ul li .box a:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.dqbglist ul li .box:hover .title {
    color: #066c46;
    font-weight: bold;
}

.dqbglist ul li .box:hover .ico {
    opacity: 1;
}

/* -- */
.footer {
    width: 100%;
    background: url(../img/footer-bg.jpg) top center no-repeat;
    background-size: cover;
    position: relative;
}

.footer .ft-top {
    align-items: center;
    padding-bottom: 35px;
}

.footer .ft-code .imgs {
    display: flex;
}

.footer .ft-code .imgs .img {
    margin-left: 25px;

}

.footer .ft-code .imgs .img span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    background: #fff;
    opacity: .5;
    transition: all 0.5s ease-in-out;
}

.footer .ft-code .imgs .img span::before {
    content: '';
    display: inline-block;
    border-top: 10px solid transparent;
    border-right: 20px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: -17px;
    top: 15px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.footer .ft-code .imgs .img.onx span {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.footer .ft-code .imgs .img.onx span::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.footer .ft-code .imgs .img .code {
    top: 0;
    display: none;
    position: absolute;
    top: -50px;
    width: 115px;
    background: #fff;
}

.ft-code {
    display: flex;
    align-items: center;
}


.ft-code .code {
    display: none;
}

.ft-code .code.onx {
    display: flex;
    flex-wrap: wrap;
}

.ft-code .code .box {
    background: #fff;
    width: 115px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 10px 0 10px;
    border-radius: 10px;
}

.ft-code .code .box img {
    width: 100%;
}

.ft-code .code .box p {
    color: #007147;
    line-height: 25px;
    width: 100%;
    text-align: center;
}


.ft-contact {
    border-top: 1px dashed #2c8968;
    border-bottom: 1px dashed #2c8968;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 85px 0 30px 0;
}

.ft-contact .ft-nav {
    display: flex;
    width: 995px;
    justify-content: space-between;
}

.ft-contact .ft-nav li {
    margin-right: 20px;
}

.ft-contact .ft-nav li.kjyf {
    display: none;
}

.ft-contact .ft-nav h3 {
    margin-bottom: 20px;
}

.ft-contact .ft-nav h3 a {
    font-size: .16rem;
    color: #fff;
    font-weight: bold;
}

.ft-contact .ft-nav ul li {
    margin-bottom: 20px;
    margin-right: 0;
}

.ft-contact .ft-nav ul li a {
    color: #fff;
}

.ft-land {
    padding-left: 35px;
    border-left: 1px dashed #2c8968;
}

.ft-land p {
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px;
}

.ft-banq .gongab {
    justify-content: space-between;
}


.ft-banq p {
    color: rgba(255, 255, 255, .5);
}

.ft-banq p .sjzz {
    float: right;
    color: rgba(255, 255, 255, .5);
}

.ft-banq a {
    margin-right:30px;
    color: rgba(255, 255, 255, .5);
}

/* - */
.mb-header {
    width: 100%;
    height: 60px;
    z-index: 1000;
    position: fixed;
    display: none;
}

.mb-header:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 100%;
    background: url(../img/topmask2.png) center repeat-x;
    background-size: auto 99%;
    z-index: -1;
}

.mb-header .search {
    text-align: right;
}

.mb-header .search a img {
    width: 100%;
}

.mb-header .hInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 5%;
}

.mb-header .logo {
    width: 90%;
    height: 90%;
    display: flex;
    align-items: center;
}

.mb-header .logo a {
    display: inline-block;
    text-align: center;
}

#mbheader .logo img {
    width: 60%;
}


#mbheader .menu {
    width: 20px;
    float: right;
    display: block;
}

#mbheader .menu a {
    width: 20px;
    height: 17px;
    display: block;
    position: relative;
}

#mbheader .menu span {
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#mbheader .menu span:nth-child(2) {
    top: 7px;
}

#mbheader .menu span:nth-child(3) {
    width: 10px;
    top: 15px;
}

#mbheader .menu a:hover span {
    width: 7px;
}

#mbheader .menu a:hover span:nth-child(2) {
    width: 14px;
}

#mbheader .menu a:hover span:nth-child(3) {
    width: 20px;
}


.menuBox {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow-y: auto;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.9);
    -webkit-overflow-scrolling: touch;
}

.menuBox .close {
    width: 24px;
    position: absolute;
    left: 5%;
    top: 15px;
}

.menuBox .close a {
    display: block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.menuBox .close a:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.menuBox .close a img {
    width: 100%;
}

.menuBox ul {
    margin: 99px 0 65px;
}

.menuBox li {
    margin-bottom: 19px;
    text-align: center;
}

.menuBox li a {
    padding-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 18px;
}

.menuBox li a:before {
    display: none;
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: #fff;
    content: "";
}

.menuBox li a:hover:before {
    width: 100%;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3488db;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3488db;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3488db;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}

#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
    transform: rotate(180deg);
}

#scrolltop .layui-icon {
    font-size: 42px;
    color: #fff;
    cursor: pointer;
    background: #1d7b58;
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #fff;
}

/* - */
.nei-banner {
    position: relative;
    width: 100%;
    height: 385px;
    z-index: 1;
}

.nei-banner::before {
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .2);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.nei-banner .img img {
    width: 100%;
}

.nei-banner .nei-weizhi {
    position: absolute;
    bottom: 3%;
    width: 100%;
}

.nei-banner .nei-weizhi .wz-col {
    font-size: .36rem;
    color: #fff;
    font-weight: bold;
}

.nei-banner .nei-weizhi .wz-xian {
    width: 54px;
    height: 2px;
    background: #fff;
    margin: 15px 0 20px 0;
}

.nei-banner .nei-weizhi p {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-size:16px;
}

.nei-banner .nei-weizhi span:last-of-type {
    display: none;
}

.nei-banner .nei-weizhi p a {
    color: #fff;
}

.sub-list {
    width: 100%;
    background: #fff;
    border-radius: 30px 30px 0 0;
    position: relative;
    top: -25px;
    z-index: 9;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.sub-list .sub-nav {
    display: flex;
    flex-wrap: wrap;
}

.sub-list .sub-nav li {
    height: 65px;
    line-height: 65px;
    box-sizing: border-box;
    padding: 0 40px;
}

.sub-list .sub-nav li a {
    font-size: 16px;
    display: inline-block;
}

.sub-list .sub-nav li.on,
.sub-list .sub-nav li:hover {
    background: #007147;
}

.sub-list .sub-nav li.on a,
.sub-list .sub-nav li:hover a {
    color: #fff;
    margin-top: -2px;
}

/* - */

.con-textlist ul.info li {
    background: #fafafa;
    margin-bottom: 33px;
    box-sizing: border-box;
    padding: 20px 25px;
    border: 1px solid #f5f5f5;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.con-textlist ul.info li a {
    display: flex;
    align-items: center;
}

.con-textlist ul.info li .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #e1e1e1;
    transition: all 0.5s ease-in-out;
}

.con-textlist ul.info li .d {
    font-size: .32rem;
    color: #3b3b3b;

}

.con-textlist ul.info li .y {
    color: #a7a7a7;

}

.con-textlist ul.info li .text {
    width: calc(100% - 71px);
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.con-textlist ul.info li .title {
    color: #3b3b3b;
    font-size: .2rem;
    line-height: 26px;
}

.con-textlist ul.info li .desc {
    color: #929292;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
}

.con-textlist ul.info li:hover {
    background: #309578;
    transition: all 0.5s ease-in-out;
}

.con-textlist ul.info li:hover .d,
.con-textlist ul.info li:hover .y,
.con-textlist ul.info li:hover .desc {
    color: #fff;
}

.con-textlist ul.info li:hover .title {
    color: #fff;
    font-weight: bold;
}

.con-textlist ul.info li:hover .dete {
    border-right: 1px solid #59aa93;
    transition: all 0.5s ease-in-out;
}


/* - */
.con-textlist center,
.con-piclist center {
    padding-top: 30px;
}


#pages {
    list-style-type: none;
    text-align: center;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#pages li {
    display: inline-block;
    margin: 0 5px;
}

#pages li a {
    display: inline-block;
    background: #aaa;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: .16rem;
    color: #fff;
    transition: All .4s ease-in;
    -webkit-transition: All .4s ease-in;
    -moz-transition: All .4s ease-in;
    -o-transition: All .4s ease-in;
}
#pages li a:hover,
#pages li.active span {
    background: #007147;
    padding: 10px;
    line-height: 30px;
    color: #fff;
}

/* - */


.con-picture ul.info li .title {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #fafafa;
    text-align: center;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 0 0 10px 10px;
    background: #007147;
    color: #fff;
}

.con-picture ul.infol li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-picture ul.info li .box {
    background: #fff;
    border-radius: 10px;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    border: 1px solid rgba(0, 0, 0, .1);
}

.con-picture ul.info li.ryzz .img {
    box-sizing: border-box;
    padding: 15px;
}

.con-picture ul.info li.ryzz .title {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.con-picture ul.info li .img {
    overflow: hidden;
    border-radius: 10px 10px 0 0;

}

.con-picture ul.info li .img img {
    width: 100%;
    /* aspect-ratio: 16/9; */
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-picture ul.info li:hover .title {
    background: #007147;
    color: #fff;
}

.con-picture ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* - */
.con-piclist ul.info li {
    margin-bottom: 30px;
    background: #fafafa;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);

}

.con-piclist ul.info li a {
    display: flex;
    color: #2a2a2a;
}

.con-piclist ul.info li .text {
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.con-piclist ul.info li .desc {
    color: #888;
    line-height: 2;
    margin: 12px 0 26px 0;
}

.con-piclist ul.info li .title {
    color: #353535;
    font-size: 16px;
    font-weight: bold;
}

.con-piclist ul.info li .dete {
    color: #888;
    font-size:16px;
}

.con-piclist ul.info li .img {
    width: 25%;
    overflow: hidden;
    max-height: 200px;
}

.con-piclist ul.info li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.con-piclist ul.info li .text {
    width: 75%;
}

.con-piclist ul.info li:hover {
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%) !important;
}

.con-piclist ul.info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.con-piclist ul.info li:hover .title {
    color: #007147;
    font-weight: bold;
}

.con-piclist ul.info li:hover .dete {
    color: #007147;
}

/* - */
.con-detail {
    margin-bottom: 40px;
}

.con-detail .detail {
    padding: 25px;
    border: 1px solid #e5e5e5;
}

.con-detail .detail .title {
    font-size: .24rem;
    font-weight: bold;
    color: #353535;
    text-align: center;
}

.con-detail .detail .timer {
    text-align: center;
    line-height: 25px;
    margin-bottom: 5px;
    margin-top: 13px;
}

.con-detail .detail .timer span {
    color: #444;
    opacity: .5;
    margin: 0 3px;
}


.con-detail .detail .dtl {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 35px 0;
    width: auto;
}

.con-detail .detail .dtl p {
    font-size: 14px;
    line-height: 2;
    color: #555;
    margin-bottom: 10px;
}

.con-detail .detail .dtl p img {
    max-width: 100%;
    height: auto !important;
}

.detail .detail-page {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail .detail-page p a {
    color: #3d3d3d;
    font-size: .16rem;
}

.detail .detail-page p a:hover {
    color: #007147;
    font-weight: bold;
}

.con-danye {
    margin-bottom: 40px;
}

.con-danye .danye {
    padding: 25px;
    border: 1px solid #e5e5e5;
}

.con-danye .danye .dtl {
    padding-top: 25px;
    width: auto;
}

.con-danye .danye .dtl p {
    font-size: .14rem;
    line-height: 2;
    color: #555;
    margin-bottom: 10px;
}


/* - */

.con-link ul li {
    box-sizing: border-box;
    padding: 10px 15px;
    border: 1px solid #e2e2e2;
    margin-right: 26px;
    width: 145px;
    margin-bottom: 10px;
    text-align: center;
}


.con-link ul li a {
    color: #000;
    font-size: 15px;
}

.con-link ul li.li6,
.con-link ul li.li12,
.con-link ul li.li18 {
    margin-right: 0;
}

.con-link ul li:hover {
    background: #0052a4;
}

.con-link ul li:hover a {
    color: #fff;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.three-navlist a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    color: #007147;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 45px;
    margin-right: 20px;
    font-size: .20rem;
    transition: all 0.5s ease-in-out;
}

.three-navlist a.on,
.three-navlist a:hover {
    background: #007147;
    font-weight: bold;
    color: #fff;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

/* -- */
#prevnext {
    display: flex;
    justify-content: space-between;
}

#prevnext li {
    width: 100%;
    height: 50px;
    line-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

#prevnext li.next {
    text-align: right;
}

#prevnext li a {
    font-size: 16px;
    color: #3c3c3c;
}

#prevnext li:hover a {
    font-weight: bold;
    color: #007147;
}

/* -- */

.ft-links .box {
    width: 80%;
    height: 40px;
    opacity: 1;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
}

.ft-links .box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    height: 40px;
    width: 100%;
    margin: 0;
    position: relative;
    text-align: center;
}



.ft-links .box ul {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 40px;
    display: none;
    overflow-y: scroll;
}

.ft-links .box:hover ul {
    display: block;
}

.ft-links .box ul li {
    text-align: center;
    line-height: 40px;
    margin: 0 10px;
    border-bottom: 1px dashed #007147;
}

.ft-links .box ul li:hover a {
    color: #007147;
}

.ft-links .box ul li a {
    color: #333;
}


/* -------------------------- */

.main-top {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 9;
    overflow: hidden;
}

.parallax>use {
    animation: move-forever 12s linear infinite;
    transform-origin: 50% 50%;
}

.parallax>use:nth-child(1) {
    animation-delay: -2s;
}

.parallax>use:nth-child(2) {
    animation-delay: -2s;
    animation-duration: 5s;
}

.parallax>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 3s;
}

@keyframes move-forever {
    0% {
        transform: translate(-90px, 0%);
    }

    100% {
        transform: translate(85px, 0%);
    }
}

.editorial {
    display: block;
    width: 100%;
    height: 210px;
    margin: 0;
}

/* ------------- */

.header.active {
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.header.active:before {
    display: none;
}

.header.active .hd-nav li>a,
.header.active .rlink a {
    color: #333;
}

.header.active .rlink-bth {
    border: 1px solid #666;
}

.header .logo img {
    max-width: 260px;
}

.header .logo .img2,
.header .rlink .search .img2 {
    display: none;
}

.header.active .logo .img2,
.header.active .rlink .search .img2 {
    display: block;
}

.header.active .logo .img1,
.header.active .rlink .search .img1 {
    display: none;
}

/* ---------------------------- */

.tablist .bd {
    margin-top: 30px;
}

.tablist .con li.f {
    height: 92px;
    box-sizing: border-box;
    padding: 10px;
    background: none;
}

.tablist .con li.n {
    border: none;
    padding: 11px 0;
}

.tablist .con li.n:last-of-type {
    padding-bottom: 0;
}

.tablist .con li.n a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tablist .con li.n .dete {
    width: 92px;
    text-align: right;
}

.tablist .con li.n .title {
    flex: 1;
    width: calc(100% - 92px);
    box-sizing: border-box;
    padding-left: 10px;
}

.tablist .con li.n .title::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #007147;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 25px;
}

#guestbook .error,
#guestbook2 .error {
    color: red;
}

.rightadv {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -100px;
    z-index: 9999;
}
.tjjlist .jtjj-right1{
    width:40%;
}
.tjjlist .jtjj-right1 img{
    width:100%;
}
.tjjlist .jtjj-left1{
    width:57%;
}
.jtjj-left1 .desc{
    opacity: 1;
    text-indent: 0;
}
.jtjj-left1 .desc h1{
    font-size: .24rem;
    font-weight: bold;
    color: #353535;
    text-align: left;
    border-bottom: 1px dashed #ddd;
    padding-bottom:10px;
    margin-top:10px;
    margin-bottom:20px;
}
.jtjj-left1 .desc p  strong a{
    font-size:28px;
    color: #007147;
}
.jtjj-left1 .desc p{
color:#888;
font-size:16px;
line-height: 2;
margin-bottom:10px;
}
.but {
    background-image: linear-gradient(#177380, #359e63);
    box-shadow: 0 0 1px #ffff00;
    border-radius: 3px;
    color: #fff;
    display: block;
    overflow: hidden;
    width: 120px;
    line-height: 40px;
    text-align: center;
    margin-top:40px
}
.detail .tjjlist{
    padding-bottom:40px;
}
.alltitle{
    text-align:center;
    margin-bottom: 3%;
}
.alltitle .en{
    font-family: Arial;
    font-size:60px;
    color:#e6e6e6;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 52px;
}
.alltitle .fir{
    font-size:40px;
    color:#333333;
    font-weight: bold;
    margin-top: -35px;
}
.alltitle .fir span{
    color: #007147;
    line-height: 2;
    font-size: 30px;
}
.alltitle .sec{
    font-size:16px;
    color:#333333;
    margin-top: 25px;
    font-weight: 550;
}
.alltitle .line {
    width: 40px;
    height: 8px;
    background: #007147;
    margin: 1% auto 0 auto;
}
.text .title {
    font-weight: bold;
    font-size: 20px;
    color: #888;
    margin-bottom: 3%;
    background: url(../images/douhao.png) no-repeat left top;
    text-align: justify;
    line-height: 2;
}