:root{
  --main-color:#1b2185;
  --main-color2: #0d1370;
  --deputy-color:#ee0117;
  --deputy-color2: #b70010;
}
.ui-breadcrumb{}
.ui-pagination{margin:30px 0;justify-content: center}
.container{max-width:1260px}
/*header start*/
.header{padding-top:25px;padding-bottom:25px;justify-content: space-between;align-items: center;background:#fff}
.logo img{max-height:55px;backface-visibility:hidden;display: block}
.header-tel{position:relative;padding-left:45px}
.header-tel:before{content:'\e636';font-family: iconfont;color:var(--main-color);font-size:34px;position:absolute;top:4px;left:0}
.header-tel span{color:#666;margin-left:3px}
.header-tel strong{color:var(--deputy-color);font-size:23px;display:block;line-height:1}
.nav{background:var(--main-color)}
.nav-wrapper {display:flex;justify-content: space-between}
.nav__item{padding:15px 35px;position:relative;text-align: center}
.nav__item.cur,
.nav__item:hover{background:var(--main-color2)}
.nav__item > a{font-size:16px;transition:color .3s;color:#fff}
.nav__item span{display:block}
.nav__item small{font-size:12px}
.nav__extend{visibility:hidden;z-index:-10;opacity:0;position:absolute;top:130%;left:0;width:100%;padding:8px 0;border:solid 1px #ddd;border-radius:3px;box-shadow:0 2px 5px 1px rgba(0,0,0,.05);background:#fff;transition:all .1s ease 0s}
.nav__extend a{display:block;text-align: center;padding:5px 0}
.nav__extend a:hover{background: #f9f9f9}
.nav__item:hover .nav__extend{visibility: visible;top:100%;z-index:101;opacity:1;transition:all .3s ease .1s}
.search-switch,
.nav-switch{display:none}
@media (max-width:1200px){
  .nav__item{padding:12px 15px}
}
@media (max-width:1024px){
  .logo img{max-height:36px}
  .nav__item{padding:12px 10px}
  .nav__item > a{font-size:14px}
}
@media (max-width:768px){
  :root{--header-height:58px}
  body:before{content:'';display:block;height:var(--header-height)}
  .header{padding-top:13px;padding-bottom:12px;position:fixed;top:0;right:0;width:100%;border-bottom:solid 1px #eee;z-index:101}
  .header:before{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background: #fff;z-index:-1}
  .logo img{max-height:32px}
  .header-tel{display:none}
  .nav{padding:0 8%;position:fixed;top:var(--header-height);left:0;right:0;height:0;background: #fcfcfc;overflow:hidden;transition:height .3s}
  .nav[is-open]{overflow:auto;height:calc(100vh - var(--header-height));z-index:11}
  .nav-wrapper{flex-direction:column;justify-content:flex-start}
  .nav__item{width:100%;border-bottom:solid 1px #eee;margin-top:15px;padding:0 10px 12px}
  .nav__item > a{font-size:15px;color:#333}
  .nav__item > a span{font-weight: 600}
  .nav__item.cur,
  .nav__item:hover{background:transparent}
  .nav__item.more{position: relative}
  .nav__item.more:after{content:'+';position:absolute;top:0;right:9px;color:#999;font-size:18px}
  .nav__extend{visibility: visible;display:none;position:static;top:auto;z-index:101;opacity:1;transition:none;width:100%;border:0;box-shadow: none;background: transparent}
  .nav__extend a{color:#666;padding-left:0;text-align:center}
  .nav__item.unfold .nav__extend{display:block}
  .nav__item.unfold:after{content:'-'}
  .search-switch{display:block;position:absolute;top:18px;right:50px}
  .search-switch:before{content:'\e630';font-family:iconfont;font-size:22px;font-weight: 600}
  .nav-switch{display:flex;width:22px;height:16px;;position:relative;border-top:solid 2px #555;border-bottom:solid 2px #555;transition: .4s}
  .nav-switch:before,
  .nav-switch:after{content:'';height:2px;width:100%;position:absolute;right:0;top:5px;background: #555;transition: .3s}
  .nav-switch.open{border-color:#fff}
  .nav-switch.open:before{transform: rotate(45deg)}
  .nav-switch.open:after{transform: rotate(-45deg)}
}
/*header end*/
/*banner*/
.home-banner{position:relative}
.home-banner .swiper-slide{height:550px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
.page-banner{height:350px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
@media (max-width:1300px){
  .home-banner .swiper-slide{height:41vw}
  .page-banner{height:29vw}
}
/*banner end*/
.home-box{padding-top:80px;padding-bottom:60px}
@media (max-width:1200px){
  .home-box{padding-top:60px;padding-bottom:50px}
}
@media (max-width:1024px){
  .home-box{padding-top:50px;padding-bottom:40px}
}
@media (max-width:768px){
  .home-box{padding-top:40px;padding-bottom:30px}
}
@media (max-width:512px){
  .home-box{padding-top:25px;padding-bottom:25px}
}
.home-about__figure{flex:0 0 44%;height:400px}
.home-about__figure img{width:100%;height:100%;object-fit:cover}
.home-about__article{flex:0 0 48%;border:solid 1px #ddd;display:flex;justify-content:center;align-items:center}
.home-about__text{background: #fff;padding:30px 0;transform:translateX(-50px)}
.home-about__text strong{font-size:24px;padding: 10px 0}
.home-about__text p{color:#333;line-height:1.9;margin:25px 0}
.home-about__text a{background:var(--deputy-color);color:#fff;text-align: center;display:inline-block;padding:10px 40px;border-radius:4px;transition: .3s}
.home-about__text a:hover{background:var(--deputy-color2)}
@media (max-width:1024px){
  .home-about__text{padding:20px 0;transform:translateX(-40px)}
  .home-about__text p{margin:20px 0}
}
@media (max-width:768px){
  .home-about__figure{flex:0 0 100%;height:30vw}
  .home-about__article{flex:0 0 100%;border:0}
  .home-about__text{padding:20px 0;transform:none}
  .home-about__text strong{font-size:18px}
  .home-about__text p{margin:12px 0}
  .home-about__text a{padding:6px 30px;border-radius:4px}
}
@media (max-width:512px){
  .home-about__text strong{font-size:16px}
  .home-about__text a{font-size:12px}
}
.main-title{padding-bottom:20px;margin-bottom:40px;text-align: center;position:relative}
.main-title:after{content:'';position:absolute;bottom:1px;left:50%;margin-left:-120px;width:240px;height:1px;background: #ddd}
.main-title:before{content:'';position:absolute;z-index:2;bottom:0;left:50%;margin-left:-30px;width:60px;height:3px;background:var(--deputy-color)}
.main-title span{letter-spacing:2px;text-transform: uppercase;color:#777}
.main-title strong{margin-top:3px;font-size:30px;display:block}
@media (max-width:768px){
  .main-title strong{font-size:25px}
}
@media (max-width:512px){
  .main-title{margin-bottom:30px}
  .main-title span{font-size:12px}
  .main-title strong{font-size:20px}
}
.home-more{text-align: center;margin-top:30px}
.home-more a{display:inline-block;padding:9px 30px;background: var(--deputy-color);color:#fff;border-radius:3px;transition: .3s}
.home-more a:hover{background: var(--deputy-color2)}
.home-business{padding:50px 0;height:500px;background: url("../images/home-business.jpg") no-repeat center center;background-size:100%}
.home-business .main-title span{color:#eee}
.home-business .main-title strong{color:#fff}
.home-business-list{margin-top:50px}
.home-business__item{padding:12px 9px;flex:0 0 19%;background: #fff;margin-bottom:20px;text-align: center;border-radius:3px}
.home-business__item:empty{padding:0;margin-bottom:0}
.home-business__item:last-child{background: var(--deputy-color)}
.home-business__item:last-child a{color:#fff}
@media (max-width:1440px){
  .home-business{background-size:auto 100%}
}
@media (max-width:1024px){
  .home-business{height:auto;padding:30px 0}
  .home-business-list{margin-top:0}
}
@media (max-width:768px){
  .home-business__item{flex:0 0 24%}
}
@media (max-width:512px){
  .home-business__item{flex:0 0 48%;padding:8px 9px;margin-bottom:13px}
}
.home-honor{}
.home-honor{position:relative}
.home-honor__item{border:solid 1px #eee;padding:2px}
.home-honor__item figure{height:160px}
.home-honor__item figure img{width:100%;height:100%}
.home-honor__item article{padding:12px 9px;text-align: center;border-top:solid 1px #eee;margin-top:2px}
.home-honor .swiper-button-prev,
.home-honor .swiper-button-next{width:50px;height:50px}
.home-honor .swiper-button-prev{left:-13px}
.home-honor .swiper-button-next{right:-13px}
.home-honor .swiper-button-prev:before,
.home-honor .swiper-button-next:before{content:'';width:100%;height:100%;background: #333;border-radius:100%;opacity:.4;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
.home-honor .swiper-button-prev:hover:before,
.home-honor .swiper-button-next:hover:before{opacity: .8}
.home-honor .swiper-button-prev:after,
.home-honor .swiper-button-next:after{font-size:20px;position: relative;z-index:2;color:#fff}
@media (max-width:1400px){
  .home-honor__item figure{height:18vw}
  .home-honor .swiper-button-prev{left:5px}
  .home-honor .swiper-button-next{right:5px}
}
@media (max-width:1024px){
  .home-honor__item figure{height:18vw}
}
@media (max-width:768px){
  .home-honor__item figure{height:32vw}
  .home-honor .swiper-button-prev,
  .home-honor .swiper-button-next{display:none}
}
.home-project{background: #f9f9f9}
.home-project .container{}
.home-project__img{flex:0 0 47%;height:440px}
.home-project__img img{width:100%;height:100%;object-fit:cover}
.home-project__list{flex:0 0 47%;width:47%;height:440px;background: #fff;padding:20px}
.home-project-box{height:100%;overflow: hidden;position:relative}
.home-project-wrap{position:absolute;right:0;top:0;width:100%}
.home-project__row{padding:12px 0 12px 15px;border-bottom:dashed 1px #eee;position:relative;display:flex;justify-content:space-between}
.home-project__row:before{content:'\ec5e';font-family: iconfont;position:absolute;top:14px;left:0}
.home-project__row a{flex:0 0 calc(100% - 65px);width:calc(100% - 65px);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.home-project__row span{flex:0 0 55px;color:#888;font-size:12px}
@media (max-width:1280px){
  .home-project__img{flex:0 0 45%}
  .home-project__list{flex:0 0 52%;width:48%;height:440px}
}
@media (max-width:768px){
  .home-project__img{display:none}
  .home-project__list{flex:0 0 100%;width:100%;height:50vw}
}
@media (max-width:512px){
  .home-project__list{height:70vw}
  .home-project__row a{flex:0 0 100%;width:100%}
  .home-project__row span{display:none}
}
.home-case__item{flex:0 0 23.5%;width:23.5%;box-shadow: 0 5px 15px rgba(0,0,0,0.1);padding: 4px;margin-bottom:28px;border-radius: 4px;transition: .3s}
.home-case__item:hover{box-shadow: 0 5px 15px rgba(0,51,153,0.5)}
.home-case__item:empty{margin-bottom:0;box-shadow:none}
.home-case__item:empty:hover{box-shadow:none}
.home-case__item figure{height:220px}
.home-case__item figure img{width:100%;height:100%;object-fit: cover;border-radius: 4px}
.home-case__item article{text-align: center;padding:10px 9px}
.home-case__item article a{font-weight:500;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.home-case__item article a:hover{color:var(--main-color)}
@media (max-width:1400px){
  .home-case__item figure{height:18vw}
}
@media (max-width:1200px){
  .home-case__item article a{font-size:16px}
}
@media (max-width:1024px){
  .home-case__item{flex:0 0 48%;width:48%;margin-bottom:20px}
  .home-case__item figure{height:36vw}
}
@media (max-width:512px){
  .home-case__item article{padding:12px 9px}
  .home-case__item article a{font-size:15px}
}
.home-news{background: #f9f9f9}
.home-news-list {justify-content: space-between;margin:50px auto 30px}
.home-news__item{flex:0 0 32%;width:32%;border:solid 1px #ddd;background:#fff;justify-content: space-between;margin-bottom:20px;padding:20px 15px;display:flex;position:relative}
.home-news__item:hover{box-shadow: 0 0 8px 1px rgba(0,0,0,.1)}
.home-news__item dl{color:#888;text-align: center;margin-top:5px;width:63px}
.home-news__item dt{font-size:45px;line-height:1}
.home-news__item dd{font-size:13px}
.home-news__item article{width:calc(100% - 86px)}
.home-news__item h3{font-size:17px;font-weight: 500;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.home-news__item h3:hover a{color:var(--main-color)}
.home-news__item p{margin-top:9px;line-height:23px;color:#777;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (max-width:1200px) {
  .home-news__item{flex:0 0 49%;width:49%}
}
@media (max-width:768px) {
  .home-news__item{flex:0 0 100%;width:100%}
}
@media (max-width:512px) {
  .home-news-list {margin:30px auto 0px}
  .home-news__item{margin-bottom:15px;padding:12px}
  .home-news__item dl{display:none}
  .home-news__item article{width:100%}
  .home-news__item h3{font-size:15px}
  .home-news__item p{font-size:12px}
}
/*footer*/
.footer{background: #151515;padding-top:40px;;color:#999}
.footer a{color:#999}
.footer-text{flex-basis: 70%}
.footer-link{padding-bottom:20px;word-spacing:20px;font-size:15px}
.footer-contact{}
.footer-contact li{padding:5px 0}
.footer-contact li:before{content:'';font-family: iconfont;font-size:16px;color:#aaa;margin-right:12px}
.footer-contact li:nth-child(1):before{content:'\e634'}
.footer-contact li:nth-child(2):before{content:'\e633'}
.footer-contact li:nth-child(3):before{content:'\e620'}
.footer-contact li:nth-child(4):before{content:'\e636'}
.footer-qrcode{margin-top:20px}
.footer-qrcode__item{text-align: center;margin-left:20px}
.footer-qrcode__item img{display:block;width:100px;margin-bottom:9px}
.footer-qrcode__item span{}
.copyright{background: #111;margin-top:18px;border-top:solid 1px #333;padding:10px 0;text-align: center;color:#999;font-size:12px}
.copyright a{color:#999}
@media (max-width:768px){
  .footer{padding-top:25px;padding-bottom:15px}
  .footer-text{flex-basis: 100%}
  .footer-link{text-align:center}
  .footer-qrcode{display:none}
  .footer-text .link{word-spacing:5px;font-size:14px}
}
@media (max-width:512px){
  .footer{padding-bottom:10px}
  .footer-text{font-size:12px;padding-bottom:10px}
  .footer-link{padding-bottom:10px;word-spacing:2px;font-size:12px}
  .copyright{margin-top:5px}
}
/*footer end*/
.page-top{padding:15px 0}
.page-title{text-align:center;position:relative;margin:40px 0;padding-bottom:20px}
.page-title:before{content:'';position:absolute;bottom:0;left:50%;margin-left:-25px;width:50px;height:2px;background: #333}
.page-title span{font-size:33px}
.page-title small{display:block;color:#999;font-size:16px;margin-top:9px;text-transform: uppercase}
.page-main{padding-bottom:50px}
.page-text p{font-size:15px;line-height:2;margin-bottom:12px}
.page-text img{max-width:100%}
.page-nav{border-top:solid 1px #ddd;border-bottom:solid 1px #ddd}
.page-nav .container{;display:flex}
.page-nav a{font-size:15px;color:#555;padding:12px 30px;border-left:solid 1px #ddd}
.page-nav a:last-child{border-right:solid 1px #ddd}
.page-nav a:hover{background: #f9f9f9}
.page-nav a.active{background: var(--main-color);color:#fff}
@media (max-width:1024px){
  .page-title{text-align:center;position:relative;margin:30px 0 20px;padding-bottom:13px}
  .page-title span{font-size:23px}
  .page-title small{font-size:14px}
}
@media (max-width:768px) {
  .page-nav a{font-size:14px;padding:12px 20px;}
}
@media (max-width:512px) {
  .page-title span{font-size:18px}
  .page-title small{font-size:12px;margin-top:5px}
  .page-nav a{font-size:12px;padding:12px}
}

.honor-list{}
.honor-list__item{flex:0 0 19%;margin-bottom:20px}
.honor-list__item:empty{margin-bottom:0}
.honor-list__item figure{height:200px;display:flex;justify-content: center;align-items: center;border:solid 1px #ddd;padding:5px}
.honor-list__item figure img{max-width:100%;max-height:100%}
.honor-list__item article{text-align:center;padding-top:10px}
@media (max-width:1500px){
  .honor-list__item figure{height:14vw}
}
@media (max-width:1024px){
  .honor-list__item{flex:0 0 24%}
  .honor-list__item figure{height:17vw}
}
@media (max-width:768px){
  .honor-list__item{flex:0 0 32%}
  .honor-list__item figure{height:25vw}
}
.contact-info{margin:30px auto;justify-content: space-between}
.contact-info__item{flex:0 0 24%;background: #fcfcfc;padding:20px 12px;border-radius:6px;text-align: center}
.contact-info__item:before{content:'';font-family: iconfont;color:#999;font-size:2rem}
.contact-info__item.address:before{content:'\e636'}
.contact-info__item.tel:before{content:'\e632'}
.contact-info__item.wechat:before{content:'\e623'}
.contact-info__item.qq:before{content:'\e624'}
.contact-info__item.email:before{content:'\e620'}
.contact-info span{color:#777}
.contact-info small{display:block;margin:9px 0;color:#555}
.content-map{height: 500px;border: #ccc solid 1px}
@media (max-width:1024px){
  .contact-info__item{flex:0 0 49%;margin-bottom:12px}
}
@media (max-width:512px){
  .contact-info{margin:10px auto 20px}
  .contact-info__item{text-align:left;flex:0 0 100%;position:relative;padding: 0 0 12px 60px;border-bottom:dashed 1px #eee}
  .contact-info__item:before{font-size:1.6rem;position:absolute;top:12px;left:20px}
}
.job-head{margin:30px 0}
.job-head__name{padding:20px;flex:0 0 250px;width:250px;background: var(--deputy-color);color:#fff;display:flex;align-items: center}
.job-head__name strong{font-size:33px;text-transform:uppercase;letter-spacing: 4px}
.job-head__name p{margin-top:6px;font-size:18px;text-align: center}
.job-head__content{flex:0 0 calc(100% - 250px);padding:20px;border:solid 1px #ddd;color:#666}
.job-head__content p:last-child{margin-top:9px}
.job-item{background: #f9f9f9;margin-bottom:25px;position:relative}
.job-item__main{padding:20px}
.job-item__title{font-weight: 600;font-size:18px}
.job-item__attr{margin-top:18px;display:flex;flex-wrap:wrap;justify-content: space-between}
.job-item__attr p{color:#666}
.job-item__detail{max-height:0;overflow: hidden}
.job-item__detail p{padding:20px 20px 0 20px;margin-bottom:20px;line-height:1.8}
.job-item input[type=checkbox]{position:absolute;top:0;right:0;left:0;bottom:0;width:100%;height:100%;opacity: 0;cursor: pointer}
.job-item input[type=checkbox]:checked ~ .job-item__main{background:#0a6fcf;color:#fff}
.job-item input[type=checkbox]:checked ~ .job-item__main .job-item__attr p{color:#fff}
.job-item input[type=checkbox]:checked ~ .job-item__detail{max-height:1000px}
@media (max-width:1024px){
  .job-head__name{padding:20px;flex:0 0 200px;width:200px}
  .job-head__name strong{font-size:24px}
  .job-head__name p{font-size:16px}
  .job-head__content{flex:0 0 calc(100% - 200px)}
  .job-item__title{font-size:16px}
  .job-item__attr p{flex:0 0 50%;margin-top:5px}
}
@media (max-width:512px){
  .job-head{margin:20px 0}
  .job-head__name{padding:12px;flex:0 0 100%;width:100%;justify-content: center}
  .job-head__name strong{font-size:18px}
  .job-head__name p{font-size:12px}
  .job-head__content{padding:15px;flex:0 0 100%}
  .job-item__main{padding:15px}
  .job-item__detail p{padding:15px 15px 0 15px;margin-bottom:15px}
}
.article-list {margin:20px auto}
.article-list__item{display:flex;justify-content: space-between;margin-bottom:30px;padding-bottom:30px;border-bottom:solid 1px #ddd}
.article-list__date{flex:0 0 120px;width:120px;min-height:76px;display:flex;justify-content:center;align-items:center;background: #f2f2f2}
.article-list__date dl{text-align: center;color:#555}
.article-list__date dt{font-size:25px;line-height:1.2}
.article-list__date dd{font-size:14px;color:#999}
.article-list article {flex-grow: 2;margin-left:20px}
.article-list article a {font-size:17px}
.article-list article a:hover {color: #0093d6}
.article-list article p{color:#999;margin-top:9px;line-height:1.7}
@media (max-width:1024px) {
  .article-list__date{flex:0 0 100px;width:100px;}
}
@media (max-width:512px) {
  .article-list__item{margin-bottom:20px;padding-bottom:20px;}
  .article-list__date{display:none}
  .article-list article {margin-left:0}
  .article-list article a{font-size:15px}
  .article-list article p{font-size:12px;}
}
.article-detail h1{margin:30px 0 22px;text-align: center}
.article-detail .meta{font-size:12px;text-align: right;padding:5px;background: #fbfbfb;margin:22px 0;color:#777}
.article-detail .detail{}
.article-detail .detail p{line-height:1.8;margin-bottom:12px}
.article-detail .detail img{max-width:100%}
.article-detail .detail ul{padding-left:12px;margin:16px 0}
.article-detail .detail li{list-style-type:disc;margin:11px 0;}
.article-detail .neighbor{margin:50px 0;border-top:solid 1px #ddd;padding-top:12px;justify-content: space-between}
.article-detail .neighbor div{color:#777}
.article-detail .neighbor a:hover{text-decoration: underline}

@media (max-width:768px){
  .article-detail h1{margin-top:20px;font-size:17px}
  .article-detail .neighbor div{flex:0 0 100%;margin-bottom:9px}
}
.project-list__item{margin-bottom:30px;padding:20px;box-shadow: 3px 3px 5px 1px rgba(0,0,0,.1);background: #fff;display:flex;justify-content:space-between;align-items: center}
.project-list__item:hover{box-shadow: 3px 3px 8px 1px rgba(0,0,0,.2)}
.project-list__item figure{flex:0 0 300px;height:200px}
.project-list__item figure img{width:100%;height:100%;object-fit:cover}
.project-list__item article{flex:0 0 calc(100% - 330px);width:calc(100% - 330px)}
.project-list__name{font-size:20px;font-weight: 600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.project-list__name a:hover{color:var(--main-color)}
.project-list__date{font-size:12px;margin-top:12px;color:#777}
.project-list__desc{margin:22px 0;line-height:1.8;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.project-list__more{}
.project-list__more a{display:inline-block;padding:6px 35px;border:solid 1px #ddd}
.project-list__more a:hover{background: var(--main-color);color:#fff}
@media (max-width:1024px){
  .project-list__item figure{flex:0 0 200px;height:180px}
  .project-list__item article{flex:0 0 calc(100% - 220px);width:calc(100% - 220px)}
}
@media (max-width:512px){
  .project-list__item{padding:15px;margin-bottom:20px}
  .project-list__item figure{flex:0 0 140px;height:115px}
  .project-list__item article{flex:0 0 calc(100% - 160px);width:calc(100% - 170px)}
  .project-list__name{font-size:18px}
  .project-list__desc{margin:12px 0 0}
  .project-list__more {display:none}
}
/*fixed-service end*/
.fixed-service{position:fixed;right:20px;bottom:200px;z-index:101}
.fixed-service_item{border-radius:3px;width:52px;height:52px;text-align:center;background:#555;margin-bottom:2px;color:#fff;position:relative;cursor: pointer;display:flex;align-items: center;justify-content: center;transition: .3s}
.fixed-service_item.invisible{visibility:hidden}
.fixed-service_item:hover{background:#333;color:#fff}
.fixed-service_item:before{font-size:26px;font-family:iconfont}
.fixed-service_item.tel:before {content:'\e633'}
.fixed-service_item.qq:before {content:'\e6a1'}
.fixed-service_item.wechat:before {content:'\e6b2'}
.fixed-service_item.top:before {content:'\e816'}
.fixed-service_item a {display:block;width:100%;height:100%;left:0;top:0;position:absolute;z-index:2}
.fixed-service_item.tel{overflow: hidden}
.fixed-service_item.tel .extend{color:#333;font-size:20px;position:absolute;top:0;bottom:0;right:100%;z-index:-1;padding:0 12px;background: #f5f5f5;line-height:1;display:flex;align-items: center;opacity:0;transition:1s}
.fixed-service_item.tel:hover{overflow: visible}
.fixed-service_item.tel:hover .extend{right:100%;opacity: 1}
.wechat-popup {position:fixed;z-index:-1;opacity: 0;text-align: center;padding:30px;width:260px;border-radius:3px;margin-left:-130px;left:50%;top:30%;background: #fff}
.wechat-popup.visible{z-index:930;opacity: 1}
.wechat-popup .close{position:absolute;top:10px;right:10px;cursor: pointer}
.wechat-popup .close:before{content:'\e732';font-family: iconfont;font-size:1.2rem}
.wechat-popup img{max-width:92%}
.wechat-popup p{margin:5px 0}
.wechat-popup button{background: #333;color:#fff;border-radius:3px;padding:3px 9px}
.wechat-popup label{opacity: 0;position:absolute;top:0}
@media (max-width:768px){
  .fixed-service{position:fixed;right:12px;bottom:12px}
  .fixed-service_item{width:36px;height:36px;line-height:34px}
  .fixed-service_item:before{font-size:18px}
}
/*fixed-service end*/