/*初始化样式*/
input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}
p{margin: 0;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

.com-img{ display:block; overflow:hidden;}
.com-img img{ transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

.xypg-right-content{font-size: 16px;}

.j-space-between{justify-content:space-between}
.j-flex-start{justify-content:flex-start}
.j-flex-end{justify-content:flex-end}
.j-center{justify-content:center}
.a-j-center{align-items:center;justify-content:center}
.a-center{align-items:center}
.a-flex-start{align-items:flex-start}
.a-flex-end{align-items:flex-end}

/*主体样式*/
.changhhg{
    padding: 0 2%;
}
.flex22{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.dlogo{
    width: 16%;
}
.dlogo img{
    max-width: 100%;
    height: auto;
}
.nnav{
    width: 45%;
}
.haondf{
    width: 12%;
    background: url(//cdn.myxypt.com/0c1eb195/25/05/d0f1e108e0002a9fab847f0d5928fca7a9831a56.png) left center no-repeat;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 18px;
    color: #292828;
    line-height: 100px;
    margin-left: 13%;
}
#formsearch1 input{background:none;border:none;float:left;width:80%;outline: none;border-right: none;}
#formsearch1 input#keyword{height:35px;line-height:35px;padding-left:4px;color:#666;}
#formsearch1 input#s_btn{width:20%;height:35px;line-height:35px;text-align:center;background:url(//cdn.myxypt.com/0c1eb195/25/05/b78265e6fb8204f238919e05b7ed27bb9152e3fc.png) no-repeat center;color:#fff;border:none;cursor:pointer;
font-size: 0px;
}
.sfgjg{
    background: url(//cdn.myxypt.com/0c1eb195/25/05/41a2e8b421ab540b7bfff4ca6b2cacc3ef298ec3.png) left center no-repeat;
    width: 11%;
    height: 35px;
    line-height: 35px;
    margin-top: 35px;
}

/*关于我们*/
.nei{
    background: url(//cdn.myxypt.com/0c1eb195/25/05/473ec2caa340fc116a598893c8977351c601b6d7.jpg) center center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.nei::after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 67.4%;
    content: '';
    background: url(//cdn.myxypt.com/0c1eb195/25/05/79a606f7429d71e53ea6127c0245adf4bfde1ab8.png) no-repeat;
    background-size: 100% 100%;
    height: 40%;
}
.changhhh{
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 2%;
}
.abttrle{
    width: 65%;
    text-align: center;
    padding-top: 10%;
}
.abttrrt{
    width: 35%;
    box-sizing: border-box;
    padding: 17% 0px;
    position: relative;
}
.abttrrt::after{
   position: absolute;
   top:0px;
   height: 100vw;
   content: '';
   background: #d2d2d2;
   left: 17%;
   width: 1px;
}
.abttrle_a img{
    max-width: 100%;
    height: auto;
}
.abttrle_a {
    text-align: center;
}
.abttrle_b{
    font-size: 2.1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 2px;
	color: #080808;
}
.abttrle_c{
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height:40px;
	letter-spacing: 0px;
	color: #666666;
}
.abttrle_m{
    background: url(//cdn.myxypt.com/0c1eb195/25/05/232fa0e6907465d4650d14522badd383000062ed.png) left center no-repeat;
    line-height: 50px;
	letter-spacing: 0px;
	color: #222426;
    margin: 4% auto 0;
    width: 222px;
    position: relative;
    transition: all 0.6s ease;
    border-radius: 60px;
    box-sizing: border-box;
    padding-left: 41px;
}
.abttrle_m::after{
   transition: all 0.6s ease;
   position: absolute;
   left: 0px;
   width: 0%;
   content: '';
   background: url(//cdn.myxypt.com/0c1eb195/25/05/232fa0e6907465d4650d14522badd383000062ed.png) left center no-repeat #d9b965;
   line-height: 50px;
   height: 50px;
   border-radius: 60px;
   opacity: 0;
}
.abttrle_m:hover::after{
    width: 100%;
    transition: all 0.6s ease;
    opacity: 1;
}
.abttrle_m a{
    color: #222426;
    position: relative;
    z-index: 999;
}
.qiehusnd{
    overflow: hidden;
}
.qiehusndgghle{
    width: 12%;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #070807;
    text-align: center;
}
.qiehusndgghzh{
    background: url(//cdn.myxypt.com/0c1eb195/25/05/e9603eab1e554a76748a47a6e321f98e0ce69c67.png) center center no-repeat;
    width: 16px;
    height: 16px;
    margin-top: 8px;
}
.qiehusndgghrt{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
    width: 78%;
}
.qiehusnd .swiper-wrapper .swiper-slide{
    height: 16vh;
    overflow: hidden;
    opacity: 0.6;
}
.qiehusnd .swiper-wrapper .swiper-slide-next{
    opacity: 1;
}
/*汽车配件系列*/
.nei1{
    background: #d9b965;
    box-sizing: border-box;
    padding: 3%;
    overflow: hidden;
}
.qiehudnfgle{
    width: 24%;
}
.qiehudnfgle_a{
    width: 51px;
	height: 3px;
	background-color: #080808;
}
.qiehudnfgle_b{
    font-size: 18px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #080808;
    box-sizing: border-box;
    padding-top: 3%;
}
.qiehudnfgle_c{
    font-size: 2.1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 2px;
	color: #080808;
}
.qiehudnfgle_m{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 35px;
	letter-spacing: 0px;
	color: #080808;
}
.qiehudnfgle_e{
    background: url(//cdn.myxypt.com/0c1eb195/25/05/604fd394be712c31e49a9cf5d90bd0cc7ef0de78.png) left center no-repeat;
    line-height: 50px;
	letter-spacing: 0px;
	color: #222426;
    position: relative;
    transition: all 0.6s ease;
    border-radius: 60px;
    box-sizing: border-box;
    padding-left: 60px;
    width:60%;
    cursor: pointer;
    margin-top: 5%;
}
.qiehudnfgle_e::after{
   transition: all 0.6s ease;
   position: absolute;
   left: 0px;
   width: 0%;
   content: '';
   background: url(//cdn.myxypt.com/0c1eb195/25/05/604fd394be712c31e49a9cf5d90bd0cc7ef0de78.png) left center no-repeat #080808;
   line-height: 50px;
   height: 50px;
   border-radius: 60px;
   opacity: 0;
}
.qiehudnfgle_e:hover::after{
    width: 100%;
    transition: all 0.6s ease;
    opacity: 1;
}
.qiehudnfgle_e a{
    color: #222426;
    position: relative;
    z-index: 999;
}
.qiehudnfgle_e:hover a{
    color: #d9b965;
}
.qiehudnfgrt{
    width: 75%;
    position: relative;
}
.datuind{
    overflow: hidden;
}
.xaiotyidn{
    overflow: hidden;
}

.youdnfh{
    border: #fff 2px solid;
}
.youdnfh img{
    width: 100%;
    height: auto;
}
.xaiotyidn .swiper-wrapper .swiper-slide-thumb-active .youdnfh{
 border: #d9b965 2px solid;
}

.youing img{
    width: 100%;
    height: auto;
}
.xapotyidng{
    position:absolute;
    bottom: 8%;
    left: 5%;
    width: 90%;
    z-index: 99;
    
}
.swipcv{
    position: absolute;
    bottom: 0px;
    background: url(//cdn.myxypt.com/0c1eb195/25/05/c97e9c8df3a934757e7ea231c8c213d8164d8e53.png) no-repeat;
    width: 38px;
    height: 39px;
    z-index: 999;
    background-size: 100% 100%;
    left:4%;
}
.swicxt{
    position: absolute;
    bottom: 0px;
    background: url(//cdn.myxypt.com/0c1eb195/25/05/c67a313fad7bf4243f39f5390defa586be8a3467.png) no-repeat;
    width: 38px;
    height: 39px;
    z-index: 999;
    background-size: 100% 100%;
    left: 0%;
}
.youdnfh img{
    max-width: 100%;
    height: auto;
}

.hungf{
    position: relative;
    overflow: hidden;
}
.zuiwaibian{
    position: relative;
}
.ayidfngg{
    position: absolute;
    bottom: 4%;
    left: 5%;
    width: 90%;
    z-index: 999;
}
.yudifngg img{
    width: 100%;
    height: auto;
}
.jodsjsfn{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.jodsjsfn li{
    width: 19%;
    text-align: center;
    margin: 0.5%;
}
.ayidfngg_img img{
    max-width: 100%;
    height: auto;
}
/*烁达优势*/
.nei2{
    background: url(//cdn.myxypt.com/0c1eb195/25/05/89ef091b3319d0ffd7e68bf8fb6c0429bba279ea.jpg) center center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 4% 0 2% 0;
    overflow: hidden;
}
.youshidfle{
    width: 75%;
}
.youshidfrt{
    width: 22%;
}
.youshidfrt img{
    width: 100%;
    height: auto;
}
.youshidfle_a{
    width: 51px;
	height: 3px;
	background-color: #c0a063;
}
.youshidfle_b{
    font-size: 18px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #080808;
    padding-top:1%;
}
.youshidfle_c{
    font-size: 2.1rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 80px;
	letter-spacing: 2px;
	color: #080808;
}
.youshidfle_e{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}
.gendjifng{
    margin-top: 4%;
}
.gendjifng li{
    width: 31%;
    margin-bottom: 3%;
    border: solid 2px #e5e5e5;
    box-sizing: border-box;
    padding:2% 2% 3% 2%;
    cursor: pointer;
}
.gendjifng_img img{
    max-width: 100%;
    height: auto;
}
.gendjifng_img{
    height: 39px;
}
.gendjifng_a{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 55px;
	letter-spacing: 0px;
	color: #000000;
}
.gendjifng_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #555555;
    padding-top: 1%;
}
.gendjifng li:hover{
    background: #d9b965;
    border: #d9b965 2px solid;
}
/*nei4*/
.nei4{
    box-sizing: border-box;
    padding: 3% 0;
    overflow: hidden;
}
.xwgghg{
    text-align: center;
}
.xwgghg_a{
    width: 50px;
	height: 3px;
	background-color: #c0a063;
    margin: 1% auto 0;
}
.xwgghg_b{
    font-size: 18px;
	font-weight: 200;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #1d1d1d;
    padding-top: 0.5%;
}
.xwgghg_c{
    font-size: 1.8rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #0e0e0e;
}
.xwwft{
    margin-top: 4%;
}
.xwwftle{
    width: 50%;
    box-sizing: border-box;
    border-right: #c5c5c5 1px solid;
    padding-right:3%;
}
.xwwftle_img img{
    width: 100%;
    height: auto;
}
.xwwftlenei{
    background-color: #f7f8f9;
    box-sizing: border-box;
    padding:1% 3%;
}
.xwwftlenei_a{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 50px;
	letter-spacing: 0px;
	color: #1d1d1d;
}
.xwwftlenei_b{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #1d1d1d;
    box-sizing: border-box;
    padding: 1% 0;
}
.xwwftlenei_m{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #858283;
}
.qihudnfd{
    overflow: hidden;
}
.xwwftrt{
    width: 49%;
}
.qihudnfd_a{
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #1d1d1d;
    height: 50px;
    overflow: hidden;
}
.qihudnfd_b{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #858283;
}
.qihudnfd_c{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #1d1d1d;
}
.qihudnfd_f{
    font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #858283;
}
.qihudnfd .swiper-wrapper .swiper-slide{
    border-right: #c5c5c5 1px solid;
    box-sizing: border-box;
    padding: 2%;
    height: 56vh;
}
.qihudnfd_g img{
    width: 100%;
    height: auto;
}
.xwwftle li:hover .xwwftlenei_m{
    color: #c0a063;
}
.qihudnfd .swiper-wrapper .swiper-slide:hover .qihudnfd_f{
    color: #c0a063;
}
.tonghfgle{
    width: 71%;
    box-sizing: border-box;
    padding:5% 4%;
    color: #fff;
}
.tonghfgrt{
    width: 28%;
}
.tonghfgrt img{
    max-width: 100%;
    height: auto;
}
.tonghfglegg_a img{
    max-width: 100%;
    height: auto;
}
.tonghfglegg_b{
    font-size: 1.5rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 48px;
	letter-spacing: 0px;
	color: #ffffff;
    box-sizing: border-box;
    padding: 2% 0;
}

.tonghfglegg{
    width: 45%;
}
.tonghfglezz{
    width: 40%;
    text-align: right;
}

.abtgengfgm{
    background: url(//cdn.myxypt.com/0c1eb195/25/05/232fa0e6907465d4650d14522badd383000062ed.png) left center no-repeat;
    line-height: 50px;
	letter-spacing: 0px;
	color: #222426;
    width: 222px;
    position: relative;
    transition: all 0.6s ease;
    border-radius: 60px;
    box-sizing: border-box;
    padding-left: 65px;
    margin-top: 4%;
}
.abtgengfgm::after{
   transition: all 0.6s ease;
   position: absolute;
   left: 0px;
   width: 0%;
   content: '';
   background: url(//cdn.myxypt.com/0c1eb195/25/05/232fa0e6907465d4650d14522badd383000062ed.png) left center no-repeat #d9b965;
   line-height: 50px;
   height: 50px;
   border-radius: 60px;
   opacity: 0;
}
.abtgengfgm:hover::after{
    width: 100%;
    transition: all 0.6s ease;
    opacity: 1;
}
.abtgengfgm a{
    color: #fff;
    position: relative;
    z-index: 999;
}
.tonghfglezz_a{
    font-size: 1.5rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 72px;
	letter-spacing: 0px;
	color: #d9b965;
}
.tonghfglezz_b{
    font-size: 1.5rem;
	font-weight: 600;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
}
.tonghfglezzfe{
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.tonghfglezzfe{
    margin-top: 4%;
}
.tonghfglezzfe li{
    width: 26%;
    text-align: center;
    background: url(//cdn.myxypt.com/0c1eb195/25/05/687305f788c31b3000c2f02e55223e6ff56f0ab0.png) center center no-repeat;
    box-sizing: border-box;
    padding: 10px;
    background-size: 100% 100%;
    margin-left: 4%;
}
.tonghfglezzfe_img img{
    max-width: 100%;
    height: auto;
}
.tonghfglezzfe_a{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 29px;
	letter-spacing: 0px;
	color: #ffffff;
}
.bandungle{
    width: 60%;
    font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0px;
	color: #dbdbdb;
    text-align: left;
}
.bandungle a{
    color: #dbdbdb;
}
.bandungrt .social-share .social-share-icon{
   border: none;
}
.bandungrt .social-share .icon-weibo {
    color: #fff;
    border-color: none;
}
.bandungrt .social-share .icon-wechat{
    color: #fff;
    border-color: none;
}
.bandungrt .social-share .icon-qq{
    color: #fff;
    border-color: none;
}

.cfggg{
    max-width: 1660px;
    margin: 0 auto;
    padding: 0 2%;
}
.banner-item img{
    width: 100%;
    height: auto;
}

/**/
@media(max-width:1600px){
    .x-menu > li > a{
        font-size: 17px;
    }
    .abttrle_b{
        font-size: 1.8rem;
    }
    .qiehudnfgle_c , .youshidfle_c , .xwgghg_c{
         font-size: 1.8rem;
    }
}

@media(max-width:1500px){
    .x-menu > li > a{
        font-size: 16px;
    }
    .abttrle_b{
        font-size: 1.6rem;
    }
    .qiehudnfgle_c , .youshidfle_c , .xwgghg_c{
         font-size: 1.6rem;
    }
    .haondf{
        margin-left: 6%;
    }
}



@media(max-width:1440px){
    .tonghfglezz_a{
        font-size: 1.3rem;
    }
    .tonghfglezz_b{
        font-size: 1.3rem;
    }
    .tonghfglegg_b{
        font-size: 1.3rem;
        line-height: 40px;
    }
    .x-menu > li > a{
        font-size: 15px;
    }
    .abttrle_b{
        font-size: 1.4rem;
    }
    .qiehudnfgle_c , .youshidfle_c , .xwgghg_c{
         font-size: 1.4rem;
    }
    .haondf{
        margin-left: 6%;
    }
}

@media(max-width:1366px){
    .haondf {
        margin-left: 4%;
        width: 20%;
    }
    .qiehusnd .swiper-wrapper .swiper-slide{
        height: 16vh!important;
    }
    .qiehudnfgle_m{
        font-size: 16px;
    }
    .qiehudnfgle_c , .youshidfle_c , .xwgghg_c{
         font-size: 1.2rem;
         line-height: 50px;
    }
    .abttrrt {
       padding: 9% 0px;
    }
  
    .gendjifng_a{
        font-size: 16px;
        line-height: 45px;
    }
    .tonghfglegg_b {
        font-size: 1.1rem;
        line-height: 40px;
    }
    .tonghfglezz_a , .tonghfglezz_b{
         font-size: 1.1rem;
        line-height: 40px;
    }
}

@media(max-width:1200px){
    .qiehudnfgle_m {
        font-size: 14px;
    }
}

@media(max-width:1024px){
    .qihudnfd_a{
        font-size: 16px;
    }
    .qiehusnd .swiper-wrapper .swiper-slide {
        height: 18vh !important;
    }
    .qiehudnfgle_m {
        font-size: 13px;
    }
    .qiehudnfgle_e{
        width: 90%;
    }
    .tonghfglezz {
        width: 55%;
        text-align: right;
    }
    .tonghfglegg_b {
        font-size: 18px;
        line-height: 30px;
    }
}


@media(max-width:992px){
    .swipcv{
        left: 94%;
        bottom: 30%;
    }
    .swicxt{
        left: 2%;
        bottom: 30%;
    }
    .tonghfglezzfe {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .tonghfglezz{
        width: 100%;
        text-align: left;
    }
    .tonghfglegg{
        display: none;
    }
    .xwwftrt{
        width: 100%;
        margin-top: 2%;
    }
    .xwwftle{
        width: 100%;
        border-right: none;
    }
    .qiehudnfgle_c, .youshidfle_c, .xwgghg_c {
        font-size: 20px;
        line-height: 30px;
    }
    .youshidfrt{
        display: none;
    }
    .youshidfle{
        width: 100%;
    }
    .qiehudnfgrt{
        width: 100%;
        margin-top: 3%;
    }
    .qiehudnfgle{
        width: 100%;
    }
    .abttrrt::after{
        display: none;
    }
    .abttrle{
        width: 100%;
    }
    .abttrrt{
        width: 100%;
        padding: 4% 0;
    }
    .nei::after{
        display: none;
    }
    .bandungle{
        font-size: 14px;
    }
}

@media(max-width:500px){
    .swipcv {
        left: 87%;
        bottom: 30%;
    }
    .bandungle{
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }
    .tonghfgrt{
        width: 100%;
    }
    .tonghfglezz_a, .tonghfglezz_b {
        font-size: 17px;
        line-height: 30px;
    }
    .tonghfgle{
        width: 100%;
    }
    .tonghfglegg{
        width: 100%;
    }
    .xwwftlenei_a{
        font-size: 16px;
        line-height: 30px;
    }
    .gendjifng li{
        width: 48%;
    }
    .youshidfle_e{
        font-size: 13px;
        line-height: 24px;
        box-sizing: border-box;
        padding: 2% 0;
    }
    .qiehudnfgle_b{
        font-size: 14px;
        line-height: 28px;
    }

  .qiehudnfgle_c, .youshidfle_c, .xwgghg_c {
        font-size: 16px;
        line-height: 22px;
    }
    .abttrle_c {
        font-size: 14px;
        line-height: 28px;
    }
    .abttrle{
        padding-top: 2%;
    }
    .abttrle_a img {
        max-width: 40%;
        height: auto;
    }
    .abttrle_b{
        font-size: 16px;
        line-height: 30px;
    }
}