/* 首页开始 */
.indexVideo{
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.indexVideo img{
    /* width: 100%; */
    height: 100%;
    margin: 0 50%;
    transform: translateX(-50%);
}
.indexVideo video{
    width: 100%;
    /* height: 100%; */
	margin: 0 50%;
    transform: translateX(-50%);
}
/* 第二屏 */
.about{
	width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.aboutLeft{
    width: 700px;
    height: 100%;
    overflow: hidden;
}
.aboutLeft ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.aboutLeft ul li{
    width: 100%;
    height: 200px;
    padding: 55px 140px 55px 160px;
    transition: all .35s;
    cursor: pointer;
}
.aboutLeft ul li:nth-child(2){
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
}
.aboutLogo{
    width: 184px;
    height: 58px;
    display: none;
}
.aboutNavtitle {
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.aboutSuffix{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    background-image: url('../img/icon_right_d.svg');
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position:110px 50%;
}
.aboutIntroduce {
    margin-top: 60px;
    display: none;
}
.aboutIntroduce p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
}
.aboutLeft ul li.liactive{
    height: 520px;
    transition: all .35s;
    padding: 85px 140px 55px 160px;
}
.aboutLeft ul li.liactive .aboutLogo{
    display: block;
}
.aboutLeft ul li.liactive .aboutIntroduce{
    display: block;
}
.aboutLeft ul li.liactive .aboutNavtitle{
    color: #000000;
    letter-spacing: 1px;
}
.aboutLeft ul li.liactive .aboutSuffix{
    background-image: url('../img/icon_right.svg');
}
.aboutRight{
    width: 1218px;
    height: 100vh;
    overflow: hidden;
}
.aboutRight .aboutimg{
    width: 100%;
    height: 100%;
    display: none;
}
.aboutRight .aboutimg img{
    max-width: 100%;
    max-height: 100%;
}
.aboutRight .selectimg{
    display: block;
} 
/* 第三屏 */
.product{
    width: 100%;
    height: 100vh;
}
.productGroup{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.productGroup li{
    width: 360px;
    height: 100%;
    transition: all .35s;
}
.productGroup li a{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-image: url(../image/banner@2x.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.productGroup li a img{
    width: 100%;
    height: 100%;
    /* width: 100%; */
    /* height: 100%;
    max-width: 100%; */
    /* max-height: 100%; */
    /* margin: 0 50%;
    transform: translate(-50%, 0); */
}
.productMask{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}
.productCon{
    position: absolute;
    bottom: 85px;
    left: 27px;
    width: 92%;
    height: auto;
    overflow: hidden;
    padding: 42px 42px 80px 42px;
    background-image: url('');
    background-size: 20px 20px;
    background-position: 45px 30px;
    background-repeat: no-repeat;
    border-radius: 30px;
    background-position: 48px 88%;
}
.productCon div{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}
.productMask span{
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 0);
    line-height: 48px;
    -webkit-text-stroke: 1px #ffffff;
    text-stroke: 1px #ffffff;
}
.productCon p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 30px;
    display: none;
}
.productGroup li.pliactive{
    width: 840px;
    transition: all .35s;
    
}
.productGroup li.pliactive .productMask{
    background-color: transparent;
}
.productGroup li.pliactive .productCon{
    background-image: url('../img/icon_up.svg');
    background-color: #ffffff;
}
.productGroup li.pliactive .productCon div{
    color: #000000;
}
.productGroup li.pliactive .productCon span{
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
}
.productGroup li.pliactive .productCon p{
    display: block;
}
/* 产品详情页面 */
.breadNav{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* display: flex; */
    background-image: url(../img/icon_0logo@2x.png);
    background-size: 20px 18px;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 0 0 0 30px;
    margin: 130px auto 0 !important;
}
.breadNav a,
.breadNav span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.prodet{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 25px;
}
.propicter{
    width: 100%;
    height: 450px;
    margin-top: 25px;
}
.proContent{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 55px;
}
.proTitle{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.proTitle p{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}
.proTitle span{
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #000000;
    text-stroke: 1px #000000;
}
.proText{
    margin-top: 35px;

}
.proText p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
    white-space: pre-line;
}
.proImg{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 70px;
}
.proImg ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.proImg ul li{
    width: 380px;
    height: 380px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 10px 5px 5px 5px;
    overflow: hidden;
}
.proImg ul li img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.proImg ul li:nth-child(4n){
    margin-right: 0;
    
}
.imgMask{
    display: none;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}
.imgContent{
    margin: 150px auto 0;
    width: 800px;
    height: 750px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.closeimg{
    position: absolute;
    top:-6px;
    right: -6px;
    width: 24px;
    height: 24px;
    background-image: url(../img/close.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
.imgContent img{
    max-width: 100%;
    max-height: 100%;
}
.proBut{
    width: 200px;
    height: 50px;
    border: 1px solid #000000;
    border-radius: 25px;
    margin:50px auto 50px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
/* 产品列表 */
.nybanner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    position: relative;
}
.probanner{
    background-image: url('../image/cpjs_banner@2x.png');
}
.pronav{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.pronav ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
}
.pronav ul li{
    padding-right: 62px;
}
.pronav ul li a{
    display: block;
    width: 131px;
    height: 65px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.pronav ul li a p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    width: 100%;
    text-align: center;
}
.pronav ul li a img{
    width: 131px;
    height: 27px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.pronav ul li.liactivesec a img{
    opacity: 1;
}
.prolist{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.progroup{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 80px 0;
}
.progroup:nth-child(2n){
    background: #FAFAFA;
    border-radius: 5px 0px 0px 0px;
}

.proleft{
    width: 58%;
    height: auto;
    float: left;
}
.proFrist{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 58px;
}
.proFristcon{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.proFristleft{
    width: 50%;
    height: auto;
    overflow: hidden;
}
.proFristleft p{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}
.proFristleft span{
    font-size: 32px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 1px #000000;
    text-stroke: 1px #000000;
}
.proFristright{
    display: block;
    width: 140px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 20px;
    line-height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    background-image: url('../img/arrow-right-up@2x.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 104px 50%;
    padding-left: 35px;
}
.proFristjs{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 24px;
}
.proFristjs p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 36px;
}
.proSecond{
    width: 100%;
    height: auto;
    margin-top: 100px;
    position: relative;
    
}
.proSecond .swiper{
    width: 102%;
    height: auto;
    padding: 0 1%;
    left: -15px;
    position: relative;
}
.proSecond .swiper .swiper-slide img{
    width: 300px;
    height: 300px;
}

.proSecond .swiper-button-prev:after, .proSecond .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.proSecond .swiper-button-next:after,.proSecond .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.proSecond .swiper-button-prev,.proSecond .swiper-container-rtl .swiper-button-next {
    right: auto;
    top: 50%;
    bottom: auto;
    left: 0px;
    background-image: url(../img/cpjs_l@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}
.proSecond .swiper-button-next,.proSecond .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    top: 50%;
    bottom: auto;
    background-image: url(../img/cpjs_r@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.proSecond .swiper-button-next,.proSecond .swiper-button-prev {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1 !important;
    z-index: 99;
}
.proright{
    width: 40%;
    height: 640px;
    float: right;
}
.proright img{
    width: 100%;
    height: 100%;
}
.progroup:nth-child(2n) .proleft{
    float: right;
}
.progroup:nth-child(2n) .proright{
    float: left;
}
/* 加入我们 */
.join_banner{
    background-image: url(../image/zxns_banner@2x.png);
}
.joinlist{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
}
.join_list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.join_list ul {
    width: 100%;
    height: auto;
}
  
.join_list ul li {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin-bottom: 20px;
    border: 1px solid #666666;
    border-radius: 10px;
}
.recruitment_con{
    width: 100%;
    height: 150px;
}
.recruitment_con1 {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-between;
    padding: 22px 100px 0 80px;
    align-items: center;
}
.recruitment_con2{
    width: 100%;
    height: auto;
    padding-left: 99px;
}
.recruitment_con2 p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}
.join_list ul li .recruitment_con1 .post_con {
    width: 60%;
    display: flex;
    align-items: center;
}
.post_con p:first-child{
    width: 200px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
}
.post_con p:first-child::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 24px;
    background: #E71A10;
    border-radius: 2px;
    margin-right: 14px;
    vertical-align: middle;
}
.post_con p:nth-child(2){
    font-size: 18px;
	color: #E71A10;
    margin-left: 100px;
    font-weight: bold;
}
.post_con p:nth-child(2) span{
    font-size: 14px;
    color: #333333 ;
    font-weight: inherit;
}
  
.post_info{
    width: 10%;
    height: auto;
}

.join_list ul li .recruitment_img {
    width: 46px;
    height: 46px;
    margin-top: 0px;
    float: right;
}

.shouqi,
.zhankai {
    width: 100%;
    height: 100%;
}
.shouqi img,
.zhankai img{
    width: 100%;
    height: 100%;
}
  
.join_list ul li .recruitment_img .shouqi {
    display: none;
}

.zhankai_con {
    width: 1400px;
    height: auto;
    margin: auto;
    display: none;
    overflow: hidden;
    padding: 0px 0 37px 0;
}
.zhankai_con p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    white-space: pre-line;
    box-sizing: border-box;
}
/* 新闻动态 */
.newbanner{
    background-image: url('../image/xwdt_banner@2x.png');
}
.newbreadNav{
    margin-top: 20px !important;
}
.newdet{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 50px auto 0 !important;
}
.newdettitle{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #F5F5F5;
    padding: 0 0 13px 0;
}
.newdettitle p{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}
.newdettitle span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-top: 16px;
}
.newdetcon{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 45px 170px;
}
.newdetcon p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    white-space: pre-line;
}
.newdetcon p img{
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: 10px auto 10px;
}
/* 新闻列表 */
.newCon{
    width: 100%;
	max-width: 1500px;
    height: auto;
	margin: auto;
    padding-left: 20px;
    overflow: hidden;
}
.newlist{
    width: 100%;
    height: auto;
    margin-top: 60px;
    margin-left: 20px;
    display: none;
}
.newCon .newlist.selectnew{
    display: block;
}
.newgroup{
    position: relative;
    width: 47.3%;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    float: left;
    margin-right: 60px;
}
.newgroup .newa{
    display: block;
    width: 100%;
    height: 100%;
}
.newgroup .newa .newdiv{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.newgroup:nth-child(2n){
    margin-right: 0;
}
.newdate{
    position: absolute;
    top: -1px;
    left: -20px;
    width: 60px;
    height: 75px;
    background: #FFFFFF;
    border: 1px solid #666666;
    border-radius: 5px;
    padding: 8px 0;
    text-align: center;
}
.newdate p{
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.newdate span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.newimg{
    width: 275px;
    height: 275px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}
.newimg img{
    max-width: 100%;
    max-height: 100%;
}
.newcontent{
    width: 50%;
    height: auto;
    overflow: hidden;
}
.newcontent p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 30px;
}
.newcontent h1{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 20px;
}
.newcontent span{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-top: 28px;
    display: block;
}
.newcontent .xiudiv{
    display: block;
    width: 80px;
    height: auto;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    background-image: url('../img/xwdt_icon@2x.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-position: 100% 0;
    margin-top: 35px;
}
.newgroup:hover{
    background-image: url('../img/xwdt_bg@2x.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.newgroup:hover .newdate p,
.newgroup:hover .newdate span{
    color: #E71A10;
}
.newgroup:hover .newcontent p,
.newgroup:hover .newcontent h1{
    color: #fff;
}
.newgroup:hover .newcontent span,
.newgroup:hover .newcontent .xiudiv{
    color: rgba(255, 255, 255, 0.6);
}
.newgroup:hover .newcontent .xiudiv{
    background-image: url('../img/xwdt_icon01@2x.png');
}
/* 集团背书 */
.jtbsbanner{
    background-image: url('../image/jtbs_banner@2x.png');
}
.jtbsCon{
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    margin: 60px auto 100px !important;
}
.jtbsTop{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.jtbsLeft{
    width: 80%;
    height: auto;
    /* overflow: hidden; */
}
.jtbsLeft::before{
    content: '';
    width: 16px;
    height: 25px;
    overflow: hidden;
    display: inline-block;
    background-image: url('../img/icon_qb@2x.png');
    background-size: 16px 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-left: -31px;
    vertical-align: bottom;
}
.jtbsLeft span{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    display: inline-block;
    margin-left: 12px;
}
.jtbsLeft p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
}
.jtbsBtn{
    display: block;
    width: 140px;
    height: 50px;
    border: 1px solid #CCCCCC;
    border-radius: 25px;
    padding-left: 32px;
    line-height: 50px;
    background-image: url('../img/icon_link@2x.png');
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: 80% 50%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}
.jtbsBottom{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}
.jtbsBotleft{
    width: 53%;
    height: auto;
    overflow: hidden;
}
.jtnsText {
    width: 100%;
    height: auto;
    overflow: hidden;   
    margin-top: 34px;
}
.jtnsText p{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: 40px;
}
.jtbsLine{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 34px;
}
.jtbsLine img{
    width: 67px;
    height: 67px;
}
.jtbsLine i{
    display: block;
    width: 600px;
    height: 1px;
    background: #CCCCCC;
}
.jtbsLine .since{
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.jtbsLine .year{
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #E71A10;
}
.jtbsContent{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 62px;
}
.jtbsContent p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
}
.jtbsRight{
    width: 44.82%;
    height: 417px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jtbsRight img{
    max-width: 100%;
    max-height: 100%;
}
.jtbsRight video{
    width: 100%;
    height: 100%;
}
/* 销售渠道 */
.xsjdbanner{
    background-image: url('../image/xsqd_banner@2x.png');
}
.xsjdCon{
    width: 100%;
    height: auto;
    /* overflow: hidden; */
    background-image: url('../img/bg@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
    padding: 60px 0 ;
}
.xsjdContent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px auto 0 !important;
}
.mapcon{
    width: 52.5%;
    height: 700px;
    border-radius: 15px;
}
.Online{
    width:100%;
    height: auto;
    margin: 70px auto 100px !important;
}
.shopMation{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 45px;
}
.shopMation ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shopMation ul li a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.saleshop{
    width: 18.75%;
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.shopIcon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shopCon{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iconOne{
    width: 60px;
    height: 60px;
    display: block;
    margin:50px auto 0;
    transition: all .35s;
}
.iconTwo{
    width: 105px;
    height: 105px;
    display: none;
    margin: 30px auto 0;
    transition: all .35s;
}
.shopCon p{
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-top: 15px;
    text-align: center;
}
.saleshop:hover .iconOne{
    display: none;
    transition: all .35s;
}
.saleshop:hover .iconTwo{
   display: block;
   transition: all .35s;
}
.saleShoplist{
    width: 44.38%;
    height: auto;
}
.saleShoplist .addressList {
    width: 103%;
    height: 32.3vw;
    overflow-y: auto;
    padding-right: 2%;
}
/* 品牌介绍 */
.ppjsbanner{
    background-image: url('../image/ppjs_banner@2x.png');
}
.brandCon{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.brandStory{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}
.storyLeft{
    width: 950px;
    height: auto;
    overflow: hidden;
    padding: 120px 125px 110px 120px;
}
.storyLeft h4{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-style: italic;
    color: #000000;
}
.storyLeft h1{
    font-size: 50px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    margin-top: 30px;
    margin-bottom: 50px;
}
.storyLeft P{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    white-space: pre-line;
}
.storyLeft img{
    width: 323px;
    height: 101px;
    margin-top: 115px;
}
.storyRight{
    width: 960px;
    height: 800px;
    overflow: hidden;
    border-radius: 0 140px 0 140px;
}
.storyRight img{
    width: 100%;
    height: 100%;
}
.culture{
    width: 100%;
    height: 380px;
    background-image: url('../img/pbbg.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    margin-top: 64px;
    
}
.cultureCon{
    width: 100%;
    height: 100%;   
    overflow: hidden;
    padding: 90px 0;
    background-color: rgba(0, 0, 0, 0.4);
}
.culnyCon{
    width: 100%;
    height: auto;
    overflow: hidden;
    /* display: flex; */
}
.culleft {
    width: 70%;
    height: auto;
    overflow: hidden;
    padding-right: 70px;
    float: left;
}
.culleft p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    white-space: pre-line;
    text-align: right;
}
.culright{
    width: 30%;
    height: auto;
    overflow: hidden;
    padding-left: 60px;
    border-left: 1px solid #ffffff;
    float: right;
}
.culright h1{
    font-size: 54px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.culright p{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.brandHonor{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0;
    background-image: url('../img/ppjj_bg01@2x.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0;
}
.honorSwiper{
    width: 100%;
    height: auto;
    position: relative;
    
}
.honorSwiper .swiper {
    width: 96%;
    height: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    margin-top: -80px;
    /* overflow: inherit; */
}

.honorSwiper .swiper-slide {
    width: 700px !important;
    height:195px !important;
    border-bottom: 1px solid #000000;
}
.honorSwiper .swiper-slide a{
    width: 100%;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brandtext{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    writing-mode: vertical-rl; /* 竖向排列 */
}
.pacontent{
    width: 40%;
    height: auto;
    overflow: hidden;
}
.pacontent img{
    width: 200px;
    height: 150px;
    display: none;
}
.pacontent p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    display: block;
}
.honorSwiper .swiper-slide:hover .pacontent img{
    display: block;
}
.honorSwiper .swiper-slide:hover .pacontent p{
    display: none;
}
.brandDate{
    width: 20%;
    height: auto;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.honorSwiper .swiper-slide:hover .brandDate{
    color: #E71A10;
}
.honorSwiper .swiper-button-prev:after, .honorSwiper .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.honorSwiper .swiper-button-next:after,.honorSwiper .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.honorSwiper .swiper-button-prev,.honorSwiper .swiper-container-rtl .swiper-button-next {
   
    right: 106px;
    top: 50px;
    bottom: auto;
    left: auto;
    background-image: url(../img/right-ch@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    transform: rotate(180deg);
    filter: grayscale(100%); /* 设置为完全灰度 */
}
.honorSwiper .swiper-button-next,.honorSwiper .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
    top: 50px;
    bottom: auto;
    background-image: url(../img/right-ch@2x.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    filter: grayscale(100%); /* 设置为完全灰度 */
}
/* .honorSwiper .swiper-button-next.swiper-button-disabled, .honorSwiper .swiper-button-prev.swiper-button-disabled{
    filter: grayscale(100%); 
} */
.honorSwiper .swiper-button-next,.honorSwiper .swiper-button-prev {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1 !important;
    z-index: 99;
    
}
.honorSwiper .swiper-button-prev:hover,.honorSwiper .swiper-container-rtl .swiper-button-next:hover{
    filter: grayscale(0%); /* 设置为完全灰度 */
}
.honorSwiper .swiper-button-next:hover,.honorSwiper .swiper-container-rtl .swiper-button-prev:hover{
    filter: grayscale(0%); /* 设置为完全灰度 */
}


























/* 手机端隐藏内容 */
.mobileproduct{
    display: none;
}

/* 成长历程结束 */
/* 手机自适应开始 */
@media screen and (max-width: 1670px){
    .nycontent {
        width: 92% !important;
    }
    .indexVideo video{
        width: auto;
        height: 100%;
        margin: 0 50%;
        transform: translateX(-50%);
    }
    .mapcon {
        width: 58%;
        height: 700px;
        border-radius: 15px;
    }
    .proSecond .swiper .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .aboutLeft ul li,.aboutLeft ul li.liactive{
        padding: 85px 120px 55px 130px;
    }
}
@media screen and (max-width: 1560px){
    .aboutLeft ul li,.aboutLeft ul li.liactive{
        padding: 85px 100px 55px 110px;
    }
}
@media screen and (max-width: 1450px){
    .aboutLeft ul li,.aboutLeft ul li.liactive{
        padding: 85px 80px 55px 100px;
    }
}
@media screen and (max-width: 1366px){
    .aboutLeft ul li,.aboutLeft ul li.liactive{
        padding: 85px 60px 55px 70px;
    }
    .aboutNavtitle{
        font-size: 44px;
    }
}
@media screen and (max-width: 1310px){
    
}
@media screen and (max-width: 1200px){
    .aboutLeft ul li,.aboutLeft ul li.liactive{
        padding: 85px 30px 55px 30px;
    }
    .aboutNavtitle{
        font-size: 36px;
    }
}
@media screen and (max-width: 1100px){
  
}
@media screen and (max-width: 768px){
    .indexVideo video {
		width: auto;
		height: 100%;
		margin: 0 50%;
		transform: translateX(-50%);
	}
	.aboutLeft ul li.liactive {
        height: 33.33%;
        padding: 30px 30px 30px 30px;
    }
    .aboutLeft ul li {
        height: 33.33%;
        padding: 30px 30px 30px 30px;
    }
    .aboutNavtitle {
        font-size: 34px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #000000;
    }
    .aboutLogo{
        display: block;
        height: 48px;
        width: auto;
    }
    .aboutLeft ul li:nth-child(2) {
        border-top: 0px solid #000000;
        border-bottom: 0px solid #000000;
        border-left: 0px solid #000000;
    }
    .aboutSuffix {
        font-size: 20px;
        background-image: url(../img/icon_right_d.svg) !important;
        background-size: 16px 16px;
        background-position: 89px 50%;
    }
    .aboutIntroduce {
        margin-top: 20px;
        display: block;
    }
    .aboutIntroduce p {
        font-size: 12px;
        line-height: 20px;
    }
    .product{
        display: none;
    }
    .mobileproduct{
        display: block;
        width: 100%;
        height: 80vh;
        overflow: hidden;
        position: relative;
        /*top: 105px;*/
    }
    .mobileproduct .swiper-container{
        /* width: 100%; */
        height: 100%;
        padding: 0 34px;
        overflow: inherit !important;
    }
  
    .mobileproduct .swiper-slide {
        text-align: center;
        height: 100%;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        transition: 300ms;
        transform: scale(0.9);
        overflow: hidden;
    }
    .mobileproduct .swiper-slide-active,
    .mobileproduct .swiper-slide-duplicate-active{
        transform: scale(1);
        width: 320px !important;
    }
    .mobileproduct .swiper-slide-active .mobilea,
    .mobileproduct .swiper-slide-duplicate-active .mobilea{
        background-color: rgba(0, 0, 0, 0.3);
        display: block !important;
    }
    .mobileproduct .swiper-slide img{
        position: absolute;
        top: 0;
        left: 50%;
        /* width: 100%; */
        height: 100%;
        transform: translate(-50%,0);
        z-index: -1;
    }
    .mobileproduct .swiper-slide .mobilea{
        display: none;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 40px 20px;
    }
    .mobilea div{
        font-size: 24px;
        color: #ffffff;
        width: 100%;
        height: auto;
        text-align: center;
    }
    .mobilea span{
        display: block;
        width: 100%;
        height: auto;
        font-size: 18px;
        color: rgba(255, 255, 255, 0);
        -webkit-text-stroke: 1px #ffffff;
        text-stroke: 1px #ffffff;
        text-align: center;
        margin-bottom: 10px;
    }
    .mobilea p{
        width: 100%;
        height: auto;
        font-size: 16px;
        font-weight: 400;
        color: #ffffff;
        line-height: 28px;
        text-align: left;
    }
    /* .nybanner {
        height: 415px;
        background-size: cover;
        background-position: 0 0;
    } */
    .nybanner {
        height: 230px;
        margin-top: 70px;
    }
    .pronav ul li {
        padding-right: 0px;
    }
    .pronav ul li a {
        width: 90px;
        height: 40px;
    }
    .pronav ul li a p {
        font-size: 16px;
    }
    .pronav ul li a img {
        width: auto;
        height: 12px;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .brandStory {
        margin-top: 40px;
        display: block;
    }
    .storyLeft {
        width: 100%;
        padding: 0px 30px;
    }
    .storyLeft h4 {
        font-size: 20px;
    }
    .storyLeft h1 {
        font-size: 30px;
        margin-top: 16px;
        margin-bottom: 17px;
    }
    .storyLeft img {
        width: auto;
        height: 65px;
        margin-top: 40px;
    }
    .storyRight {
        width: 100%;
        height: auto;
        border-radius: 0 70px 0 70px;
        margin-top: 40px;
    }
    .culture {
        height: 380px;
        background-size: cover;
        background-attachment: fixed;
        margin-top: 64px;
    }
    .cultureCon {
        padding: 40px 0;
    }
    .culright {
        width: 100%;
        padding-left: 20px;
        float: inherit;
        margin-bottom: 20px;
        border-left: 0px solid transparent;
    }
    .culleft {
        width: 100%;
        padding-left: 20px;
        padding-right: 0px;
        float: inherit;
    }
    .culleft p {
        font-size: 14px;
        line-height: 30px;
        text-align: left;
    }
    .culright h1 {
        font-size: 34px;
    }
    .culright p {
        font-size: 26px;
    }
    .brandHonor {
        padding:40px 0;
    }
    .honorSwiper .swiper {
		width: 100%;
		height: 330px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 0px;
		margin-top: 0px;
	}
	.honorSwiper .swiper-slide {
		width:100% !important;
		height: 195px !important;
	}
	.honorSwiper .swiper .swiper-wrapper {
		width: 100% !important;
	}
	.pacontent img {
		width: auto;
		height: 100px;
	}
	.brandDate {
		width: 20%;
		font-size: 34px;
	}
    .honorSwiper .swiper-slide a {
        justify-content: space-around;
    }
    .honorSwiper .swiper-slide {
        width: 100% !important;
        height: 130px !important;
    }
    .pacontent p {
        font-size: 16px;
        line-height: 26px;
    }
    .footFilings {
        font-size: 12px;
    }
    .footFilings a {
        font-size: 12px;
    }
    .honorSwiper .swiper-button-next, .honorSwiper .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .honorSwiper .swiper-button-prev, .honorSwiper .swiper-container-rtl .swiper-button-next {
        right: 36%;
        left: auto;
        top: auto;
        bottom: 10px;
    }
    .honorSwiper .swiper-button-next, .honorSwiper .swiper-container-rtl .swiper-button-prev {
        right: 53%;
        top: auto;
        bottom: 10px;
        left: auto;
    }
    .pronav ul {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        height: 43px;
    }
    .ppjsbanner .pronav ul {
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        height: 40px;
    }
    .pronav ul li {
        padding-right: 0px;
        display: inline-block;
    }
    .prolist {
        position: relative;
        top: -3px;
    }
    .progroup {
        padding: 40px 0;
    }
    .proFrist {
        margin-top: 0px;
    }
    .proleft {
        width: 100%;
    }
    .proFristleft p {
        font-size: 28px;
    }
    .proFristleft span {
        font-size: 22px;
    }
    .proFristright {
        width: 100px;
        height: 34px;
        border-radius: 17px;
        line-height: 32px;
        font-size: 12px;
        background-size: 14px 14px;
        background-position: 70px 60%;
        padding-left: 14px;
    }
    .proFristjs p {
        font-size: 14px;
        line-height: 26px;
    }
    .proSecond {
        margin-top: 30px;
    }
    .proSecond .swiper {
        width: 100%;
        padding: 0 0%;
        left: 0;
    }
    .proright{
        display: none;
    }
    .proSecond .swiper-button-next, .proSecond .swiper-button-prev {
        width: 30px;
        height: 30px;
    }
    .proSecond .swiper-button-next, .proSecond .swiper-container-rtl .swiper-button-prev {
        top: 58%;
    }
    .proSecond .swiper-button-prev, .proSecond .swiper-container-rtl .swiper-button-next {
        top: 58%;
    }
    .proSecond .swiper .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .xsjdCon {
        padding: 40px 0;
    }
    .xsjdContent {
        display: block;
        margin: 20px auto 0 !important;
    }
    .jtbsLeft {
        width: 100%;
    }
    .jtbsLeft::before {
        width: 12px;
        height: 20px;
        background-size: 12px 20px;
        margin-left: 0px;
    }
    .jtbsLeft span {
        font-size: 20px;
        margin-left: 6px;
    }
    .saleShoplist {
        width: 100%;
    }
    .saleShoplist .addressList {
        height: 100vw;
    }
    .mapcon {
        width: 100%;
        height: 350px;
    }
    .Online {
        width: 100%;
        margin: 30px auto 30px !important;
    }
    .shopMation ul {
        flex-wrap: wrap;
    }
    .saleshop {
        width: 49%;
        height: 160px;
        margin-bottom: 10px;
    }
    .iconOne {
        width: 50px;
        height: 50px;
        margin: 30px auto 0;
    }
    .shopCon p {
        font-size: 14px;
        margin-top: 7px;
    }
    .iconTwo {
        width: 95px;
        height: 95px;
        margin: 16px auto 0;
    }
    .shopMation {
        margin-top: 20px;
    }
    .jtbsCon {
        margin: 30px auto 40px !important;
    }
    .jtbsTop {
        display: block;
    }
    .jtbsBtn {
        width: 120px;
        height: 40px;
        border-radius: 20px;
        padding-left: 20px;
        line-height: 40px;
        background-size: 14px 14px;
        margin-top: 20px;
    }
    .jtbsBottom {
        margin-top: 0;
        flex-wrap: wrap;
    }
    .jtbsBotleft {
        width: 100%;
    }
    .jtnsText {
        margin-top: 20px;
    }
    .jtnsText p {
        line-height: 32px;
    }
    .jtbsLine {
        margin-top: 20px;
    }
    .jtbsLine .since {
        font-size: 22px;
    }
    .jtbsLine .year {
        font-size: 22px;
    }
    .jtbsLine i {
        width: 45%;
    }
    .jtbsContent {
        margin-top: 20px;
    }
    .jtbsContent p {
        line-height: 32px;
    }
    .jtbsRight {
        width: 100%;
        height: auto;
    }
    .newCon {
        padding-left: 0px;
        position: relative;
        top: -3px;
        background-color: #ffffff;
    }
    .newlist {
        margin-top: 40px;
        margin-left: 0px;
    }
    .newgroup {
        position: relative;
        width: 90%;
        padding: 20px 34px;
        margin-bottom: 20px;
        margin-right: 0px;
        margin: 0 auto 20px;
        float: inherit;
    }
    .newgroup:nth-child(2n) {
        margin: 0 auto 20px;
        float: inherit;
    }
    .newdate {
        top: -1px;
        left: -12px;
        width: 42px;
        height: 50px;
        border-radius: 5px;
        padding: 6px 0;
    }
    .newdate p {
        font-size: 16px;
    }
    .newimg{
        display: none;
    }
    .newcontent {
        width: 100%;
    }
    .newcontent p {
        margin-top: 0px;
    }
    .newcontent h1 {
        margin-top: 10px;
    }
    .newcontent span {
        margin-top: 12px;
    }
    .newcontent .xiudiv {
        width: 70px;
        margin-top: 12px;
    }
    .newdet {
        margin: 30px auto 0 !important;
    }
    .newdettitle p {
        font-size: 24px;
    }
    .newdettitle span {
        margin-top: 9px;
    }
    .newdetcon {
        padding: 15px 0px;
    }
    .recruitment_con1 {
        height: 64px;
        padding: 20px 20px 0 20px;
    }
    .join_list ul li .recruitment_con1 .post_con {
        width: 85%;
    }
    .post_con p:nth-child(2) {
        font-size: 18px;
        color: #E71A10;
        margin-left: 10px;
        font-weight: bold;
    }
    .post_con p:nth-child(2) {
        font-size: 16px;
        margin-left: 0px;
    }
    .join_list ul li .recruitment_img {
        width: 32px;
        height: 32px;
    }
    .recruitment_con2 {
        padding-left: 0px;
        width: 94%;
        margin: auto;
    }
    .recruitment_con2 p {
        font-size: 14px;
    }
    .recruitment_con {
        width: 100%;
        height: 140px;
    }
    .zhankai_con {
        width: 92%;
        padding: 0px 0 20px 0;
    }
    .zhankai_con p {
        font-size: 14px;
        line-height: 22px;
    }
    .joinlist {
        padding: 30px 0;
    }
    .propicter {
        height: auto;
    }
    .proContent {
        margin-top: 30px;
    }
    .proTitle p {
        font-size: 28px;
    }
    .proTitle span {
        font-size: 24px;
    }
    .proText {
        margin-top: 20px;
    }
    .proText p {
        line-height: 28px;
    }
    .proImg {
        margin-top: 20px;
    }
    .proImg ul li {
        width: 47%;
        height: auto;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .proImg ul li:nth-child(2n) {
        margin-right: 0;
    }
    .imgContent {
        margin: 200px auto 0;
        width: 92%;
        height: 400px;
    }
    .proBut {
        margin: 30px auto 30px;
    }

}
@media screen and (max-width: 450px){
    
}
@media screen and (max-width: 390px){
    
}
@media screen and (max-width: 360px){
   
}

@media screen and (max-width: 320px){
   
    
}

