@import "animate.min.css";@import "bootstrap.min.css";@import "swiper-bundle.min.css"; @import "public.min.css";
/*scrollbar*/
::-webkit-scrollbar{width:2px;height:11px;border:none;background:#0f80e0!important}
::-webkit-scrollbar-track-piece{border:none;position:absolute;padding:0;box-shadow:none;background-color:#0f80e0;border-radius:1px}
::-webkit-scrollbar-thumb:vertical{background-color:#0f80e0;border-radius:0;border:none}
::-webkit-scrollbar-thumb:horizontal{background-color:#0f80e0;border-radius:0;border:none}
::-webkit-scrollbar{width:2px;height:12px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background-color:#0f80e0}
::-webkit-scrollbar-track-piece{background:#fff}
::-webkit-scrollbar-thumb:vertical{background-color:#0f80e0;border-radius:5px}
::-webkit-scrollbar-thumb:vertical:hover{background-color:#0f80e0}
::-webkit-scrollbar-corner:vertical{background-color:#0f80e0}
::-webkit-scrollbar-resizer:vertical{background-color:#0f80e0}
/*fonts*/
@font-face {
    font-family: 'iconfont';  /* Project id 2779080 */
    src: url('../fonts/font_2779080_yjpwu3zpac.eot'); /* IE9 */
    src: url('../fonts/font_2779080_yjpwu3zpac.eot?iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/font_2779080_yjpwu3zpac.woff2') format('woff2'),
    url('../fonts/font_2779080_yjpwu3zpac.woff') format('woff'),
    url('../fonts/font_2779080_yjpwu3zpac.ttf') format('truetype'),
    url('../fonts/font_2779080_yjpwu3zpac.svg?#iconfont') format('svg');
}
.yc-icon{ font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.1px;
    -moz-osx-font-smoothing: grayscale;
}
body{transition: ease .5s;-webkit-transition: ease .5s;-moz-transition: ease .5s;-o-transition: ease .5s;}
body.active{margin-left: -60%;width: 100%;height: 100%;overflow: hidden}
.color-red{color: #d20000}
/*welcome*/
#welcome{background: #efefef;line-height: 36px;}
.welcome-left{float: left;font-size: 14px;color: #333333;font-weight: bold;}
.welcome-right{float: right}
.welcome-right a{display: inline-block;color: #777777;margin-left: 30px;float: left}
.welcome-right a img{margin-top: 5px;}
.welcome-item{padding: 0 20px;position: relative;margin-left: 0 !important}
.welcome-item:before{position: absolute;left: 0;top: 50%;width: 1px;height: 16px;background: #777777;margin-top: -8px;content: ''}
/* .welcome-item:nth-child(3){margin-right: 52px;} */
.welcome-item:nth-child(3):after{position: absolute;right: 0;top: 50%;width: 1px;height: 16px;background: #777777;margin-top: -8px;content: ''}
/*header*/
#header{height: 120px;}
#header .container{display: block}
.header-logo{margin-top: 20px;flex: 1;max-width: 180px;float: left}
.header-logo-title{width: 162px;height: 58px;overflow: hidden;background: url(../images/logo_1.png) no-repeat left center;background-size: contain}
.header-logo-title a{display: block;width: 100%;height: 100%;opacity: 0;}
.header-equity{margin-top: 5px;font-size: 14px;color: #454545;letter-spacing: 3px;}
.header-equity-code{font-size: 18px}
.header-title{flex: 1;margin-top: 20px;padding-top: 7px;font-size: 30px;color: #0662ca;text-align: left;max-width: 270px;float: left;margin-left:6.77vw;}
.header-title span{display: block;font-size: 18px;color: #454545;font-weight: normal;letter-spacing: 9px;border-bottom: solid 1px #454545;padding-bottom: 5px;}
.header-title p{font-size: 14px;color: #999999;text-transform: uppercase}
.header-contact{flex: 1;max-width:200px;margin-top: 20px;overflow: hidden;margin-left: 8.85vw;}
.header-tel{float: left;text-align: left}
.header-tel-title,.header-tel-time{text-align: left;font-size: 14px;color: #999999}
.header-tel-text{font-size: 26px;font-weight: bold;line-height: 1.2;color: #ff7200}
.header-code{margin-top: 20px;border: solid 1px #4a8bd4;max-width: 84px;float: right}
@media(max-width: 992px) and (min-width: 768px){
    .header-title{font-size: 1.8rem}
    .header-contact{margin-left: 6.85vw;}
}
@media(max-width: 760px){
    #header{position: fixed;left: 0;top: 0;width: 100%;background: #fff;z-index: 1032;height: 60px;box-shadow: 0 0 5px rgba(0,0,0,.1);padding-top: 5px;transition: ease .5s;-webkit-transition: ease .5s;-moz-transition: ease .5s;-o-transition: ease .5s;}
    #header.active{margin-left: -60%}
    #header .container{display: block}
    .header-logo{margin-top: 5px;max-width: 70%;width: 80%;}
    .header-logo-title{height: 40px;background-size: contain;float: left;width: 130px;}
    .header-equity{float: left;margin-left: 0px;letter-spacing:0;font-size: 1.2rem;border-left: solid 1px rgba(0,0,0,.05);padding-left: 15px;}
    .header-equity-code{font-size: 1.4rem;display: block}
}
/*nav*/
#nav{background: #0056b7;height: 50px;}
#nav ul{display: flex}
#nav ul li{flex: 1;text-align: center}
#nav ul li a{display: block;text-align: center;font-size: 16px;color: #fff;line-height: 50px;position:relative}
#nav ul li a:before,#nav ul li a:after{position: absolute;top: 50%;width: 1px;height: 15px;content: '';opacity: .2;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%)}
#nav ul li a:before{right: 0;background: #000}
#nav ul li a:after{right: 1px;background: #fff}
#nav ul li:hover a,#nav ul li.active a{background: #ff7200}
/*phone nav*/
#navigation{right: -100%;top:0;height: 100%;background: #fff;z-index: 10;width:60%;box-shadow: 0 0 5px rgba(0,0,0,.2);transition: ease .5s;-webkit-transition: ease .5s;-moz-transition: ease .5s;-o-transition: ease .5s;}
.nav-search{margin-bottom: 20px;border-bottom: solid 1px #f2f2f2;padding:10px 20px}
.nav-search-item{width: 100%;border: solid 1px #ddd;border-radius: 5px;height: 30px;overflow: hidden}
.nav-search-item i{font-size: 14px;color: #333;line-height: 30px;width: 30px;text-align: center;float: left}
.nav-search-item input{width: calc(100% - 30px);outline: none;border: none;height: 28px;line-height: 28px;font-size: 1.3rem;color: #333}
.navigation-container{padding: 0 20px;}
.nav-info-title{font-size: 1.3rem;opacity: .5;margin-bottom: 10px;}
.navigation-item{border-bottom: solid 1px #f2f2f2;position: relative;}
.navigation-item>a{display: block;line-height: 40px;font-size: 1.4rem;color: #333;}
.navigation-item i.yc-icon{position: absolute;right: 0;top: 0;line-height: 40px;font-size: 2rem;width: 30px;text-align: center}
.navigation-menu-button{padding-left: 15px;display: none}
.navigation-menu-button a{display: block;border-bottom:solid 1px #f2f2f2;font-size: 1.2rem;color: #999;line-height: 26px;padding: 5px 0}
.navigation-menu-button a:last-child{border: none;}
.navigation-menu-button a:hover{color: #626ce9}
.navigation-item.active>a{color: #ff7200}
.navigation-item i.yc-icon.active{transform: rotate(-180deg)}
#navigation.active{right: 0}
/*banner*/
@media(max-width: 760px){
    #banner{margin-top: 60px;}
}

/*main*/
.home-more{width: 77px;height: 24px;background: #d3d3d3;border-radius: 12px;color: #fff;line-height: 24px;text-align: center;font-size: 14px;display: block}
.home-more:hover{color: #fff;background: #0056b7}
.home-title{font-size: 36px;color: #0056b7;font-weight: bold;}
.home-title span{padding: 0 15px;position: relative;}
.home-title span::before,.home-title span::after{position: absolute;top: 50%;width: 123px;height: 2px;content: '';margin-top: -1px;}
.home-title span::before{left: -123px;background: -webkit-gradient(linear,100% 0%, 0% 100%, from(#0056B7), to(transparent));}
.home-title span::after{right: -123px;background: -webkit-gradient(linear,100% 0%, 0% 100%, from(transparent), to(#0056B7));}
.home-subtitle{font-size: 14px;color: #999999;line-height: 2;margin-top: 5px;}
@media(max-width: 760px){
    .home-title{font-size: 2rem}
    .home-subtitle{font-size: 1.2rem}
}
/*service*/
.service{padding-top: 75px;padding-bottom: 80px;}
.service-list{margin-top: 35px;display: flex;margin-bottom: 60px;}
.service-item{margin-right: 40px;position: relative}
.service-item:last-child{margin-right: 0}
.service-box{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,86,183,.49);}
.service-title{font-size: 32px;font-family: SimSun;font-weight: bold;color: #fff;margin-bottom: 20px;}
.service-title-en{font-size:14px;color: #fff;text-transform: uppercase}
.service-title-en:after{width: 68px;height: 2px;background: #fff;margin: 20px auto auto;content: '';display: block}
.service-subtitle{margin-top: 60px;font-size:16px;color: #fff;margin-bottom: 50px;}
.service-more{width: 67%;height: 38px;background: #ff7200;line-height: 38px;color: #fff;display: block;margin:0 auto;font-size: 16px;color: #fff;border-radius: 4px;text-align: center}
.service-more:hover{color: #fff}
.service-label{display: flex;margin-bottom: 20px;}
.service-label:last-child{margin-bottom: 40ex;}
.service-label-item{flex: 1;margin-right: 25px;border: solid 1px #0056b7;border-radius: 4px;height: 50px;line-height: 46px;text-align: center;font-size: 14px;color: #0056b7;font-weight: bold}
.service-label-item:last-child{margin-right: 0}
.service-container{background: url(../images/backg_1.jpg) no-repeat top center;border-radius: 0 100px;position: relative;overflow: hidden;padding: 55px 65px 55px 75px;display: flex;max-height: 300px;margin-top: 40px;}
.service-container:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background:rgba(0,86,183,.49);content: '' }
.service-left{position: relative;z-index: 2;background: #fff;padding: 9px;flex: 1;max-width: 246px;}
.service-right{position: relative;z-index: 2;flex: 1;max-width: calc(100% - 246px);padding-left: 50px;}
.service-text{font-size: 16px;color: #fff;line-height: 2;}
.service-tab{margin-top: 20px;display: flex}
.service-tab span{flex: 1;margin-right: 50px;background: rgba(255,255,255,.8);line-height: 46px;text-align: center;border-radius: 23px;font-size: 17px;color: #0056b7;font-weight: bold}
.service-tab span:last-child{margin-right: 0}
.service-button{margin-top: 50px;text-align: center;}
.service-button a{display: inline-block;width: 154px;height: 44px;border-radius: 4px;background: #dedede;line-height: 44px;text-align: center;font-size: 16px;color: #454545;margin: auto 25px;}
.service-button a:first-child{background: #ff7200;color: #fff}
.service-button a:nth-child(2){background: #0056b7;color: #fff;}
@media(max-width: 992px) and (min-width: 768px){
    .service-item{margin-right: 20px;}
    .service-title{font-size: 2.4rem;margin-bottom: 10px;}
    .service-title-en{font-size: 1.2rem;text-align: center;min-height: 48px;}
    .service-title-en:after{margin-top: 10px;}
    .service-subtitle{margin-top: 10px;margin-bottom: 10px;padding: 0 10px;min-height: 48px;font-size: 1.4rem;text-align: center}
    .service-label{margin-top: 30px;margin-bottom: 30px;}
    .service-label-item{margin-right: 15px;font-size: 1.4rem}
    .service-container{padding: 30px}
    .service-tab span{margin-right: 15px;font-size: 1.2rem}
}
@media(max-width: 760px){
    .service{padding: 30px 0;}
    .service-list{margin-top: 20px;display: block;overflow: hidden;margin-bottom: 20px;}
    .service-item{float: left;width: calc(50% - 10px);margin-right: 20px;margin-bottom:20px;}
    .service-item:nth-child(2n){margin-right: 0}
    .service-title{font-size: 2rem;margin-bottom: 10px;}
    .service-title-en{font-size: 1.2rem;text-align: center;min-height: 48px;}
    .service-title-en:after{margin-top: 10px;}
    .service-subtitle{margin-top: 10px;margin-bottom: 10px;padding: 0 10px;min-height: 48px;font-size: 1.4rem;text-align: center}
    .service-more{height: 30px;line-height: 30px;font-size: 1.3rem}
    .service-label{margin-top: 10px;margin-bottom: 30px;}
    .service-label-item{margin-right: 10px;font-size: 1.2rem;height: auto;line-height: 20px;padding: 5px;}
    .service-container{padding: 20px;display: block;background-size: cover;border-radius: 10px;max-height: none}
    .service-left{max-width: 100%;}
    .service-left img{min-width: 100%}
    .service-right{max-width: 100%;padding-left: 0;margin-top: 30px;}
    .service-text{font-size: 1.4rem;line-height: 2;-webkit-line-clamp:10}
    .service-tab span{margin-right: 3vw;font-size: 1.2rem;line-height: 20px;padding: 10px;border-radius: 5px;}
    .service-button{margin-top: 30px;}
    .service-button a{width: 27%;margin: auto 1%;font-size: 1.2rem}
}
/*honor*/
.honor{background: #f5f8fc;}
.honor-container{background: #fff;padding: 40px 0;margin: 30px 3.125vw auto}
.swiper-honor-top{margin-bottom: 25px;}
.honor-list{padding: 40px 0}
.honor-list .container{display: flex}
.honor-item{flex: 1;margin-right: 4.8958vw;display: flex}
.honor-item:last-child{margin-right: 0}
.honor-icon{width: 74px;height: 74px;border-radius: 4px;background: #0056b7;flex: 1;max-width: 74px}
.honor-text{flex: 1;max-width: calc(100% - 74px);padding-left: 10px;}
.honor-title{font-size: 22px;color: #333;font-weight: bold;position: relative;margin-bottom: 10px;}
.honor-title:after{position: absolute;left: 0;bottom: 0;width: 94px;height: 11px;background: #ff7200;opacity: .3;content: ""}
.honor-summary{font-size: 14px;color: #777777}
@media(max-width: 992px) and (min-width: 768px){
    .honor-item{margin-right: 2vw}
    .honor-icon{width: 46px;height: 46px;max-width: 46px}
    .honor-icon img{max-width: 20px;}
    .honor-text{max-width: calc(100% - 46px)}
    .honor-title{font-size: 1.7rem}
    .honor-summary{font-size: 1.3rem}
}
@media(max-width: 760px){
    .honor{padding-top: 30px;}
    .honor-container{padding: 3.15vw}
    .honor-container ul li{padding: 10px;}
    .swiper-honor-top{margin-bottom: 15px;}
    .swiper-honor-top:last-child{margin-bottom: 0}
    .honor-list{padding: 15px 0 0;overflow: hidden}
    .honor-list .container{overflow: hidden;display: block}
    .honor-item{float: left;width: calc(50% - 10px);margin-right: 20px;margin-bottom: 15px;display: block;text-align: center}
    .honor-item:nth-child(2n){margin-right: 0}
    .honor-icon{width: 40px;height: 40px;max-width: 40px;margin: auto auto 15px;}
    .honor-icon img{max-width: 20px}
    .honor-text{max-width:100%;padding: 0}
    .honor-title{font-size: 1.5rem;margin-bottom: 5px;}
    .honor-title:after{width: 40px;margin-left: -20px;left: 50%;}
    .honor-summary{font-size: 1.2rem}
}



/*news*/
.news{background: url(../images/backg_3.jpg) no-repeat top center;position:relative;padding: 80px 0 110px}
.news .container{position: relative;z-index: 2}
.news-container{margin-top: 43px;display: flex}
.news-item{flex: 1;margin-right: 40px;box-shadow: 0 0 5px rgba(0,0,0,.24);padding-bottom: 20px;background: #fff}
.news-item:last-child{margin-right: 0}
.news-channel{border-top: solid 4px #0049ac;line-height: 60px;font-size: 20px;color: #333333;font-weight: bold}
.news-list{margin: auto 15px;border-top: solid 2px #efefef}
.news-item-block{padding: 20px 0 15px;border-bottom: solid 1px #efefef}
.news-item-block a{display: block;overflow: hidden}
.news-top{display: flex;margin-bottom: 10px}
.news-img{flex: 1;max-width: 56px}
.news-title{padding-left: 10px;font-size: 14px;color: #777777;position: relative;flex: 1;max-width: calc(100% - 56px);line-height: 2}
.news-summary{font-size: 14px;color: #999999;}
.news-item-block:hover .news-title,.news-item-block:hover .news-time{color: #d20000}
@media(max-width: 992px) and (min-width: 768px){
    .news-item{margin-right: 2vw}
}
@media(max-width: 760px){
    .news{padding: 30px 0;background-size: cover}
    .news-container{margin-top: 30px;display: block;overflow: hidden;padding: 0 5px;}
    .news-item{padding: 0 !important;margin-bottom: 20px;margin-right: 0}
    .news-item:last-child{margin-bottom: 0}
    .news-title{font-size: 1.4rem;max-width: calc(100% - 40px);line-height: 20px}
    .news-summary{line-height: 1.5;font-size: 1.2rem}
    .news-time{font-size: 1.2rem}
    .news-item-block{line-height: 34px;}
    .news-channel{line-height: 50px;font-size: 1.8rem}
    .news-img{max-width: 40px;}
}
/*about*/
.about{padding: 75px 0;}
.about-box{margin-top: 35px;}
.about-left{max-width: calc(100% - 572px);}
.about-channel{font-size: 30px;color: #333333;font-weight: bold;}
.about-channel:after{display: block;width: 63px;height: 4px;background: #999999;content: '';margin-top: 20px;margin-bottom: 20px;}
.about-summary{font-size: 14px;color: #737373;line-height: 31px;margin-bottom: 50px;}
.about-more .home-more{width: 156px;height: 46px;line-height: 46px;border-radius: 23px;}
.about-right{max-width: 522px;overflow: hidden;margin-right: 50px;}
.about-number{margin-top: 60px;background: #fff;box-shadow: 0 0 20px rgba(0,0,0,.1);padding: 40px 0;display: flex}
.about-number-item {flex: 1;text-align: center;position: relative}
.about-number-item:after{position: absolute;right:0;top: 50%;width: 1px;height: 42px;background: #b3b3b3;opacity: .39;content: '';margin-top: -21px}
.about-number-title{font-size: 30px;color: #e80010;font-weight: bold;line-height: 1;margin-bottom: 15px;}
.about-number-subtitle{font-size: 18px;color: #777777;}
@media(max-width: 992px) and (min-width: 768px){
    .about-left{max-width: calc(100% - 350px);}
    .about-channel{font-size: 2.2rem}
    .about-summary{-webkit-line-clamp:4;margin-bottom: 20px}
    .about-right{max-width: 330px;margin-right: 20px;}
    .about-number-title{font-size: 2.2rem}
    .about-number-subtitle{font-size:1.4rem}

}
@media(max-width: 760px){
    .about{padding-top: 30px;padding-bottom: 30px;}
    .about-box{margin-top: 30px;}
    .about-left{max-width: 100%;padding-right: 0;margin-right: 0}
    .about-channel{font-size: 1.8rem;text-align: center}
    .about-channel:after{width: 40px;margin: 10px auto 20px}
    .about-summary{font-size: 1.2rem;line-height: 2;-webkit-line-clamp:10;margin-bottom: 30px}
    .about-more .home-more{width: 120px;height: 34px;line-height: 34px;margin: auto}
    .about-right{max-width: 100%;margin: auto auto 30px}
    .about-number{margin-top: 30px;padding: 20px 0}
    .about-number-title{font-size: 1.5rem;margin-bottom: 5px;}
    .about-number-subtitle{font-size: 1.2rem}
}
/*process*/
.process{background: url(../images/backg_2.jpg) no-repeat top center;padding-top: 80px;position: relative}

.process .channel-title span{color: #fff;position: relative;}
.process .channel-title span:before,.process .channel-title span:after{position: absolute;width: 310px;height: 2px;content: '';top: 50%;margin-top: -1px}
.process .channel-title span:before{left: -320px;background:-webkit-gradient(linear,0% 0%, 100% 0%, from(transparent), to(#fff))}
.process .channel-title span:after{right: -320px;background:-webkit-gradient(linear,100% 0%, 0% 0%, from(transparent), to(#fff))}
.process .home-subtitle{color: #fff;font-size: 18px;font-weight: bold}
.process-box{margin-top:50px;position: relative;overflow: hidden;margin-bottom: 10px;}
.process-list{text-align: center;position: relative;margin-bottom: 65px;}
.process-list:after{position: absolute;top: 50%;height: 1px;width: 100%;background: rgba(255,255,255,.46);content: '';left: 50%;transform: translateX(-50%)}
.process-list span{position: relative;display: inline-block;margin-right: 85px;position: relative;z-index: 2;height: 50px;background: #0049ac;line-height: 50px;color: #fff;font-size: 20px;font-weight: bold;border-radius: 25px;padding: 0 25px}
.process-list span:last-child{margin-right: 0}
.process-list span:hover{background: #ff7200}
.process-list:nth-child(2):after{width: 80%}
@media(max-width: 1180px) and (min-width: 992px){

}
@media(max-width: 992px) and (min-width: 768px){
    .process{padding-top: 45px}
    .process .channel-title span:before,.process .channel-title span:after{width: 190px;}
    .process .channel-title span:after{right: -200px}
    .process .channel-title span:before{left: -200px}
    .process-list span{margin-right: 2vw;padding: 0 20px;font-size: 1.5rem}
}
@media(max-width: 760px){
    .process{background-size: cover;padding: 30px 0 0}
    .process .channel-title span:before,.process .channel-title span:after{width: 40px;}
    .process .channel-title span{font-size: 1.8rem}
    .process .channel-title span:before{left: -50px}
    .process .channel-title span:after{right: -50px}
    .process .home-subtitle{font-size: 1.4rem;line-height: 1.6}
    .process-box{margin-top: 30px;}
    .process-list{overflow: hidden;margin-bottom: 0}
    .process-list:after{display: none}
    .process-list li{padding: 0 5px;margin-bottom: 15px;}
    .process-list span{border-radius: 5px;padding: 0 5px;font-size: 1.4rem;display: block;height: 40px;line-height: 40px}
}
/*case*/
.case{margin-bottom: 50px;padding-top: 60px;}
.case .channel-subtitle{color: #454545}
.case-nav{margin-top: 20px;overflow: hidden;}
.case-nav a{font-size: 14px;color: #333;position: relative;line-height: 2;width: 14.285%;float: left;text-align: center;}
.case-nav a:before{position: absolute;top: 50%;left: 0;width: 1px;height: 16px;background: #333;margin-top: -8px;content: ''}
.case-nav a:last-child:after,.case-nav a:nth-child(7n)::after{position: absolute;top: 50%;right: 0;width: 1px;height: 16px;background: #333;margin-top: -8px;content: ''}
.case-nav a.active{color: #0049ac}
.case-list{margin-top: 40px;overflow: hidden;margin-left: -15px;margin-right: -15px;}
.case-list li{padding-top: 10px;padding-bottom: 10px;}
.case-item-block{background: #fff;height: 112px;box-shadow: 0 0 10px rgba(0,0,0,.1);overflow: hidden;padding: 5px;}
.case-item-block img{transition: ease-in .3s;-webkit-transition: ease-in .3s;-moz-transition: ease-in .3s;-o-transition: ease-in .3s;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.case-item-block:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);}
@media(max-width: 992px) and (min-width:768px){
    .case-item-block{height: 80px;}
}
@media(max-width: 760px){
    .case{padding: 30px 0;margin-bottom: 0}
    .case-nav a{font-size: 1.4rem;width:33.33%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 0 5px;}
    .case-list{margin-top: 30px;margin-left: -5px;margin-right: -5px;}
    .case-list li{padding: 5px;}
    .case-item-block{height: 60px;box-shadow: 0 0 5px rgba(0,0,0,.1);}
    .case-item-block img{max-height: 100%;}
}


.flink{font-size: 14px;}
.flink a{margin: 0 5px;color: #333333;}


.form-wrapper {
    width: 100%;
    max-width: 960px;
    margin: 60px auto;
    padding: 30px;
    background: #fff;
}
.form-wrapper .h20{margin-top:20px;}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full {
    grid-column: 1 / -1;
}

.form-group input,
.form-group textarea {
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #ddd;
}

.form-label{font-size:14px;}

.submit-btn {
    display: block;
    margin: 30px auto 0;
    padding: 12px 40px;
    background: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}

.submit-btn:hover {
    background: #0056b3;
}

.status-msg {
    margin-top: 15px;
    font-size: 14px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .form-group.full {
        grid-column: span 1;
    }
}

/*online*/
.online{background: #eeeeee;padding: 20px 0;text-align: center}
.online a{margin-right: 50px;font-size: 16px;color: #333;display: inline-block}
.online a:hover{color: #0049ac}
@media(max-width: 760px){
    .online{text-align: left}
    .online a{margin-right: 15px;font-size: 1.4rem;line-height: 2}
}
/*footer*/
#footer{background: #272727}
.footer-top{padding: 60px 0}
.footer-top .container{display: flex;}
.footer-navigation{flex: 1;max-width: 300px;position: relative;padding-right: 30px;}
.footer-navigation:before,.footer-navigation:after,.footer-contact:before,.footer-contact:after{position: absolute;top: 0;width: 1px;height: 100%;content: '';opacity: .23}
.footer-navigation:before,.footer-contact:before{right: 0;background: #000;}
.footer-navigation:after,.footer-contact:after{right: 1px;background: #fff}
.footer-title{font-size: 16px;color: #fff;line-height: 1;margin-bottom: 20px;text-align: left}
.footer-title a{color: #fff;}
.footer-navigation-list{overflow: hidden}
.footer-navigation-list a{width: 50%;float: left;font-size: 14px;color: #b3b3b3;line-height: 34px}
.footer-navigation-list a:hover{color: #fff;}
.footer-contact{position: relative;flex: 1;text-align: center}
.footer-contact-box{display: inline-block;text-align: left;font-size: 14px;color: #b3b3b3;line-height: 34px;}
.footer-contact-box span{color: #d7d7d7;margin-right: 15px}
.footer-code{flex: 1;max-width: 374px;text-align: right}
.footer-code-box{display: inline-block}
.footer-code-list{text-align: center}
.footer-item{display: inline-block;padding-top: 10px;width: 90px;}
.footer-item:first-child{margin-right: 70px}
.footer-item p{margin-top: 10px;color: #b3b3b3}
.footer-copy{background: #1f1f1f;padding: 25px 0;font-size: 16px;color: #fff;}
.footer-copy a{color: #fff;}
@media(max-width: 1180px) and (min-width: 992px){
    .footer-contact{max-width: calc(100% - 590px)}
    .footer-code{max-width: 290px}
}
@media(max-width: 992px) and (min-width: 768px){
    .footer-navigation{max-width: 200px;padding-right: 20px;}
    .footer-navigation-list a{font-size: 1.2rem}
    .footer-code{max-width: 210px;}
    .footer-item:first-child{margin-right: 10px;}
    .footer-contact{max-width: calc(100% - 420px)}
    .footer-copy{padding: 15px 0;font-size: 1.4rem}
}
@media(max-width: 760px){
    #footer{margin-bottom: 60px;}
    .footer-top{padding: 40px 0}
    .footer-top .container{display: block}
    .footer-navigation{max-width: 100%;padding: 0 0 20px;display: none}
    .footer-navigation:before, .footer-contact:before{bottom: 1px;width: 100%;height: 1px;top: auto}
    .footer-navigation:after, .footer-contact:after{bottom: 0;width: 100%;height: 1px;top: auto}
    .footer-title{text-align: center;margin-bottom: 10px}
    .footer-navigation-list a{width: 25%;font-size: 1.2rem}
    .footer-contact{max-width: 100%;margin-top:0px;padding-bottom: 30px;}
    .footer-contact-box{font-size: 1.2rem;line-height: 2}
    .footer-code{max-width: 100%;margin-top: 30px;text-align: center}
    .footer-item:first-child{margin-right: 40px;}
    .footer-copy{padding: 10px 0;font-size: 1.2rem}
}
/*footer button*/
#footer-button{transition: ease .5s;-webkit-transition: ease .5s;-moz-transition: ease .5s;-o-transition: ease .5s;}
#footer-button.active{margin-left: -60%}
/*page*/
.page-main{background: #f7f7f7}
.page-location{margin-top: 20px;border-bottom: dashed 1px #dcdcdc;padding: 15px 0;line-height: 20px;}
.page-location-link{padding-left: 20px;position: relative;font-size: 14px;color: #999999}
.page-location-link:before{position: absolute;left: 0;top: 50%;width: 10px;height: 20px;margin-top: -10px;content: '';background: #ff7200;}
.page-location-link a{color: #999}
.page-location-link a:last-child{color: #777777}
.page-location-channel{font-size: 18px;color: #ff7200;}
.page-container{margin-top: 20px;margin-bottom: 50px;}
.page-left{width: 240px;}
.page-channel-title{background: #0056b7;color: #fff;font-size: 24px;height: 75px;}
.page-channel{background: #ececec;padding-top: 5px;}
.page-channel-item{border-bottom: solid 1px #fff;line-height: 50px;}
.page-channel-item:last-child{border: none}
.page-channel-item>a{position: relative;display: block;padding-left: 35px;font-size: 14px;color: #777777;}
.page-channel-item>a i{position: absolute;right: 30px;top: 50%;font-size: 20px;line-height: 1;transform: translateY(-50%) rotate(-90deg);-webkit-transform: translateY(-50%) rotate(-90deg);-moz-transform: translateY(-50%) rotate(-90deg);}
.page-channel-menu{padding:5px 35px 15px;display: none;}
.page-channel-menu a{display: block;font-size: 13px;color: #333;    text-overflow: ellipsis;
    white-space: nowrap;line-height: 34px;
    overflow: hidden;}
    .page-channel-item:hover .page-channel-menu{display: block;} 
    .page-channel-menu a:hover{color: #ff7200;}
.page-channel-item:hover>a,.page-channel-item.active>a{background: #ff7200;color: #fff;}
.page-right{background: #fff;width: calc(100% - 265px);padding: 25px;}
.page-title{font-size: 24px;color: #454545;font-weight: bold;line-height: 1.5}
.page-info{border-bottom: solid 1px #f2f2f2;padding-bottom: 10px;line-height: 2;margin-bottom: 25px;font-size: 13px;}
.page-next{border-top: solid 1px #f2f2f2;padding-top: 10px;font-size: 14px;line-height: 30px;color: #666;margin-top: 30px;}
.page-next p a{color: #666}
.page-next p a:hover{color: #ff7200}
.page-text table{width: 100%;}
.page-text table tr td{border: solid 1px #ddd;padding: 5px}

@media(max-width: 760px){
    .page-main .container{padding: 0}
    .page-location{margin-top: 0;font-size: 1.2rem;padding: 10px 0}
    .page-location-link{font-size: 1.2rem}
    .page-location-link:before{width: 4px;left: 5px;}
    .page-location-channel{display: none}
    .page-container{margin-bottom: 30px;margin-top: 5px;}
    .page-left{width: 100%;overflow: hidden;}
    .page-channel-title{display: none;}
    .page-channel{overflow: hidden;background: transparent;padding-top: 0}
    .page-channel-item{width: 33.33%;float: left;padding: 5px;border: none;}
    .page-channel-item a{background: #0049ac;border: solid 1px #0049ac;line-height: 30px;border-radius: 5px;font-size: 1.2rem;padding: 0;text-align: center;color: #fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
    .page-channel-item a i{display: none;}
    .page-channel-item:hover a,.page-channel-item.active a{color: #0049ac;background: transparent}
    .page-right{margin-top: 20px;width: calc(100% - 10px);margin-left: 5px;float: left !important;padding: 15px;}
    .page-title{font-size: 1.6rem}
    .page-info{font-size: 1.2rem;margin-bottom: 20px;}
    .page-info span{margin: auto 5px;}
    .page-text{font-size: 1.2rem;}
    .page-next{font-size: 1.2rem}
}
/*page service*/
.page-service-list{margin: auto -10px}
.page-service-item{padding: 0 10px;margin-bottom: 20px;}
.page-service-block{border: solid 1px #dcdcdc;padding: 5px;transition: ease-in .3s;-webkit-transition: ease-in .3s;-moz-transition: ease-in .3s;-o-transition: ease-in .3s;}
.page-service-img{overflow: hidden;max-height: 180px;}
.page-service-img img{transition: ease-in .3s;-webkit-transition: ease-in .3s;-moz-transition: ease-in .3s;-o-transition: ease-in .3s;}
.page-service-text{padding: 5px 0}
.page-service-title{font-size: 16px;color: #333;line-height: 2;text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.page-service-summary{font-size: 12px;color: #999;line-height: 2}
.page-service-item:hover .page-service-block{border-color: #0f80e0}
.page-service-item:hover .page-service-img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);}
.page-service-item:hover .page-service-title{color: #0f80e0}
.page-services-list li .page-team-text{font-size: 14px;min-height:56px;line-height: 2;margin-top: 5px;}
@media(max-width: 760px){
    .page-service-list{margin: auto -5px 30px;}
    .page-service-item{padding: 0 5px;margin-bottom: 10px;}
    .page-service-title{font-size: 1.4rem}
    .page-service-summary{font-size: 1.2rem}
}
/*page service details*/
.page-about-text{margin-top: 20px;}
/*page faq list*/
.page-faq-list{margin-bottom: 15px;overflow: hidden}
.page-faq-item{border-bottom: dashed 1px #dedede;padding-bottom: 20px;margin-bottom: 20px;}
.page-faq-time{background: #f2f2f2;flex: 1;max-width: 180px;}
.page-faq-day{font-size: 30px;color: #999999;line-height: 1;display: block}
.page-faq-day:after{display: block;width: 20px;height: 2px;background: #0049ac;content: '';margin: 8px auto}
.page-faq-year{font-size: 14px;color: #999999}
.page-faq-text{flex: 1;max-width: calc(100% - 180px);padding-left: 20px;}
.page-faq-title{border-bottom: solid 1px #dedede;padding-bottom: 10px;line-height: 1;font-size: 16px;color: #454545;margin-bottom: 5px;overflow: hidden;text-overflow: ellipsis;display: block  }
.page-faq-summary{font-size: 14px;color: #999999;line-height: 2;margin-bottom: 15px;}
.page-faq-text .home-more{width: 108px;height: 30px;background: rgba(0,86,183,.5);line-height: 30px;border-radius: 15px;}
.page-faq-item:hover .page-faq-title{color: #ff7200}
.page-faq-item:hover .page-faq-text .home-more{background: #c9141e}
@media(max-width: 760px){
    .page-faq-list{margin-bottom: 20px;}
    .page-faq-item{padding-bottom: 20px;margin-bottom: 20px;}
    .page-faq-time{max-width: 90px;}
    .page-faq-day{font-size: 2rem}
    .page-faq-year{font-size: 1.2rem}
    .page-faq-text{max-width: calc(100% - 90px);padding-left: 15px}
    .page-faq-title{font-size: 1.5rem}
    .page-faq-summary{font-size: 1.2rem;margin-bottom: 0}
    .page-faq-text .home-more{display: none}
}
/*page policy*/
.page-policy-list{margin-bottom: 15px;overflow: hidden}
.page-policy-item{border-bottom: dashed 1px #dedede;padding-bottom: 20px;margin-bottom: 20px;}
.page-policy-img{flex: 1;max-width: 236px;}
.page-policy-text{flex: 1;max-width: calc(100% - 236px);padding-left: 20px;}
.page-policy-title{border-bottom: solid 1px #dedede;padding-bottom: 15px;line-height: 1;font-size: 16px;color: #454545;margin-bottom: 5px;overflow: hidden;text-overflow: ellipsis;display: block;white-space: nowrap}
.page-policy-title span{font-size: 14px;color: #999999}
.page-policy-summary{font-size: 14px;color: #999999;line-height: 2;margin-bottom: 15px;}
.page-policy-text .home-more{width: 108px;height: 30px;background: rgba(0,86,183,.5);line-height: 30px;border-radius: 15px;}
.page-policy-item:hover .page-policy-title{color: #f80803}
.page-policy-item:hover .page-policy-text .home-more{background: #f80803}
@media(max-width: 1180px) and (min-width: 768px){
    .page-policy-title span{display: none}
}
@media(max-width: 760px){
    .page-policy-list{margin-bottom: 0px;}
    .page-policy-img{max-width: 120px;}
    .page-policy-text{max-width: calc(100% - 120px);padding-left: 15px;}
    .page-policy-title span{display: none}
    .page-policy-title{font-size: 1.4rem;padding-bottom: 10px;}
    .page-policy-summary{font-size: 1.2rem;margin-bottom: 0;line-height: 20px;}
    .page-policy-text .home-more{display: none}
}
/*page client*/
.page-client-list{margin: auto -10px 15px;overflow: hidden}
.page-client-item{padding: 0 10px;margin-bottom: 20px;}
.page-client-img{border: solid 1px #dedede;overflow: hidden;height: 84px;}
.page-client-img img{transition: ease-in .3s;-webkit-transition: ease-in .3s;-moz-transition: ease-in .3s;-o-transition: ease-in .3s;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;max-height: 100%;}
.page-client-img:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);}
@media(max-width: 760px){
    .page-client-list{margin: auto -5px 10px;}
    .page-client-item{padding: 0 5px;margin-bottom: 10px;}
    .page-client-img{height: 60px;}
}
/*page hr*/
.page-hr-list{width: 100%;margin-bottom: 30px;}
.page-hr-list thead tr th{background: #f7f7f7;height: 50px;font-size: 14px;color: #999999;font-weight: normal;padding-left: 35px;}
.page-hr-list tbody tr{border-bottom: solid 1px #f7f7f7}
.page-hr-list tbody tr td{line-height: 1;padding-left: 35px;font-size: 14px;color: #777777;padding-top: 20px;padding-bottom: 20px;}
.page-hr-list tbody tr td a{color: #777}
.page-hr-list tbody tr td span{color: #0056b7;cursor: pointer}
.page-hr-list tbody tr:hover{background: rgba(0,83,183,.08);}
.page-hr-list tbody tr td:first-child a:hover{color: #0f80e0}
.page-hr-list tbody tr:hover span{color: #d20000}
@media(max-width: 760px){
    .page-hr-list thead tr th{text-align: center;padding:10px 15px;font-size: 1.3rem}
    .page-hr-list tbody tr td{padding:20px 15px;font-size: 1.2rem}
}
/*page hr details*/
.page-hr-text{padding: 0 ;}
.page-hr-text h3{font-size: 18px;color: #333;margin-bottom: 10px;font-weight: bold}
.page-hr-condition{padding:0 0 35px;border-bottom: solid 1px #f2f2f2;margin-bottom: 30px;}
.page-hr-condition li{padding: 0;line-height: 30px;font-size: 14px;color: #777;font-weight: bold}
.page-hr-condition li span{font-weight: normal;}
.page-hr-claim,.page-hr-responsibilities{margin-bottom: 25px;}
.page-hr-responsibilities .page-text,.page-hr-claim .page-text{font-size: 14px;line-height: 2;padding-left: 30px;}
.pag-hr-button button{width: 250px;height: 60px;line-height: 60px;color: #f3f3f3;font-size: 18px;text-align: center;background-color: #222;margin-left: 0;cursor: pointer;border: none}
@media(max-width: 760px){
    .page-hr-condition{padding-bottom: 20px;}
    .page-hr-condition li{font-size: 1.2rem}
    .page-hr-text h3{font-size: 1.5rem}
    .page-hr-responsibilities .page-text,.page-hr-claim .page-text{padding-left: 15px;font-size: 1.2rem}
    .pag-hr-button button{width: 120px;height: 40px;line-height: 34px;font-size: 1.5rem}
}
/*page hr layer*/
#page-layer{ width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 1000;background-color: rgba(0,0,0,0.85);display: none}
.page-layer-bg{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 2}
.page-layer-box{width: 1200px;max-width: 90%;max-height: 90%;background-color: #fff;position: relative;top: 52%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);padding: 5% 0;z-index: 3}
.page-layer-colse{position: absolute;right: 0;bottom: 100%;z-index: 100;background-color: #e60014;padding: 5px;cursor: pointer;font-size: 40px;color: #fff;line-height: 1}
.page-layer-content{width: 600px;max-width: 100%;height: 100%;}
.page-layer-content h2{width: 100%;color: #000;text-align: left;position: relative;padding-bottom: 30px; /* text-shadow: 0px 0px 10px rgba(0,0,0,0.2); */margin-bottom: 60px;font-size: 21px;}
.page-layer-content h2 span{color: #000;font-size: 18px;font-weight: bold;display: block;margin-top: 20px;}
.page-layer-content h2:after{content: '';position: absolute;bottom: 0;left: 0;width: 30px;height: 2px;background-color: #000;}
.page-layer-content ul li{margin-bottom: 20px;border-bottom: solid 1px #e5e5e5;line-height: 40px;text-align: left}
.page-layer-content ul li p{font-size:14px;color:#999}
.page-layer-content ul li p span{color: #d93a3a}
.page-layer-content ul li input{display: block;width: 100%;line-height: 40px;cursor: text;border: none;font-size: 14px;color: #333}
.page-layer-content ul li button{width: 250px;height: 60px;line-height: 60px;color: #f3f3f3;font-size: 18px;text-align: center;background-color: #222;margin-left: 0;margin-top: 20px;cursor: pointer;border: none}
.page-layer-content ul li:last-child{border-bottom: none}
@media(max-width: 760px){
    .page-layer-content{width: 100%}
    .page-layer-box .container{width: 90%}
    .page-layer-colse{font-size: 2.4rem}
    .page-layer-content h2{margin-bottom:30px;font-size: 1.6rem;padding-bottom: 20px;}
    .page-layer-content h2 span{margin-top: 10px;font-size: 1.6rem}
    .page-layer-content ul li{line-height: 24px;}
    .page-layer-content ul li input{line-height: 34px;}
    .page-layer-content ul li button{width: 110px;height: 34px;line-height: 34px;font-size: 1.2rem;margin-top: 0;margin-bottom: 10px;}
}
.layui-layer-content .count-from{width:100%}
/*page team*/
.page-team-list{margin-left: -10px;margin-right: -10px;margin-bottom: 15px;overflow: hidden}
.page-team-item{padding:0 10px;margin-bottom: 20px;}
.page-team-block{display: block;border: solid 1px #dcdcdc;padding: 10px;}
.page-team-img{height: 320px;overflow: hidden}
.page-team-img img{transition: ease-in .3s;-webkit-transition: ease-in .3s;-moz-transition: ease-in .3s;-o-transition: ease-in .3s;max-height: 100%}
.page-team-text{font-size: 18px;color: #333;text-align: center;line-height: 1.5}
.page-team-office{font-size: 14px;color: #999;text-align: center;margin-bottom: 15px;line-height: 2}
.page-team-item:hover .page-team-block{border-color: #0049ac}
.page-team-item:hover .page-team-img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1);}
.page-team-item:hover .page-team-text{color: #0049ac}
@media(max-width: 760px){
    .page-team-list{margin-left: -5px;margin-right: -5px;}
    .page-team-item{padding: 0 5px;margin-bottom: 10px;}
    .page-team-img{height: 180px;}
    .page-team-text{font-size: 1.5rem;font-weight: bold}
    .page-team-office{font-size: 1.2rem;margin-bottom: 5px;}
}
/*page honor*/
.page-honor-list{margin-left: -10px;margin-bottom: 15px;margin-right: -10px;overflow: hidden}
.page-honor-item{padding: 5px 10px;margin-bottom: 20px;}
.page-honor-box{display: block;box-shadow: 0 0 5px rgba(0,0,0,.1)}
.page-honor-img{height: 220px;overflow: hidden;border: solid 1px #f2f2f2;padding: 5px;}
.page-honor-img img{max-height: 100%;transition: ease-in .3s;-webkit-transition: ease-in .3s;-moz-transition: ease-in .3s;-o-transition: ease-in .3s;}
.page-honor-title{font-size: 15px;color: #333;text-align: center;padding: 15px 0;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;display: block}
@media(max-width: 760px){
    .page-honor-list{margin-left: -5px;margin-right: -5px;}
    .page-honor-item{padding: 5px;margin-bottom: 10px;}
    .page-honor-img{height: 180px;}
    .page-honor-title{font-size: 1.3rem}
}
/*page contact*/
.page-contact-info{border: solid 1px #f2f2f2;padding: 30px;margin-bottom: 50px;}
.page-contact-img{flex: 1;max-width: 170px;}
.page-contact-text{flex: 1;max-width: calc(100% - 170px);padding-left: 50px;}
.page-contact-text h3{width: 100%;text-align: left;font-size: 20px;color: #0049ac;font-weight: bold;margin-bottom: 15px;}
.page-contact-text p{font-size: 14px;line-height: 2;color: #777}
.page-contact-item{border-bottom: dashed 1px #ddd;padding: 30px 0;display: flex}
.page-contact-item i{max-width: 40px;flex: 1;}
.page-contact-item p{flex: 1;max-width:calc(100% - 40px);font-size: 14px;color: #333;padding-left: 15px;line-height: 2}
.page-map{flex: 1;margin-left: 50px;}
@media(max-width: 992px) and (min-width: 768px){
    .page-contact-info{display: block}
    .page-contact-img{max-width: 120px;}
    .page-contact-text{width: 100%;max-width: 100%;padding-left: 0;margin-top: 30px;text-align: center}
    .page-contact-text h3{text-align: center}
    .page-contact-box{display: block}
    .page-map{margin-top: 30px;margin-left: 0;height: 400px;}
}
@media(max-width: 760px){
    .page-contact-info{padding: 10px;margin-bottom: 30px;}
    .page-contact-img{max-width: 60px;}
    .page-contact-text{max-width: calc(100% - 60px);padding-left: 15px;}
    .page-contact-text h3{font-size: 1.5rem}
    .page-contact-text p{font-size: 1.2rem;line-height: 20px}
    .page-contact-box{display: block}
    .page-contact-item{padding: 15px 0}
    .page-contact-item i{max-width: 24px;padding-top: 2px;}
    .page-contact-item i svg{width: 18px;line-height: 1;height: 18px}
    .page-contact-item p{padding-left: 10px;font-size: 1.2rem}
    .page-map{width: 100%;height: 300px;margin-left: 0;margin-top: 30px;}
}
/*page*/
.page a,.page b{box-shadow: 0 0 5px rgba(0,0,0,.2);margin: 5px;border-color: #fff;color: #777777;line-height: 36px;height: 36px;border-radius: 4px;padding: 0 12px}
.page b{background: #0049ac;border-color: #0049ac;color: #fff}
.page a:hover{border-color: #0049ac;color: #0049ac}
@media(max-width: 760px){
    .page a,.page b{height: 28px;line-height: 28px;padding: 0 8px;}
}