@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:36px;
	color:#333;
}

.commTit p.p2{
	font-size:20px;
	color:#c5c5c5;
	text-transform: uppercase;
}

.aboutContent{
	margin-top: 45px;
}


.aboutContent .div-img{
	max-width: 700px;
	min-width: 700px;
	margin-right: 45px;
}


.aboutContent .commTit{
	margin-bottom: 15px;
}

.aboutContent .div-text .des{
	margin-bottom: 35px;
}

.aboutContent .div-text .des p{
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

.aboutItems .item{
	width: 25%;
	border-left: 1px solid #c5c5c5;
	padding-left: 25px;
	position: relative;
}

.aboutItems .item:after{
	position: absolute;
    content: "";
    width: 3px;
    height: 55%;
    background-color: var(--primary);
    left: -2px;
    top: 0;
    border-radius: 2px;
    transition: all .4s ease;
}

.aboutItems .item svg{
	width: 45px;
	height: 45px;
	fill: #333;
}

.aboutItems .item a{
	display: block;
}

.aboutItems .item .title{
	color: #333;
	font-size: 20px;
	line-height: 1;
	margin-top: 15px;
	margin-bottom: 5px;
	overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}

.aboutItems .item .entitle{
	color: #c5c5c5;
	text-transform: uppercase;
}

.aboutItems .item:hover:after{
	height: 100%;
}

.syProsco{
	background-color: #f5f5f5;
}


.syProsco .scopeItems{
	margin-top: 35px;
}


.scopeItems .item{
	margin-bottom: 25px;
	display: block;
	position: relative;
}

.scopeItems .item .div-text{
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	width: 100%;
	z-index: 2;
}

.scopeItems .item:after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: linear-gradient(to top, rgba(0,0,0,.6) 1%, rgba(0,0,255,0) 99%);
	z-index: 1;
}

.scopeItems .item .div-text p.p1{
	padding-left: 15px;
	border-left: 4px solid var(--primary);
	font-size: 26px;
	font-weight: bold;
	color: #fff;
}

.scopeItems .item .div-img img{
	transition: all .6s ease;
}


.scopeItems .item:hover .div-img img{
	transform: scale(1.1);
}


.newsLists{
	background-image: url(../images/news-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	padding: 105px 0;
	margin-top: 35px;
}

.synewsLists{

	margin: 0 45px;
	overflow: hidden;
}

.synewsLists .item{
	background: #fff;
	padding: 35px 25px;
	border-radius: 15px;

}

.synewsLists .item a{
	display: block;
	color: #595959;
}

.synewsLists .item p.title{
	font-size: 20px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.synewsLists .item p.des{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 15px;
	margin-bottom: 15px;
}

.synewsLists .item .date{
	color: #c5c5c5;
}

.synewsLists .item:hover p.title{
	color: var(--primary);
}


/*底部*/
.mainFooter{
	background-image: url(../images/footer-bg.jpg);
	background-size: cover;
	/*background-color: rgba(37, 34, 48, 1);*/
	color: #848388;
}

.mainFooter .dleft .tel{
	margin-bottom: 15px;
}

.mainFooter .dleft .tel p.p1{
	font-size: 18px;
}

.mainFooter .dleft .tel p.p2{
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	font-family: 'Microsoft Yahei';
}

.mainFooter .dleft .infos p{
	margin-bottom: 5px;
}

.mainFooter .dright{
	max-width: 800px;
}

.mainFooter .dright p.title{
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}

.mainFooter .dright ul li a{
	display: block;
	line-height: 2;
	color: #848388;
}

.mainFooter .dright ul li a:hover{
	color: var(--primary);
}

.copyright{
	padding: 20px 0;
	border-top: 1px solid #848388;
	font-size: 14px;
}

.copyright span,.copyright a{
	display: inline-block;
	margin:0 5px;
}

.copyright a{
	color: #848388;
}

.copyright a:hover{
	color: var(--primary);
}

/*内页*/

.pageTit{
	position: relative;
}

.pageTit h4.title{
	font-size: 36px;
	font-weight: bolder;
	font-family: 'Microsoft Yahei';
	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;

}

.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;
}

.allImgs li{
	width: calc(25% - 25px);
	padding: 15px;
	background: #eee;
	border:1px solid #eee;
	margin-bottom: 25px;
	margin-right: 25px;
	text-align: center;
}

.allImgs li .div-img{
	text-align: center;
}

.allImgs li:hover{
	cursor: pointer;
	border:1px solid var(--primary);
}


/*内页新闻资讯*/
.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: 'Microsoft Yahei';
	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: 30px;
	height: 30px;
	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: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: #eee;
}

.proLeft ul li.active .d1 a{
	
}


.proLeft ul li .d2 span svg{
	transition: all .4s;
}

.proLeft ul li.active .d2 span svg{
	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: 'Microsoft Yahei';
	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 .commTit{
	margin-bottom: 45px;
}

.proInquery .div-message{
	max-width: 1000px;
	margin: auto;
}

.div-message input,.div-message textarea{
	display: block;
	width: 100%;
	margin-bottom: 25px;
	border:1px solid #c5c5c5;
	padding: 15px 30px;
}


.div-message button{
	display: block;
	height: 45px;
	line-height: 45px;
	width: 50%;
	margin: auto;
	background-color: #ccc;
	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: 0;
	border-top-left-radius: 0;
	overflow: hidden;
}

.jobLists .top{
	padding: 15px 20px;
	background-color: #10436b;
}

.jobLists .top h3{
	font-size: 16px;
	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: #f5f5f5;
}


.nyJobs{
	background-image: url(../images/jobbg.jpg);
	background-size: cover;
}

.allInfos{
	margin-top: 35px;
}

.allInfos .item{
	padding: 35px 25px;
	border:1px solid #c5c5c5;
	margin-bottom: 35px;

}

.allInfos .item p.title{
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #c5c5c5;
}

.allInfos .item span.s1{
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 27px;
	text-align: center;
	margin-right: 10px;
	background: var(--primary);
	border-radius: 50%;
}

.allInfos .item svg{
	width: 16px;
	height: 16px;
}

.allInfos .item .info{
	margin-bottom: 15px;
}


.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;
}


.serviceLists{
	margin-top: 45px;
}

.serviceLists .serviceSwiper{
	position: relative;
	width: 100%;
    height: 100%;
    z-index: 1;
    box-sizing: content-box;
}

.serviceSwiper .swiper-slide{
	height: 100%;
    position: relative;
}

.serviceSwiper .swiper-slide .item a{
	display: block;
	height: 100%;
    position: relative;
}

.serviceSwiper .swiper-slide .item .div-text{
    transition: all 0.6s;
    background: rgba(116,60,246,0.8);
    width: 100%;
    padding: 35px 25px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #fff;
}

.serviceSwiper .swiper-slide .item .div-text p{
	font-size: 24px;
}

.serviceSwiper .swiper-slide .item:hover .div-text{
	background: rgba(116,60,246,1);
}

.serviceSwiper .swiper-button-next:after, .serviceSwiper .swiper-button-prev:after{
	display: none;
}

.prev_yf{
	width: 45px;
    position: absolute;
    left: 4.5%;
    top: 45%;
    z-index: 99;
}

.next_yf{
	width: 45px;
    position: absolute;
    right: 4.5%;
    top: 45%;
    z-index: 99;
}







