@font-face { font-family: "BebasNeue"; src: url("./fonts/BebasNeue.otf") format("opentype"); font-weight: normal; font-style: normal; }
@font-face{ font-family: play; src: url(../fonts/PLAYFAIRDISPLAY-REGULAR.TTF);}
@font-face{ font-family: play-black; src: url(../fonts/PLAYFAIRDISPLAY-BLACK.TTF);}
@font-face{ font-family: play-bold; src: url(../fonts/PLAYFAIRDISPLAY-BOLD.TTF);}

body {
    padding: 0px;
    margin: 0px;
    font-size: 1rem;
    font-family: 'Microsoft YaHei';
    color: #000000;
    background: #fff;
}

.cent-English {
    font-family:'MontserratBold';
}
.number-English {
    font-family:'BebasNeue';
}

/*-webkit-scrollbar ​滚动条整体部分
​-webkit-scrollbar-button​ 滚动条两端的按钮
​-webkit-scrollbar-track ​外层轨道
​-webkit-scrollbar-track-piece​ 内层轨道，滚动条中间部分（除去）
​-webkit-scrollbar-thumb​ 内嵌滑块
​-webkit-scrollbar-corner​ 边角
​-webkit-resizer ​定义右下角拖动块的样式*/
p[align=center] {
    text-align:center;
}
p[align=right] {
    text-align:right;
}
p[align=left] {
    text-align:left;
}

html,body{
    min-height: 100%;
}
div,
ul,
li,
p,
form {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.transition-04,.transition-04:after,.transition-04:before{
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.transition-06,.transition-06:after,.transition-06:before{
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
.transition-08,.transition-08:after,.transition-08:before{
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
a {
    text-decoration: none;
    font-family: Microsoft Yahei;
    color: #343434;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -moz-transition: all 500ms;
}
a:hover {
    color: inherit;
}

.img-box {
    display: inline-block;
    width:100%;height:auto;
    position: relative;
    background: #f7f7f7;
    margin-right:15px;
    z-index: 10;
}
.img-box ._img {
    float:left;
    position: relative;
    display: inline-block;
    width:100%;height:0;
    padding-bottom:65%;
    overflow: hidden;
}
.img-box .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #f7f7f7 center center no-repeat;
  background-size: cover;
}
._img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
._img img{
    position: absolute;
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
    -moz-transition: all 500ms;
    max-width: 100%;
    max-height: 100%;
    width:100%;
    height: 100%;
    top:0;left:0;
    /*object-fit: contain;*/
    object-fit: cover;
}
._img:hover img{
    transform:scale(1.1);
}

.font-justify {    
    display: inline-block;
    text-align: justify;
    overflow: hidden;
    vertical-align: top;
}
.font-justify:after {
  content:'';
  width: 100%;
  display: inline-block;
  overflow: hidden;
  height: 0;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-3x2 {
  --bs-aspect-ratio: 66.6666666667%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.bg-white {
    background: #fff;
}
.bg-my {
    background: #fff;
}

.header {
    z-index: 200;
    position: sticky;
    top:0px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
    z-index: 2999;
    /*background: rgba(255,255,255,.6);*/
    background: #fff;
}
.header-top {
    background: #DD732C;
    height:40px;
    font-size:14px;
}
.header-top .dropdown{
    line-height: 40px;
}
.header-top a{
    color:#fff;
    display: block;
}
.header-top .dropdown-menu a{
    text-align: center;
    font-size:14px;
    color:#666;
    line-height: 30px;
    border-bottom:1px solid #DBDEE0;
}
.header-top .dropdown-menu li:last-of-type a{
    border:none;
}
.header-top .dropdown-menu a.action{
    color:#DD732C;
    font-weight: bold;
}
.header .search-box{
    height:24px;
    line-height: 24px;
    font-size:14px;
}
.header .search-box input{
    background: #F5F5F5;
    width:140px;
    border:none;
    color:#767676;
    float:left;
    outline: unset;
    border-radius: 3px;
    padding-left:10px;
}
.header .search-box button{
    padding-right:10px;
    float:left;
    background: #F5F5F5;
    border:none;
    color:#767676;
    outline: unset;
}

.follow_btn {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding:15px 10px;
    line-height: 30px;
    margin-right:-10px;
    font-size:18px;
    color:#696969;
}
.follow_btn:hover {
    color:#DD732C;
}
.follow_btn .img-box{
    width:120px;
    top:50px;
    left:50%;
    padding:0;
    position: absolute;
    z-index: 99999;
    border:none solid transparent;
    margin:0;
    background: #fff;
    margin-left:-60px;
}
.follow_btn:hover .img-box{
    border-color:#e9e9e9;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.05);
}
.follow_btn .img-box ._img{
    padding-bottom:0 !important;
}
.follow_btn:hover .img-box{
    padding:5px;
}
.follow_btn:hover ._img{
    padding-bottom:110px !important; 
}


.w-75 {
    width: 90% !important;
    min-width: 1240px;
}

@media (min-width: 1600px) {
    .w-75 {
        width: 80% !important;
    }
}
@media (min-width: 1960px) {
    .w-75 {
        width: 75% !important;
        max-width:1560px;
    }
}

.thumb-span {
    overflow: hidden;
}

.ie .ratio-1x1 {
  padding-top: 100%;
}

.ie .ratio-3x2 {
  padding-top: 66.6666666667%;
}

.ie .ratio-4x3 {
  padding-top: 75%;
}

.ie .ratio-16x9 {
  padding-top: 56.25%;
}
.ie .ratio-21x9 {
  padding-top: 42.8571428571%;
}

.thumb-span span {
    background: center center no-repeat;
    background-size: cover;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
}

/* 导航 */

.nav {
    height: 60px;
    width: 100%;
    line-height: 60px;
}

.nav-pills {
    font-size: 16px;
}

.nav-pills li {
    padding: 0;
    color: #fff;
}

.nav-pills li a:hover {
    border-bottom: 2px solid #fff;
    font-weight: 700;
    border-radius: 0;
}

.nav-pills .nav-link {
    white-space: nowrap;
    padding: 0;
    color: #333;
    background: transparent;
}
.nav-pills .nav-link {

}

/* 二级 */
#navlist .nav-item  {
    padding: 0;
    float: none;
    background: transparent;
    line-height: 40px;
    position: relative;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
}

#navlist li.nav-item>a {
    height:100%;
    margin: 0px;
    display: flex;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    align-items: center;
    justify-content: center;
    padding: 0;
}

#navlist li.nav-item:hover,
#navlist li.nav-item.active {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: 700;
    border-radius: 0;
    background: transparent;
}
#navlist li.nav-item a.now,
#navlist li.nav-item:hover>a{
    font-weight: normal;
    color: #fff;
    border:none;
}
#navlist .sub-menus {
    width:180px;
    position: absolute;
    display: none;
    color:#fff;
    z-index: 99;
    padding: 10px 0;
    font-size:15px;
    /*margin-top:2px;*/
    margin-left:calc(50% - 90px);;
    left: 0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-top:2px solid #DD732C;
}
#navlist .sub-menus a{
    line-height: 20px;
    padding:10px 0;
    display: block;
    font-weight: normal;
}
#navlist .sub-menus a:hover{
    border:0px;
    color:#333;
}
.header #navlist li.nav-item>a {
    color:#333;
}
.header  .sub-menus a:hover{
    border:0px;
    color:#DD732C;
}
.header #navlist .sub-menus {
    color:#333;
}
.header #navlist li.nav-item:hover,
.header #navlist li.nav-item.active {
    color: #333;
    border-bottom: 2px solid #DD732C;
}
.header #navlist li.nav-item.active a.nav-link{
    color: #DD732C;
    font-weight: bold;
}
.header #navlist li.nav-item a.now.nav-link,
.header #navlist li.nav-item:hover a.nav-link{
    color: #DD732C;
}

.header #navlist .sub-menus a:hover{
    background: #eee;
    color: #DD732C;
}

.header-tel {
    line-height: 98px;
    font-size: 18px;
    font-weight: 700;
}
.header-tel a{
    color: #fff;
}
.header-tel i{
    color:#fff;
}
.header .header-tel a{
    color: #DD732C;
}
.header .header-tel i{
    color:#b6b6b6;
}

.news_column {
    font-size: 26px;
    color: #DD732C;
}

.news_column span {
    display: block;
    font-size: 16px;
    color: #DD732C;
}


.nav_menu .box{position:absolute;right:0px;top:100px;width:100%;background:#f7f7f7;overflow:hidden;filter:alpha(opacity=0);padding:0;}
.nav_menu .cont{
    width: 100%;
    position: relative;
    left: 0;
    background: #f7f7f7;
    z-index: 10;
    transition: .5s;
    display: flex;
    height: 0;
    overflow: hidden;
    align-items: center;
    height:270px;
}
.nav_menu .cont .right{
    display: flex;
    align-items: center;
}
.nav_menu .cont .right .sublist{
    padding: 40px;
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
}
.nav_menu .cont .right .sublist a{
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #333;
    text-decoration: none;
    display: block;
    padding: 0 50px;
}
.nav_menu .cont .right .sublist a:hover{
    color: #ed6c00;
}

.nav_menu .cont .left{
    border-right: 1px solid #ddd;
    display: block;
    box-sizing: border-box;
    text-decoration: none;
}
.nav_menu .cont .left p{
    line-height: 1em;
    display: flex;
    color: #333;
    font-size: 16px;
    padding-bottom: 10px;
    align-items: center;
}
.nav_menu .cont .left .img{
    width:100%;
    height:120px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float:left;
}
.nav_menu .cont .left .img img{
    -moz-transition: all 500ms;
    max-width: 100%;
    max-height: 100%;
    width:100%;
    height:100%;
    object-fit: cover;
}


.j_tab{ display:table; width:100%; height:100%;}
.j_tab_cel{ display:table-cell; vertical-align:middle; width:100%; height:100%;}
.tc{ transition:all ease 300ms; position: fixed; width: 100%; height: 100%;  top: 0; left: 0; z-index:9999; pointer-events: none; visibility:hidden; opacity:0;  transition:.5s; overflow: auto;}
.tc[name=tc_search]{ opacity:1;}
.tc.act{  display: block;  pointer-events: auto; visibility:visible; opacity:1;}
.tc-box{
  box-sizing:border-box; z-index:999;
  display: block;
  position:relative;
  }
.tc_close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right: 30px; top: 30px;}
.tc_bg { height: 100%; background: rgba(0,0,0,.7); position: absolute; top: 0; left: 0; width: 100%; z-index: 0; filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0; transition:.5s; }
.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }
.tc1 .tc{ pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; position:  fixed;width:  100%;height:  100%;top: 0;z-index: 99999;}
.tc1 .tc.act{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto; }
.tc1 .tc-box{ position:absolute;  background: #309dd5; overflow: hidden;top:50%;z-index:9999; width: 11rem; left:50%;margin-left: -5.5rem;margin-top: -5.5rem;}
.tc1 .tc.act .tc-box{  transform:scale(1);}
.tc1 .tc.act{ display: block;  }
.tc1 .close{ position: absolute; cursor:pointer;font-size: 20px;right: 30px;top: 30px; }
.tc1 .tc-box h3 img{ width:10rem; height:10rem; margin:.5rem;}
.tc1 .tc-box h5{ width:11rem; height:3rem; line-height:3rem; font-size:1rem; color:#fff; text-align:center}

.tc .j_tab{ table-layout: fixed;}
.tc.act .tc-box{ opacity: 1;}
.tc_close{ position: absolute; cursor:pointer; color:#e13a39; font-size:30px; right:15px; top: 15px;}
.tc_bg { height: 100%; background: rgba(0,0,0,.7); position: absolute; top: 0; left: 0; width: 100%; z-index: 0;}
.tc.act .tc_bg{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1; transition:.5s; }
.tc_shipin{  width:64rem;  max-width: 90%; margin:0 auto;  background:none; position:relative; }
.tc_shipin .video-js{ width:100%; height:100%; position: relative; left: 0; top: 0; right: 0; bottom: 0; padding-top: 60%;}
.tc_shipin .tc_close{ display:block; width:1.5rem; height:1.5rem; position:absolute; top:-2rem; right:-3rem; border-radius:50%;}
.tc_shipin .tc_close img{ display:block; position:absolute; width:1rem; height:1rem; left:50%; top:50%; margin-top:-.5rem; margin-left:-.5rem; }
.tc_shipin .tc_close:hover img{ transform:rotate(90deg); -webkit-transform:rotate(90deg);  -moz-transform:rotate(90deg);-moz-transition: all 0.6s ease-in-out;-webkit-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.video-js{    width: 100% !important;
    height: 100% !important;}
.video-js .vjs-big-play-button{ left:50% !important; top:50% !important; margin-left:calc(-1.6rem - 5px); margin-top:calc(-1.6rem - 5px); border: 2px solid #fff !important;}
video{object-fit:fill;  }
.vjs-poster{ background-size: cover !important;}



.vid-wrap {
    width: 100%;
    background: #000;
    position: relative;
    /*padding-bottom: 56.25%;*/
    /*需要用padding来维持16:9比例,也就是9除以16*/
    /*height: 0;*/
    height:100%;
}

.vid-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/*解决方案 start*/


    .solution-slide  {
        padding:0 80px;
    }
    .solution-slide .solution-item {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        margin-bottom:16px;
    }
    .solution-slide .solution-item p{
        position: absolute;
        width:100%;
        height:40px;
        line-height: 40px;
        color:#fff;
        z-index: 99;
        bottom:0px;
        left:0px;
        text-align: center;
        background: rgba(0,0,0,.6);
        transition: all 0.4s;
    }
    .solution-slide .swiper-slide .solution-item:before {
        content:'';
        position: absolute;
        top:0px;
        left:0px;
        z-index: 10;
        width:100%;
        height:100%;
        border-radius: 10px;
        border:4px solid transparent;
        transition: all 0.4s;
    }
    .solution-slide .swiper-slide:after {
        display: block;
        position: absolute;
        width: 0px;
        height: 0px;
        content: "";
        bottom:20px;
        left:calc(50% - 15px);
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
        border-top: 15px solid transparent;
        border-bottom: 0 solid transparent;
        transition: all 0.4s;
    }

    .solution-slide .swiper-slide-active .solution-item:before {
        border-color: #DD732C;        
    }
    .solution-slide .swiper-slide:hover .solution-item:before {
        border-color: rgba(221, 115, 44,.8);
    }
    .solution-slide .swiper-slide-active:after{
        bottom:3px;
        border-top-color:#DD732C;        
    }
    .solution-slide .swiper-slide:hover:after {
        bottom:3px;
        border-top-color:rgba(221, 115, 44,.8);
    }

    .solution-slide .swiper-slide-active .solution-item p {
        background: #DD732C;        
    }
    .solution-slide .swiper-slide:hover .solution-item p {
        background: rgba(221, 115, 44,.8);
    }
    .solution-slide .solution-item ._img{

    }
    .solution-slide .solution-item ._img img{
        object-fit: cover;
    }

.solution-slide .swiper-button>div{
    display: inline-block;
    text-align: center;
    top:calc(50% - 8px);
    width:46px;
    height:46px;
    line-height:44px;
    border:1px solid #D0D0D2;
    font-weight: bold;
    border-radius: 50px;
    color:#7D7F84;
    transition: all 400ms;
}

.solution-slide .swiper-button>div:hover{
    color:#fff;
    border-color:#DD732C;
    background: #DD732C;
}
.solution-slide .swiper-button>div:after{
    font-size:18px !important;
}
.solution-slide .swiper-button>div:first-of-type{
    padding-right:5px;
    left:0px;
}
.solution-slide .swiper-button>div:last-of-type{
    right:0px;
    padding-left:5px;
}
.solution_descs {
    padding:0 80px;
}
.solution_descs .desc-title{
    font-size:20px;
}
.solution_descs .desc-title span{
    color:#DD732C;
    line-height: 1em;
    height: 1em;
}
.solution_descs .desc-title:before{
    content:'';
    display: inline-block;
    width:2px;
    height:1em;
    margin-right:9px;
    background: #DD732C;
}
.solution_descs .desc-content{
    line-height: 2em;
    color:#7D7F84;
}
.solution_descs .desc-content .content{
    width: 80%;
}
/*相关产品*/
.solution_relation {
    background: #F6F7FB;
}
.solution_relation .relation-title{
    font-size:24px;
    color:#DD732C;
    text-align: center;
    line-height: 1em;
}
.solution_relation .relation-title:before,
.solution_relation .relation-title:after{
    width:20px;
    height:2px;
    content:'';
    display: inline-block;
    background: #DD732C;
    margin:0 5px;
}
.relation-product-item {

}
.relation-product-item ._img{
    border:0px solid #979797;
    transition: background 0.4s;
    background: linear-gradient(132deg, #E2E2E2 0%, #F8F8F8 46%, #E2E2E2 100%);
}
.relation-product-item ._img:after{
    display: block;
    width:100%;
    height:100%;
    content:'';
    border:1px solid #DD732C;
    border-bottom:0;
    opacity: 0;
    transition: all 0.4s;
}
.relation-product-item .title{
    background: #fff;
    transition: all 0.4s;
}
.relation-product-item:hover ._img{
    background:#fff;
}
.relation-product-item:hover ._img:after{
    opacity: 1;
}
.relation-product-item:hover img{
    transform:scale(1.1);
}
.relation-product-item:hover .title{
    background:#DD732C;
    color:#fff;
}
.relation-product-item .title i{
    display: inline-block;
    background: #DD732C;
    color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0.8em;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    transition: all 0.4s;
}
.relation-product-item:hover .title i{
    background: #fff;
    color: #DD732C;
}
/*解决方案 end*/
/*科技创新 start*/

.tabmenu {

}
.tabmenu .menu-item{
    position: relative;
    cursor: pointer;
}
.tabmenu .title{
    position: relative;
    color:#7D7F84;
    font-size:30px;
    font-weight: 500;
    text-align: center;
    line-height: 2em;
    z-index: 99;
    transition: all 0.4s;
    padding-bottom:10px;
}
.tabmenu .title:after{
    content:'';
    display: inline-block;
    position: absolute;
    bottom:-1px;
    left:calc(50% - 1.2em);
    width:2.4em;
    height:3px;
    background: transparent;
    transition: all 0.4s;
}
.tabmenu .en-title{
    line-height: 1em;
    top:0px;
    left:0px;
    width:100%;
    position: absolute;
    color:#D0D0D2;
    font-size:36px;
    text-align: center;
    opacity: 0.3;
    z-index: 0;
}
.tabmenu .menu-item:hover .title,
.tabmenu .active .title{
    color:#DD732C;
}
.tabmenu .menu-item:hover .title:after,
.tabmenu .active .title:after{
    background: #DD732C;
}
.tabmenu .active{

}
.tabcontent {

}
.tabcontent .swiper{
    position: relative;
}
.tabcontent .swiper:before,
.tabcontent .swiper:after{
    position: absolute;
    width:50px;
    height:100%;
    display: inline-block;
    content:'';
    top:0;
    z-index: 9999;
}
.tabcontent .swiper:before{
    left:0px;
    background: linear-gradient(to left,rgba(255,255,255,0) 0%, #fff 100%);
}
.tabcontent .swiper:after{
    right:0px;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%, #fff 100%);
}


.tabcontent .content-item{
    display: none;
}
.tabcontent .content-item.active{
    display: block;
}
.tabcontent .content-item .desc{
    font-size:21px;
    color:#7D7F84;
}
.page-keyan .slide-box{
    padding:0 80px;
}
.page-keyan .slide-box .swiper-slide {
    width: 33%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    opacity: 0.9;
    background: #fff;
}

.page-keyan .slide-box .swiper-slide .ratio-100x128{
    --bs-aspect-ratio: 136%;
}
.page-keyan .slide-box .swiper-slide.swiper-slide-prev{
    color:#7D7F84;
    opacity: 0.9;
    transform: scale(0.8) translateX(10%);
}
.page-keyan .slide-box .swiper-slide.swiper-slide-next{
    opacity: 0.9;
    color:#7D7F84;
    transform: scale(0.8) translateX(-10%);
}


.page-keyan #rongyu-slide2.slide-box .swiper-slide{
    opacity: 0.9;
    color:#7D7F84;
    transform: scale(0.65) translateX(50%);
}
.page-keyan #rongyu-slide2.slide-box .swiper-slide.swiper-slide-active{
    transform: scale(1) translateX(0);
}
.page-keyan #rongyu-slide2.slide-box .swiper-slide.swiper-slide-prev{    
    color:#7D7F84;
    opacity: 0.9;
    transform: scale(0.8) translateX(10%);
}
.page-keyan #rongyu-slide2.slide-box .swiper-slide.swiper-slide-next{
    opacity: 0.9;
    color:#7D7F84;
    transform: scale(0.8) translateX(-10%);
}
.page-keyan #rongyu-slide2.slide-box .swiper-slide.swiper-slide-next~.swiper-slide{
    opacity: 0.9;
    color:#7D7F84;
    transform: scale(0.65) translateX(-50%);
}
.page-keyan #rongyu-slide2  .swiper-slide{
    width: 25%;
}
.page-keyan #rongyu-slide2 .swiper:after{
    content:'';
    width:30px;
    height:100%;
    display: inline-block;
    background: #fff;
    top:0;
    left:0;
    z-index: 999999;
    position: absolute;
}
.page-keyan #rongyu-slide2 .swiper:before{
    content:'';
    width:30px;
    height:100%;
    display: inline-block;
    background: #fff;
    top:0;
    right:0;
    z-index: 999999;
    position: absolute;
}

.page-keyan .slide-box .swiper-slide.swiper-slide-duplicate>div{
    /*transform: scale(0.65) translateX(0);*/
}



.page-keyan .slide-box .swiper-slide img{
    padding:15px;    
    object-fit: cover;
}
.page-keyan .slide-box .swiper-slide div.ratio{
    background: rgba(0,0,0,0.6);
    background: #fff;
    box-shadow: 0 8px 20px #ddd;
}
.page-keyan .slide-box .swiper-slide div.ratio:after{
    position: absolute;
    width:100%;
    height:100%;
    background: url(../../images/border-zhuanli.png) center center no-repeat;
    background-size: 100% 100%;
    content:'';
    top:0;
    left:0;
    display: inline-block;
}

.page-keyan .slide-box.rongyu-slide .swiper-slide div.ratio:after{    
    background: url(../../images/page_ryzz-border.png) center center no-repeat;
    background-size: 100% 100%;
}
.page-keyan .slide-box.rongyu-slide .swiper-slide div.ratio img{
    padding:8px;
    object-fit: cover;
}

.page-keyan .slide-box .swiper-slide-active,
.page-keyan .slide-box .swiper-slide-duplicate-active {
    background: rgba(255,255,255,0.6);
    opacity: 1;
    color:#1C1C1C;
    transform: scale(1);
}

.page-keyan .slide-box .swiper-button>div{
    display: inline-block;
    text-align: center;
    top:calc(50% - 8px);
    width:46px;
    height:46px;
    line-height:44px;
    border:1px solid #D0D0D2;
    font-weight: bold;
    border-radius: 50px;
    color:#7D7F84;
    transition: all 400ms;
}

.page-keyan .slide-box .swiper-button>div:hover{
    color:#fff;
    border-color:#DD732C;
    background: #DD732C;
}
.page-keyan .slide-box .swiper-button>div:after{
    font-size:18px !important;
}
.page-keyan .slide-box .swiper-button>div:first-of-type{
    padding-right:5px;
    left:0px;
}
.page-keyan .slide-box .swiper-button>div:last-of-type{
    right:0px;
    padding-left:5px;
}

    .yanfa_adv {
        position: relative;
    }
    .yanfa_adv .text-box{
        position: absolute;
        text-align: center;
        top:0;
        left:0;
        color:#fff;
        width:100%;
    }
    .yanfa_adv .text-box span{
        width:20%;
        height:3px;
        display: inline-block;
        border-radius: 3px;
        overflow: hidden;
        background: rgba(255,255,255,.6);
    }
    .yanfa_adv .text-box .title{
        font-size:52px;
        line-height: 1.8;
    }
    .yanfa_adv .text-box .en{
        font-size:20px;
        color:rgba(255,255,255,.8);
    }
    .yanfa_adv .bg{
        width:100%;
        overflow: hidden;
    }
    .yanfa_adv .bg img{
        width:100%;
        height:100%;
        object-fit: cover;
    }
/*科技创新 end*/

/*旗下企业 start*/
.page_companys .main-slide {
    background: #fff;
}
.page_companys .main-pagination{

}
.page_companys .main-pagination>div{
    position: relative;
    display: inline-block;
    top:auto;
    left:inherit;
    right:auto;
    bottom:auto;
    margin:auto;
    text-align: center;

    width:46px;
    height:46px;
    line-height:44px;
    border:1px solid rgba(255,255,255,.6);
    font-weight: bold;
    border-radius: 50px;
    color:rgba(255,255,255,.6);
    margin-left:20px;
    transition: all 400ms;
}
.page_companys .main-pagination>div:after{
    color:rgba(255,255,255,.8);
    font-size:18px !important;
}
.page_companys .main-pagination>div:hover{
    color:rgba(255,255,255,.8);
    border-color:rgba(255,255,255,.8);
}
.page_companys .main-pagination>div:hover:after{
    color:#fff;
}
.page_companys .main-pagination>div:first-of-type{
    padding-right:5px;
}
.page_companys .main-pagination>div:last-of-type{
    padding-left:5px;
}

.page_companys .companys-about {
    position: relative;
    overflow: hidden;

}
.page_companys .companys-about .companys-about-left{
    position: absolute;
    width:80%;
    border-radius: 30px;
    overflow: hidden;
}
.page_companys .companys-about .companys-about-left img{
    width:100%;
}
.page_companys .companys-about .companys-about-right{
    float:right;
    width:45%;
    min-width: 500px;
    max-width: 640px;
    position: relative;
    margin-top:80px;
    right:0px;
    background: #DD732C;
    border-radius: 15px;
    overflow: hidden;
    color:#fff;
}
.page_companys .companys-about .companys-about-right .title{
    font-size:2rem;
}
.page_companys .companys-about .companys-about-right .about-content p{
    text-align: justify;
    line-height: 2em;
}
.page_companys .companys-about .companys-about-right .about-content ul{
    margin-top:1.5em;
}
.page_companys .companys-about .companys-about-right .about-content ul li{
    display: inline-block;
    margin-right:10px;
    margin-bottom:10px;
}
.page_companys .companys-about .companys-about-right .about-content ul a{
    border-radius: 30px;
    border:1px solid rgba(255,255,255,.55);
    overflow: hidden;
    display:block;
    padding:10px 30px;
    color:rgba(255,255,255,.8);
}
.page_companys .companys-about .companys-about-right .about-content ul a:hover{
    background: #fff;
    color:#DD732C;
}
.page_companys .companys-about .companys-about-right .more a{
    color:rgba(255,255,255,.8);
}
.page_companys .companys-about .companys-about-right .more a:hover{
    color:rgba(255,255,255,1);
}
.page_companys .rongyu-item .img{
    position: relative;
    padding:10px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
}
.page_companys .rongyu-item .img:after{
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    content:'';
    background:url(../../images/page_ryzz-border.png) center center no-repeat;
    background-size: 100% 100%;
    top:0;left:0;
    z-index: 99;
}


.companys-rongyu .rongyu-pagination>div{
    display: inline-block;
    text-align: center;

    width:46px;
    height:46px;
    line-height:44px;
    border:1px solid #D0D0D2;
    font-weight: bold;
    border-radius: 50px;
    color:#7D7F84;
    transition: all 400ms;
}

.companys-rongyu .rongyu-pagination>div:hover{
    color:#fff;
    border-color:#DD732C;
    background: #DD732C;
}
.companys-rongyu .rongyu-pagination>div:after{
    font-size:18px !important;
}
.companys-rongyu .rongyu-pagination>div:first-of-type{
    padding-right:5px;
    left:-60px;
}
.companys-rongyu .rongyu-pagination>div:last-of-type{
    right:-60px;
    padding-left:5px;
}

.companys-product .companys-product-item {
    border:1px solid #979797;
}
.companys-product .companys-product-item ._img{
    border:0px solid #979797;
    background: linear-gradient(132deg, #E2E2E2 0%, #F8F8F8 46%, #E2E2E2 100%);
    transition:all 400ms;
}
.companys-product .companys-product-item ._img:after{
    display: block;
    width:100%;
    height:100%;
    content:'';
    border-bottom:0;
    opacity: 0;
}
.companys-product .companys-product-item .title{
    transition:background 400ms;
    font-size:20px;
    line-height: 20px;
}
.companys-product .companys-product-item .title span{
    /*font-size:15px;*/
    transform:translate(-10px);
    opacity: 0;
}
.companys-product .companys-product-item:hover ._img{
    background:#fff;
}
.companys-product .companys-product-item:hover ._img:after{
    opacity: 1;
}
.companys-product .companys-product-item:hover img{
    transform:scale(1.1);
}
.companys-product .companys-product-item:hover .title{
    background:#DD732C;
    color:#fff;
}
.companys-product .companys-product-item:hover .title span{
    transform:translate(10px);
    opacity: 1;
}

/*旗下企业 end*/

/*荣誉资质列表*/
.list3c-item {
    
}
.list3c-item .img{
    position: absolute;
    padding:10px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.3);
    overflow: hidden;
}
.list3c-item .img img{
    overflow: hidden;
    transition:all 400ms;
    width:100%;
    height:100%;
    object-fit: cover;
}
.list3c-item .img:after{
    position: absolute;
    width:100%;
    height:100%;
    display: block;
    content:'';
    background:url(../../images/page_ryzz-border.png) center center no-repeat;
    background-size: 100% 100%;
    top:0;left:0;
    z-index: 99;
}
.list3c-item:hover .img img{
    transform:scale(1.1);
}
.page-center-title {
    font-size:2rem;
    color:#000;
    text-align: center;
    line-height: 1em;
}
.page-center-title:after {
    content:'';
    display: block;
    margin:1.5rem auto 0;
    background:#000; 
    width:15px;
    height:3px;
    border-radius: 3px;
}
.page-center-title.bg1 {
    color:#DD732C;
}
.page-center-title.bg1:after {
    background:#DD732C; 
}

/*联系我们 start*/
.lxwm-content {
}
.lxwm-catname{

}
.lxwm-catname .tit{
    font-size:45px;
    color:#1C1C1C;
}
.lxwm-catname a{
    color:#DD732C;
}
.lxwm-content{
}
.lxwm-content .lxwm-company{
    width:70%;
    min-width: 500px;
}
.lxwm-content .lxwm-company img{
    max-width: 100%;
    border-radius: 10px;
}
.lxwm-content .lxwm-title{
    line-height: 1em;
    font-size:28px;
    color:#333;
}
.lxwm-content .lxwm-title-en{
    color:#DD732C;
    font-size:14px;
    line-height: 1em;
}
.lxwm-content .lxwm-item p{
    display: block;
    color:#7D7F84;
    line-height: 1.6em;
    padding-bottom:5px;
}


.lxwm-content .lxwm-line{

}
.lxwm-content .lxwm-line{
    display: block;
    width:15px;
    margin-left:4px;
    border-radius: 3px;
    height:3px;
    background: #1C1C1C;
}
.lxwm-content .lxwm-icon{
    color:#7D7F84;
}
.lxwm-content .lxwm-icon i{
    font-size:0.95em;
}
.lxwm-content .lxwm-item{
    color:#1C1C1C;
    line-height: 20px;
}
.lxwm-content .lxwm-item.number-English{
    font-size:20px;
    color:#555;
}
.lxwm-content .lxwm-item:before{
    display: block;
    font-size:14px;
    color:#7D7F84;
    line-height: 1em;
    padding-bottom:5px;
}
.lxwm-content .lxwm-address:before{
    content:'地址';
}
.lxwm-content .lxwm-email:before{
    content:'邮箱';
}
.lxwm-content .lxwm-zipcode:before{
    content:'邮编';
}
.lxwm-content .lxwm-fax:before{
    content:'传真';
}
.lxwm-content .lxwm-phone:before{
    content:'联系电话';
}
.lxwm-content .lxwm-hr:before{
    content:'人力资源';
}
.lxwm-content table{
    table-layout: fixed;
    width:100%;
}
.lxwm-content table .td-br td{
    height:1em;
}
.lxwm-content table .tr-br td{
    height:2em;
}
.map-box {
    position: relative;
}
.map-box:after{
    position: relative;
    width:100%;
    content:'';
    display: block;
    padding-bottom:40%;
}
#allmap {
    top:0;left:0;
    position: absolute;
    width:100%;
    height:100%;
}
.form-box {
    background: #F8F8F8;
    padding:50px 50px ;
}
.form-box h2{
    font-weight: inherit;
    color:#333;
    line-height: 1.4em;
}
.form-box form{
    width:90%;
    max-width: 1200px;
}
.form-box form .input-text{
    width:100%;
    border-radius: 3px;
    border:1px solid #D0D0D2;
    line-height: 40px;
    padding:0 20px;
    outline: none;
    transition: all 400ms;
}
.form-box form textarea{
    width:100%;
    border-radius: 3px;
    border:1px solid #D0D0D2;
    line-height: 30px;
    padding:10px 20px;
    height:220px;
    outline: none;
    resize: none;
    transition: all 400ms;
}
.form-box form textarea:focus{
    border-color:#DD732C;
}
.form-box form .input-text:focus{
    border-color:#DD732C;
}
.form-box form .dosubmit{ 
    float:right;
    padding: 1.2em 4em;
    line-height: 1em;
    border-radius: 50px;
    border: none;
    background: #DD732C;
    color: #fff;
    border:1px solid #DD732C;
    font-size:1.1em;
    transition: all 400ms;
}
.form-box form .dosubmit:hover{ 
    background:#C25A13;
}
.form-box form .form-hits{
    color:#D0D0D2;
    width:80%;
    font-size:0.9em;
    max-width: 40em;
}
/*联系我们 end*/

/*关于我们 start*/

.page-abouts {

}
.page-abouts .about-title{
}
.page-abouts .right-content{
    min-height: 400px;
    color:#7D7F84;
}
.page-abouts .right-content p{
    margin-bottom:1em;
    line-height: 2em;
}
.page-abouts .about-title p{
    line-height: 1.2em;
    font-size:45px;
    width:60%;
    max-width: 900px;
}
.page-abouts .about-title span{
    font-size:18px;
    color:#7D7F84;
}
.page-abouts .left-shuju{
    background: url(../../images/page-about-bg.jpg) 20% bottom no-repeat;
    background-size: 230px auto;
    padding-right:5%;
}

.page-abouts .shuzi-item .counter {
    font-size:72px;
    color:#DD732C;
    font-weight: initial;
    line-height: 1em;
}
.page-abouts .shuzi-item div{
    position: relative;
}
.page-abouts .shuzi-item b{
    position: absolute;
    top:0;
    right:-1.2em;
    line-height: 1em;
    font-weight: initial;
    font-size:18px;
    color:#DD732C;
}
.page-abouts .shuzi-item p {
    text-align: right;
    font-size: 14px;
    color: #021930;
}
.page-abouts .shuzi-xian {
    height:1px;
    background:#D0D0D2; 
}
.page-abouts .about-zhanlu {

}
.page-abouts .about-zhanlu .zhanlu-item{
    background: #F8F8F8;
    color:#1C1C1C;
    transition:all .6s;
    position: relative;
    overflow: hidden;
}
.page-abouts .about-zhanlu .zhanlu-item .xian{
    width:1px;
    background:#D0D0D2;
    height:100%;
    transition:all .6s;
    min-height: 60px;
}
.page-abouts .about-zhanlu .zhanlu-item img{
    max-width: 100%;
    max-height: 100%;
}
.page-abouts .about-zhanlu .zhanlu-item p{
    font-size:32px;
    line-height: 1.2;
    transition:all .6s;
}
.page-abouts .about-zhanlu .zhanlu-item.active .xian{
    background:rgba(255,255,255,.6);
}
.page-abouts .about-zhanlu .zhanlu-item.active{
    color:#fff;
    background: #DD732C url(../../images/page-about-zhanlu-bg1.png) left center no-repeat;
    background-size: auto 100%; 
}

.page-about-wenhua {
    color:#fff;
    background:#DD732C url(../../images/page-about-wenhua-bg1.png) right center no-repeat;
    background-size: auto 100%; 
}
.page-about-wenhua {

}
.page-about-wenhua p.desc{
    color:rgba(255,255,255,.75);
}
.page-about-wenhua ul li{
    position: relative;
    border-top:1px solid rgba(255,255,255,.5);
    transition:all .6s;
}
.page-about-wenhua ul li b{
    font-size:24px;
    font-weight: inherit;
    color:#fff;
}
.page-about-wenhua ul li div{
    color:rgba(255,255,255,.75);
    text-align: right;
    transition:all .6s;
    font-size:18px;
}
.page-about-wenhua ul li:first-of-type:after{
    width:200px;
    height:200px;
    display:block;
    content:'';
    background:url(../../images/page-about-zhanlu03.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    top:1em;
    left:20%;
    z-index: 999;
}
.page-about-wenhua ul li:hover{
    border-top-color:rgba(255,255,255,1);
}
.page-about-wenhua ul li:hover div{
    color:#fff;
}

/*关于我们 end*/


/*人力资源 start*/

/*口号*/
    .page_jobs-about-title {
        font-size:2rem;
        color:#000;
        line-height: 1.4em;
    }
    .page_jobs-about .about-bg{
        max-width: 100%;
        max-height: 100%;
        border-radius: 15px;
        overflow: hidden;
    }
    .page_jobs-about p{
        color:#DD732C;
        font-size:30px;
        line-height: 1.2em;
        text-decoration: underline;
    }
    .page_jobs-about .about-icon{
        position: absolute;
        width:110%;
        bottom:0px;
        right:0px;
    }
    .page_jobs-about .about-icon img{
        max-width: 100%;
        height:100%;
    }


    .page_jobs-linkman {

    }
    .page_jobs-linkman .right{
        font-size:18px;
        line-height: 1em;
    }
    .page_jobs-linkman .right li{
        margin-bottom:2.4rem;
    }
    .page_jobs-linkman .right li:last-of-type{
        margin-bottom:0px;
    }
    .page_jobs-linkman .right i{
        color:#D0D0D2;
        margin-right:5px;
    }
    .page_jobs-linkman .right span{
        display: inline-block;
        width:5em;
        text-align: justify;
        color:#7D7F84;
        line-height: 1em;
        height: 1em;
    }
    .page_jobs-linkman .linkman-title{
        font-size:2rem;
        color:#000;
        line-height: 1em;
    }
    .page_jobs-linkman .linkman-title:after {
        content:'';
        display: block;
        margin-top:1.5rem;
        background:#000; 
        width:15px;
        height:3px;
        border-radius: 3px;
    }
    .page_jobs-linkman .left .email-info{
        color:#fff;
        width:75%;
        max-width: 700px;
        min-width: 400px;
        background: linear-gradient(90deg, #DD732C 0%, #EEB843 100%);
    }
    .page_jobs-linkman .left .email-info h5{
        font-size:18px;
        line-height: 1em;
        margin: 0;
    }
    .page_jobs-linkman .left .email-info p{
        color: rgba(255,255,255,.6); 
        font-size:14px;
        line-height: 1.4em;           
    }
    .page_jobs-linkman .left .email-icon{
        width:80px;
        height:80px;
        background: #F2B072;
        font-size:60px;
        line-height: 80px;
        text-align: center;
    }
/*福利*/
    .page_jobs-fuli {

    }
    .page_jobs-fuli .img{
        position: relative;
        width:100%;
        overflow: hidden;
        border-radius: 15px;
    }
    .page_jobs-fuli .img:after{
        content:'';
        display: block;
        width:100%;
        height:0px;
        padding-bottom:200%;
    }
    .page_jobs-fuli .img img{
        position: absolute;
        top:0;left:0;
        width:100%;
        height:100%;
        object-fit: cover;
        transition: all 400ms;

    }
    .page_jobs-fuli p{
        color:#000;
        font-size:24px;
        text-align: center;
        transition: all 400ms;
    }
    .page_jobs-fuli .fuli-item:hover img{
        transform: scale(1.06);
    }
    .page_jobs-fuli .fuli-item:hover p{
        color:#DD732C;
    }

    /*岗位*/

        .page_jobs .works-title{
            font-size:2rem;
            line-height: 1em;
            color:#333;
        }
        .page_jobs .works-title .menu-item span{
            display: block;
            font-size:18px;
            padding:0.5em 2em;
            border:1px solid #D0D0D2;
            color:#1C1C1C;
            border-radius: 50px;
            overflow: hidden;
        }
        .page_jobs .works-title .menu-item.active span{
            background: #DD732C;
            color:#fff;
            border-color:#DD732C;
        }
        .page_jobs .word-item{
            display: block;
            border:1px solid #D0D0D2;
        }
        .page_jobs .word-item .title{
            font-size:18px;
            color:#DD732C;
            line-height: 20px;
        }
        .page_jobs .word-item .title:before{
            float:left;
            width:20px;
            height:20px;
            content:'';
            background: url(../../images/page_jobs-word-icon.png) left center no-repeat;
            background-size: auto 20px;
            display: inline-block;
            margin-right:4px;
        }
        .page_jobs .word-item:hover .title:before{
            background-position: right center;
        }
        .page_jobs .word-item .desc{
            padding-left:28px;
            font-size:14px;
            color:rgba(0,0,0,.6);
        }
        .page_jobs  .word-item:hover{
            background: #DD732C;
            border-color: #DD732C;
        }
        .page_jobs  .word-item:hover .title{
            color:#fff;
        }
        .page_jobs  .word-item:hover .desc{
            color:rgba(255,255,255,.6);
        }
        .page_jobs .swiper-slide{
            background: #fff;
        }
/*人力资源 end*/


    /*新闻列表*/

    .news-lists .news-item {
        transition: all 400ms;
        border-bottom:1px dashed #D0D0D2;
    }
    .news-lists .news-item:last-of-type {
        border-bottom: 0px;
    }
    .news-lists .news-item img{
        object-fit: cover;
        transition: all 400ms;
    }
    .news-lists .news-item .news-image{
        width:25%;
        max-width:750px;
    }
    .news-lists .news-item .desc{
        font-size:15px;
        color:#555;
        max-width: 860px;
        width:80%;
        line-height: 2em;
        text-align:justify;
        transition: all 400ms;
    }
    .news-lists .news-item .news-texts .small-more{
        color:#666;
        font-size:15px;
    }
    .news-lists .news-item .news-texts .small-more span{
        display: inline-block;
        border-radius: 3px;
        padding:5px 10px 5px 0;
        transition: all 400ms;
    }
    .news-lists .news-item:hover{
        background: rgba(221, 115, 44,.04);
    }
    .news-lists .news-item:hover .news-image img{
        transform: scale(1.06);
    }
    .news-lists .news-item:hover .news-texts h5{
        color:#DD732C;
    }
    .news-lists .news-item:hover .news-texts .desc{
        color:#333;
    }
    .news-lists .news-item:hover .news-texts .small-more span{
        padding-left:50px;
        padding-right:15px;
        background: #DD732C;
        color:#fff;
    }

    .news-lists a .date{
        width:140px;
        height:140px;
        border: 2px solid #D0D0D2;
        transition: all 400ms;
    }
    .news-lists a .date span{
        width:20%;
        height:2px;
        background:#D0D0D2;
        transition: all 400ms;
    }
    .news-lists a .md{
        color:#000;
        font-size:40px;
        line-height: 1em;
        transition: color 0.4s;
    }
    .news-lists a .year{
        font-size:18px;
        line-height: 1em;
        color:#D0D0D2;
        margin-bottom:0.4em;
        transition: color 0.4s;
    }
    .news-lists a:hover .date{
        background:#DD732C;
        border-color:#DD732C;
    }
    .news-lists a:hover .md{
        color: #fff;
    }
    .news-lists a:hover .date span{
        background: rgba(255,255,255,.6);
    }
    .news-lists a:hover .year{
        color: #fff;    
    }

    .news-lists .first-item h5{
        font-size:32px;
        color:#DD732C;
        height:3em;
        line-height: 1.5em;
        overflow: hidden;
    }
    .news-lists .news-item:hover h5{
        color:#DD732C;
    }
    .news-lists .first-item .desc{
        font-size:16px;
        color:#7D7F84 ;
        width:90%;
        line-height: 2em;
        max-height: 6em;
        overflow: hidden;
    }
    .news-lists .first-item .inputtime{
        color:#DD732C;
        font-size:24px;
    }
    .news-lists .first-item .more-btn-bak{
        display: block;
        position: relative;
        width:100%;
        height:0px;
        left:0px;
        bottom:0;
        z-index: 0;
        opacity: 1;
    }
    .news-lists .first-item:hover .more-btn-bak:after{
        transition:all 0.6s;
        width:0px;
    }
    .news-lists .first-item .more-btn-bak:after{
        display: inline-block;
        width:28px;
        top:-26px;
        height:2px;
        background: #fff;
        content:'';
        position: absolute;

    }
    .news-lists .first-item .more-btn{
        display: inline-block;
        background:#DD732C;
        font-size:20px;
        line-height: 56px;
        color:#fff;
        padding:0 2.4em;
        position: relative;
        z-index: 1;
        transition:all 0.6s;
    }
    .news-lists .first-item .more-btn span{
        position: relative;
        z-index: 99;
    }
    .news-lists .first-item .more-btn:after {
        content: '';
        width: 0;
        height: 100%;
        background: #C5B190;
        position: absolute;
        top: 0;
        left: 0%;
        -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
        transition: .38s cubic-bezier(.4,0,.2,1);
        z-index: 10;
    }
    .news-lists .first-item .more-btn:hover:after {
        width:100%;
    }


.news_box {
    text-align: justify;
    background: #fff;
}

.news_box h1 {
    font-size:32px;
    font-weight: 600;
    line-height: 4rem;
    color:#DD732C;
}
.news_box video {
    max-width: 900px;
    margin: 0 auto;
    display: block;
}
.news_box img{
    max-width: 100% !important;
    height:auto !important;
    margin:10px auto;
    border-radius: 15px;
    overflow: hidden;
}
.news_box p {
    text-align: justify;
    padding: 0.5rem 0;
    line-height: 1.8rem;
}
.news_box p[align=center] {
    text-align:center;
}
.news_box p[align=right] {
    text-align:right;
}
.news_box p[align=left] {
    text-align:left;
}
.news_box .mark {
    font-size: 0.8rem;
    color: #999;
    height: 2.2rem;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 5px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    background: #fff;
}
.show-back {
    font-size:18px;
}
.show-back span{
    width:20px;
    height:20px;
    display: inline-block;
    border:1px solid #D0D0D2;
    border-radius: 20px;
    margin-right:0.4rem;
}
.show-back i{
    text-align: center;
    display: block;
    width:18px;
    height:18px;
    line-height: 1em;
    border-radius: 18px;
    transform: rotate(180deg);
    transition: all 0.4s;
}
.show-back i:before{
    display: inline-block;
    font-size:12px;
    color:#DD732C;
    vertical-align:0;
}
.show-back:hover {
    color:#DD732C;
}
.bshare-more-icon {
    display: none !important;
}
.bshare-custom>div{
    float:left;
    margin:0 0 0 8px !important;
    display: block !important;
    width:38px !important;
    height:38px !important;
    border:1px solid #D0D0D2;
    border-radius: 20px;
    background: #fff !important;
    font-size:16px !important;
    padding:0 !important;
    line-height: 36px;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.bshare-custom >div i{
    padding-left:3px;
    position: relative;
    z-index: 0;
}
.bshare-custom>div:after{
    /*background: red;*/
    width:100%;
    height:100%;
    content:'';
    display: block;
    position: absolute;
    top:0px;left:0px;
    z-index: 100;
}
.bshare-custom>div:hover{
    background:rgba(221, 115, 44,.04) !important;
    border-color:#DD732C;
    color:#DD732C;
}
.other-btn {
    color:#7D7F84;
    font-size:16px;
}
.share-box {
    color:#7D7F84;
}

    .jsmodern-share {
 position:fixed;
 top:50%;
 left:50%;
 width:300px;
 height:335px;
 z-index:999999;
 background:#fff;
 border:#ddd solid 1px;
 border-radius:10px;
 box-shadow:#ddd 0 0 20px;
 overflow:hidden;
 -webkit-transform:translate(-50%,-50%);
 -ms-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%)
}
.jsmodern-share p {
 display:block;
 height:20px;
 text-align:center;
 font-size:18px;
 margin:15px 0 20px 0
}
.jsmodern-share div {
 width:260px;
 height:260px;
 margin:0 auto
}
.jsmodern-share b {
 position:absolute;
 width:25px;
 height:25px;
 background:url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==) center center no-repeat;
 right:4px;
 top:4px;
 cursor:pointer;
 color:#ccc;
 opacity:.3;
 transition:.1s
}
.jsmodern-share b:hover {
    opacity: 0.5;
}


.contact_us01 .lximg{width: 65.75%;float: left;height: 489px;background: #eee}
.contact_us01 .intro{padding: 20px 40px;background: #F1F1F1 url(../../images/hy5555.jpg) no-repeat center;background-size: cover;}
.contact_us01 .intro li{line-height: 27px;font-size: 14px;color: #212121;}

.contact_us03 .pd{padding:30px 20px 30px; background:#f1f1f1;}
.contact_us03 .img_box{text-align:center; margin-bottom:20px;}
.contact_us03 .name{font-size:18px; color:#303030; margin-bottom:15px; text-align:center;}
.contact_us03 .text_con{height:auto; line-height:28px; font-size:15px; color:#303030; overflow:hidden; text-align:center;}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}

/*内页头部图片 start*/

.topslide-box {
    position: relative;
}
.topslide-box .banner{
    position: absolute;
    width:100%;
    height:100%;
    object-fit: cover;
}
.topslide-box .banner_Placeholder{
    position: relative;
    width:100%;
    display: block;
    height:0px;
    padding-bottom:22%;
}
.topslide-box .banner-text{
    position: absolute;
    left:50%;
    top:50%;
    z-index: 99;
    text-align: center;

    transform: translate(-50%, -50%);
}
.topslide-box .banner-text:after{
    display: inline-block;
    width:70%;
    height:2px;
    background:rgba(255,255,255,.6); 
    content:'';
}
.topslide-box .banner-text p{
    text-align: center;
    color:#fff;
    text-shadow: 0px 1px 3px rgba(0,0,0,0.3);
    font-size:48px;
    line-height: 1em;
}
.topslide-box .banner-text p.en{
    text-align: center;
    font-size:28px;
    line-height: 1em;
}

.topslide-box .search-box{
    position: absolute;
    left:50%;
    top:50%;
    z-index: 99;
    text-align: center;

    transform: translate(-50%, -50%);
    font-size:16px;
}
.topslide-box .search-box .form-inline{
    display: inline-block;
    overflow: hidden;
    background: #fff;
    padding-left:20px;
    border-radius: 30px ;
}
.topslide-box .search-box .form-inline i{
    font-size:21px;
    color:#767676;
    line-height: 44px;
}
.topslide-box .search-box select{
  color: #767676;
  border-radius: 0px;
  border: 0;
  line-height: 44px;
  height: 44px;
  text-align: center;
  padding: 0 15px;
  background: transparent;
  position: relative;
}
.topslide-box .search-box select option{
  text-align: center;
}
.topslide-box .search-box span{
  position: relative;
}
.topslide-box .search-box span:before{
    position: relative;
    width: 1px;
    height: 16px;
    top: 15px;
    left: 1px;
    content: '';
    display: inline-block;
    background: #ccc;
    float: left;
}
.topslide-box .search-box input{
    width:360px;
    border:none;
    color:#767676;
    padding:0 10px;
    outline: unset;
    border-right:0px;
    line-height: 44px;
}
.topslide-box .search-box button{
    position: relative;
    left:3px;
    border:0;
    line-height: 44px;
    padding:0 40px 0 30px;
    float:left;
    background: #DD732C;
    color:#fff;
    outline: unset;
}
.topslide-box .search-box button:hover{
    background: #DA6516;
}
/*内页头部图片 end*/


/*产品栏目列表页 start*/
.product-bg {
    background: #F6F7FB;
}

.product-bg .catname {
    font-size: 2rem;
    color: #DD732C;
    text-align: center;
    line-height: 1em;
}
.product-bg .catname span:before,
.product-bg .catname span:after{
    width:1.2em;
    height:2px;
    content:'';
    display: inline-block;
    background: #DD732C;
    margin:0 0.3em;
}
.products-menu-box {
    width:280px;
}
.products-menu-box .menu-box {
    position: sticky;
    top:120px;
    border:2px solid #DD732C;
}
.products-menu-box .menu-box .title{
    background: #DD732C;
    font-size:20px;
    text-align: center;
    color:#fff;
}
.products-menu-box .menu-box  ul{
    line-height: 2em;
    padding:0.5em;
}
.products-menu-box .menu-box  ul li{
    border-bottom:1px solid #eee;
}
.products-menu-box .menu-box  ul li:last-of-type{
    border-bottom:none;
}
.products-menu-box .menu-box  ul a i:first-of-type{
    transform:scale(.8);
    color:#D0D0D2;
    transition: all .3s linear;
}
.products-menu-box .menu-box  ul a i:last-of-type{
    opacity: 0;
    color:#DD732C;
    transition: all .3s linear;
}
.products-menu-box .menu-box  ul a:hover,
.products-menu-box .menu-box  ul a.active{
    color:#DD732C;
}
.products-menu-box .menu-box  ul a:hover i:first-of-type,
.products-menu-box .menu-box  ul a.active i:first-of-type{
    color:#DD732C;
}
.products-menu-box .menu-box  ul a:hover i:last-of-type,
.products-menu-box .menu-box  ul a.active i:last-of-type{
    opacity: 1;
}


.product-lists .product-item {
    background: #fff;
}
.product-lists .product-item ._img{
    border:0px solid #979797;
    background: linear-gradient(132deg, #E2E2E2 0%, #F8F8F8 46%, #E2E2E2 100%);
}
.product-lists .product-item ._img img{
    object-fit: cover;
}
.product-lists .product-item ._img:after{
    display: block;
    width:100%;
    height:100%;
    content:'';
    border:1px solid #979797;
    border-bottom:0;
    opacity: 0;
}
.product-lists .product-item .title{
    font-size:24px;
}
.product-lists .product-item .desc{
    font-size:14px;
    text-align: justify;
    color:#7D7F84;
}
.product-lists .product-item:hover ._img{
    background:#fff;
}
.product-lists .product-item:hover ._img:after{
    opacity: 1;
}
.product-lists .product-item:hover img{

    transform:scale(1.1);
}
.product-lists .product-item:hover .title{
    background:#DD732C;
    color:#fff;
}
.product-lists .product-item:hover .desc{
    background:#DD732C;
    color:#fff;
}
/*产品栏目列表页 end*/


/*首页产品 start*/
.swipervideo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
}
.swipervideo {

}
.swipervideo video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-title {
    font-size:45px;
    text-align: center;
}
.index-title span{
    color:#DD732C;
}
.index-product-menu {

}
#index-product-menu .index-title{
    display: inline-block;
    color:#fff;
    border:2px solid #D0D0D2;
    line-height:2em;
    font-size:24px;
    font-weight: initial;
    color:#1C1C1C;
    border-radius: 50px;
    align-content:center;
}
#index-product-menu .swiper-button>div{
    position: relative;
    display: inline-block;
    top:auto;
    left:inherit;
    right:auto;
    bottom:auto;
    margin:auto;
    text-align: center;

    width:46px;
    height:46px;
    line-height:44px;
    background:#fff;
    border:1px solid #D0D0D2;
    color:#D0D0D2;
    font-weight: bold;
    border-radius: 50px;
}
#index-product-menu .swiper-button>div:after{
    font-size:18px !important;
    color:#DD732C;
}
#index-product-menu .swiper-button>div:hover{
    background:#DD732C;
    border-color:#DD732C;
}
#index-product-menu .swiper-button>div:hover:after{
    color:#fff;
}
#index-product-menu .swiper-button>div:first-of-type{
    padding-right:5px;
}
#index-product-menu .swiper-button>div:last-of-type{
    padding-left:5px;
}
#index-product-menu .active .index-title{
    background:#DD732C;
    border-color:#DD732C;
    color:#fff;
}
/*处理嵌套轮播子类无法点击事件*/
.swiper-product .swiper-slide {
    pointer-events: unset !important;
}
#index-product-slide .swiper-slide {
    background:#fff;
}
#index-product-slide .product-item {

}
#index-product-slide .product-item ._img{
    border:0px solid #979797;
    background: linear-gradient(132deg, #E2E2E2 0%, #F8F8F8 46%, #E2E2E2 100%);
}
#index-product-slide .product-item ._img:after{
    display: block;
    width:100%;
    height:100%;
    content:'';
    border:1px solid #979797;
    border-bottom:0;
    opacity: 0;
}
#index-product-slide .product-item .title{
    font-size:24px;
}
#index-product-slide .product-item .desc{
    font-size:16px;
    color:#7D7F84;
}
#index-product-slide .product-item:hover ._img{
    background:#fff;
}
#index-product-slide .product-item:hover ._img:after{
    opacity: 1;
}
#index-product-slide .product-item:hover img{
    transform:scale(1.1);
}
#index-product-slide .product-item:hover .title{
    background:#DD732C;
    color:#fff;
}
#index-product-slide .product-item:hover .desc{
    background:#DD732C;
    color:#fff;
}
/*首页产品 end*/

    /*新闻栏目 start*/
    .index-news-box {
        background:url(/statics/images/index_dian_bg.png) center center;
        min-height: 400px;
    }
    .index-news-title .more{
        color:#DD732C;
        font-size:20px;
    }
    .index-news-title .icon-more{
        position: relative;
        top: -5px;
    }
    .index-news-title .more a{
        color:#DD732C;
    }
    .index-news-title .icon-more:before{
        transition: all 0.4s;
        display:inline-block;
        width:80px;
        height:3px;
        content:'';
        background:#DD732C;
    }
    .index-news-title .icon-more:after{
        transition: all 0.4s;
        display: inline-block;
        height: 15px;
        width: 3px;
        content: '';
        background: #DD732C;
        transform: rotate(135deg);
        right: 5px;
        top: 7px;
        position: absolute;
    }
    .index-news-title .more a:hover{
        color:#C5B190;
    }
    .index-news-title .more a:hover .icon-more:before{
        background:#C5B190;
    }
    .index-news-title .more a:hover .icon-more:after{
        background:#C5B190;
    }
    .index-news-title .title {
        font-size:60px;
        color:#000;
    }
    .index-news-menu .menu-item{
        display: inline-block;
    }
    .index-news-menu .menu-item span{
        display: inline-block;
        background:#ECECEC;
        color:#333;
        transition: all 0.4s;
        font-size:20px;
    }
    .index-news-menu .menu-item.active span,
    .index-news-menu .menu-item:hover span{
        background:#DD732C;
        color:#fff;
    }
    /*新闻栏目 end*/
/*新闻列表 start*/
.index-news-box {

}
.index-news-box .swiper-slide{
    background: #fff;
}

.index-news-box .news-left .info{
    transition: all 0.4s;
    background:#DD732C;
}
.index-news-box .news-left .img img{
    object-fit: cover;
}
.index-news-box .news-left{
    background: #fff;
}
.index-news-box .news-left .date span{
    width:20%;
    height:2px;
    background:#fff;
    border-radius: 2px;
}
.index-news-box .news-left .md{
    color:#fff;
    font-size:32px;
    line-height: 1em;
    transition: color 0.4s;
}
.index-news-box .news-left .year{
    font-size:18px;
    line-height: 1em;
    color:rgba(255,255,255,.6);
    margin-bottom:0.4em;
    transition: color 0.4s;
}
.index-news-box .news-left .title {
    width:100%;
    font-size:24px;
    color:#fff;
    margin-bottom:15px;
    transition: color 0.4s;
}
.index-news-box .news-left .title span{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    height:1em;
    line-height: 1em;
    width:100%;
}
.index-news-box .news-left .desc {
    color:rgba(255,255,255,.6);
    font-size:16px;
    line-height: 24px;
    height:48px;
}
.index-news-box .news-left:hover .title{
    color:#333;
}
.index-news-box .news-left:hover .desc{
    color:#999;
}
.index-news-box .news-left:hover img{
    transform: scale(1.05);
}
.index-news-box .news-left:hover .info{
    background: rgba(221, 115, 44,.04);
    color: rgba(221, 115, 44,.9);
}
.index-news-box .news-left:hover .md{
    color: #DD732C;
}
.index-news-box .news-left:hover .date span{
    background: rgba(221, 115, 44,.4);
}
.index-news-box .news-left:hover .year{
    color: rgba(221, 115, 44,.2);
}


.index-news-box .news-right{
    background: #fff;
}
.index-news-box .news-right li a{
    transition: all 0.4s;
    border-bottom:1px dashed #D0D0D2;
}
.index-news-box .news-right li:last-of-type a{
    border-bottom:0;
}
.index-news-box .news-right .date span{
    width: 100%;
    height:1px;
    background: #D0D0D2;
    transition: all 0.4s;
}
.index-news-box .news-right .md{
    color:#DD732C;
    font-size:36px;
    line-height: 1em;
    margin-bottom:8px;
    transition: all 0.4s;
}
.index-news-box .news-right .year{
    font-size:18px;
    color:#D0D0D2;
    transition: all 0.4s;
}
.index-news-box  .news-right .text .title{
    width:100%;
    font-size:24px;
    height:1em;
    line-height: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#1C1C1C ;
    margin-bottom:15px;
    transition: all 0.4s;
}
.index-news-box  .news-right .text .desc{
    color:#7D7F84;
    font-size:16px;
    line-height: 24px;
    height:48px;
    transition: all 0.4s;
}
.index-news-box .news-right li:hover a{
    background: rgba(221, 115, 44,.04);
}
.index-news-box .news-right li:hover .md{
    color: #DD732C;
}
.index-news-box .news-right li:hover .date span{
    background: rgba(221, 115, 44,.4);
}
.index-news-box .news-right li:hover .year{
    color: rgba(221, 115, 44,.2);
}
.index-news-box .news-right li:hover .title{
    color:#333;
}
.index-news-box .news-right li:hover .desc{
    color:#999;
}
/*新闻列表 end*/

/*首页关于我们 start*/

.index-about-title {
    font-size:28px;
    color:#7D7F84;
}
.index-about-box {
    background: #F8F8F8;
}
.index-about-box .left h3{
    font-weight: initial;
    font-size: 42px;
    line-height: 1.4;
    color:#1c1c1c;
}
.index-about-box .left .about-logo{

}
.index-about-box .left .about-logo img{
    max-width: 100%;
}
.index-about-box .right .desc{
    color:#1C1C1C;
    font-size:16px;
    line-height: 2;
}
.index-about-box .right .more-btn{
    display: inline-block;
    width:auto;
    line-height:1;
    border:2px solid #DD732C;
    color:#DD732C;
    font-size:24px;
    position: relative;
}
.index-about-box .right .more-btn span{
    position: relative;
    z-index: 99;
}
.index-about-box .right .more-btn::after {
    content: '';
    width: 0;
    height: 100%;
    background: #DD732C;
    position: absolute;
    top: 0;
    left: 0%;
    -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
    transition: .38s cubic-bezier(.4,0,.2,1);
    z-index: 10;
    opacity: 0;
}
.index-about-box .right .more-btn:hover::after {
    opacity: 1;
    width: 100%;
}
.index-about-box .right .more-btn:hover{
    color:#fff;
}

.shuzi .counter {
    font-size:72px;
    color:#DD732C;
    font-weight: initial;
    line-height: 1em;
}
.shuzi b{
    font-weight: initial;
    font-size:24px;
    color:#DD732C;
}
.shuzi p {
    text-align: left;
    font-size: 16px;
    color: #021930;
}

/*首页关于我们 end*/

/*产品应用 start*/
.index-application-box {
    background: url('../../images/index-application-bg.jpg') center center no-repeat;
    background-size: cover;
}

.index-application-title {
    font-size:45px;
    color:#fff;
    line-height: 1em;
}
.index-application-swiper-button {
    position: absolute;
    width: calc(100% + 200px);
    top: calc(50% - 30px);
    height:60px;
    left: -100px;
}
.index-application-swiper-button >div{
    position: initial;
    display: inline-block;
    text-align: center;

    width:60px;
    height:60px;
    line-height:60px;
    border:1px solid #D0D0D2;
    color:#D0D0D2;
    font-weight: bold;
    border-radius: 50px;
}
.index-application-swiper-button>div:first-of-type{
    float:left;
}
.index-application-swiper-button>div:last-of-type{
    float:right;
}
.index-application-swiper-button>div:after{
    font-size:18px !important;
}
.index-application-swiper-button>div:hover{
    background:#DD732C;
    border-color:#DD732C;
}
.index-application-swiper-button>div:hover:after{
    color:#fff;
}

.index-application-box .desc-box>div{
  scrollbar-color:  rgba(255,255,255,0.7) rgba(255,255,255,0.2);
  scrollbar-width: thin;
  -ms-overflow-style:none;

    padding-right:6px;
}
.index-application-box .desc-box>div::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
    overflow: hidden;    
}
.index-application-box .desc-box>div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.7);
}
.index-application-box .desc-box>div::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(255,255,255,0.3);
    border-radius: 0;
    background: rgba(255,255,255,0.2);
    border-radius: 10px;
    overflow: hidden;    
}

#index-application-slide .application-item {
    position: relative;
    transition:all 1s;
    overflow: hidden;
}
#index-application-slide .application-item .cont{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 99;
}
#index-application-slide .application-item .cont .frist-box{
    flex: 1 0 0%;
    -webkit-transition: .6s cubic-bezier(.4,0,.2,1);
    transition: .6s cubic-bezier(.4,0,.2,1);
}
#index-application-slide .application-item:hover .cont .frist-box{
    height:0px;
    flex: 0 0 auto;
}
#index-application-slide .application-item .cont .desc-box{
    -webkit-transition: .6s cubic-bezier(.4,0,.2,1);
    transition: .6s cubic-bezier(.4,0,.2,1);
    height:0px;
    flex: 0 0 auto;
    overflow: hidden;
}
#index-application-slide .application-item:hover .cont .desc-box{
    height:auto;
    flex: 1 0 0%;
}
#index-application-slide .application-item .cont h3{
    color:#fff;
    font-size:24px;
}
#index-application-slide .application-item .cont h3:after{
    margin-top:10px;
    margin-bottom:10px;
    width:2em;
    height:1px;
    content:'';
    background:rgba(255,255,255,.6);
    display: block;
    border-radius: 2px;
    -webkit-transition: .6s cubic-bezier(.4,0,.2,1);
    transition: .6s cubic-bezier(.4,0,.2,1);
}
#index-application-slide .application-item:hover .cont h3:after{
    background:rgba(255,255,255,1);
    width:1em;
    height:2px;
}
#index-application-slide .application-item .cont:before{
    width:100%;
    height:150px;
    content:'';
    left:0;
    bottom:0;
    display: block;
    background: linear-gradient(180deg, rgba(221,115,44,0) 0%, rgba(221,115,44,1) 100%);
    position: absolute;
    z-index: -1;
    -webkit-transition: .6s cubic-bezier(.4,0,.2,1);
    transition: .6s cubic-bezier(.4,0,.2,1);
    opacity: 1;
}

#index-application-slide .application-item .cont:after{
    width:100%;
    height:100%;
    content:'';
    left:0;
    bottom:0;
    display: block;
    background: linear-gradient(180deg, #DD732C 26%, rgba(221,115,44,0.68) 100%);
    position: absolute;
    z-index: -1;
    -webkit-transition: .6s cubic-bezier(.4,0,.2,1);
    transition: .6s cubic-bezier(.4,0,.2,1);
    opacity: 0;
}
#index-application-slide .application-item:hover .cont:before{
    opacity: 0;
}
#index-application-slide .application-item:hover .cont:after{
    opacity: 1;
}
#index-application-slide .application-item.active{
    background:#;
}
#index-application-slide .application-item .cont .desc{
    /*height:0px;*/
    font-size:14px;
    line-height: 1.6em;
    color:rgba(255,255,255,0);
    text-align: justify;
    overflow: hidden;
    -webkit-transition: .6s cubic-bezier(.4,0,.2,1);
    transition: .6s cubic-bezier(.4,0,.2,1);
}
#index-application-slide .application-item .bg{
    position: relative;
    z-index: 8;
    width:100%;
    height:0;
    padding-bottom:175%;
    background: center center no-repeat;
    background-size: cover;
    transition:all 0.5s;
}
#index-application-slide .application-item:hover .desc{
    color:rgba(255,255,255,1);
}

/*产品应用 end*/

/*旗下企业 start*/
.index-child-companys-title {
    font-size:45px;
    color:#1c1c1c;
    line-height: 1em;
}
#index-child-companys .company-item {
    width:42%;
    height:400px;
    position: relative;
    transition:all 1s;
    overflow: hidden;
}
#index-child-companys .company-item.active {
    width:58%;
}
#index-child-companys .company-item:after {
    position: absolute;
    content:'';
    width:100%;
    height:100%;
    display: block;
    background:#DD732C;
    opacity: 0.8;
    top:0;left:0;
    z-index: 10;
    transition:all 0.3s;
}
#index-child-companys .company-item.active:after {
    opacity: 0.5;
    background:#2A2A2A;
}
#index-child-companys .company-item .more-btn-bak{
    display: block;
    position: relative;
    width:100%;
    height:0px;
    left:0px;
    bottom:0;
    z-index: 0;
    opacity: 1;
}
#index-child-companys .company-item.active .more-btn-bak{
}
#index-child-companys .company-item.active .more-btn-bak:after{
    transition:all 0.6s;
    width:0px;
}
#index-child-companys .company-item .more-btn-bak:after{
    display: inline-block;
    width:28px;
    top:-26px;
    height:2px;
    background: #fff;
    content:'';
    position: absolute;

}
#index-child-companys .company-item .more-btn{
    display: inline-block;
    background:#DD732C;
    font-size:20px;
    line-height: 56px;
    color:#fff;
    padding:0 2.4em;
    opacity: 0;
    position: relative;
    z-index: 1;
    transition:all 0.6s;
}
#index-child-companys .company-item.active .more-btn{
    opacity: 1;
}
#index-child-companys .company-item .more-btn span{
    position: relative;
    z-index: 99;
}
#index-child-companys .company-item .more-btn:after {
    content: '';
    width: 0;
    height: 100%;
    background: #C5B190;
    position: absolute;
    top: 0;
    left: 0%;
    -webkit-transition: .38s cubic-bezier(.4,0,.2,1);
    transition: .38s cubic-bezier(.4,0,.2,1);
    z-index: 10;
}
#index-child-companys .company-item .more-btn:hover:after {
    width:100%;
}
#index-child-companys .company-item .cont{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 99;
}
#index-child-companys .company-item .cont h3{
    color:#fff;
    font-size:40px;
}
#index-child-companys .company-item .cont .desc{
    font-size:18px;
    line-height: 1.6em;
    max-height: 6.4em;
    max-height: 4.8em;
    color:rgba(255,255,255,.8);
    text-align: justify;
    overflow: hidden;
}
#index-child-companys .company-item .child-bg{
    position: relative;
    z-index: 8;
    width:100%;
    height:100%;
    background: center center no-repeat;
    background-size: cover;
    transition:all 0.5s;
}
#index-child-companys .company-item:hover .child-bg{
    transform: scale(1.05);
}
#index-child-companys .company-item:hover .desc{
    color:rgba(255,255,255,1);
}

#index-child-companys[data-childs="3"]{
    background:red;
}
#index-child-companys[data-childs="3"] .company-item {
    width:25%;
}
#index-child-companys[data-childs="3"] .company-item.active {
    width:50%;
}
/*旗下企业 end*/

/*首页底部跳转 start*/
.index-link-box{
    width:100%;
    overflow: hidden;
    position: relative;
}
.index-link-box .w-75:after{
    position: relative;
    display: block;
    width:200%;
    height:0;
    top:-50%;
    left:-50%;
    padding-bottom:16.6%;
    content:'';
    background:#fff;
}
.index-link-box .ratio{
    position: relative;
    top:50%;
}
.index-link-box .ratio>a{
    overflow: hidden;
}
.index-link-box .title{
    position: relative;
    z-index: 9;
    font-size:32px;
    color:#fff;
    font-weight: bold;
    margin-bottom:8px;
    text-shadow:0px 0px 3px rgba(0,0,0,0.1);
}
.index-link-box .more{
    position: relative;
    z-index: 9;
    font-size:16px;
    line-height: 18px;
    color:#fff;
}
.index-link-box .more span{
    float:left;
    transition: all 0.4s;
}
.index-link-box .more i{
    float:left;
    text-align: center;
    margin-left:5px;
    display: block;
    width:20px;
    height:20px;
    border-radius: 20px;
    background:#fff;
    transform: scale(0.85);
    transition: all 0.4s;
}
.index-link-box .more i:before{
    display: inline-block;
    font-size:12px;
    color:#DDA300;
}
.index-link-box img{
    width:100%;
    height:100%;
    position: absolute;
    z-index: 1;
    object-fit: cover;
    left:50%;
    top:50%;
    transform: translate(-50%, -50%) scale(1);
    transition: all 0.4s;
}
.index-link-box .ratio a:after{
    transition: all 0.4s;
    position: absolute;
    width:100%;
    height:100%;
    content:'';
    left:0;top:0;
    background:rgba(0,0,0,0);
    z-index: 8;
}
.index-link-box .ratio:hover .title{
}
.index-link-box .ratio:hover .more span{
    /*color:#DDA300;*/
}
.index-link-box .ratio:hover .more i:before{
    color:#fff;
}
.index-link-box .ratio:hover .more i{
    background:#DDA300;
}
.index-link-box .ratio:hover a:after{
    background:rgba(0,0,0,0.1);
}
.index-link-box .ratio:hover img{
    transform: translate(-50%, -50%) scale(1.1);
}
/*首页底部跳转 end*/

.product-img-box {
    padding-top: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.product-img {
    position: relative;
    padding:8px;
    margin-top: 5px;
    border: 1px solid #DEDEDE;
    overflow: hidden;
    box-shadow: 0 0 5px #F5F5F5;
}
.product-img p {
    padding: 5px 15px 10px;
    text-align: justify;
    color: #666666;
}
.product-img p[align=center] {
    text-align:center;
}
.product-img p[align=right] {
    text-align:right;
}
.product-img p[align=left] {
    text-align:left;
}
.product-img h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    display: block;
    height: 35px;
    line-height: 30px;
    margin: 15px 15px 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.product-img-box:hover {
    padding-top: 0px;
}
.product-img-box:hover .product-img {
    z-index: 9;
    box-shadow: 0 0 10px #D5D5D5;
}

/* 分页 */
#pages {
    padding: 14px 0 10px 0;
    text-align: center;
}
#pages>*{
    min-width: 42px;
    border-radius: 3px;
    margin:0 3px;
}

#pages a {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    background: #F1F1F1;
    /*border: 1px solid #E4E4E4;*/
    text-align: center;
    color: #666;
    padding: 0 15px;
}

#pages a.a1 {
    background: url(../images/admin_img/pages.png) no-repeat 0 5px;
    width: 70px;
    padding: 0;
    background: #F1F1F1;
}

#pages a:hover {
    background: #DD732C;
    color: #fff;
    text-decoration: none
}

#pages span {
    display: inline-block;
    height: 42px;
    line-height: 40px;
    background: #DD732C;
    /*border: 1px solid #348ECC;*/
    color: #fff;
    text-align: center;
    padding: 0 10px
}

.page .noPage {
    display: inline-block;
    width: 70px;
    height: 42px;
    line-height: 40px;
    background: url(../img/icu/titleBg.png) repeat-x 0 -55px;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #a4a4a4;
}


.yihang{
    display: block;
    text-overflow: ellipsis;
    white-space:nowrap;
    word-break:keep-all;
    overflow: hidden;
}
.wx1200 {
    max-width: 1200px;
    margin: 0 auto;
    width:100%;
}


/*幻灯样式 start*/

@media (max-width: 1440px) {    

    .index-news-title .title {
        font-size:45px;
    }

    .index-title ,
    .index-about-box .left h3,
    .index-child-companys-title,
    .index-application-title {
      font-size: 34px;
    }
    #index-child-companys .company-item .cont h3 {
        font-size:28px;
    }
    .index-link-box .title {
        font-size:24px;
    }

    #index-product-menu .index-title ,
    .index-news-box .news-left .title,
    .index-news-box .news-right .text .title,
    #index-application-slide .application-item .cont h3,
    #index-product-slide .product-item .title {
        font-size:18px;        
    }

    .index-news-title .more,
    #index-child-companys .company-item .cont .desc,
    .index-news-menu .menu-item span{
        font-size:16px;
    }

    .topslide-box .banner-text p {
        font-size:40px;
    }
    .topslide-box .banner-text p.en {
        font-size:24px;
    }
    .lxwm-content .catname .tit,
    .page-abouts .about-title p {
        font-size:38px;
    }
    .page-abouts .about-zhanlu .zhanlu-item p {
        font-size:26px;
    }
    .page-about-wenhua h1{
        font-size:40px;
    }
    .page_jobs-fuli p,
    .product-lists .product-item .title {
        font-size:20px;
    }

    .lxwm-content .lxwm-title {
        font-size:22px;
    }

    .form-box form .dosubmit {
        padding: 0.8em 2.6em;
    }

    .companys-product .companys-product-item .title{
        font-size:18px;
    }
    .tabmenu .en-title {
        font-size:32px;
    }
    .form-box h2,
    .news_box h1,
    .tabmenu .title,
    .news-lists .first-item h5,
    .page_jobs-about p {
        font-size:26px;
    }
    .page_jobs-linkman .left .email-info h5 {
        font-size:16px;
    }
    .tabcontent .content-item .desc,
    .yanfa_adv .text-box .en {
        font-size:18px;
    }
    .yanfa_adv .text-box .title {
        font-size:42px;
        line-height: 1.6;
    }

    .page_companys .companys-about .companys-about-right .title,
    .page_jobs-linkman .linkman-title,
    .page_jobs-about-title,
    .page_jobs .works-title,
    .page-center-title,
    .product-bg .catname {
        font-size:1.6rem;
    }
}
@media (min-width: 1441px) and (max-width: 1599px) {
    .index-news-title .title {
        font-size:50px;
    }

    .index-title ,
    .index-about-box .left h3,
    .index-child-companys-title,
    .index-application-title {
      font-size: 38px;
    }
    #index-child-companys .company-item .cont h3 {
        font-size:32px;
    }
    .index-link-box .title {
        font-size:26px;
    }
    .index-news-title .more,
    .index-news-menu .menu-item span{
        font-size:18px;
    }

    #index-child-companys .company-item .cont .desc {
        font-size:16px;
    }

    #index-product-menu .index-title ,
    .index-news-box .news-left .title,
    .index-news-box .news-right .text .title,
    #index-application-slide .application-item .cont h3,
    #index-product-slide .product-item .title {
        font-size:20px;        
    }

    .topslide-box .banner-text p {
        font-size:40px;
    }
    .topslide-box .banner-text p.en {
        font-size:24px;
    }

    .page-abouts .about-title p {
        font-size:38px;
    }
    .page-abouts .about-zhanlu .zhanlu-item p {
        font-size:26px;
    }
    .page-about-wenhua h1{
        font-size:45px;
    }
    .page-about-wenhua ul li b {

    }

    .tabmenu .title,
    .page_jobs-about p {
        font-size:26px;
    }
    .page_jobs-linkman .left .email-info h5 {
        font-size:16px;
    }
    .tabcontent .content-item .desc,
    .yanfa_adv .text-box .en {
        font-size:18px;
    }
    .yanfa_adv .text-box .title {
        font-size:42px;
        line-height: 1.6;
    }

}
@media (min-width: 1600px) and (max-width: 1800px) {
}
/*幻灯样式 end*/

/*搜索页 start*/

.search-right {
    float:left;        
    width:260px;
    position: sticky;
    top:120px;
}
.search-right .search-option-box{
    border-radius: 5px;
    border:2px solid #DD732C;
    background: #fff;
}
.search-option-box .title{
    background: #DD732C;
    font-size:18px;
    text-align: center;
    color:#fff;
}
.search-option-box  ul{
    line-height: 2.8em;
    padding:0.5em 0.8em;
}
.search-option-box  ul li{
    border-bottom:1px solid #eee;
}
.search-option-box  ul li:last-of-type{
    border-bottom:none;
}
.search-option-box  ul li a{
    display: block;
}
.search-option-box  ul a i{
    transform:scale(.7);
    color:#D0D0D2;
    transition: all .3s linear;
    margin-right:5px;
}
.search-option-box  ul li:hover a,
.search-option-box  ul li.active a{
    color:#DD732C;
}
.search-option-box  ul li:hover i,
.search-option-box  ul li.active i{
    color:#DD732C;
    opacity: 1;
}
.search-result {
    float:right;
    width:calc(100% - 280px);
    background: #fff;
    min-height: 300px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.search-result .alert-success{
    background: rgba(221, 115, 44,.04);
    border-color: rgba(221, 115, 44,.4);
    color:#DA6516;
}
.search-result .search-box{
}
/*搜索页 end*/

.crumbs {font-size: 1rem;  }

.crumbs .w-75{
    border-bottom:1px solid #E4E4E4;
}
.crumbs .float-end{
    color:#7D7F84;
}
.crumbs .float-end a{
    color:#7D7F84;
}
.crumbs .float-end .bi{
    font-size:14px;
}
.crumbs .float-end a:hover{
    color:#DD732C;
}
.crumbs .submenu {  }
.crumbs .submenu ul li { float: left;}
.crumbs .submenu ul li a {
    display: inline-block;
    padding:0 1.5rem;
    line-height: 2.4em;
    background: #ECECEC;
    color:#000;
}
.crumbs .submenu ul li .hover,
.crumbs .submenu ul li a:hover {
    /*font-weight: 700;*/
    color: #fff;
    background:#DD732C;
}

.crumbs-line {font-size: 1rem;  }
.crumbs-line .w-75{
    border-bottom:1px solid #E4E4E4;
}
.crumbs-line .float-end{
    color:#7D7F84;
}
.crumbs-line .float-end a{
    color:#7D7F84;
}
.crumbs-line .float-end .bi{
    font-size:14px;
}
.crumbs-line .float-end a:hover{
    color:#DD732C;
}
.crumbs-line .submenu {

}
.crumbs-line .submenu a{
    position: relative;    
    display: inline-block;
    line-height: 2em;
    transition: all 0.4s;
}
.crumbs-line .submenu a.hover{
    color:#DD732C;
    font-weight: 600;
}
.crumbs-line .submenu a:hover{
    color:#DD732C;
}
.crumbs-line .submenu a:after{
    transition: all 0.4s;
    position: absolute;
    content:'';
    display: block;
    width:3em;
    height:2px;
    left:50%;
    bottom:calc(-1.5rem - 1px);
    background: transparent;
    transform: translate(-50%, 0%);
}
.crumbs-line .submenu a:hover:after,
.crumbs-line .submenu a.hover:after{
    background: #DD732C;
}


.subnav3 {  }
.subnav3 ul li { float: left;}
.subnav3 ul li a {
    display: inline-block;
    padding:0 1.5rem;
    line-height: 2.4em;
    background: #ECECEC;
    color:#000;
}
.subnav3 ul li a.hover,
.subnav3 ul li a:hover {
    /*font-weight: 700;*/
    color: #fff;
    background:#DD732C;
}

.page_box_content {
    text-align: justify;
}
.page_box_content p{
    line-height: 2rem;
    padding-bottom:1rem;
}
.page_box_content p[align=center] {
    text-align:center;
}
.page_box_content p[align=right] {
    text-align:right;
}
.page_box_content p[align=left] {
    text-align:left;
}

.foot {
    background: url('../../images/footer_bg.jpg') center center no-repeat;
    background-size: cover;
    border-top: 8px solid #DD732C;
    line-height: 25px;
    color: #333;
}
.foot .foot-menu .menu-item {
    font-size: 14px;
}
.foot .foot-menu .foot-logo {
    max-width: 36%;
}
.foot .foot-menu .foot-logo img{
    max-width: 100%;
}
.foot .foot-menu .line{
    padding:0;
    width:1px;
    height:100%;
    background: #DBDEE0;
}
.foot .foot-menu h4 {
    padding-bottom: 0;
    color: #1C1C1C;
    font-size: 18px;
    font-weight: bold;
}
.foot .foot-menu ul li a {
    color: #1C1C1C;
    line-height: 30px;
}
.foot .foot-menu ul li a:hover { color: #DD732C; }

.f1 {
    float: left;
    color: #414141;
}
.f2 {
    float: left;
    color: #414141;
}
.f3 {
    float: right;
    color: #414141;
    font-size:14px;
}

.footer {
    border-top:1px solid #fff;
    height: 42px;
    line-height: 42px;
    color: #1C1C1C;
    font-size:14px;
}
.footer a {
    color: #1C1C1C;
}
.footer .top {
    width: 120px;
    text-align: center;
    font-size: 14px;
}
.footer a:hover {
    color: #DD732C;
}
