
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}

li {
	list-style: none;
}

.boxBigShow {
	display: block !important;
}

.boxSmallShow {
	display: none !important;
}

.baseContent {
	max-width: 1400px;
	margin: auto;
}

.baseBoxColor {
	color: #fff;
}
.redColor{
	color: rgb(229, 0, 18);
	font-weight: bold;
}
.fontColorW {
	color: #FFF;
}

.fontColor3 {
	color: #333;
}

.fontColor5 {
	color: #555;
}

.fontColor6 {
	color: #666;
}

.fontColor9 {
	color: #999;
}

.pcNavLs .pcNavLsLogo img{
	max-width: 230px;
}
.navBreadcrumb {
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
	color: #999;
	font-size: 14px;
}

.navBreadcrumb .rtArrow {
	position: relative;
	width: 10px;
}

.navBreadcrumb .rtArrow::after {
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	content: "";
	position: absolute;
	right: 11px;
	top: 6px;
	transform: rotate(45deg);
}

.navBreadcrumb a {
	margin-right: 24px;
	color: #999;
	font-size: 14px;
}

.navBreadcrumb a:hover {
	color: #063eaa;
}

.navBreadcrumb .baseContent div{
	color: #555;
	display: inline-block;
}

.hotNewBuy {
	background: #f8f8f8;
	padding: 80px 0;
}

.hotNewBuyBox {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.hotNewBuyBox .hotNewList {
	width: calc(50% - 15px);
}

.hotNewBuyBox .hotNewList .hotBigTit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hotNewBuyBox .hotNewList .hotBigTit>span {
	font-size: 26px;
	line-height: 32px;
	color: #222;
}

.hotNewBuyBox .hotNewList .hotBigTit>a {
	width: 120px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	line-height: 38px;
	font-size: 14px;
	color: #999;
	background-color: #fff;
	transition: .3s;
}

.hotNewBuyBox .hotNewList .hotBigTit>a>span {
	margin-left: 5px;
	display: block;
	content: "";
	height: 8px;
	width: 8px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}

.hotNewBuyBox .hotNewList .hotBigTit>a:hover {
	color: #063eaa;
}

.hotNewBuyBox .hotNewList .hotList {
	background: #fff;
	margin-top: 36px;
	padding: 15px 30px;
}

.hotNewBuyBox .hotNewList .hotList .hotItem {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #222;
	transition: .3s;
	padding: 15px 0;
	border-bottom: 1px dashed #ddd;
}

.hotNewBuyBox .hotNewList .hotList .hotItem:last-child {
	border-bottom: none;
}

.hotNewBuyBox .hotNewList .hotList .hotItem:hover {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #063eaa;
}

.hotNewBuyBox .hotNewList .hotList .hotItem .hotNewTime {
	color: #666;
}
.serviceAndSupport{
	padding: 80px 0;
}
.serviceAndSupport .serviceBox {
	width: 100%;
	height: 180px;
	background: url("../img/service/kefu.jpg") no-repeat left top;
	
}

.serviceBox>div>p {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: left;

}
.serviceBox>div{
	height: 100px;
	padding: 40px 0;
	margin: auto;
	margin-left: 440px;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.serviceBox .btnBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.serviceBox .btnBox .btnOne {
	width: 180px;
	height: 46px;
	background: #fff;
	line-height: 46px;
	font-size: 18px;
	color: #063eaa;
	display: inline-block;
	border-radius: 50px;
	text-align: center;
	
	
}
.serviceBox .btnBox .btnTwo{
	width: 318px;
	height: 44px;
	border: 1px solid #fff;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	font-size: 18px;
	border-radius: 50px;
	margin-left: 15px;
	text-indent: 20px;
}
.serviceBox .btnBox .showIconOne{
	display: inline-block;
}
.serviceBox .btnBox .showIconTwo{
	display: none;
}

.serviceBox .btnBox .btnTwo:hover{
	background:#fff;
	color: #063eaa;
	
}
.serviceBox .btnBox .btnTwo:hover .showIconOne{
	display: none;
}
.serviceBox .btnBox .btnTwo:hover .showIconTwo{
	display: inline-block;
}
.serviceBox .btnBox .btnTwo>p{
	display: flex;
	align-items: center;
	justify-content: center;
}

.supportBox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.supportBox .supportItem{
	width: calc(25% - 20px);
	text-align: center;
	padding: 30px;
	box-sizing: border-box;
	background-color: #f0f0f0;
	color: #555;
}
.supportBox .supportItem:hover{
	background-color: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
	color: #063eaa;
}
.supportBox .supportItem>p{
	font-size: 18px;
	margin-top: 24px;
	line-height: 1;
}
.supportBox .supportItem>img{
	max-width: 100%;
	border: 5px solid rgba(82, 97, 113, .4);
	border-radius: 50px;
}

.productItemAct {
	display: none;
}

.productItemCont {
	/* padding: 0 100px; */
	box-sizing: border-box;
	background-color: #f0f0f0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}

.productItemCont .imgBox {
	width: 46%;
	text-align: center;
}

.productItemCont .imgBox img {
	vertical-align: top;
	max-width: 100%;
}

.productItemCont .productIllustrate {
	padding: 30px;
	width: 50%;
	height: 100%;
}

.productIllustrate h3 {
	font-size: 30px;
	color: #222;
	/* padding-top: 80px; */
	text-align: left;
}

.productIllustrate .illustrateLink {
	display: block;
	font-size: 16px;
	color: #222;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
	margin-top: 28px;
}

.productIllustrate .illustrateCont {
	font-size: 14px;
	color: #555;
	line-height: 26px;
	margin-top: 15px;
	height: 104px;
}
.productIllustrate .text{
	font-size: 14px;
    color: #555;
    line-height: 26px;
    margin-top: 15px;
}
.productIllustrate .text span{
	font-weight: 600;
}
.solveProblem {
	height: 50px;
	background: #fff;
	line-height: 50px;
	text-indent: 32px;
	font-size: 14px;
	color: #222222;
	margin-top: 30px;
}

.productIllustrate .solveProblem span {
	color: #063eaa;
	margin-right: 10px;
}

.solveProblem p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.productIllustrate .productBtn {
	margin-top: 20px;
}

.productIllustrate .productBtn a{
	width: 180px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	display: block;
	font-size: 18px;
	color: #fff;
	border-radius: 50px;
	background: #063eaa;
	margin-top: 40px;
}

.productIllustrate .productBtn a:hover {
	background: #063eaa;
}

.productList {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.productList .productItem {
	background-color: #fff;
	display: block;
}

.productList .productItem:hover {
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
}

.productList .productItem img {
	width: 80%;
	/* display: block; */
}
.productList .productItem>a{
	text-align: center;
	display: block;
	padding-top: 10px;
}

.productList .productParamBtn {
	padding: 20px 25px;
}

.productParamBtn p {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}
.productParamBtn>h3{
	margin-bottom: 10px;
}
.productParamBtn>h3>a{
	font-size: 18px;
	color: #222;
}

.productParamBtn .productBtn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;
}
.productParamBtn .productBtn a {
	width: calc(50% - 10px);
	height: 28px;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	font-size: 14px;
	border-radius: 50px;
	border: 1px solid #063eaa;
	background: #063eaa;
	color: #fff;
}

.productParamBtn .productBtn .btnTwo {
	color: #999;
	border: 1px solid #aaa;
	background: #fff;
	transition: .3s;
}
.productParamBtn .productBtn .btnTwo:hover{
	border: 1px solid #063eaa;
	background: #063eaa;
	color: #fff;
}

.productClsBox {
	margin-top: 50px;
}

.productClsBox .productTitBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 36px;
}

.productClsBox .productTitBox .productTit span {
	display: block;
	height: 26px;
	line-height: 26px;
	font-size: 26px;
	color: #222;
	text-indent: 15px;
	border-left: 4px solid #063eaa;
}

.productClsBox .productTitBox .productMore {
	display: flex;
}


.serviceQuotation {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 318px;
	height: 34px;
	border: 1px solid #063eaa;
	font-size: 16px;
	color: #063eaa;
	border-radius: 50px;
	line-height: 34px;
	transition: .3s;
}

.serviceQuotation:hover {
	background-color: #063eaa;
	color: #fff;
}
.serviceQuotation>img{
	margin-right: 5px;
}
.serviceQuotation .showImgOne{
	display: inline-block;
}
.serviceQuotation .showImgTwo{
	display: none;
}
.serviceQuotation:hover .showImgOne{
	display: none;
}
.serviceQuotation:hover .showImgTwo{
	
	display: inline-block;
}
.learnMore {
	position: relative;
	width: 120px;
	height: 38px;
	display: block;
	border-radius: 50px;
	line-height: 38px;
	text-indent: 25px;
	font-size: 14px;
	color: #999;
	background-color: #fff;
	margin-left: 30px;
	transition: .3s;
}

.learnMore::after {
	width: 6px;
	height: 6px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	content: "";
	position: absolute;
	right: 30px;
	top: 16px;
	transform: rotate(45deg);
}

.learnMore:hover {
	color: #063eaa;
}

.learnMore:hover::after {
	border-top: 1px solid #063eaa;
	border-right: 1px solid #063eaa;
}


.productsBer img {
	width: 100%;
}

/* 行业伙伴 */
.industryPartners {
	padding: 80px 0 ;
	background: url(../img/backgroundimage/hyhb.jpg) repeat center top;
}

.industryPartners h3 {
	padding-bottom: 50px;
	text-align: center;
	font-size: 36px;
	color: #222;
}

.industryPartners .partnerLs {
	background-color: #f0f0f0;
	display: flex;
	justify-content: space-around;
	padding: 12px 6px;
}
.industryPartners .partnerLs:last-child{
	padding-top:0;
}
.industryPartners .partnerLs .partnerItem {
	width: calc(16.6% - 12px);
}

.industryPartners .partnerLs .partnerItem img {
	width: 100%;
	vertical-align: top;
}

.relatedRroduct {
	background-color: #f8f8f8;
	padding: 80px 0;
}
.relatedRroduct .productClsBox{
	margin-top: 0;
}


/* 案例页面表单 */
.casesFromBox{
	padding: 80px 0;
	background: url("../img/backgroundimage/from-background-img.jpg") no-repeat center top;
    background-size: cover;
}

.casesFromBox .fromDescribe h3{
	padding-bottom: 20px;
    text-align: center;
    font-size: 36px;
    color: #222;
}
.casesFromBox .fromDescribe p{
	font-size: 14px;
    line-height: 32px;
    color: #999;
    display: block;
    text-align: center;
}

.fromInput .inputBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fromInput .inputBox .formItem{
	width: calc(33.3% - 10px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fromInput .inputBox .formItem p{
	font-size: 16px;
    line-height: 32px;
    color: #555;
    display: inline-block;
	margin-right: 10px;
}
.fromInput .inputBox .formItem p span{
	color: #f00;
	margin-right: 5px;
}
.fromInput .inputBox .formItem input,
.fromInput .inputBox .formItem select{
	flex: 1;
	background: #fff;
    border: 1px #ddd solid;
    height: 46px;
    padding: 10px;
    font-size: 15px;
    border-radius: 4px;
	box-sizing: border-box;
	outline: none;
	margin: 40px 0;

}
.fromInput .formItemBtn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.fromInput .formItemBtn a{
	width: 200px;
	height: 46px;
	font-size: 16px;
    line-height: 46px;
	text-align: center;
    color: #063eaa;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #063eaa;
    transition: .3s;
}
.fromInput .formItemBtn input{
	width: 200px;
	height: 46px;
	font-size: 16px;
    line-height: 46px;
	text-align: center;
    color: #fff;
    background: #063eaa;
    border-radius: 4px;
    border: 1px solid #063eaa;
    transition: .3s;
	margin-left: 30px;
}

.fromInput .formItemBtn a:hover{
	color: #fff;
    background: #063eaa;
}

.fromInput .formItemBtn input:hover{
	cursor: pointer;
	background: rgba(6, 62, 170,.8);
}

/* 新闻页CTA */
.newsCta {
	/* background-color: #333; */
	background: url("../img/backgroundimage/news-background-img.jpg") no-repeat top center;
	background-size: cover;

}


.newsCta .newsContBtn{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}
.newsCta .newsContBtn .newsCont{
	font-size: 22px;
    color: #fff;
    font-weight: bold;
	line-height: 36px;
}
.newsCta .newsContBtn .newsBtn{
	display: flex;
	align-items: center;
}
.newsBtn a{
	width: 240px;
	display: block;
    box-sizing: border-box;
    border-radius: 4px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    transition: 0.36s;
}
.newsBtn .kefu{
	background-color: #ffaf3c;
	color: #fff;;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ffaf3c;
}
.newsBtn .kefu img{
	margin-right: 10px;
	transition:all .3s;
}
.newsBtn .kefu .show{
	display: none;
}
.newsBtn .kefu .hide{
	display: block;
}
.newsBtn .kefu:hover{
	background-color: #ffaf3c;
}
.newsBtn .rexian{
	background-color: #fff;
	color: #ffaf3c;
	text-align: center;
	margin-left: 30px;
}
.newsBtn .rexian:hover{
	background-color: #ffaf3c;
	color: #fff;
}

.cathetNavBox{
	position: fixed;
	right: 20px;
	top: calc(50vh - 130px);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 9999;

}
.cathetNavBox .navItem{
	padding: 10px;
	background-color: #F5F5F5;
	margin-top: 5px;
	transition: .5s;
}
.cathetNavBox .navItem .showImgOne{
	display: block;
}
.cathetNavBox .navItem .showImgTwo{
	display: none;
}
.navItem{
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.navItem p{
	color: #FFFFFF;
	font-size: 16px;
}
.navItem img{
	width: 40px;
}
.navItem .navItemVx{
	display: none;
}
.cathetNavBox .navItem:hover{
	width: unset;
	cursor: pointer;
	background-color: #063eaa;
	border-radius: 6px 0 0 6px;
}
.cathetNavBox .navItem:hover .showImgOne{
	display: none;
}
.cathetNavBox .navItem:hover .showImgTwo{
	display: block;
}
.cathetNavBox .navItemVxBox:hover .navItemVx{
	display: block;
	position: absolute;
	width: 100px;
	left: -115px;
	top: 0;
}
.cathetNavBox .goTop{
	display: none;
}


.listPageBox{
	text-align: center;
}
.listPageBox>a:first-child{
	display: none;
}
.listPageBox a{
	min-width: 30px;
	display: inline-block;
	padding: 10px;
	/* color: #fff;
	background-color: #97c1f6; */
	color: #828282;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #dddddd;
}
.listPageBox b{
	padding: 10px;
	display: inline-block;
	min-width: 30px;
	color: #fff;
	background-color: #063eaa;
	border-radius: 3px;
}

@media screen and (min-width:751px) and (max-width:1200px){
	.productItemCont {
		padding: 0 30px;
	}
	
	.productIllustrate h3 {
		font-size: 30px;
		color: #222;
		padding-top: 0px;
	}
	
	.productItemCont .productIllustrate {
		padding: 30px;
		max-width: 45%;
	}
	.serviceBox>div{
		margin-left:420px;
	}
	.serviceBox>div>p{
		font-size: 20px;
		line-height: 1.5;
	}
	/* .serviceBox .btnBox .btnTwo{
		display: none;
	} */
}

/* 屏幕宽度大于750px */
@media screen and (min-width:751px) {
    body{
        padding-top: 130px;
    }
	/* 头部导航栏样式 */
	.publicHeadNav {
		background-color: #333;
		display: block;
		position: fixed;
        width: 100%;
        z-index: 999;
        top: 0;
	}

	.baseTopW {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.baseTopW .navL {
		display: flex;
		/* width: 210px; */
		justify-content: space-between;
		align-items: center;
	}

	.baseTopW .navL a {
		height: 40px;
		display: block;
		cursor: pointer;
	}
	.baseTopW .navL i{
		margin: 0 10px;
	}
	.baseTopW .navL a:hover{
		color: #fff;
	}
	.baseTopW .navL .vrShow{
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-weight: bold;
	}
	.baseTopW .navL .vrShow img{
		width: 60px;
		margin-right: 5px;
	}
	.baseTopW i {
		border-left: 1px #999 solid;
		width: 1px;
		height: 14px;
	}

	.subWxBase {
		position: relative;
	}

	.codeHide {
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
		width: 88px;
		height: 88px;
		z-index: 999;
		box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
		border-radius: 5px;
	}

	.codeHide img {
		width: 100%;
		height: 100%;
	}

	.subWxBase:hover .codeHide {
		display: block;
	}

	.baseTopW .navR {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 315px;
	}

	.subWx {
		width: 86px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.subWx img {
		width: 20px;
	}


	.navBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 90px;
	}

	.navBox .navLs {
		width: 855px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		height: 90px;
	}

	.navBox .navLs .navLsOne {
		height: 90px;
		line-height: 90px;
		text-align: center;
		font-size: 16px;
		font-weight: 400;
	}

	.navBox .navLs .navLsOne>a {
		color: #222;
		cursor: pointer;
	}

	.navBox .navLs .navLsOne .aColor {
		color: #063eaa;
	}

	.navBox .navLs .navLsOne>a:hover {
		color: #063eaa;
	}

	.pcNavLs {
		position: fixed;
        top: 40px;
        width: 100%;
        z-index: 999;
        background: #fff;
	}

	.navLsContBox {
		display: none;
		width: 100%;
		height: 290px;
		z-index: 10;
		position: absolute;
		top: 90px;
		left: 0;
		background-color: #fff;
		border-top: 1px solid #f0f0f0;
	}

	.navLsOne:hover .navLsContBox {
		display: block;
	}

	.navLsCont {
		max-width: 1400px;
		margin: auto;
		height: 290px;
		display: flex;
	}

	.navLsDescribe {
		width: 320px;
		text-align: left;
	}

	.navLsDescribe h3 {
		font-size: 30px;
		line-height: 1;
		color: #222;
		font-weight: bold;
		margin-top: 60px;
	}

	.navLsDescribe p {
		font-size: 16px;
		color: #555555;
		line-height: 28px;
		width: 280px;
		margin-top: 25px;
	}

	.navLsDescribe a {
		font-size: 14px;
		color: #999;
		height: 34px;
		padding: 0 20px;
		display: inline-block;
		border: 1px solid #aaaaaa;
		border-radius: 50px;
		line-height: 34px;
		transition: .3s;
	}

	.navLsDescribe a:hover {
		background-color: #063eaa;
		color: #FFF;
		border: 1px solid #063eaa;
	}


	.navLsTwo {
		margin-top: 60px;
		margin-left: 260px;
		/* width: 800px; */
		width: 70%;
		/* min-width: 600px; */
		text-align: left;
		display: grid;
		grid-template-columns: repeat(auto-fill, 21%);
		grid-template-rows: repeat(auto-fill, 60px);

	}

	.navLsTwo a {

		display: flex;
		align-items: center;
		height: 60px;
		line-height: 60px;
		font-size: 16px;
		color: #222;
		transition: .3s;
	}

	.navLsTwo span {
		margin-left: 10px;
		display: block;
		content: "";
		height: 8px;
		width: 8px;
		border-color: #aaa;
		border-style: solid;
		border-width: 2px 2px 0 0;
		transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
		transition: .3s;

	}

	.navLsTwo a:hover {
		color: #063eaa;
	}

	.navLsTwo a:hover span {
		border-color: #063eaa;
	}

	.bottomNavBar {
		background: #282828;
		color: #afafaf;
	}

	.bottomNavBar .botAllListLogo a,
	.bottomNavBar .botAllListLogo p {
		color: #afafaf;
		font-size: 14px;
		line-height: 32px;
	}
	.bottomNavBar .botAllListLogo a:hover{
		color: #fff;
	}
	.bottomNavBar .botAllListLogo span {
		font-size: 30px;
		line-height: 1.4;
		color: #fff;
	}

	.bottomNavBar .botAllListLogo .botItemTit {
		font-size: 20px;
		color: #fff;
		margin-bottom: 10px;
	}
	
	.botAllList {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}

	.botListItem {
		width: 25%;
	}

	.botListItem a {
		display: block;
	}
	.botListItem .wxcode{
		width:120px ;
	}
	.botAllListLogo {
		display: flex;
		justify-content: space-between;
		padding: 70px 0;
	}

	.botAllList {
		width: 65%;
	}

	.botLogo img {
		margin-bottom: 30px;
		max-width: 177px;
	}

	.recordNumber {
		height: 55px;
		background: #222222;
		line-height: 55px;
	}

	.recordNumBox {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.recordNumBox a {
		color: #939393;
		font-size: 14px;
	}

	.recordNumBox .usNumber>a:nth-child(2) {
		margin-left: 100px;
	}

	.otherLink {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.linkBox {
		width: 220px;
		height: 30px;
		border: 1px solid #555;
		line-height: 30px;
		font-size: 14px;
		color: #afafaf;
		text-align: center;
		margin-left: 10px;
		position: relative;
	}

	.linkList {
		display: none;
		width: 220px;
		position: absolute;
		top: -90px;
		z-index: 10;
		background-color: #fff;
		transition: .3s;
	}

	.linkBox:hover .linkList {
		display: block;
	}

	.linkList a {
		display: block;
		transition: .3s;
	}

	.linkList a:hover {
		color: #063eaa;
	}

	.seleLink {
		width: 220px;
	}

	.linkBox .seleLink p {
		position: relative;
		display: inline;
	}

	.linkBox .seleLink span {
		margin-left: 5px;
		display: inline-block;
		content: "";
		height: 8px;
		line-height: 8px;
		width: 8px;
		border-style: solid;
		border-width: 2px 0px 0 2px;
		transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
		position: absolute;
		right: -20px;
		top: 8px;
	}

	.header-sm {
		display: none;
	}

	.navs-sm {
		display: none;
	}

}

.clearfix::after {
	display: block;
	content: '';
	clear: both;
}

.usNumber{
	display: flex;
}
.recordNumBox .usNumber>a:nth-child(2){
	display: flex;
	align-items: center;
}
.recordNumBox .usNumber>a:nth-child(2) img{
	margin-right: 5px;
}

@media screen and (min-width:751px) and (max-width:1400px){
	.navLsTwo{
		margin-left: 130px;
	}
}
@media screen and (min-width:751px) and (max-width:1000px){
/* 	.serviceBox .btnBox{
		display: block;
	}
	.serviceBox .btnBox .btnOne{
		height: 40px;
		line-height: 40px;
		width: 300px;
		margin: 15px 0;
	} */
	.serviceBox>div>p{
		line-height: 1.5;
	}
	.serviceBox>div{
		padding: 20px 0;
		height: 140px;
		justify-content: space-around;
	}
	.serviceBox .btnBox .btnTwo{
		/* width: 300px;
		height: 40px;
		line-height: 40px;
		margin-left: 0; */
		display: none;
	}
	.navLsTwo{
		grid-template-columns: repeat(auto-fill, 150px);
		margin-left: 30px;
	}
	
}
@media screen and (max-width:750px) {
	
	.navBreadcrumb a{
		font-size: 12px;
	}
	.publicHeadNav,
	.pcNavLs {
		display: none;
	}

	.header-sm {
		width: 100%;
		height: 60px;
		background: #FFFFFF;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		display: flex;
		padding: 0 15px;
		justify-content: space-between;
		align-items: center;
		box-sizing: border-box;
	}

	/* .header-sm .logo {
		width: 100vw;
		text-align: center;
	} */

	.header-sm .logo img {
		width: 120px;
		vertical-align: top;
	}
	.header-sm .logo a{
		display: block;
	}
	/* .header-sm .navs-icon {
		width: 25px;
		height: 25px;
		position: absolute;
		left: 15px;
		top: 12px;
	} */

	.header-sm .navs-icon img {
		width: 25px;
		vertical-align: top;
	}
	.header-sm .tel img{
		width: 25px;
		vertical-align: top;
	}
	.navs-sm {
		display: block;
		position: fixed;
		left: -100%;
		top: 0;
		z-index: 10000;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow-y: scroll;
		overflow-x: hidden;
	}

	.logoBox {
		border-bottom: 1px solid #eaeaea;
	}

	.navs-sm img.close {
		display: block;
		font-size: 30px;
		position: absolute;
		right: 12px;
		top: 15px;
		width: 20px;
	}

	.logoNav {
		width: 130px;
		margin: 15px;

	}

	.navs-sm .navs-lists ul>li {
		border-bottom: 1px solid #eaeaea;
		padding: 5px 0;

	}

	.navs-sm .navs-lists ul>li>a {
		padding: 0 15px;
		color: #5e5e5e;
	}

	.navs-sm .navs-lists ul li span {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
	}

	.navs-sm .navs-lists ul li .hidden span {
		padding-left: 30px;
	}

	.navs-sm .navs-lists ul li .sub-hidden a {
		padding-left: 45px;
	}

	.navs-sm .navs-lists ul li .hidden li {
		border-bottom-style: dashed;
	}

	.navs-sm .navs-lists ul li .hidden i {
		background: #6C7684;
	}

	.navs-sm .navs-lists ul li .hidden a {
		color: #6C7684;
	}

	.navs-sm .navs-lists li a {
		display: inline-block;
		width: 100%;
		font-size: 16px;
		color: #5e5e5e;
		line-height: 35px;
	}

	.navs-sm .navs-lists li img {
		display: inline-block;
		font-size: 24px;
		transform: rotate(-90deg);
		transition: all .3s linear;
		width: 16px;
	}

	.iActive {
		transform: rotate(-45deg) !important;
		color: #063eaa !important;
	}

	.aActive {
		color: #063eaa !important;
	}

	.navs-sm .navs-lists ul.hidden,
	.navs-sm .navs-lists ul li .sub-hidden {
		display: none;
		background: #FCFCFC;
	}

	.navs-sm .navs-lists ul li .hidden li:last-child,
	.navs-sm .navs-lists ul li .sub-hidden a:last-child {
		border-bottom: none;
	}

	.navs-sm .navs-lists ul li .sub-hidden a {
		border-bottom: 1px dashed #eaeaea;
	}

	.navs-sm .navs-lists ul.hidden>li {
		padding: 0;
	}

	.navs-sm .navs-lists ul.hidden>li a>i {
		transform: rotate(-90deg);
		left: 0;
		top: 0;
		right: unset;
	}

	.navs-sm .navs-lists li.active a {
		font-weight: 700;
	}

	.zhanwei {
		width: 100%;
		height: 50px;
	}

	.sFoot .hidden {
		display: none;
	}

	.sFoot .navs-lists {
		background-color: #282828;
		padding: 15px;
	}

	.sFoot .navs-lists>ul>li {
		border-bottom: 1px solid #404040;
		padding: 15px 0;
	}

	.sFoot .navs-lists>ul>li>span {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.sFoot .navs-lists ul>li>a {
		color: #eaeaea;
	}

	.sFoot .navs-lists ul>li>span>a {
		color: #eaeaea !important;
	}

	.sFoot .navs-lists ul>li>span>img {
		width: 14px;
	}

	.sFoot .navs-lists>ul>li li {
		padding: 10px;
	}

	.sFoot .navs-lists>ul>li li a {
		color: #818287;
		font-size: 14px;
	}

	.callUs .callTxt {
		padding-top: 25px;
	}

	.callUs .callTxt p {
		color: #BEBEBE;
		font-size: 22px;
	}

	.callUs .callTxt p span {
		font-size: 14px;
		margin-right: 10px;
	}

	.callUsList {
		width: 100%;
		height: 44px;
		line-height: 44px;
		border: 1px solid #555555;
		color: #AFAFAF;
		text-align: center;
		margin-top: 20px;
		position: relative;
	}

	.callUsList p {
		display: inline;
		position: relative;
	}

	.callUsList p span {
		margin-left: 5px;
		display: inline-block;
		content: "";
		height: 8px;
		line-height: 8px;
		width: 8px;
		border-style: solid;
		border-width: 2px 0px 0 2px;
		transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
		position: absolute;
		right: -20px;
		top: 8px;
	}

	.seleLinks {
		display: none;
		position: absolute;
		top: -132px;
		left: 0;
		z-index: 10;
		width: 100%;
	}

	.seleLinks a {
		display: block;
		width: 100%;
		text-align: center;
		color: #AFAFAF;
		background: #fff;
	}

	.recordNum {
		background-color: #222;
		padding: 5px 15px;
	}

	.recordNum a {
		color: #939393;
		display: block;
		padding: 10px 0;
		font-size: 14px;
	}

	.recordNum a:nth-child(1) {
		border-bottom: 1px solid #AFAFAF;
	}

	.noneBox {
		width: 100%;
		height: 60px;
	}

	.pageBtnBox {
		height: 60px;
		width: 100%;
		padding: 15px;
		background-color: #fff;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: fixed;
		bottom: 0;
		z-index: 9999;
	}

	.pageBtnBox>div {
		width: calc(50% - 10px);
		text-align: center;
		border-radius: 3px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.pageBtnBox>div>img {
		width: 20px;
		margin-right: 6px;
	}

	.pageBtuLf {
		border: 1px solid #063eaa;
		height: 44px;
		line-height: 44px;
	}

	.pageBtuLf a {
		color: #063eaa;
	}

	.pageBtuRt {
		border: 1px solid #063eaa;
		height: 44px;
		line-height: 44px;
		background: #063eaa;
	}

	.pageBtuRt a {
		color: #fff;
	}

	.boxBigShow {
		display: none !important;
	}

	.boxSmallShow {
		display: block !important;
	}

	.navBreadcrumb {
		padding: 0 15px;
		box-sizing: border-box;
		background-color: #fafafa;
	}

	.hotNewBuy {
		background-color: unset;
		padding: 0;
	}

	.hotNewBuy .baseContent {
		padding: 0;
	}

	.hotNewBuyBox {
		padding: 48px 0;
		display: block;
	}

	.hotNewBuyBox .hotNewList {
		width: 100%;
	}
	.hotNewBuyBox .hotNewList:nth-child(2){
		margin-top: 36px;
	}
	.hotNewBuyBox .hotNewList .hotBigTit {
		padding: 0 15px;
		margin-top: 0;
	}

	.hotNewBuyBox .hotNewList .hotBigTit>a {
		width: unset;
	}

	.hotNewBuyBox .hotNewList .hotBigTit>span {
		font-size: 18px;
	}

	.hotNewBuyBox .hotNewList .hotList {
		padding: 0 4vw;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.hotNewBuyBox .hotNewList .hotList:nth-child(2) {
		margin-bottom: 0;
	}

	.hotNewBuyBox .hotNewList .hotList .hotItem {
		justify-content: space-around;
	}

	.hotNewBuyBox .hotNewList .hotList .hotItem .hotNewTit {
		width: 70%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.serviceAndSupport{
		padding: 15px;
	}
	.serviceAndSupport .serviceBox{
		height: 140px;
		margin-top: 0;
	}
	.serviceAndSupport .serviceBoxTwo{
		width: 100%;
		height: 180px;
		padding: 0 15px;
		box-sizing: border-box;
		background: url("../img/service/kefu.jpg") no-repeat right top;
	}
	.serviceAndSupport .serviceBoxTwo>p{
		text-align: center;
		font-size: 18px;
		color: #fff;
		line-height: 30px;
		font-weight: bold;
		padding-top: 15px;
	}
	.serviceBoxTwo .btnBox{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 30px;
	}
	.serviceBoxTwo .btnBox>a{
		width: calc(50% - 10px);
		height: 48px;
		background: #fff;
		line-height: 48px;
		font-size: 16px;
		color: #063eaa;
		border-radius: 50px;
		text-align: center;
		
		
	}
	.serviceBoxTwo .btnBox>.btnTwo{
		background-color: #063eaa;
		color: #fff;
	}
	.serviceBoxTwo .btnBox>.btnTwo img{
		margin-right: 5px;
	}
	.serviceBoxTwo .btnBox .btnTwo>p{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.supportBox{
		margin-bottom: 0;
		margin-top: 15px;
	}
	.supportBox .supportItem{
		padding: 15px 4px;
		width: calc(25% - 2px);
	}
	.supportBox .supportItem>img{
		width: 46px;
	}
	.supportBox .supportItem>p{
		margin-top: 15px;
		font-size: 14px;
	}
	
	.productItemCont {
		background-image: none;
		padding: 0 15px 24px 15px;
		display: block;
	}
	
	.productItemCont .imgBox {
		width: 100%;
		background: unset;
		
	}
	
	.productItemCont img {
		width: 75%;
	}
	
	
	.productItemCont .productIllustrate {
		width: 100%;
		padding: 0;
	}
	
	.productIllustrate h3 {
		padding-bottom: 24px;
		border-bottom: 1px solid #dddddd;
		font-size: 24px;
	}
	
	.productIllustrate .illustrateLink {
		display: none;
	}
	
	.productIllustrate .illustrateCont {
		/* overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4; */
		margin-top: 15px;
		height: unset;
	}
	
	.solveProblem {
		text-indent: 15px;
		margin-top: 15px;
	}
	
	.productIllustrate .productBtn a {
		width: unset;
		margin-top: 15px;
	}
	.productList {
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 10px;
		grid-row-gap:10px;
		padding-left:15px ;
		padding-right: 15px;
		box-sizing: border-box;
	}
	.productList .productParamBtn{
		padding: 15px;
		padding-top: 10px;
	}
	.productList .productItem{
		padding-top:15px ;
	}
	.productList .productItem img{
		
		vertical-align: top;
	}
	
	.productMore{
		display: block;
	}
	
	.someProduct{
		padding: 48px 0 20px 0; 
		box-sizing: border-box;
	}
	.productClsBox{
		margin-top: 0;
		padding-bottom: 48px;
	}
	.someProduct .productClsBox:last-child{
		padding-bottom: 0;
	}
	.productClsBox .productTitBox{
		padding: 10px 15px;
		background-color: #fff;
		margin-bottom: 24px;
	}
	.productClsBox .productTitBox .productTit span{
		font-size: 18px;
	}
	.someProduct h3{
		font-size: 24px;
		padding-bottom: 0;
	}
	/* .productParamBtn .productBtn{
		display: none;
	} */
	.productParamBtn p{
		margin-bottom:5px;
	}
	.productParamBtn>h3>a{
		display: block;
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}
	.productParamBtn .productBtn{
		margin-top:0px
	}
	.productParamBtn .productBtn a{
		width: calc(50% - 6px);
		font-size: 12px;
	}
	.industryPartners {
		padding: 48px 15px;
		/* background-color: #f0f0f0; */
		background: url("../img/backgroundimage/hyhb.jpg") repeat center top;
	}
	
	.industryPartners h3 {
		font-size: 20px;
		padding-bottom: 20px;
	}
	
	.industryPartners .partnerLs {
		background: unset;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0;
	}
	
	.industryPartners .partnerLs .partnerItem {
		width: calc(33.3% - 6px);
		margin-bottom: 6px;
	}

	.casesFromBox{
		padding: 48px 15px;
	}
	.casesFromBox .fromDescribe h3{
		font-size: 20px;
    	padding-bottom: 20px;
	}
	.fromInput .inputBox{
		display: block;
	}
	.fromInput .inputBox .formItem{
		width: 100%;
	}
	.fromInput .inputBox .formItem input, .fromInput .inputBox .formItem select{
		margin: 10px 0;
	}
	.fromInput .formItemBtn input{
		margin-left: 15px;
	}
	.fromInput .formItemBtn{
		margin-top: 15px;
	}
	.newsCta{
		background: none;
		padding: 20px 15px;
	}
	
	.newsBtn .rexian{
		display: none;
	}
	.newsCta .newsContBtn{
		display: block;
		background: url('../img/backgroundimage/news-background-img-s.jpg') no-repeat top center;
		background-size: cover;
		padding: 25px 15px;
	}
	.newsCta .newsContBtn .newsCont{
		font-size: 16px;
		text-align: center;
	}
	.newsCta .newsContBtn .newsCont p:last-child{
		font-size: 14px;
		text-align: left;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.newsCta .newsContBtn .newsBtn{
		display: block;
	}
	.newsBtn .kefu{
		width: 100%;
		height: 48px;
		line-height: 48px;
	}
	.relatedRroduct{
		padding:48px 0;
	}
	.cathetNavBox{
		display: none;
	}
	.navBreadcrumb .baseContent div{
		/* display: none; */
		
	}

	.telBox{
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.telBox .telitem{
		display: flex;
		align-items: center;
		margin-bottom: 15px;
		font-size: 16px;
		color: #5e5e5e;
	}
	.telBox .telitem img{
		width: 30px;
		margin-right: 10px;
	}
	.telBox .telBoxBtn{
		justify-content: center;
		width: 100%;
		height: 40px;
		background: #063eaa;
		color: #fff;
		border-radius: 3px;
	}
	.telBox .telBoxBtn img{
		width: auto;
	}
}