﻿

body{
    background-color: #f3f3f3;
}
.home a{ font-size: 1.4rem; color:#666666;font-family: arial;}
.home .inquiry_error{color: red;display: none;}
.home .send{padding-bottom:0px;}
.d_tips {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, .7);
  color: #fff;
  padding: 8px 20px;
}

.inquiry-iframe {
    height: 1px;
    width: 1px;
}
.sidebar{

    margin-top: 20px;
    width: 300px;
    line-height: 50px;
    box-shadow: 0px 0px 3px 0px 
    rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.sidebar .title{
    background-color: #169bd5;
    font-size: 20px;
    color: #fff;
    padding-left: 20px; 
    font-weight: bold;
}

.sidebar ul li{
    /*height: 50px;*/
    line-height: 50px;
    box-sizing: border-box;
    padding: 0 20px;
    border-bottom: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.sidebar ul li.link{
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sidebar ul li a{
    font-size: 16px;
    
}

.sidebar ul li a .text{
    font-family: Montserrat-Regular;
    font-weight: bold;
}

.sidebar ul li:hover{
    border-left: 3px solid #169bd5;
}

.sidebar ul li:hover a .text{
    color: #169bd5;
}

.sidebar ul li:hover span{
    color: #169bd5;
}



.sidebar ul li.active{
    border-left: 3px solid #169bd5;
}

.sidebar ul li.active a .text{
    color: #169bd5;
}

.sidebar ul li.active span{
    color: #169bd5;
}

.home .mainL{
    width: 300px;
}

.home .inquiryContent{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff;
	box-shadow: 0px 0px 3px 0px 
		rgba(0, 0, 0, 0.35);
        margin-top: 30px;
}

.home .inquiryContent .title{
    font-family: Montserrat-Bold;
	font-size: 20px;
	color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
}

.home .inquiryContent input{
    background-color: #f3f3f3;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    border: none;
    padding-left: 20px;
    box-sizing: border-box;
    border:0 none; outline:none;
}

.home .inquiryContent input::placeholder{
    color: #aaa;
}

.home .inquiryContent textarea{
    background-color: #f3f3f3;
    width: 100%;
    height: 80px;
    margin-bottom: 15px;
    padding: 15px;
    box-sizing: border-box;
    border:0 none; outline:none;
}

.home .inquiryContent textarea::placeholder{
    color: #aaa;
}

.home .inquiryContent .send{
    width: 100%;
    height: 39px;
	background-color: #169bd5;
    font-family: Montserrat-Regular;
	font-size: 16px;
	color: #ffffff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .mainR{
    width: calc(100% - 340px);
    margin-top: 20px;
 
}

.home .main{
    display: flex;
    justify-content: space-between;
}

.home .mainR .tabBox{
    padding: 40px 20px 50px;
    background-color: #ffffff;
}

.home .tabBox{
    margin-bottom: 50px;
}

.home .tabBox .tab{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    
}

.home .tabBox .tab li{
    width: 33%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-family: Arial-BoldMT;
	font-size: 20px;
	color: #333333;
    border: solid 1px #169bd5;
}

.home .tabBox .tab li.active{
    background-color: #169bd5;
    color: #ffffff;
}

.home .tabBox .tab li:hover{
    background-color: #169bd5;
    color: #ffffff;
    cursor: pointer;
}

.home .mainR .minProduct .title{
    margin: 45px 0 20px;
    text-align: center;
    font-family: Montserrat-Regular;
	font-size: 32px;
	color: #333333;
}

.productTab{
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.productTab .swiper-slide p{
    padding: 5px 0;
    text-align: center;
    font-family: Arial-BoldMT;
	font-size: 14px;
	color: #333333;
    border: solid 1px #169bd5;
}


.productTab .swiper-slide p.active{
    background-color: #169bd5;
    color: #ffffff;
}

.productTab .swiper-slide p:hover{
    background-color: #169bd5;
    color: #ffffff;
    cursor: pointer;
}

.productTab .swiper-slide p.active{
    background-color: #169bd5;
}

.home .mainR .minProduct .productList{
   
    flex-wrap: wrap;
    margin-top: 20px;
    display: none;

}

.home .mainR .minProduct .productList.active{
    display: flex;
}

.home .mainR .minProduct .productList li{
    width: 24.2%;
    margin-right: 1%;
}

.home .mainR .minProduct .productList li:nth-child(4n){
    margin-right: 0;
}

.home .mainR .minProduct .productList li .text{
    margin: 10px 0;
    font-family: Montserrat-Light;
	font-size: 16px;
	color: #666666;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
}

.home .mainR .minProduct .productList li .text:hover{
    color: #169bd5;
}

.home .mainR .minProduct .productList li .imgbox{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .mainR .minProduct .productList li .imgbox a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);

}

.home .mainR .minProduct .productList li .imgbox img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.home .mainR .minProduct .more{
    margin-top: 50px;
    text-align: center;
}

.home .mainR .minProduct .more a{
    font-family: Montserrat-Light;
	text-decoration: underline;
	font-size: 16px;
	color: #169bd5;
}

.home .mainR .about{
    padding: 50px 20px;
    background-color: #fff;
    margin-bottom: 50px;
}

.home .mainR .about .mainC{
    display: flex;
}

.home .mainR .about .mainC .main-l{
    width: 50%;
}

.home .mainR .about .mainC .main-r{
    width: 50%;
    padding-left: 20px;
}

.home .mainR .about .mainC .main-r .title{
    font-family: Montserrat-Regular;
	font-size: 32px;
	color: #333333;
}

.home .mainR .about .mainC .main-r .text{
    margin-top: 30px;
}

.home .mainR .about .mainC .main-r .text p{
    font-family: Montserrat-Light;
	font-size: 16px;
	line-height: 1.5;
	color: #666666;
         overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 12;
        -webkit-box-orient: vertical;
}

.home .mainR .about .mainC .main-r .more {
    margin-top: 30px;
}

.home .mainR .about .mainC .main-r .more a{
    font-family: Montserrat-Regular;
	text-decoration: underline;
	font-size: 20px;
	letter-spacing: 0px;
	color: #169bd5;
}

.home .mainR .about .contact{
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.home .mainR .about .contact li{
    width: 24%;
    height: 0;
    position: relative;
    padding-bottom: 24%;

}

.home .mainR .about .contact li:hover{
    box-shadow: 0px 0px 6px 0px 
		rgba(0, 0, 0, 0.35);
}

.home .mainR .about .contact li .content{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
     align-items: center;
     border: solid 1px #e3e3e3;


}

.home .mainR .about .contact li .fontBox{
    width: 68px;
	height: 68px;
	background-color: #169bd5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 30px;
    flex-shrink: 0;
}

.home .mainR .about .contact li .fontBox img{
    width: 100%;
    object-fit: cover;
}


.home .mainR .about .contact li .fontBox span{
    font-size: 40px;
    color: #fff;
}

.home .mainR .about .contact li .text,
.home .mainR .about .contact li .textTwo{
    font-family: Montserrat-Regular;
	font-size: 16px;
    line-height: 1.5;
	color: #666666;
    width: 90%;
    text-align: center;
}

.home .mainR .moreProduct{
    padding: 50px 20px;
    background-color: #fff;
    margin-bottom: 50px;
}

.home .mainR .moreProduct {
    position: relative;
    overflow: hidden;
}

.home .mainR .moreProduct .title{
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 32px;
    color: #333333;
}

.home .mainR .moreProduct .swiper-slide .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .mainR .moreProduct .swiper-slide .imgbox a{
    display: block;
    width: 100%;
}

.home .mainR .moreProduct .swiper-slide .imgbox img{
    width: 100%;
}

.home .mainR .moreProduct .text{
    margin: 10px 0;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;      
}

.home .mainR .moreProduct .text:hover{
    color: #169bd5;
}

.home .mainR .moreProduct .swiper-next{
    padding-top: 3px;
    width: 25px;
	height: 25px;
	background-color: #999999;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 52%;
    z-index: 9;
    right: 10px;
}

.home .mainR .moreProduct .swiper-next span{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.home .mainR .moreSwiper {
    overflow: hidden;
    margin-top: 50px;
}

.home .mainR .moreProduct .swiper-prev{
    padding-top: 3px;
    position: absolute;
    width: 25px;
	height: 25px;
	background-color: #999999;
    display: flex;
    justify-content: center;
    align-content: center;
 
    top: 52%;
    z-index: 9;
    left: 10px;
}

.home .mainR .moreProduct .swiper-prev span{
    font-size: 20px;
    color: #fff;
}

.home .mainR .moreProduct .swiper-prev:hover{
    background-color: #169bd5;
    color: #fff;
}

.home .mainR .moreProduct .swiper-next:hover{
    background-color: #169bd5;
    color: #fff;
}

.home .mainR .tabBox .tabList .addList{
    display: none;
    margin-top: 20px;
}

.home .mainR .tabBox .tabList .addList.active{
    display: block;
}

.home .mainR .tabBox .tabList .addList .autoProList .swiper-wrapper{
    display: flex;
    flex-wrap: wrap;
}

.home .mainR .tabBox .tabList .addList .autoProList .autoPro{
    width: 24.2%;
}

.home .mainR .tabBox .tabList .recommended .title{
    margin: 45px 0 20px;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 32px;
    color: #333333;
}

.home .mainR .tabBox .tabList .recommended .recommendedList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.home .mainR .tabBox .tabList .recommended .recommendedList li{
    width: 24.2%;
    margin-right: 1%;
}

.home .mainR .tabBox .tabList .recommended .recommendedList li:nth-child(4n){
    margin-right: 0;
}

.home .mainR .tabBox .tabList .recommended .recommendedList li .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .mainR .tabBox .tabList .recommended .recommendedList li .imgbox a{
    display: block;
    width: 100%;
}

.home .mainR .tabBox .tabList .recommended .recommendedList li .imgbox img{
     width: 100%;
     object-fit: contain;
}

.home .mainR .tabBox .tabList .recommended .recommendedList li .text{
    margin: 10px 0;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home .mainR .tabBox .tabList .recommended .recommendedList li .text:hover{
    color: #169bd5;
}

.home .mainR .tabBox .category{
    margin-top: 50px;
}


.home .mainR .tabBox .category .categoryMain{
    display: flex;
}

.home .mainR .tabBox .category .categoryMain .main-l{
    width: 45%;
    flex-shrink: 0;
}

.home .mainR .tabBox .category .categoryMain .main-l .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .mainR .tabBox .category .categoryMain .main-l .imgbox img{
    width: 100%;
    object-fit: contain;
}

.home .mainR .tabBox .category .categoryMain .main-r{
    padding-left: 15px;
}

.home .mainR .tabBox .category .categoryMain .main-r .title{
    font-family: 'Myriad Pro';
    line-height: 1.5;
    font-size: 24px;
}

.home .mainR .tabBox .category .categoryMain .main-r .text{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #666;
    margin-top: 20px;
    line-height: 1.5;
}

.home .mainR .tabBox .category .categoryMain .main-r .more{
    display: flex;
    margin-top: 30px;
   
}


.home .mainR .tabBox .category .categoryMain .main-r .more .view{
    width: 200px;
    height: 35px;

    border: 1px solid #e3e3e3;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.home .mainR .tabBox .category .categoryMain .main-r .more .view a{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #666;
}

.home .mainR .tabBox .category .categoryMain .main-r .more .view:hover{
    background-color: #169bd5;
}

.home .mainR .tabBox .category .categoryMain .main-r .more .view:hover a{
    color: #fff;
}

.home .mainR .tabBox .category .categoryMain .main-r .more .submit{
    width: 110px;
    height: 35px;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .mainR .tabBox .category .categoryMain .main-r .more .submit a{
    font-family: 'Montserrat';
    font-size: 16px;
    color: #666;
}

.home .mainR .tabBox .category .categoryMain .main-r .more .submit:hover{
    background-color: #169bd5;
}

.home .mainR .tabBox .category .categoryMain .main-r .more .submit:hover a{
    color: #fff;
}

.home .mainR .tabBox .category .moreSwiper{
    position: relative;
    overflow: hidden;
}

.home .mainR .tabBox .category .moreSwiper .swiper-slide .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home .mainR .tabBox .category .moreSwiper .swiper-slide .imgbox a{
    display: block;
    width: 100%;
}

.home .mainR .tabBox .category .moreSwiper .swiper-slide .imgbox img{
    width: 100%;
}

.home .mainR .tabBox .category .moreSwiper .swiper-slide .text{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 10px 0;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.home .mainR .tabBox .category .moreSwiper .swiper-slide .text:hover{
    color: #169bd5;
}

.home .mainR .tabBox .category .moreSwiper .swiper-prev{
    padding-top: 5px;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #999999;
    display: flex;
    justify-content: center;
    align-content: center;
    top: 40%;
    z-index: 9;
    left: 0;
}

.home .mainR .tabBox .category .moreSwiper .swiper-next{
    padding-top: 5px;
    width: 25px;
    height: 25px;
    background-color: #999999;
    display: flex;
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 40%;
    z-index: 9;
    right: 0;
}

.home .mainR .tabBox .category .moreSwiper .swiper-prev span{
    font-size: 20px;
    color: #fff;
}

.home .mainR .tabBox .category .moreSwiper .swiper-next span{
    font-size: 20px;
    color: #fff;
}

.home .mainR .tabBox .category .moreSwiper .swiper-prev:hover{
    background-color: #169bd5;
    color: #fff;

}

.home .mainR .tabBox .category .moreSwiper .swiper-next:hover{
    background-color: #169bd5;
    color: #fff;
}

.home .mainR .tabBox .productVideo .title{
    margin: 45px 0 20px;
    text-align: center;
    font-family: Montserrat-Regular;
    font-size: 32px;
    color: #333333;
}

.home .mainR .tabBox .productVideo .productVideoList{
    display: flex;
    flex-wrap: wrap;
}

.home .mainR .tabBox .productVideo .productVideoList li{
    width: 24.2%;
    margin-right: 1%;
}

.home .mainR .tabBox .productVideo .productVideoList li:nth-child(4n){
    margin-right: 0;
}

.home .mainR .tabBox .productVideo .productVideoList li .imgbox{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.home .mainR .tabBox .productVideo .productVideoList li .imgbox a{
    display: block;
    width: 100%;
}

.home .mainR .tabBox .productVideo .productVideoList li .imgbox .play{
    position: absolute;
    bottom: 5%;
    right: 5%;
    width: auto;
    
    
}

.home .mainR .tabBox .productVideo .productVideoList li .imgbox .play span{
    font-size: 32px;
    color: #4d4d4d;
}

.home .mainR .tabBox .productVideo .productVideoList li .imgbox .play:hover span{
    color: #169bd5;
    cursor: pointer;
}

.home .mainR .tabBox .productVideo .productVideoList li .imgbox img{
    width: 100%;
    object-fit: contain;
}

.home .mainR .tabBox .productVideo .productVideoList li .text{
    margin: 10px 0;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home .mainR .tabBox .productVideo .productVideoList li .text:hover{
    color: #169bd5;
}

.new_1440{
    max-width: 1440px;
    margin: 0 auto;
}

.phone{
    display: none;
}

@media only screen and (max-width: 1340px){
    .home .tabBox .tab li{
        width: 48%;
        margin-bottom: 10px;
        
    }

    .home .mainR .about .contact li .fontBox{
        width: 60px;
        height: 60px;
        margin: 20px 0;
    }

    .home .mainR .about .contact li{
        width: 49%;
        margin-bottom: 20px;
        padding-bottom: 48%;
    }

    .home .mainR .about .contact li .content{
       align-items: center;
       justify-content: center;
    }
}

@media only screen and (max-width: 1040px){

    .home .inquiryContent .send{
        font-size: 20px;
        height: 50px;
    }

    .home .inquiryContent .title{
        text-align: center;
        font-family: Montserrat-Regular;
        font-size: 32px;
        font-weight: 400;
        color: #333333;
    }

    .home .mainR .minProduct .productList li .text{
        text-align: center;
    }
    .home .mainR .tabBox .tabList .recommended .recommendedList li .text{
        text-align: center;
    }

    .home .mainR .tabBox .productVideo .productVideoList li .text{
        text-align: center;
    }
    
    .phone{
        display: block;
    }

    .home .mainR .tabBox .category .categoryMain .main-r .title{
        margin-top: 10px;
    }

    .new_1440{
        width: 100%;
    }
    
    .home .mainL{
        display: none;
    }

    .home .mainR{
        width: 100%;
    }

    .home .mainR .tabBox .productVideo .productVideoList li{
        width: 49%;
    }

    .home .mainR .minProduct .productList li{
        width: 49%;
    }

    .home .mainR .minProduct .title{
        margin: 20px 0;
    }

    .home .mainR .tabBox .tabList .recommended .title{
        margin: 20px 0;
    }
    .home .mainR .tabBox .tabList .recommended .recommendedList li{
        width: 49%;
    }

    .home .mainR .tabBox .tabList .addList .autoProList .autoPro{
        width: 49%;
    }

    .home .mainR .tabBox .category .categoryMain{
        flex-direction: column;
    }
    .home .mainR .tabBox .category .categoryMain .main-l{
        width: 100%;
    }

    .home .mainR .tabBox .category{
        margin-top: 20px;
    }

    .home .mainR .tabBox .category .categoryMain .main-r{
        padding-left: 0;
    }

    .home .mainR .tabBox .productVideo .title{
        margin: 20px 0;
    }

    .home .mainR .about .mainC{
        flex-direction: column;
    }

    .home .mainR .about .mainC .main-l{
        width: 100%;
    }

    .home .mainR .about .mainC .main-r{
        width: 100%;
        padding-left: 0px;
    }

    .home .inquiryContent.phone{
        margin: 20px;
    }

    .home .inquiryContent{
        width: calc(100% - 40px );
    }


    .home .mainR .about .contact li{
        padding-bottom: 24%;
    }
    
}

@media only screen and (max-width: 767px){
    .home .tabBox .tab li {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .home .inquiryContent{
        width: calc(100% - 20px );
    }

    .home .mainR .about .contact li{
        padding-bottom: 48%;
    }

    .home .mainR .tabBox{
        padding: 20px 10px 25px;
    }
    .home .mainR .minProduct .title{
        margin: 10px 0;
        font-size: 18px;
    }
    .home .mainR .tabBox .tabList .recommended .title{
        margin: 10px 0;
        font-size: 18px;
    }

    .home .mainR .minProduct .productList li .text{
        font-size: 14px;
    }

    .home .mainR .tabBox .tabList .recommended .recommendedList li .text{
        font-size: 14px;
    }

    .home .mainR .tabBox .category{
        margin-top: 10px;
    }

    .home .mainR .tabBox .category .categoryMain .main-r .title{
        margin: 10px 0;
        font-size: 18px;
    }

    .home .mainR .tabBox .category .categoryMain .main-r .text{
        margin-top: 10px;
        font-size: 12px;
    }

    .home .mainR .tabBox .category .categoryMain .main-r .more .view{
        width: 150px;
        height: 30px;
        
    }

    .home .mainR .tabBox .category .categoryMain .main-r .more .view a{
        font-size: 14px;
    }

    .home .mainR .tabBox .category .categoryMain .main-r .more .submit{
        font-size: 14px;
    }

    .home .mainR .tabBox .category .categoryMain .main-r .more .submit{
        height: 30px;
    }

    .home .mainR .tabBox .category .categoryMain .main-r .more{
        margin-top: 10px;
    } 

    .home .mainR .moreSwiper{
        margin-top: 20px;
    }

    .home .mainR .tabBox .productVideo .title{
        margin: 10px 0;
    }

    .home .mainR .tabBox .productVideo .title{
        margin: 10px 0;
        font-size: 18px;
    }

    .home .mainR .tabBox .productVideo .productVideoList li .text{
        font-size: 14px;
    }

    .home .mainR .about .mainC .main-r .title{
        font-size: 18px;
    }

    .home .mainR .about .mainC .main-r .text{  
        margin-top: 15px;
    }

    .home .mainR .about .mainC .main-r .text p{
        font-size: 14px;
    }

    .home .mainR .about{
        padding: 25px 10px;
        margin-bottom: 25px;
    }

    .home .mainR .about .mainC .main-r .more{
        margin-top: 15px;
        
    }

    .home .mainR .about .mainC .main-r .more a{
        font-size: 14px;
    }

    .home .mainR .about .contact{
        margin-top: 25px;
    }

    .home .mainR .about .contact li .text, .home .mainR .about .contact li .textTwo{
        font-size: 12px;
    }
    

    .home .mainR .about .contact li .fontBox{
        width: 40px;
       height: 40px;
       
        margin: 10px 0;
    }

    .home .mainR .about .contact li .fontBox span {
        font-size: 30px;
    }

    .home .mainR .moreProduct{
        padding: 25px 10px;
        margin-bottom: 25px;
    }
    .home .mainR .moreProduct .title{
        font-size: 18px;
    }

    .home .mainR .moreSwiper{
        margin-top: 10px;
    }

    .home .mainR .moreProduct .text{
        font-size: 14px;
    }

    .home .mainR .minProduct .more{
        margin-top: 25px;
    }

    .home .inquiryContent.phone{
        margin: 10px;
    }

    .home .inquiryContent.phone .title{
        text-align: center;
        font-weight: 400;
    }

    .productTab{
        margin-top: 10px;
    }

    .home .mainR .tabBox .tabList .addList{
        margin-top: 10px;
    }

    .home .inquiryContent .send{
        font-size: 16px;
        height: 36px;
    }
}