body {
	background: rgb(245, 245, 245);
}

.cont {
	width: 1200px;
	margin: auto;
}

.content
{
	margin-top: 74px;
}
.cont-box
{
	margin-top: 10px;
}

.cont-box {
	display: flex;
	justify-content: space-between;
}

.cont-box .le-box {
	width: 860px;
}

.cont-box .ri-box {
	width: 330px;
}

.cont-box .le-box>div {
	padding: 30px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.edt-box {
	padding-bottom: 15px !important;
}

textarea {
	width: 100%;
	min-height: 100px;
	max-height: 160px;
	background: #F5F5F5;
	border-radius: 10px;
	font-size: 14px;
	border: none;
	resize: none;
	outline: none;
	padding: 8px 10px !important;
	box-sizing: border-box;
	/* overflow-y:hidden; */
}

.edt-do {
	margin-top: 15px;
	height: 35px;
}

.edt-do .fb {
	float: right;
	width: 70px;
	height: 35px;
	background: #FF671F;
	border-radius: 20px;
	text-align: center;
	/* line-height: 40px; */
	color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	border: none;
	outline: none;
	transition: 0.5s;
}

.art-box {
	margin-top: 10px;
}

.art-box .art-top {
	overflow: hidden;
	margin-bottom: 15px;
}
.art-box .art-top>div
{
	cursor: pointer;
}

.art-box .art-top>div {
	font-size: 18px;
	color: #AEAEAE;
	float: none;
	display: initial;
	padding: 0 15px;
	/* margin-right: 20px; */
}

.change {
	font-weight: bold;
	color: #333333 !important;
}



.ri-box>div {
	/* background: #FFFFFF; */
}

.form {
	padding: 30px;
	box-sizing: border-box;
	background: #FFFFFF;
}

.s-logo {
	display: block;
	margin: auto;
}

.form-box {
	margin-top: 30px;
}

.form-box input {
	box-sizing: border-box;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #FF671F;
	border-radius: 6px;
	padding-left: 11px;
	font-size: 14px;
	outline: none;
}

.name {
	width: 100%;
}

.yz-box {
	margin-top: 20px;
	overflow: hidden;
}

.yz-box input {
	float: left;
	width: 180px;
}

.yz-box div {
	width: 80px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #FF671F;
	border-radius: 6px;
	float: right;
	box-sizing: border-box;
}

.form button {
	width: 100%;
	height: 40px;
	background: #FF671F;
	border: 1px solid #FF671F;
	border-radius: 6px;
	border: none;
	outline: none;
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 20px;
	cursor: pointer;
}

.form button a
{
	/* display: block; */
	color: #FFFFFF;
}

/* .down>div,.down>img
 {
	 display: table-cell;
	 vertical-align: middle;
 } */

/* .fx {
	width: 211px;
	height: 218px;
	padding: 17px 16px 25px 16px;
	box-sizing: border-box;
	background: url(img/nav/image3.png) no-repeat;
	position: absolute;
	left: 50%;
	top: -218px;
	transform: translateX(-50%);
	z-index: 999;
	margin-left: 0 !important;
	display: none;
} */




/* .sp-list,.wd-list,.tc-list,.tj-list,.gz-list{
	display: none;
} */
.xie
{
	color: #AEAEAE;
}

.sp-list
{
	/* overflow: hidden; */
}
.sp-item
{
	float: left;
	margin-right: 40px;
	margin-bottom: 24px;
	width: 240px;
	height: 240px;
}

.sp-item:nth-of-type(3n)
{
	margin-right: 0 !important;
}
.sp-item .fm-box
{
	width: 240px;
	height: 135px;
	background: #E2E2E2;
	border-radius: 10px;
	/* overflow: hidden; */
	position: relative;
}
.sp-item .fm-box img
{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}
.sp-time
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	width: 45px;
	height: 20px;
	background: rgba(0,0,0,0.5);
	border-radius: 10px;
	line-height: 20px;
}
.sp-au
{
	padding-left: 10px;
	box-sizing: border-box;
	height: 40px;
	position: absolute;
	bottom: -24px;
	left: 0;
}
.sp-tx
{
	float: left;
	width: 40px;
	height: 40px;
	/* overflow: hidden; */
}
.sp-tx img
{
	/* width: 100%; */
	height: 100%;
	margin: auto;
}
.au-name
{
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 16px;
	height: 16px;
	background: linear-gradient(132deg, #EDD1AA 0%, #C99958 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	overflow: hidden;
}
.au-name .ming
{
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.au-name div
{
	float: left;
}
.sp-tit
{
	margin-top: 30px;
	font-size: 14px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 20px;
}
.sp-tit a
{
	color: #333333;
}
.ming
{
	float: left;
	margin-right: 10px;
}
.sp-de
{
	margin-top: 14px;
	height: 20px;
}
.sp-num,.sp-fb
{
	float: left;
	margin-right: 10px;
	line-height: 20px;
	color: #AEAEAE;
	font-size: 12px;
}
.more
{
	float: right;
	height: 20px;
	line-height: 28px;
	cursor: pointer;
}
.sp-list .more,.sp-list li
{
	position: relative;
}
.de-tk
{
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 150px;
	height: 63px;
	line-height: 73px;
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: url(../img/index/tankuang23.png) no-repeat center;
	z-index: 9;
	cursor: pointer;
}
.pb-box
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F1F1F1;
	z-index: 9;
	text-align: center;
	display: table;
}
.pb-box>div
{
	display: table-cell;
	vertical-align: middle;
}
.pb-con
{
	font-size: 14px;
	color: #333333;
}
.pb-can
{
	font-size: 14px;
	color: #AEAEAE;
	margin-top: 20px;
	cursor: pointer;
}

.cx-icon
{
	display: flex;
	line-height: 40px;
	justify-content: center;
}
.cx-icon img {
    margin-right: 5px;
    height: 28px;
    margin-top: 6px;
}
.cx-icon div
{
	
}
.gm
{
	float: left;
}
.adver-item .gm iconpark-icon
{
	height: 20px !important;
}
.no-data
{
	background: #FFFFFF;
	text-align: center;
	font-size: 16px;
	color: #AEAEAE;
	padding: 50px 0;
}
.no-data img
{
	margin: auto;
	margin-bottom: 5px;
}

.mb
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999;
}
.check
{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
	padding: 30px 40px;
	box-sizing: border-box;
	border-radius: 5px;
	width: 400px;
	z-index: 999;
}
.ch-tit
{
	font-size: 18px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.close
{
	position: absolute;
	top: -30px;
	right: -30px;
	cursor: pointer;
}
.cx-box
{
	width: 536px;
	height: 334px;
	background: url(../img/index/ptbg.png) no-repeat center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
}
.cx-box .cx-res
{
	width: 320px;
	float: right;
	height: 100%;
	font-size: 27px;
	font-weight: bold;
	color: #ff671f;
	text-align: center;
	padding-top: 230px;
	box-sizing: border-box;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.dom-cont
{
	overflow: hidden;
}
.img-ser
{
	width: 35px;
	height: 35px;
	line-height: 35px;
	float: left;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.img-ser input
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.edt-do button:disabled
{
	background: #ff8200;
	opacity: 0.5;
}
.img-box
{
	overflow: hidden;
}
.img-box>div
{
	float: left;
	width: 120px;
	height: 120px;
	margin-right: 16px;
	/* border: 1px solid #AEAEAE; */
	border-radius: 10px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.img-box>div .guanbi
{
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
	width: 12px;
	height: 12px;
}
.img-box>div:last-child
{
	margin: 0 !important;
}
.img-box>div img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.text-num
{
	text-align: right;
	font-size: 14px;
	color: #AEAEAE;
}
.info-box
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 624px;
	height: 452px;
	background: url(../img/index/tkbg.png) no-repeat;
	transform: translate(-50%,-50%);
	border-radius: 15px;
	/* background: #FFFFFF; */
	z-index: 999;
	/* padding: 40px 30px; */
	padding-left: 263px;
	padding-right: 40px;
	/* padding-top: 23px;
	padding-bottom: 20px; */
	box-sizing: border-box;
	display: table;
	color: #333333;
}
.info-box>div
{
	display: table-cell;
	vertical-align: middle;
}
.info-box button
{
	color: #FFFFFF;
	border: none;
	outline: none;
	width: 197px;
	height: 55px;
	background: #FF671F;
	border-radius: 10px;
	font-size: 18px;
	margin-top: 25px;
}
.info-box button a
{
	color: #FFFFFF;
}
.info-box>div>div
{
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.info-box>div>div span
{
	font-weight: bold;
}
.info-box .result
{
	font-size: 41px !important;
	color: #FF671F !important;
	margin-bottom: 32px !important;
}
.cxData-box
{
	position: fixed;
	top: 50%;
	left: 50%;
	/* width: 500px; */
	padding: 40px 30px;
	/* height: 400px; */
	transform: translate(-50%,-50%);
	border-radius: 15px;
	background: #FFFFFF;
	z-index: 999;
}
.cxData-box input
{
	width: 360px;
	height: 40px;
	border-radius: 5px;
	padding-left: 20px;
	border: 1px solid #AEAEAE;
	margin: auto;
	margin-top: 30px;
}
.cxData-box .seleType
{
	width: 300px;
	height: 30px;
	border: 1px solid #333333;
	border-radius: 5px;
	box-sizing: border-box;
	margin: auto;
}
.cxData-box .seleType>div
{
	width: 50%;
	float: left;
	height: 100%;
	text-align: center;
	line-height: 28px;
	box-sizing: border-box;
	color: #333333;
	cursor: pointer;
	font-size:14px;
}
.cxData-box .seleType .seAct
{
	color: #FFFFFF !important;
	background: #FF671F;
}
.cxData-box .seleType>div:nth-of-type(1)
{
	border-right: 1px solid #EEEEEE;
}
.cxData-box .cxBtn
{
	width: 100%;
	height: 40px;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 30px;
	background: #ff671f;
	border: none;
	cursor: pointer;
}
.contact
{
	position: fixed;
	bottom: 100px;
	right: 10px;
	width: 126px;
	text-align: center;
	z-index: 99;
}
.contact .con_phone:hover .phone_de
{
	right: 100px;
}
.contact .con_phone img
{
	height: 54px;
	margin: auto;
	cursor: pointer;
}
.contact .con_ewm img
{
	width: 126px;
	margin-top: 10px;
}
.phone_de
{
	position: absolute;
	right: -200px;
	top: 0;
	transition:right 0.5s ease-in-out;
}
.fd-fx
{
	position: fixed;
	top: 60px !important;
	width: 330px;
}

/* .dom-cont .item-img
{
	float: right;
} */
@media screen and (max-width: 640px) {
	.contact
	{
		display: none;
	}
	.v-au
	{
		display: flex;
		align-items: center;
		height: 100%;
	}
	.content
	{
		margin-top: 3.92rem !important;
	}
	.cont-box
	{
		margin-top: 0.35rem;
	}
	.art-box
	{
		margin-top: 0;
	}
	.sp-item
	{
		float: none;
		width: 100%;
	}
	.sp-item .fm-box
	{
		width: 100%;
		height: 13.57rem;
		border-radius: inherit;
	}
	.sp-item .fm-box img
	{
		border-radius: inherit;
	}
	.sp-item a
	{
		display: block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	.sp-item
	{
		height: auto;
		padding: 1.1rem 0 0.6rem 0;
		box-sizing: border-box;
		border-top: 1px solid #F7F4F0;
		margin-bottom: 0;
	}
	.sp-item .shipin-tit a
	{
		display: contents;
	}
	.sp-item .art-de a
	{
		display: inherit;
	}
	.jd-list
	{
		padding: 0 !important;
		background: none !important;
	}
	.jd-tip
	{
		margin-top: 0.35rem;
		/* padding: 0 0.85rem; */
		box-sizing: border-box;
		position: relative;
	}
	.jd-tip>img
	{
		width: 100%;
	}
	.jd-tip .tip-t
	{
		height: 1.18rem;
		line-height: 1.18rem;
		margin-top: 1.28rem;
		margin-bottom: 0.9rem;
	}
	.jd-tip .tip-con
	{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 0 0.85rem;
		box-sizing: border-box;
	}
	.jd-tip .tip-t iconpark-icon
	{
		float: left;
		font-size: 1.18rem;
	}
	.jd-tip .tip-t div
	{
		float: left;
		color: #7C551E;
		font-size: 1.14rem;
		margin-left: 0.7rem;
	}
	.jd-tip .tip-c
	{
		font-size: 0.85rem;
		color: #333333;
		line-height: 1.28rem;
	}
	.jd-box
	{
		margin-top: 0.35rem;
		padding: 0 0.85rem;
		box-sizing: border-box;
		background: #FFFFFF;
	}
	.cont-box .le-box>div
	{
		padding: 0 !important;
		background: none;
	}
	.art-box .art-top
	{
		margin-bottom: 0;
	}
	.art-box .art-top>div
	{
		margin-right: 0;
	}
	
}