.container{
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.container .banner{
	width: 100%;
	height: 300px;
	background: url(../images/banner.png) no-repeat top center;
	background-size: 1920px 300px;
}
.floor{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
._title{
	font-family: PingFangSC-Semibold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	line-height: 30px;
	border-left: 5px solid #f85e11;
	box-sizing: border-box;
	padding-left: 15px;
}
._form{
	width: 1126px;
	height: 341px;
	background: url(../images/form-bg.png) no-repeat center;
	background-size: 100% 100%;
	margin-top: 35px;
	position: relative;
	left: 44px;
}
._form ._form-content{
	width: 390px;
	margin: 0 0 0 66px;
	padding-top: 70px;
}
._form ._form-content ._form-item{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	justify-content: space-between;
}
._form ._form-content ._form-item ._form-item-icon{
	width: 24px;
	height: 21px;
}
._form ._form-content ._form-item ._form-item-content{
	width: 335px;
	border-bottom: 1px solid #eee;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
._form ._form-content ._form-item ._form-item-content ._form-label {
	width: 60px;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333333;
}
._form ._form-content ._form-item ._form-item-content input{
	border: none;
	outline: none;
	width: 250px;
	font-size: 14px;
	color: #666;
}
._form ._form-content ._form-item ._form-item-content input::placeholder{
	color: #666;
}
._form ._form-content ._form-item ._form-item-content select{
	display: block;
	border: none;
	outline: none;
	width: 250px;
	font-size: 14px;
	color: #666;
}
._form ._form-content ._form-item ._form-item-content ._send-code{
	width: 126px;
	text-align: center;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #f85e11;
	cursor: pointer;
}
._form ._form-submit{
	width: 268px;
	height: 64px;
	position: absolute;
	right: 167px;
	bottom: 43px;
	border-radius: 30px;
	cursor: pointer;
}
._content-lc{
	width: 1126px;
	margin-top: 40px;
	position: relative;
	left: 44px;
}
._content-lc ._cl-nuem{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
._content-lc ._cl-nuem ._cl-item{
	width: 124px;
	height: 124px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 2px #333333;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
}
._content-lc ._cl-nuem ._active {
	border-color: #f85e11;
}
._content-lc ._cl-nuem ._cl-item>img{
	width: 54px;
	height: 54px;
}
._content-lc ._cl-nuem ._cl-item>p{
	font-family: PingFangSC-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 10px;
}
._content-lc ._cl-nuem .lc-icon{
	width: 20px;
	height: 26px;
}
._content-lc ._cl-nuem ._active>p{
	color: #f85e11;
}
._txt-cont{
	width: 100%;
	margin-top: 40px;
	background-color: #f4f4f4;
	height: 210px;
	box-sizing: border-box;
	padding: 40px;
	border-radius: 10px;
}
._txt-cont ._name{
	position: relative;
}
._txt-cont ._name p{
	font-family: PingFangSC-Medium;
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
	position: relative;
	z-index: 1;
} 
._txt-cont ._name ._line{
	width: 80px;
	height: 5px;
	border-radius: 2px;
	background-color: #f85e11;
	position: absolute;
	left: 0;
	bottom: 4px;
}
._txt-cont ._txt{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	margin-top: 20px;
}
._content-lc ._cl-nuem ._cl-item ._icon{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #f4f4f4;
	transform: rotate(45deg);
	position: absolute;
	bottom:-60px;
	left: 45px;
	display: none;
}
._content-lc ._cl-nuem ._active ._icon {
	display: inline-block;
}
.kc-content{
	width: 1126px;
	position: relative;
	left: 44px;
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.kc-content ._item-kc{
	width:265px;
	border-radius: 8px 8px 0 0 ;
	overflow: hidden;
}
.kc-content ._item-kc>img{
	width: 100%;
	height: auto;
}
.kc-content ._item-kc>._msg{
	box-sizing: border-box;
	width: 100%;
	padding: 16px 10px;
	border: 1px solid  #ddd;
	border-top: none;
	border-radius: 0 0 8px 8px;
}
.kc-content ._item-kc>._msg ._name{
	display: block;
	font-family: PingFangSC-Regular;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 20px;
	letter-spacing: 0px;
	color: #333333;
	height: 40px;
}
.kc-content ._item-kc>._msg  ._price{
	font-family: PingFangSC-Semibold;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #f85e11;
	margin-top: 5px;
}
.kc-content ._item-kc>._msg  ._price>span{
	font-size: 14px;
}


footer {
	background: #1c1c1c;
	padding-top: 55px;
	margin-top: 8px;
	margin-top: 80px;
}

.footer {
	width: 1200px;
	margin: auto;
}

.footer ul li {
	float: left;
	font-size: 14px;
	/* color: #a4a4a4; */
	color: #e1e1e1;
	float: left;
	font-size: 14px;
	width: 84px;
	text-align: center;
	margin-bottom: 5px;
}

.footer a {
 color: #FFf;
}

.footer .f_nav {
	margin-bottom: 20px;
}

.footer .f_nav span {
	color: #fff;
	font-size: 16px;
	float: left;
}

.footer .f_nav ul {
	float: right;
	width: 1100px;
}


.footer-center {
	padding: 30px 0;
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	width: 1200px;
	margin: 30px auto;
	margin-bottom: 0;
}


.blogroll_click ul li {
	margin-right: 34px;
}

.blogroll_click ul li a {
	line-height: 22px;
	color: #a4a4a4;
	border-bottom: 1px solid transparent;
}

.blogroll_click ul li.active a {
	color: #d81519;
	border-color: #d81519;
}

.blogroll_links ul li {
	float: left;
	margin-right: 5px;
}

.blogroll_links ul li a {
	line-height: 24px;
	color: #a4a4a4;
}

.blogroll_links ul li:hover a {
	color: #d81519;
}

.hidenlink {
	display: none;
}

.hidenlink.active {
	display: block;
}

.Findparent {
	width: 400px;
	float: left;
}

.contact .erweima img {
	width: 98px;
}

.contact .erweima {
	float: left;
	margin-left: 55px;
}

.contact .erweima p {
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.contact {
	width: 700px;
	float: right;
}

.contact .tel {
	width: 200px;
	float: right;
}

.contact .tel p {
	color: #fff;
	font-size: 14px;
}

.contact .tel p a {
	color: #fff;
	width: 68px;
	height: 23px;
	border: 1px solid #EF6101;
	border-radius: 11px;
	color: #EF6101;
	padding: 3px;
}

.copyright {
	width: 1200px;

	margin: auto;
	color: #fff;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
}

.copyright a {
	color: #fff;
}

.copyright img {
	width: 3%;
}

.copyright img.renzheng {
	width: 7%;
}

.contact .tel p {
	position: relative;
	text-indent: 15px;
	margin-top: 15px;
}

.contact .tel img {
	width: 18px;
	position: absolute;
	left: -5px;
}
.clear{
	clear: both;
}
.Copyright a{
	display: inline-block;
}