body{
	background-color: #f8f9fa;
}
.hpContainer{
	min-width: 1200px;
}
.hpPanel {

	min-height: 430px;
	/* background-image: url(../images/default/homePage.jpg); */
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-position: center 0;

}

.hpHeader {
	width: 100%;
	height: 70px;
	line-height: 70px;
	background: transparent;
	
}
.hpHeader .bgContainer{
	position: relative;
}
.hpHeader .hpLogo {
	display: inline-block;
	vertical-align: top;
	

}

.hpHeader  .undertake{
position: absolute;
    font-weight: bold;
    bottom: -15px;
    left: 0;
    line-height: initial;
}
.hpHeader .hpLogo .hpLogo-img {
	vertical-align: middle;
}

.hpHeader .hpNavPanel {
	display: inline-block;
}

.hpHeader .hpNavPanel .hpNav-link {
	display: inline-block;
	font-size: 14px;
	color: #000;
	padding: 0 20px;
}
.hpHeader .hpNavPanel .hpNav-link.hpNav-linkCurrent,
.hpHeader .hpNavPanel .hpNav-link:hover{
		color: #fa531e;
}
.hpMain .hpMain-format {
	width: 710px;
}

.hpPanel .hpMain {
	display: flex;
	align-items: center;

}

.hpMain .hpMain-format h1 {
	font-size: 77px;
	color: #333;
	line-height: 1.3em;
}

.hpMain .hpMain-format .hpMain-format-p {
	font-size: 24px;
	color: #333;
	line-height: 1.5em;
}

.hpBtn {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.hpMain-oper .hpBtn {
	margin: 0 5px 0 0;
}

.hpBtn {
	display: inline-block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

}

.hpBtn-default01 {

	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
	font-size: 18px;
	

}

.hpBtn-default02 {
-moz-box-shadow: 0 0 10px #ddd;
-webkit-box-shadow: 0 0 10px #ddd;
box-shadow: 0 0 10px #ddd;
	border: 1px solid #ecece8;
background-color: #fff;
	font-size: 18px;
	color: #333;
}
.home-information-item .home-informationItem-img{
	width: 280px;
	height: 170px;
	float: left;
}
.home-information-colle{
	padding: 0 0 50px 0;
}
.home-information-colle .home-information-item{
	padding:  50px 0 0 0;
}
.home-information-item .home-informationItem-r{
	float: right;
	width: 835px;
	height: 170px;
}

.home-information-item .home-informationItem-r .home-informationItem-tit{
	font-size: 20px;
	color: #212121;
	overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		font-weight: bold;
		margin: 0 0 20px 0;

}
.home-information-item .home-informationItem-r .home-informationItem-Int{
	font-size: 16px;
	color: #212121;
	height: 80px;
	overflow: hidden;
	margin: 0 0 20px 0;
	line-height: 24px;

}
.home-information-banner {
    height: 300px;
    background-color: #fff;
    padding-top: 9px;
    box-sizing: border-box;
    min-width: 1200px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding: 60px 0 0 ;
}
.home-information-bannerTxt{
	font-size: 48px;
}
.home-information-bannerTxt02{
	font-size: 60px;
	margin: 0 0 15px 0;
}
.home-information-bannerTxt03{
	font-size: 22px;
	color: #666;
}
.home-contactUs-panel{
	background-color: #fff;
	padding: 60px 0;
}
.home-contactUs-l{
	    width: 423px;
	float: left;
}
.home-contactUs-r{
	float: right;
	width: 665px;
	background-color: #fff;
	-moz-box-shadow: 0 0 10px #ddd;
	-webkit-box-shadow: 0 0 10px #ddd;
	box-shadow: 0 0 10px #ddd;
}
.home-serviceColle{
	margin: 0 0 30px;
}
.home-contactUs-l .home-contactUs-l-item{
	padding: 20px 0 0 0;
}
.home-contactUs-l-item .home-contactUs-l-itemTit{
	font-size: 36px;
	margin: 0 0 25px 0;
	
}
.home-contactUs-l-item .home-serviceItem{
	font-size: 24px;
	margin: 0 0 10px 0;
	
}
.home-contactUs-l-item .home-serviceItem img{
	margin: 0 10px 0 0;
}
.home-contactUs-l-itemHelp{
	font-size: 24px;
	text-align: justify;
}
.home-contactUs-r-form{
	padding: 40px;
}
.home-contactUs-r-form .home-contactUs-r-formCol{
	margin: 0 0 30px 0;
}
.home-contactUs-r-form .home-contactUs-r-formCol .contactUs-r-formColLabel{
	font-size: 18px;
	margin: 0 0 10px 0;
}


.form-control{
	display: block;
	width: 100%;
	height: 22px;
	line-height: 18px;
	padding: 8px 9px;
	outline: none;
	resize: none;
	font-size: 14px;
	box-shadow: none;
	box-sizing: content-box;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}
.home-aboutUs-panel{
	
	/* padding: 60px 0; */
}

.home-aboutUs-panel .home-aboutUs-panel-item{
	padding: 70px 0;
}
.home-aboutUs-panel .home-aboutUs-panel-item .home-aboutUs-panel-itemLab{
	font-size: 34px;
	color: #333;
	padding: 0 0 10px 0;
	position: relative;
	margin: 0 0 15px 0;
}
.home-aboutUs-panel .home-aboutUs-panel-item .home-aboutUs-panel-itemLab:before{
	position: absolute;
	content: "";
	display: block;
	bottom: 0px;
	left: 0;
	width: 44px;
	height: 2px;
	background-color: #fa531e;
}
.home-aboutUs-panel .home-aboutUs-panel-item .home-aboutUs-panel-itemLab.textRight:before{
	right: 0;
	left: initial;
}
.home-aboutUs-panel .home-aboutUs-panel-item .home-aboutUs-panel-itemCon{
	padding: 0 0 0 190px;
}
.home-aboutUs-panel .home-aboutUs-panel-item .home-aboutUs-panel-itemCon .home-aboutUs-itemConTxt{
	font-size: 20px;
	color: #666;
	margin: 0 0 15px 0;
	text-align: justify;
	line-height: 36px;
}
@media (max-width: 1400px) {
	.hpMain .hpMain-format {
		width: 565px;
	}

	.hpMain .hpMain-format h1 {
		font-size: 64px;

	}

	.hpMain .hpMain-format .hpMain-format-p {
		font-size: 20px;

	}
}
