:root{
  --main-color: #122f7c;
  --deputy-color: #8ebb34;
}
body{font-family: "Raleway", arial, sans-serif;}
.container{max-width:1250px}
/*header*/
.header{padding-top:25px;padding-bottom:25px;justify-content: space-between;align-items: center;background:#fff}
.logo img{max-height:48px;backface-visibility:hidden;display: block}
.nav{flex-grow:2;display:flex;justify-content:flex-end;align-items: center}
.nav__item{padding:12px 25px 5px;position:relative}
.nav__item > a{font-size:16px;transition:color .3s}
.nav__item > a:after{content:'';position:absolute;bottom:-2px;left:50%;width:0;height:2px;transform: translateX(-50%);background: #333;transition:width .3s}
.nav__item > a:hover:after,
.nav__item.cur > a:after{width:28px}
.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}
.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__tel{margin-left:15px;padding:6px 12px;font-size:15px}
}
@media (max-width:1024px){
  .logo img{max-height:36px}
  .nav__item{padding:12px 10px}
  .nav__item > a{font-size:14px}
  .nav__tel{margin-left:10px}
}
@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}
  .logo img{max-height:32px}
  .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;margin-top:15px;padding:0 10px 12px}
  .nav__item > a{font-weight:600;font-size:15px}
  .nav__item > a:after{display:none}
  .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;padding:9px 0 0;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:'-'}
  .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:transparent}
  .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;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:'\e633'}
.footer-contact li:nth-child(2):before{content:'\e620'}
.footer-contact li:nth-child(3):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*/
/*banner*/
.home-banner{position:relative}
.home-banner .swiper-slide{height:600px;background-repeat:no-repeat;background-position:center 0;background-size:cover;display:flex;align-items: center;justify-content:center}
.home-banner__txt{padding:50px;text-align: center}
.home-banner__desc{color:#fff;font-size:46px;font-weight:600}
.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}
  .page-banner{height:29vw}
}
@media (max-width:1280px){
  .home-banner__desc{font-size:40px}
}
@media (max-width:1024px){
  .home-banner__desc{font-size:30px}
}
@media (max-width:768px){
  .home-banner__desc{font-size:25px}
}
@media (max-width:512px){
  .home-banner__desc{font-size:18px}
}
/*banner end*/
/*home*/
.home-box{padding-top:70px;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-title{text-align:center}
.main-title h3{font-family:'Poppins', sans-serif;font-size:38px;color:#3a3a3a;text-transform:uppercase;}
.main-title p{font-size:16px;letter-spacing:1px}
.main-title small{margin-top:22px;background-color:var(--deputy-color); width:46px;height:3px;position:relative;display:inline-block}
.main-title small:before,
.main-title small:after{content:'';background-color:var(--deputy-color);width:3px;height:3px;display:inline-block;position:absolute}
.main-title small:before{right:-6px}
.main-title small:after{right:-12px}
@media (max-width:1200px) {
  .main-title h3{font-size:40px}
}
@media (max-width:1024px) {
  .main-title h3{font-size:36px}
  .main-title p{font-size:14px}
}
@media (max-width:768px) {
  .main-title h3{font-size:30px}
}
@media (max-width:512px) {
  .main-title h3{font-size:20px;text-transform:uppercase}
  .main-title p{font-size:12px}
}
.home-service {}
.home-service_list {margin-top:30px}
.home-service__item{flex:0 0 31%;border-radius:6px}
.home-service__item:hover{box-shadow:0 0 6px 1px rgba(0,0,0,.1)}
.home-service__item figure{height:220px}
.home-service__item figure img{width:100%;height:100%;object-fit:cover;border-radius:6px 6px 0 0;}
.home-service__item article{text-align: center;background: #e4f5ff;padding:20px 12px;border-radius:0 0 6px 6px}
.home-service__item h5{font-size:16px;}
@media (max-width:1280px){
  .home-service__item figure{height:17vw}
}
@media (max-width:768px){
  .home-service_list {margin-top:20px}
  .home-service__item{flex:0 0 100%;margin-bottom:20px}
  .home-service__item:last-child{margin-bottom:0}
  .home-service__item figure{height:45vw}
  .home-service__item article{padding:12px;}
}
@media (max-width:512px){
  .home-service__item h5{font-size:14px;}
}
.h-about{background:#f8faff}
.h-about_figure{flex:0 0 50%;height:600px}
.h-about_figure img{width:100%;height:100%;object-fit:cover}
.h-about_txt{flex:0 0 50%;display:flex;justify-content: center;align-items:center;padding:50px;}
.h-about__name{font-size:40px;color:var(--main-color);font-weight: 600;border-bottom:solid 1px #eee;padding-bottom:20px;}
.h-about__name span{ color:var(--deputy-color);text-transform:uppercase;}
.h-about__desc{margin:20px 0 30px;font-size:16px;line-height:2;color: rgb(107, 118, 142);}
.h-about__more a{display:inline-block;border:solid 1px #ddd;padding:10px 30px;background:#fff}
.h-about__more a:hover{background: var(--main-color);color:#fff;transition: .3s}
@media (max-width:1024px){
  .h-about_txt{padding:20px;}
  .h-about__name{font-size:30px}
}
@media (max-width:768px){
  .h-about_figure{flex:0 0 100%;height:40vw}
  .h-about_txt{flex:0 0 100%}
  .h-about__name{font-size:20px}
  .h-about__desc{margin:15px 0 15px;font-size:14px;}
  .h-about__more a{padding:6px 20px}
}
.home-partners{margin-top:35px;}
.home-partners__item{flex:0 0 30%;margin-bottom:25px;}
.home-partners__item figure{height:120px;border:solid 1px #eee;padding:20px;display:flex;align-items: center;justify-content: center}
.home-partners__item figure img{max-width:80%;max-height:90%}
@media (max-width:768px){
  .home-partners{margin-top:20px;}
  .home-partners__item{flex:0 0 48.5%;margin-bottom:20px;}
}
@media (max-width:512px){

}
.home-contact{height:660px;background: url("../images/home-contact.jpg") no-repeat center center;background-size:100% 100%;font-family: "Raleway", arial, sans-serif;}
.home-contact-inner{padding:40px;position:relative;background: rgba(255,255,255,.8)}
.home-contact_info{flex:0 0 46%;display:flex;align-items: center}
.home-contact_name{font-size:30px;font-weight:800;text-transform: uppercase}
.home-contact_ul{margin:20px 0;}
.home-contact_li{margin:16px 0;font-size: 15px;padding-left:30px;;font-weight: 500;position:relative;}
.home-contact_li:before{content:'';font-family: iconfont;font-size:16px;position:absolute;top:2px;left:0}
.home-contact_li:nth-child(1):before{content:'\e632'}
.home-contact_li:nth-child(2):before{content:'\e620'}
.home-contact_li:nth-child(3):before{content:'\e636'}
.home-share{padding-top:30px;margin-top:30px;border-top:dashed 1px #000}
.home-share_title{font-size:16px}
.home-share_list{display:flex;}
.home-share__item{margin-top:20px;width:40px;height:40px;position:relative}
.home-share__item a{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}
.home-share__item:before{content:'';font-family: iconfont;font-size:22px;}
.home-share__item:nth-child(1):before{content:'\e7ea'}
.home-share__item:nth-child(2):before{content:'\e6ee'}
.home-share__item:nth-child(3):before{content:'\e609'}
.home-share__item:nth-child(4):before{content:'\e60e'}
.home-feedback{flex:0 0 46%}
.home-feedback_row{margin-bottom:20px}
.home-feedback_row:last-child{margin-bottom:0}
.home-feedback_row label{display:block;margin-bottom:6px;font-weight: 600}
.home-feedback_row input[type=text]{width:100%;height:42px;border:solid 1px #ddd;padding-left:12px;border-radius:3px;background: #fff;}
.home-feedback_row textarea{width:100%;height:80px;border:solid 1px #ddd;padding:12px;border-radius:3px;background: #fff;}
.home-feedback_row input[type=submit]{width:100%;height:42px;background:var(--main-color);color:#fff}
@media (max-width:1280px){
  .home-contact{height:55vw;background-size:auto 100%;}
}
@media (max-width:1024px){
  .home-contact{height:auto}
  .home-contact-inner{padding:20px}
  .home-contact_name{font-size:25px}
}
@media (max-width:768px){
  .home-contact_info{flex:0 0 100%}
  .home-contact_name{font-size:20px}
  .home-share{padding-top:20px;margin-top:20px}
  .home-feedback{flex:0 0 100%;margin-top:20px}
  .home-feedback_row{margin-bottom:15px}
}
/*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:16px 0}
.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}
}
/*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 .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}
}
/*article 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:var(--deputy-color);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{opacity:.9}
.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:var(--deputy-color);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:var(--deputy-color);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*/