/*banner图*/
.two-about-banner {
    position:relative;
}
.two-about-banner>img {
    width: 100%;
}

.two-about-banner .word-fix {
    position: absolute;
    left: 4%;
    top: 40%;
    transform: translate(0%, -50%);
    z-index: 8;
}


.two-about-banner .word-fix h1 {
    font-size:60px;
    color: #333;
    font-family: "Raleway-Regular";
    text-transform: uppercase;
    margin:0 0 0.2rem 0;
}
.two-about-banner .word-fix h3 {
    font-size:48px;
    color:#333;
    font-weight: bold;
}

.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url(../images/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}
@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}
/*自适应样式*/
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:20%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}

.two-about-banner .word-fix h1 {
    font-size: 0.24rem;
    max-width: 700px;
    margin: 0 0 0.1rem 0;
}
.two-about-banner .word-fix h3 {
    font-size: 0.24rem;
    margin: 0% 0 0% 0;
}
}
/*自适应样式 end*/

.line {
    position: relative;
    display: inline-block;
}
.line::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -12%;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.line::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -12%;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.7deg);
    transform-origin: 30% center;
}

/*关于品牌板块标题*/
.about-title {
    padding:2% 0;
}
.about-title p {
    font-size:0.28rem;
    color: #1d1d1f;
    line-height: 2.0;
    text-transform: uppercase;
    font-family: "Raleway-Regular";
}
.about-title h3 {
    position: relative;
    font-size: 0.48rem;
    color: #1d1d1f;
    font-weight: bold;
    margin:0.3rem 0 0.3rem 0;
}
.about-title h4 {
    font-size: 0.3rem;
    color:#1d1d1f;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0;
}
.about-title p {
    font-size: 0.18rem;
}
.about-title h3 {
    font-size: 0.2rem;
    margin: 0.15rem 0 0.15rem 0;
}
.about-title h4 {
    font-size: 0.14rem;
    color:#999;
    line-height: 1.8;
    
}
}

/*关于品牌*/
.about {
    padding:1.8rem 0;
    background: url(../images/about/about-bg.png) no-repeat right top;
}
.about .about-title h3 {
    margin:0.5rem 0 0.75rem 0;
}
.about .about-item .word {}
.about .about-item .word .content {
    max-width: 9rem;
}
.about .about-item .word .content p {
    font-size: 0.16rem;
    color: #b2b2b2;
    line-height: 1.8;
    margin: 0 0 0.1rem 0;
}

.about .about-item .word .number {
    margin:10% 0 0 0;
}
.about .about-item .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.about .about-item .word .number ul li {
    display: inline-block;
    padding:0 1.5rem 0 0;
}
.about .about-item .word .number ul li h3 {
}
.about .about-item .word .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.72rem;
    color: #1d1d1f;
    letter-spacing: 0;
    font-family: "Futura-Medium";
    font-weight: normal;
}
.about .about-item .word .number ul li h3 strong::after {
    content: "";
    display: block;
    height: 80%;
    position: absolute;
    bottom:5%;
    background: #f4de26;
    transition: width 0.8s ease-in-out 1.2s;
    width: 0.34rem;
    right: 10%;
    transform: skewX(20deg);
    transform-origin: 30% center;
    z-index: -1;
}
.about .about-item .word .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.28rem;
    color: #1d1d1f;
    font-style: normal;
    font-family: 'Futura-Medium';
}
.about .about-item .word .number ul li h3 span {
    font-size: 0.24rem;
    color: #322c2b;
    padding:0 0 0 0.1rem;
}
.about .about-item .word .number ul li p {
    font-size: 0.18rem;
    color: #b2b2b2;
    padding-top: 0.05rem;
}
@media screen and (max-width:1024px) {
/*关于品牌*/
.about {
    padding: 0.5rem 0;
    background: url(../images/about/about-bg.png) no-repeat right bottom/100%;
}
.about .about-title h3 {
    margin: 0.15rem 0 0.15rem 0;
}
.about .about-item .word {}
.about .about-item .word .content {
    max-width: 9rem;
}
.about .about-item .word .content p {
    font-size: 0.14rem;
    line-height: 1.8;
    margin: 0 0 0.1rem 0;
}

.about .about-item .word .number {
    margin:0.6rem 0 0 0;
}
.about .about-item .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.about .about-item .word .number ul li {
    display: block;
    float: left;
    width: 50%;
    padding:0.2rem 0;
}
.about .about-item .word .number ul li h3 {
}
.about .about-item .word .number ul li h3 strong {
    padding:0 0.2rem 0 0;
    font-size: 0.30rem;
}
.about .about-item .word .number ul li h3 strong::after {
    content: "";
    display: block;
    height: 80%;
    position: absolute;
    bottom:5%;
    background: #f4de26;
    transition: width 0.8s ease-in-out 1.2s;
    width: 0.30rem;
    right: 10%;
    transform: skewX(20deg);
    transform-origin: 30% center;
    z-index: -1;
}
.about .about-item .word .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.24rem;
}
.about .about-item .word .number ul li h3 span {
    font-size: 0.14rem;
    padding:0 0 0 0.1rem;
}
.about .about-item .word .number ul li p {
    font-size: 0.16rem;
    padding-top: 0.05rem;
}
}

/*关于集团*/
.power {
    overflow:hidden;
}
.power .item {
    position: relative;
     float:left;
     width:50%;
}
.power .item .photo {
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background:#f8e969;
    text-align: right;
}
.power .item .photo strong {
    opacity: 0.6;
    font-size: 8.6rem;
    color: transparent;
    font-family: "BigJohnPRO-Regular";
    -webkit-text-stroke: 1px #fff;
}
.power .item .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 8;
    text-align: center;
}
.power .item .word i img{
    max-width: 2rem;
}
.power .item .word h3 {
    font-size:0.48rem;
    color:#333333;
    font-weight: bold;
    margin:1.8rem 0 0.5rem 0;
}
.power .item .word p {
    font-size:0.24rem;
    color:#333333;
    font-family: "Futura-Medium";
    line-height: 1.8;
}

.power .item.frist .photo {
    background:#333;
}
.power .item.frist .photo strong {
    opacity: 0.2;
}
.power .item.frist .word h3 {
    color:#fff;
}
.power .item.frist .word p {
    color:#fff;
}
@media screen and (max-width:1024px) {
.power {
    overflow:hidden;
}
.power .item {
    width:100%;
}
.power .item .photo {
    width: 100%;
    padding-top: 60%;
    overflow: hidden;
    background:#f8e969;
    text-align: right;
}
.power .item .photo strong {
    opacity: 0.6;
    font-size: 3rem;
    color: transparent;
    font-family: "BigJohnPRO-Regular";
    -webkit-text-stroke: 1px #fff;
}
.power .item .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding:0 5%;
    z-index: 8;
    text-align: center;
}
.power .item .word i img{
    max-width: 1.2rem;
}
.power .item .word h3 {
    font-size:0.24rem;
    margin:0.9rem 0 0.25rem 0;
}
.power .item .word p {
    font-size:0.16rem;
    line-height: 1.8;
}  
}
/*关于集团*/

/*发展历程*/
.history {
    padding:1rem 0;
}
.history-box {
    position: relative;
}
.history-box .Bottomyear {
    margin:0.3rem 0 1rem 0;
}
.history-box .Bottomyear ul {}
.history-box .Bottomyear ul li {
    cursor: pointer;
}
.history-box .Bottomyear ul li h6 {
    font-size: 0.36rem;
    color:#b2b2b2;
    font-family: "Futura-Medium";
}
.history-box .Bottomyear ul li.swiper-slide-thumb-active h6 {
    color: #1d1d1f;

}


.history-box .Topyear {
    overflow:hidden;
}
.history-box .Topyear ul {

}
.history-box .Topyear ul li {
}


.history-box .Topyear ul li .word {
    float:left;
    width:50%;
}
.history-box .Topyear ul li .word h4 {
    font-size: 0.72rem;
    color: #1d1d1f;
    letter-spacing: 0;
    font-family: "Futura-Medium";
}
.history-box .Topyear ul li .word h5 {
    padding:0.8rem 0 0.4rem 0;
    font-size: 0.36rem;
    color: #1d1d1f;
}
.history-box .Topyear ul li .word .content {
    max-width:8.5rem;
    padding:0 20% 0 0;
}
.history-box .Topyear ul li .word .content p {
    font-size: 0.16rem;
    color: #b2b2b2;
    line-height: 1.8;
    margin: 0 0 0.1rem 0;
}

.history-box .Topyear ul li .photo {
    float:right;
    width:45%;
    overflow: hidden;
}
.history-box .Topyear ul li .photo img {
    width:100%;
    animation: myfirst 20s linear infinite normal;
}


.history-box .Topyear ul li .word .content {
    height:1.8rem;
    overflow-x: auto;
}
.history-box .Topyear ul li .word .content::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background:#f6f6f6;
}
.history-box .Topyear ul li .word .content::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #f4de26;
}

.swiper-Toggle {
    position:relative;
    position: absolute;
    bottom: -0.5rem;
    right: 0px;
    width: 100%;
    padding: 0;
    z-index: 2;
    display: flex;
    justify-content: center;/*中心对齐*/
    *justify-content: flex-start;/*开头对齐*/
    *justify-content: flex-end;/*末端对齐*/

    *align-items: center;/*中间对齐*/
    *align-items: flex-start;/*顶部对齐*/
    *align-items: flex-end;/*底部对齐*/

    transform: translate(0.8rem,0px); /*平移*/
}
.swiper-Toggle div{
    float:left;
    width: 0.5rem;
    height:1rem;
    line-height:1rem;
    background: #f4de26;
    font-size: 0.28rem;
    color:#333;
    font-family: '宋体';
    text-align: center;
    cursor: pointer;
}
.swiper-Toggle div.prev {
    border-radius: 50px 0 0 50px;
}
.swiper-Toggle div.next {
    border-radius: 0 50px 50px 0;
}

@media screen and (max-width:1024px) {
.history {
    padding:0.5rem 0 1rem 0;
}
.history-box {
    position: relative;
}
.history-box .Bottomyear {
    margin:0.3rem 0 1rem 0;
}
.history-box .Bottomyear ul {}
.history-box .Bottomyear ul li {
}
.history-box .Bottomyear ul li h6 {
    font-size: 0.24rem;
}
.history-box .Bottomyear ul li.swiper-slide-thumb-active h6 {
    color: #1d1d1f;
}

.history-box .Topyear {
    overflow:hidden;
}
.history-box .Topyear ul {

}
.history-box .Topyear ul li {
}


.history-box .Topyear ul li .word {
    width:100%;
    margin:0 0 0.1rem 0;
}
.history-box .Topyear ul li .word h4 {
    font-size: 0.36rem;
}
.history-box .Topyear ul li .word h5 {
    padding:0.4rem 0 0.2rem 0;
    font-size: 0.24rem;
}
.history-box .Topyear ul li .word .content {
    max-width: 100%;
    padding:0 0.1rem 0 0;
}
.history-box .Topyear ul li .word .content p {
    font-size: 0.14rem;
    margin: 0 0 0.1rem 0;
}

.history-box .Topyear ul li .photo {
    width:100%;
}
.history-box .Topyear ul li .photo img {
    width:100%;
    animation: myfirst 20s linear infinite normal;
}
}
/*发展历程*/



/*资质荣誉*/
.honor {
    padding:0.8rem 0;
    background:#fafafa;
}
.honor-box {}
.honor-box .word {
    width:50%;
}
.honor-box .word .number {
    margin:0.5rem 0 0 0;
}
.honor-box .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.honor-box .word .number ul li {
    display:inline-block;
    padding:0 1rem 0 0;
}
.honor-box .word .number ul li h3 {
}
.honor-box .word .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.72rem;
    color: #1d1d1f;
    letter-spacing: 0;
    font-family: "Futura-Medium";
    font-weight: normal;
}
.honor-box .word .number ul li h3 strong::after {
    content: "";
    display: block;
    height: 80%;
    position: absolute;
    bottom:5%;
    background: #f4de26;
    transition: width 0.8s ease-in-out 1.2s;
    width: 0.34rem;
    right: 10%;
    transform: skewX(20deg);
    transform-origin: 30% center;
    z-index: -1;
}
.honor-box .word .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.28rem;
    color: #1d1d1f;
    font-style: normal;
    font-family: 'Futura-Medium';
}
.honor-box .word .number ul li h3 span {
    font-size: 0.24rem;
    color: #322c2b;
    padding:0 0 0 0.1rem;
}
.honor-box .word .number ul li p {
    font-size: 0.18rem;
    color: #b2b2b2;
    padding-top: 0.05rem;
}

.honor-box .word .honor-photo {
    margin:0.5rem 0 0 0;
}
.honor-box .word .honor-photo img {
    width:100%;
    animation: myfirst 20s linear infinite normal;
}

.honor-box .honor-title {
    width:45%;
    margin:1.5rem 0 0 0;
}
.honor-box .honor-title ul {
    padding:0 10%;
}
.honor-box .honor-title ul li {
    padding:0.15rem 5%;
}
.honor-box .honor-title ul li>::before {
    content: "○";
    font-size: 0.24rem;
    color:#333333;
    margin:0 0.2rem 0 0;
    display: inline-block;
    vertical-align: middle;
}
.honor-box .honor-title ul li h3 {
    position:relative;
    display:inline-block;
    font-size: 0.24rem;
    color:#333333;
}
.honor-box .honor-title ul li:hover h3::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.honor-box .honor-title ul li:hover h3::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.7deg);
    transform-origin: 30% center;
}

.honor-box .honor-title ul {
    height:4.6rem;
    overflow-x: auto;
}
.honor-box .honor-title ul::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background:#f6f6f6;
}
.honor-box .honor-title ul::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #f4de26;
}
@media screen and (max-width:1024px) {
.honor {
    padding:0.8rem 0;
    background:#fafafa;
}
.honor-box {}
.honor-box .word {
    width:100%;
}
.honor-box .word .number {
    margin:0.5rem 0 0 0;
}
.honor-box .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.honor-box .word .number ul li {
    display:block;
    float:left;
    width: 33%;
    padding:0 0rem 0 0;
}
.honor-box .word .number ul li h3 {
}
.honor-box .word .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.36rem;
    color: #1d1d1f;
    letter-spacing: 0;
    font-family: "Futura-Medium";
    font-weight: normal;
}
.honor-box .word .number ul li h3 strong::after {
    content: "";
    display: block;
    height: 80%;
    position: absolute;
    bottom:5%;
    background: #f4de26;
    transition: width 0.8s ease-in-out 1.2s;
    width: 0.34rem;
    right: 10%;
    transform: skewX(20deg);
    transform-origin: 30% center;
    z-index: -1;
}
.honor-box .word .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.24rem;
    color: #1d1d1f;
    font-style: normal;
    font-family: 'Futura-Medium';
}
.honor-box .word .number ul li h3 span {
    font-size: 0.14rem;
    padding:0 0 0 0.1rem;
}
.honor-box .word .number ul li p {
    font-size: 0.16rem;
    padding-top: 0.05rem;
}

.honor-box .word .honor-photo {
    margin:0.5rem 0 0 0;
}
.honor-box .word .honor-photo img {
    width:100%;
    animation: myfirst 20s linear infinite normal;
}

.honor-box .honor-title {
    width:100%;
    margin:0.3rem 0 0 0;
}
.honor-box .honor-title ul {
    padding:0 0.1px;
}
.honor-box .honor-title ul li {
    padding:0.10rem 5%;
}
.honor-box .honor-title ul li>::before {
    content: "○";
    font-size: 0.18rem;
    color:#333333;
    margin:0 0.2rem 0 0;
    display: inline-block;
    vertical-align: middle;
}
.honor-box .honor-title ul li h3 {
    font-size: 0.18rem;
}
.honor-box .honor-title ul li:hover h3::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.honor-box .honor-title ul li:hover h3::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.7deg);
    transform-origin: 30% center;
}

.honor-box .honor-title ul {
    height:4.6rem;
    overflow-x: auto;
}
}

/*完善的产品体系*/
.product {
    padding:1.2rem 0 1.5rem 0;
    background: url(../images/about/product.jpg) no-repeat right top/cover;
}

.product .about-title {
    padding:2% 0;
}
.product .about-title p {
    color: #fff;
}
.product .about-title h3 {
    color: #fff;
}
.product .about-title h4 {
    color:#fff; 
}
.product .number {
    margin:0.5rem 0 0 0;
}
.product .number ul {
    overflow:hidden;
    padding:0 0%;
}
.product .number ul li {
    display:inline-block;
    padding:0 1rem 0 0;
}
.product .number ul li h3 {
}
.product .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.72rem;
    color: #f4de26;
    letter-spacing: 0;
    font-family: "Futura-Medium";
    font-weight: normal;
}
.product .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.28rem;
    color: #fff;
    font-style: normal;
    font-family: 'Futura-Medium';
}
.product .number ul li h3 span {
    font-size: 0.24rem;
    color: #fff;
    padding:0 0 0 0.1rem;
}
@media screen and (max-width:1024px) {
.product {
    padding:1.2rem 0 1.5rem 0;
    background: url(../images/about/product.jpg) no-repeat right top/cover;
}

.product .about-title {
    padding:2% 0;
}
.product .about-title p {
    color: #fff;
}
.product .about-title h3 {
    color: #fff;
}
.product .about-title h4 {
    color:#fff; 
}
.product .number {
    margin:0.5rem 0 0 0;
}
.product .number ul {
    overflow:hidden;
    padding:0 0%;
}
.product .number ul li {
    display:block;
    float: left;
    width: 100%;
    padding:0 0rem 0.2rem 0;
}
.product .number ul li h3 {
}
.product .number ul li h3 strong {
    position: relative;
    padding:0 0.2rem 0 0;
    font-size: 0.36rem;
    color: #f4de26;
    letter-spacing: 0;
    font-family: "Futura-Medium";
    font-weight: normal;
}
.product .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 0.24rem;
    color: #fff;
    font-style: normal;
    font-family: 'Futura-Medium';
}
.product .number ul li h3 span {
    font-size: 0.18rem;
    color: #fff;
    padding:0 0 0 0.1rem;
}
}
/*完善的产品体系*/

/*新闻动态*/
.news {
    padding:0.8rem 0;
    background:#f9f9f9;
}
.news .title {
    position: relative;
}
.news .tags {
    position: absolute;
    right: 0;
    bottom: 2%;
    padding: 2% 0;
}
.news .tags a {
    position:relative;
    margin:0 0 0 0.6rem;
    font-size: 0.24rem;
    color: #1d1d1f;
}
.news .tags a:hover::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.2rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;
    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.news .tags a:hover::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.2rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.9deg);
    transform-origin: 30% center;
}

.news-item {
    margin:0.5rem 0 0 0;
    overflow:hidden;
}
.news-item .left {
    width: 50%;
    padding:0 0.4rem 0 0;
}
.news-item .left .photo {
    width: 100%;
    padding-top: 61.6%;
    overflow: hidden;
    position: relative;
}
.news-item .left .photo img {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-item .left:hover .photo img{
    transform: scale(1.1);
}
.news-item .left .word {
    text-align: center;  
    background:#fff;
}
.news-item .left .word h3 {
    position:relative;
    display:inline-block;
    padding:0.36rem 0;
    font-size: 0.24rem;
    color: #1d1d1f;
    
}
.news-item .left:hover .word h3::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;
    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.news-item .left:hover .word h3::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.9deg);
    transform-origin: 30% center;
}


.news-item .right {
    width: 50%;
}
.news-item .right ul {}
.news-item .right ul li {
    padding:0.2rem 0;
    border:1px solid #f9f9f9;
    background:#fff;
}
.news-item .right ul li a {
    display: flex;
    align-items: center;
}
.news-item .right ul li time {
    width:20%;
    font-size: 0.24rem;
    color: #b2b2b2;
    line-height: 1.4;
    text-align: center;
    font-family: "Futura-Medium";
    padding-top: 0.05rem;
}
.news-item .right ul li time span {
    display:block;
    font-size: 0.6rem;
    color: #1d1d1f;
    
}
.news-item .right ul li .photo {
    width:30%;
    
}
.news-item .right ul li .photo figure {
    width:100%;
    padding-top: 61.6%;
    overflow: hidden;
    position: relative;
}
.news-item .right ul li .photo figure img {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-item .right ul li:hover .photo figure img{
    transform: scale(1.1);
}
.news-item .right ul li .word {
    width:50%;
    padding:0 0.15rem;
}
.news-item .right ul li .word h3 {
    position:relative;
    display:inline-block;
    padding:0.36rem 0;
    font-size: 0.24rem;
    color: #1d1d1f;
    line-height: 1.6;
}

.news-item .right ul li:hover .word h3::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;
    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.news-item .right ul li:hover .word h3::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.9deg);
    transform-origin: 30% center;
}
@media screen and (max-width:1024px) {
.news {
    padding:0.4rem 0;
    background:#f9f9f9;
}
.news .title {
    position: relative;
}
.news .tags {
    position: relative;
    right: 0;
    bottom: 2%;
    padding: 2% 0;
}
.news .tags a {
    position:relative;
    margin:0 0.1rem 0 0rem;
    font-size: 0.16rem;
}
.news .tags a:hover::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.2rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;
    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.news .tags a:hover::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: -0.2rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.9deg);
    transform-origin: 30% center;
}

.news-item {
    margin:0.5rem 0 0 0;
    overflow:hidden;
}
.news-item .left {
    width: 100%;
    padding:0 0 0 0;
}
.news-item .left .photo {
    width: 100%;
    padding-top: 61.6%;
    overflow: hidden;
    position: relative;
}
.news-item .left .photo img {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-item .left:hover .photo img{
    transform: scale(1.1);
}
.news-item .left .word {
    text-align: center;  
    background:#fff;
}
.news-item .left .word h3 {
    position:relative;
    display:inline-block;
    padding:0.24rem 0;
    font-size: 0.16rem;
    line-height:1.6;
    
    
}
.news-item .left:hover .word h3::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;
    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.news-item .left:hover .word h3::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.9deg);
    transform-origin: 30% center;
}


.news-item .right {
    width: 100%;
}
.news-item .right ul {}
.news-item .right ul li {
    padding:0.1rem 0;
    border:1px solid #f9f9f9;
    background:#fff;
}
.news-item .right ul li a {
    display: flex;
    align-items: center;
}
.news-item .right ul li time {
    width:20%;
    font-size: 0.14rem;
    color: #b2b2b2;
    line-height: 1.4;
    text-align: center;
    font-family: "Futura-Medium";
    padding-top: 0.05rem;
}
.news-item .right ul li time span {
    display:block;
    font-size: 0.20rem;
    color: #1d1d1f;
    
}
.news-item .right ul li .photo {
    width:30%;
    
}
.news-item .right ul li .photo figure {
    width:100%;
    padding-top: 61.6%;
    overflow: hidden;
    position: relative;
}
.news-item .right ul li .photo figure img {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.news-item .right ul li:hover .photo figure img{
    transform: scale(1.1);
}
.news-item .right ul li .word {
    width:50%;
    padding:0 0.15rem;
}
.news-item .right ul li .word h3 {
    position:relative;
    display:inline-block;
    padding:0.36rem 0;
    font-size: 0.16rem;
    color: #1d1d1f;
    line-height: 1.6;
}

.news-item .right ul li:hover .word h3::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;
    width: 110%;
    left: -5%;
    transform-origin: center center;
    transform: rotate(0.6deg);
}
.news-item .right ul li:hover .word h3::after {
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0.1rem;
    background: #1d1d1f;
    transition: width 0.8s ease-in-out 1.2s;

    width: 108%;
    right: -4%;
    transform: rotate(-0.9deg);
    transform-origin: 30% center;
}
}
/*新闻动态*/
