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

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

.clearfix:after, .clearfix::before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
}

body {
    line-height: 1;
}

.header {
    width: 100%;
    height: 920px;
    min-width: 1440px;
}

.swiper-header {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-header img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nav-header {
    position: absolute;
    width: 1440px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    left: 0;
    top: 30px;
    right: 0;
    margin: 0 auto;
}
.nav-header .logo {
    width: 420px;
    height: 70px;
}
.nav-header .logo a,
.nav-header .logo img {
    width: 100%;
    height: 100%;
    display: block;
}
.nav-header .nav-list {
    display: flex;
    align-items: center;
}
.nav-header .link {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-left: 60px;
}
.nav-header .link:hover,.nav-header .link.hover {
    color: #04a059;
}

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

.center-box {
    width: 1440px;
    margin: 0 auto;
}

.company-introduction {
    display: flex;
    justify-content: space-between;
    padding: 57px 0 100px 0;
    box-sizing: border-box;
}
.company-introduction .img {
    width: 716px;
    height: 508px;
    overflow: hidden;
    flex-shrink: 0;
}
.company-introduction .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.company-introduction .company-info {
    width: 680px;
    box-sizing: border-box;
    padding-top: 40px;
    background: url(../images/bg1.png) no-repeat 300px 220px;
}
.company-introduction .company-info > h3 {
    font-size: 36px;
    color: #373737;
    font-family: GEETYPE;
    font-weight: 600;
    line-height: 1;
}
.company-introduction .company-info > h4 {
    font-size: 28px;
    color: #373737;
    font-weight: 600;
    margin-top: 20px;
}
.company-introduction .company-info > p {
    font-size: 16px;
    font-weight: 400;
    color: #444444;
    line-height: 34px;
    margin-top: 35px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.company-introduction .company-info .more {
    margin-top: 45px;
    display: inline-block;
    width: 168px;
    height: 48px;
    background: #04a059;
    border-radius: 24px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.company-introduction .company-info .video{
    /*
    color: #04a059;
    border: 1px solid #04a059;
    background: none;
    */
    margin-left: 10px;
}
.company-introduction .company-data {
    display: flex;
    margin-top: 75px;
}
.company-introduction .company-data .space_icon {
    width: 1px;
    height: 50px;
    background: #e0e0e0;
    margin: 0 30px;
}
.company-introduction .company-data .num {
    color: #04a059;
    display: flex;
    align-items: flex-end;
}
.company-introduction .company-data .num .text {
    font-size: 40px;
    font-weight: 700;
    line-height: 35px;
}
.company-introduction .company-data .num .unit {
    font-size: 22px;
    line-height: 22px;
    margin-left: 2px;
}
.company-introduction .company-data .data {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.company-introduction .company-data .data .desc {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 25px;
}

.mod-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mod-head h3 {
    font-size: 40px;
    font-weight: 600;
    color: #373737;
}
.mod-head h4 {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-top: 27px;
}

.product-bg {
    background: url(../images/bg2.png) no-repeat center center/100% 100%;
}

.product-center {
    box-sizing: border-box;
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
}
.product-center .product-swiper {
    overflow: hidden;
    position: relative;
    margin-top: 75px;
}
.product-center .product-item .img {
    width: 100%;
    height: 334px;
    -webkit-user-select: none;
    user-select: none;
}
.product-center .product-item .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.product-center .product-item .text {
    width: 337px;
    height: 72px;
    background: #ffffff;
    box-shadow: 0px 5px 29px 0px rgba(154, 159, 180, 0.22);
    text-align: center;
    line-height: 72px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-center .product-button {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 1440px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 20;
    height: 48px;
    transform: translateY(45px);
    pointer-events: none;
}
.product-center .product-button .prev {
    transform: translateX(-120%);
}
.product-center .product-button .next {
    transform: translateX(120%);
}
.product-center .product-button .button {
    pointer-events: auto;
    width: 48px;
    height: 48px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.product-center .product-button .button img {
    -webkit-user-select: none;
    user-select: none;
    width: 12px;
    height: 21px;
}

.news-bg {
    background: url(../images/bg3.png) no-repeat center center/100% 100%;
}

.news-center {
    padding: 75px 0 100px 0;
}
.news-center .mod-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.news-center .mod-head h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
}
.news-center .mod-head h4 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 27px;
}
.news-center .news-box {
    margin-top: 70px;
    height: 448px;
    display: flex;
}
.news-center .news-img {
    width: 653px;
    height: 448px;
    position: relative;
    margin-right: 10px;
    flex-shrink: 0;
}
.news-center .news-img img{
    width: 100%;
    height: 100%;
}
.news-center .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 117px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.15));
    box-sizing: border-box;
    padding: 80px 50px 20px 50px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-center .news-list {
    flex: 1;
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 55px;
}
.news-center .more-news {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    width: 100px;
    font-size: 18px;
    font-weight: 400;
    color: #04a059;
    margin-top: 27px;
    margin-bottom: 27px;
}
.news-center .more-news .icon_bar {
    width: 23px;
    height: 9px;
    overflow: hidden;
    margin-left: 8px;
}
.news-center .more-news .icon_bar img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.news-center .news-title {
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.news-center .news-p {
    font-size: 15px;
    font-weight: 400;
    color: #888888;
    line-height: 24px;
    height: 48px;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 37px;
}
.news-center .news-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #04a059;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.news-center .news-foot span {
    font-weight: 400;
}
.news-center .news-foot a {
    font-weight: bold;
}
.news-center .news-item {
    display: block;
    width: 100%;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e8e8e8;
}
.news-center .news-item p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    width: 560px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-center .news-item span {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.elegant-manners {
    padding: 70px 0 80px 0;
}
.elegant-manners .elegant-x {
    height: 389px;
    margin-top: 70px;
    position: relative;
}
.elegant-manners .elegant-swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 45px;
    box-sizing: border-box;
}
.elegant-manners .elegant-slide {
    position: relative;
}
.elegant-manners .elegant-slide img {
    width: 100%;
    height: 100%;
}
.elegant-manners .elegant-slide .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 57px;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 57px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.elegant-manners .elegant-pagination {
    display: flex;
    justify-content: center;
    z-index: 20;
    bottom: 0;
    position: absolute;
    opacity: 1;
}
.elegant-manners .elegant-pagination .swiper-pagination-bullet {
    border-radius: 0;
    display: block;
    width: 40px;
    height: 5px;
    background: #bfbfbf;
    opacity: 0.6;
}
.elegant-manners .elegant-pagination .swiper-pagination-bullet-active {
    background: #04a059;
    opacity: 1;
}

.footer-bg {
    background: url(../images/bg4.png) no-repeat center center/100% 100%;
}

.footer {
    height: 255px;
    display: flex;
    align-items: center;
}
.footer .logo {
    width: 325px;
    height: 152px;
    overflow: hidden;
}
.footer .logo img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer .space_ {
    width: 1px;
    height: 160px;
    background: #ffffff;
    opacity: 0.1;
    margin: 0 80px;
}
.footer .info {
    display: flex;
    align-items: center;
}
.footer .info .label {
    width: 84px;
    font-size: 16px;
    font-family: Microsoft YaHei UI;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
}
.footer .info .num {
    font-size: 48px;
    font-family: GEETYPE;
    font-weight: normal;
    color: #ffffff;
}
.footer .info .text {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}
.footer .erweima {
    width: 140px;
    height: 166px;
    overflow: hidden;
    margin-left: auto;
}
.footer .erweima img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.footer-cp {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
}

.footer-cp-bg {
    background-color: rgba(10, 10, 10, 0.5);
}

.sub-header {
    padding: 20px 0;
}
.sub-header .nav-header {
    position: static !important;
}
.sub-header .link {
    color: #1e1e1e;
}

.sub-banner {
    width: 100%;
}
.sub-banner img {
    width: 100%;
}

.product-types {
    height: 80px;
    background: #ffffff;
    box-shadow: 0px -1px 16px 0px rgba(236, 239, 237, 0.89);
    border-radius: 9px;
    display: flex;
    margin: 60px 0;
}
.product-types .type {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    position: relative;
    box-sizing: border-box;
    cursor: pointer;
}
.product-types .type::after {
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background: #c3c3c3;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.product-types .type:last-child::after {
    display: none;
}
.product-types .active {
    color: #333333;
    font-weight: 600;
    border-bottom: 1px solid #04a059;
}

.products-box {
    margin-bottom: 100px;
}

.products-ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.products-ul .products-li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: 337px;
}
.products-ul .products-li:nth-child(4n) {
    margin-right: 0;
}
.products-ul .link {
    display: block;
}
.products-ul .img {
    width: 100%;
    height: 334px;
}
.products-ul .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}
.products-ul .text {
    text-align: center;
    padding: 30px 0;
    background-color: #f2f2f2;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
}
.clear{
    clear: both;
}
.honorary-bg {
    background: url(../images/bg5.png) no-repeat center center/100% 100%;
}

.honorary {
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;
}
.honorary .honor {
    margin-right: 23px;
    margin-bottom: 23px;
    width: 342px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 25px 20px 0 20px;
}
.honorary .honor:nth-child(4n) {
    margin-right: 0;
}
.honorary .honor .img {
    width: 100%;
    height: 208px;
}
.honorary .honor .img img{
	width:100%;
	height:100%;
	-o-object-fit: contain;
    object-fit: contain;
}
.honorary .honor .name {
    padding: 25px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #4e4e4e;
}

.news-poster {
    display: flex;
}
.news-poster .img {
    width: 637px;
    height: 414px;
    flex-shrink: 0;
}
.news-poster .img img {
    width: 100%;
    height: 100%;
    display: block;
}
.news-poster .poster-desc {
    box-sizing: border-box;
    padding: 50px 70px;
    width: 803px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
}
.news-poster .poster-desc h4  a{
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    line-height: 44px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-poster .poster-desc span {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    margin-top: 25px;
}
.news-poster .poster-desc p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 30px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 85px;
}
.news-poster .poster-desc a {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: auto;
}

.sub-news-ul {
    margin-top: 40px;
}
.sub-news-ul .sub-news-li {
    display: flex;
    padding: 30px 0;
    border-bottom: 1px dashed #bfbfbf;
}
.sub-news-ul .time {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 118px;
    color: #fff;
    margin-right: 50px;
    background: url(../images/bg6.png) no-repeat center center/100% 100%;
}
.sub-news-ul .time .day {
    font-size: 38px;
    font-weight: 500;
    color: #ffffff;
}
.sub-news-ul .time .year {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    margin-top: 20px;
}
.sub-news-ul .desc{
	flex:1;
}
.sub-news-ul .desc h4  a{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.sub-news-ul .desc p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 25px;
}
.sub-news-ul .desc a.more {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 20px;
    display: block;
}

.sub-contact {
    padding: 70px 0;
}

.contact-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-head .contact-left {
    display: flex;
    flex-direction: column;
}
.contact-head .contact-left h4 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}
.contact-head .contact-left .info {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    margin-top: 26px;
}
.contact-head .contact-right {
    display: flex;
    align-items: center;
}
.contact-head .contact-right .con {
    display: flex;
    flex-direction: column;
}
.contact-head .contact-right .title {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: right;
}
.contact-head .contact-right .text {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-top: 15px;
}
.contact-head .contact-right .img {
    width: 139px;
    height: 139px;
    overflow: hidden;
    margin-left: 30px;
}
.contact-head .contact-right .img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}

.sub-contact-map {
    height: 606px;
    width: 100%;
    margin-top: 55px;
}

.left-brief {
    width: 910px;
}
.left-brief h4 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}
.left-brief span {
    font-size: 36px;
    font-weight: 400;
    color: #04a059;
    margin-top: 20px;
    display: block;
}
.left-brief p {
    font-size: 16px;
    font-weight: 400;
    color: #888888;
    line-height: 32px;
    margin-top: 45px;
}
.left-brief h5 {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    margin-top: 80px;
}

.right-img {
    width: 403px;
    height: 698px;
    overflow: hidden;
}
.right-img img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.main-content {
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.xwd-capition{width:100%;height:118px;}
.xwd_title{font-size:26px;color:#222222;padding-top:20px;width:100%;text-align:center;}
.xwd_time{font-size:14px;color:#aaaaaa;margin-top:20px;width:100%;text-align:center;}
.xwd-content{width:100%;min-height:100px;color:#666666;font-size:14px;line-height:26px;margin-top:20px;margin-bottom:30px;}
.xwd-cut{width:100%;border-top:1px solid #ededed;height:90px;margin-bottom:30px;}
.xwd-cut a:hover{color:#0084ff;}
.xwdc-left{height:100%;width:48%;float: left}
.xwdc-left>a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}
.xwdc-right{width:48%;height:100%;float: right;}
.xwdc-right>a{display:block;width:100%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}
