@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('../font-awesome/css/font-awesome.css');
@import url('base.css');
@import url('common.css');

.sp{
	padding: 85px 0;
}
/*首页 关于我们*/
.commTit p.p1{
	font-size:40px;
	color:#111;
	font-family: 'RalewayS';
}

.commTit p.p2{
	font-size:16px;
	color:#666;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 25px;
	margin-top: 5px;
}

.commTit p.p2:after{
	position: absolute;
	content: "";
	width: 35px;
	height: 2px;
	background-color: var(--primary);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}





.syProsco .scopeItems{
	margin-top: 35px;
}


.scopeItems .item{
	margin-bottom: 25px;
	display: block;
	position: relative;
}

.scopeItems .item .div-text{
	position: absolute;
	left: 0;
	top: 0;
	padding: 10% 4%;
	width: 100%;
	height: 100%;
	z-index: 2;
	color: #fff;
}

.scopeItems .item .div-text p.p1{
	color: #fff;
	font-size: 20px;
	line-height: 1.2;
	font-weight: bold;
}

.scopeItems .item .div-text p.p2{
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.scopeItems .item .div-text .p4 span{
	display: block;
	line-height: 1.8;
}

.scopeItems .item .div-text .d1{
	margin-right: 35px;
}

.scopeItems .item .div-img{
	position: relative;
}

.scopeItems .item .div-img:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,.4) 1%, rgba(0,0,255,0) 99%);
	z-index: 1;
}

.scopeItems .item .div-img img{
	width: 100%;
	transition: all .3s ease;
}

.scopeItems .item .des{
	padding: 25px 20px;
	background-color: #f4f4f4;
	color: #333333;
}

.scopeItems .item .des p{
	line-height: 1.8;
	font-size: 14px;
}

.scopeItems .item .des p font{
	color: var(--primary);
}

.scopeItems .item .detB{
	margin-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px solid #9f9f9f;
	color: #9f9f9f;
	font-size: 14px;
	transition: all .3s ease;
}

.scopeItems .item .detB svg{
	fill: #9f9f9f;
	width: 20px;
	height: 20px;
	transition: all .3s ease;
}


.scopeItems .item:hover .div-img img{
	transform: scale(1.1);
}

.scopeItems .item:hover .detB svg{
	fill: var(--primary);
}

.scopeItems .item:hover .detB{
	border-bottom: 1px solid var(--primary);
}

.scopeItems .item:hover .detB .s1{
	color: var(--primary);
}


/*关于我们*/
.aboutContent{
	position: relative;
}

.aboutContent  .div-img{
	margin-top: 45px;
}

.aboutContent .div-text{
	position: absolute;
	left: 0;
	top: 45px;
	max-width: 46%;
}

.aboutContent .div-text .tit{
	font-size: 20px;
    color: #111;
    font-family: 'RalewayM';
    line-height: 1.7;
}

.aboutContent .div-text .tit font{
	color: var(--primary);
}

.aboutContent .div-text .des{
	color: #333;
	margin: 35px 0;
	line-height: 1.6;
}

.readMore{
	display: inline-block;
	padding: 8px 30px;
	border:1px solid #333;
}

.readMore span{
	display: inline-block;
	margin-left: 5px;
	font-family: cursive;
}

.readMore:hover{
	color: #fff;
	background-color: var(--primary);
	border:1px solid var(--primary);
}


.syNews .newsLists{
	margin-top: 45px;
	margin-bottom: 65px;
}

.ysItems{
	margin-top: 45px;
}


.ysItems .item{
	width: 20%;
	background-color: #eee;
	padding: 35px 20px;
	text-align: center;
	transition: all .3s ease;
	border:1px solid #eee;
}

.ysItems .item a{
	display: block;
	color: #111;
}


.ysItems .item:nth-child(odd){
	background-color: #fff;
	border:1px solid #fff;
}

.ysItems .item .tit{
	font-size: 26px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.ysItems .item .des{
	height: 145px;
}

.ysItems .item .des p{
	line-height: 1.8;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ysItems .item .jh{
	margin-top: 15px;
}

.ysItems .item .jh span{
	display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #999999;
    color: #999999;
    margin: auto;
}

.ysItems .item .tb svg{
	width: 45px;
	height: 45px;
	fill: #111;
	transition: all .6s ease;
}

.ysItems .item .des p{
	text-align: left;
}

.ysItems .item:hover{
	border:1px solid var(--primary);
}

.ysItems .item:hover .tit{
	color: var(--primary);
}

.ysItems .item:hover .tb svg{
	fill: var(--primary);
	transform: rotateY(180deg);
}

.ysItems .item:hover .jh span{
	color: var(--primary);
	border:1px solid var(--primary);
}

/*首页案例*/

.caseLists{
	transform: translateX(40px);
	margin-top: 45px;
}
.caseLists .item a{
	display: block;
	position: relative;
}

.caseLists .item .div-img{
	position: relative;

}

.caseLists .item .div-img:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
}

.caseLists .item .div-text{
	position: absolute;
	width: 100%;
	padding: 25px 20px;
	color: #fff;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow: hidden;
}

.caseLists .item .div-text:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	background-color: rgba(207,54,49,.8);
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: all .3s ease;
}

.caseLists .item .div-text .d2{
	transform: translateY(100px);
	transition: all .3s ease;
	transition-delay: .1s;
}

.caseLists .item .div-text .d2 span{
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding-bottom: 5px;
}


.caseLists .item .div-img img{
	height: 320px;
	width: 100%;
	transition: all 2s ease;
}

.caseLists .item:hover .div-text:after{
	width: 100%;
}

.caseLists .item:hover .div-text .d2{
	transform: translateY(0);
}

.caseLists .item:hover .div-img img{
	transform: scale(1.1);
}

.swbtn{
	position: absolute;
	top: 50%;
	right: 65px;
	z-index: 9;
}

.swbtn span{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	border:2px solid #fff;
	border-radius: 50%;
}

.swbtn span svg{
	width: 50%;
	fill: #fff;
}

.swbtn span:hover{
	background-color: var(--primary);
	border:2px solid var(--primary);
}

.newsLists .item a{
	display: block;
	border:1px solid #eee;
	color: #111111;
}

.newsLists .item .div-img img{
	width: 100%;
}

.newsLists .item .div-text {
	padding: 35px 25px;
	background-color: #fff;
	position: relative;
	transition: all .3s ease;
}

.newsLists .item .div-text p.title{
	font-size: 18px;
	color: #111;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	transition: all .3s ease;
}

.newsLists .item .div-text p.des{
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0;
}

.newsLists .item .newsMore{
	text-align: right;
}

.newsLists .item .newsMore span{
	display: inline-block;
	padding-bottom: 4px 2px;
	border-bottom: 1px solid #333;
}

.newsLists .item:hover .div-text p.title{
	color: #fff;
}

.newsLists .item:hover .div-text{
	background-color: var(--primary);
}

.newsLists .item:hover .div-text p.des{
	color: #fff;
}

.newsLists .item:hover .newsMore span{
	color: #fff;
	border-bottom: 1px solid #fff;
}



/*底部*/
.mainFooter{
	background-color: #101214;
	color: #fff;
}

.mainFooter a{
	color: #fff;
}

.mainFooter a:hover{
	color: var(--primary);
}

.mainFooter .d1{
	max-width: 200px;
	text-align: center;
}

.mainFooter .d1 .wx{
	margin-bottom: 15px;
}

.mainFooter .d1 .wx p{
	margin-top: 35px;
	margin-bottom: 10px;
}

.mainFooter .d2{
	max-width: 700px;
	padding: 0 25px;
}

.mainFooter .finfos{
	margin-top: 55px;
}

.mainFooter .finfos .item{
	margin-bottom: 25px;
}

.mainFooter .finfos .tb{
	margin-right: 10px;
}

.mainFooter .finfos .tb span{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	background-color: var(--primary);
	border-radius: 50%;
}



.mainFooter .finfos .tb span svg{
	width: 60%;
	fill: #fff;
}

.mainFooter .finfos .p1{
	opacity: .6;
	margin-bottom: 5px;
}

.mainFooter .finfos .p2{
	font-family: 'DINPRO';
}

.lyMsg input,.lyMsg textarea{
	display: block;
	width: 300px;
	background-color: unset;
	padding: 10px 20px;
	margin-bottom: 15px;
	border:none;
	background-color: #262a2d;
	outline: none;
}

.lyMsg button{
	display: block;
	width: 100%;
	text-align: center;
	background-color: var(--primary);
	color: #fff;
	padding: 15px;
	border:none;
	outline: none;
	box-shadow: unset;
}

.copyright{
	padding: 15px;
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,.6)
}

.copyright img{
	margin-left: 15px;
	margin-right: 5px;
}

.copyright a,.copyright span{
	opacity: .6;
}


/*内页*/

.pageTit{
	position: relative;
}

.pageTit h4.title{
	font-size: 36px;
	font-weight: bolder;
	font-family: 'Square';
	position: relative;
	padding-bottom: 25px;
	letter-spacing: 3px;
	color: #fff;
}

/*.pageTit h4.title:after{
	position: absolute;
	content: "";
	width: 45px;
	height: 4px;
	background: #fff;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}*/

.pageTit .div-text{
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.pageTit p.des{
	font-size: 18px;
	color: #fff;
	letter-spacing: 2px;
}

.nyContent{
	margin-top: 25px;
}

.nyContent p{
	line-height: 36px;
	text-indent: 30px;
}


.advItem{
	margin-top: 35px;
	color: #959595;
}

.advItem .item{
	margin-bottom: 35px;
}

.advItem .item .title p{
	font-size: 20px;
	color: #333;
	line-height: 26px;
}

.advItem .item svg{
	min-width: 60px;
	height: 60px;
}

.advItem .item .tb{
	margin-right: 15px;
}

.advItem .item .d2{
	margin-top: 15px;
}

.swiperHonor{
	margin-top: 35px;
	padding-bottom: 65px;
}

.swiperHonor li img{
	width: 100%;
	transition: all .5s;
}

.swiperHonor li{
	cursor: pointer;
	overflow: hidden;
	padding: 15px;
	border:1px solid #c5c5c5;
	transition: all .3s ease;
	background: #fff;
}

.swiperHonor li:hover{
	background: #eee;
}


.swiperHonor .swiper-pagination span{
	width: 14px;
	height: 14px;
	margin: 0 10px!important;
	position: relative;
}

.swiperHonor .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: var(--primary);
}

.swiperHonor .swiper-pagination span:after{
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	top: 4px;
	left: 4px;
	/*background-color: #fff;*/
}

.nyHonor{
	overflow: hidden;
	background: #e1e1e157;
}

/*发展历程*/
.nyHistory{
	background-image: url(../images/honor-bg.jpg);
	background-size: cover;
}

.nyHistory .commTit p.p2{
	color: #33333352;
}

.historyItems{
	max-width: 1200px;
	margin: auto;
	position: relative;
}

.historyItems:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	top: 0;
	left: 170px;
	background: #10436b;
}

.historyItems .item{
	padding: 35px 15px;
	color: #333;


}

.historyItems .item .time{
	min-width: 200px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #333;
}

.historyItems .item .time:after{
	position: absolute;
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #10436b;
    right: 37px;
    top: 6px;
    z-index: 9;
}

/*内页新闻资讯*/
.nyNews .item{
	margin-bottom: 25px;
}


.cdes{
	background-color: #ffff;
	padding: 35px 25px;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}

.historyItems .item .year{
	font-size: 36px;
	margin-bottom: 10px;
	line-height: 1;
	font-family: 'Square';
	color: #000;
}


.divForm input,.divForm textarea{
	display: block;
	border:none;
	border-bottom: 1px solid #ced4da;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 25px;
}

.divForm button{
	display: inline-block;
	padding: 12px 35px;
	background-color: var(--primary);
	color: #fff;
	margin-top: 15px;
	border:unset;
	
	position: relative;
	z-index: 1;
}

.divForm button:after{
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: #333;
	transition: all .3s;
}

.divForm button:hover:after{
	width: 100%;
}

.nyProList{
	
}

.breadMenu{
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid  #eee;
}

.breadMenu svg{
	width: 20px;
	height: 20px;
}

.breadMenu span{
	display: inline-block;
}

.breadMenu a{
	display: inline-block;
	margin: 0 5px;
}

.breadMenu span svg{
	width: 12px;
	height: 12px;
}

.proLeft{
	background: #f5f5f5;
	margin-bottom: 35px;
}

.proLeft .title{
	padding: 15px 20px;
	background: var(--primary);
	color: #fff;
}

.proLeft .title p.p1{
	font-size: 24px;
}

.proLeft .title p.p2{
	text-transform: uppercase;
	font-size: 16px;
}


.proLeft ul li{
	display: block;
	margin-bottom: 2px;
	border-bottom: 4px solid #fff;
}

.proLeft ul li:last-child{
	border-bottom: unset!important;
}

.proLeft ul li .cate{
	
}

.proLeft ul li .cate .d1 a{
	display: block;
}

.proLeft ul li .cate .d2 span{
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	transform-origin: center;
}

.proLeft ul li .cate .d2 span svg{
	width: 16px;
	height: 16px;
	fill: #333;
	margin-right: 15px;
}

.proLeft ul li .d1 a{
	color: #555;
	display: block;
	line-height: 1;
	padding: 15px 15px;
}

.proLeft ul li .sub{
	display: none;
}

.proLeft ul li .sub a{
	display: block;
	padding: 15px 15px;
	position: relative;
	margin-top: 5px;
	transition: all .3s;
}

.proLeft ul li .sub a.nactive{
	background-color: var(--primary);
	color: #fff;
}

.proLeft ul li.active .cate{
	background-color: #333;
}

.proLeft ul li.active .d1>a{
	color: #fff;
}

.proLeft ul li .sub a:hover{
	background-color: var(--primary);
	color: #fff;
}

.proLeft ul li .sub a:hover:after{
	background-color:#fff;
}

.proLeft ul li.active .cate,.proLeft ul li.on .cate{
	background: #333;
}

.proLeft ul li.active .d1 a{
	
}


.proLeft ul li .d2 span svg{
	transition: all .4s;
}

.proLeft ul li.active .d2 span svg{
	fill: #fff;
	transform: rotate(90deg);
}

.proLeft ul li.active .sub{
	display: block!important;
}


.nyProCate,.nyCateSingle{
	background-image: url(../images/procate-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}

.nyProCate .item{
	padding: 30px 25px;
	background-color: rgba(193,214,55,.1);
	margin-bottom: 25px;
	transition: all .3s ease;
}

.nyProCate .item:nth-child(even){
	background-color: rgba(221,221,221,.3);
}

.nyProCate .item h2.title{
	font-size: 30px;
	font-family: 'RalewayEB';
	color: var(--primary);
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 15px;
}

.nyProCate .item .div-img:hover img{
	transform: scale(1.1);
}



.bot_botton{
	margin-top: 35px;
	margin-bottom: 25px;
}

.bot_botton a{
	display: inline-block;
	padding: 8px 35px;
	border:2px solid var(--primary);
	border-radius: 30px;
	color: #333;
}

.bot_botton a.hvr-ripple-out:before{
	border-radius: 30px;
}

.bot_botton a:nth-child(1){
	background-color: var(--primary);
	color: #fff;
	margin-right: 30px;
}

.bot_botton a:nth-child(2){
	color: var(--primary);
	transition: all .3s ease;
}

.bot_botton a:nth-child(2):hover{
	background-color: var(--primary);
	color: #fff;
} 


.nyCateSingle .content{
	margin-top: 25px;
}

.nyCateSingle .content p{
	margin-bottom: 5px;
}

.nyCateSingle .nyPlists{
	margin-top: 35px;
	margin-bottom: 35px;
}

.nyCateSingle .more a{
	padding: 15px 125px;
	background-color: var(--primary);
	color: #fff;
	font-size: 18px;
}

.ProDetail{
	background-color: #f1f2f3;
	font-family: auto;
}

.ProDetail .proSwiper{
	background-color: #fff;
}

.sBth{
	color: #fff;
	background-color: rgba(193,214,55,.75);
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 3px;
	transition: all .3s ease;
}

.sBth:after{
	font-size: 20px;
}

.sBth:hover{
	background-color: rgba(193,214,55,1);
}

.ProDetail .content .table{
	margin-top: 20px;
	margin-bottom: 15px;
}

.ProDetail .content .table .thead-light th{
	color: #fff;
    background-color: #404041;
    font-weight: lighter;
}

.ProDetail .content .table-bordered td, .ProDetail .content .table-bordered th{
	border:1px solid #dee2e6;
	vertical-align:middle;
}


.ProDetail p.title{
	font-size: 30px;
	margin-top: 15px;
	font-weight: bold;
}

.ProDetail p.bz{
	font-size: 14px;
}

.ProDetail p.des{
	margin-top: 15px;
	font-size: 14px;
}

.ProDetail .infos{
	margin-top: 25px;
	padding: 15px 0;
	border-top: 1px solid #e5e1e1;
	border-bottom: 1px solid #e5e1e1;
	font-size: 14px;
}

.ProDetail .infos p{
	margin-bottom: 5px;
}

.prev-next{
	margin-top: 25px;
}

.prev-next a.abtn{
	color: #666;
	font-size: 16px;
}

.prev-next a.abtn svg{
	width: 20px;
	height: 20px;
	margin-right: 5px;
	fill: #666;
	vertical-align: middle;
}

.prev-next a.abtn1 svg{
	display: inline-block;
	transform: rotateY(-180deg);
	margin-right: 0;
	margin-left: 5px;
	
}

.prev-next a.abtn:hover{
	color: var(--primary);
}

.prev-next a.abtn:hover svg{
	fill: var(--primary)!important;
}

.prev-next .a2{
	padding: 15px 25px;
	background-color: var(--primary);
	color: #fff;
}

.prev-next .a2 svg{
	display: inline-block;
	margin-right: 10px;
}

.proInquery{
	scroll-margin: 65px;
	background-size: cover;
	background-attachment: fixed; 
}

.proInquery p.title{
	font-size: 36px;
    font-family: 'RalewayEB';
    color: #333;
    text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
	padding-bottom: 15px;
	position: relative;
}

.proInquery p.title:after{
	position: absolute;
	content: "";
	width: 65px;
	height: 4px;
	background-color: var(--primary);
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.div-message input,.div-message textarea{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	border:1px solid rgba(0,0,0,.1);
	border-radius: 30px;
	padding: 15px 30px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}


.div-message button{
	display: block;
	height: 55px;
	line-height: 55px;
	width: 100%;
	border-radius: 30px;
	background-color: var(--main);
	color: #fff;
	transition: all .4s;
	border:none;
}

.div-message button:hover{
	background-color: var(--primary);
}

.nyCase .item{
	background-color: #fbffe0f5;
	margin-bottom: 25px;
}

.nyCase .item .div-text{
	padding: 25px 20px;
}

.nyCase .item .title{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 25px;
}

.nyCase .item a.more{
	display: inline-block;
	margin-top: 15px;
	text-decoration: underline;
}

.nyCase .item a.more:hover{
	color: var(--primary);
}

.nyCase .item:nth-child(even){
	background-color: #e7e6e675;
}

.nyCase .item:hover .div-img img{
	transform: scale(1.1);
}

.nyNewsList .item{
	margin-bottom: 25px;
}

.nyNewsList .item .newsRec{
	/*border:1px solid #eee;*/
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.nyNewsList .newsRec .div-text p.des{
	-webkit-line-clamp: 2;
	font-size: 14px;
}

.nyNewsList .newsRec .div-text .meta{
	padding-top: 15px;
    margin-top: 15px;
    font-size: 14px;
}

.nyNewsList .newsRec .div-text .meta svg{
	width: 20px;
    height: 20px;
    vertical-align: top;
}

.nyNewsList .newsRec .div-text{
	padding: 15px;
}




.newsSlider{
	padding: 45px 35px;
    display: block;
    position: sticky;
    top: 80px;
    background: #f5f5f5;
    border-radius: 5px;
    word-break: break-all;
}

.newsSlider p.title{
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.newsSlider p.title:after{
	position: absolute;
	content: "";
	width: 105px;
	height: 3px;
	bottom: -2px;
	left: 0;
	background-color: var(--primary);
}

.newsSlider ul li{
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.newsSlider ul li a{
	display: block;
}

.newsSlider ul li p.tit a{
	font-weight: bold;
	margin-bottom: 12px;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.newsSlider ul li p.tit a:hover{
	color: var(--primary);
}

.newsSlider ul li .time{
	font-size: 12px;
	color: #999;
	font-family: auto;
}

.newsSlider ul li .div-img{
	width: 100px;
	min-width: 100px;
	margin-right: 15px;
}

.newsSlider ul li .div-img img{
	width: 100%；
}

.newsSlider .time svg{
	width: 13px;
	height: 13px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: text-top;
}

.newsSlider .time span{
	display: inline-block;
}

.newsSlider ul li:hover .div-img img{
	transform: scale(1.1);
}

.newsContent{
	background: #f5f5f5;
}

.newsDetail{
	

}

.newsDetail h2.title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #262626;
}

.newsDetail .meta{
	font-family: auto;
	color: #808080;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	margin-bottom: 25px;
	padding: 25px 25px 15px 25px;
}

.newsDetail .meta svg{
	display: inline-block;
	margin-right: 5px;
}

.newsDetail .meta .d1 svg{
	margin-top: -5px;
}

.newsDetail .meta .d2 svg{
	margin-top: -5px;
}

.newsDetail .meta span{
	display: inline-block;
	margin: 0 25px;
}


.newsDetail .content{
	min-height: 300px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}

.jobLists{
	margin-top: 35px;
}


.jobLists ul li{
	display: block;
	margin-bottom: 25px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	overflow: hidden;
}

.jobLists .top{
	padding: 20px 25px;
	background-color: var(--primary);
}

.jobLists .top h3{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.jobLists .top i{
	color: #fff;
	transition: all .6s;
	cursor: pointer;
}

.jobLists .top.on i{
	transform: rotate(90deg);
}

.jobLists .bottom{
	display: none;
	padding: 25px;
	background-color: #fff;
}


.nyJobs{
	background-image: url(../images/jobbg.jpg);
	background-size: cover;
}

.allInfos{
	margin-top: 35px;
}

.allInfos .item{
	margin-bottom: 35px;
}

.allInfos .item p.title{
	font-size: 26px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c5c5c5;
	font-weight: bold;
	color: #000;
}

.allInfos .item span.s1{
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 41px;
	text-align: center;
	margin-right: 10px;
	background: var(--primary);
	border-radius: 50%;
}

.allInfos .item svg{
	width: 50%;
	height: 50%;
}



.allInfos .item span.s2{
	font-size: 18px;
}

.allInfos .item span.s2 font{
	display: block;
	color: #9f9f9f;
	margin-bottom: 5px;
	font-size: 14px;
}

.allInfos .item .info{
	margin-top: 30px;
}


.divSearch{
	margin-bottom: 35px;
	margin-top: 15px;
}

.divSearch input{
	display: inline-block;
	border:1px solid #eee;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;

}

.divSearch button{
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	border:none;
	background: var(--primary);
	color: #fff;
}

.nyPlists table th{
	min-width: 100px;
}

.pagination{
	margin-top: 25px;
	display: flex;
    justify-content: center;
}

.pagination a:first-child{
	transform: rotateY(180deg);
}

.pagination a{
	display: inline-block;
	padding: 5px 10px;
	border:1px solid #c5c5c5;
	margin: 0 5px;
}

.caseFl{
	text-align: center;
	margin-bottom: 35px;
}

.caseFl a{
	display: inline-block;
	border:1px solid #333;
	color: #333;
	padding: 10px 35px;
	margin: 15px 15px 0 15px;
	border-radius: 3px;
}

.caseFl a.active,.caseFl a:hover{
	color: #fff;
	border:1px solid var(--primary);
	background-color: var(--primary);
}







