﻿
.hidden-animate{opacity:0;}
.visible{opacity:1;}
.animated{-webkit-animation-delay:0.1s;animation-delay:0.1s;}
.timing{-webkit-animation-timing-function:cubic-bezier(.47,0,.745,.715);animation-timing-function:cubic-bezier(.47,0,.745,.715);}


.topBanner{position:relative;width:100%;overflow:hidden;}
.topBannerInner{width:100%;}
.topBanner a,.topBanner img{width:100%;}
.mobileTopBanner{display:none;}
.padding50{padding:50px 0 100px;}
.pageTit{font-size:40px;text-align:center;}
.wrapper{min-height:60vh;}
.bgF6F6F6{background:#F6F6F6;}
.imgZoomIn{animation:imgZoomIn 2s ease 0s forwards;-webkit-animation:imgZoomIn 2s ease -0.2s forwards;-ms-animation:imgZoomIn 2s ease -0.2s forwards;}
@keyframes imgZoomIn{
    0%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);}
    100%{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
}
@-webkit-keyframes imgZoomIn{
    0%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05);}
    100%{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
}

.imgZoomIn2{animation:imgZoomIn2 5s ease 0s forwards;-webkit-animation:imgZoomIn2 5s ease -0.2s forwards;-ms-animation:imgZoomIn2 5s ease -0.2s forwards;}
@keyframes imgZoomIn2{
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
    100%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);}
}
@-webkit-keyframes imgZoomIn2{
    0%{opacity:1;-webkit-transform:scale(1);transform:scale(1);}
    100%{opacity:1;-webkit-transform:scale(1.1);transform:scale(1.1);}
}


/*关于*/
.swiper-container{position:relative;width:100%;overflow:hidden;}
.swiper-wrapper{width:20000px;}
.swiper-slide{float:left;position:relative;}
.swiper-slide img{width:100%;}
.swiper-pagination{position:absolute;width:100%;bottom:10px;left:0;text-align:center;}
.swiper-pagination span{display:inline-block;width:8px;height:8px;cursor:pointer;margin:0 5px;background:#fff;border-radius:50%;}
.swiper-pagination span:hover{background:#CCA021;}
.swiper-pagination .swiper-pagination-bullet-active{background:#CCA021;}

.brandBanner{width:100%;}
.min_topBanner{display:none;}

.aboutItem{overflow:hidden;}
.introduction{background:#fff;padding:50px 0 65px;}
.introduction h1{text-align:center;margin-bottom:40px;font-size:22px;color:#001540;}
.introduction h1 img{width:157px;margin-bottom:15px;}
.introduction .text{font-size:18px;line-height:38px;}
@media screen and (max-width:980px){
    .introduction .text{font-size:14px;line-height:24px;}
}

.introduction .text img{max-width:100%;margin:20px auto;}
.introduction h2{text-align:center;}
.introduction h3{text-align:center;font-size:40px;margin-bottom:40px;}

.aboutVideo{position:relative;}
.aboutVideo,.aboutVideo a{width:100%;}
.aboutVideo img{width:100%;}
.vMark{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,21,64,0.4);-webkit-transition: all 0.5s;transition: all 0.5s;}
.vMark .icon{position:absolute;width:90px;height:90px;left:50%;top:50%;margin:-45px 0 0 -45px;opacity:0.5;-webkit-transition: all 0.5s;transition: all 0.5s;}
.aboutVideo:hover .vMark{background:rgba(0,21,64,0.2);}
.aboutVideo:hover .icon{opacity:1;}

.introduction02{padding:150px 0 110px;}
.introduction02 h2{font-size:36px;color:#00173F;margin-bottom:70px;}
.introduction02 .text{width:50%;line-height:30px;}
.introduction02 .text img{max-width:100%;}
.introduction02 .img{width:50%;}
.introduction02 .img img{max-width:90%;margin:0 auto;}


.introduction03{position:relative;overflow:hidden;width:100%;background:#F4F4F4;}

.introduction03 .bg{position:relative;}
.allLine{position:absolute;width:100%;height:100%;left:0;top:0;}
.allLine .l_line{position:absolute;width:1px;height:62%;left:25px;top:19%;border-left:1px dotted #AA8D63;}
.allLine .r_line{position:absolute;width:1px;height:62%;right:25px;top:19%;border-left:1px dotted #AA8D63;}
.allLine .t_line{position:absolute;height:1px;width:66%;top:25px;left:17%;border-top:1px dotted #AA8D63;}
.allLine .b_line{position:absolute;height:1px;width:66%;bottom:20px;left:17%;border-top:1px dotted #AA8D63;}

.allLine .tl_bg,.allLine .tr_bg,.allLine .bl_bg,.allLine .br_bg{position:absolute;width:136px;height:136px;background-size:100% 100%!important;}
.allLine .tl_bg{top:0;left:0;background:url(../images/bgtopleft.png) no-repeat;}
.allLine .tr_bg{top:0;right:0;background:url(../images/bgtopright.png) no-repeat;}
.allLine .bl_bg{bottom:0;left:0;background:url(../images/bgbottomleft.png) no-repeat;}
.allLine .br_bg{bottom:0;right:0;background:url(../images/bgbottomright.png) no-repeat;}


.introduction03 .in3_left{position:relative;float:left;width:50%;background:#FAFAFA;padding:30px 0;}
.introduction03 .in3_left .bg{width:100%;padding:50px 50px 40px;}
.introduction03 .in3_right{position:absolute;top:0;right:0;height:100%;float:right;width:50%;background:#F4F4F4;padding:30px 0;}
.introduction03 .in3_right .bg{width:100%;height:100%;padding:50px 50px 40px;}
.in3_tit{margin-bottom:70px;text-align:center;}
.in3_tit .t_img img{max-width:50%;margin:0 auto;}
.in3_tit h2{font-size:20px;font-weight:700;color:#152850;margin-top:20px;}
.in3_text{font-size:14px;color:#374D73;line-height:30px;}
.in3_text p{overflow:hidden;}
.in3_text img{max-width:100%;}


.aboutTit{text-align:center;margin-bottom:60px;}
.aboutTit h1{font-size:60px;}
.aboutTit h2{font-size:24px;}
.aboutTit p{font-size:20px;margin-top:15px;}

.history{position:relative;padding:55px 0 80px;overflow:hidden;}
.history .bg{position:absolute;width:100%;height:100%;top:0;left:0;}
.history .aboutTit{color:#fff;}
.min_event_box{display:none;}
.event_box{position:relative;}
.event_inner{position:relative;width:95%;overflow:hidden;margin:0 auto;}
.event_box  .swiper-container{position:relative;width:94%;margin:0 auto;z-index:2;}
.event_box  .swiper-wrapper{width:9999px;}
.event_box .swiper-button{position:absolute;width:40px;height:40px;top:50%;margin-top:-20px;cursor:pointer;}
.event_box .swiper-button-next{right:-15px;background:url(../images/righty.png) no-repeat;background-size:100% 100%;}
.event_box .swiper-button-prev{left:-15px;background:url(../images/lefty.png) no-repeat;background-size:100% 100%;}
.event_box .swiper-button-disabled{opacity:0.5;-webkit-transition: all 0.5s;transition: all 0.5s;}
.event_box .swiper-slide{position:relative;float:left;padding:280px 0;}
.event_box .swiper-slide .line{width:100%;height:4px;background:#fff;}
.event_box .swiper-slide .yuan{position:absolute;width:20px;height:20px;border:1px solid #fff;background:#000;padding:3px;border-radius:50%;left:50%;top:50%;margin:-10px 0 0 -10px;}
.event_box .swiper-slide .y_inner{width:100%;height:100%;border-radius:50%;background:#fff;}
.event_text{position:absolute;width:320px;height:auto;background:#fff;left:50%;top:310px;margin-left:-160px;color:#152850;padding:10px 14px;cursor:pointer;-webkit-transition: all 0.5s;transition: all 0.5s;}
.event_box .swiper-slide:nth-child(even) .event_text{top:auto;bottom:310px;}
.event_text:before{content:'';position:absolute;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;-webkit-transition: all 0.5s;transition: all 0.5s;margin:0 auto;left:50%;margin-left:-10px;}
.event_box .swiper-slide:nth-child(even) .event_text:before{border-top:10px solid #fff;bottom:-10px;}
.event_box .swiper-slide:nth-child(odd) .event_text:before{border-bottom:10px solid #fff;top:-10px;}

.event_text .date{font-size:20px;font-weight:700;margin-bottom:5px;color:#152850;}
.event_text .txt{font-size:14px;line-height:24px;max-height:192px;overflow:hidden;}
.event_text .txt{min-height:48px;}
.event_text:hover{background:#D6B04B;}
.event_box .swiper-slide:nth-child(even) .event_text:hover{animation: event2 1s;-webkit-animation: event2 1s;}
.event_box .swiper-slide:nth-child(odd) .event_text:hover{animation: event 1s;-webkit-animation: event 1s;}
.event_box .swiper-slide:nth-child(even) .event_text:hover::before{border-top-color:#D6B04B;}
.event_box .swiper-slide:nth-child(odd) .event_text:hover::before{border-bottom-color:#D6B04B;}
.horizontalLine{position:absolute;width:100%;height:4px;background:#fff;left:0;top:50%;margin-top:-2px;z-index:1;}


@keyframes event{
    from {opacity:1;transform: translateY(10px);-webkit-transform: translateY(10px);}
    to {opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);}
}

@-webkit-keyframes event{
    from {opacity:1;transform: translateY(10px);-webkit-transform: translateY(10px);}
    to {opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);}
}

@keyframes event2{
    from {opacity:1;transform: translateY(-10px);-webkit-transform: translateY(-10px);transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease;}
    to {opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);}
}

@-webkit-keyframes event2{
    from {opacity:1;transform: translateY(-10px);-webkit-transform: translateY(-10px);transition:opacity .5s ease,-webkit-transform .5s ease;transition:opacity .5s ease,transform .5s ease;}
    to {opacity: 1;transform: translateY(0);-webkit-transform: translateY(0);}
}


/*资质荣誉*/
.honorList{margin-top:80px;}
.honorList .item{margin-bottom:70px;}
.honorList a{width:48%;}
.honorList a:nth-child(odd){float:left;}
.honorList a:nth-child(even){float:right;}
.honorList a img{float:left;max-width:240px;}
.honorList a .text{margin-left:260px;}
.honorList a h3{font-size:18px;font-weight:700;margin-bottom:15px;}
.honorList a .p{line-height:24px;}


.honorBg{background:#fff url(../images/honorbg.png) center;}
.honorDetailsList{margin-top:80px;}
.honorDetailsList .item{float:left;width:14.5%;margin:0 1% 40px;cursor:pointer;}
.honorDetailsList .inner{width:100%;padding:10px;background:#fff;margin-bottom:15px;box-shadow:0 0 20px rgba(0,0,0,0.3);}
.honorDetailsList .inner .img{width:100%;overflow:hidden;}
.honorDetailsList .inner .img img{width:100%;-webkit-transition: all 0.5s;transition: all 0.5s;}
.honorDetailsList .p{font-size:16px;text-align:center;font-weight:700;padding:0 5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.honorDetailsList .item:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.honorDetailsList .item:hover .p{color:#173D71;}


.moveHonorMain{width:100%;position:relative;}
.moveHonor{position:static;width:100%;overflow:hidden;padding:30px 5px 0;}
.moveHonor .honorDetailsList{position:relative;width:999999px;margin-top:0;}
.moveHonor .honorDetailsList .item{width:203px;margin:0;}
.moveHonor .swiper-button{position:absolute;width:40px;height:40px;top:50%;margin-top:-30px;cursor:pointer;z-index:3;}
.moveHonor .swiper-button-prev{left:-45px;background:url(../images/leftg.png) no-repeat left center;background-size:21px auto;}
.moveHonor .swiper-button-next{right:-45px;background:url(../images/rightg.png) no-repeat right center;background-size:21px auto;}
.moveHonor .honorDetailsList .p{font-weight:400;white-space:normal;overflow:hidden;text-overflow:clip;}

/*新闻*/
.newsList{position:relative;max-width:1400px;margin:-220px auto 0;background:#fff;z-index:2;padding:0 0 50px;overflow:hidden;}
.newsList a{position:relative;height:200px;margin-bottom:58px;overflow:hidden;}

.newsList .newsFirst{padding:30px 35px 40px;height:auto;border-bottom:1px solid #E2E2E2;box-shadow:0 2px 5px #E2E2E2;}
.newsList .newsFirst .date{font-size:28px;width:100%;}
.newsList .newsFirst .newsTit{width:46%;padding-right:40px;}
.newsList .newsFirst .ch{font-size:22px;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.newsList .newsFirst .en{font-size:14px;line-height:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.newsList .newsFirst .txt{width:54%;}
.newsList .pEn{font-size:14px;line-height:26px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.newsList .pCh{font-size:16px;line-height:30px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:20px 0 30px;}
.newsList .more{position:relative;font-size:20px;padding-top:15px;text-transform:uppercase;}
.newsList .more:before{content:'';position:absolute;top:0;left:0;width:112px;height:1px;background:#999;}
.newsList .more:hover{color:#14407C;}

.newsList .img{width:25%;float:left;overflow:hidden;}
.newsList .img img{width:100%;-webkit-transition: all 0.8s;transition: all 0.8s;-webkit-transform:scale(1.05);transform:scale(1.05);}
.newsList .item .txt{margin-left:26.75%;max-width:865px;}
.newsList .item h3{font-size:20px;margin-bottom:15px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.newsList .item .p{font-size:14px;color:#4A4A4A;line-height:24px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.newsList .item .date{position:absolute;color:#666;font-size:14px;bottom:0;left:26.75%;}
.newsList .item:hover img{-webkit-transform:scale(1);transform:scale(1);}
.newsList a:hover h3{color:#14407C;}


/*详情*/
.newsDetails{padding:70px 15px;}
.newsDetails h1{font-size:36px;font-weight:700;margin-bottom:20px;text-align:center;}
.newsDetails .other{text-align:center;border-bottom:1px dotted #CCC; line-height:30px;padding-bottom:5px;font-family:Arial; font-size:small; font-size:12px;width:100%; margin-bottom:30px;}
.newsDetails .nText{font-size:16px;line-height:35px;margin-bottom:35px;}
.newsDetails .nText img{max-width:100%;margin:20px auto;}

.backList{width:100%;padding:30px 0 50px;border-top:1px dashed #ccc;background:#fff;}
.backList a{width:112px;height:40px;line-height:40px;text-align:center;background:#173D71;color:#fff;font-size:14px;margin:0 auto;}
.backList a:hover{background:#0C192B;}


/*门店*/
.storeWrapper{position:relative;width:100%;height:100vh;overflow:hidden;z-index:5;}
.storeWrapper .topBanner{position:absolute;width:100%;height:100%;top:0;left:0;}
.storeWrapper .topBannerInner,.storeWrapper .pcTopBanner,.storeWrapper .mobileTopBanner{width:100%;height:100%;}
.main{position:relative;width:100%;height:100%;z-index:2;}
.mainMap{position:relative;width:55%;height:100%;z-index:2;}
.mainMap .chart{width:100%;height:100%;}

.contactus_tank{position:fixed;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,0.65);display:none;}
.contactus_tank_ul{position:absolute;background:#fff;width:800px;height:334px;top:50%;left:50%;margin:-167px 0 0 -400px;padding:60px;}
.contactus_tank_close{width:50px;height:50px;background:url(../images/close.png) no-repeat center;background-size:24px 24px;position:absolute;top:0;right:0;z-index:2;cursor:pointer;}
.contactus_tank_swiper-container{position:static;width:100%;height:100%;overflow:hidden;}
.contactus_tank .swiper-wrapper{width:9999px;height:100%;}
.contactus_tank .swiper-slide{float:left;margin-right:20px;}
.contactus_tank_con{width:100%;height:100%;}
.contactus_tank_con>img{width:342px;height:190px;float:left;}
.contactus_tank_content{margin-left:375px;}
.contactus_tank_content .contactus_tank_con_title{font-size:20px;font-weight:700;margin-bottom:25px;}
.contactus_tank_content p{font-size:16px;margin-bottom:10px;}
.contactus_tank_swiper-container .swiper-button{position:absolute;background:#0054a7;width:40px;height:40px;cursor:pointer;bottom:20px;left:50%;,}
.contactus_tank_swiper-container .swiper-button-prev{background:url(../images/leftg.png) no-repeat center;background-size:auto 26px;margin-left:-40px;}
.contactus_tank_swiper-container .swiper-button-next{background:url(../images/rightg.png) no-repeat center;background-size:auto 26px;margin-left:40px;}
.contactus_tank_swiper-container .swiper-button-prev.swiper-button-disabled{opacity:0.8;}
.contactus_tank_swiper-container .swiper-button-next.swiper-button-disabled{opacity:0.8;}



.rightSeach{position:relative;width:45%;height:100%;color:#fff;}
.rightSeach .form{position:absolute;width:100%;height:65vh;overflow:hidden;left:0;top:17.5%;padding:0 40px 0 30px;}
.rightSeach form{margin-bottom:60px;}
.rightSeach .inner{height:100%;}
.rightSeach .formItem span{float:left;font-size:24px;line-height:34px;}
.rightSeach .input{position:relative;float:left;width:260px;height:34px;background:rgba(255,255,255,0.6);}
.rightSeach .input input{display:block;width:100%;height:100%;padding:0 39px 0 5px;color:#fff;font-size:16px;}
.rightSeach .submitBtn{position:absolute;height:100%;width:34px;background:url(../images/search.png) no-repeat center;right:0;top:0;z-index:2;}
.rightSeach .submitBtn input{display:block;width:100%;height:100%;padding:0;cursor:pointer;}
.cityAreas{height:calc(65vh - 94px);overflow-y:auto;}
.city-area{margin-bottom:30px;width:100%;}
.city-area .citys{margin-left:-15px;}
.city-area h5{font-size:18px;padding-bottom:20px;border-bottom:1px solid #fff;margin-bottom:5px;}
.city-area a{float:left;font-size:16px;color:#fff;margin:8px 15px;}

.cityAreas::-webkit-scrollbar{width:5px;border-radius:10px;overflow:hidden;background:#123f5b;}
.cityAreas::-webkit-scrollbar-thumb{border-radius:10px;background:rgba(0,0,0,0.5);}


/*地区分店详情*/
.storeDetails{padding:65px 0 100px;}
.storeDetails h1{font-size:24px;font-weight:700;text-align:center;padding-bottom:30px;border-bottom:1px solid #D1D1D1;margin-bottom:30px;}
.areaStoreList .item{padding:30px 0 0;border-bottom:1px solid rgba(209,209,209,0.8);}
.areaStoreList .item:last-child{border-bottom:none;}
.areaStoreList h2{font-size:22px;font-weight:700;margin-bottom:25px;}
.areaStoreList .item p{margin-bottom:10px;font-size:18px;}
.areaStoreList .item p a{display:inline-block;margin-right:15px;}
.aSImgShow{margin-top:30px;}
.aSImgShow img{float:left;width:23.8%;margin-right:1.5%;margin-bottom:30px;}
.aSImgShow img:nth-child(4n){margin-right:0;}

.storeDetailsTitle{position:relative;}
.storeDetailsTitle .goback{position:absolute;right:0;top:0;line-height:32px;font-size:16px;}


/*下载*/
.downLoadBanner .topBannerInner{height:290px;}
.downLoadNav{text-align:center;margin:0 auto;}
.downLoadNav a{position:relative;display:inline-block;padding:18px 12px 18px 12px;font-size:20px;margin:0 50px;border-bottom:4px solid transparent;}
.downLoadNav a img{position:absolute;width:33px;height:33px;top:50%;left:0;margin-top:-16px;}
.downLoadNav a.cur{border-color:#14407C;}
.downLoadList a{float:left;width:14.57%;color:#1F1F1F;font-size:16px;margin-right:2.5%;margin-bottom:30px;}
.downLoadList a:nth-child(6n){margin-right:0;}
.downLoadList .inner{width:100%;padding:10px;background:#D9D9D9;margin-bottom:20px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.downLoadList .img{width:100%;overflow:hidden;}
.downLoadList .img img{width:100%;-webkit-transition: all 0.8s;transition: all 0.8s;}
.downLoadList .p{text-align:center;line-height:20px;}
.downLoadList .p .icon{position:relative;width:14px;height:20px;margin-left:20px;display:inline-block;background:url(../images/icon_10.png) no-repeat center;top:4px;}
.downLoadList a:hover .inner{background:#14407C;}
.downLoadList a:hover img{-webkit-transform:scale(1.05);transform:scale(1.05);}
.downLoadList .p .icon:hover{background:url(../images/icon_10_cur.png) no-repeat center;}

.videoLoadList a{width:17.5%;}


/*加盟*/
.joinWrapper{padding:70px 0 80px;}
.joinTit{text-align:center;margin-bottom:110px;}
.joinTit h2{font-size:26px;margin-bottom:5px;}
.joinTit p{font-size:18px;}
.joinForm .inputItem{position:relative;width:46%;float:left;border-bottom:1px solid #DBDBDB;margin-bottom:25px;}
.joinForm .inputItem:nth-child(2n){float:right;}
.joinForm .inputItem p{font-size:16px;margin-bottom:10px;}
.joinForm .inputItem .input,.joinForm .inputItem select{width:100%;height:25px;}
.joinForm .inputItem .input input{display:block;width:100%;height:100%;}
.valid_message{position:absolute;top:102%;left:0;color:red;}
.joinForm .inputItem .textarea{width:100%;height:90px;}
/*.joinForm .submitBtn{width:480px;height:60px;background:#173D71;margin:50px auto 0;}
.joinForm .submitBtn .btn{width:100%;height:100%;line-height:60px;color:#fff;font-size:22px;text-align:center;cursor:pointer;}
.joinForm .submitBtn:hover{background:#0C192B;}*/
.joinForm .submitBtn{background:#14417C;width:34%;margin:50px auto 0;height:68px;border-radius:34px;overflow:hidden;}
.joinForm .submitBtn input{display:block;width:100%;height:100%;font-size:22px;color:#fff;cursor:pointer;}
.joinForm .submitBtn:hover{background:#0C192B;}


/*产品*/
.productNav{position:fixed;top:50%;left:0;z-index:10;margin-top:-64px;}
.productNav a{width:115px;height:56px;line-height:56px;font-size:16px;font-weight:700;background:#fff;border:1px solid #2D3237;color:#0D2C52;padding-left:22px;border-radius:0 28px 28px 0;margin-bottom:15px;border-left:none;}
.productNav a:last-child{margin-bottom:0;}
.productNav a.cur,.productNav a:hover{background:#0F2D54;border-color:#0F2D54;color:#fff;}

.serieTopBanner{position:relative;width:100%;height:100vh;overflow:hidden;}
.serieTopBanner .pcTopBanner,.serieTopBanner .mobileTopBanner{width:100%;height:100%;}
.serieTopBanner .icon{position:absolute;width:44px;height:44px;background:url(../images/icon_11.png) no-repeat;background-size:100% 100%;left:50%;bottom:8vh;margin-left:-22px;animation: mymove 1.5s infinite;-webkit-animation: mymove 1.5s infinite;z-index:4;}
.serieTopBanner .icon a{width:100%;height:100%;}
@keyframes mymove {
    from {
        bottom: 8vh;
        opacity: 0.9;
    }
    to {
        bottom: 6vh;
        opacity: 0.2;
    }
}

@-webkit-keyframes mymove{
    from {
        bottom: 8vh;
        opacity: 0.9;
    }
    to {
        bottom: 6vh;
        opacity: 0.2;
    }
}
.seriesItem01{background:#fff;}
.seriesItem02{background:#e1e3e6;}
.seriesItem{padding:130px 0 80px;width:100%;overflow:hidden;}
.seriesItem .img{width:50%;overflow:hidden;}
.seriesItem .img img{max-width:90%;margin:0;}
.seriesItem .text{width:50%;padding-left:80px;}
.seriesItem .text h2{font-size:40px;margin-bottom:40px;}
.seriesItem .text p{font-size:22px;margin-bottom:20px;}

/*.seriesFooter{background:#fff;}
.seriesFooter .f_nav{color:#333;margin-top:0;padding-top:20px;border-top:none;}
.seriesFooter .f_nav a{color:#333;}
.seriesFooter .copyright a,.seriesFooter .copyright span{color:#333;}
.seriesFooter .f_logo,.seriesFooter .share{display:none;}*/


/*产品详情*/
.seriesDetailsItem{position:relative;width:100%;background:#fff;}
.seriesDetailsItem01,.seriesDetailsItem05{background:#fff;padding-top:100px;margin-bottom:60px;height:820px;}
.seriesDetailsItem01 .content .img,.seriesDetailsItem05 .content .img{display:none;}
.seriesDetailsItem01 .content .img img,.seriesDetailsItem05 .content .img img{max-width:100%;margin:0 auto;}
.seriesDetailsItem .content .p{font-size:16px;line-height:30px;margin-top:25px;text-align:center;}
.seriesDetailsItem .content .p img{max-width:100%;margin:0 auto;}

.pNav{text-align:center;max-width:880px;margin:10px auto 0;}
.pNav p{display:inline-block;font-size:18px;color:#193F72;margin:15px;cursor:pointer;}
.pNav p .icon{position:relative;display:inline-block;width:16px;height:16px;top:-1px;margin-left:15px;}
.pNav .textTip{display:none;position:absolute;left:108%;background:#fff;background:rgba(255,255,255,0.9);border:1px solid #ACC8EC;padding:15px;width:300px;text-align:left;line-height:28px;color:#666;border-radius:5px;z-index:2;top:50%;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);transition:all 0.5s;-webkit-transition:all 0.5s;}
.pNav .textTip:before,.pNav .textTip:after{content:'';position:absolute;width:0;height:0px;top:50%;margin-top:-12px;}
.pNav .textTip:before{border-top:12px solid transparent;border-right:12px solid #ACC8EC;border-bottom:12px solid transparent;left:-12px;}
.pNav .textTip:after{border-top:12px solid transparent;border-right:12px solid #fff;border-bottom:12px solid transparent;left:-11px;}
.pNav p:hover{position:relative;z-index:2;}
.pNav p:hover .textTip{display:block;}

/*弹窗*/
.pNavMark{display:none;position:fixed;width:100%;height:100%;z-index:200;top:0;left:0;background:rgba(0,0,0,0.9);}
.pNavMark .tip{position:absolute;width:70%;max-width:800px;padding:40px 15px;font-size:14px;line-height:28px;color:#666;border:1px solid #ACC8EC;border-radius:5px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;}
.pNavMark .tip h1{padding:0 40px;margin:0 auto 10px;text-align:center;font-size:18px;font-weight:700;color:#193F72;}
.pNavMark .tip .close{position:absolute;width:50px;height:50px;top:0;right:0;background:url(../images/close.png) no-repeat center;background-size:30px 30px;cursor:pointer;}


.seriesDetailsItem02,.seriesDetailsItem06{width:100%;overflow:hidden;}
.width50{position:absolute;width:50%;height:100%;top:0;background:#133A6F;z-index:2;}
.width50 .content{color:#fff;width:72%;margin:0 auto;padding:100px 0 80px;}
.width50 .content .p img{max-width:100%;margin:0;}
.seriesDetailsItem02 .pageTit,.seriesDetailsItem02 .pNav,.seriesDetailsItem02 .content .p,
.seriesDetailsItem06 .pageTit,.seriesDetailsItem06 .pNav,.seriesDetailsItem06 .content .p,
.seriesDetailsItem07 .pageTit,.seriesDetailsItem07 .pNav,.seriesDetailsItem07 .content .p{text-align:left;}
.width50 .pNav p{color:#fff;margin:15px 30px 15px 0;}
.rightImg{width:50%;overflow:hidden;}
.rightImg  .swiper-slide img{position:relative;width:auto;min-width:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);}


.seriesDetailsItem02 .width50{left:0;}
.seriesDetailsItem02 .rightImg,.seriesDetailsItem07 .rightImg{float:right;}

.seriesDetailsItem03,.seriesDetailsItem08{padding:100px 0;}
.seriesDetailsItem03 .pNav{margin-top:50px;}
.maxImg{width:100%;overflow:hidden;}
.maxImg img{width:100%;}
.maxImg .minImg{display:none;}


.seriesDetailsItem04{padding:80px 0;}
.seriesDetailsItem03 .pageTit,.seriesDetailsItem04 .pageTit,.seriesDetailsItem08 .pageTit{margin-bottom:40px;}
.proUl{width:100%;overflow:hidden;margin-top:30px;}
.proUl li{float:left;width:31.33%;margin-right:3%;margin-bottom:20px;}
.proUl li:nth-child(3n){margin-right:0;}
.proUl .img{width:100%;overflow:hidden;}
.proUl .img img{width:100%;}
.proUl p{font-size:24px;text-align:center;margin-top:10px;}


/*查看价格对照表*/
.priceTableBtn{display:block;line-height:45px;width:200px;text-align:center;margin:50px auto 0;background:#14417C;color:#fff;font-size:16px;}
.priceTableBtn:hover{background:#0C192B;}
.priceTable,.showBigImg{display:none;position:fixed;width:100%;height:100%;z-index:200;top:0;left:0;background:rgba(0,0,0,0.9);}
.priceImg{position:absolute;width:90%;height:80%;max-width:670px;padding:0 0 15px;font-size:14px;line-height:28px;color:#666;border:1px solid #ACC8EC;border-radius:10px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;overflow:hidden;}
.priceImg .img{width:100%;height:100%;overflow:auto;}
.priceImg .img::-webkit-scrollbar{width:5px;border-radius:10px;overflow:hidden;background:rgba(0,0,0,0.5);}
.priceImg .img::-webkit-scrollbar-thumb{background:#14417C;}
.priceImg img{max-width:100%;}
.priceImg .close{position:absolute;width:50px;height:50px;top:0;right:0;background:url(../images/close.png) no-repeat center;background-size:30px 30px;cursor:pointer;}


/*资质荣誉大图*/
.showBigImg .priceImg{width:auto;height:auto;padding:10px;max-width:800px;max-height:90%;}
.showBigImg .priceImg .img{height:auto;max-height:calc(90vh - 20px);}


.seriesDetailsItem06 .pageTit{font-size:30px;}


.seriesDetailsItem07{width:100%;overflow:hidden;}
.seriesDetailsItem07 .width50{background:#F4F5F6;}
.seriesDetailsItem07 .width50 .content{color:#333;}
.seriesDetailsItem07 .width50 .pNav p{color:#333;}

.seriesDetailsItem08{overflow:hidden;}
.seriesDetailsItem08 ul{margin-top:70px;padding:0 50px;text-align:center;display: flex;justify-content: center;align-items: flex-start;}
.seriesDetailsItem08 li{float:left;width:14.28%;font-size:18px;text-align:center;padding:0 15px;}
.seriesDetailsItem08 li img{max-width:100%;margin:0 auto 15px;}
.seriesDetailsItem08 li p{height:42px;}


.innovate .seriesDetailsItem06 .width50{right:0;}
.innovate .seriesDetailsItem02 .width50{left:0;}
.innovate .seriesDetailsItem07 .width50{left:0;}




/*详情2*/
.dTit{font-size:40px;text-align:center;position:absolute;width:100%;color:#fff;bottom:13vh;}
.seriesDetails2{width:100%;overflow:hidden;}
.seriesDetails2_01{background:#fff;padding:130px 0 80px;}
.seriesDetails2_02{background:#eee;padding:85px 0;}

.seriesDetails2 .img{width:50%;overflow:hidden;margin:0px auto;}
.seriesDetails2 .img img{max-width:90%;margin:0;}
.seriesDetails2 .text{width:60%;margin:0px auto}
.seriesDetails2 .text h2{font-size:30px;margin-bottom:30px;}
.seriesDetails2 .text .p{font-size:16px;line-height:30px;}
.seriesDetails2 .text img{width:100%;margin:0;}
.seriesDetails2_01 .text{/* padding-right:5%; */}
.seriesDetails2_02 .text{padding-left:5%;}




/*大师*/
.masterHeader .main_logo .logo2{display:block;}
.masterHeader .main_logo .logo1{display:none;}
.masterItem{width:100%;overflow:hidden;}
.masterItem .text{width:50%;}
.masterItem .img{width:50%;overflow:hidden;}
.masterItem .img img{min-width:100%;-webkit-transition: all .5s;transition: all .5s;}
.masterItem .txt{padding:100px 5% 0 10%;}
.masterItem .txt h2,.introduction h2{font-size:30px;color:#144380;margin-bottom:35px;}
.masterItem .txt p{font-size:14px;line-height:25px;}
.masterItem:hover .img img{-webkit-transform: scale(1.1);transform: scale(1.1);}

/*.masterFooter{background:#00143F;}
.masterFooter .f_nav{color:#C1C1C1;}
.masterFooter .f_nav a{color:#C1C1C1;}
.masterFooter .copyright a,.masterFooter .copyright span{color:#BFBFBF;}*/



/*联系*/
.contactWrapper{position:relative;padding:400px 70px 60px;overflow:hidden;}
.contactWrapper .topBanner{position:absolute;width:100%;height:100%;top:0;left:0;}
.contactWrapper .topBannerInner{width:100%;height:100%;}
.contactWrapper .topBannerInner>div{width:100%;height:100%;}
.contactMain{position:relative;width:100%;background:#fff;box-shadow:2px 2px 10px rgba(0,0,0,0.3);padding:60px 40px 50px;z-index:2;min-height:60vh;}
.contactTit{margin-bottom:40px;}
.contactTit h2{font-size:36px;margin-bottom:15px;}
.contactTit h4{font-size:20px;}
.contactTit h5{font-size:18px;}
.contactText{width:45%;}
.conItem{float:left;width:33.33%;margin-bottom:40px;}
.conItem2{width:66.66%;}
.conItem h5{font-size:20px;margin-bottom:15px;}
.conItem p{font-size:16px;overflow:hidden;}
.conItem p a{float:left;margin-right:20px;}
.conMap{width:100%;height:288px;}
#map{width:100%;height:100%;font-size:12px;}
.BMap_bubble_content{font-size:14px;line-height:26px;}
.anchorBL{display:none;}
.contactForm{width:48%;}
.conForm .inputItem{width:48%;float:left;margin-bottom:20px;}
.conForm .inputItem:nth-child(1){margin-right:4%;}
.conForm .inputItem p{font-size:20px;margin-bottom:10px;}
.conForm .inputItem .input{position:relative;width:100%;height:40px;border-radius:27px;background:#EDF1F4;}
.conForm .inputItem input{display:block;width:100%;height:100%;font-size:16px;padding:0 20px;}
.conForm .valid_message{left:20px;}
.conForm .textareaItem{width:100%;}
.conForm textarea{width:100%;height:138px;background:#EDF1F4;border-radius:15px;font-size:16px;padding:15px;}
.conForm .submitBtn{background:#14417C;width:60%;margin:20px auto 0;height:48px;border-radius:34px;overflow:hidden;}
.conForm .submitBtn input{display:block;width:100%;height:100%;font-size:20px;color:#fff;cursor:pointer;}
.conForm .submitBtn:hover{background:#0C192B;}










@media screen and (min-width:1401px) and (max-width:1600px){
    /*新闻*/
    .newsList{max-width:1300px;margin-top:-150px;}

    .introduction h3{font-size:36px;}
    .allLine .tl_bg, .allLine .tr_bg, .allLine .bl_bg, .allLine .br_bg{width:128px;height:128px;}
    .allLine .t_line,.allLine .b_line{width:62%;left:19%;}
    .allLine .l_line,.allLine .r_line{height:66%;top:17%;}
	
	.seriesDetailsItem08 li{font-size:16px;}
}

@media screen and (min-width:1200px) and (max-width:1400px){
    /*关于*/
    .vMark .icon{width:70px;height:70px;margin:-35px 0 0 -35px;}
    .introduction02{padding:110px 0 100px;}
    .introduction02 h2{font-size:34px;margin-bottom:50px;}
    .aboutTit h1{font-size:50px;}
    .introduction h3{font-size:34px;margin-bottom:30px;}

    .allLine .tl_bg, .allLine .tr_bg, .allLine .bl_bg, .allLine .br_bg{width:120px;height:120px;}
    .allLine .t_line,.allLine .b_line{width:58%;left:21%;}
    .allLine .l_line,.allLine .r_line{height:70%;top:15%;}
    
    .event_box .swiper-slide{padding:230px 0;}
    /*.event_box  .swiper-container{width:88%;}*/
    .event_text .date{font-size:18px;}
    .event_text .txt{line-height:22px;max-height:176px;}
    .event_text{top:260px;width:260px;margin-left:-130px;}
    .event_box .swiper-slide:nth-child(even) .event_text{bottom:260px;}


    /*资质荣誉*/
    .honorList a img{max-width:220px;}
    .honorList a .text{margin-left:235px;}
    .honorDetailsList{margin-top:70px;}
    .honorDetailsList .inner{padding:8px;}

    .moveHonor .swiper-button{background-size:18px auto;}
    .moveHonor{width:96%;margin:0 auto;}
    .moveHonor .swiper-button-prev{left:-10px;}
    .moveHonor .swiper-button-next{right:-10px;}

    /*产品*/
    .productNav a{height:50px;line-height:50px;border-radius:0 25px 25px 0;}
    .seriesItem{padding:100px 0 60px;}
    .seriesItem .text{padding-left:50px;}
    .seriesItem .text h2{font-size:34px;margin-bottom:30px;}
    .seriesItem .text p{font-size:20px;margin-bottom:15px;}

    /*产品详情*/
    .seriesDetailsItem01,.seriesDetailsItem05{padding-top:80px;height:770px;}
    .pageTit{font-size:34px;}
    .seriesDetailsItem03{padding:80px 0;}
    .proUl p{font-size:22px;}
    
    .pNav .textTip{top:36px;left:50%;margin-top:0;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);}
    .pNav .textTip:before,.pNav .textTip:after{left:50%;margin-left:-12px;margin-top:0;}
    .pNav .textTip:before{border-top:none;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #ACC8EC;top:-12px;}
    .pNav .textTip:after{border-top:none;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff;top:-11px;}


    .seriesDetailsItem06 .pageTit{font-size:28px;}

    .seriesDetailsItem08 ul{padding:0 15px;}
    .seriesDetailsItem08 li{font-size:14px;}
    .seriesDetailsItem08 li img{margin-bottom:10px;}





    /*详情2*/
    .dTit{font-size:34px;}
    .seriesDetails2_01{padding:100px 0 80px;}


    /*新闻*/
    .newsList{max-width:1100px;margin-top:-100px;}
    .newsList .newsFirst .date{font-size:26px;}
    .newsList .newsFirst .ch{font-size:22px;}
    .newsList .pCh{font-size:14px;line-height:24px;}
    .newsList .more{font-size:18px;}
    .newsList a{height:200px;}
    .newsList .item h3{margin-bottom:13px;}

    /*新闻详情*/
    .newsDetails h1{font-size:34px;}


    /*下载*/
    .downLoadNav{margin:30px 0 70px;}
    .downLoadNav a{margin:0 40px;}


    /*加盟*/
    .joinTit{margin-bottom:95px;}
    .joinForm .submitBtn{height:55px;border-radius:28px;margin-top:40px;}
    .joinForm .submitBtn .btn{font-size:18px;}
    

    /*大师*/
    .masterItem .img{height:400px;}
    .masterItem .img img{height:100%;}
    .masterItem .txt{padding-top:70px;}

    /*门店*/
    .cityAreas{height:calc(65vh - 74px);}
    .rightSeach .formItem span{font-size:20px;}
    .rightSeach .input{width:230px;}
    .rightSeach form{margin-bottom:40px;}
    .city-area a{font-size:16px;}

    /*地区分店详情*/
    .storeDetails{padding-top:50px;}
    .storeDetails h1{padding-bottom:25px;margin-bottom:20px;}
    .areaStoreList h2{font-size:20px;}
    .areaStoreList .item p{font-size:16px;}


    /*联系*/
    .contactWrapper{padding:400px 50px 60px;}
    .contactMain{padding:40px;}
    .contactTit h2{font-size:32px;}
    .contactTit h4{font-size:18px;}
    .contactTit h5{font-size:16px;}
    .conItem{margin-bottom:30px;}
    .conItem h5{font-size:18px;}
    .conItem p{font-size:16px;}
    .conItem p a{float:none;margin-right:0;margin-bottom:5px;}
    .conForm .inputItem p{font-size:18px;margin-bottom:15px;}
    .conForm .inputItem .input{height:50px;border-radius:25px;}
    .conForm .inputItem{margin-bottom:30px;}
    .conForm .submitBtn{height:55px;border-radius:28px;}
    .conForm .submitBtn input{font-size:18px;}

}



@media screen and (min-width:992px) and (max-width:1199px){
    /*关于*/
    .vMark .icon{width:60px;height:60px;margin:-30px 0 0 -30px;}
    .introduction02{padding:90px 0;}
    .introduction02 h2{font-size:30px;margin-bottom:30px;}
    .aboutTit h1{font-size:40px;}
    .introduction h3{font-size:30px;margin-bottom:25px;}


    .allLine .tl_bg, .allLine .tr_bg, .allLine .bl_bg, .allLine .br_bg{width:100px;height:100px;}
    .allLine .t_line,.allLine .b_line{width:54%;left:23%;}
    .allLine .l_line,.allLine .r_line{height:76%;top:12%;}
    .allLine .t_line{top:20px;}
    .allLine .b_line{bottom:15px;}
    .allLine .r_line{right:20px;}
    .allLine .l_line{left:20px;}

    .in3_tit{margin-bottom:50px;}

    .history{padding-bottom:60px;}
    .aboutTit{margin-bottom:40px;}
    .event_box .swiper-button{width:35px;height:35px;margin-top:-17px;}
    .event_box .swiper-button-prev{left:0;}
    .event_box .swiper-button-next{right:0;}
    .event_inner{width:90%;}
    
    .event_box .swiper-slide{padding:210px 0;}
    .event_box  .swiper-container{width:90%;}
    .event_text .date{font-size:18px;}
    .event_text .txt{line-height:22px;max-height:176px;}
    .event_text{top:240px;/*width:360px;margin-left:-180px;*/}
    .event_box .swiper-slide:nth-child(even) .event_text{bottom:240px;}

    .introduction03 .in3_left,.introduction03 .in3_right{padding:20px 0;}


    /*资质荣誉*/
    .honorList{margin-top:70px;}
    .honorList a img{max-width:180px;}
    .honorList a .text{margin-left:195px;}
    .honorList a h3{font-size:16px;margin-bottom:10px;}
    .honorDetailsList{margin-top:60px;}
    .honorDetailsList .inner{padding:8px;}
    .honorDetailsList .item{width:18%;}
    
    .moveHonor .swiper-button{background-size:18px auto;}
    .moveHonor{width:92%;margin:0 auto;}
    .moveHonor .swiper-button-prev{left:0;}
    .moveHonor .swiper-button-next{right:0;}

    /*产品*/
    .productNav{margin-top:-54px;}
    .productNav a{width:100px;height:46px;line-height:46px;padding-left:14px;font-size:15px;border-radius:0 23px 23px 0;}
    .seriesItem{padding:100px 0 60px;}
    .seriesItem .text{padding-left:30px;}
    .seriesItem .text h2{font-size:30px;margin-bottom:20px;}
    .seriesItem .text p{font-size:18px;margin-bottom:10px;}

    .pNav .textTip{top:36px;left:50%;margin-top:0;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);}
    .pNav .textTip:before,.pNav .textTip:after{left:50%;margin-left:-12px;margin-top:0;}
    .pNav .textTip:before{border-top:none;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #ACC8EC;top:-12px;}
    .pNav .textTip:after{border-top:none;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff;top:-11px;}


    /*详情2*/
    .dTit{font-size:30px;}
    .seriesDetails2_01{padding:100px 0 80px;}
    .seriesDetails2 .text h2{font-size:28px;margin-bottom:20px;}

    /*产品详情*/
    .seriesDetailsItem01,.seriesDetailsItem05{padding-top:70px;height:700px;margin-bottom:30px;}
    .pageTit{font-size:30px;}
    .width50 .content{width:86%;padding:80px 0;}
    .seriesDetailsItem03,.seriesDetailsItem08{padding:70px 0;}
    .seriesDetailsItem03 .pNav{margin-top:30px;}
    .seriesDetailsItem04{padding:70px 0;}
    .proUl p{margin-top:40px;font-size:20px;}
    .seriesDetailsItem03 .pageTit, .seriesDetailsItem04 .pageTit,.seriesDetailsItem08 .pageTit{margin-bottom:30px;}
    .seriesDetailsItem06 .pageTit{font-size:26px;}


    .seriesDetailsItem08 ul{display: block;padding:0 15px;margin-top:50px;}
    .seriesDetailsItem08 li{float:left;width:25%;font-size:16px;margin-bottom:20px;}
    .seriesDetailsItem08 li img{margin-bottom:10px;max-width:74%;}

    /*新闻*/
    .newsList{max-width:970px;margin-top:-50px;}
    .newsList .newsFirst .date{font-size:22px;}
    .newsList .newsFirst .ch,.newsList .item h3{font-size:18px;}
    .newsList .pCh{font-size:14px;line-height:24px;}
    .newsList .more{font-size:16px;}
    .newsList a{height:200px;}
    .newsList .item h3{margin-bottom:13px;}
    .newsList .img img{width:100%;}

    /*新闻详情*/
    .newsDetails{padding:60px 15px;}
    .newsDetails h1{font-size:30px;}
    

    /*下载*/
    .downLoadNav{margin:30px 0 50px;}
    .downLoadNav a{margin:0 30px;font-size:18px;}
    .downLoadList{width:90%;margin:0 auto;}
    .downLoadList a{width:17.5%;}
    .downLoadList a:nth-child(6n){margin-right:2.5%;}
    .downLoadList a:nth-child(5n){margin-right:0;}

    .videoLoadList a{width:23.125%;}
    .videoLoadList a:nth-child(6n){margin-right:2.5%;}
    .videoLoadList a:nth-child(4n){margin-right:0;}


    /*加盟*/
    .joinWrapper{padding-top:60px;}
    .joinTit{margin-bottom:80px;}
    .joinForm .submitBtn{height:55px;border-radius:28px;margin-top:30px;}
    .joinForm .submitBtn .btn{font-size:18px;}


    /*大师*/
    .masterItem .img{height:400px;}
    .masterItem .img img{height:100%;}
    .masterItem .txt{padding:70px 30px 0;}
    .masterItem .txt h2,.introduction h2{margin-bottom:25px;}


    /*门店*/
    .cityAreas{height:calc(65vh - 74px);}
    .rightSeach .formItem span{font-size:20px;}
    .rightSeach .input{width:230px;}
    .rightSeach form{margin-bottom:40px;}
    .city-area a{font-size:16px;}

    /*地区分店详情*/
    .storeDetails{padding-top:50px;}
    .storeDetails h1{font-size:22px;padding-bottom:20px;margin-bottom:15px;}
    .areaStoreList h2{font-size:20px;margin-bottom:20px;}
    .areaStoreList .item p{font-size:16px;}



    /*联系*/
    .contactWrapper{padding:400px 50px 60px;}
    .contactMain{padding:40px;}
    .contactText,.contactForm{width:100%;}
    .contactText{margin-bottom:30px;}
    .contactTit{margin-bottom:30px;}
    .contactTit h2{font-size:28px;margin-bottom:10px;}
    .contactTit h4{font-size:16px;}
    .contactTit h5{font-size:16px;}
    .conItem{margin-bottom:30px;}
    .conItem h5{font-size:16px;}
    .conItem p{font-size:14px;}
    .conItem p a{float:none;margin-right:0;margin-bottom:5px;}
    .conForm .inputItem p{font-size:18px;margin-bottom:15px;}
    .conForm .inputItem .input{height:50px;border-radius:25px;}
    .conForm .inputItem{margin-bottom:30px;}
    .conForm .submitBtn{height:55px;margin-top:50px;margin-bottom:20px;border-radius:28px;}
    .conForm .submitBtn input{font-size:18px;}

}



@media screen and (min-width:768px) and (max-width:991px){
    /*关于*/
    .introduction h1{margin-bottom:30px;}
    .introduction h1 img{width:145px;}
    .introduction h3{font-size:26px;margin-bottom:25px;}
    .vMark .icon{width:50px;height:50px;margin:-25px 0 0 -25px;}
    .introduction02{padding:70px 0;}
    .introduction02 .text{width:100%;}
    .introduction02 .img{width:100%;margin:20px auto;}
    .introduction02 h2{font-size:26px;margin-bottom:30px;text-align:center;}
    .aboutTit{margin-bottom:40px;}
    .aboutTit h1{font-size:30px;}
    .aboutTit h2{font-size:20px;}
    .aboutTit p{font-size:18px;}

    .in3_tit{margin-bottom:30px;}
    .in3_tit h2{font-size:18px;}
    .introduction03 .in3_left,.introduction03 .in3_right{width:100%;float:none;padding:20px 0;}
    .introduction03 .in3_right{float:none;position:static;width:100%;height:auto;}


    .allLine .tl_bg, .allLine .tr_bg, .allLine .bl_bg, .allLine .br_bg{width:100px;height:100px;}
    .allLine .t_line,.allLine .b_line{width:70%;left:15%;}
    .allLine .l_line,.allLine .r_line{height:70%;top:15%;}
    .allLine .t_line{top:20px;}
    .allLine .b_line{bottom:15px;}
    .allLine .r_line{right:20px;}
    .allLine .l_line{left:20px;}
    .in3_right .allLine .l_line,.in3_right .allLine .r_line{height:64%;top:18%;}


    .history{padding-bottom:50px;}
    .event_box .swiper-button{width:35px;height:35px;margin-top:-17px;}
    .event_box .swiper-button-prev{left:0;}
    .event_box .swiper-button-next{right:0;}
    .event_inner{width:85%;}
    .event_box  .swiper-container{width:86%;}
    
    .event_box .swiper-slide{padding:200px 0;}
    .event_box  .swiper-container{width:100%;}
    .event_text .date{font-size:18px;}
    .event_text .txt{line-height:22px;max-height:176px;}
    .event_text{top:230px;/*width:300px;margin-left:-150px;*/}
    .event_box .swiper-slide:nth-child(even) .event_text{bottom:230px;}


    /*资质荣誉*/
    .honorList{margin-top:60px;}
    .honorList .item{margin-bottom:60px;}
    .honorList a img{max-width:130px;}
    .honorList a .text{margin-left:145px;}
    .honorList a h3{font-size:16px;margin-bottom:10px;}
    .honorDetailsList{margin-top:50px;}
    .honorDetailsList .inner{padding:8px;}
    .honorDetailsList .item{width:23%;}
    .honorDetailsList .p{font-size:15px;}
    

    .moveHonor .swiper-button{background-size:16px auto;}
    .moveHonor{width:90%;margin:0 auto;}
    .moveHonor .swiper-button-prev{left:0;}
    .moveHonor .swiper-button-next{right:0;}

    /*产品*/
    .productNav{margin-top:-52px;}
    .productNav a{width:100px;height:44px;line-height:44px;padding-left:14px;font-size:15px;border-radius:0 22px 22px 0;}
    .seriesItem{padding:100px 0 60px;}
    .seriesItem .text{padding-left:0;}
    .seriesItem .text h2{font-size:26px;margin-bottom:20px;}
    .seriesItem .text p{font-size:16px;margin-bottom:10px;}


    .pNav .textTip{top:36px;left:50%;margin-top:0;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);width:200px;}
    .pNav .textTip:before,.pNav .textTip:after{left:50%;margin-left:-12px;margin-top:0;}
    .pNav .textTip:before{border-top:none;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #ACC8EC;top:-12px;}
    .pNav .textTip:after{border-top:none;border-left:12px solid transparent;border-right:12px solid transparent;border-bottom:12px solid #fff;top:-11px;}


    /*详情2*/
    .dTit{font-size:28px;}
    .seriesDetails2_01{padding:80px 0 60px;}
    .seriesDetails2_02{padding:60px 0;}
    .seriesDetails2 .text h2{font-size:24px;margin-bottom:20px;}
    .seriesDetails2 .text .p{font-size:14px;line-height:28px;}



    /*产品详情*/
    .seriesDetailsItem01,.seriesDetailsItem05{padding-top:60px;height:660px;margin-bottom:0;}
    .pageTit{font-size:26px;}
    .pNav p{font-size:16px;margin:10px;}
    .pNav p .icon{width:14px;height:14px;top:-2px;margin-left:10px;}
    .seriesDetailsItem .content .p{font-size:14px;}
    .width50{position:static;width:100%;margin:0 auto;background:rgba(19,58,111,0.9);}
    .width50 .content{width:750px;padding:60px 0;}
    .width50 .pNav p{margin:10px 20px 10px 0;}
    .seriesDetailsItem02 .pageTit, .seriesDetailsItem02 .pNav, .seriesDetailsItem02 .content .p,
    .seriesDetailsItem06 .pageTit, .seriesDetailsItem06 .pNav, .seriesDetailsItem06 .content .p,
    .seriesDetailsItem07 .pageTit,.seriesDetailsItem07 .pNav,.seriesDetailsItem07 .content .p{text-align:center;}
    .width50 .content .p img{margin:0 auto;}
    .rightImg{float:none;width:100%;}
    .rightImg .swiper-slide img{width:100%;}
    .seriesDetailsItem03,.seriesDetailsItem08{padding:60px 0;}
    .seriesDetailsItem03 .pNav{margin-top:30px;}
    .seriesDetailsItem04{padding:60px 0;}
    .proUl p{margin-top:30px;font-size:18px;}
    .seriesDetailsItem03 .pageTit, .seriesDetailsItem04 .pageTit,.seriesDetailsItem08 .pageTit{margin-bottom:20px;}
    .seriesDetailsItem06 .pageTit{font-size:22px;}

    .seriesDetailsItem02 .width50{position:static;}
    .seriesDetailsItem02 .rightImg{float:none;}
    

    .seriesDetailsItem08 ul{display: block;padding:0 15px;margin-top:40px;}
    .seriesDetailsItem08 li{float:left;width:25%;font-size:14px;margin-bottom:20px;}
    .seriesDetailsItem08 li img{margin-bottom:10px;max-width:90%;}

    

    /*新闻*/
    .newsList{max-width:750px;margin:0 auto;}
    .newsList .newsFirst{padding:30px 20px;}
    .newsList .newsFirst .date{font-size:20px;}
    .newsList .newsFirst .ch,.newsList .item h3{font-size:16px;}
    .newsList .pCh{font-size:14px;line-height:24px;margin:10px 0 20px;}
    .newsList .more{font-size:16px;}
    .newsList .more:before{width:70px;}
    .newsList a{height:140px;margin-bottom:40px;}
    .newsList .item h3{margin-bottom:13px;}
    .newsList .img img{width:100%;}


    /*新闻详情*/
    .newsDetails{padding:50px 15px;}
    .newsDetails h1{font-size:26px;}


    /*下载*/
    .downLoadNav{margin:30px 0 50px;}
    .downLoadNav a{margin:0 20px;font-size:16px;padding:12px 10px 12px 35px;}
    .downLoadNav a img{width:27px;height:27px;}
    .downLoadNav a{border-bottom-width:3px;}
    .downLoadList{width:90%;margin:0 auto;}
    .downLoadList .inner{margin-bottom:15px;}
    .downLoadList a{width:23.125%;}
    .downLoadList a:nth-child(6n){margin-right:2.5%;}
    .downLoadList a:nth-child(4n){margin-right:0;}


    /*加盟*/
    .joinWrapper{padding-top:50px;}
    .joinTit{margin-bottom:60px;}
    .joinForm .submitBtn{margin-top:30px;width:40%;height:50px;border-radius:25px;}
    .joinForm .submitBtn .btn{line-height:50px;font-size:16px;}


    /*大师*/
    .masterItem .img{position:relative;height:440px;}
    .masterItem .img img{height:100%;position:absolute;top:0;left:50%;-webkit-transform:scale(1) translateX(-50%);transform:scale(1) translateX(-50%);}
    .masterItem:hover .img img{-webkit-transform: scale(1.1) translateX(-50%);transform: scale(1.1) translateX(-50%);}
    .masterItem .txt{padding:50px 20px;}
    .masterItem .txt h2,.introduction h2{margin-bottom:25px;font-size:26px;}


    /*门店*/
    .cityAreas{height:calc(65vh - 98px);}
    .rightSeach .formItem span{font-size:18px;float:none;display:block;}
    .rightSeach .input{width:230px;float:none;}
    .rightSeach form{margin-bottom:30px;}
    .city-area a{font-size:14px;margin:10px;}
    .city-area h5{font-size:16px;padding-bottom:15px;}
    .city-area{margin-bottom:20px;}
    .contactus_tank_ul{width:750px;height:320px;margin:-160px 0 0 -375px;padding:40px 40px 60px;}

    /*地区分店详情*/
    .storeDetails{padding-top:40px;}
    .storeDetails h1{font-size:20px;padding-bottom:20px;margin-bottom:5px;}
    .areaStoreList h2{font-size:18px;margin-bottom:15px;}
    .areaStoreList .item p{font-size:16px;}
    

    /*联系*/
    .contactWrapper{padding:300px 30px 60px;}
    .contactMain{padding:40px 30px;}
    .contactText,.contactForm{width:100%;}
    .contactText{margin-bottom:30px;}
    .contactTit{margin-bottom:30px;}
    .contactTit h2{font-size:24px;margin-bottom:10px;}
    .contactTit h4{font-size:14px;}
    .contactTit h5{font-size:14px;}
    .conItem{margin-bottom:30px;}
    .conItem h5{font-size:16px;}
    .conItem p{font-size:14px;}
    .conItem p a{float:none;margin-right:0;margin-bottom:5px;}
    .conForm .inputItem p{font-size:16px;margin-bottom:15px;}
    .conForm .inputItem .input{height:45px;border-radius:22px;}
    .conForm .inputItem{margin-bottom:30px;}
    .conForm .submitBtn{height:50px;margin-top:50px;margin-bottom:20px;border-radius:25px;}
    .conForm .submitBtn input{font-size:16px;}

}



@media screen and (min-width:0px) and (max-width:767px){
    .swiper-pagination{bottom:5px;}
    .swiper-pagination span{margin:0 3px;width:6px;height:6px;}

    .pcTopBanner{display:none;}
    .mobileTopBanner{display:block;}
    .padding50{padding:40px 0 80px;}
    /*关于*/
    .min_topBanner{display:block;}
    .pc_topBanner{display:none;}
    .introduction{padding:40px 0 50px;}
    .introduction h1{margin-bottom:20px;font-size:20px;}
    .introduction h1 img{width:130px;}
    .introduction h3{font-size:26px;margin-bottom:20px;}
    .aboutVideo{height:200px;}
    .aboutVideo>a>img{display:none;}
    .vMark .icon{width:40px;height:40px;margin:-20px 0 0 -20px;}
    .introduction02{padding:50px 0;}
    .introduction02 .text{width:100%;}
    .introduction02 .img{width:100%;margin:20px auto;}
    .introduction02 h2{font-size:22px;margin-bottom:20px;text-align:center;}
    .aboutTit{margin-bottom:30px;}
    .aboutTit h1{font-size:24px;}
    .aboutTit h2{font-size:18px;}
    .aboutTit p{font-size:16px;margin-top:10px;}

    .in3_tit{margin-bottom:30px;}
    .in3_tit h2{font-size:18px;}

    .introduction03 .in3_left,.introduction03 .in3_right{width:100%;float:none;padding:20px 0;}
    .introduction03 .in3_right{float:none;position:static;width:100%;height:auto;}
    .introduction03 .in3_left .bg,.introduction03 .in3_right .bg{padding-left:35px;padding-right:35px;}

    .allLine .tl_bg, .allLine .tr_bg, .allLine .bl_bg, .allLine .br_bg{width:90px;height:90px;}
    .allLine .t_line,.allLine .b_line{width:56%;left:22%;}
    .allLine .l_line,.allLine .r_line{height:76%;top:12%;}
    .allLine .t_line{top:20px;}
    .allLine .b_line{bottom:15px;}
    .allLine .r_line{right:18px;}
    .allLine .l_line{left:18px;}
    .in3_right .allLine .l_line,.in3_right .allLine .r_line{height:64%;top:18%;}




    .history{padding:50px 0;}
    .pc_event_box{display:none;}
    .min_event_box{display:block;}
    .event_inner,.event_box .swiper-wrapper{width:100%;}
    .event_box  .swiper-container{width:100%;}
    .event_box .swiper-slide{width:100%;padding:0;margin-bottom:15px;}
    .event_text{position:relative;width:100%;height:auto;margin:0;left:0;top:0;}
    .event_box .swiper-slide:nth-child(even) .event_text{top:auto;bottom:0;}
    .event_text .txt{-webkit-line-clamp:10;}
    .event_text .date{font-size:18px;color:#001540;}
    .event_text .txt{line-height:22px;}
    .event_text:before{margin:0;}
    .event_box .swiper-slide:nth-child(odd) .event_text:before{border-top:10px solid #fff;border-bottom:none;top:auto;bottom:-10px;left:15px;}
    .event_box .swiper-slide:nth-child(even) .event_text:before{left:auto;right:15px;}
    .event_box .swiper-slide:last-child .event_text:before{display:none;}


    /*资质荣誉*/
    .honorList{max-width:480px;margin:40px auto 0;}
    .honorList .item{margin-bottom:0;}
    .honorList a{width:100%;margin-bottom:35px;}
    .honorList a img{max-width:130px;}
    .honorList a .text{margin-left:145px;}
    .honorList a h3{font-size:16px;margin-bottom:10px;}

    .honorDetailsList{margin-top:40px;}
    .honorDetailsList .inner{padding:8px;margin-bottom:10px;}
    .honorDetailsList .item{width:46%;margin:0 2% 30px;}
    .honorDetailsList .p{font-size:14px;}
    

    .moveHonor{width:82%;margin:0 auto;}
    .moveHonor .honorDetailsList .item{width:152px;}
    .moveHonor .swiper-button{background-size:14px auto;}
    .moveHonor .swiper-button-prev{left:0;}
    .moveHonor .swiper-button-next{right:0;}
	
	.showBigImg .priceImg{max-width:90%;max-height:80%;}
	.showBigImg .priceImg .img{max-height:calc(80vh - 20px);}


    /*产品*/
    .productNav{margin-top:-47px;}
    .productNav a{width:90px;height:40px;line-height:40px;padding-left:14px;font-size:14px;border-radius:0 20px 20px 0;}
    .serieTopBanner .icon{width:38px;height:38px;margin-left:-19px;}
    .seriesItem{padding:50px 0;}
    .seriesItem .img,.seriesItem .text{width:100%;float:none;max-width:500px;margin:0 auto;}
    .seriesItem .img img{margin:0 auto;width:100%;max-width:400px;}
    .seriesItem .text{padding-left:0;margin-bottom:30px;}
    .seriesItem .text h2{font-size:20px;margin-bottom:20px;font-weight:700;}
    .seriesItem .text p{font-size:16px;margin-bottom:10px;}
    .pNav .textTip{display:none!important;}
    .pNavMark .tip{width:90%;}
    


    /*详情2*/
    .dTit{font-size:24px;}
    .seriesDetails2_01{padding:50px 0;}
    .seriesDetails2_02{padding:50px 0;}
    .seriesDetails2 .text h2{font-size:20px;margin-bottom:15px;font-weight:700;}
    .seriesDetails2 .text .p{font-size:14px;line-height:28px;}
    .seriesDetails2 .text{width:100%;margin-bottom:30px;}
    .seriesDetails2 .img{width:100%;}
    .seriesDetails2 .img img,.seriesDetails2 .text img{width:100%;margin:0 auto;max-width:400px;}

    .seriesDetails2_01 .text,.seriesDetails2_02 .text{padding:0;}


    /*产品详情*/
    .seriesDetailsItem .content .p{margin-top:20px;}
    .seriesDetailsItem01,.seriesDetailsItem05{padding:40px 0 20px;height:auto;margin-bottom:0;background:#f2f2f4!important;}
    .seriesDetailsItem05{background:#fff!important;}
    .seriesDetailsItem01 .content .img,.seriesDetailsItem05 .content .img{display:block;margin-top:20px;}
    .pageTit{font-size:20px;font-weight:700;}
    .pNav p{font-size:16px;margin:10px;}
    .pNav p .icon{width:14px;height:14px;top:-2px;margin-left:10px;}
    .seriesDetailsItem .content .p{font-size:14px;}
    .width50{position:static;width:100%;margin:0 auto;background:rgba(19,58,111,0.9);}
    .width50 .content{width:100%;padding:50px 15px;}
    .width50 .pNav p{margin:10px 20px 10px 0;}
    .seriesDetailsItem02 .pageTit, .seriesDetailsItem02 .pNav, .seriesDetailsItem02 .content .p,
    .seriesDetailsItem06 .pageTit, .seriesDetailsItem06 .pNav, .seriesDetailsItem06 .content .p,
    .seriesDetailsItem07 .pageTit,.seriesDetailsItem07 .pNav,.seriesDetailsItem07 .content .p{text-align:center;}
    .width50 .content .p img{margin:0 auto;}
    .rightImg{float:none;width:100%;}
    .rightImg .swiper-slide img{width:100%;}

    .seriesDetailsItem03,.seriesDetailsItem08{padding:40px 0;}
    .seriesDetailsItem03 .pNav{margin-top:10px;}
    .seriesDetailsItem04{padding:40px 0;}
    .proUl p{margin-top:20px;font-size:16px;}
    .proUl li{width:48%;margin-right:4%;}
    .proUl li:nth-child(3n){margin-right:4%;}
    .proUl li:nth-child(2n){margin-right:0;}
    .seriesDetailsItem03 .pageTit, .seriesDetailsItem04 .pageTit,.seriesDetailsItem08 .pageTit{margin-bottom:20px;}
    .seriesDetailsItem06 .pageTit{font-size:18px;font-weight:400;}



    .seriesDetailsItem08 ul{display: block;padding:0 15px;margin-top:30px;}
    .seriesDetailsItem08 li{float:left;width:33.33%;font-size:14px;margin-bottom:30px;}
    .seriesDetailsItem08 li img{margin-bottom:10px;max-width:90%;}

    
    .maxImg .bigImg{display:none;}
    .maxImg .minImg{display:block;}

    /*新闻*/
    .newsList{max-width:750px;margin:0 auto;}
    .newsList .newsFirst{padding:40px 20px;}
    .newsList .newsFirst .newsTit{width:100%;padding:0;}
    .newsList .newsFirst .txt{width:100%;}
    .newsList .newsFirst .date{font-size:20px;}
    .newsList .newsFirst .ch,.newsList .item h3{font-size:15px;font-weight:700;}
    .newsList .newsFirst .en{margin-bottom:15px;}
    .newsList .newsFirst .ch{margin-bottom:10px;}
    .newsList .item h3{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:8px;}
    .newsList .pCh{font-size:14px;line-height:24px;margin:10px 0 20px;}
    .newsList .more{font-size:14px;font-weight:700;padding-top:10px;}
    .newsList .more:before{width:70px;}
    .newsList .item .date{font-size:12px;left:44%;}
    .newsList .img{width:40%;}
    .newsList .item .txt{margin-left:44%;}
    .newsList a{height:100px;margin-bottom:30px;padding:0 15px;}
    .newsList .img img{width:100%;}



    /*新闻详情*/
    .newsDetails{padding:40px 15px;}
    .newsDetails h1{font-size:20px;margin-bottom:10px;}
    .newsDetails .nText{font-size:14px;line-height:30px;}
    .newsDetails .other{margin-bottom:20px;}


    /*下载*/
    .downLoadBanner .topBannerInner{height:200px;}
    .downLoadNav{margin:20px 0 30px;}
    .downLoadNav a{margin:0 5px;font-size:16px;padding:5px 10px;}
    .downLoadNav a img{width:27px;height:27px;display:none;}
    .downLoadNav a{border-bottom-width:3px;}
    .downLoadList .inner{margin-bottom:10px;padding:8px;}
    .downLoadList a{width:48%;margin-right:4%;margin-bottom:25px;}
    .downLoadList a:nth-child(6n){margin-right:4%;}
    .downLoadList a:nth-child(2n){margin-right:0;}


    /*加盟*/
    .joinWrapper{padding-top:40px;}
    .joinTit{margin-bottom:40px;}
    .joinTit h2{font-size:20px;font-weight:700;}
    .joinTit p{font-size:16px;}
    .joinForm .inputItem{width:100%;margin-bottom:20px;}
    .joinForm .inputItem p{margin-bottom:5px;font-size:14px;}
    .joinForm .submitBtn{margin-top:20px;width:50%;height:45px;min-width:250px;border-radius:22px;}
    .joinForm .submitBtn .btn{line-height:45px;font-size:16px;}

    .valid_message{font-size:12px;}


    /*大师*/
    .masterItem .img{width:100%;}
    .masterItem .img img{width:100%;}
    .masterItem .text{width:100%;}
    .masterItem .txt{padding:40px 15px;}
    .masterItem .txt h2,.introduction h2{margin-bottom:15px;font-size:20px;font-weight:700;}


    /*门店*/
    .storeWrapper{height:auto;}
    .mainMap{width:55%;height:80vh;}
    .mainMap{width:100%;padding-top:50px;}
    .contactus_tank_ul{width:96%;height:auto;margin:0;padding:40px 30px 60px;left:2%;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
    .contactus_tank_con>img{float:none;width:100%;height:auto;}
    .contactus_tank_content{margin-left:0;margin-top:15px;}
    .contactus_tank_content .contactus_tank_con_title{font-size:18px;margin-bottom:15px;}
    .contactus_tank_content p{font-size:14px;margin-bottom:6px;}
    .contactus_tank_swiper-container .swiper-button{width:30px;height:30px;background-size:auto 18px!important;bottom:15px;}
    .contactus_tank_swiper-container .swiper-button-next{margin-left:15px;}

    .rightSeach{width:100%;height:auto;}
    .rightSeach .form{position:static;height:auto;padding:0 15px 50px;}
    .rightSeach form{margin-bottom:20px;}
    .rightSeach .formItem span{width:100%;font-size:20px;margin-bottom:10px;}
    .rightSeach .input{width:100%;}
    .rightSeach .inner{height:auto;}
    .cityAreas{height:auto;}
    .city-area h5{padding-bottom:15px;}

    /*地区分店详情*/
    .storeDetails{padding-top:40px;padding-bottom:70px;}
    .storeDetails h1{font-size:20px;padding-bottom:20px;margin-bottom:0;}
    .areaStoreList h2{font-size:16px;margin-bottom:15px;}
    .areaStoreList .item{padding-top:25px;padding-bottom:10px;}
    .areaStoreList .item p{font-size:14px;margin-bottom:7px;}
    .aSImgShow img{width:48%;margin-right:4%;margin-bottom:20px;}
    .aSImgShow img:nth-child(4n){margin-right:4%;}
    .aSImgShow img:nth-child(2n){margin-right:0;}
    .aSImgShow{margin-top:20px;}



    /*联系*/
    .contactWrapper{padding:200px 15px 60px;}
    .contactMain{padding:30px 20px;}
    .contactText,.contactForm{width:100%;}
    .contactText{margin-bottom:30px;}
    .contactTit{margin-bottom:30px;text-align:center;}
    .contactTit h2{font-size:20px;font-weight:700;margin-bottom:5px;}
    .contactTit h4{font-size:14px;}
    .contactTit h5{font-size:14px;}
    .conItem{width:50%;margin-bottom:20px;text-align:center;}
    .conItem2{width:100%;}
    .conItem h5{font-size:14px;font-weight:700;margin-bottom:10px;}
    .conItem p{font-size:14px;}
    .conItem p a{float:none;display:inline-block;margin:0 5px 5px;}
    .conForm .inputItem p{font-size:14px;margin-bottom:10px;font-weight:700;}
    .conForm .inputItem .input{height:40px;border-radius:20px;}
    .conForm .inputItem{width:100%;margin-bottom:15px;}
    .conForm .inputItem2{width:50%;}
    .conForm .inputItem:nth-child(1){margin-right:0;}
    .conForm .submitBtn{height:45px;margin-top:20;margin-bottom:0px;min-width:250px;border-radius:22px;}
    .conForm .submitBtn input{font-size:16px;}
    .conForm .inputItem input{font-size:14px;}
    .conForm textarea{height:100px;font-size:14px;}

}


@media screen and (min-width:0px) and (max-width:479px){
    .introduction h3{font-size:22px;margin-bottom:20px;}


    /*资质荣誉*/
    .honorList a{padding-bottom:25px;border-bottom:1px dashed #ccc;margin-bottom:30px;}
    .honorList a img{float:none;max-width:130px;}
    .honorList a .text{margin-left:0;text-align:center;}
    .honorList a h3{font-size:16px;margin:15px 0;}


    .seriesDetailsItem06 .content .p{font-size:12px;}

    .seriesDetailsItem08 li{float:left;width:50%;}
    .seriesDetailsItem08{padding-bottom:1px;}


    /*地区分店详情*/
    .storeDetails{padding-top:35px;}
    .storeDetails h1{font-size:18px;padding-bottom:15px;}
    .areaStoreList h2{font-weight:400;color:#333;}
    .aSImgShow img{margin-bottom:15px;}

}