/* CSS Document */
.return_top {
	width: 60px;
	height: 60px;
	line-height: 60px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	color: #555555;
	font-size: 40px;
	text-align: center;
	display: inline-block;
	z-index: 99;
}

.home_title {
	width: 420px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	margin-top: 2vw;
	margin-bottom: 2vw;
}

.home_title .line {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -1px;
	width: 100%;
	height: 2px;
	background: #333333;
	z-index: 8;
}

.home_title .more {
	position: absolute;
	left: 0px;
	top: 35px;
	width: 100%;
	text-align: center;
	height: 24px;
	line-height: 24px;
	color: #666666;
	display: block;
	z-index: 10;
	text-decoration: underline;
}

.home_title .more i {
	font-family: "宋体";
}

.home_title .caption {
	position: absolute;
	left: 50%;
	top: 0px;
	margin-left: -8vw;
	text-align: center;
	color: #333333;
	background: #FFFFFF;
	font-size: 22px;
	width: 16vw;
	height: 40px;
	line-height: 40px;
	z-index: 9;
	font-weight: bold;
}

.homemod_one {
	width: 100%;
	padding: 10px 10px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.homemod_one .l_btn {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background: #ffffff;
	color: #212121;
	font-size: 16px;
	border-radius: 40px;
	font-family: 宋体;
	cursor: pointer;
	z-index: 9;
}

.homemod_one .r_btn {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	background: #ffffff;
	color: #212121;
	font-size: 16px;
	border-radius: 40px;
	font-family: 宋体;
	cursor: pointer;
	z-index: 9;
}

.homemod_one .r_btn:hover,
.homemod_one .l_btn:hover {
	background: #f39c36;
	color: #ffffff;
}

.homemod_one ul li {
	width: calc(100%/6);
	float: left;
	box-sizing: border-box;
}

.homemod_one ul li .pic {
	width: 320px;
	height: 320px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
	position: relative;
}

.homemod_one ul li .pic img {
	transition: all 0.6s;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}

.homemod_one ul li .pic img:hover {
	transform: scale(1.05);
}

.homemod_one ul li:hover {
	box-shadow: 0px 0px 5px 5px #dddddd;
	box-sizing: border-box;
}

.homemod_one ul li .p_name {
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.homemod_one ul li:hover .p_name:hover {
	color: #f39c36;
	text-decoration: underline;
}

.homemod_one ul li .p_price {
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 15px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #c91a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.homemod_one ul li .p_price a{
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 15px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #c91a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.homemod_one ul li .buy_btn {
	/* display: none; */
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 25%;
	width: 50%;
	text-align: center;
	color: #222222;
	padding: 15px 0px;
	background: #ffffff;
	border-radius: 40px;
	box-shadow: 0px 0px 5px 0px #cccccc;
	z-index: 9;
	cursor: pointer;
	transition: all .5s;
}

.homemod_one ul li:hover .buy_btn {
	/* display: block; */
	opacity: 1;
	bottom: 10%;
}

.homemod_one ul li:hover .buy_btn:hover {
	display: block;
	color: #ffffff;
	background: #f39c36;
}

.homemod_two {
	margin-top: 20px;
}

.homemod_two ul li {
	width: calc(100%/3);
	padding: 12px;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}

.homemod_two ul li .scpic {
	position: relative;
	width: 100%;
	padding: 12px 0px;
	box-sizing: border-box;
}

.homemod_two ul li .scpic img {
	width: 100%;
	display: block;
}

.homemod_two ul li .scpic .masking {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
	display: none;
}

.homemod_two ul li .scpic .proTitle {
	display: none;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -25px;
	width: 100%;
	padding: 0px 30px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}

.homemod_two ul li .scpic .proTitle a {
	display: block;
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
	color: #333333;
	font-size: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
	cursor: pointer;
}

.homemod_two ul li .scpic .proTitle span {
	display: block;
	font-size: 16px;
	text-decoration: underline;
	cursor: pointer;
}

.homemod_two ul li .scpic:hover .proTitle {
	display: block;
}

.homemod_two ul li .scpic:hover .masking {
	display: block;
}

.proBox_cont {
	width: 100%;
    padding: 10px 10px;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}

.proBox_cont ul li {
	width: calc(100%/5);
	float: left;
	box-sizing: border-box;
}

.proBox_cont ul li .pic {
	width: 380px;
	height: 380px;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	/* display: table-cell; */
	position: relative;
	margin: 0 auto;
}

.proBox_cont ul li .pic img {
	transition: all 0.6s;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	overflow: hidden;
	vertical-align: middle;
	display: table-cell;
}

.proBox_cont ul li .pic img:hover {
	transform: scale(1.05);
}

.proBox_cont ul li:hover {
	box-shadow: 0px 0px 5px 5px #dddddd;
	box-sizing: border-box;
}

.proBox_cont ul li .p_name {
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 10px;
	text-align: center;
	box-sizing: border-box;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proBox_cont ul li:hover .p_name:hover {
	color: #f39c36;
	text-decoration: underline;
}

.proBox_cont ul li .p_price {
	width: 100%;
	padding: 0px 15px;
	margin-bottom: 15px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	font-size: 1.6rem;
	color: #c91a1a;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.proBox_cont ul li .p_price  a{
	width: 100%;
    padding: 0px 15px;
    margin-bottom: 15px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 1.6rem;
    color: #c91a1a;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proBox_cont ul li .buy_btn {
	/* display: none; */
	opacity: 0;
	position: absolute;
	bottom: 0px;
	left: 25%;
	width: 50%;
	text-align: center;
	color: #222222;
	padding: 15px 0px;
	background: #ffffff;
	border-radius: 40px;
	box-shadow: 0px 0px 5px 0px #cccccc;
	z-index: 9;
	font-size: 18px;
	cursor: pointer;
	transition: all .5s;
}

.proBox_cont ul li:hover .buy_btn {
	/* display: block; */
	opacity: 1;
	bottom: 10%;
}

.proBox_cont ul li:hover .buy_btn:hover {
	display: block;
	color: #ffffff;
	background: #f39c36;
}

.homeAbout_bg {
	background: url(../images/abg.jpg) no-repeat center center;
	padding: 130px;
}

.homeAbout {
	max-width: 1020px;
	margin: 0 auto;
	box-sizing: border-box;
}

.homeAbout .cont {
	background-color: rgb(255, 255, 255, 0.9);
	width: 100%;
	padding: 40px 60px;
	box-sizing: border-box;
}

.homeAbout .a_title {
	font-size: 36px;
	padding-top: 0px;
	padding-bottom: 15px;
	color: #333333;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.homeAbout .text_a {
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.homeAbout .morelist {
	display: flex;
	justify-content: center;
}

.homeAbout .a_more {
	float: left;
	display: block;
	margin-right: 20px;
	width: 140px;
	height: 38px;
	border: solid 1px #333333;
	background: #232323;
	font-size: 16px;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	margin-top: 20px;
	transition: width 2s;
	-webkit-transition: width 2s;
	/* Safari */
}

.homeAbout .a_more:hover {
	width: 200px;
}

.homeAbout .a_more2 {
	color: #333333;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	margin-top: 20px;
	border: solid 1px #333333;
	padding: 0px 15px;
	box-sizing: border-box;
}

.homeNews {
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}

.homeNews ul li {
	width: calc(100%/3);
	float: left;
	padding: 0px 25px;
	box-sizing: border-box;
}

.homeNews ul li .nPic {
	width: 440px;
	height: 330px;
	overflow: hidden;
}

.homeNews ul li .nPic img {
	width: 100%;
	display: block;
	height: 100%;
    object-fit: contain;
}

.homeNews ul li .content {
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 20px;
}

.homeNews ul li .content .title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #333333;
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.homeNews ul li .content .text {
	margin-top: 10px;
	color: #999999;
	font-size: 1.6rem;
	line-height: 26px;
	height: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.homeNews ul li .content .date {
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 1.6rem;
	color: #666666;
}

.homeNews ul li:hover .content .title {
	color: #f39c36;
}

.homemod_four {
	max-width: 1500px;
	margin: 0 auto;
	padding-top: 50px;
	box-sizing: border-box;
}

.homemod_four dl {
	width: calc(100%/3);
	padding-left: 50px;
	float: left;
	box-sizing: border-box;
	overflow: hidden;
}

.homemod_four dl dt {
	position: relative;
	width: 100%;
	padding-right: 100px;
	font-size: 26px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.homemod_four dl dt .sroll_btnBox {
	width: 60px;
	position: absolute;
	right: 20px;
	top: 12px;
}

.homemod_four dl dt .sroll_btnBox .prev_btn {
	width: 26px;
	height: 26px;
	line-height: 23px;
	font-size: 18px;
	float: left;
	text-align: center;
	border: solid 1px #cdcdcd;
	border-radius: 26px;
	background: #ffffff;
	color: #777777;
	cursor: pointer;
	box-sizing: border-box;
}

.homemod_four dl dt .sroll_btnBox .next_btn {
	width: 26px;
	height: 26px;
	line-height: 23px;
	border-radius: 26px;
	font-size: 18px;
	float: right;
	text-align: center;
	box-sizing: border-box;
	border: solid 1px #f39c36;
	background: #f39c36;
	color: #FFFFFF;
	cursor: pointer;
}

.homemod_four dl dt span {
	background: url(../images/nline.jpg) no-repeat left bottom;
	width: 100%;
	display: block;
	float: left;
	font-size: 26px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.homemod_four dl .f_pro {
	width: 100%;
	margin-top: 20px;
}

.homemod_four dl .f_pro ul li {
	width: 100%;
	height: 125px;
	box-sizing: border-box;
	float: left;
	margin: 10px 0px;
	position: relative;
	padding-left: 160px;
	padding-right: 50px;
}

.homemod_four dl .f_pro ul li .dt_pic {
	width: 125px;
	height: 125px;
	border: solid 1px #f8f8f8;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	position: absolute;
	left: 0px;
	top: 0px;
}

.homemod_four dl .f_pro ul li .dt_pic img {
	margin: 0 auto;
	max-height: 100%;
	max-width: 100%;
	display: table-cell;
	vertical-align: middle;
	display: block;
	overflow: hidden;
}

.homemod_four dl .f_pro ul li .dt_right {
	padding-right: 20px;
}

.homemod_four dl .f_pro ul li .dt_right .p_t {
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.homemod_four dl .f_pro ul li .dt_right .p_t{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: unset;
	white-space:unset
}

.homemod_four dl .f_pro ul li .dt_right .c_stars {
	display: block;
	font-size: 16px;
	color: #ff7d00;
}

.homemod_four dl .f_pro ul li .dt_right .c_stars i {
	padding-right: 5px;
	display: block;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	float: left;
}

.homemod_four dl .f_pro ul li .dt_right .c_stars i.grey {
	color: #dddddd;
}

.homemod_four dl .f_pro ul li .dt_right .c_price {
	display: block;
	font-size: 16px;
	color: #c91a1a;
	margin-top: 10px;
}

.homemod_four dl .f_pro ul li .dt_right .c_price  a{
	display: block;
	font-size: 16px;
	color: #c91a1a;
	margin-top: 10px;
}


@media only screen and (max-width:1680px) {

	.home_title .caption {
		margin-left: -10vw;
		font-size: 20px;
		width: 20vw;
	}

	.homemod_one ul li .pic {
		width: 16vw;
		height: 16vw;
		max-width: 350px;
		max-height: 350px;
	}

	.proBox_cont ul li .pic {
		width: 20vw;
		height: 20vw;
		max-width: 380px;
		max-height: 380px;
	}


}

@media only screen and (max-width:1400px) {
	
	.homeNews ul li .nPic {
	width: 30vw;
	height: 23vw;
	overflow: hidden;
}
	
}

@media only screen and (max-width:1280px) {}

@media only screen and (max-width:1040px) {
	.home_title {
		width: 100%;
	}

	.home_title .caption {
		margin-left: 0px;
		left: 0px;
		width: 100%;
	}

	.home_title .line {
		display: none;
	}

	.homemod_one ul li {
		width: 25%;
	}

	.homemod_one ul li .pic {
		width: 25vw;
		height: 25vw;
		max-height: 250px;
		max-width: 250px;
	}

	.homemod_one ul li:hover .buy_btn {
		display: none;
	}

	.homemod_two ul li .scpic .proTitle {
		display: block;
	}

	.homemod_two ul li .scpic .proTitle p {
		font-size: 20px;
		height: 40px;
		line-height: 40px;
	}

	.proBox_cont ul li {
		width: calc(100%/3);
	}

	.proBox_cont ul li .pic {
		width: 33vw;
		height: 33vw;
	}

	.homeAbout .a_title {
		font-size: 26px;
	}

	.proBox_cont ul li .buy_btn {
		font-size: 16px;
		padding: 10px 0px;
		display: block;
	}

	.homeAbout_bg {
		padding: 50px 30px;
	}

	.homeAbout .cont {
		padding: 30px 20px;
	}

	.homeAbout .text_a {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.homeNews ul li {
		padding: 0px 10px;
	}

	.homeNews ul li .content .title {
		font-size: 1.6rem;
	}

	.homeNews ul li .content .date {
		font-size: 1.4rem;
	}

	.homeNews ul li .content .text {
		font-size: 1.4rem;
		line-height: 26px;
		height: 50px;
		-webkit-line-clamp: 2;
	}

	.homemod_four {
		padding-top: 20px;
	}

	.homemod_four dl {
		width: calc(100%/1);
		padding-left: 10px;
	}

	.homemod_four dl dt span {
		font-size: 20px;
	}

	.homeNews {
		padding-bottom: 20px;
	}
.homemod_two ul li .scpic .masking {
	display: block;
}

.homemod_one ul li .p_name {
	white-space: normal;
}

}

@media only screen and (max-width:768px) {
	.homemod_one ul li {
		width: calc(100%/2);
	}

	.homemod_one ul li .pic {
		width: 50vw;
		height: 50vw;
		max-height: 384px;
		max-width: 384px;
	}

	.homemod_two ul li {
		width: calc(100%/1);
		padding: 0px 12px;
		float: left;
		box-sizing: border-box;
		overflow: hidden;
	}

	.homemod_two ul li .scpic {
		padding: 6px 0px;
	}

	.proBox_cont ul li {
		width: calc(100%/2);
	}

	.proBox_cont ul li .pic {
		width: 50vw;
		height: 50vw;
	}

	.homeNews ul li {
		width: calc(100%/1);
		margin-bottom: 20px;
	}

	.homeNews ul li .nPic {
		max-width: 100%;
		max-height: 100%;
		height: auto;
		width: 100%;
	}

	.homeAbout .morelist {
		flex-wrap: wrap;
	}

	.homeAbout .a_more {
		margin:  5px;
		height: 38px;
	}

	.homeAbout .a_more2 {
		margin:5px;
		height: 38px;
		line-height: 38px;
	}
	.homeAbout .a_title {
	    font-size: 20px;
		padding-bottom: 5px;
	}
}

@media only screen and (max-width:420px) {}