.header {
	height: 110px;
	background-color: #fff;
	padding: 0 40px;
	min-width: 1140px;
	position: relative
}

.logo {
	width: 25%;
	margin-top: 30px;
	float: left;
	transition: .3s;
}

.logo img {
	width: 100%;
	transition: .3s
}

.header-nav {
	float: left;
	margin-left: 79px;
	transition: .3s
}

.first-nav {
	float: left;
	position: relative;
	margin-left: 40px;
	height: 100%;
	transition: .3s
}

.first-nav:first-child {
	margin-left: 0
}

.first-nav-text {
	font-size: 0;
	position: relative;
	padding-bottom: 11px;
	margin-top: 48px
}

.first-nav-text a {
	font-size: 18px;
	line-height: 1;
	color: #3a3a3a;
	display: inline-block;
	vertical-align: middle;
	transition: .3s
}

.first-nav-text .down-arr {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 7px;
	background: url(../images/down-arr.png) no-repeat center center;
	transition: .3s;
	margin-left: 9px
}

.first-nav-text .line {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #e54242;
	width: 0;
	transition: .3s;
	margin: auto
}

.first-nav:hover .down-arr {
	transform: rotateZ(180deg)
}

.first-nav:hover .line,.header-nav .active .line {
	width: 100%
}

.second-nav {
	position: absolute;
	left: -28px;
	top: 78px;
	background: #fff;
	overflow: hidden;
	display: none;
	z-index: 1000;
	/* padding:0 21px; */
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
}

.second-nav a {
	display: block;
	height: 48px;
	font-size: 14px;
	white-space: nowrap;
	line-height: 48px;
	padding: 0 48px;
	color: #6a6a6a;
	min-width: 49px;
}

.second-nav a:hover {
	background-color: #f5f5f5;
	color: #d94240
}

.header-right {
	float: right
}

.header-search {
	height: 110px;
	line-height: 110px;
	font-size: 16px;
	color: #6a6a6a;
	padding-right: 35px;
	background: url(../images/search.png) no-repeat right center;
	float: left;
	cursor: pointer
}

.hsearDrop {
	position: absolute;
	top: 110px;
	left: 0;
	width: 100%;
	background: #fafafa;
	overflow: hidden;
	z-index: 1000;
	padding: 50px 0;
	display: none
}

.hsearDrop .search-box {
	padding-top: 0
}

.header-btn {
	float: left;
	margin-left: 40px;
	margin-top: 34px;
	transition: .3s;
}

.header-btn a {
	width: 240px;
	height: 42px;
	background-color: #b50909;
	display: inline-block;
	text-align: center;
	line-height: 42px;
	color: #fff;
	font-size: 16px;
	transition: .3s
}


@media screen and (max-width:1600px) {
	.header {
		height: 100px
	}

	.logo {
		/* width: 380px; */
	}

	.hsearDrop {
		top: 100px
	}

	.header-nav {
		margin-left: 60px
	}

	.first-nav {
		margin-left: 30px
	}

	.first-nav-text a {
		font-size: 16px;
		line-height: 18px
	}

	.first-nav-text {
		margin-top: 43px
	}

	.header-search {
		line-height: 100px;
		height: 100px
	}

	.header-btn a {
		width: 220px;
		height: 38px;
		line-height: 38px;
	}

	.hpcCol2 .hpc-tit {
		/* height: 56px; */
	}
		.hsolReview{left:0!important}
	.hsolInfo{left:0!important}
}

@media screen and (max-width:1440px) {
	.header-nav {
		margin-left: 40px;
	}
   .logo{/* width:300px */}
	.first-nav {
		margin-left: 29px
	}

	.header-search .tex {
		 display: none 
	}

	.header-btn {
		margin-left: 30px;
		/* display: none; */
	}

	.habItem span {
		padding-left: 50px!important
	}

}
@media screen and (max-width:1400px) {
	.header-search {display:none}
}
@media screen and (max-width:1366px) {
	.header-search {display:none}
}
.box {
	width: 1200px;
	margin: 0 auto
}

.banner {
	height: 560px
}

.ban-parts {
	background: url(../images/banner-parts.jpg) no-repeat center top
}

.banCon {
	width: 1200px;
	margin: 0 auto
}

.breadNav {
	height: 60px;
	line-height: 60px;
	font-size: 0
}

.breadNav a,.breadNav em {
	color: rgba(255,255,255,.6);
	display: inline-block;
	font-size: 16px;
	vertical-align: middle
}

.breadNav em {
	padding: 0 10px
}

.breadNav h1,.breadNav span {
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle
}

.detBread a,.detBread em {
	color: #8c8c8c
}

.detBread h1,.detBread span {
	color: #6a6a6a
}

.breadNav a:hover {
	color: #fff
}

.detBread a:hover {
	color: #3a3a3a
}

.banInfo {
	margin-top: 133px
}

.banTit {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	position: relative;
	line-height: 1;
	padding-bottom: 33px
}

.banTit .line {
	position: absolute;
	bottom: 0;
	width: 60px;
	height: 3px;
	background-color: #fff;
	left: 0
}

.banText {
	font-size: 40px;
	line-height: 42px;
	margin-top: 59px;
	color: #fff;
	width: 720px
}

.index-ban {
	position: relative
}

.index-ban .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 60px;
	text-align: center
}

.index-ban .owl-dot {
	width: 40px;
	height: 4px;
	background-color: #fff;
	opacity: .8;
	margin-left: 10px;
	margin-right: 10px
}

.index-ban .owl-dots .active {
	opacity: 1
}

.index-ban-item {
	position: relative;
	width: 100%
}

.index-ban-item img {
	width: 100%
}

.in-banInfo {
	position: absolute;
	width: 1200px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 254px
}

.in-banTit {
	font-size: 68px;
	line-height: 72px;
	text-shadow: 0 5px 10px rgba(0,0,0,.2);
	font-weight: 700;
	color: #fff
}

.in-banBtn {
	text-align: center;
	margin-top: 50px
}

.in-banBtn a {
	width: 260px;
	height: 60px;
	background-color: #fff;
	color: #b50909;
	line-height: 60px;
	display: inline-block;
	border: 0;
	display: none;
}

.btn {
	display: inline-block;
	text-align: center
}

.footWrap {
	background-color: #222;
	padding: 0 7%;
	min-width: 1200px;
}

.footWrap a:hover {
	color: #fff
}

.footContact {
	float: left;
	width: 360px
}

.footMenu {
	float: right;
	padding-bottom: 60px;
	width: 71.829%
}

.footMenu dl {
	float: left;
	width: 20%
}

.footMenu dl:first-child {
	margin-left: 0
}

.footWrap dt {
	font-size: 20px;
	line-height: 20px;
	padding-top: 80px;
	padding-bottom: 27px;
	color: #bfbfbf
}

.footWrap dd {
	font-size: 16px;
	line-height: 26px;
	color: #8c8c8c;
	margin-top: 12px;
}

.share a {
	display: block;
	float: left;
	width: 42px;
	height: 42px;
	margin-left: 12px;
	margin-top: 10px
}

.share .icon-twitter {
	background: url(../images/twitter.png) no-repeat center center
}

.share .icon-facebook {
	background: url(../images/face.png) no-repeat center center;
	margin-left: 0
}

.share .icon-linkedin {
	background: url(../images/link.png) no-repeat center center
}

.share .icon-google {
	background: url(../images/google.png) no-repeat center center
}

.footBar {
	border-top: 1px solid #444;
	margin: 0 auto;
	height: 64px
}

.footBar-text {
	float: left;
	height: 64px;
	font-size: 14px;
	/* padding-left: 106px; */
	line-height: 64px;
}

.footBar-link {
	float: right;
	line-height: 64px
}

.footBar-link a {
	display: inline-block
}

@media screen and (max-width:1600px) {
	.footContact {
		width: 300px
	}
}

.formAll {
	padding: 40px 0 60px;
	background-color: #b50909;
}

.formHead {
	height: 42px;
	line-height: 42px;
	font-size: 32px;
	color: #fff;
}

.fhInfo {
	float: left
}

.fh-tit {
	font-size: 32px;
	color: #222;
	float: left
}

.fh-text {
	font-size: 16px;
	color: #999;
	margin-left: 20px;
	float: left
}

.fh-em {
	float: right;
	padding-left: 34px;
	background: url(../images/fm-em.png) no-repeat left center;
	font-size: 18px;
	color: #4f4f4f
}

.formMain {
	margin-top: 40px
}

.formCont {
	padding: 40px 60px 60px;
	background: #fff;
	width: 775px;
	float: left;
	margin-right: 20px;
	height: 422px;
	border-radius: 10px;
}

.formRow {
	margin-top: 20px;
	position: relative
}

.formCol {
	float: left;
	width: 340px;
	margin-left: 30px;
	height: 50px;
	position: relative
}

.formCol:first-child {
	margin-left: 0
}

.formItem {
	position: relative
}

.formCont label {
	font-size: 14px;
	line-height: 24px;
	color: #6a6a6a;
	height: 24px;
	padding: 0 10px;
	background-color: #fff;
	position: absolute;
	top: 12px;
	left: 10px;
	z-index: 5;
	transition: .3s;
	cursor: text
}

.formCont label span {
	color: #b50909
}

.labAct {
	transform: translate(-8px,-22px);
	color: #b50909!important
}

.formItem textarea {
	width: 735px;
	height: 80px;
	border: solid 1px #ddd;
	padding: 19px;
	border-radius: 3px
}

.formItem input {
	width: 340px;
	height: 48px;
	border: solid 1px #ddd;
	padding: 0 19px;
	border-radius: 3px
}

.formItem input:focus,.formItem textarea:focus {
	border-color: #f04446
}

.formItem input::placeholder,.formItem textarea::placeholder {
	color: #6a6a6a
}

.v-radio {
	padding-left: 23px;
	background: url(../images/v-radio.png) no-repeat left center;
	line-height: 24px;
	color: #999;
	cursor: pointer;
	font-size: 12px;
	margin-top: 15px
}

.formItem .checked {
	background: url(../images/v-radio-h.png) no-repeat left center
}

.form-btn {
	margin-top: 30px
}

.formItem button {
	width: 180px;
	height: 48px;
	border-radius: 2px;
	text-align: center;
	line-height: 48px;
	font-size: 16px;
	color: #fff;
	cursor: pointer
}

.subBtn {
	background-color: #b50909;
	margin-right: 20px
}

.subBtn:hover {
	background-color: #d94240
}

.form-select {
	position: relative
}

.form-selHead {
	width: 380px;
	height: 46px;
	border: solid 1px #ddd;
	padding: 0 19px;
	position: relative;
	line-height: 46px;
	color: #6a6a6a;
	border-radius: 3px;
	cursor: pointer;
}

.f-arr {
	width: 11px;
	height: 7px;
	background: url(../images/down-arr.png) no-repeat center center;
	transition: .3s;
	position: absolute;
	right: 20px;
	top: 19px
}

.form-selHead-act {
	border-color: #f04446
}

.f-arr-act {
	transform: rotateZ(180deg)
}

.form-selDrop {
	display: none;
	position: absolute;
	top: 48px;
	width: 378px;
	z-index: 10;
	border: solid 1px #ddd;
	border-top: 0
}

.form-selItem {
	height: 46px;
	line-height: 46px;
	color: #555;
	background: #fff;
	padding-left: 19px;
	cursor: pointer
}

.form-selItem:hover {
	background: #f5f5f5;
	color: #333
}

.msg-box {
	position: absolute;
	left: 400px;
	top: 18px;
	font-size: 12px;
	line-height: 1;
	color: #ff3740
}

.formSide {
	float: left;
	background-color: #fff;
	padding: 30px;
	width: 225px;
	height: 462px;
	border-radius: 10px;
}

.fsTit {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	color: #6a6a6a
}

.fsItem {
	margin-top: 20px;
	background-color: #f8f8f8;
	border-radius: 10px;
	padding: 20px;
	text-align: center
}

.fsItem i {
	display: block;
	width: 58px;
	height: 58px;
	border: 2px solid #4f4f4f;
	margin: auto;
	border-radius: 50%
}

.fs-tel {
	background: url(../images/fs-tel.png) no-repeat center center
}

.fs-em {
	background: url(../images/fs-em.png) no-repeat center center
}

.fsItem p {
	font-size: 14px;
	line-height: 28px;
	margin-top: 10px;
	color: #6a6a6a
}

.fsItem a,.fsItem span {
	font-size: 18px;
	line-height: 26px;
	color: #6a6a6a;
	font-weight: 700
}

.fsBtn {
	margin-top: 20px
}

.fsBtn a {
	display: block;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	border: 1px solid #f04446;
	color: #f04446;
	transition: .3s
}

.fsBtn a:hover {
	background-color: #f04446;
	color: #fff
}

.mainWrap {
	background-color: #f5f5f5
}

.newsList {
	background-color: #f5f5f5;
	padding: 0px 0 20px;
}

.newsCont-box {
	width: 1200px
}

.newsCont {
	width: 1220px
}

.newsItem {
	margin-top: 20px;
	background: #fff;
	width: 510px;
	transition: .4s;
	float: left;
	margin-right: 20px;
	padding: 30px;
	border-radius: 10px 0px;
}

.newsItem:hover {
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.1);
	transform: translateY(-5px)
}

.newsItem:hover a {
	color: #b50909
}

.time {
	/* font-size: 20px; */
	line-height: 1;
	color: #8c8c8c;
	margin-top: 17px;
}

.news-tit {
	font-size: 24px;
	line-height: 34px;
	color: #3a3a3a;
	/* height: 68px; */
	overflow: hidden;
	font-weight: 700;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-text {
	color: #6a6a6a;
	line-height: 25px;
	/* margin-top: 35px; */
	height: 56px;
	overflow: hidden;
	word-wrap: break-word;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.more {
	font-size: 18px;
	color: #4f4f4f;
	line-height: 1;
	/* margin-top: 38px; */
	display: block;
}

.more span {
	display: inline-block;
	padding-right: 23px;
	background: url(../images/rarr-b.png) no-repeat right center
}

.more:hover span,.newsItem:hover .more span {
	background: url(../images/rarr-r.png) no-repeat right center
}

.u-paging {
	margin-top: 50px
}

.paging-inner {
	height: 42px;
	margin: 0 auto;
	text-align: center
}

.paging-inner a {
	height: 42px;
	margin-right: 5px;
	background-color: #ececec;
	line-height: 42px;
	color: #8c8c8c;
	width: 42px;
	display: inline-block;
	text-align: center;
	margin-left: 5px;
	font-size: 16px
}

.paging-inner span {
	display: inline-block
}

.paging-inner .current,.paging-inner a:hover {
	background-color: #f04446;
	color: #fff
}

.page-ellipsis {
	display: inline-block;
	width: 42px;
	color: #8c8c8c;
	font-size: 16px
}

.u-paging .next,.u-paging .prev {
	display: none
}

.detail {
	padding: 60px;
	background-color: #fff;
	width: 1080px;
	margin: auto
}

.detHead {
	border-bottom: 1px solid #eee;
	padding-bottom: 30px
}

.detTit {
	font-size: 32px;
	line-height: 42px;
	color: #3a3a3a;
	text-align: center;
	font-weight: 700
}

.detMark {
	text-align: center;
	font-size: 0;
	margin-top: 30px;
	height: 16px;
	line-height: 16px;
	color: #8c8c8c
}

.detMark a,.detMark i,.detMark span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px
}

.detMark i {
	margin: 0 20px;
	background: url(../images/det-line.png) no-repeat center center;
	width: 1px;
	height: 100%
}

.det-time {
	padding-left: 23px;
	background: url(../images/det-time.png) no-repeat 0 center
}

.det-em {
	padding-left: 23px;
	background: url(../images/det-em.png) no-repeat 0 center
}

.det-share {
	padding-left: 0;
	display: inline-block
}

.det-share a span {
	width: 16px;
	height: 16px;
	background-color: unset!important;
	background: url(../images/det-shear.png) no-repeat 0 center
}

.det-share .a2a_svg svg {
	display: none
}

.det-share .a2a_svg {
	background-repeat: no-repeat!important
}

.detCont {
	padding-top: 20px;
	font-size: 16px;
	line-height: 30px;
	color: #555
}

.detCont p {
	padding: 0px 0;
}

.detCont img {
	display: block;
	margin: 20px auto;
	max-width: 1080px;
	text-align: center
}

.detLink {
	margin-top: 60px;
	font-size: 0;
	overflow: hidden
}

.detNext,.detPrev {
	font-size: 16px;
	width: 540px;
	float: left;
	height: 64px;
	line-height: 64px
}

.detNext {
	text-align: right
}

.detLink a {
	color: #555;
	display: block;
	position: relative
}

.detPrev a {
	padding: 0 0 0 66px;
	background: #f5f5f5 url(../images/det-arr.png) no-repeat 30px -128px
}

.detNext a {
	padding: 0 66px 0 0;
	background: #f5f5f5 url(../images/det-arr.png) no-repeat 494px 26px
}

.detLink span {
	display: block;
	padding: 0 20px;
	height: 64px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.detLink i {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 1px;
	height: 16px;
	background-color: #ddd
}

.detPrev i {
	left: 65px
}

.detNext i {
	right: 65px
}

.detNext a:hover {
	color: #fff;
	background: #e64442 url(../images/det-arr.png) no-repeat 494px -44px
}

.detPrev a:hover {
	color: #fff;
	background: #e64442 url(../images/det-arr.png) no-repeat 30px -211px
}

.detNext a:hover i {
	background-color: #fff
}

.rTit {
	height: 42px;
	line-height: 42px;
	margin-top: 60px
}

.rTitText {
	font-size: 32px;
	font-weight: 700;
	color: #3a3a3a;
	float: left
}

.rTit .more {
	float: right;
	line-height: 42px;
	margin-top: 0;
	height: 42px
}

.rNews .newsCont-box {
	padding-top: 20px
}

.rNews .newsItem {
	width: 225px;
	padding: 25px 30px 30px
}

.rNews .newsItem:hover .news-tit {
	color: #3a3a3a
}

.rNews .news-tit {
	font-size: 18px;
	line-height: 26px;
	color: #4f4f4f;
	height: 52px;
	font-weight: 400
}

.rNews .time {
	font-size: 16px
}

.caseList {
	padding: 40px 0 20px
}

.caseCont {
	width: 1220px
}

.caseItem {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-top: 20px;
	transition: .3s
}

.case-img {
	display: block;
	text-align: center;
	height: 214px;
	overflow: hidden
}

.case-img img {
	width: 285px
}

.info {
	padding: 25px 20px;
	background-color: #fff;
	text-align: center
}

.case-name {
	color: #4f4f4f;
	font-size: 18px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: .3s
}

.caseItem:hover {
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.1);
	transform: translateY(-5px)
}

.caseItem:hover .case-name {
	color: #3a3a3a
}

.proCont {
	width: 1220px
}

.rProduct .proCont-box {
	padding-top: 20px
}

.proItem {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-top: 20px;
	transition: .3s
}

.pro-img {
	display: block;
	text-align: center;
	height: 214px;
	overflow: hidden;
	background-color: #fff
}

.pro-img img {
	width: 285px
}

.info {
	padding: 25px 20px;
	background-color: #fff;
	text-align: center
}

.pro-name {
	color: #4f4f4f;
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: .3s
}

.proItem:hover {
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.1);
	transform: translateY(-5px)
}

.proItem:hover .pro-name {
	color: #3a3a3a
}

.cd-img {
	width: 480px;
	height: 360px;
	position: relative;
	float: left
}

.cd-img img {
	width: 480px
}

.cd-img .owl-dots {
	position: absolute;
	bottom: -33px;
	left: 0;
	text-align: center;
	right: 0;
	margin: auto
}

.cd-img .owl-dot {
	width: 40px;
	height: 4px;
	background-color: #000;
	opacity: .3;
	margin-left: 10px;
	margin-right: 10px
}

.cd-img .owl-dots .active {
	background-color: #f04446;
	opacity: 1
}

.cd-img .owl-prev {
	width: 56px;
	height: 80px;
	background: url(../images/det-prev.png) no-repeat center center;
	border-radius: 2px 0 0 2px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.cd-img .owl-prev:hover {
	background: url(../images/det-prevh.png) no-repeat center center
}

.cd-img .owl-next:hover {
	background: url(../images/det-nexth.png) no-repeat center center
}

.cd-img .owl-next {
	width: 56px;
	height: 80px;
	background: url(../images/det-next.png) no-repeat center center;
	border-radius: 0 2px 2px 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto
}

.cd-info {
	width: 560px;
	float: left;
	margin-left: 40px
}

.cd-tit {
	font-size: 32px;
	line-height: 42px;
	color: #3a3a3a;
	font-weight: 700
}

.cd-attr {
	background-color: #fafafa;
	padding: 30px;
	border-top: 2px solid #e6e6e6;
	margin-top: 17px
}

.cd-attr-item {
	font-size: 0;
	line-height: 24px;
	margin-top: 12px
}

.cd-attr p {
	display: inline-block;
	width: 110px;
	padding-right: 19px;
	font-size: 16px;
	color: #8c8c8c
}

.cd-attr span {
	display: inline-block;
	font-size: 16px;
	color: #4f4f4f
}

.cd-btn {
	font-size: 0;
	margin-top: 40px
}

.cd-btn .btn {
	margin-left: 20px
}

.cd-btn .red-btn {
	margin-left: 0
}

.btn {
	width: 198px;
	height: 54px;
	border: 1px solid #3a3a3a;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	color: #3a3a3a;
	transition: .3s;
}

.btn:hover {
	background-color: #f04446;
	border-color: #f04446;
	color: #fff
}

.red-btn {
	background-color: #f04446;
	border-color: #f04446;
	color: #fff;
	font-weight: 700
}

.red-btn:hover {
	background-color: #d94240
}

.cd-intro {
	margin-top: 60px;
	border-top: 1px solid #eee;
	padding-top: 60px
}

.cd-intro-tit {
	font-size: 28px;
	line-height: 1;
	padding-bottom: 17px;
	position: relative;
	font-weight: 700
}

.cd-intro-tit .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background-color: #e64341
}

.cd-intro-text {
	font-size: 16px;
	line-height: 30px;
	color: #4f4f4f
}

.cd-intro-text p {
	margin-top: 28px
}

.cd-intro-text p span {
	font-weight: 700;
	color: #3a3a3a
}

.cd-intro-text .online span {
	color: #b50909
}

.cd-intro-img {
	margin-top: 35px;
	position: relative
}

.cd-intro-img img {
	width: 1080px
}

.cd-inImg-info {
	position: absolute;
	right: 40px;
	bottom: 40px;
	text-align: right;
	padding-top: 22px;
	height: 60px;
	width: 800px;
	color: #fff;
	opacity: .8
}

.cd-inImg-info .tit {
	font-size: 36px;
	line-height: 1;
	font-weight: 700
}

.cd-inImg-info .text {
	font-size: 18px
}

.cd-inImg-info .line {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 3px;
	background-color: #f5f5f5;
	opacity: .8
}

.cd-manage {
	padding-top: 10px
}

.cd-manitem {
	margin-top: 20px;
	background-color: #f8f8f8;
	padding: 40px
}

.cd-manimg {
	float: left;
	margin-right: 20px;
	width: 160px;
	height: 160px;
	border-radius: 50%;
	text-align: cenetr;
	overflow: hidden
}

.cd-manimg img {
	width: 160px
}

.cd-maninfo {
	float: left;
	width: 810px
}

.cd-mantit {
	font-size: 16px;
	line-height: 29px;
	color: #6a6a6a;
	padding-top: 20px
}

.cd-mantit span {
	font-size: 28px;
	line-height: 34px;
	color: #333;
	font-weight: 700;
	display: inline-block;
	margin-right: 20px
}

.cd-mantext {
	font-size: 16px;
	line-height: 26px;
	color: #4f4f4f;
	font-style: italic;
	margin-top: 15px
}

.solution {
	background-color: #fff;
	padding: 40px 0 100px
}

.solCont-box {
	width: 1200px;
	margin: auto
}

.solCont {
	width: 1220px
}

.solItem {
	float: left;
	width: 590px;
	height: 368px;
	position: relative;
	margin-top: 20px;
	margin-right: 20px;
	overflow: hidden
}

.solItem img {
	width: 590px
}

.solInfo {
	padding: 240px 30px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	transition: .3s;
	background: url(../images/jbbj.png) repeat-x 0 bottom;
	width: 530px
}

.sol-name {
	font-size: 26px;
	line-height: 1;
	font-weight: 700
}

.sol-text {
	font-size: 20px;
	line-height: 28px;
	margin-top: 20px;
	word-break: break-all;
	max-height: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.solReview {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	background: url(../images/sdtit-bg.png) repeat 0 0;
	width: 590px;
	height: 0;
	transition: .3s;
	opacity: 0
}

.solReview .solRev-cont {
	padding: 80px 40px 40px;
	color: #fff;
	display: block
}

.solReview .sol-name {
	font-size: 36px
}

.solReview .sol-name:hover {
	color: #fff
}

.solReview .sol-text {
	font-size: 24px
}

.solItem:hover .solInfo {
	display: none
}

.sol-btn {
	margin-top: 35px
}

.sol-btn .btn {
	width: 208px;
	height: 46px;
	line-height: 46px;
	border-color: #fff;
	color: #fff
}

.sol-btn .btn span {
	padding-right: 23px;
	display: inline-block;
	background: url(../images/rarr-w.png) no-repeat right center;
}

.solItem:hover .solReview {
	height: 368px;
	opacity: 1
}

.solReview:hover {
	color: #fff
}

.sdHead {
	width: 1080px;
	height: 640px;
	position: relative;
	overflow: hidden
}

.sdHead img {
	width: 1080px
}

.sd-headInfo {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 35px 40px;
	background: url(../images/sdtit-bg.png) repeat 0 0;
	width: 1000px
}

.sdhead-text {
	float: left;
	width: 400px;
	color: #fff
}

.sd-tit {
	font-size: 32px;
	line-height: 42px;
	font-weight: 700
}

.sd-text {
	font-size: 20px;
	line-height: 30px;
	margin-top: 5px
}

.sd-btn {
	float: right;
	padding-top: 20px
}

.sd-btn .btn {
	border-color: #fff;
	color: #fff
}

.sd-btn .btn:hover {
	background-color: #fff;
	color: #b50909
}

.sd-btn .white-btn,.white-btn {
	border-color: #fff;
	background-color: #fff;
	color: #b50909;
	margin-right: 20px
}

.sdCont .cd-intro:first {
	margin-top: 0;
	border-top: 0
}

.sdCont-text {
	font-size: 16px;
	line-height: 30px;
	color: #4f4f4f
}

.sdCont-text p {
	margin-top: 30px
}

.partsList {
	padding: 40px 0 20px
}

.partsCont {
	width: 1220px
}

.partsItem {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-top: 20px;
	transition: .3s
}

.parts-img {
	display: block;
	text-align: center;
	height: 214px;
	overflow: hidden
}

.parts-img img {
	width: 285px
}

.info {
	padding: 25px 20px;
	background-color: #fff;
	text-align: center
}

.parts-name {
	color: #4f4f4f;
	font-size: 18px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	transition: .3s
}

.partsItem:hover {
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.1);
	transform: translateY(-5px)
}

.partsItem:hover .parts-name {
	color: #3a3a3a
}

.partsd-text {
	font-size: 16px;
	line-height: 26px;
	margin-top: 28px;
	color: #6a6a6a
}

.faqList {
	padding: 80px 0 20px
}

.faqCont {
	width: 1220px;
	padding-top: 40px
}

.faqItem {
	float: left;
	padding: 75px 40px 40px 80px;
	margin-right: 20px;
	margin-top: 20px;
	transition: .3s;
	background-color: #fff;
	width: 470px
}

.faqItem:hover {
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.1);
	transform: translateY(-5px)
}

.faq-tit {
	position: relative;
	font-size: 24px;
	line-height: 32px;
	color: #3a3a3a
}

.faq-tit a {
	display: block;
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.q {
	position: absolute;
	left: -40px;
	top: 4px;
	width: 24px;
	height: 24px;
	background-color: #e64341;
	border-radius: 2px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 16px
}

.a {
	position: absolute;
	left: -40px;
	top: 0;
	width: 24px;
	height: 24px;
	background-color: #8c8c8c;
	border-radius: 2px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	font-size: 16px
}

.faq-text {
	position: relative;
	color: #6a6a6a;
	font-size: 16px;
	line-height: 24px;
	margin-top: 25px
}

.faq-text p {
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.ph-head {
	background-color: #fff;
	padding: 60px 0 80px
}

.ph-tip {
	padding: 57px 60px 55px;
	border-top: 5px solid #d94240;
	background-color: #f8f8f8;
	font-size: 16px;
	line-height: 30px;
	color: #4f4f4f;
	width: 1080px;
	margin: auto
}

.tip-tit {
	font-size: 32px;
	line-height: 1;
	color: #333;
	font-weight: 700;
	text-align: center;
	margin-bottom: 22px
}

.ph-tip p span {
	font-weight: 700
}

.ph-starpro .info {
	background-color: #f5f5f5
}

.proItem .more {
	margin-top: 25px
}

.proItem:hover .more {
	color: #b50909
}

.proItem:hover .more span {
	background: url(../images/rarr-r.png) no-repeat right center
}

.ph-owl {
	position: relative
}

.ph-owl .owl-nav {
	position: absolute;
	right: 0;
	top: -32px;
	height: 32px
}

.ph-owl .owl-prev {
	position: absolute;
	top: 0;
	right: 55px;
	width: 48px;
	height: 30px;
	border-radius: 2px 0 0 2px;
	border: solid 1px rgba(58,58,58,.3);
	background: #fff url(../images/larr-b.png) no-repeat center center;
	transition: .3s
}

.ph-owl .owl-prev:hover {
	background: #b50909 url(../images/larr-w.png) no-repeat center center;
	border-color: #b50909
}

.ph-owl .owl-next {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 30px;
	border-radius: 0 2px 2px 0;
	border: solid 1px rgba(58,58,58,.3);
	background: #fff url(../images/rarr-b.png) no-repeat center center;
	transition: .3s
}

.ph-owl .owl-next:hover {
	background: #b50909 url(../images/rarr-w.png) no-repeat center center;
	border-color: #b50909
}

.ph-starpro .proItem {
	position: relative
}

.hot {
	position: absolute;
	height: 20px;
	background-color: #e64341;
	border-radius: 2px;
	left: 20px;
	top: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	z-index: 5;
	width: 42px
}

.listPage {
	padding-bottom: 20px
}

.lside {
	width: 285px;
	float: left;
	margin-right: 20px;
	background-color: #fff
}

.sideTit {
	font-size: 28px;
	line-height: 67px;
	font-weight: 700;
	width: 245px;
	height: 67px;
	padding: 17px 20px;
	text-align: center;
	color: #fff;
	background: #d0413b;
	border-bottom: 10px solid #3a3a3a;
}

.sideCont {
	padding: 30px 0
}

.sideItem {
	height: 72px;
	line-height: 72px;
	padding: 0 20px;
}

.sideItem a {
	padding-left: 15px;
	background: url(../images/lside-tit.png) no-repeat 0 33px;
	position: relative;
	font-size: 20px;
	color: #6a6a6a;
	display: block;
}

.sideCont .active,.sideItem:hover {
	background-color: #fafafa
}

.sideCont .active a,.sideItem:hover a {
	background: url(../images/lside-tit.png) no-repeat 0 -22px;
	color: #3a3a3a;
}

.rcontent {
	width: 895px;
	float: left
}

.proList-page {
	margin-top: -20px
}

.proList-page .proCont-box {
	width: 895px
}

.proList-page .proCont {
	width: 915px
}

.rcontent {
	width: 895px;
	float: left
}

.rcontent .newsCont-box {
	margin-top: -20px;
	width: 895px
}

.rcontent .newsCont {
	width: 915px
}

.rcontent .newsItem {
	margin-right: 15px;
	width: 100%;
}

.pd-head {
	background-color: #fff;
	padding: 60px 0
}

.pdh-img {
	float: left;
	width: 520px;
	margin-right: 40px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: 520px;
	background-color: #fff
}

.pdh-img .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -88px;
	margin: auto;
	height: 68px;
	text-align: center;
	white-space: nowrap
}

.pdh-img .owl-dots img {
	width: 86px
}

.pdh-img .owl-dot {
	width: 90px;
	height: 68px;
	margin-left: 4px;
	margin-right: 4px;
	border: 2px solid #fff
}

.pdh-img .owl-dots .active {
	border: 2px solid #b50909
}

.pdh-img .owl-prev {
	position: absolute;
	bottom: -88px;
	left: 0;
	width: 60px;
	height: 68px;
	background: #8c8c8c url(../images/pd-prev.png) no-repeat center center;
	z-index: 5;
	transition: .3s
}

.pdh-img .owl-prev:hover {
	opacity: 1;
	background: #3a3a3a url(../images/pd-prev.png) no-repeat center center
}

.pdh-img .owl-next {
	position: absolute;
	bottom: -88px;
	right: 0;
	width: 60px;
	height: 68px;
	background: #8c8c8c url(../images/pd-next.png) no-repeat center center;
	z-index: 5;
	transition: .3s
}

.pdh-img .owl-next:hover {
	opacity: 1;
	background: #3a3a3a url(../images/pd-next.png) no-repeat center center
}

.pdh-info {
	float: left;
	width: 640px
}

.pdh-text {
	font-size: 16px;
	line-height: 28px;
	color: #6a6a6a;
	margin-top: 18px
}

.pdh-text a {
	color: #3a3a3a
}

.pdh-text a:hover {
	color: #b50909
}

.pdh-attr {
	padding: 25px 30px;
	background-color: #f5f5f5;
	border-top: 2px solid #e6e6e6;
	margin-top: 27px
}

.pdh-attr td {
	height: 35px
}

.pd-attr-item {
	font-size: 0;
	line-height: 24px;
	margin-top: 11px
}

.pdh-attr p {
	/* width: 90px; */
	padding-right: 17px;
	font-size: 16px;
	color: #8c8c8c;
}

.pdh-attr span {
	font-size: 16px;
	color: #4f4f4f
}

.pdh-btn {
	margin-top: 40px;
	font-size: 0
}

.pdh-btn .btn {
	margin-left: 20px
}

.pdh-btn .red-btn {
	margin-left: 0
}

.pdCont {
	background-color: #fff;
	margin-top: 40px
}

.pdTab {
	position: relative;
	width: 1200px;
	height: 72px;
	background-color: #e5e5e5
}

.pdTab li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 21px 0;
	border-top: 2px solid #e5e5e5
}

.pdTab li a {
	display: block;
	font-size: 18px;
	line-height: 28px;
	color: #333;
	border-left: 1px solid #d5d5d5
}

.pdTab li:first-child a {
	border-left: 0
}

.pdTab .active,.pdTab li:hover {
	background-color: #fff;
	border-color: #e64341
}

.pdTabCont {
	padding: 0 60px 60px
}

.pdTabItem {
	margin-top: 60px;
	border-top: 1px solid #eee;
	padding-top: 60px
}

.pdTabItem:first-child {
	margin-top: 0;
	border-top: 0
}

.pdtab-h1 {
	font-size: 28px;
	line-height: 1;
	position: relative;
	color: #333;
	font-weight: 700;
	padding-bottom: 22px
}

.pdtab-h1 .line {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 3px;
	background-color: #e64341
}

.tab-cont {
	font-size: 16px;
	line-height: 30px;
	color: #4f4f4f;
	overflow: hidden;
	padding-top: 30px
}

.pdtab-gallery {
	width: 1110px;
	margin-top: -20px
}

.gal-item {
	float: left;
	width: 340px;
	height: 253px;
	overflow: hidden;
	margin-right: 30px;
	margin-top: 30px
}

.gal-item img {
	width: 340px
}

.pdtab-ad table {
	font-size: 16px;
	color: #4f4f4f;
	width: 1080px
}

.pdtab-ad table tr {
	background: rgba(136,136,136,.07);
	height: 42px;
	line-height: 42px
}

.pdtab-ad table td {
	border: 1px solid #fff;
	padding: 0 20px
}

.pdtab-ad table tr:nth-child(odd) {
	background: rgba(136,136,136,.15);
	color: #6a6a6a
}

.pdtab-param {
	margin-top: 10px
}

.param-img {
	float: left;
	width: 285px;
	height: 160px;
	overflow: hidden;
	margin-right: 40px
}

.param-img img {
	width: 285px
}

.param-info {
	float: right;
	width: 750px
}

.par-num {
	font-size: 36px;
	line-height: 1;
	color: #b50909;
	font-weight: 700;
	padding-top: 25px
}

.param-text {
	font-size: 16px;
	line-height: 30px;
	margin-top: 22px
}

.rimg .param-img {
	float: right;
	margin-right: 0
}

.rimg .param-info {
	float: left;
	margin-right: 40px
}

.posi {
	position: fixed;
	top: 0;
	z-index: 9;
	margin-top: 0
}

.pdTab .pro-end {
	position: absolute;
	bottom: 0
}

.about {
	background-color: #fff
}

.ab-item1 {
	padding: 80px 0 60px
}

.cTit {
	font-size: 40px;
	line-height: 1;
	color: #333;
	text-align: center;
	font-weight: 700
}

.ab-intro {
	overflow: hidden;
	margin-top: 60px
}

.ab-intro-img {
	float: left;
	width: 560px;
	height: 332px;
	overflow: hidden
}

.ab-intro-img img {
	width: 560px
}

.ab-intro-info {
	width: 560px;
	height: 217px;
	background-color: #f8f8f8;
	padding: 55px 40px 60px;
	float: left
}

.ab-intro-text {
	font-size: 18px;
	line-height: 30px;
	color: #3a3a3a
}

.ab-intro-text span {
	color: #b50909
}

.ab-intro-btn {
	margin-top: 40px;
	font-size: 0
}

.ab-intro-btn .red-btn {
	margin-right: 20px
}

.ab-num {
	margin-top: 40px
}

.ab-num-item {
	width: 300px;
	float: left;
	height: 167px;
	background-color: rgba(58,58,58,.04);
	text-align: center
}

.ab-num-item:nth-child(odd) {
	background-color: rgba(58,58,58,.08)
}

.abnum-tit {
	font-size: 30px;
	font-weight: 700;
	color: #d94240;
	padding-top: 49px
}

.abnum-tit span {
	font-size: 40px;
	line-height: 1
}

.abnum-text {
	font-size: 16px;
	line-height: 1;
	color: #6a6a6a;
	margin-top: 18px
}

.ab-item2 {
	padding: 40px 0 100px;
	background: url(../images/ab-homebg.jpg) no-repeat center top
}

.ab-our {
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid rgba(140,140,140,.2)
}

.ab-our:first-child {
	margin-top: 0;
	border-top: 0
}

.ab-our-tit {
	font-size: 28px;
	line-height: 1;
	color: #3a3a3a;
	font-weight: 700
}

.ab-our-text {
	font-size: 16px;
	line-height: 30px;
	color: #4f4f4f;
	margin-top: 22px
}

.ab-our-text span {
	font-weight: 700;
	color: #3a3a3a
}

.ab-item3 {
	padding: 60px 0 100px
}

.ab-img {
	overflow: hidden
}

.ab-img img {
	width: 1200px
}

.contact {
	background-color: #fff;
	padding: 80px 0 100px
}

.con-text {
	width: 950px;
	margin: 52px auto 0;
	font-size: 18px;
	line-height: 32px;
	color: #4f4f4f
}

.conWay {
	margin-top: 58px
}

.cw-item {
	width: 25%;
	float: left;
	text-align: center
}

.cw-item .icon {
	width: 116px;
	height: 116px;
	border-radius: 50%;
	margin: auto;
	border: solid 2px #4f4f4f
}

.con-tel {
	background: url(../images/con-tel.png) no-repeat center center
}

.con-em {
	background: url(../images/con-em.png) no-repeat center center
}

.con-online {
	background: url(../images/con-online.png) no-repeat center center
}

.con-demand {
	background: url(../images/con-demand.png) no-repeat center center
}

.cwTit {
	font-size: 18px;
	line-height: 1;
	color: #6a6a6a;
	margin-top: 30px
}

.con-btn {
	width: 206px;
	height: 44px;
	border: solid 2px #e64442;
	text-align: center;
	line-height: 44px;
	margin: 14px auto 0;
	border-radius: 4px
}

.con-btn:hover {
	background-color: #e64442;
	transition: .3s
}

.con-btn:hover a {
	color: #fff
}

.cwText {
	display: block;
	font-weight: 700;
	font-size: 20px;
	color: #e64442;
	line-height: 44px;
	margin-top: 14px
}

.con-btn .cwText {
	margin-top: 0
}

.con-map {
	width: 1200px;
	height: 636px;
	position: relative;
	margin-top: 80px;
	background: url(../images/mapbg.jpg) no-repeat center top
}

.cm-pos {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 50px;
	font-size: 0;
	height: 116px;
	background: url(../images/sdtit-bg.png) repeat 0 0;
	width: 1100px
}

.cm-pos .icon {
	width: 116px;
	height: 116px;
	background: url(../images/con-pos.png) no-repeat center center;
	vertical-align: middle;
	display: inline-block;
	margin-right: 30px
}

.cmInfo {
	display: inline-block;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	vertical-align: middle
}

.cm-text {
	font-size: 24px;
	line-height: 1;
	font-weight: 700;
	margin-top: 13px;
	width: 800px
}

.honor {
	width: 1080px;
	padding: 60px;
	background-color: #fff;
	margin: auto
}

.h-text {
	font-size: 16px;
	line-height: 28px;
	color: #6a6a6a;
	margin: 22px auto 0;
	text-align: center;
	max-width: 900px
}

.honCont-box {
	width: 1080px;
	overflow: hidden;
	padding-top: 30px
}

.honCont {
	width: 1110px
}

.honItem {
	width: 340px;
	float: left;
	margin-right: 30px;
	margin-top: 30px
}

.hon-img {
	border: 5px solid #e6e4e1;
	height: 470px;
	overflow: hidden;
	width: 330px
}

.honItem img {
	width: 330px
}

.hon-tit {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	color: #4f4f4f;
	margin-top: 30px
}

.con-tip {
	padding: 38px 150px;
	font-size: 18px;
	line-height: 32px;
	color: #6a6a6a;
	background-color: #f8f8f8;
	border-radius: 70px;
	text-align: center;
	margin-top: 140px
}

.con-tip a,.con-tip span {
	color: #4f4f4f;
	font-weight: 700
}

.online {
	color: #b50909!important
}

.coopWrap {
	padding-top: 60px
}

.cooperation {
	padding: 60px;
	width: 1080px;
	margin: auto;
	background-color: #fff
}

.coop-text {
	font-size: 16px;
	line-height: 30px;
	color: #3a3a3a;
	margin-top: 51px
}

.coopCont {
	overflow: hidden;
	margin-top: 39px
}

.coopItem {
	padding: 40px;
	width: 280px;
	height: 314px;
	float: left
}

.coop1 {
	background: url(../images/coopBg1.jpg) no-repeat center center
}

.coop2 {
	background: url(../images/coopBg2.jpg) no-repeat center center
}

.coop3 {
	background: url(../images/coopBg3.jpg) no-repeat center center
}

.coop4 {
	background: url(../images/coopBg4.jpg) no-repeat center center
}

.coop5 {
	background: url(../images/coopBg5.jpg) no-repeat center center
}

.coop6 {
	background: url(../images/coopBg6.jpg) no-repeat center center
}

.coopItem .num {
	font-size: 36px;
	line-height: 1;
	font-weight: 700
}

.coop1 .num {
	color: #a67e7e
}

.coop2 .num {
	color: #788
}

.coop3 .num {
	color: #b1a88e
}

.coop4 .num {
	color: #8d9e92
}

.coop5 .num {
	color: #7e92a6
}

.coop6 .num {
	color: #ab979c
}

.coop-info {
	font-size: 16px;
	line-height: 30px;
	margin-top: 22px;
	color: #4f4f4f
}

.cooperation .con-tip {
	margin-top: 100px
}

.serHead {
	background-color: #fff;
	padding: 60px
}

.serHead .ph-tip p span {
	color: #b50909
}

.ser-item2 {
	background: url(../images/ser-bg.jpg) no-repeat center top;
	padding: 100px 0
}

.cTitText {
	font-size: 16px;
	line-height: 30px;
	color: #4f4f4f;
	margin-top: 26px;
	text-align: center
}

.serple {
	overflow: hidden;
	margin-top: 52px
}

.spItem {
	float: left;
	padding: 40px;
	width: 300px;
	height: 364px;
	margin-left: 30px;
	background-color: rgba(230,68,66,.8);
	text-align: center
}

.spItem:first-child {
	margin-left: 0
}

.icon {
	width: 120px;
	height: 120px;
	margin: auto;
	border-radius: 50%
}

.icon1 {
	background: url(../images/ser-30m.png) no-repeat center center
}

.icon2 {
	background: url(../images/ser-24h.png) no-repeat center center
}

.icon3 {
	background: url(../images/ser-72h.png) no-repeat center center
}

.sp-tit {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin-top: 24px;
	font-weight: 700
}

.sp-text {
	font-size: 16px;
	line-height: 30px;
	margin-top: 17px;
	color: #fff
}

.ser-item3 {
	width: 1080px;
	padding: 0 60px 60px;
	background-color: #fff;
	margin: 60px auto 0
}

.serItem {
	padding-top: 60px;
	margin-top: 60px;
	border-top: 1px solid #eee
}

.ser-tit {
	font-size: 28px;
	line-height: 1;
	color: #333;
	font-weight: 700
}

.ser-text {
	font-size: 16px;
	line-height: 30px;
	color: #4f4f4f;
	margin-top: 31px
}

.shili {
	background-color: #fff;
	padding: 80px 0 100px
}

.sl-item1 {
	margin-top: 60px;
	overflow: hidden
}

.sl-ft {
	font-size: 16px;
	line-height: 30px;
	color: #3a3a3a;
	width: 600px;
	margin-right: 40px;
	float: left
}

.sl-ft span {
	font-size: 20px;
	font-weight: 700
}

.sl-rimg {
	width: 560px;
	height: 384px;
	overflow: hidden;
	float: left
}

.sl-rimg img {
	width: 560px
}

.sl-item2 {
	margin-top: 60px;
	padding-top: 23px;
	border-top: 1px solid rgba(140,140,140,.2)
}

.sl-text {
	margin-top: 32px;
	font-size: 16px;
	line-height: 30px;
	color: #3a3a3a
}

.sl-img {
	margin-top: 40px;
	width: 1200px
}

.sl-img img {
	width: 1200px
}

.home {
	min-width: 1280px!important
}

.home-sol {
	padding: 110px 0;
	background: url(../images/bg.jpg) no-repeat center top;
	background-size: cover
}

.hsolText {
	font-size: 20px;
	line-height: 30px;
	margin-top: 24px;
	text-align: center;
	color: #6a6a6a
}

.hsolText span {
	color: #b50909;
	font-weight: 700
}

.hsolCont {
	margin-top: 75px;
	padding: 0 7%;
	min-width: 1200px;
}

.hsolItem {
	float: left;
	width: 31.2%;
	position: relative;
	overflow: hidden;
	height: 250px;
	transition: .3s;
}

.hsolItem img {
	height: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -100px;
	transition: .3s;
}

.hsolInfo {
	padding: 37px 10% 70px;
	position: absolute;
	bottom: 0;
	left: 0.7%;
	color: #fff;
	transition: .3s;
	z-index: 3;
	background: url(../images/jbbj.png) repeat-x 0 bottom;
	width: 80%;
}

.hsol-name {
	font-size: 26px;
	line-height: 1;
	font-weight: 700
}

.hsol-text {
	font-size: 16px;
	line-height: 28px;
	margin-top: 20px;
	word-break: break-all;
	height: 56px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.hsolReview {
	position: absolute;
	left: 0.7%;
	bottom: 0;
	z-index: 10;
	background: url(../images/sdtit-bg.png) repeat 0 0;
	width: 0;
	height: 100%;
	transition: .3s;
	opacity: 0;
	top: 0;
	margin: auto;
}

.hsolReview .hsolRev-cont {
	padding: 34px 10.4166% 40px;
	color: #fff;
	display: block;
}

.hrevsol-name {
	font-size: 29px;
	line-height: 1;
	font-weight: 700;
	word-break: break-all;
}

.hrevsol-text {
	font-size: 17px;
	line-height: 2em;
	margin-top: 20px;
	word-break: break-all;
	max-height: 84px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.hsolCont .active .hsolInfo {
	display: none
}

.sol-btn {
	margin-top: 15px;
}

.sol-btn .btn {
	width: 170px;
	height: 41px;
	line-height: 41px;
	border-color: #fff;
	color: #fff;
}

.sol-btn .btn span {
	padding-right: 23px;
	display: inline-block;
	background: url(../images/rarr-w.png) no-repeat right center;
}

.sol-btn .btn:hover {
	background-color: #fff;
	color: #b50909
}

.sol-btn .btn:hover span {
	background: url(../images/rarr-r.png) no-repeat right center
}

.hsolCont .active .hsolReview {
	opacity: 1;
	width: 100%
}

.hsolReview:hover a {
	color: #fff
}

.hsolCont .active {
	width: 37.5%;
}

.hsolCont .active img {
	right: 0
}

.home-proClass {
	padding: 120px 7% 70px;
	background-color: #fff;
}

.hpcCont {
	padding-top: 40px
}

.hpcItem {
	width: 24%;
	margin-left: 1.3%;
	float: left;
	height: 420px;
	color: #fff;
	transition: .3s
}

.hpcItem:hover {
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.1);
	transform: translateY(-5px)
}

.hpcItem:first-child {
	margin-left: 0
}

.hpc1 {
	background: url(../images/icon1.png) no-repeat center top;
	background-size: cover
}

.hpc2 {
	background: url(../images/icon2.png) no-repeat center top;
	background-size: cover
}

.hpc3 {
	background: url(../images/icon3.png) no-repeat center top;
	background-size: cover
}

.hpc-tit {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	padding-top: 59px;
	padding-left: 60px
}

.hpcCol1 .more {
	color: #fff;
	margin-top: 30px;
	padding-left: 60px
}

.hpcCol1 .more span {
	background: url(../images/rarr-w.png) no-repeat right center
}

.hpcCol2 .hpcItem {
	width: 18%;
	margin-left: 2.5%;
	float: left;
	color: #4f4f4f;
	padding-bottom: 60px;
	text-align: center;
	background-color: #eee;
	height: unset;
	margin-top: 40px
}

.hpcCol2 .hpcItem:first-child {
	margin-left: 0
}

.hpc-img {
	width: 100%;
	display: block
}

.hpc-img img {
	width: 100%;
}

.hpcCol2 .hpc-tit {
	font-size: 18px;
	line-height: 28px;
	color: #4f4f4f;
	margin-top: 7px;
	padding: 0;
	display: block;
}

.home-about {
	height: 967px;
	padding-top: 120px;
	background: url(../images/in-about-bg.jpg) no-repeat center top;
	position: relative;
	background-size: cover
}

.hab-tit {
	width: 1080px;
	margin: auto;
	font-size: 32px;
	line-height: 40px;
	color: #d84040;
	font-weight: 700
}

.hab-text {
	width: 1080px;
	margin: 64px auto 0;
	font-size: 18px;
	line-height: 32px;
	color: #4f4f4f;
	word-break: break-all
}

.hab-link {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 30px 7%;
	width: 86%;
	background: url(../images/sdtit-bg.png) repeat 0 0
}

.habItem {
	float: left;
	width: 23%;
	margin-left: 2%;
	border: 2px solid #fff;
	color: #fff;
	height: 100px;
	line-height: 100px;
	text-align: center;
	transition: .3s;
	font-size: 24px
}

.habItem:first-child {
	margin-left: 0
}

.habItem span {
	display: inline-block;
	padding-left: 75px
}

.hab1 {
	background: url(../images/in-abicon1.png) no-repeat left center
}

.hab2 {
	background: url(../images/in-abicon2.png) no-repeat left center
}

.hab3 {
	background: url(../images/in-abicon3.png) no-repeat left center
}

.hab4 {
	background: url(../images/in-abicon4.png) no-repeat left center
}

.habItem:hover .hab1 {
	background: url(../images/in-abicon1-h.png) no-repeat left center
}

.habItem:hover .hab2 {
	background: url(../images/in-abicon2-h.png) no-repeat left center
}

.habItem:hover .hab3 {
	background: url(../images/in-abicon3-h.png) no-repeat left center
}

.habItem:hover .hab4 {
	background: url(../images/in-abicon4-h.png) no-repeat left center
}

.habItem:hover {
	background-color: #fff;
	color: #b50909
}

.home-news {
	padding: 120px 7%;
	background: url(../images/index-news-bg.jpg) no-repeat center top;
	background-size: cover
}

.hnewsCont {
	padding-top: 80px
}

.hnewsItem {
	width: 31%;
	margin-left: 3.5%;
	float: left;
	height: 300px;
	background: #fff url(../images/in-newsitem-bg.jpg) no-repeat center center;
	padding: 80px 0 180px;
	transition: .3s
}

.hnewsItem:first-child {
	margin-left: 0
}

.hnews {
	width: 84.615%;
	margin: auto
}

.hnewsItem:hover {
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.1);
	transform: translateY(-5px)
}

.home-search {
	padding: 0 0 80px;
	background-color: #fff
}

.hsear-text {
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #4f4f4f;
	text-align: center
}

.search-box {
	width: 800px;
	margin: auto;
	padding-top: 29px
}

.search-box form {
	width: 800px;
	position: relative
}

.search-box .msg-box {
	top: initial;
	bottom: -20px;
	left: 0
}

.search-box input {
	height: 48px;
	float: left;
	width: 618px;
	background-color: #fff;
	border: 1px solid #3a3a3a;
	text-indent: 20px;
	line-height: 48px;
	transition: .3s
}

.search-box button {
	float: right;
	width: 180px;
	height: 50px;
	border-radius: 0;
	font-size: 16px;
	font-weight: 700;
	background: #3a3a3a;
	color: #fff;
	cursor: pointer;
	border: 0;
	border: none;
	cursor: pointer;
	text-align: center;
	line-height: 48px;
	transition: .3s
}

.search-box:hover input {
	border-color: #b50909
}

.search-box:hover button {
	background-color: #b50909;
	color: #fff
}

@media screen and (min-width:1930px) {
	.hsolCont .active img {
		height: unset;
		width: 100%
	}

	.hpc1 {
		background: url(../images/in-proClass1.jpg) no-repeat center 90%;
		background-size: cover
	}

	.hpc2 {
		background: url(../images/in-proClass2.jpg) no-repeat center 90%;
		background-size: cover
	}

	.hpc3 {
		background: url(../images/in-proClass3.jpg) no-repeat center 90%;
		background-size: cover
	}
}

.fixBar {
	position: fixed;
	top: 60%;
	right: 30px;
	width: 80px;
	height: 250px;
	z-index: 100
}

.fixBar a {
	display: block;
	width: 78px;
	height: 22px;
	margin-top: 5px;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	padding-top: 56px
}

.fix-on {
	margin-top: 0;
	background: #dd433c url(../images/fixico.png) no-repeat 0 0;
	color: #fff;
	border-color: #dd433c!important
}

.fix-on:hover {
	color: #fff
}

.fix-em {
	background: #fff url(../images/fixico.png) no-repeat 0 -85px
}

.fix-em:hover {
	border-color: #dd433c;
	background: #dd433c url(../images/fixico.png) no-repeat -80px -85px;
	color: #fff
}

.go-top {
	background: #fff url(../images/fixico.png) no-repeat 0 -170px
}

.go-top:hover {
	border-color: #dd433c;
	background: #dd433c url(../images/fixico.png) no-repeat -80px -170px;
	color: #fff
}

.conceal {
	width: 1200px;
	background: #fff;
	margin: 0 auto
}

.conceal-main {
	padding: 48px
}

.conceal-tit {
	font-size: 18px;
	line-height: 1;
	color: #111;
	margin-top: 24px
}

.conceal-tit:first-child {
	margin-top: 0
}

.conceal-tex p {
	font-size: 14px;
	color: #555;
	line-height: 28px;
	margin-top: 10px
}

.conceal-tex li {
	font-size: 14px;
	color: #555;
	line-height: 28px;
	margin-top: 10px
}

.secret {
	padding: 0 0 80px
}

.conceal-tex a {
	color: #555
}

.conceal-tex table {
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #555;
	line-height: 28px;
	margin-top: 10px
}

.privacy {
	padding: 48px;
	font-size: 16px;
	line-height: 26px;
	color: #555
}

.mapct a {
	font-size: 18px;
	color: #111
}

.mapcitem a {
	font-size: 14px;
	color: #555
}

.mapct ul {
	overflow: hidden;
	margin-top: 16px
}

.mapct li {
	width: 272px;
	float: left;
	line-height: 28px
}

.mapct {
	margin-top: 24px
}

.mapct:first-child {
	margin-top: 0
}

.mapct a:hover {
	text-decoration: underline;
	color: #b50909
}

.privacy h1 {
	padding-bottom: 20px;
	font-size: 24px
}

.privacy h3 {
	padding: 5px 0;
	font-size: 18px
}

.search {
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 80px
}

.searchHead {
	padding: 20px 30px;
	background: #f6f6f6;
	height: 40px
}

.seaType {
	float: left
}

.seaType a {
	float: left;
	width: 160px;
	height: 40px;
	background-color: #fff;
	border-radius: 20px;
	line-height: 40px;
	text-align: center;
	color: #000;
	font-size: 16px;
	margin-right: 20px
}

.seaType .active,.seaType a:hover {
	background: #33a562;
	color: #fff
}

.seaCount {
	float: right;
	font-size: 16px;
	line-height: 40px;
	color: #333
}

.seaCount span {
	color: #33a562
}

.seaCont {
	padding-top: 14px
}

.seaCont .comNews,.seaCont .kitchen {
	padding: 0
}

.seaCont .nlCont-box {
	margin-top: 0
}

.seaCont .proItem {
	margin-top: 26px!important
}

.seaNone {
	padding: 90px 0 90px 460px;
	background: #f6f6f6 url(../images/wusousuojieguo.png) no-repeat 160px center;
	color: #555;
	margin-top: 26px
}

.snTit {
	font-size: 30px;
	line-height: 36px
}

.s-key {
	color: #33a562;
	font-style: normal
}

.snText {
	line-height: 24px;
	margin-top: 20px
}

.snBtn a {
	display: inline-block;
	width: 140px;
	height: 40px;
	background-color: #33a562;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-top: 25px;
	font-size: 16px
}

.search-cont {
	padding: 80px 80px 0
}

.search-cont-tle {
	font-size: 20px;
	color: #999;
	line-height: 22px
}

.search-cont-tle span {
	color: #e64442
}

.search-cont-top {
	font-size: 16px;
	color: #555;
	padding-top: 24px
}

.search-cont-as {
	margin-top: 10px
}

.search-cont-as li {
	font-size: 14px;
	color: #666;
	line-height: 32px
}

.search-cont-as li span {
	padding-right: 10px
}

.search-post {
	margin-top: 26px
}

.listBox-all {
	font-size: 14px;
	color: #999;
	text-align: right;
	height: 48px;
	line-height: 48px;
	float: right
}

.search-none {
	background-color: #fff;
	padding: 60px
}

.seaCont .newsCont-box,.seaCont .proCont-box {
	margin-top: -20px
}

.noFountWrap {
	padding-top: 60px;
	padding-bottom: 100px
}

.nofount {
	width: 1100px;
	padding: 260px 50px 80px;
	margin: 0 auto;
	text-align: center;
	background: #fff url(../images/4041.png) no-repeat center 100px
}

.nfTit {
	font-size: 26px;
	color: #111
}

.nfText {
	font-size: 14px;
	color: #555;
	margin-top: 10px
}

.susOk {
	width: 100%;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0
}

.susOk-main {
	width: 1180px;
	height: 260px;
	background: #fff url(../images/susok.png) no-repeat 180px 70px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto
}

.susOk-tle {
	font-size: 32px;
	color: #444;
	font-weight: 700;
	line-height: 34px;
	padding-top: 86px;
	padding-left: 248px
}

.susOk-tex {
	font-size: 16px;
	line-height: 24px;
	color: #666;
	padding-left: 248px;
	margin-top: 14px
}

.susOk-tex span {
	color: #b50909
}

.world-box {
	background: #fff url(../images/wdBg.png) no-repeat center 165px;
	padding: 78px 0 383px
}

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

.worldCont {
	margin-top: 50px
}

.wdText {
	font-size: 18px;
	line-height: 32px;
	color: #4f4f4f
}

.wdText span {
	font-weight: 700;
	color: #e64442
}

.world-tip {
	padding-top: 111px
}

.wd-tip {
	margin-top: 10px;
	width: 390px;
	height: 97px;
	border-radius: 0 68px 68px 0;
	padding-left: 40px;
	background-color: rgba(58,58,58,.8);
	color: #fff;
	padding-top: 39px
}

.wd-tip:first-child {
	background-color: rgba(230,68,66,.8)
}

.wd-tip p {
	font-size: 16px;
	line-height: 1
}

.wd-tip a,.wd-tip span {
	display: block;
	font-size: 32px;
	line-height: 1;
	font-weight: 700;
	margin-top: 17px
}

.search .s-key {
	color: #e64442
}

.spage-cont {
	margin-top: 20px
}

.search-Head {
	background-color: #fff;
	padding: 30px
}

.wsc-search {
	float: left
}

.wsc-search form {
	border: 1px solid #e6e6e6;
	height: 46px
}

.wsc-select {
	height: 46px;
	width: 128px;
	float: left;
	border-right: 1px solid #e6e6e6;
	outline: 0;
	text-align: center;
	line-height: 46px;
	position: relative;
	cursor: pointer
}

.wsc-select-panel {
	display: inline-block;
	padding-right: 18px;
	background: url(../images/icon-darr-grey.png) no-repeat right center
}

.wsc-select-menu {
	position: absolute;
	left: 0;
	top: 47px;
	box-shadow: 0 8px 16px rgba(34,34,34,.05);
	width: 128px
}

.wsc-select-menu li {
	height: 46px;
	background-color: #fff;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	white-space: nowrap;
	cursor: pointer
}

.wsc-select-menu li:first-child {
	border-top: 0
}

.wsc-select-menu li:hover {
	background-color: #fafafa;
	color: #e64442
}

.wsc-search input {
	float: left;
	padding: 0 15px;
	width: 299px;
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	border: 0
}

.btn-search-blue {
	float: right;
	width: 120px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	color: #fff;
	background-color: #b50909;
	font-size: 16px;
	cursor: pointer
}

.btn-search-blue:hover {
	background-color: #e64442
}

.sea-rcont {
	background-color: #fff;
	padding: 20px 30px 60px
}

.wsc-liststyle3 {
	overflow: hidden;
	padding-top: 10px
}

.wsc-liststyle3 .wsc-list-item {
	margin-top: 30px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
	overflow: hidden
}

.wsc-liststyle3 .wsc-list-item:hover a {
	color: #e64442
}

.wsc-liststyle3 .wsc-list-tit {
	display: block;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	overflow: hidden;
	color: #222;
	white-space: nowrap
}

.wsc-liststyle3 .wsc-list-time {
	line-height: 24px;
	color: #888;
	margin-top: 10px
}

.wsc-liststyle3 .wsc-list-text {
	margin-top: 20px;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	height: 48px;
	overflow: hidden;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.wsc-listitem-pic {
	padding-left: 180px
}

.wsc-listitem-pic .wsc-list-img {
	width: 160px;
	float: left;
	margin-left: -180px
}

.wsc-listitem-pic .wsc-list-img img {
	max-width: 160px;
	position: initial
}

.wsc-listitem-pic .wsc-list-info {
	float: left;
	width: 100%
}
.left_tel{margin-top:15px;height:110px;border-radius:5px;background: #141517;border-top: 5px solid #3a3a3a;}
.left_tel .con_tel{padding:32px 0 32px 70px;height:46px;background:url(../images/pro_tel.png) no-repeat 22px center;color:#fff;}
.left_tel .con_tel .p1{font-size:13px;}
.left_tel .con_tel .p2{font-size:26px;}