.crumbs_box {
	padding: 20px 0;
}
.aside-left {
	width: 935px;
	margin-top: -5px;
}
.add_ad_box {
	height: 295px;
	background-image: url("../jpg/add_ad_bg_v8b2c61.jpg");
	margin-bottom: 30px;
	padding: 20px 25px;
	display: flex;
	position: relative;
}
.add_ad_box > .iconfont {
	font-size: 14px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	color: #ffffff;
}
.add_ad_box .video_box {
	height: 255px;
	width: 453px;
	margin-right: 25px;
	border-radius: 5px;
	overflow: hidden;
	position: relative;
}
.add_ad_box .video_box .video_background {
	position: relative;
	height: 100%;
	background-size: cover;
	border-radius: 5px;
}
.add_ad_box .video_box .iconfont {
	font-size: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	color: #ffffff;
	z-index: 9;
}
.add_ad_box .video_box .video_background > span {
	width: 30px;
	height: 30px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
}
.add_ad_box .video_box video {
	height: 255px;
	width: 453px;
}
.add_ad_box .shop_info {
	color: #ffffff;
}
.add_ad_box .shop_info .flex {
	display: flex;
	align-items: center;
}
.shop_info .company_logo {
	margin-right: 10px;
	width: 60px;
	height: 50px;
	position: relative;
	background: #ffffff;
	border-radius: 5px;
}
.shop_info .company_logo img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 50px;
	max-width: 60px;
}
.add_ad_box .sp_title {
	display: flex;
	align-items: center;
}
.add_ad_box .sp_title a {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-right: 10px;
	line-height: 24px;
}
.add_ad_box .sp_title a:hover {
	text-decoration: underline;
}
.add_ad_box .sp_title div {
	background: #1F88E4;
	width: 130px;
	height: 22px;
	border-radius: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: italic;
	cursor: pointer;
	line-height: 22px;
}
.add_ad_box .sp_title div:hover {
	background: #1470cc;
}
.add_ad_box .sp_title div i {
	font-size: 14px;
	margin-right: 5px;
}
.add_ad_box .company_other {
	display: flex;
	align-items: center;
	margin-top: 6px;
}
.add_ad_box .company_other img {
	margin-right: 5px;
	width: 27px;
	height: 20px;
}
.add_ad_box .company_other span {
	margin-right: 12px;
}
.add_ad_box .company_other p {
	margin-right: 11px;
	padding: 0 4px;
	background: #ffede3;
	border: 1px solid #fcb189;
	border-radius: 5px;
	font-size: 12px;
	color: #fd2c03;
	line-height: 16px;
}
.add_ad_box .allIcon_main i {
	margin-right: 5px;
	vertical-align: middle;
}
.add_ad_box .allIcon_main b {
	display: inline-block;
	font-weight: 400;
	vertical-align: middle;
}
.add_ad_box .product_list {
	display: flex;
	margin-top: 15px;
}
.add_ad_box .product_item {
	background: #FFFFFF;
	border-radius: 5px;
	height: 190px;
	padding: 5px;
	width: 140px;
	margin-right: 10px;
	transition: all .3s;
}
.add_ad_box .product_item.active {
	width: 425px;
}
.add_ad_box .product_item .detail {
	display: none;
}
.add_ad_box .product_item .default {
	display: block;
}
.add_ad_box .product_item.active .detail {
	display: flex;
}
.add_ad_box .product_item.active .default {
	display: none;
}
.add_ad_box .detail .img_box {
	margin-right: 15px;
	width: 180px;
	height: 180px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.add_ad_box .detail .img_box img{
	max-width: 180px;
	max-height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.add_ad_box .detail .right_box {
	margin-top: 2px;
	width: calc(100% - 195px);
}
.add_ad_box .detail .right_box a{
	font-size: 15px;
	color: #3E4E5E;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.add_ad_box .detail .right_box a:hover {
	text-decoration: underline;
}
.add_ad_box .detail ul {
	margin-top: 6px;
}
.add_ad_box .detail ul li {
	display: flex;
	color: #78838E;
	font-size: 12px;
	line-height: 19px;
}
.add_ad_box .detail ul li span {
	width: 72px;
}
.add_ad_box .detail ul li p {
	width: calc(100% - 72px);
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.add_ad_box .detail .inquiry_btn {
	width: 80px;
	height: 25px;
	background: #FE6001;
	border-radius: 5px;
	margin-top: 8px;
	cursor: pointer;
	color: #ffffff;
	text-align: center;
	line-height: 25px;
}
.add_ad_box .detail .inquiry_btn:hover {
	background: #fe4201;
}
.add_ad_box .default .img_box {
	width: 130px;
	height: 130px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.add_ad_box .default .img_box img {
	max-width: 130px;
	max-height: 130px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.add_ad_box .default p {
	font-size: 13px;
	color: #3E4E5E;
	margin-top: 7px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.result_tip {
	display: flex;
	font-size: 15px;
	color: #999999;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: #f8f9fc;
}
.result_tip h1 {
	font-weight: normal;
	font-size: 15px;
}
.result_int {
	padding: 15px 20px 10px;
	width: 100%;
	background: #fbfcfd;
	border-bottom: 1px solid #d6d6d6;
}
.result_int p {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #777777;
	line-height: 40px;
}
.result_int p i {
	margin-right: 5px;
	font-size: 20px;
}
.result_int ul {
	display: flex;
	flex-wrap: wrap;
}
.result_int ul li {
	margin-bottom: 10px;
	margin-right: 3.3%;
	width: 30%;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.list_item {
	padding: 40px 0;
	border-bottom: 1px solid #d6d6d6;
	display: flex;
	position: relative;
}
.list_item > a > img {
	position: absolute;
	top: 0;
	right: 0;
	width: 120px;
}
.list_item > i {
	position: absolute;
	right: 0;
	bottom: 5px;
	font-size: 14px;
	color: #9eb0f8;
}
.list_item .img_box {
	width: 160px;
	height: 160px;
	border: 1px solid #d6d6d6;
	padding: 4px;
	position: relative;
}
.list_item .img_box img {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.list_item .detail {
	padding: 0 0 0 15px;
	flex: 1;
	width: calc(100% - 160px);
}
.list_item .detail h3 .main_icon {
	width: 20px;
	height: 20px;
	vertical-align: -1px;
}
.list_item .detail h3 {
	font-size: 22px;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
}
.list_item .detail a:hover h3 {
	color: #d51a1c;
}
.list_item .detail ul {
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.list_item .detail ul li {
	width: 50%;
	font-size: 14px;
	line-height: 26px;
	display: flex;
}
.list_item .detail ul li span {
	color: #777777;
	width: 75px;
}
.list_item .detail ul li p {
	color: #333333;
	flex: 1;
}
.list_item .detail ul li .price {
	color: #d51a1c;
}
.list_item .detail .flex {
	display: flex;
	align-items: center;
	padding-top: 20px;
	border-top: 1px dashed #d6d6d6;
}
.list_item .detail .flex div {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.list_item .detail .flex .line {
	margin: 0 30px;
	border-right: 1px solid #333333;
	width: 1px;
	height: 15px;
}
.list_item .detail .flex div i {
	color: #cbd0df;
}
.list_item .detail .flex div span {
	color: #777777;
	margin: 0 5px;
}
.list_item .detail .btn_box {
	margin-top: 20px;
}
.list_item .detail .btn_purchase {
	width: 100px;
	height: 35px;
	display: inline-block;
	background: #ffffff;
	color: #d51a1c;
	border: 1px solid #d51a1c;
	line-height: 33px;
	text-align: center;
	margin-left: 0;
}
.list_item .detail .btn_purchase:hover {
	background: #d51a1c;
	color: #ffffff;
}
.company_info {
	border-top: 1px dashed #d6d6d6;
	margin-top: 5px;
	padding-top: 20px;
	color: #333333;
}
.company_info .allIcon_main {
	display: inline-block;
}
.company_info .company_name a {
	color: #333333;
}
.company_info .company_name a:hover {
	text-decoration: underline;
}
.company_location {
	font-size: 13px;
	color: #777777;
	margin-top: 7px;
}
.company_introduction {
	font-size: 14px;
	margin-top: 7px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	max-height: 40px;
	color: #333333;
}
.common_main {
	display: flex;
	font-size: 14px;
	margin-top: 10px;
}
.common_main span {
	color: #777777;
	width: 105px;
}
.common_main p {
	color: #333333;
	flex: 1;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	max-height: 80px;
	word-break: break-word;
}
.company_info .btn_box {
	margin-top: 15px;
	font-size: 14px;
}
.company_info .btn_box .inquiry_btn {
	width: 100px;
	height: 35px;
	display: inline-block;
	color: #5d77a8;
	line-height: 33px;
	text-align: center;
	margin-left: 0;
	border: 1px solid #5d77a8;
}
.company_info .btn_box .inquiry_btn:hover {
	background: #5d77a8;
	color: #ffffff;
}
.company_info .btn_box a {
	color: #1470cc;
	margin-left: 30px;
}
.company_info .btn_box a.similar_a {
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	width: 129px;
	vertical-align: -2px;
}

.turnPage_box {
	text-align: right;
}
.more_product {
	padding-top: 60px;
	border-top: 1px dashed #000000;
}
.related_search,
.check_out,
.top_product {
	margin-top: 50px;
}
.related_search .title,
.check_out .title,
.top_product .title,
.more_product .title,
.top_product .title a{
	font-size: 20px;
	color: #d51a1c;
}
.related_search ul {
	display: flex;
	flex-wrap: wrap;
}
.related_search ul li {
	width: 295px;
	margin-right: 25px;
	font-size: 15px;
	margin-top: 20px;
	cursor: pointer;
}
.related_search ul li:nth-child(3n) {
	margin-right: 0;
}
.related_search ul li p {
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 3px;
}
.related_search ul li a:hover {
	text-decoration: underline;
}
.check_out .title {
	margin-bottom: 30px;
}
.check_out li {
	padding-bottom: 20px;
}
.check_out li a {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
.check_out li i {
	margin-right: 3px;
}
.top_product .title {
	margin-bottom: 30px;
}
.top_product ul {
	display: flex;
	flex-wrap: wrap;
}
.top_product ul li {
	margin-right: 3.3%;
	padding-bottom: 20px;
	width: 30%;
}
.top_product li p {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.aside-right-box {
	width: 280px;
	margin-top: 35px;
	overflow: auto;
}
.aside-right-box .for_border {
	border: 1px solid #d6d6d6;
	padding: 0 10px;
	margin-bottom: 20px;
}
.common_check_box {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 10px;
	padding: 15px 0 10px;
}
.common_check_box:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.location_box {
	padding-bottom: 10px;
}
.location_box.max {
	height: 260px;
	overflow: hidden;
}
.location_box .location_item div {
	display: flex;
	margin-top: 10px;
	align-items: center;
}
.location_box .location_item div i {
	font-size: 15px;
	margin-left: 6px;
	cursor: pointer;
	margin-top: 2px;
	transition: all 0.3s;
}
.location_box .location_item div i.rotate {
	transform: rotate(-180deg);
}
.location_box p {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
}
.location_box ul {
	display: none;
}
.location_box ul li {
	margin-top: 6px;
	color: #333333;
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	padding-left: 15px;
}
.common_check_box .more_box {
	margin-bottom: 10px;
	display: none;
}
.common_check_box .more_box span {
	cursor: pointer;
	color: #1470cc;
	font-size: 14px;
}
.common_check_box .more_box span:last-child {
	display: none;
}
.common_check_box .title {
	font-size: 20px;
	color: #333333;
}
.common_check_box .check_box {
	padding-bottom: 10px;
	font-size: 14px;
}
.common_check_box .check_box.max {
	height: 250px;
	overflow: hidden;
}
.common_check_box .check_box div {
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
}
.common_check_box .check_box div label {
	vertical-align: 1px;
	margin-left: 5px;
	cursor: pointer;
}
.aside-right-box .sds_btn {
	height: 40px;
	border: 1px solid #d6d6d6;
	color: #333333;
	text-align: center;
	padding: 0 10px;
	line-height: 38px;
	margin-bottom: 20px;
	background: #ffffff;
	font-size: 0;
}
.aside-right-box .sds_btn p {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 225px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.aside-right-box .sds_btn.price_btn p {
	max-width: 165px;
}
.aside-right-box .sds_btn.properties_btn p {
	max-width: 190px;
}
.aside-right-box .sds_btn span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.aside-right-box .sds_btn:hover {
	border: 1px solid #333333;
}
.product_information {
	background: #f8f9fc;
	padding: 30px 20px;
	margin-top: 40px;
}
.product_information .title {
	margin-bottom: 20px;
	font-size: 20px;
}
.add_rfq {
	background: #F6F7FB;
	padding: 40px 50px;
	margin-top: 40px;
	border: 1px solid #D6D6D6;
	border-radius: 5px;
}
.add_rfq h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.add_rfq .sub_title {
	text-align: center;
	margin-top: 5px;
}
.form_div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 10px;
}
.form_div .item {
	width: 400px;
	height: 35px;
	background: #ffffff;
	border-radius: 5px;
	margin-top: 18px;
	position: relative;
	display: flex;
	border: 1px solid #ffffff;
}
.form_div .item.focus {
	border: 1px solid #1F88E4;
}

.form_div .item.select1,
.form_div .item.select2,
.form_div .item.select3{
	align-items: center;
}
.form_div .item.select3 select {
	width: 105px;
	height: 19px;
	border: none;
	border-right: 1px solid #999999;
}
.for_code {
	width: 100%;
}
.for_code .item {
	float: right;
}
.for_code .code_btn {
	height: 28px;
	padding: 0 10px;
	background: #f3f8fe;
	border: 1px solid #1470cc;
	color: #1470cc;
	line-height: 26px;
	margin-right: 2px;
	cursor: pointer;
	min-width: 100px;
	text-align: center;
	margin-top: 2.5px;
	border-radius: 2px;
}
.form_div .item.select1 select,
.form_div .item.select2 select{
	width: 105px;
	height: 19px;
	border: none;
	border-left: 1px solid #999999;
	padding: 0 10px;
}
.form_div .item.select2 select:first-child {
	border-left: none;
	border-right: 1px solid #999999;
}
.form_div .item select.for_border {
	border-right: 1px solid #999999;
}
.form_div .item input {
	height: 100%;
	flex: 1;
	padding: 0 10px;
	border: none;
	border-radius: 5px;
}
.form_div .item input.short {
	width: 140px;
}
.form_div .item input.short2 {
	display: none;
}
.form_div .item.textarea {
	width: 100%;
	height: 80px;
}
.form_div .item.textarea textarea {
	border: none;
	width: 100%;
	height: 100%;
	padding: 8px 10px;
	resize: none;
	font-family: "Helvetica", "Arial", sans-serif;
	border-radius: 5px;
}
.form_div .item .error_msg {
	padding: 1px 2px;
	position: absolute;
	top: 36px;
	left: 0;
}
.form_div .item.textarea .error_msg {
	top: 81px;
}
.add_rfq .submit_btn {
	width: 200px;
	height: 35px;
	border-radius: 18px;
	text-align: center;
	line-height: 35px;
	background: #1470cc;
	color: #ffffff;
	margin: 30px auto 0;
	cursor: pointer;
}
.product_information .title a {
	font-size: 20px;
	color: #333333;
}
.product_information .title a:hover {
	color: #5d77a8;
}
.product_information ul li {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}
.ad_box img {
	width: 280px;
	height: 330px;
}
