.header-region-cate .cate-title {
	text-align: center;
}
.hw-bread {
	font-size: 13px;
	color: #888;
	line-height: 45px;
}
.hw-bread a:hover {
	color: #ff750a;
}
.hw-bread a:last-of-type {
	color: #ff750a;
}
.hwinner-cate {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #e0e0e0;
	margin-bottom: 40px;
	font-size: 13px;
	background: #fff;
	padding-left: 15px;
	height: 40px;
	overflow: hidden;
	transition: all 0.3s;
}
.hwinner-cate span {
	float: left;
	line-height: 40px;
	color: #999;
}
.hwinner-cate .hwinner-cate-link {
	float: left;
	width: 88%;
}
.hwinner-cate .cate-btn {
	float: right;
	width: 25px;
	margin: 8px 20px 0 0;
	cursor: pointer;
}
.hwinner-cate a {
	padding: 0 16px;
	display: inline-block;
	line-height: 40px;
	color: #666;
}
.hwinner-cate a:hover {
	color: #ff750a;
}
.hwinner-cate.show {
	overflow: inherit !important;
	height: auto;
}
.hwinner-cate.show .cate-btn {
	transform: rotateX(180deg);
}
.hwinner-prolist li {
	width: 230px;
	border: 1px solid #cccccc;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
}
.hwinner-prolist li:nth-of-type(5n) {
	margin-right: 0;
}
.hwinner-prolist li .img {
	overflow: hidden;
}
.hwinner-prolist li img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.hwinner-prolist li h3 {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	font-weight: normal;
	font-family: arial;
	height: 42px;
	overflow: hidden;
	margin: 15px 15px 15px;
}
.hwinner-prolist li .price {
	font-size: 22px;
	color: #ff750a;
	font-family: arial;
	line-height: 30px;
	margin: 0 15px 15px;
}
.hwinner-prolist li .price span {
	font-size: 14px;
	color: #333;
}
.hwinner-prolist li .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 117px;
	background: #ff750a;
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transform: translateY(100%);
	transition: all 0.3s;
}
.hwinner-prolist li .desc .getPrice {
	font-size: 16px;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.hwinner-prolist li .desc .coname {
	font-size: 14px;
}
.hwinner-prolist li:hover {
	border-color: #ff750a;
}
.hwinner-prolist li:hover img {
	transform: scale(1.05);
}
.hwinner-prolist li:hover .desc {
	transform: translateY(0);
}
.hwpro-slide {
	padding: 15px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
}
.hwpro-slide .hwpro-slide-img {
	width: 400px;
	float: left;
	margin-right: 45px;
}
.hwpro-slide .hwpro-slide-img img {
	display: block;
	width: 100%;
	transition: all 0.3s;
}
.hwpro-slide .hwpro-slide-img .bigImg img {
	display: none;
}
.hwpro-slide .hwpro-slide-img .bigImg .on {
	display: block;
}
.hwpro-slide .hwpro-slide-img .smallImg {
	margin-top: 10px;
}
.hwpro-slide .hwpro-slide-img .smallImg li {
	width: 72px;
	float: left;
	margin-right: 10px;
	background: #ff750a;
	cursor: pointer;
}
.hwpro-slide .hwpro-slide-img .smallImg li:last-of-type {
	margin-right: 0;
}
.hwpro-slide .hwpro-slide-img .smallImg li.on {
	padding: 2px;
}
.hwpro-slide .hwpro-slide-info {
	width: 600px;
	float: left;
}
.hwpro-slide .hwpro-slide-info .tit {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.hwpro-slide .hwpro-slide-info .price {
	background: #f1f1f1;
	padding: 15px 20px;
	line-height: 33px;
	margin: 10px 0;
	font-size: 13px;
	font-family: arial;
}
.hwpro-slide .hwpro-slide-info .price span {
	color: #ff0000;
	font-size: 21px;
}
.hwpro-slide .hwpro-slide-info .price a {
	color: #2196f3;
}
.hwpro-slide .hwpro-slide-info li {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 40px;
}
.hwpro-slide .hwpro-slide-info li span {
	margin-right: 20px;
	color: #a8a8a8;
}
.slide-info-link {
	margin-top: 35px;
}
.slide-info-link a {
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	background: #ff0000;
	line-height: 36px;
	padding: 0 16px;
	border-radius: 4px;
}
.slide-info-link a img {
	width: 20px;
	vertical-align: -3px;
	margin-right: 7px;
}
.hwpro-content-info {
	width: 280px;
	float: left;
}
.hwpro-content-info dl {
	background: #fff;
	padding-top: 13px;
}
.hwpro-content-info dl dt {
	border-left: 2px solid #ff750a;
	padding-left: 18px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.hwpro-content-info dl dd {
	padding: 12px 20px 20px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	font-family: arial;
	border-top: 1px solid #f4f4f4;
	margin-top: 13px;
}
.hwpro-content-info .info-cate,
.hwpro-content-info .info-prolist {
	margin-top: 30px;
}
.hwpro-content-info .info-cate dd a {
	display: block;
	border: 1px solid #e6e6e6;
	margin-bottom: 5px;
	text-align: center;
	line-height: 33px;
	font-size: 13px;
	width: 48%;
	float: left;
	margin: 0 1% 2%;
	transition: all 0.3s;
}
.hwpro-content-info .info-cate dd a:hover {
	background: #ff750a;
	color: #fff;
	border-color: #ff750a;
}
.hwpro-content-info .info-prolist .info-proitem {
	width: 80%;
	margin: 0 auto 15px;
}
.hwpro-content-info .info-prolist .info-proitem:last-of-type {
	margin-bottom: 0;
}
.hwpro-content-info .info-prolist .info-proitem img {
	width: 100%;
	display: block;
}
.hwpro-content-info .info-prolist .info-proitem span {
	font-size: 20px;
	color: #ff0000;
}
.hwpro-content-desc {
	width: 900px;
	float: right;
	background: #fff;
	padding-top: 13px;
}
.hwpro-content-desc .title {
	border-left: 2px solid #ff750a;
	padding-left: 18px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.hwpro-content-desc .desc {
	padding: 20px;
	font-size: 14px;
	color: #666;
	line-height: 32px;
	font-family: arial;
}
.hwpro-content-desc .desc img,
.hwpro-content-desc .desc video {
	max-width: 100%;
}
.hwinner-newslist {
	width: 920px;
	background: #fff;
	float: left;
	padding: 20px;
}
.hwinner-newslist li {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: 1px dashed #e0e0e0;
}
.hwinner-newslist li .img {
	float: left;
	width: 200px;
	margin-right: 20px;
	overflow: hidden;
}
.hwinner-newslist li .img img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.hwinner-newslist li h3 {
	font-size: 16px;
	color: #333;
}
.hwinner-newslist li p {
	font-size: 13px;
	color: #777;
	margin: 10px 0 22px;
	line-height: 21px;
	height: 42px;
	overflow: hidden;
}
.hwinner-newslist li span {
	font-size: 12px;
	color: #999;
	font-family: arial;
	line-height: 20px;
	display: inline-block;
	margin-right: 8px;
}
.hwinner-newslist li span img {
	width: 14px;
	vertical-align: -3px;
	margin-right: 3px;
}
.hwinner-newslist li:hover h3 {
	color: #ff750a;
}
.hwinner-newslist li:hover .img img {
	transform: scale(1.05);
}
.hwinner-newslist-wrap {
	position: relative;
}
.hwinner-lside {
	padding: 0 12px;
	float: right;
	width: 280px;
	position: sticky;
	position: -webkit-sticky;
	top: 20px;
}
.hwinner-lside dl {
	margin-bottom: 25px;
}
.hwinner-lside dt {
	border-left: 2px solid #ff750a;
	background: #fff;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding-left: 14px;
	margin-bottom: 14px;
	line-height: 2;
}
.hwinner-lside-news dd a {
	font-size: 13px;
	line-height: 40px;
	border-bottom: 1px dashed #cecece;
	padding: 0 6px;
	color: #333;
}
.hwinner-lside-news dd a:hover {
	color: #ff750a;
}
.hwinner-lside-news dd a span {
	font-family: "宋体";
	font-size: 13px;
	color: #ff750a;
	margin-right: 10px;
	font-weight: bold;
	vertical-align: top;
}
.hwinner-lside-pro {
	overflow: hidden;
}
.hwinner-lside-pro dd {
	width: 49%;
	float: left;
	margin-right: 2%;
	text-align: center;
	margin-bottom: 3%;
}
.hwinner-lside-pro dd .img {
	overflow: hidden;
}
.hwinner-lside-pro dd img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.hwinner-lside-pro dd p {
	font-size: 13px;
	margin-top: 2%;
	color: #333;
}
.hwinner-lside-pro dd:nth-of-type(2n) {
	margin-right: 0;
}
.hwinner-lside-pro dd:hover img {
	transform: scale(1.05);
}
.hwinner-lside-pro dd:hover p {
	color: #ff750a;
}
.hwinner-newscon {
	width: 920px;
	background: #fff;
	float: left;
	padding: 20px;
}
.hwinner-newscon .newscon-tit {
	text-align: center;
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 20px;
}
.hwinner-newscon .newscon-tit h2 {
	font-size: 26px;
	color: #000;
}
.hwinner-newscon .newscon-tit p {
	font-size: 12px;
	color: #999;
	font-family: arial;
	margin: 5px 0 10px;
}
.hwinner-newscon .newscon-tit p span {
	margin: 0 10px;
}
.hwinner-newscon .newscon-desc {
	font-size: 16px;
	line-height: 2;
	color: #333;
}
.turnPage {
	padding: 0 20px;
	border-radius: 12px;
	text-align: center;
	font-size: 0;
	margin-top: 30px;
	margin-bottom: 50px;
}
.turnPage a {
	vertical-align: top;
	display: inline-block;
	line-height: 35px;
	padding: 0 15px;
	font-size: 13px;
	font-family: arial;
	color: #333;
	transition: all 0.3s;
	margin: 0 6px;
	border: 1px solid #d6d6d6;
	height: 35px;
}
.turnPage a:hover {
	background: #ff750a;
	color: #fff;
	border-color: #ff750a;
}

/* 企业库 */

.hwinner-companycate {
	width: 1200px;
	margin: 0 auto;
	border: 1px solid #e6e6e6;
	background-color: #fff;
}

.companycate-item {
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
}
.companycate-item dt {
	width: 90px;
	padding: 7px 0 5px 20px;
	float: left;
	text-align: right;
	color: #b2b2b2;
	line-height: 26px;
}

.companycate-item dd {
	width: 1106px;
	padding: 5px 0 4px 15px;
	float: left;
	color: #666;
}
.companycate-item dd a {
	float: left;
	display: block;
	height: 40px;
	line-height: 30px;
	margin-right: 25px;
	font-size: 12px;
}
.hwinner-companylist{
	margin-top: 35px;
}

.hwinner-companylist li {
	border: 1px solid #e6e6e6;
	background: #fff;
    padding: 30px 35px;
	margin-bottom: 25px;
	transition: all .3s;
}
.hwinner-companylist li:hover{
    box-shadow: 0 0 10px #d4d4d4;
}

.hwinner-companylist .company-content{
	width: 450px;
	border-right: 1px solid #e4e4e4;
}
.hwinner-companylist .company-content .tit{
	font-size: 18px;
    color: #ff750a;
    font-weight: bold;
}

.hwinner-companylist .company-desc {
    margin: 15px 0 25px;
}

.hwinner-companylist .company-desc p{
	color: #666;
    font-size: 12px;
    margin-bottom: 10px;
}
.hwinner-companylist .company-desc p:last-of-type{
	margin-bottom: 0;
}
.hwinner-companylist .company-desc em{
	color: #999;
	margin-right: 15px;
}
.hwinner-companylist .company-link a{
    display: inline-block;
    padding: 0 16px;
    margin-right: 12px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cecece;
    background: #e8e8e8;
    font-size: 13px;
	color: #4c4c4c;
	transition: all .3s;
}
.hwinner-companylist .company-link a:hover{
	background: #ff750a;
	border-color: #e46708;
	color: #fff;
}
.hwinner-companylist .company-list{
	margin-top: 16px;
}
.hwinner-companylist .company-item {
	float: left;
	width: 145px;
	display: block;
	position: relative;
	margin-left: 15px;
	overflow: hidden;
}
.hwinner-companylist .company-item img {
	width: 100%;
	display: block;
}
.hwinner-companylist .company-item p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	transform: translateY(-100%);
	transition: all 0.3s;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 1.7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 3%;
}
.hwinner-companylist .company-item:hover p {
	transform: translateY(0);
}
