﻿.productxq_con{
    margin-top: 43px;
    position: relative;
}
.cont_icon{
    margin-bottom: 20px;
}
.cont_con{
    display: flex;
    justify-content: space-between;

}
.cont_iconleft{
    width: 30%;
}
.cont_iconright{
    width: 60%;
    padding-bottom: 190px;
   
}
.cont_iconright p{
    color: #666;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 290;
line-height: 30px; /* 187.5% */
/* border-bottom:1px dotted #999; */
padding-bottom:10px;
/* min-height: 100px; */
}
.cont_iconright p img{
    margin-bottom: 20px; 
    float: left; 
    margin-right: 20px;
    width:100px;
}
 .cont_iconright .dichan p{
     border-bottom:1px dotted #999; 
    margin-bottom: 30px;
    min-height: 135px;
} 
.cont_iconright p span:nth-child(2){
    display: inline-block;
    width: calc(100% - 120px);
    line-height: 2;
    float: right;
}
.cont_iconleft1{
    color: #333;
font-family: Microsoft YaHei;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 30px;
}
.cont_iconleft2{
    color: #666;
    font-family: Microsoft YaHei;
    font-style: normal;
     font-weight: 400; 
    line-height: 1.5;
    font-size: 16px;
    padding-bottom: 15px;
}
.cont_iconleftbot {
    padding-top: 50px;
}
.cont_iconleftbot a{

    display: inline-flex;
padding: 10px 30px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 30px;
background: #912822;
}
.cont_iconleftbot a span{
    color: #FFF;
font-family: Microsoft YaHei;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.productxq_conbj{
    position: absolute;
    bottom: 0;
}
.productxq_conbottom{
    background: rgba(245, 245, 245, 0.96);
    padding: 70px 0;
}
.proxq_mb{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
background: #000;
}
.productxq_conbottombox .swiper-container{
    border-radius: 10px;
    overflow: hidden;
}
.swiper-slide.swiper-slide-active .proxq_mb{
    display: none;
}
.about_next {
    position: absolute;
    background-image: url(../images/jt1.svg);
    width: 46px;
    height: 46px;
    background-color: rgb(255, 255, 255);
    z-index: 9;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: rgb(204, 204, 204); */
    border-image: initial;
    border-radius: 50%;
    outline: 0px;
    transition: all 0.3s ease 0s;
    top: 50%;
    transform: translateY(-50%);
    right: 15%;
}
.about_next:hover {
    background-color: #FF0800;
    background-image: url(../images/jt_hover.png);
    transition: all 0.3s ease 0s;
}
@media(max-width:1384px){
    /* .about_next {
        right: 13%;
    } */
}
@media(max-width:978px){
    /* .about_next {
        right: 12%;
    } */

    .about_next {
       
        width: 40px;
        height: 40px;
    }
}
@media(max-width:901px){
    /* .about_next {
        right: 12%;
    }

    .about_next {
       
        width: 40px;
        height: 40px;
    } */
    .about_next {
       
        width: 30px;
        height: 30px;
    }
}
@media(max-width:730px){
  

  
    .cont_con{
        flex-wrap: wrap;
    }
    .cont_iconleft{
        width: 100%;
    }
    .cont_iconright{
        width: 100%;
    }
  
    .cont_iconleftbot{
            padding-top: 30px;
        margin-bottom: 30px;
    }
    .cont_iconright {
        padding-bottom: 100px;
    }
}
@media(max-width:500px){
    /* .about_next {
        right: 11%;
    } */
    .cont_iconright .dichan p {
        display: flex;
        flex-direction: column;
    }
    .cont_iconright p span:nth-child(2) {
        width: 100%;
    }
    .cont_iconright p img {
        margin-bottom: 10px;
        margin-right: 10px;
        width: 70PX;
    }
}
@media(max-width:416px){
    /* .about_next {
        right: 9%;
        top: 42%;
    } */
}
.about_img>img{
    height: 300px;
}