@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('fontawesome.min.css');


/*banner*/
.banner {
    margin-top: 90px;
}

.swiper-btn{
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: rgba(91, 112, 136,.5);
}

.swiper-btn:after{
    font-size: 16px;
    color: #fff;
}

.swiper-btn:hover{
    background-color: var(--primary);
}

/*首页*/
.divSearch{
    line-height: 1;
    background-color: rgba(245, 245, 245, 1);
}

.hotSearch{
    height: 85px;
    line-height: 85px;
}

.hotSearch i{
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-4px);
}

.hotSearch i svg{
    width: 30px;
    height: 30px;
    fill: var(--primary);
}

.hotSearch p{
    font-weight: bolder;
    color: var(--primary);
}

.hotSearch span{
    display: inline-block;
    margin-right: 5px;
    color: #595959;
}

.sform{
    border-left: 1px solid #d0d7e0;
    height: 85px;
    line-height: 85px;
}

.form1{
    height: 85px;
    overflow: hidden;
}

.form1 input,.form1 button{
    display: inline-block;
    border:none;
    box-shadow: unset;
    outline: none;
    height: 85px;
}

.form1 input{
    padding-left: 25px;
    margin-left: 15px;
    min-width: 300px;
    background-color: rgba(245, 245, 245, 1);
}

.form1 button{
    display: inline-block;
    padding: 0 35px;
    background-color: var(--primary);
    color: #fff;
}

.commonTit{
    margin-bottom: 35px;
}

.commonTit p.p1{
    font-size: 55px;
    color: #eee;
    font-weight: bolder;
    line-height: 1;
    text-transform: uppercase;
    font-family: title;
}

.commonTit p.p2{
    font-size: 36px;
    color: #333;
    font-weight: bolder;
}

.proLists .swiper{
    padding: 0 35px;
}

.proLists .swiper .swiper-btn{
    background-color: #eee;
}

.proLists .swiper .swiper-btn:hover{
    background-color: var(--primary);
}

.proLists .item a{
    display: block;
    border:1px solid #eee;
    color: #333;
    transition: all .4s ease;
}

.proLists .item .div-img{
    padding: 10px;
}

.proLists .item .div-text{
    text-align: center;
    padding: 15px 15px;
/*    background-color: #fff;*/
    transition: all .4s ease;
}

.proLists .item .div-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.proLists .item:hover .div-img img{
    transform: scale(1.05);
}

.proLists .item:hover a{
    border:1px solid var(--primary);
}

.proLists .item:hover .div-text{
    background-color: var(--primary);
}

.proLists .item:hover .div-text p{
    color: #fff;
}

.incate{
    margin-bottom: 45px;  
}

.incate a{
    display: inline-block;
    padding: 12px 30px;
    background-color: #f5f5f5;
    color: #333;
    margin: 5px 5px;
    transition: all .4s ease;
}

.incate a:hover{
    background-color: var(--primary);
    color: #fff;
}

.rmore a{
    display: inline-block;
    padding: 15px 35px;
    background-color: var(--primary);
    color: #fff;
    transition: all .3s ease;
}

.rmore a i{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/moreIcon1.png);
    transition: all 0.3s;
    margin-right: 10px;
    transform: translateY(1px);
}

.rmore a:hover{
    background-color: var(--main);
}

.rmore a:hover i{
    background: url(../images/moreIcon2.png);
    transform: rotate(90deg);
}

.inProduct .rmore{
    margin-top: 35px;
}

.inAbout{
    background-image: url(../images/aboutBg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.inAbout .commonTit p.p2{
    color: #fff;
    font-weight: 500;
    font-size: 26px;
}

.inAbout .des{
    max-width: 1200px;
    margin: auto;
}

.inAbout .des p{
    text-align: center;
    color: #ccc;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 10px;
}

.aboutCate{
    margin: 35px 0;
}

.aboutCate a{
    display: inline-block;
    padding: 0 25px;
    line-height: 1;
    font-weight: bolder;
    color: var(--main);
    font-size: 14px;
}

.aboutCate a:not(:last-child){
    border-right: 1px solid var(--main);
}

.aboutCate a:hover{
    color: #fff;
}

.aboutTel a{
    color: #fff;
    line-height: 1;
}

.aboutTel a:hover{
    color: var(--main);
}

.aboutTel a span{
    display: inline-block;
    margin-left: 10px;
    font-size: 36px;
}

/*news*/
.inNews{
    background-image: url(../images/newsBg.jpg);
    background-size: cover;
}

.newsList .item a{
    display: block;
}

.newsList .item .div-text{
    padding: 30px 0;
    position: relative;
}

.newsList .item .div-text:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: #eee;
    top: 0;
    left: 0;
    z-index: 1;
}

.newsList .item .div-text:before{
    position: absolute;
    content: "";
    width: 0;
    height: 3px;
    background-color: var(--primary);
    top: 0;
    left: 0;
    transition: all .6s ease;
    z-index: 2;
}


.newsList .item p.title{
    font-size: 18px;
    color: #333;
    line-height: 18px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsList .item .time{
    font-size: 16px;
    color: #666;
    line-height: 18px;
}

.newsList .item .div-img{
    
}

.newsList .item .div-img img{
    transition: all 2s ease;
}



.newsList .item .des{
    margin-top: 15px;
    margin-bottom: 25px;
}

.newsList .item .des p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsList .item .arrow img{
    transition: all 1s ease; 
}

.newsList .item:hover .div-text:before{
    width: 100%;
}

.newsList .item:hover .div-text p.title{
    color: var(--primary);
}


.newsList .item:hover .div-img img{
    transform: scale(1.1);
}

.newsList .item:hover .arrow img{
    transform: translateX(50%);
}

.inNews .rmore{
    margin-top: 35px;
}

.needList .item a{
    display: block;
    border-radius: 4px;
    text-align: center;
    padding: 40px 0;
    background: #f5f5f5;
    transition: all 0.3s;

}

.needList .item img{
   transition: all 0.3s; 
}

.needList .item p.p1{
    font-size: 20px;
    color: #333;
    margin: 30px 0 0;
    transition: all 0.3s;
}

.needList .item p.p2{
    font-size: 16px;
    color: #808080;
    transition: all 0.5s;
}

.needList .item a:hover p.p1,.needList .item a:hover p.p2{
    color: #fff;
}

.needList .item a:hover img{
    transform: rotateY(180deg);
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.needList .item a:hover{
     background: linear-gradient(-45deg, #b21c0e , #e28c00);
}


/*footer*/
.mainFooter{
    background-color: rgba(38, 38, 38, 1);
    background-size: cover;
    color: #fff;
    background-position: center;
}

.mainFooter .divMenu{
    margin-right: 45px;
    max-width: 850px;
}

.divMenu .item p.title{
    display: block;
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.divMenu .item .dhs a{
    display: block;
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 0px;
    color: #b2b2b2;
}

.divMenu .item .dhs a:hover{
    color: var(--main);
}

.divInfo .dtb{
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    display: block;
}

.divInfo .dtext p.p2 a{
    display: inline-block;
    font-size: 26px;
    color: #fd9d00;
    margin-bottom: 15px;
}

.divInfo .div-img{
    text-align: center;
}

.divInfo .div-img img{
    max-width: 150px;
    margin-bottom: 10px;
}

.copyright{
    padding: 25px 0;
    font-size: 14px;
    border-top: 1px solid #cccccc1f;
    background-color: #000;
    color: #b2b2b2;
}

.copyright a{
    color: #b2b2b2;
    display: inline-block;
    margin: 0 5px;
}

.copyright p{
    margin: 0 5px;
}

.copyright a:hover{
    color: var(--main);
}

/*侧边*/
.sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9;
    color: #fff;
}



.sideBar .item{
    position: relative;
    cursor: pointer;
}

.sideBar .tb svg,.stop .tb svg{
    width: 30px;
    height: 30px;
    fill: #fff;
}

.sideBar .tb,.stop .tb{
    width: 70px;
    padding: 8px 0;
    text-align: center;
    background-color: var(--primary);
    margin-bottom: 5px;
    font-size: 12px;
} 

.sideBar .con{
    position: absolute;
    right: 78px;
    top: 0;
    background-color: var(--primary);
    padding: 20px 0;
    text-align: center;
    pointer-events: none;
    width: 0;
    text-align: center;
    opacity: 0;
    transition: all .4s ease;
    
}

.sideBar .con a{
    color: #fff;
}

.sideBar .conimg{
    position: absolute;
    right: 78px;
    top: 0;
    font-size: 12px;
    border:1px solid var(--primary);
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transform: translateY(100%);
    transition: all .4s ease;
} 

.sideBar .conimg img{
    min-width: 130px;
}

.sideBar .conimg span{
    display: block;
    background-color: var(--primary);
    color: #fff;
    padding: 10px 15px;
}

.sideBar .item.cur .con{
    pointer-events: auto;
    width: 200px;
    opacity: 1;
}

.sideBar .item.cur .conimg{
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}

.stop{
   cursor: pointer;
   position: fixed;
   right: 0;
   bottom: 25px;
   z-index: 9;
   color: #fff;
   display: none; 
   transform-origin: left;
}


/*内页开始*/

.pageTit{
    margin-top: 90px;
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.pageTit p.p1{
    font-size:40px;
    font-weight: bolder;
}

.pageTit p.des{
    max-width: 1000px;
    margin: auto;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

.nyDh{
    background-color: rgba(245, 245, 245, 1);
    height: 80px;
    line-height: 80px;
    font-size: 15px;
    color: #333;
}

.nyDh i{
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-3px);
}

.nyDh i svg{
    width: 18px;
    height: 18px;
    fill: var(--primary); 
}

.nyDh a{
    color: #333;
    display: inline-block;
}

.nyDh .bmxDh a:last-child{
    color: var(--primary);
    font-weight: bolder;
}

.nyDh .bmxDh span{
    display: inline-block;
    margin: 0 5px;
}

.nyDh .d2 a{
    height: 80px;
    line-height: 80px;
    position: relative;
    padding: 0 30px;
}

.nyDh .d2 a:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    background-color: #ccc;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nyDh .d2 a:before{
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
    transition: all .4s ease;
}

.nyDh .d2 a:hover{
    color: var(--primary);
}

.nyDh .d2 a:hover:before{
    width: 100%;
}

.nyCommonTit{
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #dbdbdb;
}


.nyCommonTit p{
    font-size: 32px;
    color: #333;
    line-height: 1;
}

.nyCommonTit p span{
    font-size: 18px;
    color: #666;
    display: inline-block;
    margin-left: 10px;
}

.aboutCon{
    background-color: rgba(245, 245, 245, 1);
}

.aboutCon .div-text{
    padding: 45px 45px;
}

.aboutCon p.title{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 25px;
    color: #333;
    font-weight: bolder;
}

.aboutCon .des p{
    color: #666;
    line-height: 2;
    margin-bottom: 15px;  
}

/*企业优势*/
.nyAdv{
    background-color: rgba(245, 245, 245, 1);
}

.advList .item{
    padding: 65px 20px;
    text-align: center;
    background: #fff;
    transition: all 0.5s;
    cursor: pointer;
}

.advList .item .tb img{
    transition: all 1s ease;
}

.advList .item p.title{
    font-size: 20px;
    color: #333;
    margin-top: 15px;
}

.advList .item p.p2{
    font-size: 15px;
    color: #808080;
    margin-top: 5px;
    margin-bottom: 9px;
}

.advList .item .des{
    height: 45px;
}

.advList .item .des p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
}

.advList .item:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 10px 4px rgba(0,0,0,0.05);
}

.advList .item:hover .tb img{
    transform: rotateY(360deg);
}

.culCon{
    background-color: rgba(245, 245, 245, 1);
}

.culCon .div-text{
    padding: 45px 45px;
}

.culCon .div-text .item p.title{
    font-size:24px;
    color:#333;
    font-weight: bolder;
}

.culCon .div-text .item:not(:last-child){
    margin-bottom: 25px;
}

.culCon .div-text .item p.des{
    color: #333;
}

.nyLinks{
    padding-bottom: 85px;
}

.linksList .item a{
    display: block;
    position: relative;
    color: #fff;
}

.linksList .item .div-img img{
    transition: all 1s ease;
}

.linksList .item .div-text{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 25px;
    height: 100%;
    transition: all .6s ease;
}

.linksList .item .div-text>div{
    height: 100%;
}

.linksList .item .div-text p.p1{
    font-size: 28px;
    font-weight: bolder;
}

.linksList .item .div-text p.p2{
    font-size: 24px;
}

.linksList .item .tb,.linksList .item .div-text .d1{
   transition: all .6s ease; 
}

.linksList .item:hover .div-text{
    background-color: rgba(178, 28, 14, .8);
    
}

.linksList .item:hover .div-text .d1{
    margin-left: 15px;
}

.linksList .item:hover .tb{
    margin-right: 15px;
}

.linksList .item:hover .div-img img{
    transform: scale(1.05);
}

/*荣誉证书*/
.honorList .item a{
    display: block;
    width: 100%;
    cursor: pointer;
}

.honorList .item .div-img img{
    transition: all .6s ease;
}

.honorList .item{
    margin-bottom: 25px;
}

.honorList .item:hover .div-img img{
    transform: scale(1.1);
}

/*分类*/
ul.xlcates{
   
}
ul.xlcates li{
  display: block;
  margin-bottom: 5px;
  background-color: #f5f5f5;
}

ul.xlcates li .cate .d1{
    margin-right: 20px;
    border-left: 2px solid #f5f5f5;
    transition: all .6s ease;
}

ul.xlcates li .cate .d1:hover{
    border-left: 2px solid var(--primary);
}

ul.xlcates li .cate .d1 a{
  display: block;
  padding: 20px 0 20px 20px;
}

ul.xlcates li .cate .d2{
    margin-right: 20px;
}

ul.xlcates li .cate .d2 span{
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  transform-origin: center;
  padding: 5px 8px;
  background-color: var(--primary);
}

ul.xlcates li .cate .d2 span svg{
  width: 12px;
  height: 12px;
  fill: #fff;
}

ul.xlcates li .d1 a{
  display: block;
  line-height: 1;
  font-size: 16px;
  color: #000;

}

ul.xlcates li .sub{
  display: none;
  border-top: 1px solid #e8e8e8;
  padding-top: 15px;
  padding-bottom: 15px;
}

ul.xlcates li .sub .item{

}

ul.xlcates li .sub .item>a{
  display: block;
  transition: all .3s;
  position: relative;
  color: #474747;
  padding: 12px 15px 12px 30px;
  background-image: url(../images/pro_icon.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}

ul.xlcates li .sub .item>a:hover{
    background-color: #efefef;
    padding: 12px 15px 12px 35px;
    color: var(--primary);
}

ul.xlcates li .sub .item:not(:last-child){
   
}

ul.xlcates li .sub .item>a:hover,ul.xlcates li .sub .item>a.cur{

}

ul.xlcates li .sub .item>a:hover:after,ul.xlcates li .sub .item>a.cur:after{
  
}

ul.xlcates li.active .cate,ul.xlcates li.on .cate,ul.xlcates li .cate:hover{
    background-color: #efefef;
}

ul.xlcates li .d2 span svg{
  transition: all .4s;
}

ul.xlcates li.active .d2 span svg{
  transform: rotate(90deg);
}

ul.xlcates li.active .sub{
  display: block!important;
}

/**/
.lefttit{
    background-color: var(--primary);
    color: #fff;
    padding: 20px 15px;
    text-align: center;
}

.lefttit p.p1{
    font-size: 34px;
    font-weight: bolder;
}
.lefttit p.p2{
    font-size: 14px;
}

/*产品列表*/
.proList2 .item{
    margin-bottom: 25px;
    transition: all .6s ease;
}

.proList2 .item a{
    display: block;
    border:1px solid #eee;
    color: #333;
}

.proList2 .item .div-text{
    border-top: 1px solid #eee;
    padding: 15px 15px;
    transition: all .6s ease;
}

.proList2 .item .div-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.proList2 .item .div-text span{
    display: inline-block;
}

.proList2 .item .div-text span svg{
    width: 12px;
    height: 12px;
    fill: #333;
}

.proList2 .item:hover {
    

}

.proList2 .item:hover a{
    background-color: var(--primary);
    color: #fff;
    border:1px solid var(--primary);
}

.proList2 .item:hover .div-text{
    padding: 15px 20px;
}

.proList2 .item:hover .div-text span svg{
    fill: #fff;
}

.proList2 .item .div-img img{
    transition: all .6s ease;
}

.proList2 .item:hover .div-img img{
    transform: scale(1.1);
}

.leftSlide{
    margin-top: 35px;
    border-top: 6px solid var(--primary);
    margin-bottom: 25px;
}

.leftSlide>.litem{
    background-color: rgba(245, 245, 245, 1);
    padding: 35px 25px 45px 25px;
    
}

.leftSlide>.litem div.title{
    font-size: 24px;
    color: #333;
    line-height: 1;
    padding-left: 20px;
    border-left: 3px solid var(--primary);
    margin-bottom: 25px;
}


.rePro .swiper .swiper-btn{
    background-color: rgba(100,100,100,.4);
    border-radius: 0;
    width: 30px;
}

.rePro .swiper .swiper-button-next.swiper-btn{
    right: 0;
}

.rePro .swiper .swiper-button-prev.swiper-btn{
    left: 0;
}

.rePro .swiper .swiper-btn:hover{
    background-color: var(--primary);
}

.rePro .item a{
    display: block;
    color: #333;
    transition: all .4s ease;
}

.rePro .item .div-img{
   
}

.rePro .item .div-text{
    text-align: center;
    padding: 15px 15px;
    background-color: #fff;
    transition: all .4s ease;
}

.rePro .item .div-text p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.rePro .item:hover .div-img img{
    transform: scale(1.05);
}

.rePro .item:hover .div-text{
    background-color: var(--primary);
}

.rePro .item:hover .div-text p{
    color: #fff;
}

.rmore2 a{
    display: block;
    padding: 10px 25px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--primary);
    color: #fff;
    transition: all .4s ease;
}

.rmore2 a:hover{
    background-color: var(--main);
}

.rePro .rmore2{
    margin-top: 15px;
}

.hsearch form{
    display: block;
    width: 100%;
}

.hotSearch2 input,.hotSearch2 button{
    border:none;
    outline: none;
    box-shadow: unset;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    font-size: 14px;
    background:unset;
}

.hotSearch2 input{
    border:1px solid #eee;
}

.hotSearch2 button{
    background-color: var(--primary);
    color: #fff;
}

.keyhot{
    margin-top: 15px;
}

.keyhot span{
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
}

.newsTj{
    margin-bottom: 15px;
}

.newsTj a{
    display: block;   
    background-color: #fff;
    transition: all .4s ease;
}

.newsTj .div-text{
    padding: 15px 15px;
}

.newsTj .div-text p.title{
    color: #333; 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all .4s ease;
}

.newsTj .div-text p.des{
    font-size: 14px;
    color: #595959;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .4s ease;
}

.newsTj:hover .div-img img{
    transform: scale(1.05);
}

.newsTj:hover .div-text p.title,.newsTj:hover .div-text p.des{
    color: #fff;
}

.newsTj:hover a{
    background-color: var(--primary);
}

.lnewsLists .item{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.lnewsLists .item a{
    display: block;
    color: #333;
    font-size: 14px;
}

.lnewsLists .item p.p1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.lnewsLists .item .time{
    min-width: 60px;
    text-align: right;
}

.lnewsLists .item i{
    display: inline-block;
    color: var(--primary);
    margin-right: 10px;
}

.lnewsLists .item:hover p.p1{
    color: var(--primary);
}

.lyForm form{
    display: block;
    font-size: 14px;
}

.lyForm .item{
    margin-bottom: 10px;
}

.lyForm input,.lyForm textarea,.lyForm button{
    display: block;
    width: 100%;
    border:none;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}

.lyForm input,.lyForm textarea{
    background-color: #fff;
    padding: 10px 15px;
}

.lyForm button{
    background-color: var(--primary);
    color: #fff;
    padding: 10px 15px;
    text-align: center;
}

.lyForm button:hover{
    background-color: var(--main);
}

.proContent{
    padding: 40px 30px;
    background: #f5f5f5;
}

.small-imgs{
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}


.small-imgs .swiper{
    padding: 0 35px;
}

.div-imgs .swiper .swiper-button-disabled{
  opacity: .6;
}

.proSmall .swiper-slide{
    border: 1px solid #babcbb;
}

.proSmall .swiper-slide-thumb-active{
  border:1px solid var(--primary);
}

.proSmall .swiper-button-prev{
    left: 0;
}

.proSmall .swiper-button-next{
    right: 0;
}

.proSmall .swiper-button-prev,.proSmall .swiper-button-next{
    top: 50%;
    height: auto;
    transform: translateY(50%);
}

.proSmall .swiper-button-prev:after, .proSmall .swiper-button-next:after{
    font-size: 20px;
    color: #000;
}

.proSmall .swiper-button-next, .proSmall .swiper-button-prev{
    text-align: center;
}

.proBig{
    border: 1px solid #eee;
} 

.swiper-button-lock{
    display: block;
}

.protopText p.title{
    font-size: 30px;
    line-height: 1;
    color: #333;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom:1px solid #e8e8e8;
    margin-top: 25px;
}

.protopText p.des{
    color: #737373;
    line-height: 2;
}

.protopText p.key{
    margin-bottom: 25px;
    margin-top: 15px;
}

.protopText p.key span{
    display: inline-block;
    border:1px solid #eee;
    padding: 5px 15px;
    margin-left: 5px;
    border-radius: 5px;
}

.nyconBtn a{
    display: inline-block;
    padding: 10px 35px;
    margin-right: 15px;
    color: #fff;
    background-color: var(--primary);
    transition: all .6s ease;

}

.nyconBtn a.bt2{
    background-color: var(--main);
}

.nyconBtn a:hover{
    border-radius: 25px;
}

.pnrDetail div.title {
    
    margin-bottom: 25px;
    margin-top: 35px;
    background-color: var(--primary);
}

.protopText .nyTel{
    padding-top: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
    border-top: 1px solid #e8e8e8; 
}

.protopText .nyTel a{
    display: inline-block;
    font-size: 32px;
    color: var(--primary);  
}

.pnrDetail div.title span{
    font-size: 18px;
    font-weight: bolder;
    display: inline-block;
    padding: 12px 65px;
    color: #fff;

}

.pnrDetail{
    background: #fff;
    padding-bottom: 45px;
}

.pnrDetail .content{
    padding: 0 30px 0 30px;
    color: #595959;
    line-height: 1.8;
}

.pnrDetail .content p.p1{
    font-size: 18px;
    font-weight: bolder;
    color: var(--primary);
}

.pnrDetail .content p.p2{
    color: #000;
    font-weight: bolder;
}

.prev-next{
    margin-top: 25px;
}

.prev-next p,.prev-next p a{
    color: #707070;
}

.prev-next p a:hover{
    color: var(--primary);
}

/*新闻中心*/
.newsList2 .item a{
    display: block;
    position: relative;
}

.newsList2 .item .div-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 40px;
    background: rgba(0, 0, 0, 0.7);
    transition: all .6s ease;
}

.newsList2 .item .div-text .time{
    font-size: 24px;
}

.newsList2 .item .div-text .time span:nth-child(1){
    color: var(--main);
    display: inline-block;
    margin-right: 10px;
}

.newsList2 .item .div-text p.title{
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    transform: translateY(100%);
    transition: all .6s ease;
}

.newsList2 .item .div-text p.des{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .6s ease;
    transform: translateY(200%);
    opacity: 0;
}


.newsList2 .item:hover .div-text{
    background-color: rgba(178, 28, 14, 0.9);
}

.newsList2 .item:hover .div-text p.des{
    transform: translateY(0);
    opacity: 1;
}

.newsList2 .item .div-img img{
    transition: all 1s ease;
}

.newsList2 .item:hover .div-img img{
    transform: scale(1.05);
}

.newsList2 .item:hover .div-text p.title{
    transform: translateY(0);
}

.nyNewsxq .newsContent{
    padding: 40px;
    background: #f5f5f5;
}

.newsContent h2.title{
    font-size: 30px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
    color: #333;
    text-align: center;
}

.newsContent{
    font-size: 14px;
}

.newsContent p{
    text-indent: 30px;
}

.newsContent .gy{
    padding: 25px 20px;
    background-color: #fff;
    margin-bottom: 25px;
}

.newsContent .keyBtns{
    margin-top: 25px;
}

.newsContent .p_tags{
    text-indent: 0;   
}

.p_tags button{
    display: inline-block;
    padding: 5px 10px;
    border:1px solid #ccc;
    border-radius: 5px;
}

.prev-next p{
   text-indent: 0; 
}

.newsContent .prev-next{
    margin-top: 25px;
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.nyCptj .title .tit{
    height: 55px;
    line-height: 55px;
    padding: 0 25px;
    background-color: var(--primary);
    color: #fff;
    margin-right: 10px;
    font-size: 24px;
}

.nyCptj .title .tit span{
    font-size: 20px;
}
.nyCptj .title .d2 a{
    height: 55px;
    line-height: 55px;
    padding: 0 35px;
    background-color: var(--main);
    color: #fff;
    transition: all .4s ease;
}

.nyCptj .title .d2 a:hover{
    background-color: var(--primary);
}

.nyCptj .proLists{
    padding: 25px 20px;
    background-color: #f5f5f5;
    margin-top: 35px;
}

.nyCptj .proLists .item{
    background-color: #fff;
}


.e_text-1 {
    line-height: normal;
    font-size: 2.2vw;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    max-width: 1600px;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    font_radio: 2;
    display-radio: 1;
    font-family: "a5b9c6f6-5d81-498c-971b-af33d3c8b053";
    margin-bottom: 20px
}

.e_container-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(249,130,15,1);
    min-height: 60px;
    height: auto;
}

.e_container-3>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_text-4 {
    line-height: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_container-3 .cbox-3-0 {
    align-self: center
}

.e_text-5 {
    line-height: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_container-3 .cbox-3-1 {
    align-self: center
}

.e_text-6 {
    line-height: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_text-8 {
    line-height: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_text-9 {
    line-height: normal;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    font-weight: normal;
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_container-3 .cbox-3-2 {
    align-self: center
}

.e_container-3 .cbox-3-3 {
    align-self: center
}

.e_container-3 .cbox-3-4 {
    align-self: center
}

.e_container-3 .cbox-3-5 {
    align-self: center
}

.e_loop-10 .p_list {
    position: relative;
    max-width: 100%
}

.e_loop-10 .p_loopitem {
    flex: 0 0 33.3%;
    position: relative
}

.e_loop-10 .p_page {
    text-align: center;
    margin-top: 30px
}

.e_loop-10 .p_filter_wrapper {
    width: 100%;
    font-size: 13px
}

.e_loop-10 .p_kv_wrapper {
    display: flex;
    flex-wrap: nowrap;
    line-height: 40px;
    margin: 15px 0
}

.e_loop-10 .p_filter_key {
    width: 70px;
    overflow: hidden;
    margin-right: 10px;
    font-weight: bold;
    color: #333333;
    font-size: 12px
}

.e_loop-10 .p_v_item {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer;
    font-size: 13px;
    color: #555555;
    margin-right: 30px
}

.e_loop-10 .p_active .p_fbutton {
    color: #fff;
    background-color: cornflowerblue
}

.e_loop-10 .p_result_item {
    position: relative;
    padding: 3px 20px 3px 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-right: 10px
}

.e_loop-10 .p_filter_close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
    font-style: normal;
    font-size: 16px;
    margin-top: -5px;
    cursor: pointer
}

.e_loop-10 .multSelect {
    font-size: 13px;
    position: relative
}

.e_loop-10 .multSelect .inputWrap {
    width: 100%;
    min-width: 100px;
    min-height: 24px;
    border: 1px solid #DCDFE6;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    background: white
}

.e_loop-10 .multSelect.is-invalid .inputWrap {
    border-color: #dc3545
}

.e_loop-10 .multSelect ul {
    padding: 0 5px;
    margin: 0;
    padding-right: 35px
}

.e_loop-10 .multSelect ul,li {
    list-style: none
}

.e_loop-10 .multSelect li {
    display: inline-block;
    background: #edf0f3;
    color: #92969c;
    padding: 0px 5px;
    margin: 1px 5px 1px 0;
    border-radius: 5px;
    line-height: 16px
}

.e_loop-10 .multSelect .multSelect-option {
    width: 100%;
    border: 1px solid #DCDFE6;
    border-radius: 2px;
    border-top: 0;
    max-height: 200px;
    overflow-y: scroll;
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: 9;
    background: #fff
}

.e_loop-10 .multSelect .multSelect-option>div {
    line-height: 24px;
    cursor: pointer;
    padding: 0 10px
}

.e_loop-10 .multSelect .multSelect-option>div.selected {
    color: #1e9e3b
}

.e_loop-10 .multSelect .multSelect-option>div:hover {
    color: #1e9e3b;
    background: #f3f6f9
}

.e_loop-10 .multSelect .fa-close {
    font-style: normal;
    font-size: 12px;
    padding: 0 5px 0 7px
}

.e_loop-10 .multSelect .inputWrap>.fa svg {
    fill: #666;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0;
    top: calc(50% - 3px)
}

.e_loop-10 .multSelect .inputWrap>.fa-down svg {
    transform: rotate(-90deg)
}

.e_loop-10 .multSelect .inputWrap>.fa-up svg {
    transform: rotate(90deg)
}

.e_loop-10 .multSelect .placeholder {
    line-height: 40px;
    padding-left: 10px;
    color: #aaa;
    position: absolute;
    left: 0;
    top: 0
}

.e_loop-10 .p_normal_start {
    display: inline;
    width: 60px;
    height: 22px
}

.e_loop-10 .p_date_start {
    display: inline;
    width: 105px;
    height: 22px
}

.e_loop-10 .p_normal_end {
    display: inline;
    width: 60px;
    height: 22px;
    margin-right: 5px
}

.e_loop-10 .p_date_end {
    display: inline;
    width: 105px;
    height: 22px;
    margin-right: 5px
}

.e_loop-10 .p_split {
    margin: 0 5px
}

.e_loop-10 .p_normal {
    margin-right: 16px
}

.e_loop-10 .p_fbutton {
    background-color: #1e9e3b;
    border: 1px solid #1e9e3b;
    text-decoration: none;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

.e_loop-10 .input-check,.e_loop-10 .input-radio {
    margin: 0 5px;
    vertical-align: text-top
}

.e_loop-10 .position-left {
    display: flex
}

.e_loop-10 .position-right {
    display: flex;
    flex-direction: row-reverse
}

.e_loop-10 .position-bottom {
    display: flex;
    flex-direction: column-reverse
}

.e_loop-10 .p_mbutton {
    border: 1px solid #1e9e3b;
    text-decoration: none;
    color: #1e9e3b;
    font-size: 14px;
    text-align: center;
    padding: 10px 25px;
    position: relative;
    overflow: hidden
}

.e_loop-10 .p_mbutton:after {
    content: "";
    display: none;
    width: 16px;
    height: 16px;
    background-color: #1e9e3b;
    -webkit-transform: skewY(-45deg);
    transform: skewY(360deg);
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 1
}

.e_loop-10 .p_mbutton::before {
    content: "";
    display: none;
    width: 6px;
    height: 9px;
    border-right: #ffffff solid 2px;
    border-bottom: #ffffff solid 2px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    position: absolute;
    bottom: 5px;
    right: 4px;
    z-index: 2
}

.e_loop-10 .p_active .p_mbutton::before {
    display: block
}

.e_loop-10 .p_active .p_mbutton::after {
    display: block
}

.e_loop-10 {
    margin-left: auto;
    margin-right: auto;
}

.e_container-13 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: #f5f5f5;
    min-height: 70px;
    padding: 0 25px;
}

.e_container-13>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-14 {
}

.e_container-14>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f5f5f5;
    display: none
}

.e_richText-15 h2 {
    font-size: 16px;
    color: var(--primary);
    font-weight: bolder;
    margin-bottom: 10px;
    font-family: "a5b9c6f6-5d81-498c-971b-af33d3c8b053"
}

.e_richText-15 p {
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_richText-15 .rmore {
    margin-top: 25px;
}

.e_text-16 {
    line-height: normal;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_container-13 .cbox-13-0 {
    align-self: center
}

.e_container-13 .cbox-13-1 {
    align-self: center
}

.e_container-13 .cbox-13-2 {
    align-self: center
}

.e_container-13 .cbox-13-3 {
    align-self: center
}

.e_container-13 .cbox-13-4 {
    align-self: center
}

.e_container-13 .cbox-13-5 {
    align-self: center
}

.e_text-17 {
    line-height: normal;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_text-18 {
    line-height: normal;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_text-20 {
    line-height: normal;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    font_radio: 2;
    display-radio: 1;
    font-family: "ba2a30df-84a2-4d08-be87-9d82f410a6c8"
}

.e_text-21 {
    line-height: normal;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: right;
}

.joblist .e_text-21:after {
    content: "+";
    display: inline-block;
    vertical-align: -1px;
    color: #aaa;
    font-weight: bold;
    margin-left: 5px;
    font-size: 20px
}

.joblist.j_cur .e_text-21:after {
    content: "-"
}

.e_container-22 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    width: 100%
}

.e_container-22>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_text-24 {
    line-height: normal;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center
}

.e_container-22 .cbox-22-0 {
    flex: 0 0 auto
}

.e_container-22 .cbox-22-1 {
    flex: 0 0 33%
}

.e_container-22 .cbox-22-2 {
    flex: 0 0 33%
}

.e_container-27 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-bottom: 1px solid #ddd
}

.e_container-27>.p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    cursor: pointer
}

.e_html-28 {
    min-height: 0px;
    width: 94%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto
}

.e_text-29 {
    line-height: normal;
    text-transform: uppercase;
    font-family: "ae3bd477-adbe-488f-bc7c-86f5991011ce";
    font-size: 18px;
    color: rgba(249,130,15,1);
    text-align: center
}

.allJob{
    background-color: #fff;
    border-top: 6px solid #f5f5f5;
}

.joblist.on .e_container-13{
    background-color: var(--primary);
    color: #fff;
}

.joblist.on .e_text-16,.joblist.on .e_text-17,.joblist.on .e_text-18,.joblist.on .e_text-20,.joblist.on .e_text-21:after{
    color: #fff;
}

.jobCon p{
    text-indent: 30px;
    margin-bottom: 15px;
}

.contactDetail p.title {
    color:#474747;
    line-height: 1.8;
    text-indent: 30px;
    margin-bottom: 25px;
}

.contactInfos .div-text{
    background: linear-gradient(-45deg, #b21c0e , #e28c00);
    padding: 50px 40px;
    color: #fff;
}

.contactInfos a{
    color: #fff;
    display: inline-block;
}

.contactInfos .div-text .title{
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 15px;
    position: relative;
}

.contactInfos .div-text .title:after{
    position: absolute;
    content: "";
    width: 60px;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.contactInfos .div-text .item{
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
}

.lyCon{
    background-color: #f5f5f5;
    padding: 55px 40px;
}

.lyCon .lyForm .item{
    margin-bottom: 15px;
}

.lyCon .lyForm input,.lyCon .lyForm textarea{
    padding: 13px 25px;
    border-radius: 0;
}


.pagination{
    justify-content: center;
    margin-bottom: 45px;
    margin-top: 45px;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}








































