.header{background-color:rgba(255,255,255,.9);border-bottom: 1px solid #eee; position: sticky;top: 0;z-index:99; }
.header .header-main{height:120px; display: flex; justify-content: space-between; align-items: center; }
.header .header-main .logo{ height:100px;display: inline-block; flex-shrink: 0;}
.header .header-main .logo img{ height: 100%; width: auto; }
.header .header-main .menu{}
.header .header-main .menu .nav-items{ display: flex; align-items: center;  }
.header .header-main .menu .nav-items .item{ position: relative; }
.header .header-main .menu .nav-items .item a.text{position: relative; line-height: 120px; padding: 0 20px; font-size: 16px; font-weight: 600; color: gray; display:block; }
.header .header-main .menu .nav-items .item.other{display: flex; align-items: center;}
.header .header-main .menu .nav-items .item a.icon{line-height: 120px; padding: 0 10px; font-size: 16px; font-weight:bold; color: gray; display:block;}
.header .header-main .menu .nav-items .item a.lang{line-height: 120px; padding-left:15px; font-size: 16px; font-weight: 600; color: gray; display:block;}
.header .header-main .menu .nav-items .item a.lang.active{ color:#e99414; }
.header .header-main .menu .nav-items .item .menu-btn { margin-left: 15px; display: none;flex-direction: column;justify-content: space-around;height:30px;}
.header .header-main .menu .nav-items .item .menu-btn span {width:30px;height:2px;display: block;transition-property: opacity transform top;transition-duration: .3s;background-color:gray;}
.header .header-main .menu .nav-items .item .menu-btn span:nth-child(2){transition-duration: .1s;}
.header .header-main .menu .nav-items .item .menu-closeable {position: relative;}
.header .header-main .menu .nav-items .item .menu-closeable span:nth-child(1) {position: absolute;transform: rotateZ(45deg);top:30px/2;}
.header .header-main .menu .nav-items .item .menu-closeable span:nth-child(2) { opacity: 0;}
.header .header-main .menu .nav-items .item .menu-closeable span:nth-child(3) {position: absolute;transform: rotateZ(-45deg);top:30px/2;}
.header .header-main .menu .nav-items .item a.more{display:none;}
.header .header-main .menu .nav-items .item:hover a.text,
.header .header-main .menu .nav-items .item.active a.text{ color: #333;}
.header .header-main .menu .nav-items .item:hover a.text:after,
.header .header-main .menu .nav-items .item.active a.text:after{ content: ''; position: absolute; bottom:-1px;left: 0; right: 0; margin: auto; width:calc(100% - 40px); height: 2px; background-color: #e99414; -webkit-transition: background-color .4s ease-in-out,color .4s ease-in-out,border-color .4s ease-in-out;
    transition: background-color .4s ease-in-out,color .4s ease-in-out,border-color .4s ease-in-out;}
.header .header-main .menu .nav-items .item .children{display: none; position:absolute; top:119px; left: 0;min-width:100px;border: 1px solid #eee; border-top:2px solid #e99414; background-color: white;z-index: 99; }
.header .header-main .menu .nav-items .item:hover .children{display: block;}
.header .header-main .menu .nav-items .item .children .item{}
.header .header-main .menu .nav-items .item .children .item a.sub-text{ white-space:nowrap;padding: 0 20px; display: block; line-height: 40px; font-size: 16px ; color: gray; }
.header .header-main .menu .nav-items .item .children .item:hover a.sub-text{ background-color: #eee; }
.header .header-main .menu .nav-items .item .children .item.active a.sub-text{ color:#e99414; }
.header-menu-wrap{right:-100%;width:100%;position: absolute;z-index: 99;background: rgba(0,0,0,.6);left: 100%; max-width: 100%;margin: auto;}
.header-menu-wrap.sticky{position: fixed; bottom: 0;left:100%;}
.header-menu-wrap.open{left: 0; right:0;}
.header-menu-wrap .menu-box{width:80%; height: 100%;margin-right: -60%; background:rgba(255,255,255,.9);float: right;overflow-y: auto; }
.header-menu-wrap .menu-box.open{ margin-right: 0; }
.header-menu-wrap .menu-box ul{ }
.header-menu-wrap .menu-box ul li.other{display: none;}
.header-menu-wrap .menu-box ul li.item { padding:0 15px; border-bottom:1px solid #f1f1f1;width: 100%;line-height:54px;position: relative;}
.header-menu-wrap .menu-box ul li.item .children {transition: all 0.3s ease-out 0s;display: none;border-top:#e99414 1px solid;}
.header-menu-wrap .menu-box ul li.item p{ display: flex; align-items: center; justify-content: space-between; }
.header-menu-wrap .menu-box ul li.item p a.text { width: 80%; color: #666;width: 100%; display: block;}
.header-menu-wrap .menu-box ul li.item p a.text.active,
.header-menu-wrap .menu-box ul li.item:hover p a.text {color:#e99414; }
.header-menu-wrap .menu-box ul li.item p a.more{color: #999;width: 20%; height:54px; font-size:28px; text-align: center; }
.header-menu-wrap .menu-box ul li.item p a.more.on{transform: rotateX(180deg);}
.header-menu-wrap .menu-box ul li.item .children{display: none;}
.header-menu-wrap .menu-box ul li.item.on .children{ display:block; }
.header-menu-wrap .menu-box ul li.item .children {border-bottom:#fff 1px solid;}
.header-menu-wrap .menu-box ul li.item .children a{ color: #999; }
.header-menu-wrap .menu-box ul li.item .children p a.more{ font-weight: bold; background: none; text-align: center; font-size:20px; }
.header-menu-wrap .menu-box ul li.item .children li {overflow:hidden;width:100%;line-height:54px;display:block;color:#999!important;border-bottom: 1px #ddd dashed;font-size: 14px;padding: 0 5px;}
.header-menu-wrap .menu-box ul li.item .children li:last-child{ border-bottom: none; }
.header-menu-wrap .menu-box ul li.item .children li:hover {background:#f4f4f4;color:#6c6c6c!important;}
.header-search-layer{width: 100%;height: 100%; position: fixed;top:0;left: 0; z-index: 99;display: none;background-color: rgba(0,0,0,.6);}
.header-search-layer.open{ display: block; }
.header-search-wrap{ width: 100%;height: 100%; position: fixed;top:0;left: 0; z-index:100;display: none;justify-content: center;align-items: center;pointer-events: none;}
.header-search-wrap.open{ display: flex; }
.header-search-wrap .search-form{width: 420px; max-width: 94%; background-color: #fff; padding: 20px; color: gray; border: 2px solid #e1e1e1; display: block;pointer-events: auto;position: relative;}
.header-search-wrap .search-form .input-text{outline: none;width:100%;height: 40px;line-height: 40px; padding: 0 10px;border:1px solid #e1e1e1; background-color: #f8f8f8;}
.header-search-wrap .search-form .button-wrap{ font-size: 0; margin-top:10px; text-align: right;}
.header-search-wrap .search-form .button{ margin-left: 10px; width:60px;height:32px; line-height:32px;background-color:#e1e1e1; color: #333; border: none; outline: none; }
.header-search-wrap .search-form .button:hover{ background-color: #e99414; color: white; }
.header-search-wrap .search-form .close:hover{background-color:#efefef;color: #999;}
@media screen and (max-width:1045px) {
    .header .header-main .menu .item:not(.other){display:none;}
    .header .header-main .menu .nav-items .item .menu-btn{ margin-left:20px; display: inline-flex;}
    .header-menu-wrap{top:120px;height:calc(100vh - 120px);}
    .header-menu-wrap .menu-box{width:30%; }
}
@media screen and (max-width:768px) {
    .header .header-main{height:80px;}
    .header .header-main .logo{ height:60px;}
    .header .header-main .menu .nav-items .item a.lang{padding-left:10px; line-height: 80px;}
    .header .header-main .menu .nav-items .item a.icon{line-height: 80px;padding: 0 5px;}
    .header-menu-wrap{top:80px;height:calc(100vh - 80px);}
    .header-menu-wrap .menu-box{width:70%; }
}




.home-swiper{width: 100%;height:calc(100vh - 120px);background:#efefef;position:relative;overflow: hidden;}
.home-swiper-container{ height: inherit; }
.home-swiper .slide-item{ position: relative; }
.home-swiper .slide-item.mlayer::before{ content: ''; opacity: 0.6; position: absolute; left: 0;top: 0; width: 100%;height: clac(100vh - 120px);background:#efefef;}
.home-swiper .slide-item .video{object-fit: cover;background:#000; display: block; width: 100%;height: 100%;}
.home-swiper .slide-item .video:focus {outline: none;}
.home-swiper .slide-item img{width: 100%;height: 100%; background-size: cover; background-repeat: no-repeat;background-position: center;}
.home-swiper .slide-item .video{display: block;}
.home-swiper .slide-item img.pc{display: block;}
.home-swiper .slide-item img.mobile{display: none;}
.home-swiper .slide-item .container{ height: 100%; position: relative;  display: flex; justify-content: center; align-items: center; }
.home-swiper .slide-item .slide-info{z-index: 2; top: 0; left: 0; position: absolute; width:100%;height: 100%;}
.home-swiper .slide-item .slide-info .info-box{width: 100%;margin: auto; }
.home-swiper .slide-item .slide-info .info-box h1{line-height:1.4em;display:inline-block;font-size:38px;color:white; font-weight: 600;}
.home-swiper .slide-item .slide-info .info-box .desc{ margin-top: 14px; max-width: 90%;width: 480px;font-size:16px; line-height:18px;color:white; margin: 15px 0;}
.home-swiper .slide-item .slide-info .info-box a.more-btn{ margin-top: 20px; padding:0px 30px;background-color:rgba(0,0,0,.2);display:inline-block;font-size:18px; color: #fff; line-height:45px; border:2px solid #fff; text-align:center; }
.home-swiper .slide-item .slide-info .info-box a.more-btn:hover{ color:rgba(255,255,255,.8); border-color: rgba(255,255,255,.8); }

.home-swiper .slide-item.swiper-slide-active .slide-info .info-box .desc{opacity: 1; -webkit-animation: fadeInRight 1s; -moz-animation: fadeInRight 1s; animation: fadeInRight 1s; transition: all 0.5s; -webkit-transition: all 0.5s;}
.home-swiper .slide-item.swiper-slide-active .slide-info .info-box h1,
.home-swiper .slide-item.swiper-slide-active .slide-info .info-box .more-btn{opacity: 1; -webkit-animation: fadeInLeft 1s; -moz-animation: fadeInLeft 1s; animation: fadeInLeft 1s; transition: all 0.5s; -webkit-transition: all 0.5s;}
.home-swiper .swiper-button-next,.home-swiper .swiper-button-prev{width:35px; height: 100px; background-color: rgba(0,0,0,.3); color: white;outline: none; font-size: 14px;-webkit-transition: all .3s ease-out; transition: all .3s ease-out;}
.home-swiper .swiper-button-next:hover,.home-swiper .swiper-button-prev:hover{ background-color: rgba(0,0,0,.6); }
.home-swiper .swiper-button-next:after,.home-swiper .swiper-button-prev:after{font-size:24px;}
.home-swiper .swiper-button-next{right: 0;}
.home-swiper .swiper-button-prev{left: 0;}
.home-swiper .swiper-pagination-bullet { -webkit-transition: all .3s ease-out; transition: all .3s ease-out;border-radius: 0; width:13.5px;height:13.5px;text-align: center;color:rgba(0,0,0,.8);outline: none;}
.home-swiper .swiper-pagination-bullet-active {height:20px; background: rgba(255,255,255,.8);}
.home-swiper .swiper-container-horizontal>.swiper-pagination-bullets{bottom: 28px; }
@media screen and (max-width:768px) {
    .home-swiper{height:calc(100vh - 80px);}
    .home-swiper .slide-item .video,
    .home-swiper .slide-item img.pc{display: none;}
    .home-swiper .slide-item img.mobile{display: block;}
    .home-swiper .slide-item .slide-info .info-box h1{font-size: 24px;}
    .home-swiper .slide-item .slide-info .info-box .desc{margin-top:10px;max-width: 100%; line-height: 32px;}
    .home-swiper .slide-item .slide-info .info-box a.more-btn{border-width:1px;margin-top:15px;font-size: 16px;}
    .home-swiper .swiper-button-next, .home-swiper .swiper-button-prev{display:none;}
    .home-swiper .swiper-pagination-bullet{width:8px;height:8px;}
    .home-swiper .swiper-pagination-bullet-active {height:16px; }
}



.home-center-wrap{padding-top:70px;}
.home-center-wrap .cat-title{color: #e99414;text-align: center; font-size: 60px;letter-spacing: 1px;font-weight: 400;line-height: 1.4em;}
.home-center-wrap .cat-desc{color: gray;text-align: center; font-size: 48px;letter-spacing: 1px;font-weight: 400;line-height: 1.4em;}
.home-center-wrap .cat-line{text-align: center; padding: 5px 0;}
.home-center-wrap .cat-line .line{margin: auto; width: 30px; border-color:#e99414;border-top-width: 4px;display: inline-block; position: relative; vertical-align: middle;height: 1px; left: 0; top: 50%;border-top-style: solid;    margin-top: -1px;}
@media screen and (max-width:768px) {
    .home-center-wrap .cat-title{ font-size: 38px; }
    .home-center-wrap .cat-desc{ font-size: 32px; }
}



.home-service-wrap{padding:70px 0;}
.home-service-wrap .cat-title{}
.home-service-wrap .cat-title .iconfont{font-size: 50px;font-weight: 600;line-height: 1.4em;color: #e99414;margin-right: 22px;}
.home-service-wrap .cat-title span{font-size: 28px;color: #222;font-weight: 600;letter-spacing: 1px;position: relative;line-height: 1.4em;}
.home-service-wrap .home-service-swiper{margin-top: 30px; margin-left: -10px; padding: 10px; width: calc(100% + 20px);}
.home-service-wrap .home-service-swiper .item{box-shadow: 0 0 10px 0 rgba(173,173,173,0.77);border-radius: 3px; overflow: hidden;padding-bottom: 15px;}
.home-service-wrap .home-service-swiper .item .image{ height: 200px; display: block;}
.home-service-wrap .home-service-swiper .item .image img { display: block; }
.home-service-wrap .home-service-swiper .item .info{ padding: 20px;  display: block;height:180px; }
.home-service-wrap .home-service-swiper .item .info .title{font-size: 20px; line-height: 1.4em; color: #222;font-weight: 600;}
.home-service-wrap .home-service-swiper .item .info .desc{ font-size:16px;color:#666;margin: .85em 0;}
.home-service-wrap .home-service-swiper .item .more{padding:12px 16px 10px;min-width:90px;float:left;display:block; background-color: #f7f7f7; border-color: #f7f7f7; color: gray; border-radius:0 3px 3px 0; margin: 3px 0;line-height: 1.2em; position: relative; font-weight: 400; text-align: center; max-width: 100%;} 
.home-service-wrap .home-service-swiper .item .more .iconfont{width: 0; display: inline-block;-webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; opacity: 0;left: -.3em;position: relative; z-index: 3;}
.home-service-wrap .home-service-swiper .item .more:hover{ color:#e99414; }
.home-service-wrap .home-service-swiper .item .more:hover .iconfont{color:#e99414; width:1.5em;opacity:1;}
.home-service-wrap .home-service-swiper .swiper-button-next,
.home-service-wrap .home-service-swiper .swiper-button-prev{width: 60px; height: 60px; background-color: rgba(0,0,0,.3); border-radius: 3px; color: white; outline: none; opacity: 0; }
.home-service-wrap .home-service-swiper .swiper-button-next:after,
.home-service-wrap .home-service-swiper .swiper-button-prev:after{font-size: 24px;}
.home-service-wrap .home-service-swiper:hover .swiper-button-next,
.home-service-wrap .home-service-swiper:hover .swiper-button-prev{opacity: 1;}
@media screen and (max-width:768px) {
    .home-service-wrap{padding:40px 0;}
    .home-service-wrap .cat-title .iconfont{font-size: 32px;margin-right: 12px;}
    .home-service-wrap .cat-title span{font-size: 22px;}
    .home-service-wrap .home-service-swiper{margin-left:0px;width:100%; padding:0;}
    .home-service-wrap .home-service-swiper .item{box-shadow:none;border: 1px solid #efefef; margin-bottom: 10px;}
    .home-service-wrap .home-service-swiper .item .image{ height:170px; }
    .home-service-wrap .home-service-swiper .item .info{height: auto;padding: 10px;}
    .home-service-wrap .home-service-swiper .item .info .title{font-size:18px;}
    .home-service-wrap .home-service-swiper .item .info .desc{ font-size: 14px;line-height: 1.65em;}
    .home-service-wrap .home-service-swiper .swiper-button-next,
    .home-service-wrap .home-service-swiper .swiper-button-prev{width:40px; height: 40px; }
    .home-service-wrap .home-service-swiper .swiper-button-next:after,
    .home-service-wrap .home-service-swiper .swiper-button-prev:after{font-size: 20px;}
}




.home-newproduct-wrap{ padding:70px 0; background-color:#f7f7f7; }
.home-newproduct-wrap .cat-title{}
.home-newproduct-wrap .cat-title .iconfont{font-size: 50px;font-weight: 600;line-height: 1.4em;color: #e99414;margin-right: 22px;}
.home-newproduct-wrap .cat-title span{font-size: 28px;color: #222;font-weight: 600;letter-spacing: 1px;position: relative;line-height: 1.4em;}
.home-newproduct-wrap .home-newproduct-swiper{margin-top: 30px;}
.home-newproduct-wrap .home-newproduct-swiper .item{  }
.home-newproduct-wrap .home-newproduct-swiper .item .item-body{width: 64.66666666666666%;z-index: 1;position: relative; min-height: 1px;    vertical-align: middle;}
.home-newproduct-wrap .home-newproduct-swiper .item .item-body .title{color: #222;font-size: 24px; line-height: 1.4em;font-weight: 400;}
.home-newproduct-wrap .home-newproduct-swiper .item .item-body .content{ margin-top: 15px; color: #666;}
.home-newproduct-wrap .home-newproduct-swiper .item .item-body .more{padding: 12px 16px 10px; min-width: 90px;float: left; display: block;border-radius: 3px;margin: 3px 0; line-height: 1.2em; position: relative; font-weight: 400; text-align: center; max-width: 100%; background-color: #e99414;}
.home-newproduct-wrap .home-newproduct-swiper .item .item-body .more span{position: relative; z-index: 3;color: white;}
.home-newproduct-wrap .home-newproduct-swiper .item .item-body .more .iconfont{position: relative; z-index: 3;left: .3em;width: 0; display: inline-block; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; opacity: 0; color: white;}
.home-newproduct-wrap .home-newproduct-swiper .item .item-body .more:hover .iconfont{width:1.5em;opacity:1}
.home-newproduct-wrap .home-newproduct-swiper .item .item-image{display: table-cell;margin-left: 6%; width: 29.333333333333332%;z-index: 1;position: relative; min-height: 1px;}
.home-newproduct-wrap .home-newproduct-swiper .swiper-button-next,
.home-newproduct-wrap .home-newproduct-swiper .swiper-button-prev{width: 40px; height: 60px; background-color: rgba(0,0,0,.3); border-radius: 3px; color: white; outline: none; }
.home-newproduct-wrap .home-newproduct-swiper .swiper-button-next:after,
.home-newproduct-wrap .home-newproduct-swiper .swiper-button-prev:after{font-size: 24px;}
.home-newproduct-wrap .home-newproduct-swiper .swiper-button-next:hover,
.home-newproduct-wrap .home-newproduct-swiper .swiper-button-prev:hover{opacity: 0.6;}
@media screen and (max-width:768px) {
    .home-newproduct-wrap{padding:40px 0;}
    .home-newproduct-wrap .cat-title .iconfont{font-size: 32px;margin-right: 12px;}
    .home-newproduct-wrap .cat-title span{font-size: 22px;}
    .home-newproduct-wrap .home-newproduct-swiper .item .item-body{ padding: 20px; width: 100% ; z-index:2; background-color: rgba(247,247,247,.8); }
    .home-newproduct-wrap .home-newproduct-swiper .item .item-image{padding: 15px; width: 100%; margin-left: 0; margin: auto 0; opacity: 1; position: absolute; top: 0; left: 0; bottom: 0;}
    .home-newproduct-wrap .home-newproduct-swiper .swiper-button-next,
    .home-newproduct-wrap .home-newproduct-swiper .swiper-button-prev{width:30px; height: 40px; }
    .home-newproduct-wrap .home-newproduct-swiper .swiper-button-next:after,
    .home-newproduct-wrap .home-newproduct-swiper .swiper-button-prev:after{font-size: 20px;}
}






.home-about-wrap{overflow: hidden;background-repeat: no-repeat; background-attachment: fixed; background-position: top center; position: relative;}
.home-about-wrap .layer{ content: ''; background-color: rgba(0,0,0,0.6); width: 100%; height:100%; position: absolute; top: 0;left: 0;}
.home-about-wrap .about-info{overflow: hidden;padding: 70px 0; display: flex; justify-content: space-between; z-index: 1; position: relative;}
.home-about-wrap .about-info .thumb{width: 20.5%;padding:30px 0;z-index: 1; float: left; position: relative; min-height: 1px;}
.home-about-wrap .about-info .content{padding: 30px;margin-left: 6%; width: 73.5%;z-index: 1; float: left; position: relative; min-height: 1px; color: white;}
.home-about-wrap .about-info .content .title{font-weight: 400;font-size: 28px; line-height: 1.4em;padding-bottom: 10px;}
.home-about-wrap .about-info .content .desc{color: #fcfcfc;line-height: 1.65em;}
.home-about-wrap .about-info .content .more{color: #fff; border: 2px solid #fff; background: 0 0;padding: 12px 16px 10px; min-width: 90px;float: left; display: block;margin: 3px 0; line-height: 1.2em; position: relative; font-weight: 400; text-align: center; max-width: 100%;border-radius: 3px;}
.home-about-wrap .about-info .content .more:hover{opacity: 0.6;}
@media screen and (max-width:768px) {
    .home-about-wrap .about-info{padding: 40px 0; display: block;}
    .home-about-wrap .about-info .thumb{width:100%;padding: 0;margin-bottom: 20px;}
    .home-about-wrap .about-info .content{width:100%;margin-left: 0;padding: 0;}
    .home-about-wrap .about-info .content .title{font-size: 22px;}
}



.home-news-wrap{ padding: 50px 0; }
.home-news-wrap .news-box{ display: flex; justify-content: space-between; }
.home-news-wrap .news-box .cat-title{font-size: 28px; line-height: 1.4em;}
.home-news-wrap .news-box .company-news{ width: 50%;}
.home-news-wrap .news-box .company-news .items{ padding-top: 15px; }
.home-news-wrap .news-box .company-news .items .item{position: relative; margin-bottom: 10px;display: block;}
.home-news-wrap .news-box .company-news .items .item .thumb{float: left; margin-right: 15px; width: 61px; height: 61px; border: 1px solid #d1d1d1; padding: 2px; display: block; text-align: center; position: relative;}
.home-news-wrap .news-box .company-news .items .item .thumb img{ display:block; }
.home-news-wrap .news-box .company-news .items .item .info{overflow: hidden; border-bottom: 1px solid #d1d1d1; min-height: 61px; padding-bottom: 3px;}
.home-news-wrap .news-box .company-news .items .item .info .desc{font-size: 12px;color: #666;}
.home-news-wrap .news-box .company-news .items .item .info .title{font-size: 14px; line-height: 1.2em;color: #222;    font-weight: 600;}
.home-news-wrap .news-box .video-news{ width:45%;}
.home-news-wrap .news-box .video-news .items{ padding-top: 15px; display:flex; justify-content: space-between; }
.home-news-wrap .news-box .video-news .items .item{overflow: hidden; border-radius: 3px; height:203px; width: calc(50% - 20px);display: block; }
.home-news-wrap .news-box .video-news .items .item img{ display: block; }
@media screen and (max-width:768px) {
    .home-news-wrap .news-box .cat-title{font-size: 22px;}
    .home-news-wrap .news-box,
    .home-news-wrap .news-box .video-news .items{display:block;}
    .home-news-wrap .news-box .company-news,
    .home-news-wrap .news-box .video-news{width: 100%;}
    .home-news-wrap .news-box .video-news{margin-top: 20px;}
    .home-news-wrap .news-box .video-news .items .item{height:auto; width:100%; margin-bottom:15px;}

}




.news-wrap{}
.news-wrap .section{ background-color: white; padding: 50px 0;}

.news-wrap .company-news-swiper{ margin: 30px 0; }
.news-wrap .company-news-swiper.list-items{display: flex; justify-content: space-between; flex-wrap: wrap; margin:50px 0;}
.news-wrap .company-news-swiper .item{  }
.news-wrap .company-news-swiper.list-items .item{ width:29.5%; margin-bottom: 50px;}
.news-wrap .company-news-swiper .item .image{ background: #f9f9f9; margin-bottom: 6px; height: 200px; display: block;}
.news-wrap .company-news-swiper .item .info{}
.news-wrap .company-news-swiper .item .info .title{font-size: 1.1em; line-height: 1.4em;color: #222;font-weight: 600;}
.news-wrap .company-news-swiper .item .info .date{ font-size: .9em;color: #919191;}
.news-wrap .company-news-swiper .item .more{ color:gray; } 
.news-wrap .company-news-swiper .item .more:hover{ color:#e99414; }
.news-wrap .company-news-swiper .swiper-button-next,
.news-wrap .company-news-swiper .swiper-button-prev{width: 60px; height: 60px; background-color: rgba(0,0,0,.3); border-radius: 3px; color: white; outline: none; opacity: 0; }
.news-wrap .company-news-swiper .swiper-button-next:after,
.news-wrap .company-news-swiper .swiper-button-prev:after{font-size: 24px;}
.news-wrap .company-news-swiper:hover .swiper-button-next,
.news-wrap .company-news-swiper:hover .swiper-button-prev{opacity: 1;}
.news-wrap .xueshu-news-wrap{ margin-top: 10px; }
.news-wrap .xueshu-news-wrap .item{ margin-bottom:50px; }
.news-wrap .xueshu-news-wrap .item .title{font-weight: 700;margin: .85em 0;line-height: 1.65em;}
.news-wrap .xueshu-news-wrap .item .image{border-radius: 3px;overflow: hidden; display: block;height:300px;}
.news-wrap .xueshu-news-wrap .item .image img{display: block;}
.news-wrap .videos-news-wrap{ display: flex;margin-top: 30px; margin-bottom: 20px; }
.news-wrap .videos-news-wrap.list-items{ flex-wrap: wrap; justify-content: space-between;}
.news-wrap .videos-news-wrap.list-items .item{ margin-left: 0; margin-bottom: 50px;}
.news-wrap .videos-news-wrap .item{background: #fcfcfc; box-shadow: 0 0 10px 0 rgba(173,173,173,0.77); padding: 20px 0px 0px 0px; background-color: #fcfcfc; border-radius: 3px; width:29.5%; margin-left: 6%;} 
.news-wrap .videos-news-wrap .item:first-child{margin-left: 0;}
.news-wrap .videos-news-wrap .item .info{padding:0 20px;}
.news-wrap .videos-news-wrap .item .info .title{color:#222;font-size:20px;line-height:1.4em;font-weight:600;}
.news-wrap .videos-news-wrap .item .info .desc{margin: .85em 0;line-height: 1.65em;height: 1.65em;color: #666;}
.news-wrap .videos-news-wrap .item .image{overflow: hidden; display: block;}
.news-wrap .videos-news-wrap .item .image img{ display: block; }
.news-wrap .faq-news-wrap{ margin: 30px 0; }
.news-wrap .faq-news-wrap dl.item{ margin-top: -1px; position: relative; overflow: hidden; }
.news-wrap .faq-news-wrap dl.item:first-child{margin-top: 0;}
.news-wrap .faq-news-wrap dl.item dt.item-header{border: 1px solid #d1d1d1; border-left:none; border-right: none; display: flex; justify-content: space-between; align-items: center; cursor: pointer;  line-height: 1.65em; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;padding: 35px 10px 30px 35px; font-size: 17px; background-color: #fff; color: #666;}
.news-wrap .faq-news-wrap dl.item dt.item-header:hover{background-color: #f9f9f9;}
.news-wrap .faq-news-wrap dl.item.active dt.item-header{ border-color: #e99414; color: #e99414; }
.news-wrap .faq-news-wrap dl.item dt.item-header .title{ width: calc(100% - 60px); }
.news-wrap .faq-news-wrap dl.item dt.item-header .iconfont{opacity: .6;transition: all .2s ease-in; width: 60px;font-size: 32px;  }
.news-wrap .faq-news-wrap dl.item dt.item-header .iconfont:before {content: "\e8a6";}
.news-wrap .faq-news-wrap dl.item.active dt.item-header .iconfont:before {content: "\e8a7";}
.news-wrap .faq-news-wrap dl.item.active dd.item-body{display:block;position: static; visibility: visible; left: 0; width: auto; z-index: 1;}
.news-wrap .faq-news-wrap dl.item dd.item-body{display: none; color: #666; background: #f9f9f9;font-size: 16px; line-height: 1.4; padding: 20px 35px 30px;visibility: hidden;position: absolute;z-index: 0; }
.news-wrap .faq-news-wrap{ }
@media screen and (max-width:768px) {
    .news-wrap .section{ padding:20px 0;}
    .news-wrap .entry-header .entry-title{ font-size: 24px; }
    .news-wrap .company-news-swiper .swiper-button-next,
    .news-wrap .company-news-swiper .swiper-button-prev{width:40px; height: 40px; }
    .news-wrap .company-news-swiper .swiper-button-next:after,
    .news-wrap .company-news-swiper .swiper-button-prev:after{font-size: 20px;}
    .news-wrap .company-news-swiper.list-items{margin: 30px 0;}
    .news-wrap .company-news-swiper.list-items .item{ width:100%; margin-bottom:30px;}
    .news-wrap .xueshu-news-wrap .item .image{height:100px;}
    .news-wrap .videos-news-wrap{display: block;}
    .news-wrap .videos-news-wrap.list-items{margin: 30px 0;}
    .news-wrap .videos-news-wrap .item,
    .news-wrap .videos-news-wrap.list-items .item{width: 100%; margin-bottom: 20px; margin-left: 0;}
    .news-wrap .xueshu-news-wrap .item{ margin-bottom:20px; }

}


.news-show-wrap{}
.news-show-wrap .show-box{overflow: hidden;}
.news-show-wrap .main{box-shadow: 25px 0 25px -25px #e9e9eb;float: left; display: inline;position: relative;width: 70%;padding-top: 50px; padding-bottom: 50px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; min-height: 1px; z-index: 1;}
.news-show-wrap .main .detail{clear: both; width: 100%; float: left; position: relative;}
.news-show-wrap .main .detail .article{overflow: hidden;padding-right: 50px;}
.news-show-wrap .main .detail .article .header-meta{color: #666;}
.news-show-wrap .main .detail .article .header-meta .post-title{font-size: 21px; line-height: 1.3em;color: #222;margin-bottom: 14px;font-weight: 600;}
.news-show-wrap .main .detail .article .header-meta .post-meta-infos{font-size: .9em; position: relative; top: -8px; display: block;}
.news-show-wrap .main .detail .article .header-meta .post-meta-infos .text{color: #919191;font-size: .9em;}
.news-show-wrap .main .detail .article .header-meta .post-meta-infos .text a{color: #919191;}
.news-show-wrap .main .detail .article .header-meta .post-meta-infos .text a:hover{color: #e99414;}
.news-show-wrap .main .detail .article .header-meta .post-meta-infos .text-sep{color: #919191;padding: 0 5px;}
.news-show-wrap .main .detail .article .post-content{}

.news-show-wrap .aside{width: auto; overflow: hidden; display: block; clear: none;padding-top: 50px; padding-bottom: 50px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; min-height: 1px; z-index: 1;position: relative;}
.news-show-wrap .aside .sidebar{margin-left: 50px;}
.news-show-wrap .aside .sidebar .widget-title{color: #222;margin-bottom: 18px;font-weight: 600; font-size: 1.1em;line-height: 1.4em;}
.news-show-wrap .aside .sidebar .widget-category{clear: both; position: relative; padding-top: 30px;}
.news-show-wrap .aside .sidebar .widget-category .item{}
.news-show-wrap .aside .sidebar .widget-category .item a{ color:#666; }
.news-show-wrap .aside .sidebar .widget-category .item a:hover{ color: #e99414; }
.news-show-wrap .aside .sidebar .widget-news{clear: both; position: relative; padding: 30px 0;}
.news-show-wrap .aside .sidebar .widget-news .widget-news-list{}
.news-show-wrap .aside .sidebar .widget-news .widget-news-list .item{padding: 7px 0 3px; line-height: 1.7em; position: relative; overflow: hidden; font-size: .85em; display: block; clear: both;}
.news-show-wrap .aside .sidebar .widget-news .widget-news-list .item .news-link{color: #919191;display: block; position: relative; text-decoration: none; overflow: hidden; z-index: 2;}
.news-show-wrap .aside .sidebar .widget-news .widget-news-list .item .news-link .news-thumb{margin-right: 9px; padding: 3px; float: left; margin-top: 4px; border-style: solid; border-width: 1px; height:40px; width:40px; display: block;}
.news-show-wrap .aside .sidebar .widget-news .widget-news-list .item .news-link .news-thumb img{width:32px; height:32px; display: block; }
.news-show-wrap .aside .sidebar .widget-news .widget-news-list .item .news-link .news-headline{color: #222;overflow: hidden; font-weight: 700; margin-top: 2px; display: block;}
.news-show-wrap .aside .sidebar .widget-news .widget-news-list .item .news-link .news-headline .news-date{color: #919191;font-weight: 400; clear: both; font-size: .92em; display: block;}
@media screen and (max-width:768px) {
    .news-show-wrap .main{box-shadow:none;width: 100%;}
    .news-show-wrap .main .detail .article{ padding-right:0; }
    .news-show-wrap .aside{display: none;}
}



.about-wrap{}
.about-wrap .section{ padding:50px 0; }
.about-wrap .section .page-1{ margin-top:20px; }
.about-wrap .section .page-1 .page-text{color: #666;line-height: 1.65em;}
.about-wrap .section .page-1 .page-text p{margin: .85em 0;}
.about-wrap .section .page-2{background-repeat: no-repeat;  background-attachment: fixed; background-position: top center; position: relative;}
.about-wrap .section .page-2 .layer{ content: ''; background-color: rgba(0,0,0,0.6); width: 100%; height:100%; position: absolute; top: 0;left: 0;}
.about-wrap .section .page-2 .items{padding: 70px 0; display: flex; justify-content: space-between;z-index: 1;position: relative; }
.about-wrap .section .page-2 .items .line{width: 1px; background-color: white; height: 240px;}
.about-wrap .section .page-2 .items .item{ width: 33.333333%; height: 240px; position: relative;perspective: 1000px;}
.about-wrap .section .page-2 .items .item .item-before{ position: inherit; height: 100%; background-color: rgba(255,255,255,0.85); transform: rotateY(0);transition: all 0.50s ease-in-out 0s; display: flex; align-items: center; justify-content: center;}
.about-wrap .section .page-2 .items .item:hover .item-before{height: 100%;transform: rotateY(-90deg);}
.about-wrap .section .page-2 .items .item .item-before .info{text-align: center; }
.about-wrap .section .page-2 .items .item .item-before .info .icon{ height:42px;margin-bottom: .8em; }
.about-wrap .section .page-2 .items .item .item-before .info .icon img{height: 100%;}
.about-wrap .section .page-2 .items .item .item-before .info .title{color:#444;font-size:24px;line-height:1.4em; margin-bottom:8px;font-weight:600;}
.about-wrap .section .page-2 .items .item .item-before .info .desc{font-weight:400;color:#666666;font-size:18px;line-height:1.4em;}
.about-wrap .section .page-2 .items .item .item-after{width:100%;height:100%;position:absolute; top:0; left: 0; padding:20px; display: flex; align-items: center; justify-content: center; text-align:center;background:#e99414;transform:rotateY(90deg);transition:all 0.50s ease-in-out 0s; color:white;}
.about-wrap .section .page-2 .items .item .item-after .item-content{ font-size:16px;line-height:1.8em;}
.about-wrap .section .page-2 .items .item:hover .item-after{transform: rotateY(0);}
.about-wrap .section .page-3{ display: flex; justify-content:space-between; align-items: flex-start;}
.about-wrap .section .page-3 .page-text{width: 64.66666666666666%;color: #666;line-height: 1.65em;}
.about-wrap .section .page-3 .page-text p{margin: .85em 0;}
.about-wrap .section .page-3 .page-image{width: 29.333333333333332%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.about-wrap .section .page-3 .page-image .item{ margin-bottom:5px; padding: 3px;border:1px solid #d1d1d1; width:calc(33.333333% - 2.5px);display: block; font-size: 0;}

.about-wrap .section .page-4 .page-4-swiper{padding:70px 0;}
.about-wrap .section .page-4 .page-4-swiper .swiper-slide{ -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; cursor: pointer; position: relative; }
.about-wrap .section .page-4 .page-4-swiper .swiper-slide .image img{ display: block; }
.about-wrap .section .page-4 .page-4-swiper .swiper-slide .zoom{ color: white; bottom: 15px;right: 15px; position: absolute;line-height: 24px; text-align: center; width:24px; height:24px; background-color: rgba(0,0,0,.3); border-radius: 3px;z-index: 1;-webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
.about-wrap .section .page-4 .page-4-swiper .swiper-slide .zoom:hover{-webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2);}
.about-wrap .section .page-4 .page-4-swiper .swiper-slide-active {z-index: 2; -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3);}
.about-wrap .section .page-4 .page-4-swiper .swiper-button-next, 
.about-wrap .section .page-4 .page-4-swiper .swiper-button-prev {width: 60px;height: 60px;background-color: rgba(0,0,0,.3);border-radius: 3px;color: white;outline: none;}
.about-wrap .section .page-4 .page-4-swiper .swiper-button-next:after, 
.about-wrap .section .page-4 .page-4-swiper .swiper-button-prev:after {font-size: 24px;}
.about-wrap .section .page-5{ margin-top:20px;display: flex; justify-content:space-between; align-items: flex-start;}
.about-wrap .section .page-5 .page-text{width: 64.66666666666666%;color: #666;line-height: 1.65em;}
.about-wrap .section .page-5 .page-text p{margin: .85em 0;}
.about-wrap .section .page-5 .page-image{width: 29.333333333333332%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.about-wrap .section .page-5 .page-image .item{ margin-bottom:5px; padding: 3px;border:1px solid #d1d1d1; width:calc(50% - 2.5px);display: block; font-size: 0;}
.about-wrap .section .page-6 .items{ margin-top: 10px; }
.about-wrap .section .page-6 .items .item{display:flex; position: relative;}
.about-wrap .section .page-6 .items .item .year{letter-spacing: 1px;color: #909090;padding:30px 60px 0 0; text-align: right;display: table-cell;overflow: hidden; font-size: 25px; position: relative; margin-bottom: 10px;    font-weight: 600;}
.about-wrap .section .page-6 .items .item .year strong{position: relative; height: 90px; font-weight: 700; display: flex; align-items: center;}
.about-wrap .section .page-6 .items .item .year strong .indicator{background-color:#e99414;display: block; zoom: 1; position: absolute; width: 30px; height: 1px; right: -60px;top: 44.5px;}
.about-wrap .section .page-6 .items .item .year strong .indicator:before{content: ""; display: block; position: absolute; width: 5px; height: 5px; border-radius: 100%; background-color: inherit; margin-top: -2px;}
.about-wrap .section .page-6 .items .item .icon{position: relative; overflow: hidden;display: table-cell;height: 224px;padding: 30px 0; width: 90px;flex-shrink: 0;}
.about-wrap .section .page-6 .items .item .icon:after{border-color: silver;top:-30px;content: ""; height: 1000%; width: 1px; position: absolute;  left: 50%; border-left-style: dashed; border-left-width: 1px;}
.about-wrap .section .page-6 .items .item:first-child .icon:after{top:30px;}
.about-wrap .section .page-6 .items .item:last-child .icon:after{height: 30px; top: 0;}
.about-wrap .section .page-6 .items .item .icon .icon-box{display: block; height: 90px; width: 90px; line-height: 90px; font-size: 36px; text-align: center; vertical-align: middle; border-radius: 100%; position: relative; overflow: hidden; z-index: 5; color: #fff; box-sizing: border-box;}
.about-wrap .section .page-6 .items .item .icon .icon-box .icon-con{height: 100%; width: 100%; display: block; background-position: center; background-size: 36px auto; background-repeat: no-repeat; border-radius: 100%;background-color:#e99414;}
.about-wrap .section .page-6 .items .item .content{width: 90%;padding: 30px 0 30px 60px;display: table-cell;}
.about-wrap .section .page-6 .items .item .content .content-box{box-shadow: 0 0 15px rgba(0,0,0,.15);padding: 2em; background-color: #fff; position: relative;}
.about-wrap .section .page-6 .items .item .content .content-box:after{content: ""; position: absolute; width: 1em; height: 1em; left: 0; top: 2.5em; background-color: inherit; box-sizing: border-box; transform-origin: top left; transform: rotate(45deg) translateY(-50%) translateX(-50%); box-shadow: 0 0 15px rgba(0,0,0,.15); z-index: -1;}
.about-wrap .section .page-6 .items .item .content .content-box:before{content: ""; position: absolute; width: 1em; height: 1em; left: 0; top: 2.5em; background-color: inherit; box-sizing: border-box; transform-origin: top left; transform: rotate(45deg) translateY(-50%) translateX(-50%);}
@media screen and (max-width:768px) {
    .about-wrap .section .page-2 .items{padding:20px 0;display: block;}
    .about-wrap .section .page-2 .items .line{display: none;}
    .about-wrap .section .page-2 .items .item{ width: 100%; margin-bottom: 20px;}
    .about-wrap .section .page-2 .items .item .item-before .info .title{font-size: 19px; line-height: 1.4em; margin-bottom: 2px; }
    .about-wrap .section .page-2 .items .item .item-before .info .desc{font-size: 16px; line-height: 1.4em;}
    .about-wrap .section .page-2 .items .item .item-after .item-content{line-height:1.4em;}
    .about-wrap .section .page-3{ display: block;}
    .about-wrap .section .page-3 .page-text,
    .about-wrap .section .page-3 .page-image{width: 100%;}
    .about-wrap .section .page-3 .page-image{margin-top: 10px;}
    .about-wrap .section .page-4 .page-4-swiper { padding:30px 0; }
    .about-wrap .section .page-4 .page-4-swiper .swiper-slide-active {z-index: 2; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1);}
    .about-wrap .section .page-4 .page-4-swiper .swiper-button-next,
    .about-wrap .section .page-4 .page-4-swiper .swiper-button-prev{width:40px; height: 40px; }
    .about-wrap .section .page-4 .page-4-swiper .swiper-button-next:after,
    .about-wrap .section .page-4 .page-4-swiper .swiper-button-prev:after{font-size: 20px;}
    .about-wrap .section .page-5{ display: block;}
    .about-wrap .section .page-5 .page-text,
    .about-wrap .section .page-5 .page-image{width: 100%;}
    .about-wrap .section .page-5 .page-image{margin-top: 10px;}
    .about-wrap .section .page-6 .items { margin-top: 20px; }
    .about-wrap .section .page-6 .items .item{display:block;overflow: hidden;}
    .about-wrap .section .page-6 .items .item .year{line-height:32px;padding: 0;text-align: left;display:block;margin-left: 50px;}
    .about-wrap .section .page-6 .items .item .year strong{ height:auto; font-size: 24px; }
    .about-wrap .section .page-6 .items .item .year strong .indicator{display: none;}

    .about-wrap .section .page-6 .items .item .icon{ position: absolute; left: 0; top: 0; padding-top: 0;display: block;width:32px;}
    .about-wrap .section .page-6 .items .item .icon .icon-box{width:32px;height:32px;line-height: 32px;}
    .about-wrap .section .page-6 .items .item .icon .icon-box .icon-con{ background-size:16px auto; }
    .about-wrap .section .page-6 .items .item .content{margin-left:45px;width:calc(100% - 50px);padding:5px 0 30px 0;display:block;}
    .about-wrap .section .page-6 .items .item .content .content-box{box-shadow: 0 0 5px rgba(0,0,0,.15);padding: 1.2em;}
    .about-wrap .section .page-6 .items .item .content .content-box:after{left: 2.5em; top:0; }
    .about-wrap .section .page-6 .items .item .content .content-box:before{left:2.5em; top:0; }
}




.join-wrap{}
.join-wrap .section{ padding:50px 0; }
.join-wrap .section .page-1{ display: flex; justify-content:space-between; align-items: flex-start;}
.join-wrap .section .page-1 .page-text{width: 64.66666666666666%;color: #666;line-height: 1.65em;}
.join-wrap .section .page-1 .page-text p{margin: .85em 0;}
.join-wrap .section .page-1 .page-image{width: 29.333333333333332%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.join-wrap .section .page-1 .page-image .item{ margin-bottom:5px; padding: 3px;border:1px solid #d1d1d1; width:calc(50% - 2.5px);display: block; font-size: 0;}
.join-wrap .section .page-2{ margin-top: 40px; }
.join-wrap .section .page-2 .page-images{ display:flex;justify-content: space-between; flex-wrap: wrap; }
.join-wrap .section .page-2 .page-images .item{ width: calc(25% - 10px); margin-bottom: 10px; }
.join-wrap .section .page-3{ position: relative; }
.join-wrap .section .page-3 .desc{margin: .85em 0;color: #666;}
.join-wrap .section .page-3 .desc{}
.join-wrap .section .page-3 .btn-box{}
.join-wrap .section .page-3 .btn-box a.btn{display: inline-block;padding: 25px 50px 23px; font-size: 20px; min-width: 200px;background-color: #00adec; border:1px solid #00adec; color: #ffffff;border-radius: 3px;margin: 3px 0; line-height: 1.2em; position: relative; font-weight: 400; text-align: center; max-width: 100%;}
.join-wrap .section .page-3 .btn-box a.btn:hover{ -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out;background-color: rgba(0,173,236,0.9); }
.join-wrap .section .page-3 .btn-box a.btn .iconfont{width: 0; display: inline-block; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out; opacity: 0; font-size:18px;}
.join-wrap .section .page-3 .btn-box a.btn:hover .iconfont{width:1.5em;opacity:1}
.join-wrap .section .page-3 .page-text{overflow: hidden;margin-top: 10px;color: #666;line-height: 1.65em;}
.join-wrap .section .page-3 .page-text p{margin: .85em 0;}
.join-wrap .section .page-4{margin-top: 10px;}
.join-wrap .section .page-4 .w-accor{ height: 375px; width:100%;}
.join-wrap .section .page-4 .w-accor .img_ar{height: 375px !important;}
@media screen and (max-width:768px) {
    .join-wrap .section{ padding:20px 0; }
    .join-wrap .section .page-1{ display: block;}
    .join-wrap .section .page-1 .page-text,
    .join-wrap .section .page-1 .page-image{width: 100%;}
    .join-wrap .section .page-2 .page-images .item{ width: calc(50% - 5px); margin-bottom: 10px; }
    .join-wrap .section .page-3 .btn-box a.btn{padding: 20px 30px; font-size: 16px;}
    .join-wrap .section .page-4 .w-accor,
    .join-wrap .section .page-4 .w-accor .img_ar{height:240px !important;}
}


.keyan-wrap{position: relative;z-index: 1;}
.keyan-wrap .keyan-header{padding-bottom: 10px; width: 100%; clear: both; display: flex; position: relative; align-items: center; justify-content: space-between;}
.keyan-wrap .keyan-header .keyan-title{letter-spacing: 1px;color: #222;font-size: 32px; line-height: 1.4em;font-weight: 400;}
.keyan-wrap .keyan-header .keyan-more { font-size: .9em; color: #919191;flex-shrink: 0; }
.keyan-wrap .list-items{ margin-top: 50px;}
.keyan-wrap .list-items .hr-line{clear: both; display: block; width: 100%; position: relative; margin: 30px 0;border: none; border-bottom:1px solid #d1d1d1;}
.keyan-wrap .list-items .item{overflow: hidden;display: flex; justify-content: space-between; align-items: center;}
.keyan-wrap .list-items .item .item-thumb{ width: 20.5%;position: relative;z-index: 1;vertical-align: middle; }
.keyan-wrap .list-items .item .item-thumb img{ display: block; }
.keyan-wrap .list-items .item .item-body{margin-left: 6%; width: 73.5%;position: relative; min-height: 1px;vertical-align: middle;z-index: 1;}
.keyan-wrap .list-items .item .item-body .item-title{margin: .85em 0;color:#222; font-size: 20px; font-weight: 700;line-height: 1.65em;}
.keyan-wrap .list-items .item .item-body .item-desc{margin: .85em 0;line-height: 1.65em;color: #666;}
.keyan-wrap .list-items .item-more{text-align: right;}
.keyan-wrap .list-items .item-more .more-link{border-radius: 3px;margin: 3px 0; line-height: 1.2em; position: relative; font-weight: 400; text-align: center; max-width: 100%;color: #f8f8f8; border:1px solid #e99414;background-color:#e99414;padding: 12px 16px 10px; min-width: 90px;float: right; display: block;}
.keyan-wrap .list-items .item-more .more-link.gray{background-color: gray; border-color: gray;}
.keyan-wrap .list-items .item-more .more-link:hover{  opacity: 0.6; }
.keyan-wrap .list-items .down-item{position: relative; border: 1px solid #d1d1d1; overflow: hidden; padding: 20px 30px; clear: both; margin: 15px 0; width: 100%;display: flex; align-items: center; justify-content: space-between;}
.keyan-wrap .list-items .down-item .item-title{margin: .85em 0;color:#666;}
.keyan-wrap .page-1{padding: 50px 0; }
.keyan-wrap .page-1 .keyan-body{color: #666;}
.keyan-wrap .page-2{padding: 50px 0;background-color: #f9f9f9;}
.keyan-wrap .page-3{padding: 50px 0;}
.keyan-wrap .page-4{padding: 50px 0;}
.keyan-wrap .page-4 .page-4-nav{  background-color: rgb(249, 249, 249); position: relative;}
.keyan-wrap .page-4 .page-4-nav .menu-items-box{line-height: 95px;width:100%;overflow-x:auto;overflow-y:hidden;-webkit-transition:all 0.5s; margin-top: 20px;}
.keyan-wrap .page-4 .page-4-nav .menu-items-box .items{ line-height: inherit; display:table; margin: 0 auto; height:100%;list-style:none;-webkit-overflow-scrolling:touch;}
.keyan-wrap .page-4 .page-4-nav .menu-items-box .items .item{color: #919191;line-height: inherit;text-align: center; min-width:120px; display: inline-block;position: relative; cursor: pointer;}
.keyan-wrap .page-4 .page-4-nav .menu-items-box .items .item.active{color:#e99414;}
.keyan-wrap .page-4 .page-4-nav .menu-items-box .items .item.active:after{position: absolute; content: ''; bottom: 0; left: 0; right: 0; margin: auto; width: 0; height: 0; border-left:15px solid transparent; border-right: 15px solid transparent; border-bottom:15px solid white;}
.keyan-wrap .page-4 .page-4-content{display: none;}
.keyan-wrap .page-4 .page-4-content.active{ display: block; }
.keyan-wrap .page-5{padding: 50px 0;background-color: #f9f9f9;}
@media screen and (max-width:768px) {
    .keyan-wrap{}
    .keyan-wrap .keyan-header .keyan-title{ font-size: 24px;}
    .keyan-wrap .list-items .item{display: block;}
    .keyan-wrap .list-items .item .item-thumb,
    .keyan-wrap .list-items .item .item-body{ margin-left:0 ;width: 100%; }
    .keyan-wrap .list-items .down-item{display: block; padding: 15px;}
    .keyan-wrap .list-items .down-item .item-more .more-link{width: 100%;}
    .keyan-wrap .page-2,.keyan-wrap .page-3,.keyan-wrap .page-4,.keyan-wrap .page-5{padding: 30px 0; }
}




.signin-wrap{position: relative;padding: 50px 0; z-index: 1;}
.signin-wrap .signin-header{padding-bottom: 10px;width: 100%; clear: both; display: block; position: relative;}
.signin-wrap .signin-header .signin-title{letter-spacing: 1px;color: #222;font-size: 32px; line-height: 1.4em;font-weight: 400;}
.signin-wrap .signin-body{color: #666;min-height: 240px;}
@media screen and (max-width:768px) {
    .signin-wrap{padding:20px 0;}
    .signin-wrap .signin-header .signin-title{ font-size: 25px;}
}


.search-wrap{padding: 50px 0;}
.search-wrap .search-line{margin: 40px 0; border: none; background-color:#d1d1d1; height: 1px; width: 100%;}
.search-wrap .search-form{}
.search-wrap .search-form .search-title{color: #222;font-size: 24px; line-height: 1.4em; margin-bottom: 4px;font-weight: 600;}
.search-wrap .search-form .search-desc{margin: .85em 0;color: #666;}
.search-wrap .search-form .search-box{ font-size: 0;width: 300px; max-width: 100%;}
.search-wrap .search-form .search-box .text-input{vertical-align: middle; width: calc(100% - 39px); padding: 0 5px; height: 40px;border:1px solid #d1d1d1; background-color: #f9f9f9; color: #919191; }
.search-wrap .search-form .search-box .text-button{vertical-align: middle; color: white; font-size:20px; margin-left: -1px; outline: none; width: 40px; height: 40px; background-color:gray; border: none; }
.search-wrap .search-form .search-box .text-button:hover{ background-color:#e99414; }
.search-wrap .search-list .search-info{color: #919191;font-weight: 600; font-size: 1.1em;padding-bottom: 20px;line-height: 1.4em; margin-bottom: 4px;}
.search-wrap .search-list .item{ padding-bottom: 40px;display: flex;align-items: flex-start;justify-content: space-between; }
.search-wrap .search-list .item .item-number{ flex-shrink: 0; background: #f9f9f9;box-shadow: 0px 0px 1px 0px rgba(0,0,0,.2); height: 44px; line-height: 24px; padding: 10px; text-align: center; border-radius: 100px; width: 44px; margin-right: 15px;}
.search-wrap .search-list .item .item-body{width: 100%;}
.search-wrap .search-list .item .item-body .item-title{font-size: 19px;line-height: 1.3em;color: #222;margin-bottom: 10px;font-weight: 600;}
.search-wrap .search-list .item .item-body .item-title a{font-weight: inherit; text-decoration: none; color: inherit;}
.search-wrap .search-list .item .item-body .item-title a:hover{text-decoration:underline;}
.search-wrap .search-list .item .item-body .item-infos{color: #919191;font-size: .9em; position: relative; top: -8px; display: block;}
.search-wrap .search-list .item .item-body .item-infos a{color: inherit;}
.search-wrap .search-list .item .item-body .item-infos a:hover{ color: #e99414; }
.search-wrap .search-list .item .item-body .item-desc{margin: .85em 0;color: #666;}



.entry-header{ display:flex;justify-content: space-between; }
.entry-header .entry-title{letter-spacing: 1px;font-weight: 400;color: #222;font-size: 32px;line-height: 1.4em;}
.entry-header .entry-more{font-size: .9em;color: #919191;}
.entry-header .entry-more:hover{ color:#e99414; }
@media screen and (max-width:768px) {
    .entry-header .entry-title{ font-size: 24px; }
}



.common-banner {min-height:464px;position: relative;background:#efefef;display: flex;align-items: center;justify-content: center;}
.common-banner.cb-height{min-height: 230px;}
.common-banner .banner-bg {position: absolute;margin: 0;padding: 0;top: 0;left: 0;right: 0;bottom: 0;opacity: 1;transition: opacity .6s ease-in;z-index: 0;background-repeat: no-repeat;background-position:center;background-size: cover;}
.common-banner .banner-bg:after{ content: ''; position: absolute;top: 0;left: 0;width: 100%;height:100%;background:linear-gradient(to right,rgb(0 0 0 / 50%),rgb(0 0 0 / 0%))}
.common-banner .container{position: relative; z-index: 1; }
.common-banner .common-banner__title { font-size:46px; font-weight: 400; color:white; padding: 0; text-transform: uppercase;line-height: 1.4em;letter-spacing: 1px;}
.common-banner .common-banner__content_title { font-size:38px; font-weight: 400; color:white; padding: 0; text-transform: uppercase;line-height: 1.4em;letter-spacing: 1px;}
.common-banner .common-banner__desc {font-size:38px;line-height: 1.4em;font-weight: 400;letter-spacing: 1px;color:rgba(255,255,255,1); text-transform: uppercase;}
@media screen and (max-width:768px) {
    .common-banner {min-height:284px;}
    .common-banner.cb-height{min-height:160px;}
    .common-banner .common-banner__title { font-size:32px;}
    .common-banner .common-banner__content_title { font-size:24px; }

    .common-banner .common-banner__desc{font-size:20px;}
}




.common-nav{position:sticky;top: 120px; width: 100%;-webkit-perspective: 1000px;-webkit-backface-visibility: hidden;line-height: 1.65em;background-color: #f9f9f9; color: #888;z-index: 98;}
.common-nav .more-menu{ color: #e99414; display: none;min-height: 52px;line-height: 52px;text-align: center; font-size:24px;}
.common-nav ul.items {min-height: 52px;display: flex; align-items: center; justify-content: flex-end;}
.common-nav ul.items li.item{ display: inline-block; }
.common-nav ul.items li.active a{ color: #e99414; }
.common-nav ul.items li a{padding: 0 10px 0 12px; display: block;color: #a0a0a0;border-right:1px solid #e1e1e1;}
.common-nav ul.items li:last-child a{ border-right: none; }
@media screen and (max-width:768px) {
    .common-nav{top:80px; }
    .common-nav .container{width: 100%;max-width: 100%;}
    .common-nav .more-menu{ display: block;}
    .common-nav ul.items {display: none;}
    .common-nav ul.items.on {display: block;}
    .common-nav ul.items li.item{display: block; border-top: 1px double #e1e1e1; border-right: none;}
    .common-nav ul.items li.item a{padding:10px 20px; text-align: center;}
}


.common-layer{ position: relative; }
.common-layer:after{position: absolute;content: ''; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255,255,255,0);  background-size: 60px; background-position: center; background-repeat: no-repeat;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;}
.common-layer:before{position:absolute;content:'';top:0;left:0;width:100%;height:100%;background-size:60px; background-position:center;background-repeat:no-repeat;-webkit-transition: all 0.3s ease-out 0s; -moz-transition: all 0.3s ease-out 0s; -o-transition: all 0.3s ease-out 0s; transition: all 0.3s ease-out 0s;opacity: 0;z-index:1;}
.common-layer:hover:after{background-color: rgba(255,255,255,0.8);}
.common-layer:hover:before{background-image: url(../image/logo-layer.png);opacity: 1;}



.common-empty{ padding:150px 0; text-align: center; width: 100%;}
.common-empty p{ font-size:14px; color: #676767;margin-top:24px; }
.common-empty span{ font-size:64px;  color: #afafaf; }



.pagination{ height: 35px; font-size: 14px; }
.pagination .item{ box-sizing: unset; font-size:12px;float:left;background:#f9f9f9;min-width:25px; padding: 0 5px;line-height:35px;text-align:center; border-radius:3px; margin-right:5px; box-shadow: 0px 0px 1px 0px rgba(0,0,0,.2);margin-bottom: 5px;}
.pagination a.item:hover{ background-color: gray; color: white; }
.pagination .active{font-weight:700}
.pagination .btn{font-size: 18px;}
.pagination .pagination-meta{float:right;line-height:35px;color: #919191; font-size: 12px;}


.footer-contact{padding-top: 15px; padding-bottom: 30px;background-color: #f2f2f2; color: #5e5e5e;}
.footer-contact .widget-items{ display: flex; align-items: flex-start; justify-content: space-between; }
.footer-contact .widget-items .item{margin: 30px 0; overflow: hidden; margin-left: 6%;width: 29.333333333333332%;}
.footer-contact .widget-items .item:first-child{margin-left: 0;}
.footer-contact .widget-items .item .widget-title{margin-top: .85em; color: #444;font-weight: 600;font-size: 1.1em;margin-bottom: 18px;}
.footer-contact .widget-items .item .widget-text{}
.footer-contact .widget-items .item .widget-text p {font-size: .9em;line-height: 1.6em;margin: .85em 0;}
.footer-contact .widget-items .item .menu-box{}
.footer-contact .widget-items .item .menu-box .menu{}
.footer-contact .widget-items .item .menu-box .menu .menu-item{position: relative; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; clear: both; font-size: 14px; line-height: 1.6em;}
.footer-contact .widget-items .item .menu-box .menu .menu-item a {display: block;padding: 0 0 8px;text-decoration: none; color: #616161;}
.footer-contact .widget-items .item .wx-box{display: flex;justify-content: space-between;align-items: center;}
.footer-contact .widget-items .item .wx-box .image{ height: 120px; flex-shrink: 0; margin-right:20px; }
.footer-contact .widget-items .item .wx-box .image img{height: inherit;}
.footer-contact .widget-items .item .wx-box .info{}
.footer-contact .widget-items .item .wx-box .info .title{ font-weight: 700;font-size: 16px; }
.footer{background-color: #f2f2f2;color: #777;font-size: 11px; margin-top: -1px; z-index: 1;padding-top: 15px; padding-bottom: 15px;}
@media screen and (max-width:768px) {
    .footer-contact .widget-items{display: block;}
    .footer-contact .widget-items .item{margin-left:0;width:100%;}
}