:root{
  --main-color: #009BFF;
}
@font-face {
  font-family: 'object';
  src: url('../fonts/object.woff2') format('woff2'),
  url('../fonts/object.woff') format('woff'),
  url('../fonts/object.ttf') format('truetype');
}
.container{max-width:1360px}
/*header start*/
.header{padding-top:28px;padding-bottom:28px;justify-content: space-between;align-items: center;background:#fff}
.logo img{max-height:42px;backface-visibility:hidden;display: block}
.header-tel{position:relative;padding-left:45px;}
.header-tel:before{content:'\e635';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(--main-color)}
.nav-wrapper {display:flex;justify-content: space-between;}
.nav__item{padding:15px 35px;position:relative}
.nav__item.cur,
.nav__item:hover{background: #0090ec}
.nav__item > a{font-size:16px;transition:color.3s;color:#fff;}
.nav__item__extend{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__item__extend a{display:block;text-align: center;padding:5px 0}
.nav__item__extend a:hover{background: #f9f9f9}
.nav__item:hover .nav__item__extend{top:100%;z-index:101;opacity:1;transition:all .3s ease .1s}
.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.more{position: relative}
  .nav__item.more:after{content:'+';position:absolute;top:0;right:9px;color:#999;font-size:18px}
  .nav__item__extend{display:none;position:static;top:auto;z-index:101;opacity:1;transition:none;width:100%;border:0;box-shadow: none;background: transparent}
  .nav__item__extend a{color:#666;text-align: left;padding-left:20px}
  .nav__item.unfold .nav__item__extend{display:block}
  .nav__item.unfold:after{content:'-';}
  .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;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*/
/*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:#e2672b;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:#bf0001;color:#fff;position:relative}
.fixed-service_item:before{font-size:26px;font-family:iconfont}
.fixed-service_item.tel:before {content:'\e633'}
.fixed-service_item.qq:before {content:'\e624'}
.fixed-service_item.wechat:before {content:'\e623'}
.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:#e2672b;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:'\e61e';font-family: iconfont;font-size:1.2rem}
.wechat-popup img{max-width:92%}
.wechat-popup p{margin:5px 0}
.wechat-popup button{background: #bf0001;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*/
.main-title {text-align: center;margin-bottom:20px}
.main-title span{text-transform: uppercase;font-size:18px;color:#999;letter-spacing: 3px}
.main-title strong{display:block;margin: 0 auto;color:var(--main-color);font-size:28px;width:160px;position:relative}
.main-title strong:after,
.main-title strong:before{content:'';position:absolute;top:23px;left:-60px;height:1px;width:60px;background: #ccc}
.main-title strong:after{left:auto;right:-60px}
@media (max-width:1024px){
  .main-title {padding:40px 0}
}
@media (max-width:768px){
  .main-title span{font-size:14px}
  .main-title strong{font-size:22px;width:150px}
  .main-title strong:before,
  .main-title strong:after{top:20px}
}
@media (max-width:512px) {
  .main-title {padding:10px 0}
  .main-title span{font-size:12px}
  .main-title strong{font-size:20px;width:140px}
  .main-title strong:before,
  .main-title strong:after{top:15px}
}
/*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:46vw}
  .page-banner{height:29vw}
}
/*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}
}
.more-box a{position:relative;display:inline-block;padding:5px 12px 5px 32px;border:solid 1px #055d8b;border-radius:0 0 6px 0;background:#fff;transition: .3s}
.more-box a:before{content:'';position:absolute;top:0;bottom:0;left:0;width:20px;background: #055d8b}
.more-box a:hover{background:#effaff}
@media (max-width:768px){
  .more-box a{font-size:12px}
}
@media (max-width:512px){
  .more-box a{padding:5px 12px 5px 22px;font-size:12px}
  .more-box a:before{content:'';position:absolute;top:0;bottom:0;left:0;width:12px;background: #055d8b}
}
.home-object-list{margin-top:50px}
.home-object__item{flex:0 0 23%;margin-bottom:35px;text-align: center}
.home-object__item:before{content:'';font-family:object;color:#555;font-size:35px;width:90px;height:90px;margin:0 auto;display:flex;border:solid 1px #ddd;border-radius:100%;align-items: center;justify-content: center}
.home-object__item:nth-child(1):before{content:'\e650'}
.home-object__item:nth-child(2):before{content:'\e610'}
.home-object__item:nth-child(3):before{content:'\e60f'}
.home-object__item:nth-child(4):before{content:'\e636'}
.home-object__item:nth-child(5):before{content:'\e692'}
.home-object__item:nth-child(6):before{content:'\e6ed'}
.home-object__item:nth-child(7):before{content:'\e62c'}
.home-object__item:nth-child(8):before{content:'\e6d3'}
.home-object__item h3{font-size:22px;margin:20px 0;}
.home-object__item p{color:#888}
@media (max-width:1280px){
  .home-object__item h3{font-size:18px}
}
@media (max-width:1024px){
  .home-object-list{margin-top:40px}
  .home-object__item h3{font-size:16px}
  .home-object__item:before{width:60px;height:60px;}
}
@media (max-width:768px){
  .home-object-list{margin-top:30px}
}
@media (max-width:512px){
  .home-object-list{margin-top:20px}
  .home-object__item{flex:0 0 49%;margin-bottom:30px}
  .home-object__item:nth-child(7),
  .home-object__item:nth-child(8){margin-bottom:0}
  .home-object__item h3{font-size:25px;font-weight: 500}
  .home-object__item p{font-size:12px}
}
.home-about{background: #f1f1f1;}
.home-about figure{flex:0 0 42%;height:400px}
.home-about figure img{width:100%;height:100%;object-fit:cover}
.home-about article{flex:0 0 53%;padding-top:30px;}
.home-about h3{position:relative;font-size:28px;padding-bottom:50px;}
.home-about h3:after{content:'';position:absolute;left:0;bottom:25px;width:50px;height:3px;background:var(--main-color)}
.home-about p{line-height:2;font-size:15px;}
.home-about a.more {display:inline-block;border:solid 1px var(--main-color);padding:6px 20px;border-radius:3px;font-size:12px;margin-top:20px;transition: .3s}
.home-about a.more:hover{background:var(--main-color);color:#fff;}
@media (max-width:1200px) {
  .home-about article{flex:0 0 54%;padding-top:20px}
  .home-about h3{font-size:25px}
}
@media (max-width:768px){
  .home-about figure{flex:0 0 100%;height:40vw;overflow: hidden}
  .home-about article{flex:0 0 100%;padding-top:15px}
  .home-about h3{font-size:18px}
}
@media (max-width:512px) {
  .home-about h3{font-size:16px;padding-bottom:30px}
  .home-about h3:after{bottom:12px}
  .home-about p{font-size:12px}
}
.home-news{margin-top:50px}
.home-news__item{flex:0 0 23%;width:23%;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);border-radius:5px;margin-bottom:20px;position:relative;transition: .3s}
.home-news__item:hover{transform: translateY(5px)}
.home-news__item > a {position:absolute;top:0;right:0;bottom:0;left:0;z-index:2}
.home-news__item figure{padding:15px;height:220px;}
.home-news__item figure img{width:100%;height:100%;object-fit: cover}
.home-news__item article{padding:0 15px 12px;position:relative}
.home-news__item article:before{content:'';position:absolute;left:0;top:0;;width:4px;height:18px;background: #3a8aff}
.home-news__item article h3{font-size:18px;font-weight: 500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.home-news__item article span{display:inline-block;margin:15px 0;color:#3a8aff;background: #dfecff;font-size:12px;padding:3px 5px}
.home-news__item article p{color:#888;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
@media (max-width:1200px) {
  .home-news{margin-top:40px}
  .home-news figure{height:19vw;}
  .home-news__item article h3{font-size:17px}
}
@media (max-width:1024px){
  .home-news{margin-top:30px}
  .home-news__item{flex:0 0 48%;width:48%}
  .home-news figure{height:32vw;}
  .home-news article h3{font-size:16px;}
}
@media (max-width:512px) {
  .home-news{margin-top:20px}
  .home-news__item{flex:0 0 100%;width:100%}
  .home-news figure{height:50vw;}
  .home-news article h3{font-size:15px}
  .home-news article p{font-size:12px}
}
/*page*/
.ui-breadcrumb{margin:12px 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}
@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:15px;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:'\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}
}
.feedback {max-width:680px;margin:25px auto 0}
.feedback__row{margin-bottom:25px}
.feedback input[type=text]{width:100%;height:50px;padding-left:12px;border:solid 1px #ddd;background: #f7f8fa}
.feedback input[type=text].cur{border:solid 1px #eb5e5e;}
.feedback input[type=submit]{width:230px;height:46px;background: #eb5e5e;color:#fff;border-radius:5px}
@media (max-width:512px) {
  .feedback__row{margin-bottom:15px}
}

/*page end*/
/*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}
}
.ui-pagination{justify-content: center;margin-bottom:35px}
.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 .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}
}
/*article end*/
/*job end*/
/*case*/
.image-list{margin-bottom:20px}
.image-list__item{flex:0 0 23%;margin-bottom:25px}
.image-list__item:empty{margin-bottom:0}
.image-list__item figure{height:250px;overflow: hidden;box-shadow: 0 0 13px rgba(0,0,0,.1)}
.image-list__item figure img{width:100%;height:100%;object-fit: cover;transition: .3s}
.image-list__item figure img:hover{transform: scale(1.1)}
.image-list__item article{padding-top:12px;text-align: center}
@media (max-width:1280px){
  .image-list__item figure{height:18vw}
}
@media (max-width:768px){
  .image-list__item{flex:0 0 48%}
  .image-list__item figure{height:36vw}
}
@media (max-width:512px){
  .image-list{margin-bottom:0}
  .image-list__item{flex:0 0 48%}
  .image-list__item figure{height:35vw}
}
.project-list{margin:50px 0}
.project-list__item{flex:0 0 48%;;height:180px;margin-bottom:35px;display:flex;justify-content: space-between;box-shadow: 0 0 3px 1px rgba(0,0,0,.1)}
.project-list__item:hover{box-shadow: 0 0 9px 1px rgba(0,0,0,.1)}
.project-list__item:empty{margin-bottom:0;}
.project-list__item:empty:hover{box-shadow: none}
.project-list__item figure{flex:0 0 50%;height:100%}
.project-list__item figure img{width:100%;height:100%;object-fit: cover;}
.project-list__item article{flex:0 0 50%;padding:20px;display:flex;align-items: center}
.project-list__item h3{font-size: 26px;color: #415071;margin: 0 0 10px;}
.project-list__item p{color: #415071;font-size: 12px;}
@media (max-width:1280px){
  .project-list{margin:40px 0}
  .project-list__item h3{font-size:18px}
}
@media (max-width:768px){
  .project-list{margin:30px 0}
  .project-list__item{flex:0 0 100%;margin-bottom:25px;}
  .project-list__item{height:35vw}
}
@media (max-width:512px){
  .project-list__item figure{flex:0 0 45%}
  .project-list__item article{flex:0 0 55%;padding:12px}
  .project-list__item h3{font-size:15px}
}