:root{
  --color0:#005bac;
  --color1:#001642;
  --color2:#0d8045;
}
.ui-breadcrumb{margin:15px 0}
.ui-pagination{margin:30px 0;justify-content:center}
.container{max-width:1324px}
  /*header start*/
.header-wrap{background:var(--color1)}
.header{padding-top:15px;padding-bottom:15px;justify-content:space-between;align-items:center}
.logo img{max-height:70px;backface-visibility:hidden;display:block}
.nav{display:flex;justify-content:flex-end;align-items:center}
.nav__item{padding:12px 25px;position:relative}
.nav__item > a{color:#fff;font-size:16px;transition:color .3s}
.nav__item > a:hover{color:#eee}
.nav__item > a:after{content:'';position:absolute;bottom:0;left:50%;width:0;height:2px;transform:translateX(-50%);background:#eee;transition:width .3s}
.nav__item > a:hover:after,
.nav__item.cur > a:after{width:28px}
.nav__item.icon:after{content:'\e83a';font-size:12px;font-family:iconfont;position:absolute;top:15px;right:5px}
.nav__extend{height:0;overflow:hidden;z-index:-10;opacity:0;position:absolute;top:130%;left:0;width:100%;padding:0;border:solid 1px #ddd;border-radius:3px;box-shadow:0 2px 5px 1px rgba(0,0,0,.05);background:#fff;transition:top .3s,opacity .3s}
.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}
.nav__lang{margin-left:25px;display:flex;align-items:center;padding:5px 15px;border:solid 1px #ddd;border-radius:15px;position:relative;z-index:101;cursor:pointer}
.nav__lang:hover,
.nav__lang__more a:hover{background:#f9f9f9}
.nav__lang:before{content:'\e654';font-family:iconfont;font-size:17px}
.nav__lang > span{margin-left:5px}
.nav__lang__more{position:absolute;top:100%;left:0;width:100%;text-align:center;padding-top:3px;display:none}
.nav__lang__more a{display:block;padding:5px;border:solid 1px #ddd;border-radius:15px;;font-size:12px;margin-bottom:4px;background:#fff}
.nav__lang:hover .nav__lang__more{display:block}
/*.nav__tel{font-size:16px;margin-left:25px;padding:6px 20px;border:solid 1px #ddd;border-radius:18px;display:flex;align-items:center}*/
/*.nav__tel:before{content:'\e633';font-family:iconfont;font-size:20px}*/
.nav-switch{display:none}
@media (max-width:1200px){
  .nav__item{padding:12px 15px}
  .nav__lang{margin-left:15px}
}
@media (max-width:1024px){
  .logo img{max-height:36px}
  .nav__item{padding:12px 10px}
  .nav__item > a{font-size:14px}
  .nav__lang{margin-left:10px}
}
@media (max-width:768px){
  :root{--header-height:65px}
  body:before{content:'';display:block;height:var(--header-height)}
  .header-wrap{position:fixed;top:0;right:0;width:100%;z-index:101}
  .header{padding-top:13px;padding-bottom:12px}
  .logo img{max-height:40px}
  .nav{padding:0 8%;position:fixed;top:var(--header-height);left:0;right:0;height:0;background:#fcfcfc;flex-direction:column;justify-content:flex-start;overflow:hidden;transition:height .3s}
  .nav[is-open]{overflow:auto;height:calc(100vh - var(--header-height));z-index:11}
  .nav__item{width:100%;border-bottom:solid 1px #eee;padding:0 10px}
  .nav__item.icon:after{display:none}
  .nav__item > a{color:#222;font-weight:600;font-size:15px;display:inline-block;padding:13px 0}
  .nav__item > a:after{display:none}
  .nav-switch{display:flex;width:22px;height:16px;;position:relative;border-top:solid 2px #eee;border-bottom:solid 2px #eee;transition:.4s}
  .nav-switch:before,
  .nav-switch:after{content:'';height:2px;width:100%;position:absolute;right:0;top:5px;background:#eee;transition:.3s}
  .nav-switch.open{border-color:var(--color1)}
  .nav-switch.open:before{transform:rotate(45deg)}
  .nav-switch.open:after{transform:rotate(-45deg)}
  .nav-switch-lang{margin-right:15px;width:16px;height:16px;border-radius:100%;font-size:16px;display:flex;justify-content:center;align-items:center}
}
/*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;display:flex;justify-content:center;align-items:center}
.copyright a{color:#999}
.copyright img{height:34px;border-radius:4px;margin-left:9px}
@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:660px;background-repeat:no-repeat;background-position:center 0;background-size:cover}
.page-banner{height:420px;padding-bottom:30px;background-repeat:no-repeat;background-position:center 0;background-size:cover;display:flex;align-items:center;justify-content:center}
.page-banner__txt{font-size:36px;padding:9px 30px;background:rgba(0,0,0,.5);color:#fff}
@media (max-width:1300px){
  .home-banner .swiper-slide{height:45vw}
}
@media (max-width:1224px){
  .page-banner{height:35vw}
  .page-banner__txt{font-size:30px}
}
@media (max-width:768px){
  .page-banner{height:38vw}
  .page-banner__txt{font-size:20px}
}
@media (max-width:512px){
  .home-banner .swiper-slide{height:50vw}
  .page-banner{height:45vw}
  .page-banner__txt{font-size:16px;padding:7px 15px}
}
/*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}
}
.main-title{padding-top:26px;margin-bottom:35px;text-align:center;position:relative}
.main-title span{font-size:44px;text-transform:uppercase;color:#f0f0f0;font-weight:bold;position:absolute;top:0;right:0;width:100%}
.main-title strong{font-size:36px;color:var(--color0);font-weight:bold;position:relative;z-index:2}
.main-title.white span{color:#fff}
@media (max-width:1280px){
  .main-title span{font-size:40px}
  .main-title strong{font-size:32px}
}
@media (max-width:1024px){
  .main-title{padding-top:20px;margin-bottom:30px}
  .main-title span{font-size:36px}
  .main-title strong{font-size:28px}
}
@media (max-width:768px){
  .main-title{padding-top:18px;margin-bottom:25px}
  .main-title span{font-size:30px}
  .main-title strong{font-size:22px}
}
@media (max-width:512px){
  .main-title span{font-size:27px}
  .main-title strong{font-size:20px}
}
.h-about{background-color:#f2f7fd}
.h-about figure{flex:0 0 45%}
.h-about figure img{width:100%;height:100%;object-fit:cover}
.h-about-content{flex:0 0 55%;padding:12px 50px;display:flex;align-items:center}
.h-about__desc{margin:26px 0 35px;line-height:1.8;color:#666}
.h-about__more{background:var(--color2);color:#fff;padding:7px 24px;border-radius:2px;transition:background-color .3s}
.h-about__more:hover{background:#066534}
.h-feature{margin-top:40px}
.h-feature__grid{flex:0 0 24%;width:24%;padding:40px 30px;text-align:center;border:solid 1px #eee}
.h-feature__grid:hover{background:#fcfcfc}
.h-feature__grid img{width:64px}
.h-feature__grid h5{font-size:17px;margin:17px 0;padding-bottom:17px;font-weight:500;color:var(--color0);position:relative}
.h-feature__grid h5:before{content:'';width:40px;margin-right:-20px;height:1px;background:var(--color0);position:absolute;right:50%;bottom:0}
.h-feature__grid P{color:#777;line-height:1.7}
@media (max-width:1024px){
  .h-about-content{padding:22px 30px}
  .h-about__desc{margin:20px 0;line-height:1.8;color:#666}
  .h-feature__grid{padding:30px 20px}
}
@media (max-width:768px){
  .h-about figure{flex:0 0 100%;height:35vw}
  .h-about-content{flex:0 0 100%;padding:20px}
  .h-about__title{font-size:18px}
  .h-feature{margin-top:25px}
  .h-feature__grid{flex:0 0 49%;width:49%;margin-bottom:20px}
  .h-feature__grid:nth-child(3),
  .h-feature__grid:nth-child(4){margin-bottom:0}
}
@media (max-width:512px){
  .h-about__title{font-size:17px}
  .h-about__more{font-size:12px}
  .h-feature__grid{padding:20px 12px}
  .h-feature__grid img{width:54px}
  .h-feature__grid h5{font-size:16px;margin:12px 0}
  .h-feature__grid P{font-size:12px}
}
.home-ad{height:260px;background:url("../images/home-ad.jpg") no-repeat center center;background-size:100%;text-align:center;display:flex;align-items:center;justify-content:center}
.home-ad h3{font-size:25px;margin-bottom:20px;color:#fff}
.home-ad p{font-size:25px;color:var(--color2)}
@media (max-width:1324px){
  .home-ad{background-size:auto 100%}
}
@media (max-width:1024px){
  .home-ad{height:30vw}
  .home-ad h3,
  .home-ad p{font-size:22px}
}
@media (max-width:768px){
  .home-ad{height:35vw}
  .home-ad h3,
  .home-ad p{font-size:16px}
}
@media (max-width:512px){
  .home-ad{height:auto;padding:50px 20px}
  .home-ad h3,
  .home-ad p{font-size:18px}
}
.h-advantage{}
.h-advantage__img{flex:0 0 33.33%}
.h-advantage__img img{width:100%;height:100%;object-fit:cover}
.h-advantage__desc{flex:0 0 33.33%;padding:50px;display:flex;align-items:center;color:#fff}
.h-advantage__desc h3{font-size:20px;margin-bottom:20px;padding-bottom:20px;position:relative}
.h-advantage__desc h3:after{content:'';position:absolute;bottom:0;left:0;background:#fff;width:35px;height:3px;background:#fff}
.h-advantage__desc p{line-height:1.5}
.h-advantage__desc:nth-child(2){;background:var(--color0)}
.h-advantage__desc:nth-child(4){;background:#25b7aa}
.h-advantage__desc:nth-child(6){;background:#2f98cf}
@media (max-width:1024px){
  .h-advantage__desc{flex:0 0 33.33%;padding:25px}
  .h-advantage__desc h3{font-size:18px}
}
@media (max-width:768px){
  .h-advantage__img,
  .h-advantage__desc{flex:0 0 50%}
  .h-advantage__desc h3{font-size:16px;margin-bottom:15px;padding-bottom:15px}
  .h-advantage__desc h3:after{width:30px;height:2px}
  .h-advantage__desc p{font-size:12px}
  .h-advantage__img:nth-child(1){order:0}
  .h-advantage__desc:nth-child(2){order:1}
  .h-advantage__img:nth-child(3){order:3}
  .h-advantage__desc:nth-child(4){order:2}
  .h-advantage__img:nth-child(5){order:4}
  .h-advantage__desc:nth-child(6){order:5}
}
@media (max-width:512px){
  .h-advantage__desc{padding:18px}
}
.h-case-wrap{background:#fcfcfc}
.h-case{}
.h-case__grid{flex:0 0 24%;height:250px;margin-bottom:25px;background:#fff;padding:3px}
.h-case__grid img{width:100%;height:100%;object-fit:cover}
@media (max-width:1280px){
  .h-case__grid{height:20vw}
}
@media (max-width:768px){
  .h-case__grid{flex:0 0 48.5%;height:40vw;margin-bottom:20px}
}
.h-news{}
.h-news-left{flex:0 0 43%;width:43%}
.h-news-right{flex:0 0 53%;width:53%}
.h-news__img{height:285px;border:solid 1px #eee}
.h-news__img img{width:100%;height:100%;object-fit:cover}
.h-news-left a{font-size:18px;margin-top:30px;color:#333;display:block}
.h-news-left span{margin:17px 0;color:#999;font-size:14px;display:block}
.h-news-left p{color:#777;line-height:1.6}
.h-news__row{padding-bottom:20px;margin-bottom:20px;border-bottom:solid 1px #ddd;display:flex;justify-content:space-between}
.h-news__row:last-child{border-bottom:0;margin-bottom:0;padding-bottom:0}
.h-news__row dl{color:var(--color0);text-align:center;width:80px;padding-top:6px;background-color:#e8f1f8;border-radius:5px}
.h-news__row dt{font-size:35px;line-height:1.3}
.h-news__row dd{font-size:13px}
.h-news__row article{flex:0 0 calc(100% - 95px);width:calc(100% - 95px)}
.h-news__row h3{font-size:17px;font-weight:500;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.h-news__row h3:hover a{color:var(--color0)}
.h-news__row p{margin-top:11px;line-height:1.6;color:#888;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (max-width:1024px) {
  .h-news-left{flex:0 0 100%;width:100%}
  .h-news-left article{display:none}
  .h-news-right{flex:0 0 100%;width:100%;margin-top:20px}
}
@media (max-width:512px){
  .h-news__row dl{;width:70px;padding-top:12px}
  .h-news__row dt{font-size:28px}
  .h-news__row article{flex:0 0 calc(100% - 85px);width:calc(100% - 85px)}
  .h-news__row h3{font-size:16px}
}
.page-main{margin-top:-50px;padding:40px 20px 50px;background:#fff;border-radius:9px 9px 0 0}
.page-title{text-align:center;position:relative;margin-bottom:30px;padding-bottom:15px}
.page-title:before{content:'';position:absolute;bottom:0;left:50%;margin-left:-25px;width:50px;height:2px;background:var(--color0)}
.page-title span{font-size:30px;letter-spacing:2px}
@media (max-width:1300px){
  .page-main{margin-left:8px;margin-right:8px}
}
@media (max-width:1024px){
  .page-main{margin-top:-30px}
  .page-title{text-align:center;position:relative;margin-bottom:22px;padding-bottom:13px}
  .page-title span{font-size:23px}
}
@media (max-width:768px) {
  .page-main{padding:35px 5px 40px}
}
@media (max-width:512px) {
  .page-title span{font-size:18px}
}
.about-img{margin:40px 0}
.about-img__grid{flex:0 0 24%}
.about-img__grid img{width:100%;height:100%;object-fit:cover}
@media (max-width:1024px){
  .about-img{margin:30px 0}
}
@media (max-width:768px){
  .about-img{margin:10px 0 0}
  .about-img__grid{flex:0 0 48.5%;margin-top:20px}
}
.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}
.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}
}
.application{}
.application__item{display:flex;flex-wrap:wrap;margin-bottom:25px;background:#f5f5f5;border-radius:10px 0 10px 0}
.application__item figure{flex:0 0 50%;height:400px}
.application__item figure img{width:100%;height:100%;object-fit:cover}
.application__item .right img{border-radius:0 0 8px 0}
.application__item article{flex:0 0 50%;padding:40px;display:flex;align-items:center;justify-content:center}
.application__item h3{font-size:22px;padding-bottom:20px;font-weight:600}
.application__item p{line-height:2;font-size:16px}
.application__item:nth-child(odd) figure img{border-radius:10px 0 0 0}
.application__item:nth-child(even) article{order:1}
.application__item:nth-child(even) figure{order:2}
.application__item:nth-child(even) figure img{border-radius:0 0 10px 0}
@media (max-width:1024px){
  .application__item article{padding:20px}
  .application__item h3{font-size:20px;padding-bottom:15px}
  .application__item p{line-height:1.8}
}
@media (max-width:768px) {
  .application__item{margin-bottom:20px}
  .application__item:nth-child(even) article{order:2}
  .application__item:nth-child(even) figure{order:1}
  .application__item:nth-child(even) figure img,
  .application__item:nth-child(odd) figure img{border-radius:10px 10px 0 0}
  .application__item .right{order:1}
  .application__item figure{flex:0 0 100%;height:45vw;overflow:hidden}
  .application__item figure img{height:auto}
  .application__item article{flex:0 0 100%}
}
@media (max-width:512px) {
  .application__item article{padding:13px}
  .application__item h3{font-size:17px}
  .application__item p{font-size:14px}
}
/*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*/