/* CSS Document */
*{margin: 0;padding: 0;}
html,body{font-family: Microsoft Yahei,Arial,sans-serif;color: #37474f;}
@media (min-width:1200px){
    html,body{font-size: 16px;}
}
@media (min-width:1024px) and (max-width:1199px){
    html,body{font-size: 15px;}
}
@media (min-width:768px) and (max-width:1023px){
    html,body{font-size: 14px;}
}
@media (min-width:576px) and (max-width:767px){
    html,body{font-size: 13px;}
}
@media (max-width:575px){
    html,body{font-size: 12px;}
}

.container{width:100% !important;max-width:1600px;}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
ul,li{list-style: none;}
section{padding:5.25rem 0 5rem;}
@media(max-width:768px){
    section{padding:3.25rem 0 3rem;}
}
.d-flex{display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-between{justify-content:space-between;}
.justify-content-center{justify-content:center;}
.flex-direction-column{flex-direction:column;}
.flex-grow-1{-ms-flex-positive: 1 !important;flex-grow: 1 !important;}
.align-items-center{align-items:center;}
#fenye{clear:both; margin-top: 2rem;width: 100%;margin-bottom: 3.125rem;}
#fenye a{text-decoration:none; display:inline-block;padding:0.125rem 0.625rem; line-height:2;margin: 0.25rem;border:1px solid #ddd;color: #333;font-size: 0.875rem;}
#fenye a.curr,#fenye a:hover{ border:1px solid #0078e6; color:#0078e6; }

.location{line-height: 2;padding-top:1.25rem;padding-bottom: 0.5rem;border-bottom: 1px solid #ddd;}
.location a{color:#37474f;text-decoration: none;}
.location i{margin:0 0.5rem;}
.location a >i{margin: 0 0.25rem 0 0;}
.location a:hover,.location a:first-child{color:#0078e6;}
.bg-f5{background-color:#f5f5f5;}

/*header*/
header .mid{padding-top:1.875rem;padding-bottom:1.875rem;}
header .mid .wrapper{display:flex;justify-content: space-between;align-items: center;}
header .mid .logo img{max-width:8.75rem;}
header .mid .slogan{-ms-flex-positive: 1 !important;flex-grow: 1 !important;margin-left: 3.125rem;}
header .mid .slogan h5{font-size:1.875rem;color:#000; margin-top:0;margin-bottom: 1rem;}
header .mid .slogan p{margin-bottom: 0;font-weight: lighter;color:#777;}
header .mid .slogan p span{color:#0078e6;}
header .mid .tel{background:url("../img/tel.png")left center no-repeat;padding-left:62px;}
header .mid .tel h5{color:#868686;font-size: 1rem;margin-top:0;}
header .mid .tel p{margin-bottom:0;color:#f60;font-size: 1.75rem;line-height: 1;white-space: nowrap;}


#topNav{background-color:#0078e6;color:#fff;padding:0;}
#topNav ul{padding-left:15px;padding-right:15px;display: flex;flex-wrap: wrap;}
#topNav .nav-item{text-align: center;width: calc(100% / 9);}
#topNav .nav-item .nav-link{color:#fff;line-height: 3.125rem;padding: 0;font-size: 1.125rem;font-weight: 400;}
#topNav .nav-item .nav-link:hover,#topNav .nav-item .nav-link.active{background-color:#f60;}
@media(max-width:1199px){
    #topNav ul{padding-left:0;padding-right:0;}
}
@media(max-width:767px){
    header .mid{padding-top:1.25rem;padding-bottom:1.25rem;}
    header .mid .logo img{max-width:6.25rem;}
    header .mid .slogan{margin-left:1.25rem;}
    header .mid .slogan h5{margin-bottom: 1rem;}
    header .mid .tel{display:none;}
}
@media(max-width:575px){
    #topNav .nav-item{border-right:1px solid #fff;width: 25%;}
    #topNav .nav-item:nth-child(4n){border-right:0;}
	#topNav .nav-item:nth-child(8){border-right:0;border-right:1px solid #fff;}
	#topNav .nav-item.on{display:none;}
    #topNav .nav-item.nav-top{border-bottom:1px solid #fff;}
}

/*carousel*/
.bannerPc{ text-align:center;overflow: hidden;}
.bannerPc ul,.bannerPc li{ margin:0; padding:0; list-style:none;}
.bannerPc a{ display:block;}
.bannerPc img{ max-width:100%; vertical-align:middle;}
.banner-html5zoo{ /*overflow:hidden;*/}
.banner-html5zoo .html5zoo-arrow-left-0,.banner-html5zoo .html5zoo-arrow-right-0{width:40px !important; height:60px !important; top:50% !important; margin-top:-30px !important; background:url(../img/slide_bPc.png) no-repeat !important;display:block !important; visibility:hidden;}
.banner-html5zoo:hover .html5zoo-arrow-left-0,.banner-html5zoo:hover .html5zoo-arrow-right-0{ visibility:visible;}
.banner-html5zoo .html5zoo-arrow-left-0{left:50px !important; background-position:0 0 !important;}
.banner-html5zoo .html5zoo-arrow-right-0{right:50px !important; background-position:-40px 0 !important;}
.banner-html5zoo .html5zoo-arrow-left-1,.banner-html5zoo .html5zoo-arrow-right-1{width:40px !important; height:60px !important; top:50% !important; margin-top:-30px !important; background:url(../img/slide_bPc.png) no-repeat !important;display:block !important; visibility:hidden;}
.banner-html5zoo:hover .html5zoo-arrow-left-1,.banner-html5zoo:hover .html5zoo-arrow-right-1{ visibility:visible;}
.banner-html5zoo .html5zoo-arrow-left-1{left:50px !important; background-position:0 0 !important;}
.banner-html5zoo .html5zoo-arrow-right-1{right:50px !important; background-position:-40px 0 !important;}
.banner-html5zoo .html5zoo-nav{ text-align:center;}
.banner-html5zoo .html5zoo-bullet-span{ width:1em !important; height:2px !important; float:none !important; display:inline-block; background:#fff !important; opacity:0.5; box-sizing:border-box; border-radius:0; -webkit-border-radius:0; margin:0 5px !important; vertical-align:middle;}
.banner-html5zoo .html5zoo-bullet-span.active{width:1em !important; height:1em !important; border:2px solid #fff; background:none !important; opacity:1;border-radius:50%; -webkit-border-radius:50%;}

/*footer*/
footer{background-color:#252222;color:#fff;}
footer .footer-top{padding:3.125rem 0 1.875rem;border-bottom:1px solid #504e4e;}
footer .footer-top .footer-logo{margin-right:15%;}
footer .footer-top dl{}
footer .footer-top dl dt{font-weight: normal;font-size: 1.125rem;margin-bottom: 1rem;}
footer .footer-top dl dd{font-size: 0.875rem;}
footer .footer-top dl dd a{display:block;color:#ddd5d0;line-height: 2.5;}
footer .footer-top dl dd p{line-height:2.5;margin-bottom: 0;color:#ddd5d0;}
footer .footer-top dl dd a:hover{color:#fff;}
footer .footer-bottom{padding:1.875rem 0;color:#cdd5d0;font-size: 0.875rem;}
footer .footer-bottom a{color:#cdd5d0;}
footer .footer-bottom a:hover{color:#fff;}
footer .call{background-color:#fff;color:#666;text-align: center;padding:5px 0 10px;box-shadow: 0 -2px 3px -1px rgba(0,0,0,.15);}
footer .call .item{width:33.333%;font-size: 1.5rem;}
footer .call .item i{color:#0078e6;}
footer .call .item p{margin-bottom:0;font-size: 10px;color:#0078e6;line-height: 1.4;}

@media(max-width:1024px){
    footer .footer-top .footer-logo{margin-right:10%;}
}
@media(max-width:768px){
    footer .footer-top .footer-logo{display: none;}
    footer .footer-top dl{max-width:23.5%;}
}
@media(max-width:767px){
    footer{background-color:#f3f3f3;padding: 0;}
    footer .footer-bottom{margin-bottom: 55px;padding-top:1.25rem;padding-bottom: 1.25rem;text-align: center;color:#777;}
    footer .footer-bottom p{font-size: 1rem;}

}
@media(max-width:576px){
    footer .footer-top{display:none;}
    footer .footer-bottom{text-align:center;font-size: 14px;}
}

/*index*/
.seo-tit {
  text-align: center;
margin-bottom:1.875rem;
}
.seo-tit .tit {
  font-size: 28px;
  color: #333;
  font-weight: normal;
  margin: 0;
  line-height: 1.42857143;
}
@media (min-width: 1880px) {
  .seo-tit .tit {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .seo-tit .tit {
    font-size: 18px;
    font-weight: bold;
  }
}
.seo-tit .des {
  margin-top: 5px;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.7);
}
@media (max-width: 767px) {
  .seo-tit .des {
    font-size: 12px;
  }
}

.index .section-1 .list{display:flex;flex-wrap: wrap;}
.index .section-1 .item{margin-top:1.25rem;text-align: center;}
.index .section-1 .item .img{overflow:hidden;border: 1px solid #ddd;}
.index .section-1 .item .img img{width:100%;height:100%;object-fit: cover;transition: all linear .4s;}
.index .section-1 .item p{margin-top:0.5rem;line-height: 2;margin-bottom: 1rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#37474f;}
.index .section-1 .item:hover .img img{transform:scale(1.2);}
.index .section-1 .item:hover p{color:#0078e6;}

@media(max-width:767px){
    .index .section-1 .item:nth-child(odd){padding-right:7.5px;}
    .index .section-1 .item:nth-child(even){padding-left:7.5px;}
}

.index .section-2{background:url("../images/1.jpg")center no-repeat;height: 170px;}
@media(max-width:768px){
    .index .section-2{background-image:url("../img/adv.jpg");background-color:#0078e6;background-size:contain;}
}

.index .section-3 .img{overflow: hidden;}
.index .section-3 .img img{width:100%;height:100%;object-fit: cover;}
.index .section-3 .first-row .item{position:relative;margin-top:1.25rem;overflow: hidden;}
.index .section-3 .first-row .item .img{position: absolute;width: 100%;height: 100%;z-index: -1;}
.index .section-3 .first-row .item .info{padding: 5% 0 5% 5%;width: 50%;}
.index .section-3 .first-row .item .info h5{font-size: 1.5rem;color:#333;line-height: 1.875rem;margin-top: 1rem;margin-bottom: 1rem;}
.index .section-3 .first-row .item .info p{font-size: 0.875rem;line-height: 2;color:#666;margin-bottom: 1.25rem;}
.index .section-3 .first-row .item .info a{color:#0078e6;transition: all linear .4s;}
.index .section-3 .first-row .item .info a:hover{margin-left:1rem;}

.index .section-3 .second-row .item{margin-top:1.875rem;text-align: center;}
.index .section-3 .second-row .item .img{overflow:hidden;border:1px solid #ddd;}
.index .section-3 .second-row .item .img img{transition: all linear .4s;}
.index .section-3 .second-row .item p{margin-top:0.5rem;line-height: 2;margin-bottom: 0;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;color:#37474f;}
.index .section-3 .second-row .item:hover .img img{transform:scale(1.2);}
.index .section-3 .second-row .item:hover p{color:#0078e6;}

@media(max-width:767px){
	.index .section-3 .second-row .item{margin-top:1.25rem;}
    .index .section-3 .second-row .item:nth-child(odd){padding-right:7.5px;}
    .index .section-3 .second-row .item:nth-child(even){padding-left:7.5px;}
}

.index .section-4{background-color:#f7f8f9;padding-bottom: 0;}
.index .section-4 .ys-panel:nth-child(2){margin-top:1.25rem;}
.index .section-4 .ys-panel:nth-child(3){flex-direction: row-reverse;}
.index .section-4 .ys-panel .img{width:50%;}
.index .section-4 .ys-panel .img img{width:100%;height: 100%;object-fit: cover;}
.index .section-4 .ys-panel .info{width:50%;padding: 3% 5%; }
.index .section-4 .ys-panel .info h3{font-weight: lighter;margin-bottom: 0;margin-top: 1rem;font-size: 1.5rem;opacity: 0.35;font-style: italic;}
.index .section-4 .ys-panel .info h5{margin-top: 0.5rem;font-size: 1.5rem;margin-bottom: 1.25rem;line-height: 1.5;color: #000;}
.index .section-4 .ys-panel .info h5 span{color:#0078e6;}
.index .section-4 .ys-panel .info p{text-align: justify;line-height: 2;color:#777;}
.index .section-4 .ys-panel .info a{width:10rem;height: 2.75rem;line-height: 2.75rem;text-align: center;display: inline-block;background-color: #0078e6;color:#fff;border-radius: 1.375rem;margin-top:1.875rem;font-size: 0.875rem;}
.index .section-4 .ys-panel .info a:hover{background-color:#01a0ea;}

@media(max-width:767px){
	.index .section-4 .ys-panel{padding:0 15px;}
	.index .section-4 .ys-panel .img{width:100%;}
	.index .section-4 .ys-panel .info{width:100%;padding: 1rem 0;}
	.index .section-4 .ys-panel .info h3{display:none;}
	.index .section-4 .ys-panel .info a{display:none;}
}


.index .section-5 .seo-tit{margin-bottom: 3.125rem;}
.index .section-5 .list{border-top:1px solid #cecece;border-left:1px solid #cecece;margin-bottom: 3.125rem;}
.index .section-5 .list .item{width:calc(100% / 6);border-right:1px solid #cecece;border-bottom:1px solid #cecece;padding: 1.25rem;display:flex;justify-content: center;align-items: center;background-color:#fff;}
.index .section-5 .list .item:hover{box-shadow:0 0 2rem rgba(0,0,0,.1);z-index: 9;}
.index .section-5 .list .item img{max-width: 100%;max-height: 6.25rem;}
.index .section-5 .wrapper{}
.index .section-5 .wrapper .item{width:12.5%;background:url("../img/lc-bg.png")top center no-repeat;text-align: center;}

@media(max-width:768px){
    .index .section-5 .list .item{width:25%;}
}
@media(max-width:576px){
    .index .section-5 .list .item{width:33.3333%;}
}


.index .section-6{background-color:#f7f8f9;}
.index .section-6 .list{justify-content: space-between;}
.index .section-6 .list .img{width:48.5%;}
.index .section-6 .list .img img{width:100%;height:100%;object-fit: cover;}
.index .section-6 .list .info{width:48.5%;display: flex;flex-direction: column;justify-content: center;}
.index .section-6 .list .info p{margin-bottom:1rem;line-height: 2;color: #777;text-align: justify;}
.index .section-6 .list .info a{display:inline-block;width:10rem;height: 2.5rem;line-height: 2.5rem;text-align: center;background-color:#0078e6;color:#fff;border-radius: 1.25rem;font-size: 0.875rem;margin-top:0.875rem;}
.index .section-6 .list .info a:hover{background-color:#01a0ea;}

.index .section-6 .workshop .item{margin-top:1.875rem;}
@media(max-width:768px){
    .index .section-6 .list .img{width:100%;display: none;}
    .index .section-6 .list .info{width:100%;}
}

@media(max-width:767px){
	.index .section-6 .workshop .item{margin-top:1.25rem;}
    .index .section-6 .workshop .item:nth-child(odd){padding-right:7.5px;}
    .index .section-6 .workshop .item:nth-child(even){padding-left:7.5px;}
}


.index .section-7 .imgScroll{position:relative;overflow:  hidden;height: 25rem;margin-top:3.125rem;}
.index .section-7 .list{display:flex;position: absolute;left: 0;top: 0;}
.index .section-7 .list .item{width:16.875rem;margin-right: 1.875rem;text-align: center;cursor: pointer;}
.index .section-7 .list .item .img{overflow: hidden;height:22.5rem;padding: 5px;border: 1px solid #cecece;}
.index .section-7 .list .item .img img{width: 100%;height: 100%;object-fit: contain;}
.index .section-7 .list .item p{margin-bottom:0;padding-top:0.5rem;line-height:2rem;font-size:0.875rem;color:#37474f;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}

.index .section-8{background-color:#f7f8f9;}
.index .section-8 .item{margin-top:1.25rem;}
.index .section-8 .item .img{overflow: hidden;}
.index .section-8 .item .img img{width:100%;height: 100%;object-fit: cover;transition: all linear .4s;}
.index .section-8 .item p{line-height: 2;color:#37474f;position: relative;border-bottom:1px solid #cecece;margin-bottom:0;padding: 0.5rem 0;}
.index .section-8 .item p::after{content: '';position: absolute;left: 0;bottom: 0;display: block;width: 0;height: 1px;background-color: #01a0ea;transition: width linear 0.4s;}
.index .section-8 .item:hover .img img{transform: scale(1.2);}
.index .section-8 .item:hover p{color:#01a0ea;}
.index .section-8 .item:hover p::after{width:100%;}

.index .section-9 .list{padding-top:1.25rem;}
.index .section-9 .img{overflow: hidden;height: 24.625rem;}
.index .section-9 .img img{width:100%;height: 100%;object-fit: cover;}
.index .section-9 .news-list  dl{margin-bottom:1.25rem;display:-ms-flexbox;display:flex;align-items: center;border:1px solid #cecece;}
.index .section-9 .news-list  dl dt{text-align: center;padding: 1rem;font-weight: normal;min-width: 7.25rem;}
.index .section-9 .news-list  dl dt b{display:block;font-size: 2.5rem;line-height: 1;}
.index .section-9 .news-list  dl dt span{font-size:12px;}
.index .section-9 .news-list  dl dd{padding:1rem;border-left:1px solid #cecece;overflow: hidden;}
.index .section-9 .news-list  dl dd h5{font-size:1.125rem;margin-top:0;margin-bottom: 0.625rem;line-height: 1;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.index .section-9 .news-list  dl dd h5 a{color:#000;}
.index .section-9 .news-list  dl dd p{font-size:0.875REM;line-height: 2em;margin-bottom: 0;color:#777;max-height: 4em;overflow: hidden;text-align: justify;}
.index .section-9 .news-list  dl dd h5 a:hover{color:#01a0ea;}


.main{padding:1.875rem 0;}
.main .box{margin-bottom:1.25rem;border: 1px solid #ddd;}
.main .box h3{background-color:#0078e6;color:#fff;margin-top:0;margin-bottom:0;padding:1.25rem 1.25rem 1rem;font-size:1.5rem;}
.main .box h3 em{font-size:12px;}
.main .box ul{padding:1rem;margin-bottom:0;}
.main .box ul li{background-color:#f1f2f3;padding-top:0.625rem;padding-bottom:0.625rem;line-height: 2; padding-left:1rem;font-size: 14px;padding-right: 1rem;}
.main .box ul li + li{margin-top:1rem;}
.main .box ul li > .icon{margin-right:0.5rem;}
.main .box ul li >a{color:#37474f;}
.main .box ul li:hover{background-color:#0078e6;}
.main .box ul li:hover i{color:#fff;}
.main .box ul li:hover a{color:#fff;}
.main .box .list{padding:1rem;}
.main .box .list p{margin-bottom:0;border-bottom:1px dashed #ddd;line-height: 2;padding-top:0.5rem;padding-bottom:0.5rem;word-break: break-word;font-size: 14px;}
.main .box .list p + p{margin-top:1rem;}

.main .content{line-height:2;margin-top:1rem;margin-bottom: 1.25rem;}
.main .content p{text-indent:2em;text-align:justify;margin-bottom:1rem;color:#666;}
.main .content p img{max-width:100%;}
.main .content p img{margin-left:-2em;}
.main .content > h5{font-size:1.125rem;text-align:center;margin-bottom:1rem;margin-top:1.25rem;}
.main .content hr{margin-top:1rem;margin-bottom:1rem;}
.main .content ul.redirect{margin-bottom: 0;}
.main .content ul.redirect li{white-space:nowrap;overflow: hidden;text-overflow: ellipsis;height: 2rem;line-height: 2rem;font-size:0.875rem;}
.main .content ul.redirect li a{color:#777;}
.main .content ul.redirect li a:hover{color:#0078e6;}
.main .content table{width:100%;}
.main .content table tr td{padding:0.5rem 0.75rem;line-height: 2;vertical-align: middle;}

@media(max-width:576px){
    .main{padding-top:0;}
}


.product-list{margin-top:1.25rem;}
.product-list .item{margin-bottom:1.25rem;}
.product-list .item .img{overflow:hidden;}
.product-list .item .img img{width:100%;height: 100%;object-fit: cover;transition: all linear 0.4s;}
.product-list .item p{line-height: 2;margin-top: 0.5rem;margin-bototm:0;text-align:center;color:#000;max-height: 4em;overflow: hidden;}
.product-list .item:hover .img img{transform:scale(1.2);}
.product-list .item:hover p{color:#0078e6;}
@media(max-width:768px){
   .product-list .item:nth-child(odd){padding-right:7.5px;}
   .product-list .item:nth-child(even){padding-left:7.5px;}
}

.main .news-list .item{margin-top:1.25rem;border-bottom:1px dashed #cecece;padding-bottom: 1rem;display:flex;align-items: center;}
.main .news-list .item .img{margin-right: 1rem;width:8rem;height:6rem;overflow: hidden;min-width: 8rem;}
.main .news-list .item .img img{width:100%;height: 100%;object-fit: cover;}
.main .news-list dl{margin-bottom:0;}
.main .news-list dl dt{overflow: hidden;font-size: 1.125rem;font-weight: normal;}
.main .news-list dl dt a{color:#000;}
.main .news-list dl dt a:hover{color:#0078e6;}
.main .news-list dl dd{color:#777;text-align: justify;font-size: 0.875rem;line-height: 2;margin-top: 0.625rem;}
@media(max-width:576px){
    .main .news-list dl dd{display:none;}
}


.main .list{margin-top:1.25rem;}
.main .list .item{margin-bottom:1.25rem;text-align:center;}
.main .list .item .img{overflow:hidden;border: 1px solid #ddd;padding: 1rem;display: flex;align-items: center;justify-content: center;}
.main .list .item .img img{max-width:100%;max-height: 100%;object-fit: contain;transition: all linear 0.4s;}
.main .list .item p{line-height: 2;margin-top: 0.5rem;margin-bototm:0;color:#000;max-height: 4em;overflow: hidden;}
.main .list .item:hover .img img{transform:scale(1.2);}
.main .list .item:hover p{color:#0078e6;}
@media(max-width:768px){
   .main .list .item:nth-child(odd){padding-right:7.5px;}
   .main .list .item:nth-child(even){padding-left:7.5px;}
}



.shenlvye .section-1 .list{display:flex;flex-wrap: wrap;justify-content: space-between;}
.shenlvye .section-1 .list .item{width:18%;padding:1.25rem;background-color:#f1f2f3;transition: all linear 0.4s;margin-top:1.25rem;margin-bottom: 0;}
.shenlvye .section-1 .list .item dt{margin-top:1rem;}
.shenlvye .section-1 .list .item dt span{width:105px;height:60px;background-image: url("../img/jia-i.png");background-repeat: no-repeat;background-position:0 0;margin: 0 auto;display: block;transition: all linear 0.4s;}
.shenlvye .section-1 .list .item dd{margin-top:1.25rem;padding-top:1rem;border-top:2px solid #fff;line-height: 2;text-align: justify;color:#666;}

.shenlvye .section-1 .list .item:hover{background-color:#0078e6;}
.shenlvye .section-1 .list .item:hover dt span{transform: scale(0.8);}
.shenlvye .section-1 .list .item:hover dd{color:#fff;}

.shenlvye .section-1 .list .item:nth-child(2) dt span{background-position: -105px 0;}
.shenlvye .section-1 .list .item:nth-child(3) dt span{background-position: -210px 0;}
.shenlvye .section-1 .list .item:nth-child(4) dt span{background-position: -315px 0;}
.shenlvye .section-1 .list .item:nth-child(5) dt span{background-position: -420px 0;}

.shenlvye .section-1 .list .item:nth-child(1):hover dt span{background-position: 0 -60px;}
.shenlvye .section-1 .list .item:nth-child(2):hover dt span{background-position: -105px -60px;}
.shenlvye .section-1 .list .item:nth-child(3):hover dt span{background-position: -210px -60px;}
.shenlvye .section-1 .list .item:nth-child(4):hover dt span{background-position: -315px -60px;}
.shenlvye .section-1 .list .item:nth-child(5):hover dt span{background-position: -420px -60px;}
@media(max-width:1024px){
    .shenlvye .section-1 .list .item{width:32%;}
    .shenlvye .section-1 .list .item:nth-child(n+4){width:48.5%;}
}
@media(max-width:576px){
    .shenlvye .section-1 .list .item{width:48.5%;}
}


.shenlvye .section-2 .list{display:flex;flex-wrap: wrap;justify-content: space-between;}
.shenlvye .section-2 .list .item{width:23.5%;padding:1.25rem;background-color:#fff;transition: all linear 0.4s;margin-top:1.25rem;text-align: center;}
.shenlvye .section-2 .list .item .img{}
.shenlvye .section-2 .list .item .img span{width:105px;height:60px;background-image: url("../img/jia-i.png");background-repeat: no-repeat;background-position:-525px 0;margin: 3.125rem auto;display: block;transition: all linear 0.4s;}
.shenlvye .section-2 .list .item p{margin-bottom:0;line-height: 2;}

.shenlvye .section-2 .list .item:hover{background-color:#0078e6;}
.shenlvye .section-2 .list .item:hover .img span{transform: scale(0.8);}
.shenlvye .section-2 .list .item:hover p{color:#fff;}

.shenlvye .section-2 .list .item:nth-child(2) .img span{background-position: -630px 0;}
.shenlvye .section-2 .list .item:nth-child(3) .img span{background-position: -735px 0;}
.shenlvye .section-2 .list .item:nth-child(4) .img span{background-position: -840px 0;}

.shenlvye .section-2 .list .item:nth-child(1):hover .img span{background-position: -525px -60px;}
.shenlvye .section-2 .list .item:nth-child(2):hover .img span{background-position: -630px -60px;}
.shenlvye .section-2 .list .item:nth-child(3):hover .img span{background-position: -735px -60px;}
.shenlvye .section-2 .list .item:nth-child(4):hover .img span{background-position: -840px -60px;}
@media(max-width:576px){
    .shenlvye .section-2 .list .item{width:48.5%;}
}

.shenlvye .section-3{background-color:#0078e6;}
.shenlvye .section-3 .seo-tit{margin-bottom:0;}
.shenlvye .section-3 .seo-tit .tit{color:#fff;}
.shenlvye .section-3 .seo-tit .des{color:#fff;}


.shenlvye .section-4 {text-align:center;}
.shenlvye .section-4 .panel{padding-bottom:1.875rem;margin-bottom:3.125rem;}
.shenlvye .section-4 .panel:last-child{margin-bottom:0;}
.shenlvye .section-4 h3{font-size:1.875rem;text-align: center;margin-bottom: 1.875rem;margin-top:0;}
.shenlvye .section-4 .img{margin-bottom:1rem;}
.shenlvye .section-4 .img img{max-width:100%;}
.shenlvye .section-4 p{margin-bottom:0;line-height: 2;}
.shenlvye .section-4 p + p{margin-top:1rem;}











