.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container {
    width: 100%;
    min-width: 1220px;
}

.center {
    width: 1220px;
    margin: 0 auto;
}

body {
    background: url(../images/bg1.jpg) no-repeat top center/100% auto;
    background-color: #fff6e3;
}

.bg-green {
    background-color: #247f48;

}
.top{
    height: 42px;
    line-height: 42px;
}
.tip {

    color: #fff;
    font-size: 14px;
    color: #ffffff;
    display: flex;
    position: relative;
    align-items:center;
}
.bh-weixin{
    padding: 0 15px;
}
.tip .icon {
    width: 17px;
    height: 13px;
    display: block;
    margin-right: 6px;
}
.tip .icon img {
    width: 100%;
    height: 100%;
    display: block;
}
.tip div.bh-hideweixin { 
    width:150px; 
    height:150px; 
    position:absolute; 
    top:42px; 
    left:-15px; 
    background:url(../images/weixin-bg-b.png) no-repeat center center; 
    background-size:cover; 
    overflow:hidden; 
    display:none; 
    z-index:90;
}
.tip div.bh-hideweixin img {
    display: block;
    margin: 12px auto 0px auto;
}


.m-pt {
    margin-top: 39px;
    margin-bottom: 28px;
}

.logo {
    width: 549px;
    height: 92px;
    overflow: hidden;
}
.logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.nav_bar {
    width: 100%;
    height: 60px;
    line-height: 60px;
}
.nav_bar .nav_link {
    flex: 1;
    color: #fff;
    text-align: center;
    display: block;
    background: url(../images/line.png) no-repeat right center;
    font-size: 17px;
}
.nav_bar .nav_link:nth-last-of-type(1){
    background: none;
}
.nav_bar .nav_link:hover,.nav_bar .nav_link.hover{
    background: #e63030;
}
.section {
    background-color: #fff;
    box-shadow: 0px 3px 24px 0px rgba(255, 192, 78, 0.15);
    box-sizing: border-box;
    padding: 10px;
    padding-bottom: 40px;
}

.swiper-bulletin {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.swiper-home {
    width: 595px;
    height: 380px;
    position: relative;
    overflow: hidden;
}
.swiper-home .swiper-slide {
    position: relative;
}
.swiper-home .swiper-slide img {
    width: 100%;
    height: 100%;
}
.swiper-home .swiper-slide .text {
    height: 55px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 100px 0 20px;
    box-sizing: border-box;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 55px;
}
.swiper-home .swiper-pagination {
    display: flex;
    justify-content: flex-end;
    bottom: 20px !important;
    padding-right: 20px;
    box-sizing: border-box;
}
.swiper-home .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}
.swiper-home .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #247f48;
    width: 25px;
    border-radius: 5px;
}

.bulletin {
    width: 580px;
}

.mod-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}
.mod-head .more {
    font-size: 14px;
    color: #888888;
}
.mod-head .head {
    width: 110px;
    height: 44px;
    background: #247f48;
    text-align: center;
    line-height: 44px;
    color: #fff;
}
.mod-head .title {
    font-size: 20px;
    font-weight: bold;
    color: #247f48;
    margin-bottom: 13px;
    padding-left: 6px;
    box-sizing: border-box;
    border-left: 3px solid;
}

.list .li {
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    margin-top: 24px;
}
.list .li::after {
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #cbd5e0;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
}
.list .li .link {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list .li .link .text {
    color: #444444;
    width: 85%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.list .li .link .date {
    font-size: 12px;
    color: #999999;
}

.news {
    width: 580px;
}
.news .mod-head .more {
    align-self: flex-start;
    margin-top: 5px;
}

.banner {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-top: 30px;
}
.banner img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.mt-30 {
    margin-top: 30px;
}

.info {
    width: 580px;
}
.info .info-img {
    width: 100%;
    height: 110px;
    overflow: hidden;
    margin-top: 20px;
}
.info .info-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.info .info-desc {
    font-size: 14px;
    color: #555555;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 20px;
    margin-bottom: 15px;
}
.info .info-desc a {
    color: #247f48;
}
.info .btn {
    width: 184px;
    height: 98px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.info .btn:nth-child(1) {
    background: #db4453;
}
.info .btn:nth-child(2) {
    background: #ffae00;
}
.info .btn:nth-child(3) {
    background: #1bbd7e;
}
.info .btn .info-icon {
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin-right: 10px;
}
.info .btn .info-icon img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.info .btn span {
    font-size: 18px;
    color: #ffffff;
}

.bg-white {
    background-color: #fff;
}

.links {
    padding: 20px 0 30px 0;
    margin-top: 20px;
}
.links .link-wrapper {
    display: flex;
    margin-top: 20px;
}
.links .link-wrapper .a {
    width: 190px;
    height: 54px;
    margin-right: 10px;
}
.links .link-wrapper .a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer .left-footer p {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
}
.footer .left-footer p a {
    color: inherit;
}

.nav-coll {
    display: flex;
}
.nav-coll a {
    display: flex;
    color: #fff;
    font-size: 15px;
}
.nav-coll a:last-child::after {
    display: none;
}
.nav-coll a::after {
    content: "|";
    position: relative;
    top: -1px;
    display: block;
    margin: 0 10px;
}

.right-footer .code-img {
    width: 98px;
    height: 98px;
    overflow: hidden;
}
.right-footer .code-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.right-footer span {
    font-size: 14px;
    color: #ffffff;
    display: block;
    text-align: center;
    margin-top: 10px;
}

.aside-container {
    width: 260px;
}
.aside-container .aside-head {
    height: 84px;
    background: #247f48;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.aside-container .aside-head .aside-title-cn {
    font-size: 26px;
}
.aside-container .aside-head .aside-title-en {
    font-size: 14px;
    margin-top: 12px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.aside-container .aside-content {
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #ededed;
}
.aside-container .aside-content .link {
    display: flex;
    justify-content: space-between;
    height: 42px;
    background-color: rgba(233, 242, 236, 0.9);
    border-radius: 21px;
    align-items: center;
    box-sizing: border-box;
    padding: 0 20px;
    color: #444444;
    margin-bottom: 10px;
}
.aside-container .aside-content .link:last-child {
    margin-bottom: 0;
}
.aside-container .aside-content .link:hover, .aside-container .aside-content .link-active {
    background-color: #247f48;
    color: #fff;
}
.aside-container .aside-content .link:hover .icon, .aside-container .aside-content .link-active .icon {
    color: #fff;
}
.aside-container .aside-content .link .icon {
    font-weight: bold;
    color: #247f48;
}
.page-content{
    margin-top: 30px;
    line-height: 28px;
    font-size: 16px;
}
.content-list {
    width: 900px;
}
.content-list .content-list-head {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
    margin-top: 35px;
    padding-bottom: 23px;
    border-bottom: 1px solid #eaeaea;
    color: #888888;
}
.content-list .content-list-head .icon {
    width: 15px;
    height: 13px;
    overflow: hidden;
    margin-right: 10px;
}
.content-list .content-list-head .icon img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.content-list .content-list-head .space-icon {
    margin: 0 5px;
}
.content-list .content-list-head .link {
    color: #888888;
}
.content-list .content-list-head .link-active {
    color: #247f48;
}
.content-list .sub-page .date {
    font-size: 14px !important;
}



.about-wrapper-content {
    margin-top: 30px;
    line-height: 28px;
}
.about-wrapper-content .news-link {
    margin-top: 25px;
}
.about-wrapper-content .news-a {
    width: 785px;
}
.about-wrapper-content .news-time {
    width: 88px;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.xwd-capition{width:100%;height:118px;border-bottom:1px solid #ededed;}
.xwd-capition>h3{font-size:23px;color:#222222;margin-top:40px;width:100%;text-align:center;line-height: 36px;}
.xwd-capition>p{font-size:14px;color:#aaaaaa;margin-top:20px;width:100%;text-align:center;}
.xwd-content{width:100%;min-height:500px;overflow:auto;color:#666666;font-size:16px;line-height:32px;margin-top:30px;margin-bottom:30px;}
.xwd-content img{max-width:100%;height:auto;}
.xwd-content>p{color:#666666;font-size:14px;line-height:26px;}
.xwd-cut{width:100%;border-top:1px solid #ededed;border-bottom:1px solid #ededed;height:90px;margin-bottom:80px;}
.xwdc-left{height:100%;width:80%;}
.xwdc-left>a{display:block;height:28px;line-height: 28px;margin-top:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;}
.xwdc-right{width:130px;height:100%;overflow:hidden;margin-top:25px;}
.xwdc-right>a{display:block;width:100%;height:40px;line-height:40px;background-color: #ececec;color:#666666;text-align:center;}
.xw-detail .xwd-item-active{display:block;}



