.introduce{

    margin: 0 !important;
    padding: 78px 0;
    background: #FBFBFB;
    overflow: hidden;

}
.introduce-banner{
    height: 100%;
    /* background-image: url('/img/gs.png');
   
    background-size: 100% 100%; */
    /* background-size: cover; */

}
.introduce-content{
   padding:  0px 96px 0 112px;
}
.introduce-left{
    padding-top: 80px;
}

.title-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

}
.title-block > .title-text{
   
    font-size: 31px;
    font-weight: 500;
    color: #f08201;
    text-align: center;
    z-index: 1;
    position: relative;

}
.title-block  > span{
    position: absolute;
    font-size: 28px;
    font-weight:400;
    color: #FBEEDF;
    width: 100%;
    left: 0;
    top: 30px;
    z-index: 0;
    text-align: center;
}
.onlyspan{
    position: absolute;
    font-size: 28px;
    font-weight: 400;
    color: #FBEEDF;
    width: 115%;
    left: -27px;
    top: 22px;
    z-index: -1;
    text-align: center;
}
.title-border{
    width: 210px;
    height: 1px;
    background: #F3E0CE;
    line-height: 1px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-top: 30px;
}
.title-border > span{
    display: inline-flex;
   
    height: 3px;
    width: 20%;
    background: #EE7A06;
}
.introduce-item {
}
.introduce-col{
    margin-top: 103px;
}
.introduce-col > li{
    margin-top: 31px;
}
.introduce-item  li{
    list-style: none;
    display: flex;
    align-items: center;
    color: #333333;
    font-size: 18px;
   
}
.introduce-item  li > img{
    width: 56px;
    height: 57px;
    margin-right: 19px;
}
.create-time{
    font-size: 32px;
    color: #333333;
    font-weight: 500;
    position: relative;
    margin-top: 124px;
    padding-left: 23px;
}


.create-time img{
   width: 110px;
   height: 83px;
   position: absolute;
   left: 0;
   top:-50px
}
.introduce-num{
    /* display: flex;
    justify-content: space-between; */
    margin-top: 1%;
    width: 100%;

}
.introduce-img{
    height:calc(100vh - 156px)
}
.introduce-num > li{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    
}
.introduce-num > li > p{
    color: #F18000;
    font-weight: 500;
    font-size: 56px;
    margin: 0px;
}
.introduce-num > li > span{
    color: #666666;
    font-weight: 500;
    font-size: 18px;
    margin: 0px;
}
.introduce-num > li > p >span{
    font-size: 18px;
    font-weight: 500;
}
.service{

    padding: 50px 0px 60px 0px ;


}
.service-content{
    margin-top: 39px;
}

.service-item{
    position: relative;
    transition:1s ease-out all;
    padding-top: 2px;
    padding-left: 1px;
    padding-right: 1px;
    overflow: hidden;
   cursor: pointer;
}
.shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
   
    margin-top: 2px;
    margin-left: 1px;
    margin-right: 1px;

}
.service-item > p{
    transition:0.5s  all;
    position: absolute;
    width: 100%;
    bottom: 25%;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

.service-item > p > span:nth-child(1){
    margin-bottom: 6px;
   display: block;
   font-size: 25px;
   font-weight: bold;
  

}
.service-item-text{
    font-size: 12px;
  
}

.service-item:hover > p{
    /* opacity: 0; */
    transform: scale(1.2)
}
.map{
    padding-bottom: 55px;
    padding-top: 50px;
    background: #FBFBFB;
}
.map-content {
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 0 173px 0 142px; */
}
.map-text{
    /* width: 20%;
    height: 268px; */
    background: #fff;
    margin-left: 145px;
    color: #666666;
    font-size: 19px;
    display: flex;
    flex-direction: column;
    padding: 38px 25px;
    border: 1px solid #E2730F;
}
.map-text  span{
    color:#F08201;
    font-size: 27px;
    font-weight: bold;
}
.news{
    padding-top: 50px;
    padding-bottom: 50px;
    min-height:calc(95vh + 20px)  ;
    background-color: #FBFBFB;
    
}
.news-content{

    position: relative;
    padding: 0 2%;
}
.news-list {
    /* padding: 0 2%; */
    padding-top:8%;
}

.news-more{
    font-size: 26px;
    font-weight: 400;
    text-align: right;
    position: absolute;
    width: 100%;
    top:calc( 10% + 20px);
    left: 0;
    padding-right: 5%;
}
.news-more  a{
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    color: #999999 !important;
    text-decoration:none;
    cursor: pointer;
}
.news-more  a:hover{
    color: #f08201 !important;
   
}
.news-list-item{
    padding: 20px 50px 0 50px;
   
}
.news-list-item > div{
    border-radius: 6px;
}
.news-list-item  img{
    width: 100%;
    border-radius: 6px 6px 0 0;
}
.news-list-item:hover > div{
    box-shadow: 0px 22px 50px 0px rgba(151,151,151,0.3);
    
}
.news-list-item:hover{
    padding: 16px 50px 0 50px;
    
}
.news-content > div:nth-child(1){
    
    position: absolute;
    width: 100%;
    top: 3%;
    left: 0%;
}
.news-bg {
    width: 74%;
    margin: 0 auto;
}
.news-bg{
    
}
.new-item-text {
    background: #fff;
    padding: 25px 28px 0px 28px;
    height: 175px;
    border:1px solid #F5F5F5;
    border-top: none;
    border-radius:  0 0 6px 6px;
}


.new-item-text > p {
    color: #333333;
    font-weight: 500;
    font-size: 26px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    text-align: left;
}
.new-item-text > span {
    color: #999999;
    font-size: 18px;
    display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.brand{
    padding-top: 50px;
    padding-bottom: 150px;
}
.brand-content img{
    width: 100%;
}
.brand-content > div{
    padding: 0px 4.2% 0 4.2%;
    margin-top: 90px;
    height: 75px;
}
.sw-content{
    /* padding-bottom: 70px; */
 }
.xidi{

    background: #FBFBFB;
    padding-bottom: 50px;
}
.xidi-title{
    font-size: 36px;
    margin-top: 50px;
    font-weight: 500;
    text-align: center;
    color: #333333;
}
.xidi-item{
    padding: 16px 50px 0 50px;
   
}
.xidi-item > div{
    transition: all 0.3s;
}
.xidi-item:hover > div{
    box-shadow: 0px 22px 50px 0px rgba(151,151,151,0.3);
    transform: translateY(-3px);
    
}
.xidi-item:hover .xidi-item-text{
    background: #fff;
   
}
.xidi-item img{
    width: 100% !important;
}
.xidi-item a {
    text-decoration: none;
}
.xidi-item-text{
    font-size: 23px;
    color: #333333; 
    background: #F7F7F7;
    border-radius:  0 0 6px 6px;
    height: 136px ;
    padding: 31px 50px ; 
}
.xidi-item-text > span{
    font-size: 26px;
    color: #F08201;
    font-weight: 500;
}
.title-padding-top{
    padding-top: 40px;
}
.retail{
    padding-bottom: 5%;
    background-image: linear-gradient(to bottom,#FFFFFF,#F5F5F5);
}

.retail-text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10%;
}
.retail-text-top{
    background: #fff;
    font-size: 36px;
    padding: 4px 0;
    font-weight: 500;
    color: #F08201;
   
    text-align: center;
}
.retail-text-bom{
    font-size: 28px;
    color: #fff;
    line-height: 50px;
    letter-spacing: 2px;
    margin-top: 72px;
}
.affairs{
    position: relative;
    padding-bottom: 4%;
}
.advantage-title{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5%;
}
.ad-l-line{
    width: 10%;
    height:1px;
    background-image: linear-gradient(to left,#E6E6E6,#FFFFFF);
}
.ad-block{
   width: 14px;
   height: 14px;
   background: #e6e6e6; 
}
.ad-title{
    font-size: 36px;
    margin: 0 30px;
    color: #333333;
    font-weight: 500;
}
.ad-r-line{
    width: 10%;
    height:1px;
    background-image: linear-gradient(to right,#E6E6E6,#FFFFFF);
    
}
.ad-list-col{
    padding: 0 61px;
}
.ad-list-item{
    background: #fff;
    box-shadow: 0px 0px 80px 0px #F4F1EE;
    box-sizing: border-box !important;
    padding:30px 63px;
}
.ad_ptn{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60%;
    z-index: -1;
}
.ad-list{
    margin-top: 3%;
}
.ad-list-item-top{
    display: flex;
    align-items: center;
    font-size: 23px;
    font-weight: 500;
    color: #FF9B5A;
}
.ad-list-item-top > img{
    width: 50px;
    margin-right: 16px;
}
.ad-list-item-bottom{
    color: #666666;
    font-size: 17px;
    margin-top: 19px;
    margin-bottom: 0;
}
.brand-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.brand-item-img > img{
    width: 100%;
    margin: 0 auto;
    
}
.brand-item-img{
    width: 20%;
    padding: 3.2% 4.2%;
}
.toleft:hover{
    color: #F08201 !important;
}
.toright:hover{
    color: #F08201 !important;
}
@media (max-height:850px){
    .introduce-content {
        padding: 0 96px 0 112px;
    }
    .introduce-left{
        padding-top: 1.5%;
    }

    .introduce-item li{
        font-size: 12px;
    }
    .introduce-col {
        margin-top: 93px;
    }
    .create-time{
        margin-top: 110px;
    }
}

@media (min-width:1601px){
    .container{
        width: 1480px;
    }
}

@media (min-width: 991px) and (max-width: 1600px){
    .new-item-text > p {
        font-size: 20px;
    }
    .new-item-text > span {
        font-size: 13px;
    }
    .new-item-text {
        padding: 15px 28px 0px 28px;
        height: 120px;
    }
    .news-more{
        font-size: 20px;
    }
    .news-more .icon_right{
       font-size: 18px;
    }
    .introduce-num > li > p {
        font-size: 36px;
    }
}

@media (min-width: 1200px) and (max-width: 1600px){
    .xidi-item-text{
        font-size: 18px;
        height: 117px ;
        padding: 25px 25px ;
        
    }
    .ad-list-col{
        padding: 40px;
    }
    .xidi-item-text > span{
        font-size: 20px;
        color: #F08201;
        font-weight: 500;
    }
    .ad-list-item {
        padding: 25px 35px;
    }
    .ad-list-item-top{
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        color: #FF9B5A;
    }
    .ad-list-item-top > img{
        width: 30px;
        margin-right: 16px;
    }
    .ad-list-item-bottom{
        color: #666666;
        font-size: 12px;
        margin-top: 19px;
        margin-bottom: 0;
    }
}
@media (min-width: 1501px) and (max-width: 1750px){
    .retail-text-top{
        background: #fff;
        font-size: 30px;
        padding: 4px 0;
        font-weight: bold;
        color: #F08201;
        text-align: center;
    }
    .retail-text-bom{
        font-size: 22px;
        color: #fff;
        line-height: 40px;
        letter-spacing: 2px;
        margin-top: 72px;
    }
}
@media (min-width: 993px) and (max-width: 1501px){
    .toleft,.toright{
        font-size:60px !important;
    }
    .retail-text-top{
        background: #fff;
        font-size: 22px;
        padding: 4px 33px;
        color: #F08201;
        text-align: center;
    }
    .retail-text-bom{
        font-size: 18px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-top:52px;
    }
}
@media (max-width: 1024px){
    .new-item-text > p {

        font-size: 17px;

    }
    .new-item-text > span {

        font-size: 12px;

    }
    
    .new-item-text {
        padding: 12px 20px 0px 20px;
        height: 99px;
    }

    .map-content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        /* padding: 0 173px 0 142px; */

        
    }
    .map-text{
        background: #FAFAFA;
        margin-left:0px;
        color: #666666;
        font-size: 16px;
        display: flex;
        flex-direction: column;
        padding: 38px 25px;
        margin-bottom: 60px;
    }
    .map-img{
        width: 80% !important;;
    }
    
}
@media (max-width: 1201px){
    .introduce-num > li{
        align-items: center;
        margin-top: 60px;
    }
    .ad-list-item{
        margin-top: 15px;
    }
    .introduce-col {
        margin-top: 50px;
    }
    .introduce{
        padding: 0;
        height: auto;
        min-width: 0;
        overflow: hidden;
        padding-bottom: 40px;
    }

}
 @media (max-width: 992px){
    .xidi-item{
        padding: 16px 0px 0 0px;
       
    }
    .toleft,.toright{
        font-size:50px !important;
    }
    .ad-title{
        font-size: 26px;
    }
    .md-padding{
        padding: 0 30px !important;
    }
    .retail-content {
        padding: 0 30px !important;
    }
    .xidi-title{
        font-size: 20px;
        margin-top: 50px;
        font-weight: 500;
    }
    .news-more{
        font-size: 16px;
        top: 2%;
        padding-right: 10%;
    
    }
    .introduce-col{
        margin-top: 50px;
    }
    .news-more .icon_right{
       font-size: 18px !important;
       /* margin-left: 3px !important; */
    }
    .introduce-num{
        padding-left: 5%;
    }
    .news-more img{
        width: 20px  !important;
    }
    
    .introduce-content{
        padding: 0 4% 0 4%;
        display: flex;
        flex-direction: column;
        align-items: center;
     
     }
     .introduce-left{
        padding-top: 20px;
    }
     .introduce-item li{
        font-size: 12px;
     }
     .introduce-item  li > img{
        width: 46px;
        height: 47px;
        margin-right: 12px;
    }
    .service-item-text{
        font-size: 12px;
    }
    .title-block > .title-text{

        font-size: 22px;

    }
    .onlyspan{
        font-size: 14px;
    
    }
    .title-block >span{
        font-size: 19px;
    }
    .title-border{
        margin-top: 15px;
    }
    .introduce-item {
    
        margin-top: 0px;
    }
    
    .introduce-num > li > p{
        font-size: 36px;
        margin: 0px;
    }
    .introduce-num > li > span{

        font-size: 12px;
        margin: 0px;
    }
    .introduce-num > li > p >span{
        font-size: 12px;
        font-weight: 500;
    }
    .create-time{
        font-size: 22px;
       font-weight: 500;
        margin-top: 69px;
        padding-left: 23px;
    }
    .service {
        padding: 32px 0px 60px 0px;
    }
    .brand {
        padding-top: 20px;
    }
    .carousel-indicators li{
        width:35px !important;
        height: 2px !important;
     }
    .carousel-indicators .active{
        width:35px !important;
        height: 2px !important;
    }
    .brand-content {
        padding-top: 20px;
    }
    .brand-content > div{
        margin-top:15px;
        padding: 0px 7% 0 7%;
     }
     
     .new-item-text {
        padding: 12px 6px 0px 6px;
        height: 99px;
    }
    .news{
        padding-top: 20px;
    }
}

@media (max-width:768px){
    .retail-text-top{
        background: #fff;
        font-size: 23px;
        padding: 4px 0px;
        color: #F08201;
        text-align: center;
    }
    .toleft,.toright{
        font-size:40px !important;
    }
    .retail-text-bom{
        font-size: 19px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-top:52px;
    }
    .service-item > p > span:nth-child(1) {
        font-size: 18px;
    } 
    .service-item > p{
        font-size: 13px;
    }
    .brand{
        padding-bottom: 10px;
    }
    .xidi-item-text{
        font-size: 16px;
        height: 100px ;
        padding: 25px 35px ;
        
    }
    .xidi-item-text > span{
        font-size: 18px;
        color: #F08201;
        font-weight: 500;
    }
    .ad-list-item {
        padding: 25px 35px;
    }
    .ad-list-item-top{
        display: flex;
        align-items: center;
        font-size: 18px;
        font-weight: 500;
        color: #FF9B5A;
    }
    .ad-list-item-top > img{
        width: 30px;
        margin-right: 16px;
    }
    .ad-list-item-bottom{
        color: #666666;
        font-size: 12px;
        margin-top: 19px;
        margin-bottom: 0;
    }
    
}
@media (max-width:618px){
    .retail-text-top{
        background: #fff;
        font-size: 14px;
        padding: 4px 0px;
        color: #F08201;
        text-align: center;
    }
    .toleft,.toright{
        font-size:25px !important;
        top: 35% !important;
    }
    .retail-text-bom{
        font-size: 12px;
        line-height: 30px;
        letter-spacing: 1px;
        margin-top:30px;
    }
    .retail-content{
        margin-top: 30px !important;
    }

    .ad-list-col{
        padding: 0;
    }
}