@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: 110px;
}

.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);
}

.banner .swiper-pagination span.swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: .8;
}

.banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: var(--primary);
    opacity: 1;
}

.commonTit{
    margin-bottom: 45px;
    line-height: 1;
}

.commonTit p.entit{
    font-size: 42px;
    color: var(--primary);
    font-weight: bolder;
    font-family: 'dr';
    margin-bottom: 10px;
}

.commonTit p.cntit{
    font-size: 36px;
    font-weight: bolder;
    color: #000;
}

.inPro{
    background-color: #f5f5f5;
}

.inPro .d1{
    min-width: 135px;
    width: 135px;
    margin-right: 45px;
    background-color: var(--primary);
    color: #fff;
    font-size: 24px;
    padding: 25px 20px;
    text-align: center;
    line-height: 1.6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cateList .item a{
    display: block;
    background-color: var(--primary);
    color: #fff;
}

.cateList .item .div-text{
    padding: 15px 15px;
    font-size: 18px;
    text-align: center;
}

.cateList .item:hover{
    background-color: var(--main);
}

.cateList .item:hover .div-img img{
    transform: scale(1.1);
}


.inQuality{
    background-image: url(../images/bg_qua.jpg);
}

.inQuality .commonTit .entit,.inQuality .commonTit .cntit{
    color: #fff;
}

.inQuality .item{
    max-height: 260px;
    overflow: hidden;
}

.inQuality .item.item-text{
    height: 100%;
    min-height: 260px;
    display: flex;
    align-items: center;
    padding: 40px 25px;
    font-size: 14px;
    color: #fff;
    background-size: cover;
    background-position: top right;
}

.inQuality .item p.title{
    font-size: 26px;
    font-weight: bolder;
    margin-bottom: 15px;
}

.inQuality .item .des{
    line-height: 2;
}

.inQuality .item:hover{
    cursor: pointer;
}

.inQuality .item .div-img img{
    transition: all 1s ease;
}

.inQuality .item:hover .div-img img{
    transform: scale(1.1);
}

.inAbout{
    background-image: url(../images/bg_about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.inAbout .div-text{
    padding-right: 25px;
}

.inAbout .div-text .more a{
    color: var(--primary);
}

.inAbout .div-text .more a:hover{
    color: var(--main);
    font-weight: bolder;
}

.inAbout .div-text .des p{
    font-size: 14px;
    line-height: 2;
}

.inAbout .div-img:hover img{
    transform: scale(1.1);
}

.inNews{
    background-color: rgba(238, 242, 245, 1);
}

.newsLists .item{
    margin-bottom: 25px;
}

.newsLists .item a{
    display: block;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.08);
    color: #000;
}

.newsLists .item a:hover{
    background-color: #f5fcff;
}

.newsLists .item .more2{
    font-size: 13px;
    color: #707070;
}

.newsLists .item .more2 svg{
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 3px;
}

.newsLists .item .time span{
    display: inline-block;
}

.newsLists .item .time span.s1{
    font-size: 56px;
    color: #666;
    line-height: 1.6;
}

.newsLists .item .time span.s2{
    font-size: 16px;
    color: #666;
    font-weight: normal;
}

.newsLists .item p.title{
    color: #000;
    font-size: 15px;
    margin: 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.newsLists .item .des{
    margin-bottom: 15px;
}

.newsLists .item .des p{
    font-size: 14px;
    color: #707070;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsLists .item a:hover p.title{
    color: var(--primary);
}

.mainFooter{
    background-color: var(--primary);
    color: #fff;
}

.mainFooter .main{
    padding-top: 65px;
    padding-bottom: 45px;
}

.mainFooter a{
    color: #fff;
}

.mainFooter .item p.title{
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.mainFooter .item ul li{
    font-size: 14px;
    line-height: 2;
    font-weight: lighter;
}

.mainFooter .item .ditem img{
    max-width: 140px;
    margin-bottom: 5px;
}

.mainFooter .item .ditem{
    text-align: center;
    font-size: 14px;
}

.mainFooter .item .ditem{
    margin-left: 15px;
}

.copyright{
    background-color: #006843;
    color: #fff;
    font-size: 14px;
    padding: 15px 0;
    font-weight: lighter;
}

.copyright a{
    color: #fff;
}

.copyright *{
    margin: 0 5px;
}

/*侧边*/
.sideBar {
    position: fixed;
    right: 0;
    top: 50%;
    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: 60px;
    padding: 12px 0;
    text-align: center;
    background-color: var(--primary);
    margin-bottom: 2px;
    font-size: 12px;
} 

.sideBar .tb img{
    max-width: 45px;
}

.sideBar .con{
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--primary);
    height: 56px;
    line-height: 56px;
    width: 0; 
    text-align: center;
    /*text-align: center;
    display: none;*/
   /* min-width: 0;*/
    font-size: 16px;
    transition: all .8s ease;
    opacity: 0;
    pointer-events: none;  
    overflow: hidden;  
}

.sideBar .con a{
    color: #fff;
    display: block;
    white-space: nowrap;
}

.sideBar .conimg{
    position: absolute;
    right: 65px;
    top: 0;
    font-size: 16px;
    border:1px solid var(--primary);
    text-align: center;
    pointer-events: none;
    opacity: 0;
    transform: translateX(-100%);
    transition: all .4s ease;
    background-color: var(--primary);
    color: #fff;
    z-index: 19;
} 

.sideBar .conimg img{
    min-width: 130px;
}

.sideBar .conimg span{
    display: block;
    background-color: var(--primary);
    color: #fff;
    padding: 15px 15px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.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;
}


.mobileDh{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: var(--primary);
    color: #fff;
    font-size: 14px;
    text-align: center;
    z-index: 9998;
}

.mobileDh a{
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 12px;
}

.mobileDh a i{

}

.mobileDh .row>div:not(:last-child){
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
}


/*内页开始*/
.pageTit{
    padding: 125px 0;
    background-size: cover;
    background-position: center;
    color: #fff;
    margin-top: 110px;
}

.pageTit p.title{
    font-size: 42px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.mbxDh a{
    color: #fff;
}

.mbxDh font{
    margin: 0 5px;
}

.mbxDh span{
    margin-right: 5px;
    margin-top: -3px;
}

.mbxDh svg{
    width: 18px;
    height: 18px;
    fill: #fff;
}

ul.xlcates{
    border:1px solid #eee;
}

ul.xlcates li{
  display: block;
  font-size: 14px;
}

ul.xlcates li .cate{
  border-bottom: 1px solid #eee;
}

ul.xlcates li .cate .d1 a{
  display: block;
}

ul.xlcates li .cate .d2 span{
  display: inline-block;
  cursor: pointer;
  transform-origin: center;
  width: 22px;
  height: 22px;
  line-height: 21px;
  text-align: center;
  background-color: var(--primary);
  border-radius: 50%;
  margin-right: 20px;
}

ul.xlcates li .cate .d2 span svg{
  width: 10px;
  height: 10px;
  fill: #fff;
}

ul.xlcates li .d1 a{
  display: block;
  line-height: 1;
  padding: 18px 30px;
}


ul.xlcates li .sub a{
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px 15px 10px 30px;
  position: relative;
  transition: all .3s;
}

ul.xlcates li .sub a:after{
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #333;
  left: 15px;
  top: 18px;
}



/*    ul.xlcates li.active .cate,ul.xlcates li.on .cate{
  background-color: var(--primary);
}*/

ul.xlcates li .d2 span svg{
  transition: all .4s;
}

ul.xlcates li.active .d2 span svg{
  transform: rotate(90deg);
}

ul.xlcates li:hover .cate{
    background-color: #eee;
}

.mainSlider .item{
    margin-bottom: 25px;
}

.mainSlider .item p.title{
    padding: 15px 30px;
    font-size: 18px;
    color: #fff;
    background-color: var(--primary);
}

.nrCon div.title{
    font-size: 18px;
    color: #fff;
    padding: 15px 30px;
    background-color: var(--primary);
}

.nrCon .con{
    padding: 30px 25px;
    border:1px solid #eee;
}

.leftInfo{
    border:1px solid #eee;
    padding: 20px 25px;
    font-size: 14px;
}

.leftInfo p:not(:last-child){
    margin-bottom: 10px;
}


.nrAbout .con h3{
    font-size: 18px;
    color: var(--primary);
    font-weight: bolder;
    margin-top: 25px;
    margin-bottom: 10px;
}

.nrAbout .con p{
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.8;
}

.honorList .item{
    margin-bottom: 25px;
}

.honorList .item a{
    display: block;
    box-shadow: 0 0 15px rgba(0,0,0,.02);
    font-size: 14px;
    cursor: pointer;
}

.honorList .item .div-text{
    padding: 15px 15px;
    text-align: center;
    background-color: #fbf9f9;
    transition: all .4s ease;
}

.honorList .item a:hover .div-img img{
    transform: scale(1.02);
}

.honorList .item a:hover .div-text{
    background-color: var(--primary);
    color: #fff;
}

.nrEquipment .sbtit{
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 15px;
    font-weight: bolder;
}

.nyproList .item{
    margin-bottom: 15px;
}

.nyproList .item a{
    display: block;
}

.nyproList .item .div-img{
    border: 1px solid #eee;
}

.nyproList .item .div-text{
    padding: 10px 15px;
    text-align: center;  
}

.nyproList .item .div-text p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.nyproList .item:hover .div-img img{
    transform: scale(1.02);
}


.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;
    font-size: 14px;
}

.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.tit {
    margin-bottom: 25px;
    margin-top: 35px;
    border-bottom: 1px solid #eee;
}

.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.tit span{
    font-size: 18px;
    display: inline-block;
    padding: 12px 45px;
    background-color: var(--primary);
    color: #fff;

}

.pnrDetail .content{
    padding: 0 15px;
    color: #595959;
    line-height: 1.8;
    font-size: 14px;
}

.prev-next{
    margin-top: 25px;
}

.prev-next p,.prev-next p a{
    color: #707070;
}

.prev-next p a:hover{
    color: var(--primary);
}

.nyNewslist .item{
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.nyNewslist .item a{
    display: block;
    color: #323232;
    font-size: 14px;
}

.nyNewslist .item .div-img{
    min-width: 200px;
    width: 200px;
    margin-right: 25px;
}

.nyNewslist .item .time{
    font-size: 14px;
    margin-left: 25px;
}

.nyNewslist .item .time svg{
    width: 16px;
    height: 16px;
    fill: #666;
}

.nyNewslist .item .time span{
    display: inline-block;
    margin-left: 5px;
}

.nyNewslist .item .des{
    margin: 15px 0;
}

.nyNewslist .item .des p{
    color: rgba(102,102,102,1);
}

.nyNewslist .item .more{
    text-align: right;
}

.nyNewslist .item .more span{
    font-size: 12px;
    display: inline-block;
    padding: 5px 15px;
    color: var(--primary);
    border:1px solid var(--primary);
}

.nyNewslist .item:hover .div-img img{
    transform: scale(1.05);
}

.nyNewslist .item:hover .ntit{
    color: var(--primary);
}

.nyNewslist .item .more span:hover{
    background-color: var(--primary);
    color: #fff;
}

.nyNewsdetail .nytit{
    font-size: 20px;
    font-weight: bolder;
    color: #000;
    text-align: center;
}

.nyNewsdetail .meta{
   
    padding-bottom: 15px;
    margin: 15px 0;
    border-bottom: 1px solid #eee;
}

.nyNewsdetail .meta *{
    color: #999;
     font-size: 14px;
}

.nyNewsdetail .meta svg{
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    fill: #999;
}

.nyNewsdetail .meta span{
    display: inline-block;
    margin-left: 15px;
}

.newsContent{
    font-size: 14px;
}

.conSer{
    font-size: 14px;
}

.conSer h3{
    font-size: 23px;
    color: #000;
    font-weight: bolder;
    margin-bottom: 15px;
}

.conSer p.tit{
    font-size: 18px;
    font-weight: bolder;
    color: var(--primary);
    margin-bottom: 10px;
    margin-top: 25px;
}

.conSer ul li p{
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

.conSer ul li p:after{
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #333;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.nyOnlineMsg{
    background-color: #f5f5f5;
}


.lyCon .lyForm .item{
    margin-bottom: 15px;
}

.lyCon .lyForm input,.lyCon .lyForm textarea{
    padding: 13px 25px;
    border-radius: 0;
}

.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);
}

.contactInfos .item {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.contactInfos .item .tb span{
    display: inline-block;
    margin-right: 10px;
}

.contactInfos .item .tb svg{
    width: 24px;
    fill: var(--primary);
}

.contactInfos .item a{
    color: #595959;
}

.contactInfos .item a:hover{
    color: var(--primary);
}

.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);
}






































