@charset "utf-8";
p {
    margin-bottom: 0px;
}

.nav {
    flex-wrap: nowrap
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.nav2 {
    display: flex;
    height: 90px;
    width: 100%;
    min-width: 1200px;
    align-items: center;
    padding: 0 50px;
    justify-content: space-between;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #f5f5f5;
    transition: 0.5s;
}


.nav2list {
    display: flex;
    margin: 0px auto;
    width: 1200px;
    align-items: center;
    justify-content: space-around;
}

.nav2 .nav2list a {
    justify-content: center;
    width: 400px;
    display: flex;
    align-items: center;
    height: 90px;
    transition: width 0.5s;
}

.active-nav2 {
    border-bottom: 2px solid #d70c5d;
    color: #d70c5d;
}

.nav2 .nav2list a:hover {
    border-bottom: 2px solid #d70c5d;
    transition: width 0.5s;
    color: #d70c5d;
    transition-property: width;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.bannerBox {
    width: 100%;
    margin-top: 123px;
}

.bannerBox img {
    width: 100%;
}


/*党群工作*/


.content_dangqun {
    width: 1200px;
    margin: 50px auto 30px;
}

.dangjiandongtai {
}

.dangjiandongtai ul li {
    display: flex;
    align-items: center;
    margin: 0 0;
    padding-top: 40px;
    padding-left: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc;
}

.dangjiandongtai .date {
    font-size: 24px;
    width: 90px;
    height: 114px;
    background-color: #D70B5D;
    margin-right: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.dangjiandongtai .date .month {

}

.dangjiandongtai .day {
    font-weight: bold;
}

.dangjian_news {
    width: 1000px;
}

.dangjiandongtai ul li .dangjian_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    display: block; /*内联对象需加*/
 /*   width: 31em;*/
    word-break: keep-all; /* 不换行 */
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */

}

.dangjiandongtai ul li .news {
    /*text-indent: 2em;*/
    color: #999999;
    font-size: 16px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */
}

.dangjiandongtai ul li .news a {
    color: #D70B5D;
}

.dangjiandongtai ul li a:hover {
    color: #D70B5D;
}

.dangjian_bg {
    background: #f5f5f5;
}

.fenye{ text-align: center;}
.page-item.active .page-link{ background: #d70c5d;border-color:#d70c5d;}
.page-link{ color:#333333;}
.fenye a {
    display: inline-block;
    padding: 0.5rem 0.75rem;
    margin-left: -5px;
    line-height: 1.25;
    color: #333333;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.fenye span {
    margin-left: -1px;
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    margin-left: -5px;
    display: inline-block;
    border: 1px solid #d70c5d;
    background-color: #d70c5d;
    color: #fff !important;
}

.page-item.active .page-link {
    background: #d70c5d;
    border-color: #d70c5d;
}

.page-link {
    color: #333333;
}


/*劳模先锋*/

.piclist {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.picbox {
    width: 382px;

}

.picbox img {
    width: 100%;
    height: auto;
}

.picbox p {
    background: #f7f6f1;
    padding: 10px 20px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;

}

.content_dangqun > .row-cols-3 > .col {
    padding-top: 30px;
    padding-bottom: 30px;
}

.picbox p a:hover {
    color: #d70c5d;
}


/*视频专区*/
.videobox {
    width: 570px;
    position: relative;
}

.videobox img {
    width: 100%;
  /*  height: auto;*/
}

.videobox p {
    background: #f7f6f1;
    padding: 20px 20px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
}

.content_dangqun > .row-cols-2 > .col {
    padding-top: 30px;
    padding-bottom: 30px;
}

.videobox p a:hover {
    color: #d70c5d;
}

.btn {
    position: absolute;
    left: 40%;
    top: 32%;
}


/*群团工作*/
.picbox_quntuan {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.quntuan_title {
    font-weight: bold;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 18px;
    line-height: 40px;
    white-space: nowrap; /* 不换行 */
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容 */

}

.quntuan_title a:hover {
    color: #d70c5d;
}

.quntuan_box .quntuan_text {
    /*text-indent: 24px;*/
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 54px;
    color: #666666;
    margin-top: 0.375rem;
    margin-bottom: 30px;
}

/*.quntuan_box .quntuan_text:before{ content: "" ;border-bottom: 1px solid #e9e9e9;}*/
.quntuan_text {
    padding: 10px 0 20px 10px;
    font-size: 14px;
    line-height: 24px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;


}

.zhushi {
    border-top: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    height: 90px;
    justify-content: space-between;
}

.zhushi .date .day {
    font-size: 22px;
    color: #d70c5d;
}

.zhushi .date .month {
    color: #666;
    font-size: 12px;
}

.newsbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsbox .left {
    width: 50%;
}

.newsbox .left img {
    width: 100%;
    height: auto;
}

.newsbox .right {
    width: 50%;
    height: 393px;
}

.newsbox .right ul li {
    height: 131px;
    padding-right: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-left: 20px;
}

.newsbox .right .quntuan_text {
    border: 0;
    padding: 10px 0 0px 10px;
    font-size: 14px;
    line-height: 24px;
   /* text-indent: 32px;*/
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsbox .right
ul li:hover, .newsbox .right ul li.active {
    color: #fff !important;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: #d70c5d;
    transition: .5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    border: 0px;

}

.newsbox .right .quntuan_title
ul li:hover, .newsbox .right ul li.active p.quntuan_text {
    color: #fff !important;
}


.newsbox .right ul li
.quntuan_title a:hover, .newsbox .right p a:hover
.newsbox .right p:active {
    color: #fff;
}

/*领导关怀*/
.content_dangqun .guojia .title {
    font-size: 28px;
    line-height: 1.5;
    text-align: left;
    padding: 20px;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
    margin-bottom: 40px;
    background: none;
}

.content_dangqun .guojia .title:before {
    content: "";
    width: 3px;
    height: 30px;
    background: #d70c5d;
    position: absolute;
    left: 0;
    bottom: 26px;
}

.lingdao_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lingdaoBox {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 30px;
    height: 385px;
    overflow: hidden;
}

.lingdaoBox img {
    text-align: center;
    width: 280px;
    height: 200px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: all 0.6s;
}


.lingdaoBox img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}


.lingdao_title {
    font-size: 18px;
    line-height: 32px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e9e9e9;
}

.lingdao_text {
    padding: 15px 20px 10px 0px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
}


/*集团简介*/
.jianjie {
    margin-bottom: 180px;
}

.jianjie_title {
    padding-bottom: 36px;
    margin-top: 90px;
    font-size: 42px;
    color: #d70c5d;
    border-bottom: 1px solid #dcdcdc;
}

.jianjie_text {
    padding: 50px 20px 50px 20px;
    font-size: 16px;
    line-height: 36px;
}

.jianjie .picbox_l {
    width: 319px;
    height: 404px;
    overflow: hidden;
}

.jianjie .picbox_m {
    width: 370px;
    overflow: hidden;
}

.jianjie .picbox_r {
    width: 480px;
    height: 404px;
    overflow: hidden;
}

.jianjie .picbox {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.jianjie .picbox img {
    cursor: pointer;
    transition: all 0.6s;
}

.jianjie .picbox img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.jianjie_text p {
    text-indent: 2em;
}


/*集团荣誉*/
/*头部轮显*/

.honorbox-01 {
    padding-bottom: 1.25rem;
}

element.style {
}

.secwen.animate {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 1s;
}

.honorbox-01 {
    padding-bottom: 1.25rem;
}

.secwen {
    opacity: 0;
    filter: alpha(opacity=0);
    transform: translateY(30px);
    transition: .8s;
}

.honorbox01-swiper {
    position: relative;
}

.w1125 {
    width: 1125px;
    margin: 0 auto;
}

.honorbox01-swiper {
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 4.25rem;
    background: url(img/img12.png) no-repeat bottom;
    background-size: 100%;
}

.honorbox01-swiper .items {
    line-height: 1.2;
}

.j-honor .img {
    overflow: hidden;
}

.j-honor .img img {
    transition: .5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

img.w100 {
    width: 100%;
}

.honorbox01-swiper .words {
    padding: .2rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.honorbox01-swiper .tit {
    font-size: 20px;
    color: #000;
}

.honorbox01-swiper .txt {
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    margin-top: 10px;
}

.honorbox01-swiper .swiper-slide {
    opacity: 0;
}

.honorbox01-swiper .swiper-slide-prev, .honorbox01-swiper .swiper-slide-next, .honorbox01-swiper .swiper-slide-active {
    opacity: 1;
}

.con-swiper .buts {
    font-size: 0;
    text-align: center;
}

.honorbox01-swiper .swiper-button-prev {
    background-image: url(img/l0.png);
    background-repeat: no-repeat;
    left: -23px;
    background-size: 100%;
}

.honorbox01-swiper .swiper-button-prev, .honorbox01-swiper .swiper-button-next {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #efefef;
    transition: .5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    top: 50%;
    transform: translateY(-50%);
}

.honorbox01-swiper .swiper-button-next {
    background-image: url(img/l2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    right: -23px;
}

.honorbox01-swiper .swiper-button-prev, .honorbox01-swiper .swiper-button-next {
    width: 45px;
    height: 45px;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid #efefef;
    transition: .5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    top: 50%;
    transform: translateY(-50%);
}


/*集团荣誉--省级奖项*/
.honorbox-02 .itemsbox .items .words {
    padding-bottom: .75rem;
}

.honorbox-02 {
    background: url(img/i25.jpg) no-repeat top;
    background-size: cover;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
}

.w1280 {
    width: 1280px;
    margin: 0 auto;
}


.pcbox {
    display: block;
}

.con-swiper .buts {
    font-size: 0;
    text-align: center;
}

.honorbox-02 .itemsbox {
    font-size: 0;
}

.honorbox-02 .itemsbox .items:nth-child(3n+1) {
    margin-left: 0;
}

.honorbox-02 .itemsbox .items {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: #333333;
    width: 32%;
    margin-left: 2%;
    background: #ffffff;
    margin-bottom: 1.25rem;
    padding: 2rem;
}

.con-swiper .buts .swiper-pagination-bullet-active {
    background: #004a9a;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(0, 74, 154);
    width: 35px;
    transition: .5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}


.con-swiper .buts .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #989a97;
    margin: 0 5px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
    transition: .5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    display: inline-block;
    vertical-align: middle;
}


.honorbox-03 {
    padding-top: 2.5rem;
    padding-bottom: 4.25rem;
}

.secwen.animate {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: translateY(0);
    transition: 1s;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0s;
}

.honorbox-03 .items {
    display: block;
    border: 1px solid #cccccc;
    padding: 2rem;
}

.honorbox-03 .words {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin-bottom: 0.625rem;
}

.con-swiper .buts .swiper-pagination-bullet:hover {
    background: #004a9a;
    background-image: initial;
    background-position-x: initial;
    background-position-y: initial;
    background-size: initial;
    background-repeat-x: initial;
    background-repeat-y: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: rgb(0, 74, 154);
    transition: .5s ease-in-out;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
}

.pic_1 {
    width: 795px;
    height: 445px;
    overflow: hidden;
}

.pic_2 {
    width: 391px;
    height: 445px;
    overflow: hidden;
}

.pic_3 {
    width: 391px;
    height: 269px;
    overflow: hidden;
    margin-top: 10px;
}

.piclist img {
    cursor: pointer;
    transition: all 0.6s;
}

.piclist img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

/*招贤纳士*/
.jianjie .row {
    margin-left: 0;
    margin-right: 0;
}

.zhaoxian_box {
    zoom: 1;
}

.zhaoxian_box .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../img/idea-mask.png);
    opacity: 0;
    filter: alpha(opacity=0);
}

.zhaoxian_box .tit {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    line-height: 1.2rem;
    color: #fff;
    text-align: left;
    width: 100%;
    transition: all .3s;
    padding-left: 100px;
}

.zhaoxian_box .icon {
    right: 0;
    bottom: 0px;
    background: #eeeeee;
    font-size: 2rem;
    color: #d70c5d;
    height: 4rem;
    width: 4rem;
    text-align: center;
    line-height: 4rem;
    position: absolute;
    transition: all .3s;

}

.zhaoxian_box .icon1 {
    right: 0;
    bottom: 0px;
    border-right: 1px solid #666;
}

.zhaoxian_box .icon2 {
    left: 0;
    bottom: 0px;
    border-bottom: 1px solid #666;
}

.zhaoxian_box .icon3 {
    right: 0;
    top: 0px;
    border-top: 1px solid #666;
}

.zhaoxian_box .icon4 {
    left: 0;
    top: 0px;
    border-left: 1px solid #666;
}


.zhaoxian_box .item {
    position: relative;
}

.zhaoxian_box .item:hover .icon {
    background-color: #d70c5d;
    color: #fff;
}

.zhaoxian_box .item:hover .mask {
    opacity: 1;
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
}

.zhaoxian_box .tit p {
    font-size: 32px;
    font-weight: bold;
    line-height: 70px;
}

.zhaoxian_box .tit span {
    font-size: 20px;
}

.row .col-sm-6 {
    padding-left: 0;
}

.zhaoxian_box .text {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.5rem;
    text-align: left;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
    z-index: 3;
}

.zhaoxian_box .text-tit {
    font-size: .45rem;
    line-height: .5rem;
    color: #fff;
}

.zhaoxian_box .text-item {
    margin-bottom: .25rem;
}

.zhaoxian_box .txt-con {
    font-size: .35rem;
    line-height: .75rem;
    color: #fff;
    margin-top: .3rem;
}

.zhaoxian_box img {
}

.fulling {
    width: 100%
}

.zhaopin_lj {
    background: url(../img/zhaopin_img5.png) no-repeat center top;
    height: 641px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-bottom: -50px;
}

.zhaopin_lj .text {
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 0;
}

.zhaopin_lj .text .line {
    width: 90px;
    height: 2px;
    background-color: rgba(255, 255, 255, .4);
    margin: .6rem auto 0;
}

.zhaopin_lj .text .pub-tit {
    color: #fff;
}

.pub-tit {
    font-size: 42px;
    line-height: 80px;
    color: #333;
}

.zhaopin_lj.text .line {
    width: 1.25rem;
    height: 2px;
    background-color: rgba(255, 255, 255, .4);
    margin: .6rem auto 0;
    margin-top: 0.6rem;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

.zhaopin_lj .text .con {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    margin-top: 70px;
}

.zhaopin_lj .text .need-more {
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 10px 50px;
    font-size: 0;
    border: 1px solid rgba(255, 255, 255, .4);
    border-top-color: rgba(255, 255, 255, 0.4);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgba(255, 255, 255, 0.4);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.4);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgba(255, 255, 255, 0.4);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin-top: 100px;
}

.zhaopin_lj .text .need-more span {
    display: inline-block;
    display: inline;
    zoom: 1;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../img/jiantou1.png);
    padding-right: 50px;

}

/*商务合作*/
.shangwu_box {
    width: 90%;
    background: #f6f6f6;
    margin-top: 40px;
    padding: 120px 0 100px 90px;
    position: relative;
}

.shangwu_img {
    position: absolute;
    top: -130px;
    right: -117px;
}

.shangwu_jianjie {
    font-size: 24px;
    line-height: 46px;
}

.shangwu_bt {
    font-size: 32px;
    padding-top: 70px;
}

.shangwu_text {
    color: #0e0e0e;
    padding-top: 20px;
    line-height: 36px;
}

.shangwu_text span {
    padding-left: 64px;
}

/*纱线业务*/
.shaxian_pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;
}

.shaxian_pic p {
    margin-bottom: 10px;
}

.shaxian_pic img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.6s;
}

.shaxian_pic img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.shaxian_pic .left1 {
    width: 290px;
    height: 227px;
    overflow: hidden;
}

.shaxian_pic .right1 {
    width: 290px;
    height: 237px;
    overflow: hidden;
}

.shaxian_pic .mid1 {
    width: 290px;
    height: 422px;
    overflow: hidden;
}

.shaxian_pic .right2 {
    width: 290px;
    height: 336px;
    overflow: hidden;
}


/*面料业务*/
.line {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: 80px;
    margin-bottom: 80px;
}

.line_r {
    width: 100%;
    height: 1px;
    background: #d70c5d;
    margin-bottom: 70px;
}

.bianzhi {
    width: 100%;
    height: 653px;
    background: url(../img/bianzhi_bg.png) no-repeat left bottom;
}

.bianzhi_l {
    width: 33%;
}

.bianzhi img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.6s;
}

.bianzhi img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.bianzhi text {
}

.bianzhi_r {
    width: 66%;
}

.bianzhi_r .text {
    font-size: 16px;
    line-height: 36px;
    color: #8e8e8e;
}

.bianzhi_r .text p {
    text-indent: 2em;
}

.bianzhi_r_img {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.bianzhi_img1 {
    width: 392px;
    height: 271px;
    overflow: hidden;
}

.bianzhi_img2 {
    width: 392px;
    height: 212px;
    overflow: hidden;
}

.bianzhi_img3 {
    width: 392px;
    height: 420px;
    overflow: hidden;
}

.title {
    background: url(../img/guoji_bg1.png) no-repeat center center;
    text-align: center;
    width: 100%;
    font-size: 36px;
}

.kehu .title {
    margin-top: 70px;
    margin-bottom: 40px;
}

.bianzhi .title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.renzheng {
    margin-top: 120px;
}

.renzhengpic {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 68px;
}

.renzhengpic img {
    margin-bottom: 10px;
}


/*国内销售*/

.pinpai_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 36px;
    border-bottom: 1px solid #d70c5d;
    width: 100%;
    margin-top: 90px;
    margin-bottom: 50px;
}

.guonei {
    font-size: 42px;
    color: #d70c5d;
}

.dian {
    background: url(../img/dian.png) no-repeat left center;
    padding-left: 50px;
    line-height: 40px;
}

.dian a {
    font-size: 22px;
    color: #d70c5d;
}

.chenshan {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.chenshan_img {
    width: 331px;
    height: 498px;
    overflow: hidden;
}

.chenshan_img img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: all 0.6s;
}

.chenshan_img img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.chenshan_r {
    width: 40%;
    text-align: center;
}

.chenshan .text {
    padding: 40px 20px 0 40px;
    text-indent: 32px;
    text-align: left;
}

.text {
    font-size: 16px;
    line-height: 36px;
    color: #8e8e8e;
}

.meiti_title .text {
    padding-top: 8px;
    text-indent: 32px;
}

.meiti_img1 {
    width: 392px;
    height: 494px;
    overflow: hidden;
}

.meiti_img2 {
    width: 392px;
    height: 397px;
    overflow: hidden;
}


.jiaju {
    width: 100%;
}

.jiaju_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jiaju_title .text {
    width: 62%;
    text-indent: 32px;
    line-height: 32px;
}

.jiaju_pic {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 45px;
}

.jiaju_pic img {
    width: 285px;
    height: 463px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.6s;
}

.jiaju_pic img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

.ertong {
    width: 100%;
}

.ertongpic {
    margin-top: 40px;
    width: 100%;
}

.ertong_t {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
}

.ertong_b {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
}

.ertong1 {
    width: 285px;
    height: 367px;
    overflow: hidden;
}

.ertong2 {
    width: 591px;
    height: 400px;
    overflow: hidden;
}

.ertongpic img {
    cursor: pointer;
    transition: all 0.6s;
}

.ertongpic img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}


.xiuxian {
    width: 100%;
    height: 500px;
}

.xiuxian1 {
    width: 285px;
    height: 467px;
    overflow: hidden;
}

.xiuxian_r {
    width: 74%;
}

.xiuxian2 {
    width: 285px;
    height: 400px;
    overflow: hidden;
}

.xiuxian3 {
    width: 587px;
    height: 345px;
    overflow: hidden;
    margin-left: 15px;
}

.xiuxian img {
    cursor: pointer;
    transition: all 0.6s;
}

.xiuxian img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}


/*历史沿革*/
.lishi_box {
    width: 100%;
    height: auto;
    margin-bottom: -50px;
}


/*企业责任*/
.container h2 {
    padding-bottom: 30px;
    margin-top: 60px;
    font-size: 42px;
    color: #d70c5d;
}

.container p {
    font-size: 16px;
    line-height: 36px;
    text-indent: 32px;
    padding-bottom: 40px;
}

.zeren_box {
    margin-top: 50px;
}

.zeren_box h3 {
    height: 36px;
    padding-bottom: 30px;
    padding-bottom: 56px;
}

.zeren_box h3:after {
    width: 36px;
    content: "";
    height: 2px;
    background: #d70c5d;
    top: 45px;
    left: 47px;
    position: absolute;
}

.zeren_box p {
    text-indent: 2em;
    padding-bottom: 0;
}

.bg_hui {
    background: #e8e8ea;
    padding-top: 10px;
    padding-bottom: 40px;
    margin-top: 30px;
    border-bottom: 30px solid #f2f0f0;
}

/*企业荣誉*/
.sspart1 {
    background: url(../img/img12.png) no-repeat bottom center;
    padding-top: 50px;
    padding-bottom: 100px;
}

.sspart1 p {
    text-indent: 0;
}

.swiper-container-cred .swiper-slide-active h5 {
    display: block;
    font-size: 0.9rem;
    font-weight: bold;
    color:red;
    padding-top: 10px;
}

.rongyu_box span {
    font-size: 18px;
    line-height: 32px;
    padding-top: 30px
}

.rongyu_box h3 {
    padding-bottom: 7px;
}

.sspart2 {
    background: url(../img/i25.jpg) no-repeat;
    padding: 100px 0px 100px 0px;
}

.sspart3 {
    padding: 100px 0px 100px;
}

.mySwiper-cred3 h3 {
    padding-bottom: 15px;
}

.footerItem .info {
   /* position: absolute;
    top: 50px;
    width: 350px;*/
}

:root {
    --swiper-theme-color: #d70b5d;
}


/*新闻尾页*/
/*-----------------------尾 页----------------------*/
.requiretext {
    overflow: hidden;
    padding-top: 20px;
    width: 100%;
    padding-bottom: 60px;
}

.requiretext p {
    font: 16px/30px "微软雅黑";
  /*  text-indent: 32px;*/
    color: #333;
}

.requiretext img {
    text-align: center;
}


.pic_title2 {
    font-weight: bold;
    font-size: 2.0rem;
    color: #333;
    text-align: center;
    height: 50px;
    width: 100%;
    margin: 0 auto 15px;
}

.weiyepic {
    margin: 0 auto;
    width: 800px;
    height: auto;
    padding: 20px;
}

.weiyepic img {
    width: 100%;
    height: auto;
}

.line_weiye {
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    margin-top: 50px;
    margin-bottom: 60px;
}

.seccon {
    margin: 90px 0 40px;
}

.seccon .date {
    color: #737373;
    text-align: center;
    width: 100%;
}

.clear {
    clear: both;
}


.news_btn {
    display: inline-block;
    background: #eeeeee;
    *display: inline;
    color: #d70c5d;
    zoom: 1;
    padding: 10px 50px;
    margin: 0 500px 80px;
    font-size: 0;
    border: 1px solid rgba(255, 255, 255, .4);
}

.news_btn span {
    display: inline-block;
    display: inline;
    zoom: 1;
    font-size: 18px;
    line-height: 28px;
    background-repeat: no-repeat;
    background-position: right center;
}

.news_btn:hover {
    background: #d70c5d;
    color: #fff;
}

.video_weiye {
    height: auto;
    margin: 0 50px;
    text-align: center;
}

.video_jianjie {
    position: relative;
    width: 100%;
    margin-top: 50px;
}

.video_title {
    font-size: 24px;
    font-weight: bold;
    padding-left: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}

.video_jianjie .video_title:before {
    content: "";
    width: 4px;
    height: 34px;
    background: #d70c5d;
    position: absolute;
    left: 0;
    top: 0;
}


.video_jianjie .text {
    text-indent: 32px;
    padding-top: 20px;
    width: 97%;
    margin: 0 auto;
}