<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0;
	padding: 0;
}
body{
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	overflow-y: auto;
}
.m {
	width: 1200px;
	margin: 0 auto;
}
.l {
	float: left;
}
.r {
	float: right;
}
.cl {
	clear: both;
}
button {
	background: none;
	border: none;
	outline: none;
}
a {
	text-decoration: none;
}
ul,ul li,ol,ol li {
	list-style: none;
}
img {
	display: block;
}
.duration {
	-webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
}
.zhichi {
	cursor: pointer;
}

header {
	overflow: hidden;
	width: 100%;
	background: #fff;
}
.header_left {
	width: 270px;
	height: 44px;
	font-size: 20px;
	line-height: 44px;
}
.header_left a {
	margin: 0 13px;
}
.header_left a {
	font-size: 18px;
	color: #000;
	line-height: 49px;
}
.header_right {
	margin-top: 14px;
	font-size: 14px;
	color: #3c3c3c;
	line-height: 18px;
}
.header_right img {
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 6px;
}
.header_right b {
	font-size: 15px;
}

.banner {
	width: 100%;
	height: 668px;
	background: url(../img/banner.jpg) center no-repeat;
	overflow: hidden;
}
.banner ul {
	width: 1100px;
	margin: 360px auto 0;
	/*overflow: hidden;*/
}
.banner ul li {
	font-size: 26px;
	float: left;
	width: 249px;
	height: 70px;
	margin: 0 12px 30px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 5px 1px #fdd7d4;
	line-height: 70px;
	position: relative;
	transition: 0.3s;
}
.banner ul li span {
	display: block;
	width: 175px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}
.banner ul li:hover {
	font-weight: bold;
	color: #f6362b;
	transform: scale(1.03);
}

.plate1 {
	width: 100%;
	height: 650px;
	background: url(../img/jpg1.jpg) center no-repeat;
	overflow: hidden;
}

.plate2 {
	width: 100%;
	height: 501px;
	background: url(../img/jpg2.jpg) center no-repeat;
	overflow: hidden;
}

.plate3 {
	width: 100%;
	height: 753px;
	background: url(../img/jpg3.jpg) center no-repeat;
	overflow: hidden;
}

.plate4 {
	width: 100%;
	height: 998px;
	background: url(../img/jpg4.jpg) center no-repeat;
	overflow: hidden;
}
.plate4 ul {
	width: 1000px;
	margin: 225px auto 0;
	overflow: hidden;
}
.plate4 ul li {
	float: left;
	width: 144px;
	height: 40px;
	font-size: 20px;
	color: #fff;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
	line-height: 40px;
	border: 1px solid #fd6f47;
	color: #fd6f47;
	margin: 0 10px;
}
.plate4 ul li.hover {
	color: #fff;
	background: -moz-linear-gradient(bottom, #fd6f47 0%, #f63f30 100%);
    background: -webkit-linear-gradient(bottom, #fd6f47 0%,#f63f30 100%);
    background: -o-linear-gradient(bottom, #fd6f47 0%,#f63f30 100%);
    background: -ms-linear-gradient(bottom, #fd6f47 0%,#f63f30 100%);
    background: linear-gradient(to bottom, #fd6f47 0%,#f63f30 100%);
}
.plate4 iframe {
	width: 1100px;
	height: 560px;
	display: block;
	margin: 30px auto;
	border: none;
}

.plate5 {
	width: 100%;
	height: 755px;
	background: url(../img/jpg5.jpg) center no-repeat;
	overflow: hidden;
}
.plate5 .l {
	width: 460px;
	height: 350px;
	margin-left: 60px;
	margin-top: 190px;
}
.plate5 .r {
	width: 600px;
	margin-top: 250px;
	margin-right: 20px;
	position: relative;
}
.plate5 .r input {
	width: 460px;
	display: block;
	margin: 0 auto 13px;
	height: 60px;
	padding: 0 40px;
	border: none;
	font-size: 20px;
	border-radius: 10px;
	outline: none;
}
.plate5 .r button {
	width: 360px;
	height: 80px;
	display: block;
	border-radius: 40px;
	margin: 30px auto;
	color: #5a2c00;
	font-weight: bold;
	transition: 0.3s;
	font-size: 30px;
	cursor: pointer;
	background: -moz-linear-gradient(right, #ffd023 0%, #fff682 100%);
    background: -webkit-linear-gradient(right, #ffd023 0%,#fff682 100%);
    background: -o-linear-gradient(right, #ffd023 0%,#fff682 100%);
    background: -ms-linear-gradient(right, #ffd023 0%,#fff682 100%);
    background: linear-gradient(to right, #ffd023 0%,#fff682 100%);
}
.plate5 .r button:hover {
	transform: scale(1.03);
}
.plate5 .r span {
	right: 35px;
	overflow: hidden;
	border-radius: 8px;
	top: 223px;
	position: absolute;
	display: block;
	width: 90px;
	height: 50px;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}
.plate5 .r span img {
	width: 100%;
	display: block;
}
	
.plate6 {
	width: 100%;
	height: 834px;
	background: url(../img/jpg6.jpg) center no-repeat;
	overflow: hidden;
}
.plate6 div {
	width: 1110px;
	height: 495px;
	margin: 235px auto 0;
}

.copyRight,.offcnCopy{ 
	background:#444546;    
	min-width: 1200px; 
	padding-bottom: 20px;
}
.offcnCopy {
	padding:45px 0 54px 0; 
	line-height:32px; 
	color:#ccc; 
	text-align:center;
}
.offcnCopy.normalPadding {
	padding-bottom: 45px;
}
.offcnCopy a {
	color:#ccc;
}
.offcnCopy a:hover {
	color:#e00;
}
.offcnCopy img {
	width: 15px;
	height: 15px;
	display: inline-block;
}

.floatL {
    width: 137px;
    height: 255px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: url(../img/png7.png);
}

.floatR {
    width: 122px;
    height: 263px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(../img/png8.png);
}

.zx-side {
	display: none;
}





























.m2 {
    width: 100%;
    background: url(../img/jpg4.jpg) center no-repeat;
    overflow: hidden;
	background-size: 100% 100%;
}

  .m2 .m2_top {
	width: 1200px;
	margin: auto;
	padding-bottom: 1px;
  }
  .m2 .m2_top .common {
	padding-top: 106px;
  }
  .m2 .common .h2 {
	text-align: center;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 20px;
  }
  .m2 .common .h2 a {
	position: relative;
	font-size: 35px;
	line-height: 35px;
	color: #fff;
  }
  .m2 .common .h2 a .white_left {
	width: 285px;
	height: 21px;
	display: block;
	position: absolute;
	left: -315px;
	top: 15px;
	background: url('../img/white_left-2507577b52.png') no-repeat top center;
  }
  .m2 .common .h2 a .white_right {
	width: 285px;
	height: 21px;
	display: block;
	position: absolute;
	right: -315px;
	top: 15px;
	background: url('../img/white_right-d1d5aca37e.png') no-repeat top center;
  }
  .m2 .common .p1 {
	font-size: 18px;
	color: #fff;
	line-height: 18px;
	margin-bottom: 33px;
	text-align: center;
  }
  .m2 .m2_mid {
	width: 1000px;
	margin: auto;
	padding-bottom: 1px;
  }
  .m2 .youhui_box {
	width: 1000px;
	height: 75px;
	border-radius: 5px;
	background: #fff330;
	background: -moz-linear-gradient(top, #fffe9f 0%, #fff32e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffe9f), color-stop(100%, #fff32e));
	background: -webkit-linear-gradient(top, #fffe9f 0%, #fff32e 100%);
	background: -o-linear-gradient(top, #fffe9f 0%, #fff32e 100%);
	background: -ms-linear-gradient(top, #fffe9f 0%, #fff32e 100%);
	background: linear-gradient(to bottom, #fffe9f 0%, #fff32e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9f', endColorstr='#fff32e', GradientType=0);
	box-shadow: 0px 4px 28px -8px rgba(0, 0, 0, 0.4);
	margin-bottom: 35px;
  }
  .m2 .youhui_box .td1 {
	width: 195px;
	font-size: 30px;
	color: #da4d00;
	font-weight: bold;
	text-align: center;
	padding-left: 12px;
	position: relative;
  }
  .m2 .youhui_box .td1 .line {
	height: 53px;
	width: 1px;
	background: #ff9140;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	right: 0;
  }
  .m2 .youhui_box .td2 {
	font-size: 16px;
	color: #da4d00;
	padding-left: 24px;
	width: 750px;
	line-height: 30px;
	padding-right: 24px;
	font-weight: bold;
  }
  .m2 .youhui_box .td2 .customize-big {
	font-size: 18px;
  }
  .m2 .fl_box {
	position: relative;
	padding-left: 90px;
  }
  .m2 .fl_box .li1 {
	width: 55px;
	line-height: 32px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	float: left;
	position: absolute;
	left: 35px;
  }
  .m2 .fl_box li {
	float: left;
	height: 30px;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	margin-right: 20px;
	border-radius: 30px;
	border: 1px solid #fff;
	line-height: 30px;
	cursor: pointer;
	margin-bottom: 20px;
  }
  .m2 .fl_box li.active {
	background: #fffe9f;
	background: -moz-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffe9f), color-stop(100%, #fff32e));
	background: -webkit-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
	background: -o-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
	background: -ms-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
	background: linear-gradient(to bottom, #fffe9f 0%, #fff32f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9f', endColorstr='#fff32f', GradientType=0);
	color: #da4d00;
	border: 1px solid #fff32f;
  }
  .m2 .fl_box li a {
	color: #fff;
	display: block;
  }
  .m2 .fl_list &gt; li {
	display: none;
  }
  .m2 .fl_list &gt; li.active {
	display: block;
  }
  .m2 .fl_list &gt; li .xl_box {
	margin-bottom: 17px;
	position: relative;
	padding-left: 90px;
  }
  .m2 .fl_list &gt; li .xl_box .li1 {
	width: 55px;
	line-height: 32px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	float: left;
	position: absolute;
	left: 35px;
  }
  .m2 .fl_list &gt; li .xl_box .xl_li {
	float: left;
	height: 30px;
	font-size: 18px;
	color: #fff;
	padding: 0 20px;
	margin-right: 20px;
	border-radius: 30px;
	border: 1px solid #fff;
	line-height: 30px;
	margin-bottom: 20px;
	cursor: pointer;
  }
  .m2 .fl_list &gt; li .xl_box .xl_li.active {
	background: #fffe9f;
	background: -moz-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fffe9f), color-stop(100%, #fff32f));
	background: -webkit-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
	background: -o-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
	background: -ms-linear-gradient(top, #fffe9f 0%, #fff32f 100%);
	background: linear-gradient(to bottom, #fffe9f 0%, #fff32f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffe9f', endColorstr='#fff32f', GradientType=0);
	color: #da4d00;
	border: 1px solid #fff32f;
  }
  .m2 .fl_list &gt; li .xl_box .li_div {
	float: left;
	height: 30px;
	font-size: 18px;
	color: #fff546;
	padding: 0 20px;
	margin-right: 20px;
	border-radius: 30px;
	border: 1px solid #fff546;
	line-height: 30px;
	margin-bottom: 20px;
	cursor: pointer;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li {
	display: none;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li.active {
	display: block;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box {
	padding: 16px 35px 23px;
	width: 930px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 25px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .left {
	width: 577px;
	float: left;
	border-right: 1px solid #e8e8e8;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 11px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .ks_box {
	margin-bottom: 12px;
	line-height: 20px;
	position: relative;
	width: 570px;
	font-size: 16px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .ks_box .time {
	/*position: absolute;
			  top: 50%;
			  margin-top: -8px;
			  line-height: 100%;*/
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #333;
	margin-right: 6px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .ks_box .ks {
	/*overflow: hidden;
			  text-overflow:ellipsis;
			  display:-webkit-box;
			  -webkit-box-orient:vertical;
			  -webkit-line-clamp:2;
			  margin-left: 6px;
			  width: 462px;
			  padding-left: 6px;
			  border-left: 1px solid #333;
			  float: right;*/
	display: inline;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .bot .st {
	display: block;
	float: left;
	width: 63px;
	height: 94px;
	background: url('../img/red-imgs/st_bg-1135c2ad20.png') no-repeat top center;
	margin-right: 22px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .bot .steps {
	width: 420px;
	padding-right: 54px;
	/*height:96px;*/
	position: relative;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .bot .steps .open_box {
	width: 50px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 4px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .bot .steps .open_box &gt; div {
	font-size: 14px;
	color: #f37607;
	line-height: 16px;
	position: relative;
	height: 16px;
	width: 50px;
	cursor: pointer;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .bot .steps .open_box div.open {
	display: block;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .bot .steps .open_box div.open i {
	width: 9px;
	height: 8px;
	display: block;
	background: url('../img/red-imgs/open-462d308f0b.png') no-repeat top center;
	top: 50%;
	margin-top: -4px;
	right: 5px;
	position: absolute;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .bot .steps .open_box div.close {
	display: none;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .bot .steps .open_box div.close i {
	width: 9px;
	height: 8px;
	display: block;
	background: url('../img/red-imgs/close-c0b1968a76.png') no-repeat top center;
	top: 50%;
	margin-top: -4px;
	right: 5px;
	position: absolute;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right {
	width: 320px;
	float: left;
	padding-left: 30px;
	padding-top: 27px;
	position: relative;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .now {
	color: #f37607;
	font-weight: bold;
	font-size: 30px;
	line-height: 24px;
	margin-bottom: 16px;
	float: left;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .now span {
	font-size: 14px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .now i {
	font-style: normal;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .reduction {
	position: absolute;
	top: 20px;
	right: 0;
	padding-left: 9px;
	width: 118px;
	height: 33px;
	background: url('../img/reduction-ba429326ca.png') top center;
	font-size: 17px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 32px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .before {
	line-height: 27px;
	font-size: 16px;
	color: #666;
	text-decoration: line-through;
	float: left;
	margin-left: 10px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .return {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	line-height: 22px;
	/*height: 14px;*/
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .buy_box .buy {
	float: left;
	display: block;
	width: 127px;
	height: 42px;
	background: #f37607;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	font-weight: bold;
	margin-right: 13px;
	border-radius: 5px;
  }
  .m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .buy_box .zx {
	float: left;
	display: block;
	width: 148px;
	height: 42px;
	background: #ff5e85;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
  }
  .m2 .m2_bot {
	width: 100%;
	height: 100px;
  }
  .m2 .clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.m2 .clear {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .buy_box .zhichi {
    float: right;
    float: left;
    display: block;
    width: 148px;
    height: 42px;
    background: #ff5e85;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
}
.m2 .fl_list &gt; li .xl_list &gt; li div.kc_box .right .buy_box .buy {
    float: right;
    width: 148px;
}</pre></body></html>