﻿@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('font-awesome.min.css');
@font-face {
	font-family: 'PingFang SC';
	src: url('../font/PingFang Medium.ttf');
}

@font-face {
  font-family: 'PingFang Bold';
  src: url('../font/PingFang SC Bold.ttf');
}

:root {
	--primary: #1e4ca0;
	--main: #b88a03;
}

html *{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

* a{
  color: #333;
}


input{border:0;outline:none;/*去除蓝色边框*/}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;/*去除文本框出现的背景色*/}
button, input, optgroup, select, textarea{
  font-size: initial;
}
a,button,textarea,select{-webkit-appearance: none;
-webkit-tap-highlight-color:rgba(255,0,0,0); }
a:hover{text-decoration: none;}
ul{
  padding-inline-start: 0;
}
ul li{
  list-style: none;
}

img{
  max-width: 100%;
}

/*导航条*/
::-webkit-scrollbar {
  width: 4px; }

::-webkit-scrollbar-track {
  background: #ECFAFB; }

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px; }

::-webkit-scrollbar-thumb:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }

body{
 font-family: "PingFang SC",Arial,sans-serif;
 font-size: 16px;
 line-height: 1;
 color: #595959;
 position: relative;
 background-color: #ffffff;
 overflow-x: hidden;
}

.container-fluid{
  max-width: 1460px;
  padding: 0 40px;
}

.div-img{
  overflow:hidden;
}

.div-img img{
  width: 100%;
  transition: all .6s;
}

.pageWrap{
  position: relative;
  overflow-x: hidden;
}

.sp{
  padding: 85px 0;
}

/*头部导航*/
.mainHeader{min-height:80px;position:fixed;top:0;left:0;width:100%;z-index:999;background-color:#fff;box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);}
.mainHeader ul li{display:inline-block;position:relative}
.mainHeader ul li>a{color:#333;font-size:16px;padding:0 15px;line-height:80px;display:block;transition:all 0.4s;font-family: "PingFang Bold"}
.mainHeader ul li:hover>a{background-color:var(--primary);color:#fff}
.mainHeader ul li .subnav{position:fixed;width:100%;left:0;z-index:99;top:80px;background:#2ca41c;text-align:center;display:none}
.mainHeader .subnav dd{display:inline-block}
.mainHeader ul li .subnav a{display:inline-block;font-size:15px;line-height:60px;color:#c9f1c4;transition:all 0.4s;position:relative;margin:0 20px}
.mainHeader ul li .subnav a:after{content:"";height:1px;width:0;background:#fff;position:absolute;left:50%;bottom:13px;transition:all 0.4s;opacity:0}
.mainHeader ul li .subnav a:hover{}
.mainHeader ul li .subnav a:hover:after{left:0;width:100%;opacity:1}
.mainHeader .lanBtn{padding:20px 0;margin-left:30px}
.mainHeader .lan{width:120px;text-align:center;height:36px;line-height:34px;padding:0 20px;border:1px solid #dbdbdb;transition:all 0.4s;border-radius:30px;cursor:pointer}
.mainHeader .lan span{display:inline-block;font-size:14px;color:#4c4c4c;vertical-align:middle;margin-right:8px;transition:all 0.4s}
.mainHeader .lanLists{width:120px;text-align:center;margin:0 auto;position:absolute;top:80px;z-index:999;display:none}
.mainHeader .lanLists a{display:block;font-size:14px;line-height:40px;color:#333;background:#fafafa;border-bottom:1px solid #e5e5e5}
.mainHeader .lanLists a:hover{color:#fff;background-color:var(--primary)}
.mainHeader .lanBtn:hover .lan{background-color:var(--primary)}
.mainHeader .lanBtn.on .lan span,.mainHeader .lanBtn:hover .lan span{color:#fff}
.mainHeader .lanBtn.on .lan svg,.mainHeader .lanBtn:hover .lan svg{fill:#fff!important}
.mainHeader .lanBtn .rotate{display:inline-block;transition:all .4s;transform:rotate(0)}
.mainHeader .lanBtn.on .rotate{transform:rotate(180deg)}
.mainHeader .lanBtn.on .lan{background-color:var(--primary);color:#fff}
.t-search{margin-left:15px}
.t-search .search-icon{display:flex;width:36px;height:36px;cursor:pointer;transition:all 0.3s;background:#2ca41c;border-radius:50%;align-items:center;justify-content:center}
.searchHide{width:100%;position:fixed;top:0;left:0;left:-100%;background:#fff;z-index:9999;font-size:0;padding:0 4%;text-align:center;transition:all 0.5s}
.searchHide .div-search{margin:20px 3%;width:100%;max-width:650px;border-bottom:1px solid #dbdbdb;padding-bottom:10px}
.searchHide .div-search form input{display:inline-block;height:30px;line-height:30px;font-size:14px}
.searchHide .div-search button{background-color:unset;border:none}
.searchHide  .d-close{transition:all .4s;cursor:pointer}
.searchHide  .d-close:hover{transform:rotate(180deg)}
.nav-btn{width:30px;height:20px;position:relative;cursor:pointer}
.nav-btn .line{display:block;width:100%;height:3px;border-radius:2px;background-color:#333;position:absolute;left:50%;margin-left:-15px;transition:all .6s}
.nav-btn .line1{-webkit-transform-origin:4px 0;-ms-transform-origin:4px 0;transform-origin:4px 0}
.nav-btn .line2{top:8px}
.nav-btn .line3{bottom:0;-webkit-transform-origin:1px center;-ms-transform-origin:1px center;transform-origin:1px center}
.nav-btn.active .line{background:var(--primary)}
.nav-btn.active .line1{transform:rotate(45deg)}
.nav-btn.active .line2{display:none!important}
.nav-btn.active .line3{transform:rotate(-45deg)}
.mItems{display:block;position:fixed;top:75px;left:0;width:100%;opacity:0;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);transition:all .5s;overflow:hidden;z-index:10;background:#f5f5f5}
.mItems ul li{padding:5px 0;border-bottom:1px solid #dcdcdc}
.mItems ul li .title,.mItems .subItems{padding:0 20px}
.mItems ul li .title>a{display:block;padding:15px 0;font-size:16px}
.mItems .subItems{display:none}
.mItems .subItems a{display:block;padding:10px 0 10px 15px;font-size:14px;position:relative}
.mItems .subItems a:after{position:absolute;content:"";left:0;top:50%;width:4px;height:4px;transform:translateY(-50%);background-color:#333}
.itemBtn{transition:all .6s;transform:rotate(0deg)}
.mItems ul li.on .itemBtn{transform:rotate(-90deg);display:block;width:30px;height:50px;line-height:50px}
.mItems.show{opacity:1;-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);transition:all .5s}
.lanChange{min-height:80px;line-height:80px}
.lanChange a{display:inline-block;width:30px;height:30px;line-height:33px;color:#fff;background:var(--primary);border-radius:50%;text-align:center;font-size:12px;margin-left:15px}
/*头部导航 结束*/
.banner{
  height: 100vh;
  min-height: 600px;
  max-height: 1600px;
  width: 100%;
  position: relative;
}

.banner .swiperBanner{
  height: 100%;
}

.banner .swiperBanner .swiper-slide .banner-background{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: 1s 2.5s;
  transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner .swiperBanner .swiper-slide.swiper-slide-active .banner-background{
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.swiperBth{
  right: 45px;
  left: auto;
  color: #fff;
  width: auto;
  font-size: 15px;
}

.swiperBth svg{
  display: inline-block;
  margin-left: 15px;
}
.banner .swiper-button-next{
  margin-top: 15px;
}

.banner .swiper-button-prev svg{
  transform: rotate(180deg);
}

.swiperBth:after{
  content: "";
}

.banner-text {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.banner-text h1 {
    font-weight: bold;
    font-size: 3.5rem;
    color: #fff;
}

.banner-text h2 {
    margin-top: 1rem;
    color: #fff;
    font-size: 2.2rem;
}

.banner-bg-ss {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
}


.banner-bg-ss:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25%;
    top: 20%;
    bottom: 20%;
    background-image: url(../image/banner_bg01.png);
    display: block;
    background-size: cover;
    z-index: 2;
    opacity: 0.3;
}

.banner-bg-ss:after {
    content: "";
    position: absolute;
    right: 0;
    width: 25%;
    top: 20%;
    bottom: 20%;
    background-image: url(../image/banner_bg01.png);
    display: block;
    background-size: cover;
    z-index: 2;
    opacity: 0.3;
}

.small-title {
    color: #FF9800;
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}

.banner-text {
    margin: 0 auto;
    width: 90%;
    max-width: 1200px;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.banner-text h1 {
    font-weight: bold;
    font-size: 3.5rem;
    color: #fff;
}

.banner-text h2 {
    margin-top: 1rem;
    color: #fff;
    font-size: 2.2rem;
}

.banner-text * {
    transition-delay: transform 2s, opacity 0s;
    transition-duration: 2s;
    transform: translate3d(0, 80px, 0);
    opacity: 0;
}

.banner .swiper-slide.swiper-slide-active .banner-text * {
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.banner .swiper-slide .banner-text:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 400px;
    display: block;
    border: 10px solid rgba(255, 255, 255, 0.2);
    top: 4.5rem;
    margin-top: -200px;
    left: -6rem;
    transition-delay: 2s;
    transition-duration: 2s;
    transform: translate3d(-80px, 0, 0);
    opacity: 0;
}

.banner .swiper-slide.swiper-slide-active .banner-text:before {
    transition-delay: 1.3s;
    transform: translate3d(0px, 0, 0);
    opacity: 1;
}

.banner .swiper-slide.swiper-slide-active .banner-text *:nth-child(1) {
    transition-delay: 0.5s;
}

.banner .swiper-slide.swiper-slide-active .banner-text *:nth-child(2) {
    transition-delay: 0.7s;
}

.banner .swiper-slide.swiper-slide-active .banner-text *:nth-child(3) {
    transition-delay: 0.9s;
}

.Scroll-tip {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100px;
  color: #fff;
  text-align: center;
}

.Tipss {
    text-transform: uppercase;
    font-size: 0.825rem;
}

.tip_anim {
    display: inline-block;
    margin: 0.75rem 0;
    height: 30px;
}

.Tipss span {
    display: block;
}

.tip_anim span {
    display: inline-block;
    width: 1px;
    height: 100%;
    background: #fff;
    animation-name: scrollTip;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.82, 0.24, 0.25, 1);
}

.Banner-A1 {
    z-index: 1;
}

@keyframes scrollTip {
    0% {
        transform: scale(1, 0);
        transform-origin: top;
    }

    49% {
        transform: scale(1, 1);
        transform-origin: top;
    }

    51% {
        transform: scale(1, 1);
        transform-origin: bottom;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: bottom;
    }
}


.commonTit p.p1{
  font-size: 32px;
  font-family: 'PingFang Bold';
  margin-bottom: 10px;
}

.commonTit p.p1 span{
  display: inline-block;
  color: var(--primary);
}

.commonTit p.p2{
  font-weight: bold;
  opacity: 0.4;
}

.aboutContent{
  margin-top: 45px;
}

.aboutContent .div-text {
  position: relative;
  padding-top: 85px;
}

.aboutContent .div-text .bg_text{
  font-size: 168px;
  font-family: 'PingFang Bold';
  color: #000;
  opacity: 0.05;
  position: absolute;
  top: -15px;
  left: -73px;
}

.aboutContent .div-text p.t1{
    font-size: 20px;
    color: var(--primary);
    margin-bottom: 15px;

}

.aboutContent .div-text p.t2{
  font-size: 24px;
  font-family: 'PingFang Bold';
  color: #000;
}

.aboutContent .div-text p.des{
    opacity: 0.85;
    color: #383838;
    line-height: 26px;
    margin-top: 45px;
}

.swiperProduct{
  padding-bottom: 45px;
  margin-top: 45px;
}

.pbtn{
  width: calc(20% - 10px);
  height: 100%;
  background-color: rgba(255,255,255,.8);
  top: 0;
}

.pbtn:after{
  content: "";
}

.swiper-button-prev.pbtn{
  left: 0;
}

.swiper-button-next.pbtn{
  right: 0;
}

.swiper-button-next.pbtn svg{
  margin-left: 15px;
}

.swiper-button-prev.pbtn svg{
  transform: rotate(-180deg);
  margin-right: 15px;
}

.sbtns{
  position: absolute;
  padding: 10px 0;
  background-color: #fff;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 14px;
}

.swiperProduct .swiper-slide a.item{
  display: block;
  color: #000;
}


.swiperProduct .swiper-slide a.item p.title{
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
  font-weight: bold;
}

.swiperProduct .swiper-slide a.item:hover .div-img img{
  transform: scale(1.2);
}


.readMore a{
  display: inline-block;
  padding: 15px 35px;
  border:1px solid var(--primary);
  color: var(--primary);
  transition: all .3s;
}

.readMore a:hover{
  background-color: var(--primary);
  color: #fff;
}

.syProducts .readMore{
  margin-bottom: 65px;
}

.syAdvantage{
  background-image: url(../image/ys1.jpg);
  background-size: cover;
}


.syAdvantage .commonTit p.p1{
  color: #fff;
}
.advItems{
  margin-top: 45px;
}

.advItems .item{
  margin-bottom: 35px;
}

.advItems .item .d1{
  min-width: 68px;
}

.advItems .item .d2{
  padding: 0 8%;
}

.advItems .item p{
  color: #fff;
}

.advItems .item p.tit{
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: bold;
}

.advItems .item p.des{
  color: #dcdbdb;
  line-height: 1.7;
}

.newsLists{
  margin-top: 35px;
}

.newsLists .item{
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.newsLists .item .div-img{
  min-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.newsLists .item p.title{
  font-size: 20px;
  color: #000;
  margin-top: 25px;
}

.newsLists .item p.des{
  color: #000;
  opacity: .65;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 25px;
  margin-top: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsLists .item .time{
  color: #f4d325;
  font-weight: bold;
}

.syNews .readMore{
  margin-top: 25px;
}

.mainFooter{
  background-color: #161718;
  font-size: 15px;
}

.mainFooter p.title{
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
}

.mainFooter .infos p{
    line-height: 1.9;
    color: #989797;
}

.mainFooter .item{
  margin: 0 15px;
}

.mainFooter ul li a{
  color: #989797;
  display: inline-block;
  line-height: 1.9;
}


.mainFooter .d2{
  max-width: 450px;
}

.mainFooter .d3{
  
}

.mainFooter .d3 p{
  color: #989797;
  font-size: 14px;
  margin-top: 10px;
}

.mainFooter .copyright{
  padding: 25px 0;
  font-size: 14px;
  color: #989797;
  border-top: 1px solid rgba(255, 255,255, 0.2)!important;
}

.mainFooter .copyright a{
  color: #989797;
}

/*内页*/
.pagetitle{
  min-height: 400px;
  background-size: cover;
  background-position: center;
}

.mbxDh{
  padding: 20px 0;
  background-color: rgba(250, 250, 250, 1);
}

.mbxDh a{
  color: var(--primary);
}

.mbxDh a:hover{
  text-decoration: underline;
}

.mbxDh span{
  display: inline-block;
  margin: 0 5px;
}

/*手机端分类*/
.p_btn-show{
  border: none;
  padding: 0;
  line-height: 50px;
  background-color: var(--primary);
  width: 100%;
  font-size: 16px;
}

.p_btn-show span{
  display: inline-block;
  color: #fff;
  padding-right: 15px;
  background-image: url(../image/btnArrow.png);
  background-repeat: no-repeat;
  background-position: center right; 
}

.mCates{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateX(-100%);
  transition: all .4s;
}

.mCates>div{
  height: 100%;
}

.mCates .d1{
   background-color: #bfbfbf;
}

.mCates .d1 span{
  display: block;
  text-align: center;
  padding: 10px 25px;
  min-width: 45px;
  background-color: #797878;
}

.mCates .d2{
  background-color: #fff;
}

.mCates .d2 dl{
  background: none;
  line-height: 56px;
  border: 1px solid #dbdbdb;
  border-bottom: none;
}

.mCates .d2 dl dt{
  font-size: 18px;
  color: #1a1a1a;
  padding: 0 20px;
  transition: all 0.5s;
  text-transform: capitalize;
  font-family: sy-n;
  border-bottom: 1px solid #dbdbdb;
  transition: all 0.5s;
  background: #f5f5f5;
}

.mCates .d2 dl dd{
  transition: all 0.5s;
  background: #efefef;
  padding: 0 20px;
  border-bottom: 1px dashed #ccc;
  margin-top: 0px;
  line-height: 45px;
}

/*手机端分类 结束*/
.nyCates .ny-title{
  background-color: var(--primary);
  color: #fff;
  font-size: 26px;
  padding: 15px 25px;
}

.nyCates dl dd a{
  display: block;
  color: #333;
  transition: all .4s;
  padding: 20px 0px 20px 30px;
  background: #f0f2f5;
  color: #333;
  margin-bottom: 1px;
}

.nyCates dl dd a:hover{
  background-color: #ff9800;
  color: #fff;
}

.nrTit{
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 25px;
  font-size: 30px;
  color: #000;
  border-bottom: 1px solid #e8e8e8;
}

.nrRight .content p{
  color: #595959;
  line-height: 1.7;
  text-indent: 30px;
}

/*列表*/
.lists a.item{
  display: block;
  color: #262626;
  margin-bottom: 15px;
}

.lists a p.title{
  margin-top: 15px;
  text-indent: 0;
  text-align: center;
}

.lists a.item:hover .div-img img{
  transform: scale(1.1);
}

.lists a.item:hover p.title{
  color: var(--primary);
}


.pagination{
  margin-top: 60px;
  justify-content: center;
}
.pagination a{
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border:1px solid #dbdbdb;
  background-color: #333;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  border-radius: 2px;
  font-size: 16px;
}

.pagination a.page-item:first-child{
  transform: rotateY(180deg);
}

.pagination a.page-num.page-num-current,
.pagination a:hover{
  border-color: var(--primary) !important;
  background: var(--primary);
  color: #fff;
}
.pagination a.page-item:hover svg path{
  fill: #fff;
}

/*产品详情*/
.div-imgs .big-imgs{
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

.div-imgs .big-imgs img{
  width: 100%;
}

.div-imgs{
  margin-top: 10px;
/*  padding: 0 35px;*/
  position: relative;
}

.div-imgs .swiper-slide img{
  width: 100%;
}

.div-imgs .pro-btn{
  position: absolute;
  top: 0;
  background-color: #fff;
  color: var(--primary);
  width: 30px;
  height: 100%;
  text-align: center;
  font-size: 28px;
  font-family: 'DINPRO';
  z-index: 999;
}

.div-imgs .pro-btn>div{
  position: relative;
  height: 100%;
  width: 100%;
}

.div-imgs .pro-btn span{
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
}

.div-imgs .pro-btn.swiper-button-disabled{
  opacity: .6;
}

.div-imgs .pro-btn.pro-prev{
  left: 0;
} 

.div-imgs .pro-btn.pro-next{
  right: 0;
}

.small-imgs{
  position: relative;
  margin-top: 25px;
  margin-bottom: 15px;
}

.small-imgs .proSmall{
  overflow: hidden;
}

.small-imgs{
  padding: 0 35px;
}

.proSmall .swiper-slide-thumb-active{
  border:1px solid var(--primary);
}
.product_info{
  width: 100%;
}

.product_info .div-text h2.title{
  font-size: 32px;
  line-height: 32px;
  color: #333;
  margin-top: 25px;
}

.product_info .pline{
  height: 15px;
  border-bottom: 1px solid #dbdbdb;
  border-top: 1px solid #dbdbdb;
  margin: 25px 0;
}

.product_info .backContact a{
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  margin-right: 20px;
  transition: all 0.4s;
  color: #fff;
}

.product_info  .pcate a{
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  background-color: #333;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.product_info  .pcate a span{
  color: #fff;
}

.product_info  .pcate a:hover{
  border:1px solid #333;
  color: #333;
  background-color: #fff;
}

.product_info  .pcate a:hover span{
  color: #333;
}

.product_info .backContact a:nth-child(1){
  border:1px solid var(--primary);
  background-color: var(--primary);
  width: 50%;
}

.product_info .backContact a:nth-child(1):hover{
  color: var(--primary);
}

.product_info .backContact a:nth-child(2){
  border:1px solid var(--main);
  background-color: var(--main);
  width: 50%;
  margin-right: 0;
}

.product_info .backContact a:nth-child(2):hover{
  color: var(--main);
}

.product_info .backContact a:hover{
  background-color: unset;
}


/*新闻列表*/
.lists2 .item{
  margin-bottom: 25px;
}

.lists2 .item .div-img{
  width: 300px;
  min-width: 300px;
  margin-right: 25px;
}

.lists2 .item .div-img img{
  width: 100%;
}

.lists2 .item .div-text p.title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #000;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.lists2 .item .time span{
  font-size: 12px;
  color: #888;
}

.lists2 .item p.des{
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*新闻列表 end*/

/*新闻详情*/
.nyNewsDes .main{
  padding: 40px;
  background-color: rgba(245, 245, 245, 1);
}

.nyNewsDes p.title{
  font-size: 28px;
  font-family: sy-r;
  line-height: 32px;
  color: #333;
  text-align: center;
}

.nyNewsDes p.meta{
  display: block;
  text-align: center;
  margin: 20px 0 10px;
  padding-top: 20px;
  font-size: 14px;
}

.nyNewsDes p.meta a:hover{
  color: var(--primary);
}

.nyNewsDes .content p{
  font-size: 15px;
  line-height: 1.8;
  padding: 5px 0;
  color: #4c4c4c;
  text-align: justify;
  text-indent: 30px;
}

.nyNewsDes .keys{
  margin-top: 20px;
  font-size: 14px;
}

.nyNewsDes .keys span{
  display: inline-block;
  padding: 8px 5px;
  color: #333;
  background-color: #fff;
  border:1px solid #ccc;
  margin-right: 5px;
  border-radius: 5px;
}

.nyNewsDes .keys span:hover{
  background-color: #d9d9d9;
}

.nyNewsDes .newsPrevnext{
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.nyNewsDes .newsPrevnext a:hover{
  color: var(--primary);
}

.contactInfos{
  margin-top: 45px;
}

.contactInfos .info_des p.title{
  font-size: 26px;
  margin-bottom: 25px;
  color: var(--primary);
}

.contactInfos .infos  p{
  color: #595959;
  margin-bottom: 15px;
  line-height: 1.5;
}

/*在线留言*/
.onlineMsg{
  margin-top: 45px;
}

.onlineMsg .item{
  margin-bottom: 15px;
}

.onlineMsg .item textarea,.onlineMsg .item input{
  display: block;
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
  background-color: #fff;
  border:1px solid #d9d9d9;
  font-size: 14px;
}

.onlineMsg .item button{
  display: block;
  width: 100%;
  text-align: center;
  background-color: #333;
  color: #fff;
  border:none;
  padding: 15px 0;
  transition: all .6s;
}

.onlineMsg .item button:hover{
  background-color: var(--primary);
}

/*招聘*/
.accordion>.card{
  border:none;
  border-radius: inherit;
  margin-bottom: 25px;

}

.accordion .card-body{
  
}


.card-header{
  background-color: unset;
  color: #333;
  padding: 15px 0;
  background: #cccccc3b;
}

.card-header .btn{
  color: #333;
  box-shadow: none;
  font-size: 20px;
  color: var(--primary);
}


.card-header .btn span{
  margin-right: 15px;
  display: inline-block;
}






