.product {
    padding: .6rem 0;
    height: auto;
    overflow: hidden;
}

.product ul li {
    width: 4.43rem;
    max-width: 30%;
    margin-right: .2rem;
    margin-bottom: .3rem;
    float: left;
    overflow: hidden;
    border: 1px solid #fefefe;
    margin-left: .2rem;
}

.product ul li:nth-child(3n) {
    margin-right: 0;
}

.img-pro {
    width: 100%;
    height: 3.3rem;
    object-fit: contain;
    transition: all 0.5s;
    transform: scale(1);
    overflow: hidden;

}

.product ul li:hover img {
    transition: all 0.5s;
    transform: scale(1.08);
}

.product .tex {
    background: #F5F5F5;
    padding: 0.1rem 0;
}

.product ul li a {
    height: auto;
}

.product .tex p {
    font-size: 0.16rem;
    line-height: .25rem;
    text-align: center;
}

.product .tex span {
    font-size: 0.14rem;
    text-align: center;
}

.product ul li:hover {
    transition: 0.3s;
    box-shadow: 0 0 20px rgba(124, 124, 124, 0.3);
}

.product ul li:hover .tex {
    background: #1E5DAC;
    transition: all 0.8s;
}

.product ul li:hover .tex p {
    color: #fff;
}


.products_bg {
    padding-bottom: 1.01rem;
}
.products_bg .main{
    width: 15rem;
    max-width: 90%;
}
.products_wrap {
    margin-top: 0.54rem;
}

.products_box1 {
    width: 100%;
    display: flex;
}

.box1_left {
    width: 6.68rem;
    height: auto;
    margin-right: .21rem;
}

.box1_right {
    max-width: 7.29rem;
    width: 100%;
}

.box1_right_title {
    font-family: w20;
    font-size: 0.3rem;
    color: #202020;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom: .27rem;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: .16rem;
}

.box1_right_text {
    font-size: 0.14rem;
    color: #212529;
    line-height: 0.3rem;
   
}

.thumbs_box {
    position: relative;
    width: 6.37rem;
    padding-left: 0.33rem;
    transition: 0.3s;
}

.swiper-button-prev1 {
    position: absolute !important;
    top: 50% !important;
    transform: translate(0, -50%);
    left: 0 !important;
    width: 0.2rem !important;
    height: 0.3rem !important;
    font-size: 0.18rem;
    font-weight: 800;
    color: #DEDEDE !important;
    transition: 0.3s;

}

.swiper-button-next1 {
    position: absolute !important;
    top: 50% !important;
    transform: translate(0, -50%);
    left: 6.5rem !important;
    width: 0.2rem !important;
    height: 0.3rem !important;
    font-size: 0.18rem;
    font-weight: 800;
    color: #DEDEDE !important;
    transition: 0.3s;

}

.swiper-button-next1:hover,
.swiper-button-prev1:hover {
    color: #AB8F4B !important;
}

.bg {
    border: 0.01rem solid #efefef;
}

.small_img:hover {
    border: 0.01rem solid #efefef;
}

.swiper-slide-thumb-active {
    border: 0.01rem solid #efefef;
}

#thumbs {
    width: 6.09rem;
    height: 1.23rem;
    margin-top: 0.35rem;
    margin-bottom: 0.57rem;
}

.box1_btn_box {
    display: flex;
    align-items: center;
    gap: 0 0.64rem;
    margin-top: .2rem;
}

.box1_btn {
    width: 1.4rem;
    height: 0.37rem;
    background: #1E5DAC;
    border-radius: .19rem;
    text-align: center;
    transition: 0.3s;
}



.box1_btn p {
    font-size: 0.14rem;
    color: #fff;
    transition: 0.3s;
    line-height: .37rem;
}

.box1_btn:hover {
    background: #0A4EA6;
}

.box1_btn:hover img {
    filter: brightness(0) invert(100%);
}

.box1_btn:hover p {
    color: #FFFFFF;
}

.products_box2_title {
    align-items: center;
    height: 0.63rem;
    margin-top: 0.92rem;
    text-align: center;
    line-height: 0.63rem;
}

.products_box2 hr {
    width: 100%;
    border: 0.02rem solid #1E5DAC;
    margin-top: 0.33rem;
}

.products_box2_title p {
    font-weight: bold;
    font-size: 0.32rem;
    color: #202020;
}

.products_box2_text {
    font-family: w15;
    font-size: 0.18rem;
    color: #6E6E6E;
    line-height: 0.35rem;
    background: #F2F4F6;
    padding-bottom: .3rem;
    padding-top: .3rem;
}

.products_box2_text p img{
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: .2rem;
}

.products_box2_text img{
    max-width: 100%;
    width: revert-layer;
    height: auto;
}
.products_box3_title {
    display: flex;
    align-items: center;
    padding-left: 0.16rem;
    gap: 0 0.08rem;
    width: 1.92rem;
    height: 0.63rem;
    background: #AB8F4B;
    border-radius: 0 0.3rem 0 0;
    margin-top: 0.35rem;
}

.products_box3 hr {
    width: 100%;
    border: 0.01rem solid #AB8F4B;
    margin-bottom: 0.43rem;
}

.products_box3_title img {
    width: 0.28rem;
    height: 0.28rem;
}

.products_box3_title p {
    font-family: w15;
    font-size: 0.25rem;
    color: #FFFFFF;
}

.products_box3_text {
    font-family: w15;
    font-size: 0.18rem;
    color: #6E6E6E;
    line-height: 0.35rem;
}

.img1 {
    width: 100%;
    height: 100%;
}

.related {
    margin-top: 0.43rem;
}

.related_title {
    font-family: w27;
    font-size: 0.32rem;
    color: #202020;
    text-align: center;
}
.related_box {
    margin-top: 0.55rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 0.38rem;
}

.related_box0 {
    flex: 1;
    overflow: hidden;
    border: 1px solid #f2f2f2;
}

.img2 {
    width: 100%;
    height: 2.46rem;
    overflow: hidden;
    transition: 0.3s;
}

.related_box0_box {
padding: 0.15rem;
  text-align: center;
  position: relative;
  background: #F2f2f2;
}

.related_box0_box p {
    max-width: 100%;
    font-family: w20;
    font-size: 0.16rem;
    color: #333333;
    transition: 0.3s;
    line-height: .35rem;
}

.related_box0:hover .related_box0_box p {
    color: #1E5DAC;
}

.related_box0:hover .img2 {
    transform: scale(1.1);
}

@media (max-width: 1650px) {
    .thumbs_box {
        transform: scale(0.84);
        margin-left: -0.1rem;
    }
}
.messagebg{
    width: 100%;
    background: #FAFAFA;
    padding: .8rem 0;
}
.message{
    width: 9.6rem;
    background: #fff;
    margin: 0 auto;
    padding: .5rem .3rem;
}
.message .texta{
    height: .63rem;
    margin-bottom: .2rem;
    border-radius: .1rem;
    display: flex;

}
.message .texta input{
    background: #FAFAFA;
    height: .56rem;
    line-height: .56rem;
    font-size: 0.14rem;
    color: #212529;
        padding-left: .2rem;
    width: 100%;
}

.message .textarea_box {
  width: 100%;
  height: 100%;
   font-size: 0.14rem;
}
.message .textarea_box textarea{
 resize: none;
  background: #FAFAFA;
   font-size: 0.14rem;
    color: #212529;
    width: 100%;
  height: 2rem;
  padding-left: .2rem;
  padding-top: .2rem;

}
.box4_btnBox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 0.3rem;
}
.box4_btn {
  width: 1.98rem;
  height: 0.51rem;
border: 1px solid #1E5DAC;
  font-weight: 400;
  font-size: 0.14rem;
  color: #1E5DAC;
  line-height: 0.51rem;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.message p{
    font-size: 0.14rem;
    line-height: .35rem;
    text-align: center;
    margin-top: .2rem;
}
@media only screen and (max-width: 1024px) {
.product ul li{
    width: 48%;
    max-width: none;
    margin-left: 0;
    margin-right: 4% !important;
}
.product ul li:nth-child(2n){
    margin-right: 0 !important;
}
.product .tex p{
    font-size: 0.24rem;
}
.products_box1{
	display: block;
}
.products_bg .main{
    width: 100%;
}
.box1_left{
    width: 100%;
    padding: 0 .3rem;
}
.thumbs_box{
    width: 100%;
}
#thumbs{
    width: 100%;
}
.box1_right{
    width: 100%;
    max-width: none;
    padding: 0 .3rem;
}
.box1_right_text{
    font-size: 0.24rem;
    line-height: .35rem;
}
.box1_btn{
    width: 30%;
}
.box1_btn p{
    font-size: 0.24rem;
}
.products_box2_text{
    font-size: 0.24rem;
}
.related_box {
  display: block;
  width: 100%;
  padding: 0 .3rem;
  height: auto;
    overflow: hidden;
}
.related_box a{
    width: 48%;
    float: left;
    margin-right: 4%;
}
.related_box a:nth-of-type(2n){
    margin-right: 0;
}
.related_box0_box p{
    font-size: 0.24rem;
}
.message{
    width: 95%;
}
.message .texta input{
    font-size: 0.24rem;
}
.message .textarea_box textarea{
    font-size: 0.24rem;
}
.box4_btn{
    width: 30%;
    font-size: 0.24rem;
}
.message p{
    font-size: 0.24rem;
}
}