body {
	color: #000;
	font-size: 12px;
	font-family: "microsoft yahei" !important;
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
}

* {
	padding: 0;
	margin: 0;
}

img,
input,
button {
	border: 0;
	outline: none;
}

a {
	text-decoration: none;
}

a:hover {
	color: #000;
}

.width {
	width: 95%;
	margin: 0 auto;
}

#slide {
	width: 100%;
	height: 268px;
	position: relative;
}

#slide img {
	width: 100%;
	height: 268px;
	object-fit: cover;
}

#slide .pos {
	position: absolute;
	width: 100%;
	top: 30px;
	left: 0;
	z-index: 2;

}

#slide .pos .input {
	width: 70%;
	height: 35px;
	background-color: #f7f6f9;
	position: absolute;
	left: 20%;
	top: -5px;
	border-radius: 25px;
}

#slide .pos .input input {
	border: 0;
	background: none;
	width: 58%;
	font-size: 14px;
	line-height: 35px;
	padding-left: 5px;
	color: #bababa;
	float: left;
	text-align: left;
	height: 35px;
}

#slide .pos .input span {
	display: inline-block;
	height: 21px;
	width: 1px;
	background-color: #a9a8a9;
	float: left;
	margin-top: 7px;
	margin-left: 5px;

}

#slide .pos .input img {
	float: left;
	height: 15px;
	width: auto;
	margin-top: 10px;
	margin-left: 5px;
}

#slide .pos .input .sh {

	margin-right: 10px;
	margin-top: -2px;
	position: absolute;
	right: 0;
}

#slide .pos .input .sh img {
	height: 18px;
	width: auto;
	float: none;
}

#slide .pos .map {
	float: left;
	font-size: 18px;
	color: #3e3a39;
	line-height: 25px;
	display: inline-table;
}

#slide .pos .map img {
	width: 18px;
	height: auto;
	margin-right: 5px;
	float: left;
	margin-top: 2px;
}

#slide .pos .msg {
	float: right;
	position: relative;
}

#slide .pos .msg img {
	width: 25px;
	height: auto;
}

#slide .pos .msg span {
	position: absolute;
	width: 8px;
	height: 8px;
	top: 0;
	right: 0;
	background-color: #ff0000;
	display: block;
	border-radius: 50%;
}


#menu {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
}

#menu li {
	width: 100%;
	text-align: center;
	font-size: 16px;
}

#menu li img {
	width: 55%;
	height: auto;
}

#menu li a {
	color: #221815;
}

#menu li p {
	padding-top: 3px;
}

#ad {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
}

#ad img {
	width: 100%;
}

#recom {
	width: 100%;
	overflow: hidden;
	position: relative;
}

#recom .tab {
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	height: 50px;
	margin-top: 10px;
}

#recom .tab li {
	float: left;
	width: 35%;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
	position: relative;
	margin-right: 5%;
}

#recom .tab span {
	color: #fcbf03;
	background-color: #fcbf03;
	width: 5px;
	height: 5px;
	top: -3px;
	margin-right: 5px;
}

#recom .tab font {
	color: #fcbf03;
	font-size: 10px;
	position: absolute;
	font-weight: bold;
}

#recom .tab li:nth-child(2) font,
#recom .tab li:nth-child(2) h6 {
	display: none;
}

#recom .tab a {
	position: relative
}

#recom .tab li h6 {
	position: absolute;
	width: 25px;
	height: 5px;
	background-color: #fcbf03;
	left: 50%;
	margin-left: -10px;
	display: inline-block;
	bottom: -3px;
}

#recom .tab .hover {
	font-weight: bold;
}

#recom .sel {
	width: 100%;
	margin-top: 10px;
}

#recom .sel li {
	width: 30%;
	text-align: center;
	line-height: 35px;
	font-size: 16px;
	color: #595757;
	float: left;
	margin-right: 10%;
}

#recom .sel li a {
	color: #595757;
}

#recom .sel li i {
	font-size: 12px;
	margin-left: 5px;
}

#recom .sel .hover {
	color: #fcbf03;
}

#recom .list {
	width: 95%;
	overflow: hidden;
	margin: 0 auto;
}

#recom .list li {
	width: 100%;
	border-top: 1px solid #f1f1f1;
	position: relative;
	padding: 15px 0;
	overflow: hidden;
}

#recom .list li .avt {
	position: absolute;
	width: 65px;
	height: 65px;
	left: 0;
	top: 20px;
}

#recom .list li .avt img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}

#recom .list li .info {
	float: left;
	margin-left: 80px;
	overflow: hidden;

}

#recom .list li .info .tit {
	/* width: 99%; */
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	position: relative;
}

#recom .list li span {
	color: #595757;
	position: absolute;
	right: 0;
	top: 19px;
	font-size: 14px;
}

#recom .list li .num {
	position: absolute;
	right: 0;
	bottom: 17px;
	color: #595757;
	font-size: 12px;
}

#recom .list li .num img {
	display: inline;
	height: 12px;
	margin-right: 5px;
}

#recom .list li .info .tit img {
	width: 16px;
	display: inline-block;
	margin-right: 3px;
	margin-top: -3px;
}

#recom .list li .info .star {
	width: 100%;
	font-size: 12px;
	margin-top: 5px;
}

#recom .list li .info .star img {
	height: 10px;
	margin-top: -2px;
}

#recom .list li .info p {
	width: 100%;
	font-size: 12px;
	color: #595757;
	margin-top: 20px;
}

#service {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}

.width .tit_ms {
	width: 95%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
}

.width .tit_ms span {
	background-color: #fcbf03;
	margin-right: 5px;
	top: -2px;
	width: 5px;
	height: 5px;
}

#service .list {
	width: 96%;
	margin: 0 auto;
	margin-top: 10px;
}

#service .list li {
	width: 100%;
	position: relative;
	height: 110px;
}

#service .list li span {
	position: absolute;
	top: 15px;
	font-size: 16px;
	color: #fff;
	left: 10px;
	font-weight: bold;
}

#service .list li p {
	position: absolute;
	top: 40px;
	font-size: 14px;
	color: #fff;
	left: 10px;
	width: 85%;
}

#service .list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

#nlist {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

#nlist .list {
	width: 96%;
	margin: 0 auto;
}

#nlist .list li {
	width: 100%;
	margin-top: 15px;
	padding-bottom: 10px;
	overflow: hidden;
}

#nlist .list li .img {
	float: left;
	width: 110px;
	margin-right: 15px;
}

#nlist .list li .img img {
	width: 100%;
}

#nlist .list li h1 {
	font-size: 16px;
	font-weight: bold;
}

#nlist .list li p {
	font-size: 14px;
	color: #595757;
	margin-top: 10px;
	word-break: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#nlist .list li .dz {
	margin-top: 15px;
	font-size: 14px;
	color: #595757;
}

#nlist .list li .dz img {
	height: 15px;
	margin-top: -3px;
	margin-right: 5px;
	display: inline-block;
}

#video {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}

#video .list {
	width: 96%;
	margin: 0 auto;
	margin-top: 15px;
}

#video .list .img {
	width: 100%;
	position: relative;
}

#video .list .img img {
	width: 100%;
	border-radius: 8px;
	opacity: 0.8;
}

#video .list .img .btn {
	position: absolute;
	width: 90px;
	height: 90%;
	left: 50%;
	margin-left: -45px;
	top: 50%;
	margin-top: -45px;
}

#video .list .img .btn img {
	width: 100%;
	opacity: 1.0;
}

#video .list p {
	font-size: 16px;
	color: #0c0307;
	line-height: 25px;
	padding-top: 10px;
}

#foot {
	width: 100%;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 9;
	box-shadow: 0 0 10px 3px #ccc;
}

.cir {
	position: fixed;
	width: 60px;
	height: 30px;
	border-radius: 60px 60px 0 0;
	left: 50%;
	margin-left: -30px;
	box-shadow: 0 -5px 5px -3px #ccc;
	bottom: 50px;
	z-index: 10;
	background-color: #fff;
}

.cir .cir_1 {
	width: 46px;
	height: 46px;
	margin: 0 auto;
	border-radius: 50%;
	background-color: #fcb603;
	margin-top: 7px;
	line-height: 46px;
	text-align: center;
}

.cir .cir_1 i {
	font-size: 28px;
}

#foot li {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}

#foot li img {
	height: 25px;
	margin-top: 8px;
	display: inline-block;
}

#foot li span {
	display: block;
	color: #898989;
	font-size: 14px;
	margin-top: 5px;
}

#foot li .hover {
	color: #fcb703;
}

#hr {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

#bg_fff {
	position: fixed;
	z-index: 15;
	background-color: #f2f2f2;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	top: 0;
	left: 0;
	display: none;
}

#pub {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 16;
	text-align: center;
	left: 0;
	display: none;
}

#pub .close {
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

#pub .close img {
	height: 50px;
}

#pub .list {
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 30px;
}

#pub .list li {
	width: 50%;
	float: left;
	text-align: center;
}

#pub .list li img {
	width: 90px;
}

#pub .list li span {
	display: block;
	color: #221815;
	font-size: 18px;
	margin-top: 10px;
}

#sel {
	width: 100%;
	position: fixed;
	height: 85%;
	background-color: #fff;
	bottom: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	z-index: 20;
	overflow-y: scroll;
	display: none;
}

#sel1 {
	width: 100%;
	position: fixed;
	height: 70%;
	background-color: #fff;
	bottom: 0;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	z-index: 20;
	overflow-y: scroll;
	display: none;
}

#sel1 .list {
	width: 100%;
	margin-top: 40px;
}

#sel1 .list li {
	width: 80%;
	border-top: 1px solid #eff0f0;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
}

#sel1 .list li i {
	color: #fcbf03;
	float: right;
	font-size: 22px;
}

#sel1 .list li span {
	height: 35px;
	float: left;
	width: 8px;
	background-color: #fcbf03;
	border-radius: 5px;
	margin-top: 12px;
	margin-left: -13%;
}

#sel1 .list li:nth-child(n+2) i {
	display: none;
}

#sel1 .list li:nth-child(n+2) span {
	display: none;
}

.closed {
	position: fixed;
	top: 5%;
	width: 100%;
	text-align: center;
	z-index: 20;
	display: none;
}

.closed img {
	width: 40px;
	height: 40px;
}

#sel .tits {
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-top: 15px;
}

#sel .list {
	width: 90%;
	margin: 0 auto;
}

#sel .list h2 {
	display: block;
	margin-bottom: 15px;
	margin-top: 15px;
	font-weight: bold;
}

#sel .list span {
	float: right;
	font-weight: normal;
	font-size: 16px;
	color: #595757;
}

#sel .list i {
	margin-left: 5px;
	font-size: 14px;
}

#sel .list li {
	width: 100%;
	height: 33px;
	background-color: #f7f8f8;
	line-height: 33px;
	text-align: center;
	font-size: 16px;
	border-radius: 15px;
	border: 1px solid #f7f8f8;
}

#sel .list .hover {
	background: none;
	border: 1px solid #fcbf03;
}

#sel .list .hr {
	width: 100%;
	height: 60px;
	overflow: hidden;
}

#sel .btn {
	position: fixed;
	bottom: 10px;
	width: 100%;
	left: 0;
	text-align: center;
}

#sel .btn button {
	font-size: 16px;
	border-radius: 12px !important;
}

#opt2 {
	display: none;
}

.sel2 {
	height: 70% !important;
}

.sel3 {
	height: 70% !important;
}

#sel .list .input {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: #f7f8f8;
	border-radius: 15px;
	margin-bottom: 15px;
	position: relative;
}

#sel .list .input input {
	background: none;
	height: 100%;
	width: 90%;
	padding-left: 5%;
	font-size: 16px;
	color: #bababa;
}

#sel .list .input img {
	position: absolute;
	right: 20px;
	height: 18px;
	top: 7px;
}

#find_head {
	width: 100%;
	padding-top: 20px;
	position: relative;
}

#find_head i {
	font-size: 26px;
	margin-right: 5px;
	float: left;
	font-weight: normal;
	margin-top: 5px;
}

#find_head input {
	background-color: #f7f6f9;
	height: 40px;
	line-height: 40px;
	width: 80%;
	border-radius: 25px;
	padding-left: 10%;
	font-size: 16px;
}

#find_head button {
	position: absolute;
	right: 10%;
	background: none;
	top: 30px;
}

#find_img {
	width: 100%;
	margin-top: 15px;
}

#find_img .left {
	width: 55%;
	float: left;
	height: 200px;
	position: relative;
}

#find_img .left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

#find_img .right {
	width: 42%;
	float: right;
	height: 200px;
	overflow: hidden;
}

#find_img .right .img {
	width: 100%;
	height: 94px;
	margin-bottom: 12px;
	position: relative;
}

#find_img .right .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

#find_img .left span {
	position: absolute;
	top: 15px;
	font-size: 22px;
	color: #fff;
	left: 10px;
	font-weight: bold;
}

#find_img .left p {
	position: absolute;
	top: 50px;
	font-size: 16px;
	color: #fff;
	left: 10px;
	width: 85%;
}

#find_img .right .img span {
	position: absolute;
	top: 10px;
	font-size: 22px;
	color: #fff;
	left: 10px;
	font-weight: bold;
}

#find_img .right .img p {
	position: absolute;
	top: 45px;
	font-size: 15px;
	color: #fff;
	left: 10px;
	width: 85%;
}

#nect_mn {
	width: 95%;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 10px;
	overflow: hidden;
}

#nect_mn li {
	width: 25%;
	float: left;
	text-align: center;
}

#nect_mn li img {
	height: 60px;
}

#nect_mn li span {
	display: block;
	font-size: 16px;
	padding-top: 10px;
}

#nect_list {
	width: 100%;
	margin: 0 auto;

}

#nect_list li {
	width: 100%;
	border-bottom: 5px solid #f7f8f8;
	padding-top: 25px;
	padding-bottom: 25px;
}

#nect_list li .tt {
	width: 90%;
	font-size: 16px;
	color: #595757;
	margin: 0 auto;
	position: relative;
	overflow-wrap: break-word;
}

#nect_list li .tt img {
	height: 40px;
	width: 40px;
	object-fit: cover;
	border-radius: 5px;
}

#nect_list li .tt font {
	font-size: 18px;
	color: #000;
	padding: 0 10px;
}

#nect_list li .tt span {
	position: absolute;
	background-color: #fcbf03;
	color: #fff;
	border-radius: 15px;
	padding: 2px 10px;
	margin-top: 5px;
	right: 0;
	top: -1px;
}

#nect_list li .tt p {
	padding: 10px 0;
}

#nect_list li .img {
	width: 90%;
	margin: 0 auto;
}

#nect_list li .img dd {
	width: 100%;
	height: 100px;
}

#nect_list li .img .d_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

#od {
	width: 100%;
	height: 60px;
	background-color: #f7f8f8;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	position: relative;
}

#od i {
	position: absolute;
	left: 3%;
	font-size: 24px;
}

#od_addr {
	width: 100%;
}

#od_addr .list {
	width: 95%;
	background-color: #fff;
	padding: 15px 0;
	font-size: 18px;
	margin: 0 auto;
	position: relative;
	border-radius: 8px;
	margin-top: 10px;
}

#od_addr .list img {
	height: 16px;
	margin-right: 10px;
}

#od_addr .list p {
	color: #595757;
	margin-top: 10px;
	padding-left: 23px;
	box-sizing: border-box;
}

#od_addr .list i {
	position: absolute;
	top: 20px;
	right: 3%;
}

#od_cart {
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px 0;
	margin-top: 20px;
	overflow: hidden;
}

#od_cart .pro {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#od_cart .pro img {
	float: left;
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-right: 10px;
}

#od_cart .pro h1 {
	font-size: 20px;
}

#od_cart .pro p {
	color: #595757;
	font-size: 14px;
	margin-top: 10px;
}

#od_cart .pro span {
	position: absolute;
	top: 0px;
	right: 2%;
	font-size: 20px;
}

#od_cart .num {
	font-size: 16px;
	color: #595757;
	overflow: hidden;
}

#od_cart .num span {
	float: right;
	width: 100px;
	border: 1px solid #595757;
	height: 30px;
	border-radius: 8px;
	text-align: center;
	position: relative;
}

#od_cart .num input {
	width: 40px;
	height: 100%;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	display: block;
	margin: 0 auto;
	background: none;
	text-align: center;
}

#od_cart .num span i {
	position: absolute;
	left: 0px;
	top: 0;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
}

#od_cart .list {
	width: 100%;
	overflow: hidden;
	padding-bottom: 40px;
}

#od_cart .list li {
	width: 100%;
	margin: 0 auto;
	line-height: 50px;
	font-size: 16px;
}

#od_cart .list li span {
	float: right;
}

#od_cart .list li i {
	float: right;
	margin-left: 5px;
}

#od_foot {
	position: fixed;
	width: 100%;
	height: 60px;
	bottom: 0;
	line-height: 60px;
	text-align: right;
	font-size: 18px;
	background-color: #f7f8f8;
}

#od_foot font {
	color: #595757;
}

#od_foot h3 {
	color: #e75f20;
	display: inline;
}

#od_foot b {
	font-size: 25px;
}

#od_foot button {
	background-color: #fcbf03;
	color: #fff;
	padding: 5px 30px;
	float: right;
	margin-top: 10px;
	border-radius: 8px;
	font-size: 18px;
	margin-left: 10px;
}

#pjt_tab {
	width: 100%;
	text-align: center;
	font-size: 22px;
	overflow: hidden;
}

#pjt_tab span {
	display: inline-block;
	margin: 15px 20px;
	padding-bottom: 10px;
}

#pjt_tab .hover {
	font-weight: bold;
	border-bottom: 3px solid #000;
}

#pjt_zt {
	width: 100%;
	margin-top: 15px;
	overflow: hidden;
}

#pjt_zt button {
	width: 100%;
	height: 40px;
	background-color: #dcdcdc;
	border-radius: 8px;
	font-size: 16px;
}

#pjt_zt .hover {
	color: #fff;
	background-color: #fcbe03;
}

#pjt_list {
	width: 94%;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 25px;
}

#pjt_list li {
	width: 100%;
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px 15px;
	box-sizing: border-box;
	font-size: 16px;
	color: #3e3a39;
}

#pjt_list li span {
	float: right;
	margin-top: 5px;
}

#pjt_list li p {
	margin-top: 10px;
	padding-bottom: 15px;
}

#pjt_list li font {
	font-size: 20px;
	color: #3e3a39;
}

#pjt_list li img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

#case_list {
	width: 94%;
	margin: 0 auto;
}

#case_list li {
	width: 100%;
	overflow: hidden;
}

#case_list li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

#case_list li h1 {
	font-size: 18px;
	line-height: 40px;
	white-space: nowrap;
	width: 100%;
	padding-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

#case_list li p {
	font-size: 14px;
	position: relative;
}

#case_list li span {
	position: absolute;
	margin-top: 10px;
	top: -4px;
	right: 0;
	padding-left: 10px;
	background-color: #fff;
}

.container {
	column-count: 2;
	column-gap: 10px;
	width: 100%;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
}

.item {
	width: 100%;
	margin-bottom: 20px;
}

#rm_img {
	width: 94%;
	margin: 0px auto;
	margin-top: 20px;

}

#rm_img img {
	width: 100%;
	border-radius: 15px;
}

#rm_list {
	width: 94%;
	margin: 0 auto;
}

#rm_list li {
	width: 100%;
	background-color: #f7f8f8;
	border-radius: 15px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
}

#rm_list li img {
	float: left;
	width: 40%;
	border-radius: 15px;
	margin-right: 20px;
}

#rm_list li h1 {
	font-size: 18px;
	color: #3e3a39;
	line-height: 40px;
}

#rm_list li p {
	font-size: 14px;
	color: #3e3a39;
}

#rm_list li button {
	float: right;
	font-size: 14px;
	color: #333;
	background: none;
	border: 1px solid #fcbf03;
	border-radius: 15px;
	padding: 0px 5px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#notice img {
	max-width: 100%;
}