:root{
  --color1: #005bac;
  --color2: #eb5a08;
  --color3: #006ab8;
}
.ui-breadcrumb{margin:15px 0}
.ui-pagination{margin:30px 0;justify-content: center}
.container{max-width:1224px}
/*header start*/
.header-wrap{background:#fcfcfc}
.header{padding-top:20px;padding-bottom:20px;justify-content: space-between;align-items: center;}
.logo img{max-height:80px;backface-visibility:hidden;display: block}
.header-tel{position:relative;padding-left:45px;}
.header-tel:before{content:'\e636';font-family: iconfont;color:#0054a6;font-size:34px;position:absolute;top:4px;left:0;}
.header-tel span{color:#666;margin-left:3px;}
.header-tel strong{color:#0054a6;font-size:23px;display:block;line-height:1}
.nav{background:var(--color1)}
.nav-wrapper {display:flex;justify-content: space-between;}
.nav__item{padding:16px 35px;position:relative}
.nav__item.cur,
.nav__item:hover{background:var(--color3)}
.nav__item > a{font-size:16px;transition:color .3s;color:#fff;}
.nav__extend{height:0;overflow:hidden;z-index:-10;opacity:0;position:absolute;top:130%;left:0;width:100%;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{height:auto;padding:8px 0;top:100%;z-index:101;opacity:1;transition:all .3s}
.search-switch,
.nav-switch{display:none}
.search{display:flex;width:380px;height:35px;}
.search input[type=text]{flex:0 0 300px;border:solid 1px #ddd;padding-left:12px;border-radius:5px 0 0 5px}
.search input[type=submit]{flex:0 0 80px;background:#00a0ea;color:#fff;border-radius:0 5px 5px 0}
@media (max-width:1200px){
  .nav__item{padding:12px 15px}
  .search{display:flex;width:280px}
  .search input[type=text]{flex:0 0 200px}
}
@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-weight:600;font-size:15px;color:#333}
  .nav__item.cur,
  .nav__item:hover{background:transparent}
  .nav__item:hover .nav__extend{height:0;padding:0;top:auto;opacity:1;transition: height .3s}
  .nav__extend{position:static;top:auto;z-index:101;opacity:1;width:100%;border:0;box-shadow: none;background: transparent;transition: height .3s}
  .nav__extend:before{content:'\e83a';position:absolute;top:15px;right:0;font-family: iconfont}
  .nav__extend[is-open]:before{content:'\e845';}
  .nav__extend:after{content:'';position:absolute;top:0;right:0;left:40%;height:40px;z-index:2}
  .nav__extend a{color:#666;text-align: left;padding-left:20px}
  .nav__extend a:last-child{padding-bottom:15px}
  .nav__extend a:hover{background:transparent}
  .search{padding:12px;height:60px;position:absolute;top:0;left:0;z-index:-2;width:100%;background: #fcfcfc;overflow:hidden;opacity:0;transition:top .3s}
  .search[is-open]{top:var(--header-height);opacity:1}
  .search input[type=text]{flex:0 0 calc(100% - 80px)}
  .search input[type=submit]{flex:0 0 80px}
  .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*/
/*footer*/
.footer{background: #151515;padding-top:40px;;color:#999}
.footer a{color:#999}
.footer-text{flex-basis: 70%}
.footer-link{padding-bottom:20px;font-size:15px;display:flex}
.footer-link a{margin-right:23px}
.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{justify-content:space-between}
  .footer-link a{margin-right:0}
  .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;font-size:12px}
  .copyright{margin-top:5px}
}
/*footer end*/
/*banner*/
.home-banner{position:relative}
.home-banner .swiper-slide{height:600px;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:1500px){
  .home-banner .swiper-slide{height:43vw}
}
@media (max-width:768px){
  .page-banner{height:35vw}
}
@media (max-width:512px){
  .page-banner{height:39vw}
}
/*banner end*/
/*home*/
.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}
}
.main-more{text-align: center;margin-top:35px}
.main-more a{display:inline-block;background:#1181ef;color:#fff;padding:9px 20px 9px 25px;border-radius:18px;transition: background-color .3s}
.main-more a:hover{background: #0971d9}
.main-more a:after{content:'\e649';font-family: iconfont;margin-left:5px}
@media (max-width:768px){
  .main-more{margin-top:25px}
}
@media (max-width:512px){
  .main-more{margin-top:20px}
  .main-more a{font-size:12px}
}
/*banner*/
.home-banner{position:relative}
.home-banner .swiper-slide{height:600px;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:1500px){
  .home-banner .swiper-slide{height:43vw}
}
@media (max-width:768px){
  .page-banner{height:35vw}
}
@media (max-width:512px){
  .page-banner{height:39vw}
}
/*banner end*/
.main-title{padding-bottom:20px;margin-bottom:30px;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(--color2)}
.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 span{font-size:12px}
  .main-title strong{font-size:20px}
}
.home-business__box{flex:0 0 31.7%;margin-bottom:25px;display:flex;background: #f9f9f9;border-radius:5px;}
.home-business__box figure{flex:0 0 31%}
.home-business__box figure img{width:100%;height:100%;object-fit:cover;border-radius:5px 0 0 5px}
.home-business__box article{flex:0 0 67%;padding:16px 20px}
.home-business__box article h5{font-size:15px}
.home-business__box article p{margin-top:10px;font-size:13px;line-height:1.6;color:#777}
.home-business__box a:hover{color:var(--color2)}
.home-more{margin-top:30px;text-align:center}
.home-more a{display:inline-block;padding:8px 30px;border-radius:3px;color:#fff;background: var(--color1);transition:background-color .3s}
.home-more a:hover{background: var(--color3)}
@media (max-width:1024px){
  .home-business__box{flex:0 0 49%}
}
@media (max-width:768px){
  .home-business__box figure{flex:0 0 33%}
  .home-business__box article{flex:0 0 65%;padding:16px}
}
@media (max-width:512px){
  .home-business__box{flex:0 0 100%;margin-bottom:20px;}
}
.home-base-wrap{background:#f9f9f9}
.home-base-wrap{}
.home-base__grid{flex:0 0 23.5%;margin-bottom:26px}
.home-base__grid figure{height:240px}
.home-base__grid figure img{width:100%;height:100%;object-fit:cover;border-radius:4px}
@media (max-width:1280px){
  .home-base__grid figure{height:19vw}
}
@media (max-width:1024px){

}
@media (max-width:768px){

}
@media (max-width:512px){
  .home-base__grid{flex:0 0 48.5%;margin-bottom:20px}
  .home-base__grid figure{height:38vw}

}
.home-about {background: url("../images/home-about-bg.jpg") no-repeat center center;background-size:cover}
.home-about__figure{flex: 0 0 47%;height:420px;position:relative;border:solid 4px rgba(255,255,255,.7)}
.home-about__figure img{width:100%;height:100%;object-fit: cover}
.home-about__figure:after{content:'';width:25%;height:30%;position:absolute;top:5px;right:5px;border-top:solid 8px #efb607;border-right:solid 8px #0c81d9;}
.home-about__article{flex:0 0 47%;margin-top:20px}
.home-about__title{color:#fff}
.home-about__title span{font-size:20px;text-transform:uppercase;opacity:.7}
.home-about__title strong{font-size:36px;display:block}
.home-about__desc{font-size:15px;color:#fff;margin:30px 0;line-height:1.8}
.home-about__more{display:inline-block;padding:8px 30px;background:var(--color2);color:#fff;transition: .3s}
.home-about__more:hover{opacity: .9}
@media (max-width:1024px) {
  .home-about__title span{font-size:16px}
  .home-about__title strong{font-size:32px}
  .home-about__desc{font-size:14px;margin:20px 0}
}
@media (max-width:768px) {
  .home-about__article{flex: 0 0 100%;margin-top:0}
  .home-about__figure{flex: 0 0 100%;margin-top:20px;height:36vw;}
  .home-about__title{text-align:center}
  .home-about__title span{font-size:17px}
  .home-about__title strong{font-size:30px}
  .home-about__more{display:block;font-size:12px;width:120px;padding:8px 0;margin:0 auto;text-align:center}
}
@media (max-width:512px) {
  .home-about__title span{font-size:14px}
  .home-about__title strong{font-size:20px}
}
.home-honor-wrap{background: #f9f9f9}
.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 #eee;padding:12px;background: #fff;border-radius:4px;}
.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}
}
.home-news{margin-top:50px}
.home-news__item{flex:0 0 47%;width:47%;padding:16px;margin-bottom:50px;background:#f9f9f9}
.home-news__item:hover{box-shadow:3px 3px 6px 1px rgba(0,0,0,.1)}
.home-news__title{font-size:18px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.home-news__title a:hover{color:var(--color1)}
.home-news__desc{margin:15px 0;color:#777;line-height:1.8;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.home-news__date{font-size:12px;color:#888}
.home-news__date:before{content:'\e71d';font-size:14px;font-family:iconfont;vertical-align:-1px;margin-right:5px}
@media (max-width:1024px){
  .home-news__item{flex:0 0 100%;width:100%;margin-bottom:25px}
}
@media (max-width:512px){
  .home-news__item{padding:12px;margin-bottom:20px}
  .home-news__title{font-size:16px}
}
.page-main{margin-bottom:40px}
.page-nav{background: #f5f5f5}
.page-nav .container{align-items: center}
.page-sort{display:flex}
.page-sort a{padding:22px;border-left:solid 1px #ddd;}
.page-sort a:hover{background: #eee}
.page-sort a.cur{background: var(--color1);color:#fff}
@media (max-width:1024px){
  .page-sort a{padding:20px 15px}
}
@media (max-width:768px){
  .page-sort + .ui-breadcrumb{display:none}
}
@media (max-width:512px){
  .page-sort a{padding:12px}
}
.page-title{text-align:center;position:relative;margin:40px 0;padding-bottom:15px}
.page-title:before{content:'';position:absolute;bottom:0;left:50%;margin-left:-25px;width:50px;height:2px;background: #333}
.page-title span{font-size:30px}
.page-title small{display:block;color:#999;font-size:16px;margin-top:9px;text-transform: uppercase}
@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:512px) {
  .page-title span{font-size:18px}
  .page-title small{font-size:12px;margin-top:5px}
}
.page-text p{font-size:16px;line-height:2;margin-bottom:12px}
.page-text img{max-width:100%}
.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:'\e637'}
.contact-info__item.tel:before{content:'\e636'}
.contact-info__item.wechat:before{content:'\e6b2'}
.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}
}
/*article*/
.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-h1{margin:30px 0 22px;text-align: center}
.article-meta{font-size:12px;text-align: right;padding:5px;background: #fbfbfb;margin:22px 0;color:#777}
.article-detail p{line-height:1.8;margin-bottom:12px}
.article-detail img{max-width:100%}
.article-detail ul{padding-left:12px;margin:16px 0}
.article-detail li{list-style-type:disc;margin:11px 0;}
.detail-neighbor{margin:50px 0;border-top:solid 1px #ddd;padding-top:12px;justify-content: space-between}
.detail-neighbor div{color:#777}
.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}
}
/*article end*/
.service-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}
.service-list__item:hover{box-shadow: 3px 3px 8px 1px rgba(0,0,0,.2)}
.service-list__item figure{flex:0 0 300px;height:200px}
.service-list__item figure img{width:100%;height:100%;object-fit:cover}
.service-list__item article{flex:0 0 calc(100% - 330px);width:calc(100% - 330px)}
.service-list__name{font-size:20px;font-weight: 600;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.service-list__name a:hover{color:var(--color1)}
.service-list__desc{margin:25px 0;line-height:1.8;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.service-list__more{}
.service-list__more a{display:inline-block;padding:6px 35px;border:solid 1px #ddd}
.service-list__more a:hover{background: var(--color1);color:#fff}
@media (max-width:1024px){
  .service-list__item figure{flex:0 0 200px;height:180px}
  .service-list__item article{flex:0 0 calc(100% - 220px);width:calc(100% - 220px)}
}
@media (max-width:512px){
  .service-list__item{margin-bottom:20px}
  .service-list__item figure{flex:0 0 150px;height:130px}
  .service-list__item article{flex:0 0 calc(100% - 170px);width:calc(100% - 170px)}
  .service-list__name{font-size:20px}
  .service-list__desc{margin:12px 0}
  .service-list__more a{font-size:12px;padding:4px 25px}
}
/*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:var(--color1);margin-bottom:2px;color:#fff;position:relative;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;transition:.3s}
.fixed-service_item.invisible{visibility:hidden}
.fixed-service_item:hover{background:#000;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.contact:before {content:'\e637'}
.fixed-service_item span{display:none}
.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:var(--color1);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}
.fixed-service_item.contact{display:none}
.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:var(--color1);color:#fff;border-radius:3px;padding:3px 9px}
.wechat-popup label{opacity:0;position:absolute;top:0}
@media (max-width:512px){
  .fixed-service{position:fixed;right:0;bottom:0;width:100%;display:flex;box-shadow:0 -2px 5px 1px rgba(0,0,0,.1)}
  .fixed-service_item{color:#333;order:0;padding:5px 0;height:58px;width:33.3%;flex:0 0 33.3%;border-radius:0;margin-bottom:0;background:#f5f5f5;border-right:solid 1px #ddd;}
  .fixed-service_item span{display:block;flex:0 0 100%;font-size:12px}
  .fixed-service_item:before{font-size:22px;display:block}
  .fixed-service_item.contact{background:var(--color1);display:flex}
  .fixed-service_item.contact:before{color:#fff;font-size:18px}
  .fixed-service_item.contact span{color:#fff}
  .fixed-service_item.top{display:none}
}
/*fixed-service end*/