* {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}

input,
select,
textarea{
    border: none;
    border: 1px solid rgba(4, 21, 36, .1);
    border-radius: 4px;
    box-sizing: border-box;
    padding-left: 6px;
}

input:focus,
select:focus,
textarea:focus{
    outline: none;
}
img {
    max-width: 100%;
    vertical-align: top;
}
.baseBoxWidth{
	width: 1400px;
	max-width: 1400px;
	min-width: 1400px;
	margin: auto;
	box-sizing: border-box;
}
.minWidth{
	min-width: 1400px;
}

.red{
	color: #e50012;
}

.basePageBoxWidth{
	width: 1200px;
	max-width: 1200px;
	min-width: 1200px;
	margin: auto;
	box-sizing: border-box;
}
.minWidthPage{
	min-width: 1200px;
}

.p80{
	padding: 80px 0;
}
.topBox{
    height: 130px;
    width: 100%;
}
.topNavList{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #333;
		position: fixed;
    z-index: 9999999;
    top: 0px;
}

.topNavList .topNum{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #999;
}
.topNavList .topNum a{
	font-size: 14px;
}
.topNavList .topNum a:hover{
	color: #e50012;
}
.topNavList .topNum .topService{
	display: flex;
	align-items: center;
}
.topNavList .topNum .topService span{
	display: block;
	margin: 0 12px;
	width: 1px;
	height: 14px;
	background: #999;
}
.topNavList .topNum p{
	font-size: 17px;
}
.topNavList .topNum p span{
	color: #e50012;
	font-weight: bold;
	font-size: 24px;
}

.navListBox{
	width: 100%;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);

	position: fixed;
    z-index: 9999999;
    background: #fff;
    top: 40px;
}
.topNavBox{
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topNavBox .goHomeLogo{
	display: flex;
	width: 260px ;
	height: 100%;
	align-items: center;
}

 .topNavBox .navList{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.topNavBox .navList>div{
	width: 100px;
	height: 90px;
	text-align: center;
	position: relative;
}
.topNavBox .navList>div>a{
	display: block;
	font-weight: bold;
	height: 90px;
	line-height: 90px;
	font-size: 16px;
	color: #333;
	transition: .3s;
}
.topNavBox .navList>div.seleItem>a{
	color: #e50012;
}

.topNavBox .navList>div:hover>a{
	color: #e50012;
}
.clickaffBtn:hover{
    cursor: pointer;
}

.topNavBox .navList>div .secondaryList{
	display: none;
	width: 148px;
	position: absolute;
	top: 90px;
	left: -24px;
	flex-direction: column;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.06);
	background: #fff;
}
.topNavBox .navList>div .secondaryList a{
	display: block;
	padding: 12px 24px;
	white-space: nowrap;
}

.topNavBox .navList>div .secondaryList a:hover{
	background: #e50012;
	color: #fff;
}

.topNavBox .navList>div:hover .secondaryList{
	display: flex;
}

.baseTitBox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.baseTitBox .boxTit h2{
	font-size: 36px;
	color: #fff;
}

.baseTitBox .more {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(255,255,255,0.6);
	transition: .3s;
}

.baseTitBox .more span {
	font-size: 14px;
}

.baseTitBox .more i {
	font-size: 16px;
	margin-left: 6px;
}

.baseTitBox .more:hover {
	color: #e50012;
}

.baseBtmBox{
	background: #212529;
	padding-top: 80px;
	padding-bottom: 40px;
}
.baseBtmBox .baseBtm{
	display: flex;
	justify-content: space-between;
}
.baseBtmBox .baseBtm .usBtmImg p{
	color: #fff;
	margin-top: 18px;
}
.baseBtmBox .usBtmImg .btmLogo{
	display: block;
	width: 260px;
	margin-bottom: 36px;
}
.baseBtmBox .usBtmImg a.btn{
	text-align: center;
	display: block;
	width: 200px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	border-radius: 60px;
	background-color: #e50012;
	margin-top: 36px;
}

.baseBtmBox .btmLinkBox{
	display: flex;
	flex-direction: column;
	
}

.baseBtmBox .btmLinkBox a{
	color: #999;
	margin-bottom: 12px;
}
.baseBtmBox .btmLinkBox a:first-child{
	color: #dedede;
	margin-bottom: 18px;
}
.baseBtmBox .btmLinkBox a:hover{
	color: #fff;
}

.btmFormBox{
	width: 290px;
}
.btmFormBox p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 24px;
}

.btmFormBox .btmForm{
	display: flex;
	flex-direction: column;
}
.btmFormBox .btmForm input{
	background: #fff;
	height: 36px;
	line-height: 36px;
	padding:0 12px;
	margin-bottom: 12px;
}

.btmFormBox .btmForm textarea{
	padding: 12px;
	width: 100%;
	height: 100px;
	resize: none;
}
.btmFormBox .btmForm .btmFormBtn{
	margin-top: 12px;
	background-color: #e50012;
	color: #fff;
	cursor: pointer;
}

.btmRecordNumBox{
	background: #1c1f22;
	height: 50px;
	line-height: 50px;
}

.btmRecordNumBox .btmNumBox{
	display: flex;
}
.btmRecordNumBox .btmNumBox p{
	font-size:16 ;
	color: #666;
	margin-right: 24px;
}

.btmRecordNumBox .btmNumBox a{
	font-size:16 ;
	color: #666;
	margin-right: 24px;
}

/* 面包屑导航 */

.breadcrumbs{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #dedede;
}

.breadcrumbs span{
	margin: 0 12px;
}
.breadcrumbs span,
.breadcrumbs a,
.breadcrumbs p{
	font-size: 14px;
	display: inline-block;
}
.breadcrumbs a:hover{
	color: #e50012;
}
.baseListTitBox{
	text-align: center;
}
.baseListTitBox h1{
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 24px;
}
.baseListTitBox p{
	margin: auto;
	font-size: 16px;
	max-width: 1000px;
	line-height: 1.5;
}


.homePageNews {
	background: #f6f6f6;
}

.homePageNews .baseTitBox .boxTit h2{
	color: #333;
}


.homePageNews .homeNewsBox{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 48px;
}
.homePageNews.pageNewsBox .homeNewsBox{
	margin-top: 0;
}
.homePageNews .homeNewsBox>div{
	width: calc(50% - 6px);
}

.homePageNews .homeNewsBox .homeNewTit{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 40px;
	height: 64px;
	line-height: 64px;
	background: #f0f0f0;
}
.homePageNews .homeNewsBox .homeNewTit>span{
	font-size: 24px;
	
}
.homePageNews .homeNewsBox .homeNewTit a{
	display: flex;
	align-items: center;
}
.homePageNews .homeNewsBox .homeNewTit a span{
	margin-right: 6px;
}
.homePageNews .homeNewsBox .homeNewTit a:hover{
	color: #e50012;
}
.homePageNews .homeNewsBox .homeNewsL .homeNewsList{
	padding: 20px 40px;
	background: #fff;
}
.homePageNews .homeNewsBox .homeNewsL .homeNewsItem{
	display: flex;
	padding: 20px 0;
	box-sizing: border-box;
}
.homePageNews .homeNewsBox .homeNewsL .homeNewsItem:first-child{
	border-bottom: 1px solid #e7eaf3;
}
.homePageNews .homeNewsBox .homeNewsL .homeNewsItem img{
	width: 240px;
	
}
.homePageNews .homeNewsBox .homeNewsL .homeNewsItem .contBox{
	margin-left: 30px;
}
.homePageNews .homeNewsBox .homeNewsL .homeNewsItem .contBox h3{
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.homePageNews .homeNewsBox .homeNewsL .homeNewsItem .contBox:hover h3{
	color: #e50012;
}

.homePageNews .homeNewsBox .homeNewsL .homeNewsItem .contBox p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #888;
	font-size: 14px;
}
.homePageNews .homeNewsBox .homeNewR .faqList{
	background-color: #fff;
	padding: 22px;
}

.homePageNews .homeNewsBox .homeNewR .faqList .faqItem{
	display: flex;
	justify-content: space-between;
	height: 66px;
	line-height: 66px;
	padding: 0 18px;
}

.homePageNews .homeNewsBox .homeNewR .faqList .faqItem:hover{
	background-color: #f0f0f0;
	color: #e50012;
}

.homePageNews .homeNewsBox .homeNewR .faqList .faqItem p{
	max-width: 480px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}



.homePageService .baseTitBox .boxTit h2{
	color: #333;
}
.homePageService .homeServiceList{
	display: flex;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	margin-top: 48px;
}
.homePageService .homeServiceList .homeServiceItem{
	width: 33.3%;
	padding:48px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.homePageService .homeServiceList .homeServiceItem:nth-child(2){
	border-left:1px solid #e7eaf3;
	border-right:1px solid #e7eaf3;
}

.homePageService .homeServiceList .homeServiceItem .iconBox{
	width: 90px;
	height: 90px;
	border: 1px dashed  #999;
	border-radius: 90px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.homePageService .homeServiceList .homeServiceItem i{
	font-size: 40px;
	color: #444;
}

.homePageService .homeServiceList .homeServiceItem h3{
	font-size: 24px;
	margin-top: 36px;
}

.homePageService .homeServiceList .homeServiceItem p{
	font-size: 16px;
	color: #666;
	margin-top: 24px;
	height: 100px;
	margin-bottom: 24px;
}
.homePageService .homeServiceList .homeServiceItem a{
	font-size: 16px;
	width: 240px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e50012;
	border-radius: 60px;
	color: #e50012;
	transition: .3s;
}
.homePageService .homeServiceList .homeServiceItem a:hover{
	background-color: #e50012;
	color: #fff;
}


.getProductPrice{
	padding-top: 40px;
	padding-bottom: 80px;
}

.getProductPrice .formBox {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 48px;
}
.getProductPrice .formBox .tagBox{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.getProductPrice .formBox .tagBox p{
	font-size: 18px;
	color: #333;
	margin-bottom: 18px;
	font-weight: bold;
}
.getProductPrice .formBox .tagBox span{
	border: 1px solid #666;
	background: #dedede;
	color: #666;
	padding:6px 12px ;
	border-radius: 3px;
	margin-right: 12px;
	margin-bottom: 18px;
	cursor: pointer;
	
}
.getProductPrice .formBox .tagBox span:hover{
	background-color: #e50012;
	border: 1px solid #e50012;
	color: #fff;
}
.getProductPrice .formBox .tagBox span.seleTag{
	background-color: #e50012;
	border: 1px solid #e50012;
	color: #fff;
}

.getProductPrice .formBox .inputBox{
	display: flex;
	flex-direction: column;
	width: 512px;
	margin-left: 48px;
}

.getProductPrice .formBox .inputBox div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.getProductPrice .formBox .inputBox input{
	width: 250px;
	padding: 12px;
	
}

.getProductPrice .formBox .inputBox textarea{
	width: 512px;
	height: 140px;
	padding: 12px;
	box-sizing: border-box;
	resize: none;
	margin: 18px 0;
}

.getProductPrice .formBox .inputBox .formBtn{
	background-color: #e50012;
	color: #fff;
	cursor: pointer;
}

.getProductPrice .baseTitBox .boxTit h2{
	color: #333;
}


.ctaBox{
	background: url('../img/base/ctaBgImg.jpg') no-repeat top center;
	background-size:cover ;
	height: 170px;
}
.ctaBox .ctaCont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 170px;
}

.ctaBox .ctaCont .contBox h3{
	color: #fff;
	font-size: 24px;
}

.ctaBox .ctaCont .contBox p{
	font-size: 16px;
	color: #fff;
	margin-top: 12px;
}

.ctaBox .ctaCont .btnBox p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

.ctaBox .ctaCont .btnBox a{
	font-size: 16px;
	text-align: center;
	padding: 10px 36px;
	display: block;
	color: #fff;
	border:1px solid #e50012;
	border-radius: 60px;
	background: #e50012;
	margin-top: 12px;
}




.pageNextBox {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 48px;
}
.pageNextBox a{
	padding:0 12px;
	background-color: #f0f0f0;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
}
.pageNextBox a:first-child{
	display: none;
}
.pageNextBox b{
	padding:0px 12px;
	height: 32px;
	line-height: 32px;
	background-color: #e50012;
	color: #fff;
}