.main-color {
 color:#005fdf
}
.w1400 {
 width:1400px;
 margin:auto
}
.w1600 {
 width:1600px;
 margin:auto
}
@font-face {
 font-family:'iconfont';
 src:url('http://www.kalif.com.cn/weboms/Template/default/statics/fonts/iconfont.eot');
 src:url('http://www.kalif.com.cn/weboms/Template/default/statics/fonts/iconfont.eot?') format('embedded-opentype'),
 url('../font/iconfont.woff') format('woff'),
 url('../font/iconfont.ttf') format('truetype'),
 url('http://www.kalif.com.cn/weboms/Template/default/statics/fonts/iconfont.svg') format('svg')
}
.icon {
 font-family:"iconfont" !important;
 font-size:16px;
 font-style:normal;
 -webkit-font-smoothing:antialiased;
 -webkit-text-stroke-width:.2px;
 -moz-osx-font-smoothing:grayscale
}
.bg-f5 {
 background:#f5f5f5
}
.bg-f9 {
 background:#eef1f7
}
.pt-70 {
 padding-top:70px
}
.box-border {
 box-sizing:border-box
}
.font-72 {
 font-size:4.5rem
}
.font-60 {
 font-size:3.75rem
}
.font-36 {
 font-size:2.25rem
}
.font-32 {
 font-size:2rem
}
.font-30 {
 font-size:1.875rem
}
.font-24 {
 font-size:1.5rem
}
.font-20 {
 font-size:1.25rem
}
.font-48 {
 font-size:3rem
}
.font-18 {
 font-size:1.125rem
}
.font-16 {
 font-size:1rem
}
.font-14 {
 font-size:14px
}
.font-12 {
 font-size:12px
}
.color-3 {
 color:#333
}
.color-6 {
 color:#666
}
.color-9 {
 color:#999
}
.color-f {
 color:#fff
}
.color-home {
 color:#005fdf
}
.ho-img {
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 min-width:auto;
 min-height:auto;
 width:100%;
 height:100%;
 transform:none;
 transition:transform .5s ease;
 object-fit:cover;
 max-height:100%
}
.swiper-pagination-bullet-active {
 background:#005fdf
}
.flex-1 {
 flex:1
}
header {
 position:relative;
 z-index:2
}
header .menu .icon {
 font-size:24px
}
header .head-nav {
 padding:0 4%;
 background-color:#fff;
 height:70px;
 transition:.5s
}
header .head-nav .logo  img{

 height:58px;

}
header .head-nav.active {
 background:#fff
}
header .head-nav ul {
 height:100%
}
header .head-nav ul li {
 height:100%
}
header .head-nav ul li.li-relative {
 position:relative
}
header .head-nav ul li .item {
 height:100%;
 display:flex;
 align-items:center;
 position:relative;
 z-index:1
}
header .head-nav ul li .item::before {
 content:'';
 position:absolute;
 left:0;
 bottom:0;
 height:2px;
 width:0;
 transition:.5s;
 background:#005fdf;
 overflow:hidden;
 z-index:-1
}
header .head-nav ul li .sub-nav {
 position:absolute;
 left:0;
 right:0;
 top:120%;
 height:0;
 opacity:0;
 overflow:hidden;
 background:#fff;
 box-shadow:0 3px 8px 1px rgba(0,0,0,0.1);
 width:260%;
 margin-left:-80%;
 transition:.5s all;
 -webkit-transition:.5s all
}
header .head-nav ul li .sub-nav a {
 display:block;
 padding:10px 0
}
header .head-nav ul li .sub-nav.sub-pro-nav .w1600 {
 width:50%;
 display:flex;
 justify-content:center;
 padding:30px 0
}
header .head-nav ul li .sub-nav.sub-pro-nav ol {
 margin:0 1.6%
}
header .head-nav ul li .sub-nav.sub-pro-nav ol h4 {
 color:#000;
 font-weight:bold;
 margin-bottom:10px
}
header .head-nav ul li .sub-nav.sub-pro-nav ol .sub-nav-ul a {
 padding:0;
 line-height:30px;
 text-align:left
}
header .head-nav ul li:hover .item,
header .head-nav ul li.active .item {
 color:#333
}
header .head-nav ul li:hover .item::before,
header .head-nav ul li.active .item::before {
 width:100%
}
header .head-nav ul li:hover .sub-nav {
 top:100%;
 height:auto;
 opacity:1;
 padding:10px 0;
 animation:gotop .5s forwards
}
header .head-nav .info .code img {
 position:absolute;
 top:120%;
 left:-40px;
 width:108px;
 display:none
}
header .head-nav .info .code:hover img {
 display:block
}
header .head-nav .info span {
 width:28px;
 height:28px;
 border:1px #999 solid;
 border-radius:50%;
 display:flex;
 justify-content:center;
 align-items:center
}
header .head-nav .info span .icon {
 font-size:12px
}
@keyframes navtop {
 0% {
  top:120%
 }
 100% {
  top:100%
 }
}
footer {
 background:#fff;
 border-top:1px #ddd solid
}
footer .contact li span {
 width:42px;
 height:42px;
 border:1px #999 solid;
 border-radius:50%;
 display:flex;
 justify-content:center;
 align-items:center
}
footer .contact li p {
 color:#999
}
footer .contact li h4 {
 color:#666
}
footer .foot-nav {
 border-bottom:1px rgba(0,0,0,0.2) solid
}
footer .foot-nav ul li {
 margin-right:100px
}
footer .foot-nav ul li:last-child {
 margin-right:0
}
footer .foot-nav ul li h3 {
 position:relative;
 line-height:18px
}
footer .foot-nav ul li a {
 display:block;
 line-height:30px
}
footer .foot-nav ul li a:hover {
 color:#005fdf
}
footer .foot-nav .font-contact {
 border-left:1px #cccccc solid
}
footer .foot-nav .font-contact .icon {
 font-size:24px;
 color:#999
}
footer .foot-nav .font-contact a {
 width:150px;
 height:42px;
 color:#fff;
 background:#005fdf;
 border-radius:20px
}
footer .foot-nav .font-contact a:hover {
 color:rgba(0,0,0,0.7)
}
footer .links span {
 font-size:12px;
 color:rgba(0,0,0,0.4)
}
footer .links a {
 font-size:12px;
 color:rgba(0,0,0,0.4)
}
footer .links a:hover {
 color:rgba(0,0,0,0.7)
}
footer .code img {
 width:100px
}
footer .copyright {
 border-top:1px rgba(0,0,0,0.2) solid
}
footer .copyright p {
 color:rgba(0,0,0,0.3);
 font-size:14px
}
footer .copyright a {
 color:rgba(0,0,0,0.3);
 font-size:14px;
 margin-left:10px
}
footer .copyright a:hover {
 color:rgba(0,0,0,0.6)
}
.foot-btn {
 position:fixed;
 bottom:0;
 left:0;
 right:0;
 background:#005fdf;
 z-index:9999
}
.foot-btn a {
 height:50px;
 width:25%;
 border-left:1px rgba(255,255,255,0.2) solid;
 box-sizing:border-box;
 font-size:12px;
 color:#fff
}
.foot-btn a .icon {
 color:#fff;
 font-size:18px;
 margin-bottom:2px
}
.foot-btn a:first-child {
 border-left:none
}
.menu-container-mask {
 position:fixed;
 top:0;
 left:100%;
 width:100vw;
 height:100vh;
 overflow:hidden;
 z-index:1000;
 background-color:rgba(0,0,0,0.6);
 transition:.2s;
 z-index:9999
}
.menu-container {
 position:absolute;
 top:0;
 right:0;
 width:60%;
 height:100%;
 overflow:hidden;
 background-color:#fff
}
.top-menu-list {
 position:absolute;
 top:0;
 right:0;
 width:100%;
 height:100%;
 transition:.2s
}
.top-menu-list.active {
 transform:translateX(-100%)
}
.top-menu-list>li {
 height:48px;
 line-height:48px
}
.top-menu-list>li li:first-child,
.top-menu-list>li:first-child {
 height:45px
}
.top-menu-list>li li:first-child>a,
.top-menu-list>li:first-child>a {
 background-color:#f7f7f7;
 height:45px
}
.top-menu-list>li a {
 height:100%;
 padding:0 32px 0 16px;
 display:flex;
 align-items:center;
 justify-content:space-between;
 color:#666;
 font-size:14px
}
.top-menu-list>li a span {
 color:#666;
 font-size:14px
}
.top-menu-list>li a .icon {
 color:#666;
 font-size:14px
}
.top-menu-list>li .title-name {
 height:100%;
 padding:0 32px 0 16px;
 display:flex;
 align-items:center;
 justify-content:space-between;
 color:#666;
 font-size:14px;
 -webkit-box-orient:vertical;
 -webkit-line-clamp:1;
 display:-webkit-box;
 white-space:normal;
 overflow:hidden
}
.top-menu-list ul {
 position:absolute;
 left:100%;
 width:100%;
 background-color:#fff;
 top:0;
 height:100%;
 display:none
}
.top-menu-list ul.active {
 display:block
}
.common-pagination span {
 width:10px;
 height:10px;
 border:1px #f5f5f5 solid;
 background:none;
 opacity:1
}
.common-pagination .swiper-pagination-bullet-active {
 background:#005fdf !important;
 border:1px #005fdf solid !important
}
.navbar-nav-more-body {
 position:fixed;
 top:0;
 left:100%;
 width:100vw;
 height:100vh;
 overflow:hidden;
 z-index:1000;
 background-color:rgba(0,0,0,0.6);
 transition:.2s
}
.navbar-nav-more-body .box-shadown {
 position:absolute;
 top:0;
 left:0;
 width:40%;
 height:100%
}
.navbar-nav-more-body .offcanva {
 position:absolute;
 top:0;
 right:0;
 width:60%;
 height:100%;
 overflow:hidden;
 background-color:#fff
}
.navbar-nav-more-body .offcanvas-body {
 position:relative
}
.navbar-nav-more-body .offcanvas-end {
 width:60%;
 z-index:999999
}
.navbar-nav-more-body .top-menu-list {
 position:absolute;
 top:0px;
 right:0;
 width:100%;
 height:100%;
 transition:.2s;
 font-size:1rem;
 padding:0
}
.navbar-nav-more-body .top-menu-list.active {
 transform:translateX(-100%)
}
.navbar-nav-more-body .top-menu-list>li {
 height:3.5rem;
 line-height:3.5rem;
 padding:0
}
.navbar-nav-more-body .top-menu-list>li li:first-child,
.navbar-nav-more-body .top-menu-list>li:first-child {
 height:2.8rem
}
.navbar-nav-more-body .top-menu-list>li li:first-child>a,
.navbar-nav-more-body .top-menu-list>li:first-child>a {
 background-color:#f7f7f7;
 height:2.8rem
}
.navbar-nav-more-body .top-menu-list>li a {
 height:100%;
 padding:0 1rem;
 display:flex;
 align-items:center;
 justify-content:space-between
}
.navbar-nav-more-body .top-menu-list>li a:hover {
 color:#005fdf
}
.navbar-nav-more-body .top-menu-list ul {
 position:absolute;
 left:100%;
 width:100%;
 background-color:#fff;
 top:0;
 height:100%;
 padding:0;
 display:none
}
.navbar-nav-more-body .top-menu-list ul.active {
 display:block
}
.navbar-nav-more-body .top-menu-list .icon {
 font-size:16px;
 color:#666
}
.navbar-nav-more-body .top-menu-list ul.active .icon {
 margin-right:.5rem
}
.position {
 height:50px
}
.position .content {
 height:100%
}
.position .category ul li a {
 display:flex;
 align-items:center;
 height:50px;
 padding:0 24px
}
.position .category ul li:hover,
.position .category ul li.active {
 background:#005fdf
}
.position .category ul li:hover a,
.position .category ul li.active a {
 color:#fff
}
.pagenav-son a {
 width:136px;
 height:40px;
 margin:0 10px;
 background:#e3e3e3;
 display:flex;
 justify-content:center;
 align-items:center
}
.pagenav-son a.on,
.pagenav-son a:hover {
 color:#fff;
 background:#005fdf
}
.breadcrumb {
 margin-bottom:0rem;
 font-size:14px;
 color:#005fdf
}
.breadcrumb-item+.breadcrumb-item::before {
 content:var(--bs-breadcrumb-divider, ">")
}
.breadcrumb-item {
 display:flex;
 align-items:center
}
.breadcrumb-item a {
 color:#666;
 font-size:14px
}
.breadcrumb-item a:hover {
 color:#005fdf !important
}
.pagination-box {
 text-align:center;
 line-height:32px;
 color:#595959
}
.pagination-box select {
 margin:0 8px
}
.pagination-box a,
.pagination-box span {
 display:inline-block;
 width:32px;
 height:32px;
 line-height:30px;
 border:1px solid #e2e2e2;
 border-radius:2px;
 text-align:center;
 margin-right:8px;
 cursor:pointer;
 vertical-align:top;
 color:#666;
 font-size:14px
}
.pagination-box a:last-child,
.pagination-box span:last-child {
 margin-right:0
}
.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
 background-color:#005fdf;
 border-color:#005fdf;
 color:#fff !important
}
.pagination-box select {
 height:32px;
 border:1px solid #e2e2e2;
 box-sizing:border-box
}
.pagination-box .prev_disabled,
.pagination-box .next_disabled {
 background-color:transparent !important;
 border-color:#e2e2e2 !important;
 color:#e2e2e2 !important;
 cursor:no-drop
}
.pagination-box .prev_disabled:hover,
.pagination-box .next_disabled:hover {
 color:#e2e2e2 !important
}
.pagination-box .page_num {
 border:none
}
.pagination-box .prev::before,
.pagination-box .prev_disabled::before {
 content:'<'
}
.pagination-box .next::before,
.pagination-box .next_disabled::before {
 content:'>'
}
.searchlist-input-container {
 display:flex;
 width:100%;
 background:#fff;
 height:60px;
 border-radius:8px;
 padding-left:16px;
 overflow:hidden
}
.searchlist-input-container .key {
 flex:1
}
.searchlist-input-container .sub {
 height:60px;
 background:#005fdf;
 color:#fff;
 width:60px
}
.searchlist-input-container .sub:hover {
 color:rgba(255,255,255,0.8)
}
.qqkefu {
 position:fixed;
 bottom:200px;
 z-index:99;
 right:0;
 width:50px
}
.qqkefu ul li {
 width:50px;
 height:50px;
 margin:4px 0;
 position:relative
}
.qqkefu ul li .item {
 position:absolute;
 left:0;
 top:0;
 right:0;
 height:100%;
 transition:left .5s;
 background:rgba(153,153,153,0.9);
 border-bottom-left-radius:8px;
 border-top-left-radius:8px;
 display:flex;
 justify-content:center;
 align-items:center;
 cursor:pointer;
 z-index:1
}
.qqkefu ul li.sc .item {
 position:absolute;
 left:0;
 top:0;
 right:-80px;
 bottom:0;
 transition:.5s
}
.qqkefu ul li.sc .item p,
.qqkefu ul li.sc .item a {
 position:absolute;
 top:0;
 bottom:0;
 left:50px;
 width:100px;
 overflow:hidden;
 color:#fff;
 font-size:14px;
 display:flex;
 align-items:center;
 white-space:normal
}
.qqkefu ul li.sc1:hover .item {
 background:#005fdf;
 left:-80px
}
.qqkefu ul li.sc2:hover .item {
 background:#005fdf;
 left:-120px
}
.qqkefu ul li.sc3 p {
 width:200px !important
}
.qqkefu ul li.sc3:hover .item {
 background:#005fdf;
 left:-240px
}
.qqkefu ul li .icon {
 position:absolute;
 left:0;
 top:0;
 display:flex;
 justify-content:center;
 align-items:center;
 width:50px;
 height:50px;
 font-size:24px;
 color:#fff
}
.qqkefu ul li .f_code {
 position:absolute;
 right:110%;
 bottom:0;
 width:100px;
 height:100px;
 display:none;
 transition:.5s
}
.qqkefu ul li .f_code img {
 width:100%;
 height:100%
}
.qqkefu ul li:hover .item {
 background:#005fdf
}
.qqkefu ul li:hover .f_code,
.qqkefu ul li:hover .ewm {
 display:flex
}
.qqkefu ul li:hover a {
 opacity:1
}
.ho-line {
 height:2px;
 width:56px;
 background:#005fdf
}
.home-product .product-pagination span {
 border:1px #333 solid
}
.home-product .product-pagination .swiper-pagination-bullet-active {
 border-color:#005fdf
}
.product-list ul li .item {
 background:#fff;
 overflow:hidden;
 border-radius:30px;
 box-sizing:border-box;
 border:1px #fff solid;
 transition:.5s
}
.product-list ul li .item .img {
 width:100%;
 padding-top:100%;
 position:relative
}
.product-list ul li .item .img img {
 position:absolute;
 left:0;
 top:0;
 right:0;
 bottom:0;
 display:flex;
 justify-content:center;
 align-items:center;
 margin:auto;
 max-width:80%;
 max-height:80%
}
.product-list ul li .item:hover {
 border-color:#005fdf
}
.product-list ul li .item:hover h3 {
 color:#005fdf
}
.home-about img {
 z-index:-1
}
.home-about .content .text {
 display:flex;
 flex-direction:column;
 justify-content:space-between;
 width:44%
}
.home-about .content .text .desc {
 line-height:30px
}
.home-about .content .text a {
 border:1px #fff solid;
 width:150px;
 height:40px;
 display:flex;
 align-items:center;
 justify-content:center;
 border-radius:20px;
 color:#fff;
 transition:.5s
}
.home-about .content .text a:hover {
 border-color:#005fdf;
 background:#005fdf;
 color:#fff
}
.home-about .content ul {
 width:30%
}
.home-about .content ul li {
 padding:80px 0 32px;
 border-bottom:1px rgba(255,255,255,0.5) solid
}
.home-about .content ul li:first-child {
 padding-top:0
}
.home-news .new .img {
 position:relative;
 height:360px;
 border-radius:20px;
 overflow:hidden
}
.home-news .new p {
 line-height:30px
}
.home-news .new:hover img {
 transform:scale(1.1)
}
.home-news .new:hover h3 {
 color:#005fdf
}
.home-news ul li {
 margin-bottom:36px
}
.home-news ul li:last-child {
 margin-bottom:0
}
.home-news ul li a:hover h4 {
 color:#005fdf
}
.product-page .content .page-container {
 height:670px
}
.product-page .content .page-container .img {
 overflow:hidden;
 height:100%;
 display:flex;
 justify-content:center;
 align-items:center
}
.product-page .content .page-container .img img {
 max-width:98%;
 max-height:98%
}
.product-page .content .small-image {
 overflow:hidden;
 margin-top:20px
}
.product-page .content .small-image .swiper-slide .img {
 overflow:hidden;
 width:99%;
 height:99%;
 display:flex;
 justify-content:center;
 align-items:center;
 border:1px solid #ededed
}
.product-page .content .small-image .swiper-slide .img img {
 max-width:90%;
 max-height:90%
}
.product-page .content .small-image .swiper-slide.swiper-slide-thumb-active .img {
 border:1px solid #005fdf
}
.product-page .content .coomon-btn {
 position:absolute;
 right:-149px;
 bottom:0px;
 width:116px;
 height:58px;
 display:flex;
 z-index:2
}
.product-page .content .coomon-btn>div {
 width:58px;
 height:58px;
 display:flex;
 justify-content:center;
 align-items:center;
 background-color:#fff
}
.product-page .content .coomon-btn>div .icon {
 transition:.5s
}
.product-page .content .coomon-btn>div.button-prev {
 border:1px #ddd solid;
}
.product-page .content .coomon-btn>div.button-prev:hover .icon {
 transform:translateX(-10px)
}
.product-page .content .coomon-btn>div.button-next {
 background:#9c9c9c
}
.product-page .content .coomon-btn>div.button-next:hover .icon {
 transform:translateX(10px)
}
.product-page .content .desc h6 {
 border-bottom:1px #eee solid
}
.product-page .content .desc .con {
 line-height:36px
}
.product-page .content .desc .links a {
 width:220px;
 height:50px;
 background:#005fdf
}
.product-page .content .desc .links a:hover {
 color:rgba(255,255,255,0.7)
}
.product-page .content .desc .links a:hover .icon {
 color:rgba(255,255,255,0.7)
}
.product-page .content .desc .links .info {
 background:none;
 border:2px #333 solid
}
.product-page .content .desc .links .info:hover {
 color:#005fdf
}
.product-page .content1 {
 background:#f2f4f7
}
.product-page .content1 ol li a {
 padding-bottom:20px;
 border-bottom:1px solid transparent
}
.product-page .content1 ol li a.active,
.product-page .content1 ol li a:hover {
 color:#005fdf;
 border-bottom:1px solid #005fdf
}
.product-page .content1 .tab-content p {
 line-height:0
}
.product-page .content1 .tab-content img {
 max-width:100%
}
.product-page .content1 .details {
 line-height:24px
}
.product-page .content1 .details img {
 max-width:100%
}
.service-page .content,
.about-page .content {
 line-height:26px
}
.service-page .content img,
.about-page .content img {
 max-width:100%
}
.download-list ul li .item {
 transition:.5s;
 height:110px;
 position:relative
}
.download-list ul li .item .icon {
 font-size:18px;
 color:#005fdf
}
.download-list ul li .item .title .icon {
 font-size:40px
}
.download-list ul li .item:hover {
 z-index:2;
 -webkit-box-shadow:0 4px 14px rgba(216,198,131,0.2);
 box-shadow:0 4px 14px rgba(216,198,131,0.2);
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
.course-list ul {
 clear:both;
 overflow:hidden;
 position:relative
}
.course-list ul::before {
 content:'';
 position:absolute;
 left:50%;
 right:50%;
 top:0;
 width:1px;
 height:100%;
 background:#cecece
}
.course-list ul li {
 display:flex;
 justify-content:space-between;
 align-items:center;
 flex-direction:row-reverse
}
.course-list ul li:nth-child(2n) {
 flex-direction:row;
 margin-top:6rem
}
.course-list ul li:nth-child(2n) span {
 margin-left:0;
 margin-right:.34rem
}
.course-list ul li:nth-child(2n) h2 {
 width:100%;
 text-align:left
}
.course-list ul li:nth-child(2n) p {
 text-align:left
}
.course-list ul li span {
 width:2rem;
 height:1px;
 background:#cecece;
 margin-left:.34rem
}
.course-list ul li>div {
 border:1px #cecece solid;
 box-sizing:border-box;
 flex:1;
 position:relative;
 overflow:hidden;
 min-height:4rem;
 display:flex;
 flex-direction:column;
 justify-content:center;
 background:#fff
}
.course-list ul li>div div {
 position:relative;
 font-size:1rem;
 line-height:2rem
}
.course-list ul li>div p {
 color:#666;
 text-align:right;
 position:relative;
 z-index:10
}
.course-list ul li h2 {
 color:#005fdf;
 position:relative;
 margin-left:auto;
 text-align:right;
 width:100%;
 margin-bottom:1rem
}
.setting-list ul li .item .img {
 height:300px;
 position:relative;
 overflow:hidden
}
.setting-list ul li .item:hover .img img {
 transform:scale(1.1)
}
.setting-list ul li .item:hover h4 {
 color:#005fdf
}
.video-list ul li .item .img {
 position:relative;
 height:290px;
 overflow:hidden
}
.video-list ul li .item .img span {
 position:absolute;
 left:0;
 top:0;
 height:0;
 right:0;
 background:rgba(216,198,131,0.7);
 display:flex;
 justify-content:center;
 align-items:center;
 transition:.5s;
 overflow:hidden
}
.video-list ul li .item .img span .icon {
 font-size:60px;
 color:#fff
}
.video-list ul li .item h4 {
 -webkit-box-orient:vertical;
 -webkit-line-clamp:1;
 display:-webkit-box;
 white-space:normal;
 overflow:hidden
}
.video-list ul li .item:hover .img img {
 transform:scale(1.1)
}
.video-list ul li .item:hover .img span {
 height:100%
}
.video-list ul li .item:hover h4 {
 color:#005fdf
}
.list-client ul li .item {
 background:#fff;
 height:120px;
 display:flex;
 justify-content:center;
 align-items:center;
 transition:.5s
}
.list-client ul li .item img {
 max-width:98%;
 max-height:98%
}
.list-client ul li .item:hover {
 z-index:2;
 -webkit-box-shadow:0 0 10px rgba(0,0,0,0.15);
 box-shadow:0 0 10px rgba(0,0,0,0.15);
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
.honor-list ul li .item .img {
 height:340px;
 display:flex;
 align-items:center;
 justify-content:center;
 transition:.5s
}
.honor-list ul li .item .img img {
 max-width:98%;
 max-height:98%
}
.honor-list ul li .item:hover .img {
 z-index:2;
 -webkit-box-shadow:0 0 10px rgba(0,0,0,0.15);
 box-shadow:0 0 10px rgba(0,0,0,0.15);
 -webkit-transform:translate3d(0, 0, 0);
 transform:translate3d(0, 0, 0)
}
.news-list ul li a {
 position:relative
}
.news-list ul li a::before {
 content:'';
 position:absolute;
 left:50%;
 right:50%;
 bottom:0;
 height:1px;
 background:#005fdf;
 transition:.5s;
 overflow:hidden
}
.news-list ul li a .img {
 height:260px;
 position:relative;
 overflow:hidden
}
.news-list ul li a .text {
 border-bottom:1px #e5e5e5 solid
}
.news-list ul li a .text h4 {
 -webkit-box-orient:vertical;
 -webkit-line-clamp:1;
 display:-webkit-box;
 white-space:normal;
 overflow:hidden
}
.news-list ul li a .text p {
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;
 display:-webkit-box;
 white-space:normal;
 overflow:hidden
}
.news-list ul li a .text span {
 font-size:12px
}
.news-list ul li a:hover::before {
 left:0;
 right:0
}
.news-list ul li a:hover img {
 transform:scale(1.1)
}
.news-list ul li a:hover h4 {
 color:#005fdf
}
.news-detail .title {
 border-bottom:1px #e3e3e3 solid
}
.news-detail .content {
 line-height:24px;
 min-height:200px
}
.news-detail .content img {
 max-width:100%;
 display:block;
 margin:auto
}
.news-detail .content iframe {
 width:100% !important;
 height:600px !important
}
.news-detail .news-detail-footer {
 border-top:1px #f5f5f5 solid
}
.news-detail .news-detail-footer a {
 font-size:14px;
 color:#333
}
.news-detail .news-detail-footer a:hover {
 color:#005fdf
}
.contact-page .content #map {
 height:500px;
 width:100%
}
.message form .item {
 display:flex;
 background:#f5f5f5;
 position:relative
}
.message form .item input {
 flex:1;
 height:60px;
 width:100%;
 font-size:14px;
 color:#999;
 padding:0 6px;
 box-sizing:border-box
}
.message form .item .icon {
 height:60px;
 display:flex;
 align-items:center;
 font-size:18px;
 color:#999
}
.message form .error span {
 position:absolute;
 top:100%;
 left:0;
 font-size:12px;
 color:red
}
.message form textarea {
 width:100%;
 height:160px;
 border:none;
 padding:1rem 6px;
 box-sizing:border-box;
 font-size:14px;
 color:#999;
 resize:none;
 background:#f5f5f5
}
.message form .btn-1 {
 display:flex;
 width:520px;
 justify-content:center;
 align-items:center;
 height:60px;
 margin:auto;
 background:#005fdf;
 font-size:18px;
 color:#fff
}
.message form .btn-1:hover {
 color:rgba(255,255,255,0.7)
}
.join-list .join-info p {
 min-width:120px;
 text-align:center
}
.join-list ul li {
 margin-bottom:16px
}
.join-list ul li .name {
 height:80px;
 cursor:pointer;
 border-top:2px #005fdf solid
}
.join-list ul li .name p {
 min-width:120px;
 text-align:center
}
.join-list ul li .name h3 {
 color:#005fdf;
 text-align:center;
 min-width:120px
}
.join-list ul li .name div {
 display:flex;
 align-items:center;
 min-width:120px
}
.join-list ul li .name div span {
 width:62px;
 height:24px;
 position:relative
}
.join-list ul li .name div span::before {
 content:'收起';
 position:absolute;
 left:0;
 top:0;
 bottom:0;
 right:0;
 display:flex;
 align-items:center;
 justify-content:flex-end;
 font-size:14px;
 color:#666
}
.join-list ul li .name div .icon {
 font-size:24px;
 color:#666;
 margin-left:8px;
 transition:.5s;
 transform:rotate(180deg)
}
.join-list ul li .name.collapsed {
 border-top:2px transparent solid
}
.join-list ul li .name.collapsed h3 {
 color:#333
}
.join-list ul li .name.collapsed div span::before {
 content:'查看详情'
}
.join-list ul li .name.collapsed div .icon {
 transform:rotate(0)
}
.join-list ul li .desc .content {
 border-top:1px #ddd solid;
 font-size:16px;
 color:#666;
 line-height:28px
}
.join-list ul li .desc p {
 font-size:16px;
 color:#666;
 line-height:28px
}
.join-list ul li .desc img {
 max-width:100%
}
.join-list ul li .desc a {
 width:130px;
 height:36px;
 background:#005fdf;
 color:#fff;
 font-size:14px
}
.join-list ul li .desc a:hover {
 color:rgba(255,255,255,0.7)
}
.son-nav {
 display:flex;
 justify-content:center
}
.son-nav a {
 display:flex;
 line-height:30px;
 align-items:center;
 transition:.5s;
 position:relative
}
.son-nav a.on,
.son-nav a:hover {
 color:#005fdf
}
.question-list ul {
 padding:2px 0
}
.question-list ul li {
 border:1px #ddd solid;
 margin-top:-1px
}
.question-list ul li:nth-child(even) {
 background:#fff
}
.question-list ul li .title {
 display:flex;
 justify-content:space-between;
 align-items:center;
 cursor:pointer
}
.question-list ul li .title h3 {
 display:flex;
 align-items:center;
 transition:.5s
}
.question-list ul li .title h3 span {
 width:24px;
 height:26px;
 border-radius:2px;
 background:#005fdf;
 display:flex;
 justify-content:center;
 align-items:center
}
.question-list ul li .title:hover h3 {
 transform:translateX(20px)
}
.question-list ul li .title .fx .a {
 display:none
}
.question-list ul li .title .fx .b {
 display:block
}
.question-list ul li .collapsed .fx .a {
 display:block
}
.question-list ul li .collapsed .fx .b {
 display:none
}
.question-list ul li .desc {
 border-top:1px #eee solid;
 line-height:36px
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }

/*# sourceMappingURL=./style.css.map */