/* 公用样式表 */

* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #de0800;
}

ul li {
	list-style: none;
}

html,body {
	font-family: "微软雅黑";
	color: #333333;
	font-size: 14px;
}
input,textarea,select,button{
    outline: none;
    resize: none;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.ml-none {
	margin-left: 0 !important;
}

.mt-none {
	margin-top: 0 !important;
}

.mr-16 {
	margin-right: 16px;
}

.mr-13 {
	margin-right: 13px;
}

.ml-7 {
	margin-left: 7px;
}

.ml-25 {
	margin-left: 25px !important;
}

.ml-16 {
	margin-left: 16px;
}

.ml-22 {
	margin-left: 22px !important;
}

.ml-19 {
	margin-left: 19px;
	overflow: hidden;
}

.chanping-list-title1 {
	width: 100%;
	font-size: 16px !important;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: -5px;
}

.ml-12 {
	margin-left: 12px;
}

.ml-374 {
	margin-left: 374px;
}

.ml-599 {
	margin-left: 599px;
}

.mr-110 {
	margin-right: 110px;
}

.mr-12 {
	margin-right: 12px !important;
}

.ml-35 {
	margin-left: 35px;
}

.mt-50 {
	margin-top: 50px;
}

.box {
	width: 1200px;
	margin: 0 auto;
}

.border-none {
	border: 0 !important;
}

.width200 {
	width: 200px;
}

.width295 {
	width: 295px;
}

.width306 {
	width: 306px;
}

.width346 {
	width: 346px;
}

.width385 {
	width: 385px;
}

.font-size-weight {
	font-weight: 600;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-16 {
	font-size: 16px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-22 {
	font-size: 22px;
}

.font-size-20 {
	font-size: 20px;
}

.font-size-24 {
	font-size: 24px;
}

.font-size-36 {
	font-size: 36px;
}

.font-decoration {
	text-decoration: line-through;
}

.font-size-27 {
	font-size: 27px;
}

.font-size-28 {
	font-size: 28px;
}

.font-size-45 {
	font-size: 45px;
}

.font-color-fff {
	color: #ffffff;
}

.font-color-61c6c2 {
	color: #de0800;
}

.font-color-333 {
	color: #333333;
}

.font-color-666 {
	color: #666666;
}

.font-color-d2d2d2 {
	color: #d2d2d2;
}

.font-color-999 {
	color: #999999;
}

.font-color-red {
	color: #ff4400;
}

.font-color-ffac28 {
	color: #ffac28;
}







/* 面包屑 */

.Breadcrumb {
	width: 100%;
	padding: 30px 0 24px 0;
	font-size: 16px;
	border-top: 2px solid #fcc800;
}

.Breadcrumb img {
	vertical-align: middle;
}

.Breadcrumb span {
	vertical-align: middle;
}

.Breadcrumb a:hover {
	text-decoration: underline;
}

.select-box a {
	width: 215px;
	height: 141px;
	display: block;
	overflow: hidden;
}

.select-box img {
	width: 215px;
	height: 141px;
	cursor: pointer;
	transition: all 0.6s;
}

.select-box img:hover {
	transform: scale(1.2);
}

.h20 {
	height: 20px;
	overflow: hidden;
}

.cle {
	clear: both;
}

.cle-line {
	clear: both;
	border-top: 1px solid #dedede;
}

.mtop20 {
	margin-top: 20px;
}

.cleh40 {
	height: 40px;
	clear: both;
}

.cle-line2 {
	clear: both;
	height: 10px;
	overflow: hidden;
	border-top: 1px dashed  #dedede;
}

.cle0 {
	clear: both;
	height: 0px;
	overflow: hidden;
}
