@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animation.css');
@import url('fontawesome.min.css');
@import url('base.css');
@import url('common.css');
@import url('ny.css');

/*导航*/
.pcHeader{
	position: relative;
	z-index: 9;
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);

}

.div-logo a{
	display: block;
}

.div-logo img{
	max-height: 65px;
}

.pmenus ul{
	display: block;
	height: 95px;
	overflow: hidden;	
}

.pmenus ul li{
	display: inline-block;
	
}

.pmenus ul li a{
	display: block;
	position: relative;
	height: 95px;
	line-height: 95px;
	padding: 0 15px;
	color: #333;
	transition: all .4s ease;
}

.pmenus ul li a:after{
	position: absolute;
	content:attr(data-title);
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	line-height: 95px;
	text-align: center;
	background-color: var(--primary);
	color: #fff;
	transform: translateY(-101%);
	transition: all .4s ease;
}

.pmenus ul li:hover a{
	transform: translateY(100%);
}


.sevTel{
	margin-left: 35px;
}

.sevTel span{
	display: inline-block;
	color: #a5a5a5;
	vertical-align: text-bottom;
}

.sevTel strong{
	display: inline-block;
	font-size: 30px;
	font-family: 'SourceHanSansCN-Bold';
	color: var(--main);
	letter-spacing: -2px;
}

/*banner*/
.banner.swiper{
    --swiper-theme-color: var(--primary);
    --swiper-pagination-color: var(--primary);/* 两种都可以 */
}

.banner.swiper .swiper-pagination span{
	width: 15px;
	height: 15px;
	background: #fff;
}

.banner.swiper .swiper-pagination span.swiper-pagination-bullet-active{
	background: var(--primary);
}

/*首页产品*/
.commTit{
	color: #565656;
}

.commTit p.p1{
	font-size: 26px;
	font-family: 'SourceHanSansCN-Bold';
}

.commTit p.p2{
	font-size: 22px;
	line-height: 1;
}


.inPro{
	background-image: url(../images/cpbg.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.inPro .commTit{
	margin-bottom: 35px;
}


.proLists a.item{
	display: block;
	margin-bottom: 25px;
	text-align: center;
	cursor: pointer;
	color: #595959;
}

.proLists a.item .div-img{
	position: relative;
	background-color: #fff;
	margin-bottom: 15px;
}

.proLists a.item .div-img img{
	transform: scale(0.92);
	transition: all .4s ease;
}

.proLists a.item:hover .div-img img{
	transform: scale(1);
}

.proLists a.item .div-img .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.65);
	opacity: 0;
	transition: all .4s ease;
}

.proLists a.item .div-img .mask{
	width: 100%;
	height: 100%;
}

.proLists a.item .div-img .mask>div{
	height: 100%;
}

.proLists a.item .div-img .mask span{
	display: inline-block;
	color: #fff;
	width: 65px;
	height: 65px;
	line-height: 65px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	font-size: 36px;
	font-family: fangsong;
	transform: translateY(-100%);
	transition-delay: .3s;
	transition: all .4s ease;
}

.proLists a.item:hover .div-img .mask{
	opacity: 1;
}

.proLists a.item:hover .div-img .mask span{
	transform: translateY(0);
}

.proLists a.item:hover p.title{
	color: #0243ae;
	font-weight: bold;
}

/*产品应用*/
.inCase{
	background-image: url(../images/areabg.png);
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
}

.caseLeft .title p.p1{
	font-size: 36px;
	font-family: 'SourceHanSansCN-Bold';
	color: #fff;
} 

.caseLeft .title p.p2{
	font-size: 16px;
	color:#E8F1FA;
	max-width: 180px;
	margin-top: 10px;
}


.caseLeft .des{
	margin-top: 45px;
	padding-top: 125px;
	position: relative;
	color: #707070;
	font-weight: lighter;
	font-family: auto;
}


.caseLeft .des:after{
	position: absolute;
	content: "";
	width: 2px;
	height: 105px;
	background-color: rgba(6, 125, 193, 0.5);
	left: 0;
	top: 0;
}


.caseLeft .more{
	margin-top: 50%;
}


.more a{
	display: inline-block;
	padding: 8px 45px;
	border-radius: 25px;
	border: 1px solid var(--primary);
	color: var(--primary);
	transition: all .3s ease;

}


.more a:hover{
	color: #fff;
	background-color: var(--primary);
	box-shadow: 0px 0 15px var(--primary);
}

.caseRight .item{
	position: relative;
}

.caseRight .item .div-text{
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

.caseRight .item .div-text p.p2{
	font-size: 26px;
	font-family: 'SourceHanSansCN-Bold';
}	


/*公司简介*/
.AboutNews{
	padding-bottom: 85px;
}

.inAbout .title font{
	display: inline-block;
	font-size: 46px;
	font-family: 'SourceHanSansCN-Bold';
	color: #333;
}

.inAbout .title span{
	font-family: auto;
	font-weight: lighter;
	color: #a9a9a9;
	display: inline-block;
	margin-left: 5px;
	font-size: 18px;
}

.inAbout div.p1{
	font-size: 26px;
	padding: 25px 0;
	position: relative;
	color: var(--primary);
	margin-bottom: 25px;
}


.inAbout div.p1:after{
	position: absolute;
	content: "";
	width: 65px;
	height: 3px;
	background-color: var(--main);
	bottom: 0;
	left: 0;
}

.inAbout div.des{
	margin-bottom: 35px;
}

.inAbout div.des p{
	line-height:2;
	font-size: 14px;
	font-family: auto;
	color: #707070;
	text-indent: 30px;
}

.inNews{
	border: 1px solid #eee;
}

.inNews div.title{
	display: inline-block;
	padding: 10px 20px;
	font-size: 24px;
	font-family: 'SourceHanSansCN-Bold';
	color: #fff;
	background-color: #0243ae;
}

.inNews div.title span{
	display: inline-block;
    margin-left: 15px;
    transform: rotate(180deg);
}

.inNews div.title strong{
	display: inline-block;
}

.inNews div.title svg{
	width: 32px;
	height: 32px;
}

.newsLists .item a{
	display: block;
	color: #666;
	padding: 25px 20px;
	
}

.newsLists .item:not(:last-child) a{
	border-bottom: 1px dashed #eee;
}

.newsLists .item .dtime{
	text-align: center;
	padding: 10px;
	background-color: #f2f2f2;
	margin-right: 25px;
}

.newsLists .item .dtime span{
	display: block;
	width: 100%;
}

.newsLists .item .dtime span:nth-child(1){
	font-size: 26px;
	font-family: 'SourceHanSansCN-Bold';
}

.newsLists .item .dtime span:nth-child(2){
	font-family: auto;
}

.newsLists .item .title{
	font-size: 18px;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
}

.newsLists .item .des{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box!important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: 14px;
	color: #666;
}

.newsLists .item:hover .title{
	color: #0243ae;
}



.mainFooter{
	padding-top: 85px;
	background-color: #000;
	color: #fff;
	font-family: auto;
}

.mainFooter .title p.p1{
	font-size: 30px;
	font-family: 'SourceHanSansCN-Bold';
}

.mainFooter .title p.p2{
	font-family: auto;
}

.mainFooter .cinfos{
	margin-top: 75px;
	margin-bottom: 65px;
}

.mainFooter .cinfos .item{
	margin: 15px 0;
}

.mainFooter .cinfos .item .tb{
	min-width: 65px;
	width: 65px;

}

.mainFooter .cinfos .item .tb svg{
	width: 55px;
	height: 55px;
}

.mainFooter a{
	color: #fff;
}


.mainFooter .copyright{
	font-size: 12px;
	padding: 15px 0;
	color: #707070;
	border-top: 1px solid rgba(37, 37, 1, 1);
}

.mainFooter .copyright a{
	color: #707070;
	display: inline-block;
	margin-left: 5px;
}



















