@import "animate.min.css";@import "bootstrap.min.css";@import "swiper-bundle.min.css"; @import "public.youacacia.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('//at.alicdn.com/t/font_2779080_yjpwu3zpac.eot?t=1632557895843'); /* IE9 */
    src: url('//at.alicdn.com/t/font_2779080_yjpwu3zpac.eot?t=1632557895843#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('//at.alicdn.com/t/font_2779080_yjpwu3zpac.woff2?t=1632557895843') format('woff2'),
    url('//at.alicdn.com/t/font_2779080_yjpwu3zpac.woff?t=1632557895843') format('woff'),
    url('//at.alicdn.com/t/font_2779080_yjpwu3zpac.ttf?t=1632557895843') format('truetype'),
    url('//at.alicdn.com/t/font_2779080_yjpwu3zpac.svg?t=1632557895843#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}
/*header*/
#header{height: 120px;}
#header .container{display: flex}
.header-logo{margin-top: 20px;flex: 1;max-width: 180px}
.header-logo-title{background: url(../images/logo_1.png) no-repeat left center;width: 162px;height: 58px;overflow: hidden}
.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: 25px;font-size: 30px;font-weight: bold;color: #0662ca;text-align: center}
.header-contact{flex: 1;max-width: 230px;margin-top: 20px;padding-top: 5px;overflow: hidden}
.header-contact .yc-icon{width: 48px;height: 48px;background: #0056b7 url(../images/icon_1.png) no-repeat center;border-radius: 50%;margin-top: 10px;margin-right: 15px;}
.header-tel{width: calc(100% - 63px);float: left}
.header-tel-title{text-align: center;font-size: 14px;}
.header-tel-title span{color: rgba(0,86,183,.7);position: relative;text-align: center}
.header-tel-title span:before,.header-tel-title span:after{position: absolute;top: 50%;width: 30px;height: 1px;content: '';}
.header-tel-title span:before{background: -webkit-gradient(linear,100% 0%, 0% 100%, from(#0056B7), to(#fff));left: -35px}
.header-tel-title span:after{background: -webkit-gradient(linear,0% 0%, 100% 100%, from(#0056B7), to(#fff));right: -35px;}
.header-tel-text{font-size: 21px;font-weight: bold;line-height: 1}
@media(max-width: 992px) and (min-width: 768px){
    .header-title{font-size: 1.8rem}
}
@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: #d20000}
/*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: #2a84ed}
.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}
.channel-title span{font-size: 36px;color: #0056b7;font-weight: bold;position: relative;line-height: 1;}
.channel-title span:before,.channel-title span:after{position: absolute;top: 50%;width: 320px;height: 1px;content: ''}
.channel-title span:before{left: -320px;background:-webkit-gradient(linear,0% 0%, 100% 0%, from(transparent), to(#0056B7))}
.channel-title span:after{right: -320px;background:-webkit-gradient(linear,100% 0%, 0% 0%, from(transparent), to(#0056B7))}
.channel-title span{padding: 0 30px;position: relative;z-index: 2}
.channel-subtitle{margin-top: 15px;font-size: 18px;color: #999999;line-height: 1;font-weight: bold}
@media(max-width: 992px) and (min-width: 768px){
    .channel-title span{font-size: 2.4rem}
    .channel-title span:before, .channel-title span:after{width: 200px}
    .channel-title span:before{left: -200px}
    .channel-title span:after{right: -200px;}
    .channel-subtitle{font-size: 1.6rem}
}
@media(max-width: 760px){
    .home-more{width:70px;height: 20px;line-height: 20px;font-size: 1.2rem;}
    .channel-title span{font-size: 2rem;padding: 0 5px;}
    .channel-title span:before, .channel-title span:after{width: 50px;}
    .channel-title span:before{left: -50px;}
    .channel-title span:after{right: -50px}
    .channel-subtitle{font-size: 1.2rem;line-height: 2;margin-top: 5px;}
}
/*policy*/
.policy{padding: 60px 0}
.policy-item{padding: 0 20px}
.policy-item:first-child{padding-left: 0}
.policy-item:last-child{padding-right: 0}
.policy-block{border: solid 1px #dedede;padding:6px 20px 23px}
.home-title{border-bottom: solid 1px #d3d3d3;padding: 15px 0;position: relative;line-height: 1}
.home-title b{font-size: 24px;color: #0056b7;padding-left: 20px;position: relative;}
.home-title b:before{position: absolute;left: 0;top: 50%;width: 8px;height: 24px;background: #0056b7;border-radius: 4px;content: '';margin-top: -12px;}
.home-title .home-more{position: absolute;top: 50%;right: 0;margin-top: -12px;}
.policy-item-block{margin-top: 5px;border-bottom: dashed 1px #dedede;line-height: 44px;}
.policy-item-block a{display: block;overflow: hidden}
.policy-title{padding-left: 15px;font-size: 14px;color: #777777;position: relative;float: left;width: calc(100% - 80px);text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.policy-title:before{position: absolute;left: 0;top: 50%;width: 0;height: 0;border-top: solid 4px transparent;border-bottom: solid 4px transparent;border-left: solid 7px #0056b7;content: '';margin-top: -4px;}
.policy-time{font-size: 14px;color: #999999;float: right;min-width: 80px;text-align: right}
.policy-item-block:hover .policy-title,.policy-item-block:hover .policy-time{color: #d20000}
@media(max-width: 992px) and (min-width: 768px){
    .home-title b{font-size: 2rem}
}
@media(max-width: 760px){
    .policy{padding: 30px 0}
    .home-title{padding: 10px 0}
    .home-title b{font-size: 1.6rem;padding-left: 15px;}
    .home-title b:before{width: 4px;height: 14px;margin-top: -7px;}
    .home-title .home-more{margin-top: -3px;}
    .policy-item{padding: 0;margin-bottom: 20px;}
    .policy-item:last-child{margin-bottom: 0}
    .policy-block{padding: 0 15px 20px;}
    .policy-title{font-size: 1.2rem}
    .policy-time{font-size: 1.2rem}
    .policy-item-block{line-height: 34px;}
}
/*news*/
.news{background: url(../images/backg_1.jpg) no-repeat top center;position:relative;padding: 60px 0}
.news:before{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,86,183,.5);content: ''}
.news .container{position: relative;z-index: 2}
.news-item:first-child{padding-left: 0;padding-right: 20px}
.news-item:last-child{padding-left: 20px;padding-right: 0}
.news-block{background: #fff;padding: 6px 20px 23px}
.news-item-block{margin-top: 5px;border-bottom: dashed 1px #dedede;line-height: 44px;}
.news-item-block a{display: block;overflow: hidden}
.news-title{padding-left: 15px;font-size: 14px;color: #777777;position: relative;float: left;width: calc(100% - 80px);text-overflow: ellipsis;white-space: nowrap;overflow: hidden}
.news-title:before{position: absolute;left: 0;top: 50%;width: 0;height: 0;border-top: solid 4px transparent;border-bottom: solid 4px transparent;border-left: solid 7px #0056b7;content: '';margin-top: -4px;}
.news-time{font-size: 14px;color: #999999;float: right;min-width: 80px;text-align: right}
.news-item-block:hover .news-title,.news-item-block:hover .news-time{color: #d20000}
@media(max-width: 760px){
    .news{padding: 30px 0;background-size: cover}
    .news-item{padding: 0 !important;margin-bottom: 20px;}
    .news-item:last-child{margin-bottom: 0}
    .news-title{font-size: 1.2rem}
    .news-time{font-size: 1.2rem}
    .news-item-block{line-height: 34px;}
}
/*about*/
.about{background: #eef5fa;padding-top: 60px;}
.about-box{margin-top: 50px;}
.about-left{max-width: calc(100% - 572px);margin-right: 50px;}
.about-channel{font-size: 30px;color: #333333;font-weight: bold;}
.about-channel:after{display: block;width: 63px;height: 4px;background: #0056b7;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}
.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;}
.about-certificate{margin-top: 60px;margin-bottom: 60px;position: relative}
.certificate-next,.certificate-prev{width: 40px;height: 40px;border-radius: 50px;background: rgba(0,104,183,.3);}
.certificate-next:after,.certificate-prev:after{font-size: 18px;color: #fff;}
.certificate-next{right: -60px;}
.certificate-prev{left: -60px;}
.certificate-next:hover,.certificate-prev:hover{background: rgba(0,104,183,1);}
.about-certificate ul li{border: solid 4px #fff;box-shadow: 0 0 10px rgba(0,0,0,.1);overflow: hidden}
.about-certificate ul li img{transition:ease-in .3s;-webkit-transition:ease-in .3s;-moz-transition:ease-in .3s;-o-transition:ease-in .3s}
.about-certificate ul li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1)}
@media(max-width: 992px) and (min-width: 768px){
    .about-left{max-width: calc(100% - 350px);margin-right: 20px}
    .about-channel{font-size: 2.2rem}
    .about-summary{-webkit-line-clamp:4;margin-bottom: 20px}
    .about-right{max-width: 330px;}
    .about-number-title{font-size: 2.2rem}
    .about-number-subtitle{font-size:1.4rem}
    .certificate-next, .certificate-prev{display: none}
}
@media(max-width: 760px){
    .about{padding-top: 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-top: 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}
    .about-certificate{margin-top: 30px;margin-bottom: 30px;}
}
/*process*/
.process{background: url(../images/backg_2.jpg) no-repeat top center;padding-top: 80px;position: relative}
.process:before,.process:after{position: absolute;bottom: 0;width: calc((100% - 594px) / 2);height: 4px;background: #0063d3;content: '';z-index: 2}
.process:before{left: 0}
.process:after{right: 0}
.process .channel-title span{color: #fff;}
.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 .channel-subtitle{color: #fff;}
.process-box{margin-top: 30px;position: relative;overflow: hidden;height: 450px;}
.process-logo{width: 500px;height: 290px;background: #cd0000;border-radius: 250px 250px 0 0;padding-top: 70px;bottom: 0}
.process-tel{margin-top: 30px;font-size: 20px;color: #fff;line-height: 1}
.process-tel b{font-size: 30px}
.process-line{left: 50%;bottom: -347px;width: 767px;height: 767px;border: solid 1px #fff;border-radius: 50%;}
.process-logo,.process-garden,.process-border,.process-line{position: absolute;left: 50%;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-o-transform: translateX(-50%)}
.process-garden{width: 600px;height: 600px;border: 4px solid #0063d3;bottom: -262px;border-radius: 50%}
.process-border{width: 680px;height: 680px;border: solid 40px #0063d3;bottom: -302px;border-radius: 50%;opacity: .29}
.process-list{width: 767px;margin: auto;height: 100%;}
.process-item {width: 160px;height: 50px;background: rgba(0,86,183,.6);border-radius: 25px;text-align: center;line-height: 50px;font-size: 20px;color: #fff;font-weight: bold;position: absolute;}
.process-item-1{bottom: 25px;left: -150px}
.process-item-2{bottom: 152px;left: -120px}
.process-item-3{bottom: 264px;left: -50px}
.process-item-4{top: 40px;left: 80px}
.process-item-5{top: 0;left: 50%;margin-left: -80px}
.process-item-6{top: 40px;right: 60px}
.process-item-7{bottom: 264px;right: -55px}
.process-item-8{bottom: 152px;right: -125px}
.process-item-9{bottom: 25px;right: -150px}
.process-item:hover{background: #d20000}
@media(max-width: 1180px) and (min-width: 992px){
    .process-item{width: 120px;font-size: 16px;height: 36px;line-height: 36px}
    .process-item-1{bottom: 25px;left: -100px}
    .process-item-2{bottom: 152px;left: -80px}
    .process-item-3{bottom: 264px;left: -20px}
    .process-item-4{top: 40px;left: 120px}
    .process-item-5{top: 10px;left: 50%;margin-left: -60px}
    .process-item-6{top: 40px;right: 120px}
    .process-item-7{bottom: 264px;right: -20px}
    .process-item-8{bottom: 152px;right: -80px}
    .process-item-9{bottom: 25px;right: -100px}
}
@media(max-width: 992px) and (min-width: 768px){
    .process{padding-top: 45px}
    .process .channel-title span:after{right: -200px}
    .process .channel-title span:before{left: -200px}
    .process-line{ width: 520px;height: 520px;bottom: -260px;}
    .process-garden{width: 440px;height: 440px;bottom: -220px;}
    .process-logo{width: 380px;height: 190px;padding-top: 40px}
    .process-logo img{max-height: 70px}
    .process-tel{font-size: 1.8rem;margin-top: 10px}
    .process-tel b{font-size: 2.2rem;}
    .process-border {width: 478px;height: 490px;border: solid 20px #0063d3;bottom: -252px;}
    .process-box{height: 280px}
    .process-list{width: 370px;}
    .process-item{width: 90px;height: 34px;font-size: 1.4rem;line-height: 34px}
    .process-item-2{bottom: 95px;left: -130px}
    .process-item-3{bottom: 160px;left: -95px}
    .process-item-4{top: 30px;left: -20px}
    .process-item-5{margin-left: -45px}
    .process-item-6{top: 30px;right: -20px}
    .process-item-7{bottom: 160px;right: -85px}
    .process-item-8{bottom: 95px}
    .process:before, .process:after{width: calc((100% - 436px) / 2)}
}
@media(max-width: 760px){
    .process{background-size: cover;padding: 30px 0 0}
    .process .channel-title span{font-size: 1.8rem}
    .process .channel-title span:before{left: -50px}
    .process .channel-title span:after{right: -50px}
    .process-box{height: auto;}
    .process-list{overflow: hidden;width: 100%;}
    .process-item{position: initial;top: auto;left: auto;top: auto;float: left;width: 33.33%;float: left;padding: 5px;margin-bottom: 10px;background: transparent !important;height: auto;line-height: initial;margin-left: auto}
    .process-item span{display: block;background: rgba(0,86,183,.6);line-height: 34px;border-radius: 10px;font-size: 1.4rem}
    .process-logo{position: initial;left: auto;bottom: auto;margin-top: 20px;width: 70%;margin-left: 50%;height: 70px;padding-top: 0px}
    .process-logo img{max-height: 30px;}
    .process-tel{margin-top: 10px;font-size: 1.4rem}
    .process-tel b{font-size: 1.6rem}
    .process-item:hover span{background: #cd0000}
}
/*certificate*/
.certificate{padding-top: 60px;}
.certificate-box{margin-top: 60px;margin-bottom: 60px;position: relative}
.honor-next,.honor-prev{}
.honor-next,.honor-prev{width: 40px;height: 40px;border-radius: 50px;background: rgba(0,104,183,.3);}
.honor-next:after,.honor-prev:after{font-size: 18px;color: #fff;}
.honor-next{right: -60px;}
.honor-prev{left: -60px;}
.honor-next:hover,.honor-prev:hover{background: rgba(0,104,183,1);}
.certificate-box .swiper-slide{width: 616px;opacity: 0}
.certificate-img{display: inline-block;box-shadow: 0 0 10px rgba(0,0,0,.1)}
.certificate-item-title{font-size: 24px;color: #454545;margin-top: 30px;}
.certificate-box .swiper-slide.swiper-slide-prev,.certificate-box .swiper-slide.swiper-slide-active,.certificate-box .swiper-slide.swiper-slide-next{opacity:1}
.certificate-box .swiper-slide.swiper-slide-active .certificate-item-title{color: #0056b7}
@media(max-width: 992px) and (min-width: 768px){
    .honor-next{right: -10px}
    .honor-prev{left: -10px}
    .certificate-item-title{font-size: 2rem;margin-top: 20px;}
}
@media(max-width: 760px){
    .certificate{padding-top: 30px;}
    .certificate-box{margin-top: 30px;margin-bottom: 40px;}
    .honor-next, .honor-prev{display: none}
    .certificate-item-title{font-size: 1.4rem;margin-top: 5px;}
}
/*information*/
.information{background: url(../images/backg_3.png) no-repeat top center;padding-top: 80px}
.information .channel-subtitle{color: #454545}
.information-box{margin-top: 35px;margin-bottom: 40px;}
.information-img{overflow: hidden;}
.information-img img{transition: ease-in .3s;-webkit-transition: ease-in .3s;-moz-transition: ease-in .3s;-o-transition: ease-in .3s}
.information-text{padding-bottom: 25px;position: relative;}
.information-text:before,.information-text:after{position: absolute;left: 0;bottom: 0;content: ''}
.information-text:before{width: 100%;height: 1px;background: #eae9e5}
.information-text:after{width: 0px;height: 6px;background: #d20000;transition: ease-in .3s;-webkit-transition: ease-in .3s;-moz-transition: ease-in .3s;-o-transition: ease-in .3s}
.information-title{margin-top: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;color: #717171;line-height: 1;margin-bottom: 15px;}
.information-summary{font-size: 14px;color: #999;line-height: 2;margin-bottom: 10px}
.information-time{font-size: 16px;color: #999999}
.information-box ul li:hover .information-img img{transform: scale(1.1);-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-o-transform: scale(1.1)}
.information-box ul li:hover .information-title{color: #d20000}
.information-box ul li:hover .information-text:after{width: 100%}
.information .information-more{margin-bottom: 80px;}
.information .home-more{width: 156px;height: 46px;background: #0056b7;line-height: 46px;border-radius: 23px;margin: auto}
@media(max-width: 760px){
    .information{padding-top: 30px}
    .information-title{font-size: 1.4rem}
    .information-summary{font-size: 1.2rem}
    .information-time{font-size: 1.2rem}
    .information .information-more{margin-bottom: 50px}
}
/*case*/
.case{margin-bottom: 50px}
.case .channel-subtitle{color: #454545}
.case-list{margin-top: 60px;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-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%;}
}
/*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;max-width: calc(100% - 674px);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: #cd0000;}
.page-location-link a{color: #999}
.page-location-link a:last-child{color: #777777}
.page-location-channel{font-size: 18px;color: #d20000;}
.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}
.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-item:hover a,.page-channel-item.active a{color: #cd0000}
.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: #cd0000}
.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;}
    .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}
    .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}
@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: #cd0000}
.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;}
}