body {
	background: #f4f4f4;
}

.header-login {
	font-size: 14px;
	color: #333;
	line-height: 40px;
}
.header-login .login a {
	color: #008af5;
}

.header-login .header-menu dl {
	display: inline-block;
	padding: 0 10px;
	position: relative;
}
.header-login .header-menu dl:hover dd {
	display: block;
}
.header-login .header-menu dl:last-of-type {
	padding-right: 0;
}
.header-login .header-menu dt {
	cursor: pointer;
}
.header-login .header-menu dt::after {
	/* content: ""; */
	display: inline-block;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #666666;
	vertical-align: middle;
	margin-left: 4px;
}
.header-login .header-menu dt:hover {
	color: #ff750a;
}
.header-login .header-menu dt:hover::after {
	border-top-color: #ff750a;
}
.header-login .header-menu dd {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 40px;
	background: #fff;
	box-shadow: 0 0 5px #333;
	padding: 0px 13px;
	display: none;
}
.header-login .header-menu dd a {
	display: block;
	white-space: nowrap;
	border-bottom: 1px dashed #d8d8d8;
	font-size: 12px;
	line-height: 33px;
}
.header-login .header-menu dd a:first-of-type {
	margin-top: 5px;
}
.header-login .header-menu dd a:last-of-type {
	border: 0;
	margin-bottom: 5px;
}
.header-login .header-menu dd a:hover {
	color: #ff750a;
}
.header-region-logo {
	background: #fff;
}
.header-region-logo .w {
	height: 114px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-input-swiper {
	height: 40px;
	border: 2px solid #ff750a;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 10px;
}
.header-input-swiper .hd {
	position: relative;
	z-index: 9;
}
.header-input-swiper .hd select{
	border: none;
	outline: none;
	padding: 0 10px;
    background: #f1f1f1;
}
.header-input-swiper .hd option{
	border: 0;
}


.header-input-swiper .hd li {
	width: 78px;
	line-height: 36px;
	border-right: 1px solid #eee;
	background: url(../image/check.png) no-repeat 51px center #fff;
	font-size: 14px;
	color: #333;
	text-indent: 15px;
	display: none;
	cursor: pointer;
}
.header-input-swiper .hd li:hover {
	background: #ff750a;
	color: #fff;
}
.header-input-swiper .hd li.on {
	display: block;
}
.header-input-swiper .bd .slideBox {
	display: none;
}
.header-input-swiper .bd .slideBox.on {
	display: block;
}
.header-input-swiper .bd input {
	width: 520px;
	outline: none;
	padding: 0 20px;
	line-height: 36px;
	vertical-align: top;
	border: none;
	height: 36px;
	background: none;
}
.header-input-swiper .bd button {
	width: 93px;
	height: 36px;
	border: none;
	background: #ff750a;
	color: #fff;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
	outline: none;
}
.header-form {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.header-form .form-keywords {
	font-size: 14px;
	color: #666;
}
.header-form .release-button {
	display: block;
	border: 1px solid #cccccc;
	width: 92px;
	height: 40px;
	font-size: 14px;
	color: #333;
	text-align: center;
	line-height: 38px;
	transition: all 0.3s;
	margin-left: 10px;
}
.header-form .release-button:hover {
	border-color: #ff750a;
	background: #ff750a;
	color: #fff;
}
.header-region-cate {
	background: #fff;
}
.header-region-cate .cate-title {
	width: 190px;
	line-height: 38px;
	height: 38px;
	background: #ff750a;
	color: #fff;
	font-size: 14px;
}
.header-region-cate .cate-title img {
	vertical-align: -2px;
	margin: 0 10px 0 16px;
}
.header-region-cate ul {
	margin-left: 30px;
}
.header-region-cate ul li {
	display: inline-block;
	line-height: 38px;
}
.header-region-cate ul li a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding: 0 13px;
	display: block;
	line-height: 32px;
}
.header-region-cate ul li a::after {
	content: "";
	display: block;
	width: 16px;
	height: 3px;
	background: #ff750a;
	margin: 0 auto;
	width: 0;
	transition: all 0.3s;
}
.header-region-cate ul li a:hover {
	color: #ff750a;
}
.header-region-cate ul li a:hover::after {
	width: 16px;
}
.hw-section {
	padding: 10px 0 30px;
}
.hw-section .menu-nav {
	width: 190px;
	background: #fff;
	padding: 15px 23px 25px;
	color: #333;
    height: 544px;
}
.hw-section .menu-nav li:nth-of-type(1n+15){
	display: none;
}
.hw-section .menu-nav a {
	display: block;
	font-size: 14px;
	line-height: 36px;
}

.hw-section .user-func {
	width: 190px;
    height: 544px;
}
.hw-section .user-func-login {
	height: 128px;
	padding-top: 25px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
}
.hw-section .user-func-login a {
	display: block;
	margin: 0 auto;
	width: 142px;
	line-height: 30px;
	border: 1px solid #ff750a;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s;
}
.hw-section .user-func-login .userLogin {
	background: #ff750a;
	color: #fff;
	margin-bottom: 15px;
}
.hw-section .user-func-login .userLogin:hover {
	background: none;
	color: #ff750a;
}
.hw-section .user-func-login .userRegister {
	color: #ff750a;
}
.hw-section .user-func-login .userRegister:hover {
	background: #ff750a;
	color: #fff;
}
.hw-section .user-func-slide {
	background: #fff;
	height: 206px;
	padding: 19px 10px;
}
.hw-section .user-func-slide .hd {
	text-align: center;
	margin-bottom: 18px;
}
.hw-section .user-func-slide .hd li {
	display: inline-block;
	font-size: 14px;
	color: #333;
	margin: 0 10px;
	vertical-align: top;
	cursor: pointer;
}
.hw-section .user-func-slide .hd li::after {
	content: "";
	display: block;
	width: 20px;
	height: 3px;
	background: #ff750a;
	margin: 0 auto;
	opacity: 0;
	margin-top: 4px;
}
.hw-section .user-func-slide .hd li.on {
	color: #ff750a;
}
.hw-section .user-func-slide .hd li.on::after {
	opacity: 1;
}
.hw-section .user-func-slide .bd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.hw-section .user-func-slide .bd li {
	width: 30%;
	text-align: center;
	margin-bottom: 11px;
}
.hw-section .user-func-slide .bd li p {
	font-size: 12px;
	color: #333;
	margin-top: 5px;
}
.hw-section .user-func-slide .bd li:hover .img {
	border-radius: 0;
}
.hw-section .user-func-slide .bd .img {
	width: 32px;
	height: 32px;
	background: #ff750a;
	border-radius: 5px;
	line-height: 32px;
	text-align: center;
	margin: 0 auto;
	transition: all 0.3s;
}
.hw-section .user-func-news {
	margin-top: 11px;
	background: #fff;
	height: 199px;
	padding: 13px 10px;
}
.hw-section .user-func-news .user-news-tit {
	line-height: 1;
	color: #ff750a;
	border-left: 3px solid #ff750a;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 6px;
	font-size: 15px;
}
.hw-section .user-func-news li {
	font-size: 12px;
	color: #666;
	line-height: 26px;
}

.hw-section .banner-recom {
	margin: 0 auto;
	width: 790px;
}
.hw-section .banner-recom  .banner-recomlist {
    margin-top: 14px;
}
.hw-section .banner-recom  .banner-recomlist li {
	width: 190px;
	height: 140px;
	background: #fff;
	float: left;
	margin-right: 10px;
	position: relative;
	padding: 13px 16px;
}
.hw-section .banner-recom  .banner-recomlist li:last-of-type {
	margin-right: 0;
}
.hw-section .banner-recom  .banner-recomlist li h3 {
	font-size: 14px;
	color: #333;
}
.hw-section .banner-recom  .banner-recomlist li p {
	font-size: 12px;
	color: #999;
    height: 36px;
    overflow: hidden;
}
.hw-section .banner-recom  .banner-recomlist li img {
	position: absolute;
	right: 3px;
	bottom: 15px;
	width: 120px;
	height: 86px;
	transition: all 0.3s;
}
.hw-section .banner-recom  .banner-recomlist li a {
	display: inline-block;
	padding: 0 10px 0 15px;
	line-height: 18px;
	border: 1px solid #ff750a;
	border-radius: 9px;
	color: #ff750a;
	font-size: 12px;
	transition: all 0.3s;
    margin-top: 37px;
}
.hw-section .banner-recom  .banner-recomlist li a:hover {
	background: #ff750a;
	color: #fff;
}
.hw-section .banner-recom  .banner-recomlist li h3,
.hw-section .banner-recom  .banner-recomlist li p,
.hw-section .banner-recom  .banner-recomlist li a {
	position: relative;
	z-index: 3;
}
.hw-section .banner-recom  .banner-recomlist li:hover img {
	transform: scale(0.9);
}
.banner-recom .banner{
	position: relative;
}

.banner-recom .banner .hd ul{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
}

.banner-recom .banner .hd li{
	display: inline-block;
	margin: 0 6px;
    width: 10px;
    height: 10px;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	cursor: pointer;
	text-indent: 20px;
	overflow: hidden;
}
.banner-recom .banner .hd li.on{
	background: #ff750a;
}
.banner-recom .banner .hd .bBtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    font-family: '宋体';
	color: rgba(255, 255, 255, 0.7);
	font-weight: bold;
	cursor: pointer;
}
.banner-recom .banner .hd .bBtn:hover{
	color: #ff750a;
}
.banner-recom .banner .hd .prev{
	left: 13px;
}
.banner-recom .banner .hd .next{
	right: 13px;
}
.banner-recom .banner .bd img{
	width: 790px;
	height: 390px;
	display: block;
}


.hw-sj-swiper {
	background: #24284e;
	color: #fff;
	overflow: hidden;
	line-height: 43px;
}
.hw-sj-swiper .title {
	float: left;
	width: 140px;
	background: #ff750a;
	text-align: center;
	font-size: 20px;
	margin-right: 30px;
}
.hw-sj-swiper .tempWrap {
	width: 1010px !important;
}
.hw-sj-swiper li {
	width: 300px;
	margin: 0 30px;
}
.hw-sj-swiper li a {
	display: block;
	color: #ff750a;
}
.hw-sj-swiper li a span {
	color: #fff;
}
.hw-sj-swiper li a:hover {
	color: #fff;
}
.recom-img {
	line-height: 0;
	width: 1200px;
	margin: 0 auto;
}
.recom-img img {
	max-width: 100%;
}
.hw-recom {
	margin: 14px auto 28px;
}
.hw-recom2 {
	margin: 30px auto;
}
.hotBuy-swiper {
	width: 940px;
}
.hotBuy-swiper-tit {
	height: 49px;
	line-height: 49px;
	background: #fff;
	margin-bottom: 2px;
	padding: 0 2%;
}
.hotBuy-swiper-tit img {
    vertical-align: -5px;
    margin-right: 12px;
}
.hotBuy-swiper-tit a {
    font-size: 13px;
    color: #666;
    display: inline-block;
    margin-right: 11px;
}
.hotBuy-swiper-link{
    display: inline-block;
    width: 680px;
    height: 100%;
    overflow: hidden;
    vertical-align: top;
}
.hotBuy-swiper-tit .hotBuy-more {
	color: #ff750a;
	margin-right: 0;
}
.hotBuy-swiper-tit .hotBuy-more i {
	display: inline-block;
	border: 1px solid #ff750a;
	border-radius: 50%;
	color: #ff750a;
	font-family: "宋体";
	height: 16px;
	line-height: 16px;
	width: 16px;
	text-align: center;
	margin-left: 4px;
}
.hotBuy-swiper li {
	width: 312px;
	height: 150px;
	background: #fff;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 20px 20px 0;
	transition: all 0.3s;
}
.hotBuy-swiper li:nth-of-type(3n) {
	margin-right: 0;
}
.hotBuy-swiper li:hover {
	box-shadow: 0 0 9px #c7c7c7;
	position: relative;
	z-index: 2;
}
.hotBuy-swiper li h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	line-height: 30px;
}
.hotBuy-swiper li h3 a {
	display: block;
	padding: 0 15px;
	height: 30px;
	line-height: 28px;
	border: 1px solid #ff750a;
	border-radius: 15px;
	color: #ff750a;
	transition: all 0.3s;
}
.hotBuy-swiper li h3 a:hover {
	background: #ff750a;
	color: #fff;
}
.hotBuy-swiper li .p {
	font-size: 14px;
	color: #333;
	margin: 20px 0 15px;
	overflow: hidden;
}
.hotBuy-swiper li .coname {
	border-top: 1px solid #e5e5e5;
	font-size: 14px;
	color: #666;
	line-height: 35px;
}
.hotBuy-new {
	width: 235px;
}
.hotBuy-new .title {
	line-height: 49px;
	background: #fff;
	margin-bottom: 2px;
	font-size: 20px;
	color: #ff750a;
	font-weight: bold;
	padding: 0 5%;
}
.hotBuy-new ul {
	background: #fff;
	height: 302px;
	padding: 5% 6%;
}
.hotBuy-new ul li {
	font-size: 13px;
	color: #666;
	line-height: 31px;
	font-family: arial;
}
.hotBuy-new ul li span {
	color: #999;
}
.hotBuy-new ul li:hover {
	color: #ff750a;
}
.hw-title {
	font-size: 24px;
	color: #ff750a;
	font-weight: bold;
	margin-bottom: 12px;
}
.hw-title span {
	font-weight: normal;
	font-size: 14px;
	color: #666;
	margin-left: 10px;
}
.hw-goods-menu {
    background: #fff;
    margin-bottom: 9px;
    overflow: hidden;
}
.hw-goods-menu li {
    text-align: center;
    color: #666;
    transition: all 0.3s;
    width: 100px;
    padding: 0 9px;
    float: left;
}
.hw-goods-menu li a {
    height: 71px;
    display: block;
    padding-top: 8px;
}
.hw-goods-menu li .img {
	height: 31px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.hw-goods-menu li .img img {
	max-height: 30px;
}
.hw-goods-menu li p {
    margin-top: 3px;
    font-size: 13px;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
}
.hw-goods-menu li .h {
	display: none;
}
.hw-goods-menu li.on {
	background: #ff750a;
	color: #fff;
}
.hw-goods-menu li.on .h {
	display: block;
}
.hw-goods-menu li.on .s {
	display: none;
}
.hw-goods-list {
	margin-bottom: 30px;
}
.hw-goods-list dt {
	width: 396px;
	height: 453px;
	background: #e6e6e6;
	float: left;
	padding: 21px 30px;
}
.hw-goods-list dt h3 {
	font-size: 30px;
	color: #ff750a;
	font-weight: normal;
}
.hw-goods-list dt p {
	font-size: 16px;
	color: #666;
}
.hw-goods-list dt img {
	max-width: 100%;
	display: block;
	margin: 15px auto;
}
.hw-goods-list dt .dt-more a {
	display: inline-block;
	vertical-align: top;
	line-height: 26px;
	background: #fff;
	color: #666;
	font-size: 13px;
	padding: 0 14px;
	border-radius: 13px;
	margin-right: 8px;
	margin-bottom: 7px;
	transition: all 0.3s;
}
.hw-goods-list dt .dt-more a:hover {
	background: #ff750a;
	color: #fff;
}
.hw-goods-list dd {
	width: 192px;
	height: 222px;
	background: #fff;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
	float: left;
	margin-left: 9px;
	margin-bottom: 9px;
}
.hw-goods-list dd:nth-of-type(1n + 5) {
	margin-bottom: 0;
}
.hw-goods-list dd a{
	display: block;
	width: 100%;
}
.hw-goods-list dd img {
	max-width: 100%;
	transition: all 0.3s;
}
.hw-goods-list dd h3 {
    font-size: 16px;
    font-weight: normal;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 5px 5px;
}
.hw-goods-list dd p {
	font-size: 14px;
	color: #999;
}
.hw-goods-list dd:hover {
	box-shadow: 0 0 8px #929292;
	position: relative;
	z-index: 5;
}
.hw-goods-list dd:hover img {
	transform: scale(1.05);
}
.goodSeller-swiper {
	position: relative;
	overflow: hidden;
}
.goodSeller-swiper .hd a {
	position: absolute;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
	width: 24px;
	line-height: 42px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	font-family: "宋体";
	color: #fff;
	transition: all 0.3s;
}
.goodSeller-swiper .hd a:hover {
	background: #ff750a;
}
.goodSeller-swiper .hd .prev {
	left: 0;
}
.goodSeller-swiper .hd .next {
	right: 0;
}
.goodSeller-swiper ul {
	width: 595px;
	float: left;
	margin-right: 10px;
}
.goodSeller-swiper ul li {
	width: 100%;
	border: 1px solid #ccc;
	height: 315px;
	margin-bottom: 19px;
}
.goodSeller-swiper ul li:last-of-type {
	margin-bottom: 0;
}
.goodSeller-swiper ul li:hover {
	border-color: #ff750a;
}
.goodSeller-swiper ul li .desc {
	padding: 25px 20px;
}
.goodSeller-swiper ul li a {
	display: block;
	line-height: 25px;
	background: #ff750a;
	padding: 0 20px;
	border-radius: 14px;
	font-size: 14px;
	color: #fff;
	margin-top: 6px;
	border: 1px solid #ff750a;
	transition: all 0.3s;
}
.goodSeller-swiper ul li a:hover {
	background: none;
	color: #ff750a;
}
.goodSeller-swiper ul li h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
}
.goodSeller-swiper ul li .co-info {
	font-size: 13px;
	color: #666;
	font-family: arial;
	margin-top: 16px;
}
.goodSeller-swiper ul li .co-info p {
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}
.goodSeller-swiper ul li .co-info span {
	color: #ff750a;
}
.goodSeller-swiper ul li .img {
	line-height: 0;
	background: #fff;
	padding: 19px 20px;
	display: flex;
	justify-content: space-between;
}
.goodSeller-swiper ul li .img img {
	width: 30%;
	vertical-align: top;
}
.goodSeller-logo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	border: 1px solid #d6d6d6;
	margin: 30px auto 20px;
}
.goodSeller-logo a {
	display: block;
	width: 199px;
	flex: 1;
	line-height: 0;
	border-bottom: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
}
.goodSeller-logo a:nth-of-type(6n) {
	border-right: 0;
}
.goodSeller-logo a:nth-of-type(1n + 7) {
	border-bottom: 0;
}
.goodSeller-logo a img {
	transition: all 0.3s;
}
.goodSeller-logo a:hover img {
	transform: scale(0.9);
}
.hw-news {
	padding-top: 30px;
	margin-bottom: 30px;
}
.news-wrap {
	background: #fff;
	padding: 20px 30px;
}
.news-wrap .news-swiper {
	width: 350px;
	position: relative;
}
.news-wrap .news-swiper .title {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.news-wrap .news-swiper .hd {
	position: absolute;
	top: 9px;
	right: 0;
}
.news-wrap .news-swiper .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #999;
	border-radius: 50%;
	margin: 0 6px;
	vertical-align: top;
	cursor: pointer;
	text-indent: 100px;
	overflow: hidden;
	transition: all 0.3s;
}
.news-wrap .news-swiper .hd li.on {
	background: #ff750a;
	width: 20px;
	border-radius: 5px;
}
.news-wrap .news-swiper .bd li .img {
	line-height: 0;
	overflow: hidden;
}
.news-wrap .news-swiper .bd li .img img {
	width: 100%;
	height: 260px;
	transition: all 0.3s;
}
.news-wrap .news-swiper .bd li:hover img {
	transform: scale(1.05);
}
.news-wrap .news-swiper .bd li .p {
	height: 58px;
	color: #fff;
	background: url(../image/newsp.jpg) no-repeat center;
}
.news-wrap .news-swiper .bd li .p .left {
	width: 69%;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin: 9px 0px 0 13px;
}
.news-wrap .news-swiper .bd li .p .right {
	width: 56px;
	text-align: center;
	margin-left: 30px;
	font-size: 18px;
	font-family: arial;
	line-height: 58px;
	height: 58px;
}
.news-wrap .news-swiper .bd li .p .right span {
	font-size: 24px;
}
.news-wrap .news-swiper .news-swiper-more {
	margin-top: 12px;
}
.news-wrap .news-swiper .news-swiper-more ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-wrap .news-swiper .news-swiper-more li {
	width: 170px;
	overflow: hidden;
}
.news-wrap .news-swiper .news-swiper-more li img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.news-wrap .news-swiper .news-swiper-more li:hover img {
	transform: scale(1.05);
}
.news-wrap .news-original {
	width: 315px;
}
.news-wrap .news-original .title {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.news-wrap .news-original .news-original-item a {
	display: block;
	overflow: hidden;
    margin-bottom: 13px;
}
.news-wrap .news-original .news-original-item a:last-of-type {
	margin-bottom: 0;
}
.news-wrap .news-original .news-original-item a .img {
	float: left;
	width: 130px;
	line-height: 0;
	margin-right: 15px;
}
.news-wrap .news-original .news-original-item a .img img {
	width: 100%;
	height: 77px;
}
.news-wrap .news-original .news-original-item a h3 {
	font-size: 15px;
	color: #333;
	padding-top: 7px;
}
.news-wrap .news-original .news-original-item a p {
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	color: #888;
	margin-top: 3px;
}
.news-wrap .news-original .news-original-item a:hover h3 {
	color: #ff750a;
}
.news-wrap .news-reports {
	margin: 0 auto;
	width: 390px;
}
.news-wrap .news-reports-tit {
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.news-wrap .news-reports-tit a:hover {
	color: #ff750a;
}
.news-wrap .news-reports-list li {
	margin-bottom: 10px;
}
.news-wrap .news-reports-list li:last-of-type {
	margin-bottom: 0;
}
.news-wrap .news-reports-list li:hover {
	color: #ff750a;
}
.news-wrap .news-reports-list .item {
	font-size: 14px;
	color: #666;
}
.news-wrap .news-reports-list .item::before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 2px;
	margin-right: 10px;
	margin-top: 9px;
	float: left;
}
.news-wrap .news-reports-list .hot {
	background: url(../image/newsh.png) no-repeat left center;
	padding-left: 22px;
	font-size: 16px;
	color: #333;
}
.news-wrap .news-reports-list .title {
	font-size: 16px;
	color: #333;
	margin: 19px 0 10px;
}
.hw-select {
	padding-top: 30px;
	margin-bottom: 40px;
}
.hw-select li {
	width: 240px;
	border: 1px solid #cccccc;
	padding: 25px 25px 30px;
	position: relative;
	overflow: hidden;
	float: left;
}
.hw-select li img {
	width: 100%;
	display: block;
	transition: all 0.3s;
}
.hw-select li h3 {
	font-size: 14px;
	line-height: 21px;
	color: #666;
	font-weight: normal;
	font-family: arial;
	height: 42px;
	overflow: hidden;
	margin: 15px 0 20px;
}
.hw-select li .price {
	font-size: 22px;
	color: #ff750a;
	font-family: arial;
	line-height: 30px;
}
.hw-select li .price span {
	font-size: 14px;
	color: #333;
}
.hw-select li .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 102px;
	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;
}
.hw-select li .desc .getPrice {
	font-size: 16px;
	padding: 0 20px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin-bottom: 6px;
	padding-bottom: 6px;
}
.hw-select li .desc .coname {
	font-size: 14px;
}
.hw-select li:hover {
	border-color: #ff750a;
}
.hw-select li:hover img {
	transform: scale(1.05);
}
.hw-select li:hover .desc {
	transform: translateY(0);
}
.hw-toLogin {
	height: 148px;
	background: url(../image/tologin.png) no-repeat center;
}
.hw-toLogin a {
	display: block;
	height: 100%;
}
.footer {
	background: #262626;
	color: #fff;
}
.footer-hd {
	padding: 60px 0 40px;
}
.footer-hd-menu dl {
	float: left;
	text-align: center;
	width: 150px;
	margin-right: 40px;
}
.footer-hd-menu dt {
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #333333;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.footer-hd-menu dd a {
	display: block;
	font-size: 14px;
	line-height: 29px;
}
.footer-hd-menu dd a:hover {
	color: #ff750a;
}
.footer-hd-tel {
	text-align: center;
	font-size: 14px;
}
.footer-hd-tel .tit {
	font-size: 16px;
}
.footer-hd-tel .tel {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
}
.footer-ft {
	border-top: 1px solid #333333;
	padding: 20px;
	font-size: 13px;
	color: #696969;
	line-height: 2;
	text-align: center;
}
.footer-nav a {
	padding: 0 8px;
	vertical-align: top;
}
.footer-nav a:hover {
	color: #ff750a;
}

/* 注册 */
.login-top {
	border-bottom: 1px solid #e4e4e4;
}
.login-logo {
	background: #fff;
	line-height: 0;
	height: 100px;
}
.login-logo .w {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.login-main {
	height: calc(100vh - 260px);
	overflow: hidden;
}
.login-main .w {
	height: 100%;
	position: relative;
	width: 1100px;
}
.login-main-slogan {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.login-main-form {
	background: #ffffff;
	box-shadow: 0 0 5px #dedede;
	padding: 55px 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.login-main-form .title {
	font-size: 31px;
	color: #333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 35px;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 15px;
}
.login-main-form .input-item {
	margin-bottom: 20px;
}
.login-main-form .input-button {
	margin-top: 40px;
}

.login-main-form .input-item .pass-input-verifyCode {
	width: 184px;
}
.login-main-form .input-item .pass-button {
	width: 92px;
	font-size: 13px;
	color: #666;
	cursor: pointer;
	transition: all 0.3s;
}
.login-main-form .input-item .pass-button:hover {
	border-color: #ff750a;
	color: #ff750a;
}

.login-main-form .input-item .login-verifyCode {
	font-family: Arial, 宋体;
	font-style: italic;
	color: green;
	letter-spacing: 3px;
	font-weight: bolder;
	width: 92px;
	font-size: 20px;
	vertical-align: top;
	border: 1px solid #efefef;
	cursor: pointer;
    height: 44px;
}

.login-main-form .input-button a {
	float: right;
	line-height: 36px;
}

.login-main-form .input-item:last-of-type {
	margin-bottom: 0;
}
.login-main-form label {
	display: inline-block;
	vertical-align: top;
	line-height: 44px;
	width: 80px;
	text-align: right;
	padding-right: 15px;
	color: #757575;
	font-size: 13px;
	font-family: arial;
}
.login-main-form label span {
	color: #ff0000;
	margin-right: 3px;
}
.login-main-form input {
	line-height: 42px;
	border: 1px solid #e0e0e0;
	padding: 0 10px;
	width: 280px;
	outline: none;
	border-radius: 2px;
	font-size: 12px;
}
.login-main-form button {
	line-height: 36px;
	border: none;
	background: #ff750a;
	color: #fff;
	padding: 0 15px;
	font-size: 14px;
	border-radius: 3px;
	transition: all 0.3s;
	cursor: pointer;
}
.login-main-form button:hover {
	background: #dc660a;
}
.login-register-main {
	height: auto;
	padding: 70px 0;
}
.login-register-main .login-main-form{
	position: static;
	transform: translateY(0);
    width: 48%;
    margin: 0 auto;
    padding: 5% 6% 6%;
}
.login-register-main .login-main-form input{
	width: 312px;
}

.login-register-main .login-main-form .input-item .pass-input-verifyCode{
	width: 216px;
}


.login-footer {
	border-top: 1px solid #dadada;
	padding: 20px 0;
	text-align: center;
}
.login-ft-link {
	margin-bottom: 11px;
}
.login-ft-link a {
	color: #333;
	padding: 0 20px;
	font-size: 14px;
	vertical-align: top;
}
.login-ft-copyright {
	color: #999;
	font-family: arial;
}

/* 提示 */
.login-tips-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.1);
	display: none;
}
.login-tips-wrap.show {
	display: block;
}
.login-tips {
	width: 400px;
	height: 176px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.login-tips-tit {
	padding: 10px 20px;
	background: #f1f1f1;
	font-size: 16px;
	color: rgba(51, 51, 51);
	font-weight: bold;
}
.login-tips-tit img {
	float: right;
	height: 20px;
	cursor: pointer;
	opacity: 0.5;
	margin-top: 3px;
}
.login-tips-tit img:hover {
	opacity: 1;
}
.login-tips-text {
	font-size: 13px;
	color: #666;
	font-weight: bold;
	padding: 20px;
	margin-bottom: 16px;
}
.login-tips-button {
	border-top: 1px dashed #eee;
	padding: 10px 0;
	margin: 0 15px;
	text-align: right;
}
.login-tips-button button {
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	color: #333;
	border: 1px solid #ddd;
	font-size: 14px;
	color: #333;
	background-color: #f7f7f7;
	border-radius: 3px;
	font-weight: bold;
	cursor: pointer;
	margin-left: 10px;
	transition: all 0.3s;
	outline: none;
}
.login-tips-button button:hover {
	opacity: 0.9;
}
.login-tips-button .tips-sure {
	background: #ff750a;
	color: #fff;
	border-color: #ff750a;
}

/* 单页 */

.hwinner-page {
	padding: 30px 0 40px;
	border-top: 2px solid #ff750a;
}
.hwinner-page-lside {
	width: 250px;
	border: 1px solid #e0e0e0;
}
.hwinner-page-lside .tit {
	line-height: 50px;
	background: #e0e0e0;
	text-align: center;
	color: #333;
	font-size: 19px;
	font-weight: bold;
}
.hwinner-page-lside ul {
	padding: 11px 0;
}

.hwinner-page-lside li a {
	display: block;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px dashed #e2e2e2;
	margin: 0 20px;
}
.hwinner-page-lside li:last-of-type a {
	border-bottom: 0;
}

.hwinner-page-content {
	width: 920px;
}
.hwinner-page-content .tit {
	display: inline-block;
	line-height: 50px;
	color: #333;
	padding: 0 48px;
	font-size: 19px;
	font-weight: bold;
	border: 1px solid #e0e0e0;
	background-color: #e0e0e0;
}
.hwinner-page-content .hwinner-desc {
	border: 1px solid #e0e0e0;
	padding: 30px;
	margin-top: -1px;
	font-size: 14px;
	color: #000;
	line-height: 2;
}
.hwinner-page-content .hwinner-desc img {
	max-width: 100%;
}
