@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('base.css');
@import url('common.css');
@import url('../fonts/font-awesome/css/font-awesome.min.css');


/*banner*/
.banner,.pageTit{
    margin-top: 148px;
}

.banner .swiper-button-next{
	right: 25px;
	/*transform:translateX(200px);*/
	transition: all .4s ease;
}

.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
	background-color: rgba(0,0,0,.1);
	transition: all .4s ease;
}

.banner .swiper-button-prev{
	/*transform:translateX(-200px);*/
	left: 25px;
}

.banner:hover .swiper-button-prev,.banner:hover .swiper-button-next{
	/*transform:translateX(0);*/
}

.banner .swiper-button-prev:hover {
	background-color: rgba(0,0,0,.6);
}

.banner .swiper-button-next:hover {
	background-color: rgba(0,0,0,.6);
}

.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	font-size: 20px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	border-radius: 50%;
	color: #fff;
}

.banner .swiper-pagination span{
	position:relative;
	margin:0 3px;
	display:inline-block;
	width:16px;
	height:16px;
	border-radius: 0;
	border:1px solid  #fff;
	overflow:hidden;
	background-color: unset;
	z-index:99;
}

.banner .swiper-pagination span:before{
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	display:block;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#fff;
}

.banner .swiper-slide{
	position: relative;
}


.banner .swiper-slide .div-text{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 17%;
	color: #fff;

}

.banner .swiper-slide .div-text p.p1{
	font-size: 50px;
	font-family: 'Ali-85';
	margin-bottom: 20px;
	line-height: 1;
}

.banner .swiper-slide .div-text p.p2{
	max-width: 820px;
    margin: auto;
    font-size: 18px;
    line-height: 1.6;
    font-family: 'Ali-45';
    font-weight: lighter;
}

.banner .div-img img{
	transition: all 3s ease;
	transform: scale(1.1);
}

.banner .swiper-slide.swiper-slide-active .div-img img{
	transform: scale(1);
}

.commonTit{
	margin-bottom: 35px;
}

.commonTit p.p1{
	font-size: 36px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
}

.commonTit p.p2{
	color: #707070;
}

/*about*/
.aboutCon{
	text-align: center;
    max-width: 1200px;
    margin: auto;
}
.aboutCon p{
	line-height: 1.8;
	margin-bottom: 10px;
	text-align: center;
}

.syAbout .aboutNum{
	margin-top: 65px;
}

.aboutNum{
	text-align: center;
}

.aboutNum .item p.p1{
	font-size: 18px;
	font-weight: 500;
	color: #737373;
    line-height: 20px;
    margin: 10px 0;
}

.aboutNum .item span{
	font-weight: bold;
    font-size: 66px;
    color: #f08001;
    line-height: 66px;
}

.aboutNum .item i{
	font-size: 18px;
    color: #737373;
    margin-left: 5px;
    font-weight: 500;
}

.commonTit2 p.p1{
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 5px;
}

.commonTit2 p.p3{
	font-size:24px;
	color: #fff;
}

.syProduct{
	background-image: url(../images/bb0.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.syProduct .commonTit2{
	margin-bottom: 35px;
}

.proSearch{
	max-width: 800px;
	margin: auto;
}

.proSearch form{
	display: block;
	width: 100%;
}

.proSearch form button{
	min-width: 120px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: var(--primary);
	color: #fff;
	border:none;
	box-shadow: unset;
}

.proSearch form input{
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0 25px;
	border:none;
	box-shadow: unset;
}

.pronames{
	margin-top: 25px;
}

.pronames a{
	color: #fff;
	line-height: 1;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 2px solid #fff;
	margin-bottom: 10px;
	font-size: 14px;
}

.pronames a:hover{
	color: var(--primary);
}

.pronames a:last-child{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.syNews{
	background-color: #f9f9f9;
}

.newsMain{
	background-color: #fff;
	padding: 45px 45px;
}

.topNews a{
	display: block;
	color: #333;
}


.topNews .div-text{
	padding-right: 45px;
	transition: all .4s ease;
}

.topNews p.tit{
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
}

.topNews p.des{
	color: #737373;
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 45px;
}

.topNews .meta{
	font-size: 14px;
}

.topNews .meta .tb{
	vertical-align: bottom;
	margin-right: 5px;
}

.topNews .meta .tb svg{
	width: 18px;
	height: 18px;
	fill: #737373;
}

.topNews .meta .views{
	margin-left: 25px;
}

.topNews .meta .views .tb{
	margin-right: 0;
}

.topNews .div-img{
	max-height: 300px;
	display: flex;
	align-items: center;
}

.topNews a:hover .div-img img{
	transform: scale(1.05);
}

.topNews a:hover .div-text{
	transform: translateY(-15px);
}

.recNews{
	margin-top: 45px;
}

.recNews a.item{
	display: block;
	color: #333;
}

.recNews .div-text{
	height: 100%;
	padding: 15px 0;
	margin-left: 20px;
	transition: all .4s ease;
}

.recNews .div-text .tit{
    font-size: 15px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.recNews .div-text .des{
	font-size: 13px;
	line-height: 1.6;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.recNews .div-text .meta{
	font-size: 12px;
	color: #606060;
}

.recNews .div-text .meta svg{
	width: 16px;
	height: 16px;
	fill: #606060;
}

.recNews .meta .tb{
	vertical-align: bottom;
    margin-right: 5px;
}

.recNews .meta .views .tb{
	margin-right: 0;
	margin-left: 15px;
}

.recNews a.item:hover .div-img img{
	transform: scale(1.05);
}

.recNews a.item:hover .div-text{
	transform: translateY(-10px);
}

.syCulture{
	background-image: url(../images/bb04.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.syCulture .commonTit p.p1,.syCulture .commonTit p.p2{
	color: #fff;
}

.syCulture .more{
	margin-top: 45px;
}

.more a{
	display: inline-block;
	padding: 15px 65px;
	color: #fff;
	border:1px solid #fff;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	transition: all .4s ease;
}

.more a span{
	display: inline-block;
	margin-left: 15px;
}

.more a:hover{
	background-color: var(--primary);
	border:1px solid var(--primary);
	border-top-left-radius: 0;
	border-bottom-right-radius: 0;
}

.mainFooter{
	background-color: #f5f5f5;
	color: #333;
}

.mainFooter p.title{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.mainFooter p.title a{
	color: #292929;
}

.mainFooter ul li{
	margin-bottom: 10px;
}

.mainFooter ul li a{
	display: inline-block;
	color: #292929;
	opacity: .8;
	font-size: 15px;
}



.infoTtems a{
	display: inline-block;
	color: #292929;
	opacity: .8;
}

.mainFooter ul li a:hover,.infoTtems a:hover{
	opacity: 1;
}

.finfos{
	width: max-content;
}

.finfos .tel{
	font-size: 28px;
	font-family: 'DIN-M';
	margin-bottom: 15px;
}

.finfos .tel a{
	opacity: 1;
	color: var(--primary);
	font-weight: bold;
}

.finfos .info{
	margin-bottom: 10px;
}

.finfos .info span{
	min-width: 20px;
	max-width: 20px;
	margin-right: 10px;
}

.copyright{
	padding: 25px 0;
	font-size: 14px;
	border-top: 1px solid var(--primary);
}

.copyright *{
	margin: 0 5px;
}

.copyright a{
	color:#333;
}

.copyright a:hover{
	color: var(--primary);
}

.sideBar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9999;
}

.side1 {
    width: 50px;
    height: 170px;
    background: #f08300;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.side1 a, .side1 img, .side1 i, .side1 span {
    display: block;
}

.side1 img {
    margin: 0 auto;
}

.side1 i {
    margin: 10px auto;
    width: 1px;
    height: 20px;
    background: #fff;
    transition: all 0.5s ease;
}

.side1 span {
    color: #fff;
    font-size: 18px;
    writing-mode: vertical-lr;
    margin: 0 auto;
    font-family: pop;
}

.side1:hover {
    background: #c5710b;
}

.side1:hover a img {
    animation: jitter 0.5s;
}

.side {
    height: 50px;
    position: absolute;
    transition: all 0.5s;
}

.side a {
    display: block;
    height: 50px;
    font-size: 0;
}

.side i, .side span {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    line-height: 50px
}

.side i {
    width: 50px;
    text-align: center;
    background: #f08300;
    transition: all 0.3s;
}

.side i img {
    vertical-align: middle;
}

.side span {
    text-align: center;
    line-height: 50px;
    background: #c5710b;
    font-size: 16px;
    color: #fff;
    transition: all 1s;
    font-family: pop;
}

.side2 {
    top: 171px;
    right: -220px;
    width: 270px;
}

.side2 span {
    width: 220px;
}

.side3 {
    right: -140px;
    width: 190px;
    top: 222px;
}

.side3 span {
    width: 140px;
}

.side4 {
    right: -140px;
    width: 190px;
    top: 273px;
}

.side4 span {
    width: 140px;
}

.side5 {
    right: -100px;
    width: 150px;
    top: 273px;
    cursor: pointer;
}

.side5 span {
    width: 100px;
    font-size: 14px;
}

.qcodePic {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
    z-index: 99;
    border: 2px solid #338bf4;
    text-align: center;
    padding: 5px 0;
    background: #fff;
}

.side5:hover .qcodePic {
    display: block;
}

.side6 {
    right: -90px;
    width: 140px;
    top: 273px;
    cursor: pointer;
}

.side6 span {
    width: 90px;
    font-size: 14px;
}

.side:hover{
    right: 0;
}

.side:hover i {
    background: #f08300;
}

.wxPic {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    display: none;
}

.wxPic img {
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*内页开始*/
.pageTit{
	position: relative;
}
.pageTit .div-img img{
	opacity: 0.95;
    animation: 30s linear 0s infinite normal none running ban;
}

.pageTit .tit{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
}

.pageTit .tit p{
	font-size: 42px;
	color: #fff;
}

.mbxDh{
	font-size: 14px;
}

.mbxDh .tb{
	display: inline-block;
	margin-right: 5px;
	transform: translateY(-2px);
}
.mbxDh .tb svg{
	width: 20px;
	height: 20px;
	fill: var(--primary);
}

.mbxDh i{
	display: inline-block;
	margin: 0 5px;
}

.mbxDh a{
	color: rgb(51, 51, 51);
	height: 70px;
	line-height: 70px;
}

.mbxDh a:last-child{
	color: var(--primary);
}

.mbxDh a:hover{
	color: var(--primary);
}

.dhMenus a{
	height: 70px;
	line-height: 70px;
	position: relative;
	color: rgb(51, 51, 51);
	display: block;
    text-align: center;
    padding: 0px 30px;
    transition: 0.3s;
}

.dhMenus a:after{
	content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    display: block;
    top: 50%;
    margin-top: -7px;
    right: 0px;
    background: rgb(204, 204, 204);
}

.dhMenus a:before{
	position: absolute;
    content: "";
    background-color: var(--primary);
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 3px;
    transition: 0.3s;

}

.dhMenus a:hover{
	color: var(--primary);
}

.dhMenus a:hover:before{
	width: 80%;
	left: 10%;
}

.ny{
	background-color: #f5f5f5;
	padding: 85px 0;
}

.ny .main{
	background-color: #fff;
	padding: 50px;
}

.nycommonTit{
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}

.nycommonTit p.p1{
	text-align: center;
	font-size:36px;
	color:#262626;
	
}

.nyabCon p{
	line-height: 1.8;
	color: #595959;
	margin-bottom: 5px;
}

.nyabCon p.tit2{
	font-size: 18px;
	font-weight: bold;
	color: var(--primary);
	margin-top: 35px;
	margin-bottom: 5px;
}

.nyabCon .aboutNum{
	margin-top: 35px;
	padding: 35px 25px;
	background-color: #fafafa;
}

.nyabCon .div-img{
	margin-top: 25px;
}

.nyculCon p.p1{
	font-size: 20px;
	font-weight: bold;
	color: var(--primary);
	margin-bottom: 10px;
}

.culItems{
	margin-top: 35px;
}

.culItems .item{
	background-color: #fafafa;
}

.culItems .item .div-text{
	padding: 20px 45px;
}

.culItems .item .div-text p.tit{
	font-size: 18px;
	font-weight: bold;
	color: var(--primary);
	margin-bottom: 10px;
}

.culItems .item .div-text p.des{
	font-size: 14px;
	line-height: 1.6;
}

.culItems .item .div-text p.des:not(:last-child){
	margin-bottom: 15px;
}

.culItems .item .div-img:hover img{
	transform: scale(1.05);
}

.nyLeader .div-text p{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.8;
}

.nyryLists .item{
	display: block;
    cursor: pointer;
    padding: 4px;
    background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.09);
	margin-bottom: 25px;
}

.nyryLists .item .div-img{
    position: relative;
}


.nyryLists .item .div-img .mask{
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease;
}

.nyryLists .item .div-img .mask svg{
    width: 46px;
    fill: #fff;
    transition: all .8s ease;
    
}

.nyryLists .item .div-text{
    padding: 15px 15px 15px 15px;
    text-align: center;
}

.nyryLists .item:hover .mask{
    width: 100%;
    left: 0;
    opacity: 1;
}

.nyryLists .item:hover .div-img img{
    transform: scale(1.02);
}


.jobLists{
	
}


.accordion>.card{
  border:none;
  border-radius: inherit;
}

.accordion>.card>.card-header{
	padding: 15px 25px;
    border: 1px solid #eee;
    margin-bottom: 0;
}

.accordion .card-body{
     background-color: #fff;
    padding: 25px 35px;
}


.card-header{
  background-color: #f5f5f5;
  color: #333;
}

.card-header .btn{
  box-shadow: none;
  color: #333;
  text-decoration: unset;
}


.card-header .btn span{
  display: inline-block;
}
.card-header .btn p.p1{
	color: var(--primary);
	font-size: 24px;
}

.card-header .btn p.p2{
	margin-left: 25px;
}

.card-header .btn:hover{
	text-decoration: unset;
}

.card-header.active{
	
	background-color: var(--primary);
}

.card-header.active .btn,.card-header.active .btn p.p1{
	color: #fff;
}

.sq{
	margin-top: 25px;
}

.sq a{
	display: inline-block;
	padding: 10px 35px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	background-color: var(--primary);
}

.mainSlider p.title{
	font-size: 26px;
	text-align: center;
	color: #fff;
	padding: 25px 15px;
	background-color: var(--primary);
}

.mainSlider ul li{
	margin-bottom: 10px;
}

.mainSlider ul li a{
	display: block;
	padding: 20px 15px;
	border: 1px solid #eeecec;
    background: #fff;
    text-align: center;
}

.mainSlider ul li a:hover{
	background-color: var(--primary);
	color: #fff;
}

.prolist2 .row>div{
	margin-bottom: 25px;
}

.prolist2 a.item{
	display: block;
	color: #111;
}

.prolist2 a.item .div-img{
	position: relative;
}

.prolist2 a.item .div-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	opacity: 0;
    background: rgb(0 150 219 / 83%);
    transition: all 0.5s ease;
}

.prolist2 a.item .div-text p.tit{
	position: relative;
	width: 100%;
	padding: 10px 65px;
	text-align: center;
}

.prolist2 a.item .div-text p.tit:after{
	content: '';
    position: absolute;
    background-color: #fff;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: .5px;
    background: #fff;
    transition: all .5s ease;
}

.prolist2 a.item .div-text p.tit:before{
	content: '';
    position: absolute;
    background-color: #fff;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: .5px;
    background: #fff;
    transition: all .5s ease;
}

.prolist2 a.item:hover .div-text{
	opacity: 1;
}

.prolist2 a.item:hover .div-text p.tit:after,.prolist2 a.item:hover p.tit:before{
	width: 25px;
}

.prolist2 a.item:hover .div-img img{
	transform: scale(1.05);
}

.prolist2 a.item p.tit2{
	margin-top: 15px;
	text-align: center;
}


.topCon .div-text p.title{
   font-size: 24px;
   font-weight: bolder;
   line-height: 2;
   color: #333;
   margin-bottom: 10px;
}

.topCon .div-text p.p1{
    font-size: 16px;
    margin-bottom: 15px;
}

.topCon .div-text p.p1 a{
	font-weight: bold;
	color: var(--primary);
}

.topCon .div-text p.p1 a:hover{
	text-decoration: underline!important;
}

.pro_num{
	border-top: 1px solid #e8e8e8;
	padding-top: 25px;
    margin-top: 25px;
}

.pro_num p{
	margin-bottom: 10px;
}

.topCon .div-text p.des{
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
}

.topBtn{
    margin-top: 45px;
}

.topBtn a{
    display: inline-block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 10px 20px 10px 0;
}

.btn_p {
    background: #ed941e;
}

.btn_l {
    background: #7b7b7b;
}

.proBig{
    margin-bottom: 15px;
    background: #dadada;
    border: 1px solid #cccccc85;
}

.proSmall .swiper-button-prev,.proSmall .swiper-button-next{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: var(--primary);
	border-radius: 50%;
}

.proSmall .swiper-button-prev:after,.proSmall .swiper-button-next:after{
    display: inline-block;
    font-size: 16px;
    color: #fff;
}

.proSmall .div-img{
    border:1px solid #eee;
}

.proSmall .swiper-slide-thumb-active{
	border:2px solid var(--primary);
}

.nrtit{
    border-bottom: 1px solid #ddd;;
    margin-bottom: 15px;
    margin-top: 25px;
}

.nrtit span{
    display: inline-block;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    color: #333;
}

.cpCon{
	background-color: #fff;
	padding: 35px 0;
	
}

.cpCon .jsTop{
	padding: 0 25px;
}

.cpCon .jsCon{
	padding: 0 25px;
}

.jsCon{
	line-height: 1.8;
}

.jsCon .con p{
    font-size: 15px;
    line-height: 1.8;
}

.jsCon .con p img{
    margin: 10px 0;
}

.keywords{
    margin-top: 35px;
    margin-bottom: 45px;
}

.keywords span{
    display: inline-block;
    padding: 5px 10px;
    min-width: 59px;
    text-align: center;
    border-radius: 3px;
    margin-left: 10px;
    border: 1px solid #d9d9d9;
    margin: 3px 3px;
}

.xgPro{
	padding: 35px 0;
}

.xgLists{
	padding: 0 25px;
}

.nrCommTit{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	padding: 15px 25px;
	background-color: var(--primary);
	margin-bottom: 35px;
}

.xgLists .swbtn,.xgLists2 .swbtn{
	background-color: rgba(0,0,0,.3);
}

.xgLists .swbtn:after,.xgLists2 .swbtn:after{
	font-size: 20px;
	color: #fff;
}

.xgLists .item a{
	display: block;
	position: relative;
}

.xgLists .item .div-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	padding: 25px 25px;
	font-size: 14px;
	background-color: rgba(0,0,0,.5);
	opacity: 0;
	transition: all .4s ease;
}

.xgLists .item .div-text p.p1{
	color: var(--primary);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .4s ease;
	transform: translateY(-100%);
}

.xgLists .item .div-text p.des{
	color: #fff;
	margin-top: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all .4s ease;
	transform: translateY(100%);
}

.xgLists .item:hover .div-text{
	opacity: 1;
}

.xgLists .item:hover p.p1,.xgLists .item:hover p.des{
	transform: translateY(0);
}

.xgLists .item:hover .div-img img{
	transform: scale(1.1);
}

.zxLy .divForm{
	padding: 0 25px;	
}

.zxLy .divForm form{
	display: block;
}

.zxLy .divForm .item{
	margin-bottom: 15px;
}

.zxLy .divForm input,.zxLy .divForm textarea{
	display: block;
	width: 100%;
	padding: 15px 25px;
	background-color: #f5f5f5;
	border:unset;
	box-shadow: unset;
	outline: none;
}

.zxLy .divForm button{
	display: block;
	width: 100%;
	color: #fff;
	padding: 15px 25px;
	text-align: center;
	border:1px solid var(--primary);
	background-color: var(--primary);
	border:none;
	outline: none;
	transition: all .4s ease;
}

.zxLy .divForm button:hover{
	background-color: unset;
	color: var(--primary);
	border:1px solid var(--primary);
}

.mainSlider .itemList{
	
}

.mainSlider .itemList p.reTit{
	font-size: 20px;
	padding: 25px 25px;
	background-color: #fff;
}

.xgLists2 .div-text{
	padding: 20px 15px;
	transition: all .4s ease;
	text-align: center;
}

.xgLists2 .div-text p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.xgLists2 .item:hover .div-text{
	background-color: var(--primary);
}

.xgLists2 .item:hover .div-text p{
	color: #fff;
}

.xgLists2 .item:hover .div-img img{
	transform: scale(1.1);
}

.newslist2 .item{
	margin-bottom: 25px;
}

.newslist2 .item a{
	display: block;
	background-color: #fff;
	color: #333;
	padding: 20px;
	transition: all .4s ease;
}

.newslist2 .item .div-img{
	min-width: 260px;
	max-width: 260px;
	width: 260px;
	margin-right: 35px;
}

.newslist2 .item p.title{
	font-size: 22px;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newslist2 .item p.des{
	font-size: 14px;
	color: #666;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
}

.moreN span{
	display: inline-block;
	padding: 8px 45px;
	border:2px solid var(--primary);
	color: var(--primary);
	border-radius: 35px;
}

.moreN span:hover{
	color: #fff;
	background-color: var(--primary);
}

.newslist2 .item:hover a{
	box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.newslist2 .item:hover .div-img img{
	transform: scale(1.05);
}

.newslist2 .item:hover  p.title{
	color: var(--primary);
}

.newsCon .main2{
	background-color: #fff;
	padding: 35px 0;
}

.newsCon .con{
	padding: 0 25px;

}

.newsCon h2.title{
	padding: 0 25px;
	text-align: center;
	font-size: 26px;
	color: #333;
	padding-bottom: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	margin-right: 25px;
	border-bottom: 1px solid #eee;
}

.newsCon p{
	line-height: 2;
}

.zy{
	padding: 15px;
	border-radius: 5px;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}

.xgNewslist{
	padding: 0 25px;
}

.xgNewslist a{
	display: block;
	background-color: #f5f5f5;
	color: #333;
}

.xgNewslist .item{
	margin-bottom: 25px;
}

.xgNewslist .item p.title{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.xgNewslist .item p.des{
	color: #8c8c8c;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.xgNewslist .item p.time{
	font-size: 14px;
	color: #8c8c8c;
}

.xgNewslist .item .div-img{
	min-width: 200px;
	max-width: 200px;
	margin-right: 25px;
}

.titdes{
	margin-bottom: 25px;
}

.conInfos{
	background-color: var(--primary);
	color: #fff;
}

.conInfos a{
	color: #fff;
}

.conInfos .conLeft{
	padding: 25px 45px;
}

.conInfos .conLeft p.title{
	font-size: 20px;
	margin-bottom: 15px;
}

.conInfos .conLeft .item p{
	margin-bottom: 10px;
}

.nyContact .zxLy{
	background: #fff;
    margin-top: 35px;
    padding: 25px 0;
}

.sbLists .div-text{
	padding: 15px;
	text-align: center;
	color: #333;
}

.sbLists .div-text p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.yftit{
	font-size: 18px;
	font-weight: bold;
	color: var(--primary);
	margin-bottom: 15px;
	text-align: center;
}


.yjlist .item{
	display: block;
    cursor: pointer;
	margin-bottom: 25px;
	color: #333;
	font-weight: bold;
}

.yjlist .item .div-img{
    position: relative;
}


.yjlist .item .div-img .mask{
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: rgb(0 0 0 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease;
}

.yjlist .item .div-img .mask svg{
    width: 46px;
    fill: #fff;
    transition: all .8s ease;
    
}

.yjlist .item .div-text{
    padding: 15px 15px 15px 15px;
    text-align: center;
}

.yjlist .item:hover .mask{
    width: 100%;
    left: 0;
    opacity: 1;
}

.yjlist .item:hover .div-img img{
    transform: scale(1.1);
}

.yjlist .item: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);
}

.searhForm{
	padding: 25px 20px;
	background: #f0830014;
	margin-bottom: 35px;
}

.searhForm input,.searhForm textarea{
	display: block;
	width: 100%;
	background: #fff;
	border:none;
	padding: 15px 20px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: 'Ali-45';
}

.searhForm input::placeholder,.searhForm textarea::placeholder{
	color:#ccc;
}

.searhForm button{
	display: block;
	padding: 15px 20px;
	width: 100%;	
	color: #fff;
	border:none;
	background: #ccc;
	border-radius: 0;
	transition: all .4s ease;
}

.searhForm button:hover{
	background: var(--primary);
}

















































