.f-l {
	float: left;
}

.f-r {
	float: right;
}
.max-img{ text-align: center;}
.max-img img{
	max-width:100%;
}

.YJBaner {
	position: relative;
	height: 360px;
	width: 100%;
	background: url(../../concentrated-procurement/img/banner1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

.YJBaner .animate-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.YJBaner .animate-wrap .parallaxAbout {
	width: 100%;
	height: 100%;
}

.YJBaner .animate-wrap .layer {
	width: 100%;
	height: 100%;
}

.YJBaner .animate-wrap .layer-a {
	position: absolute;
	left: 50%;
	top: 464px;
	width: 630px;
	height: 630px;
	margin-left: -800px;
	margin-top: -315px;
	-webkit-animation: rotate-base 240s linear infinite;
	animation: rotate-base 240s linear infinite;
}

.YJBaner .animate-wrap .layer-a svg {
	fill: #607aff;
	opacity: .6;
}

.YJBaner .animate-wrap .layer-b {
	position: absolute;
	left: 50%;
	top: -246px;
	width: 1300px;
	height: 1300px;
	margin-left: 200px;
	margin-top: -650px;
	-webkit-animation: rotate-base 480s linear infinite;
	animation: rotate-base 480s linear infinite;
}

.YJBaner .animate-wrap .layer-b svg {
	fill: #607aff;
	opacity: .3;
}

.YJBaner .BanerText {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 600px;
	height: 115px;
	margin-left: -300px;
	margin-top: -57px;
	z-index: 2;
	font-weight: 300;
}

.YJBaner h3 {
	font-size: 58px;
	color: #fff;
}

.YJBaner P {
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	padding-top: 20px;
	opacity: 0.6;
}

.CaseContents {
	background-color: #f3f3f3;
}

.CaseContents .container {
	padding-top: 45px;
}

.CaseContents .blue-line {
	height: 4px;
	background: #626fd9;
	border-radius: 4px 4px 0 0;
}

.CaseContents .container .left-sidebar {
	width: 20%;
	min-height: 100px;
}

.CaseContents .container .left-sidebar .sidebar-con {
	width: 100%;
}

.CaseContents .container .left-sidebar .sidebar-con.fixed {
	width: 17%;
}

.CaseContents .container .left-sidebar ul {
	background-color: #fff;
}

.CaseContents .container .left-sidebar ul li {
	min-height: 60px;
	border-bottom: 1px solid #f3f3f3;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	/*超出部分隐藏*/
	white-space: nowrap;
	/*不换行*/
	text-overflow: ellipsis;
	/*超出部分文字以...显示*/
	position: relative;
}

.CaseContents .container .left-sidebar ul li.maxHeight {
	padding: 20px 0;
}

.CaseContents .container .left-sidebar ul li.maxHeight img {
	width: 100%;
}

.CaseContents .container .left-sidebar ul li a {
	color: #333;
	font-size: 16px;
	display: block;
}

.CaseContents .container .left-sidebar ul li a .arrow-rt {
	visibility: hidden;
	width: 16px;
	height: 16px;
	fill: #3644b3;
	position: absolute;
	top: 50%;
	left: 70%;
	margin-top: -8px;
}

.CaseContents .container .left-sidebar ul li.active a {
	color: #3644b3;
}

.CaseContents .container .left-sidebar ul li.active a .arrow-rt {
	visibility: visible;
}


/*右边部分*/

.CaseContents .right-content {
	width: 75%;
	background-color: #fff;
	padding: 50px 60px;
	margin: 0 0 60px 5%;
}

.CaseContents .right-content h4 {
	font-size: 24px;
	line-height: 32px;
	margin-bottom: 40px;
	position: relative;
}

.CaseContents .right-content h4:after {
	width: 30px;
	content: " ";
	background-color: #6ebf43;
	height: 3px;
	display: inline-block;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.CaseContents .right-content .Content-detail {
	margin-bottom: 30px;
}
.Content-detail img{
	max-width: 100%;
	
}


/*.CaseContents .right-content .Content-item {
	margin: 0 37px 30px;
}*/

.CaseContents .right-content .Content-detail>p {
	font-size: 16px;
	line-height: 36px;
	color: #555;
	text-indent: 2em;
	margin: 0;
}

.CaseContents .right-content h5 {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}

.CaseContents .right-content .Content-item ul {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 60px;
}

.CaseContents .right-content .Content-detail-1 ul li {
	width: 50%;
	height: 190px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	float: left;
	padding: 25px 2em;
}

.CaseContents .right-content .Content-item ul li p {
	font-size: 15px;
	line-height: 28px;
}

.CaseContents .right-content .Content-detail ul li p.p1 {
	line-height: 32px;
}

.CaseContents .right-content .Content-detail-2 ul li {
	width: 25%;
	padding: 0 10px;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	float: left;
}

.Content-detail-2 ul li img {
	max-height: 100%;
	max-width: 100%;
}

.CaseContents .right-content .Content-detail-2 ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.CaseContents .right-content .Content-detail-2 ul li.li-1 a {
	background: url(../../concentrated-procurement/img/f-1.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-2 a {
	background: url(../../concentrated-procurement/img/f-2.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-3 a {
	background: url(../../concentrated-procurement/img/f-3.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-4 a {
	background: url(../../concentrated-procurement/img/f-4.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-5 a {
	background: url(../../concentrated-procurement/img/f-5.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-6 a {
	background: url(../../concentrated-procurement/img/f-6.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-7 a {
	background: url(../../concentrated-procurement/img/f-7.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-8 a {
	background: url(../../concentrated-procurement/img/f-8.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-9 a {
	background: url(../../concentrated-procurement/img/f-9.png)no-repeat;
	background-position: center;
	background-size: contain;
}

.CaseContents .right-content .Content-detail-2 ul li.li-10 a {
	background: url(../../concentrated-procurement/img/f-10.png)no-repeat;
	background-position: center;
	background-size: contain;
}


/* 公司大事记 */

.record-list {
	padding: 0 30px;
	position: relative;
}

.record-list:before {
	content: "";
	position: absolute;
	left: 38px;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #bbb;
}

.record-list .record-item {
	padding-left: 34px;
	position: relative;
	margin-bottom: 25px;
}

.record-list .record-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 17px;
	height: 17px;
	background: url("../../concentrated-procurement/img/icon_node.png") no-repeat center;
}

.record-list .record-item p {
	text-indent: 0;
	font-size: 20px;
	color: #555;
	margin-bottom: 5px;
	line-height: 1;
}

.record-list .record-item p em {
	font-size: 16px;
}

.record-list .record-item span {
	font-size: 16px;
	color: #888;
}


/*关于我们*/

.right-content-1 {
	margin-top: -45px;
	width: 80%;
}

.right-content-1 .rightsidebar {
	line-height: 45px;
	margin-left: 5%;
}

.right-content-1 ul.nav-bar li {
	float: left;
	padding-right: 10px;
	font-size: 14px;
	color: #888;
}

.right-content-1 ul li a.cor-blue {
	color: #3644b3;
}

.right-content-1 .arrow-wrap svg {
	fill: #3644b3;
	width: 8px;
	height: 8px;
}

.right-content-1 .right-content-2 {
	width: 95%;
	background-color: #fff;
	color: #555;
	font-size: 16px;
	padding: 50px 60px;
	margin: 0 0 60px 5%;
}

.right-content-1 .right-content-2 h2 {
	padding-bottom: 40px;
	text-align: center;
	font-size: 36px;
	color: #3644b3;
}

.right-content-1 .right-content-2 .blue-frame {
	padding: 30px;
	background: #edeffa;
	color: #444;
	margin-bottom: 30px;
	line-height: 2;
}

.right-content-1 .right-content-2 .Content-detail {
	margin-bottom: 50px;
}

.right-content-1 .right-content-2 .Content-detail p {
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 20px;
	text-indent: 2em;
}

.right-content-1 .right-content-2 .Content-detail h5 {
	font-size: 18px;
	line-height: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.right-content-1 .right-content-2 .img-examp {
	margin-bottom: 40px;
	text-align: center;
}

.img-examp img {
	max-width: 100%;
}


/*团队*/

.work-inYJ ul {
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
	margin-bottom: 60px;
}

.work-inYJ ul li {
	width: 50%;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	float: left;
	padding: 20px;
}

.work-inYJ ul li img {
	width: 100%;
}

.joinYJ {
	border: 1px solid #e5e5e5;
	padding: 20px;
}

.joinYJ .joinYJ-text p {
	font-size: 16px;
	line-height: 32px;
	color: #333333;
}

.joinYJ .joinYJ-contact {
	padding-top: 20px;
}

.joinYJ .joinYJ-contact svg {
	width: 64px;
	height: 64px;
	float: left;
}

.joinYJ .joinYJ-contact .email,
.joinYJ .joinYJ-contact .tel {
	width: 40%;
	display: inline-block;
}

.joinYJ .joinYJ-contact .tel {
	margin-left: 5%;
}

.joinYJ .joinYJ-contact .join-common {
	margin-left: 20px;
}

.joinYJ .joinYJ-contact span {
	font-size: 16px;
	line-height: 32px;
}


/*解决方案-集中采购*/

/*.banner-img-1 {
	background-image: url(../../concentrated-procurement/img/banner-2.jpg);
}*/
@media (max-width: 1280px) {
	.banner-black .banner-title {
		padding-left: 20px;
	}
}

.banner-black .banner-title h3 {
	font-size: 36px;
	color: #fff;
	margin: 95px 0 15px 0;
}

.banner-black .banner-title p {
	font-size: 14px;
	color: #fff;
	line-height: 32px;
}
.banner-black {
	height: 360px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}



.banner-black .banner-title a {
	display: inline-block;
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 0 20px;
	margin-top: 20px;
}

.banner-black .banner-little {
	height: 50px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0.2);
}

.banner-black .banner-little.fixed {
	background-color: #fff;
	-webkit-box-shadow: 0 0 1px 1px #eee;
	-moz-box-shadow: 0 0 1px 1px #eee;
	box-shadow: 0 0 1px 1px #eee;
}

.banner-black .banner-little.fixed ul li {
	color: #222;
	position: relative;
}

.banner-black .banner-little.fixed ul .active:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #2e3b99;
}

.banner-black .banner-little ul {
	display: inline-block;
}

.banner-black .banner-little ul li {
	float: left;
	margin-right: 60px;
	font-size: 14px;
	line-height: 50px;
	color: #eee;
	text-align: center;
	cursor: pointer;
}
h4.md-32-black {
	font-size: 30px;
	line-height: 32px;
	color: #333;
	margin-bottom: 50px;
	text-align: center;
}

/*解决方案详情-电子商务*/

.banner-img-2 {
	background-image: url(../../concentrated-procurement/img/banner-3.jpg);
}

.business-public {
	padding: 60px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
@media (max-width: 1200px) {
	.business-img {
		width: 66%;
		float: left;
	}
}

@media (max-width: 1200px) {
	.business-text {
		width: 34%;
		float: left;
	}
}

.business-part1 .business-text p {
	font-size: 15px;
	line-height: 28px;
	color: #555555;
}

.business-part2 {
	background-image: url(../../concentrated-procurement/img/images/b-part-2_02.jpg);
}

.business-part2 .bg-ragb .work-form {
	width: 60%;
}

.business-part2 .bg-ragb .work-text {
	width: 40%;
}

.business-part2 .bg-ragb .work-form,
.business-part2 .bg-ragb .work-text {
	min-height: 480px;
	overflow: hidden;
}

.business-part2 .bg-ragb .work-text .pro-1 {
	margin-bottom: 30px;
}

.business-part3 .container .bes-img {
	text-align: center;
	padding-bottom: 60px;
}

.business-part3 .container .bes-img img {
	width: 100%;
}

.business-part4 {
	background-image: url(../../concentrated-procurement/img/images/b-part4-1_02.jpg);
}

.business-part4 P.little-title {
	text-align: center;
	font-size: 15px;
	line-height: 36px;
	color: #333333;
	margin-bottom: 20px;
}

.business-part4 .b-part4-img {
	background-color: #fff;
}


/*解决方案-跨境贸易*/

.banner-img-3 {
	background-image: url(../../concentrated-procurement/img/images/banner-4_02.jpg);
}

.solute-part1s {}

.solute-part1 .unify-padding {
	padding: 0 2%;
}

.solute-part1 .unify-padding img {
	width: 100%;
}

.solute-part1 .unify-padding .unify-text {
	padding: 5% 0;
	min-height: 200px;
}

.solute-part1 .unify-padding .unify-text h5 {
	font-size: 17px;
	line-height: 28px;
	font-weight: bold;
}

.solute-part1 .unify-padding .unify-text p {
	font-size: 15px;
	line-height: 28px;
	display: inline-block;
	position: relative;
	text-indent: 1em;
}

.solute-part1 .unify-padding .unify-text p:before {
	content: " ";
	width: 4px;
	height: 4px;
	background-color: #555;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 13px;
}

.solute-part2 {
	background-image: url(../../concentrated-procurement/img/s-part2.jpg);
}

.s-part-img {
	padding: 30px;
	background-color: #fff;
	text-align: center;
}

.s-part-img img {
	width: 100%;
}

.solute-part4 {
	background-image: url(../../concentrated-procurement/img/s-part4.jpg);
}


/*解决方案-智能仓储*/



/*******  媒体查询 *******/

@media (max-width: 1000px) {
	.CaseContents .right-content {
		width: 78%;
		margin: 0 0 50px 2%;
		padding: 3%;
	}
	.CaseContents .container .left-sidebar ul li a .arrow-rt {
		left: 76%;
	}
	.right-content-1 .right-content-2 {
		padding: 3%;
	}
	.intelligent-part1 .i-part1-all .i-part1-img,
	.intelligent-part1 .i-part1-all .i-part1-text,
	.intelligent-part2 .i-part2-all .i-part2-img,
	.intelligent-part2 .i-part2-all .i-part2-text{
		width: 100%;
		text-align: center;
	}
	.intelligent-part2 .i-part2-all .i-part2-img{
		margin-top: 20px;
	}
	.business-part2 .bg-ragb .work-form, .business-part2 .bg-ragb .work-text{
		width: 100%;
		min-height: 0;
	}
	.bg-ragb .work-form,
	.bg-ragb .work-text{
		width: 100%;
		min-height: 0;
	}
}

@media (max-width: 767px) {
	.CaseContents .container {
		padding-top: 3%;
	}
	.YJBaner {
		height: 210px;
	}
	.YJBaner .BanerText {
		height: auto;
		margin: 0;
		width: 100%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.YJBaner h3 {
		font-size: 30px;
	}
	.YJBaner P {
		font-size: 18px;
		padding-top: 10px;
	}
	.YJBaner .animate-wrap .layer-a {
		width: 200px;
		height: 200px;
		margin: 0;
		left: -20%;
		top: 65%;
	}
	.YJBaner .animate-wrap .layer-b {
		width: 400px;
		height: 400px;
		margin: 0;
		top: -300px;
		left: 50%;
	}
	.CaseContents .container .left-sidebar {
		display: none;
	}
	.CaseContents .right-content {
		float: none;
		width: 96%;
		margin: 0 auto 4%;
	}
	.CaseContents .right-content h4 {
		font-size: 22px;
		margin-bottom: 20px;
	}
	.CaseContents .right-content h4:after {
		bottom: -10px;
	}
	.CaseContents .right-content h5 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.CaseContents .right-content .Content-detail {
		margin-bottom: 15px;
	}
	.record-list {
		padding: 0;
	}
	.record-list:before {
		left: 8px;
	}
	.CaseContents .right-content .Content-detail-1 ul li {
		width: 100%;
		height: auto;
		padding: 10px 15px;
	}
	.CaseContents .right-content .Content-item ul {
		margin-bottom: 30px;
	}
	.work-inYJ ul li {
		width: 100%;
		padding: 15px;
	}
	.CaseContents .right-content .Content-detail-2 ul li {
		width: 50%;
	}
	.joinYJ {
		padding: 10px 15px;
	}
	.joinYJ .joinYJ-contact .email,
	.joinYJ .joinYJ-contact .tel {
		width: 100%;
	}
	.joinYJ .joinYJ-contact .tel {
		margin: 15px 0 0 0;
	}
	.right-content-1 {
		float: none;
		width: 96%;
		margin: 0 auto 4%;
	}
	.right-content-1 .right-content-2 {
		width: 100%;
		margin: 0;
	}
	.right-content-1 .right-content-2 h2 {
		font-size: 28px;
		padding: 10px 0 20px;
	}
	.right-content-1 .right-content-2 .Content-detail {
		margin-bottom: 20px;
	}
	.right-content-1 .right-content-2 .blue-frame {
		padding: 10px 15px;
		margin-bottom: 25px;
	}
	.right-content-1 .right-content-2 .Content-detail p {
		line-height: 1.8;
		margin-bottom: 10px;
	}
}

.CaseContents .container .phone-left-sidebar {
	display: none;
	width: 100%;
	min-height: 100px;
	padding-bottom: 10px;
}

.CaseContents .container .phone-left-sidebar .sidebar-con {
	width: 100%;
}

.CaseContents .container .phone-left-sidebar ul {
	background-color: #fff
}

.CaseContents .container .phone-left-sidebar ul li.maxHeight {
	padding: 20px 0;
}

.CaseContents .container .phone-left-sidebar ul li {
	min-height: 60px;
	border-bottom: 1px solid #f3f3f3;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
}

.CaseContents .container .phone-left-sidebar ul li.maxHeight img {
	width: 100%;
}

.CaseContents .container .phone-left-sidebar ul li a {
	color: #333;
	font-size: 16px;
	display: block;
}

@media (max-width: 767px) {
	.CaseContents .container .phone-left-sidebar {
		display: block;
	}
	
	.CaseContents .container .phone-left-sidebar ul li.maxHeight{
		padding: 0;
	}
	.CaseContents .container .phone-left-sidebar ul li.live{
		display: none;
	}
	
	/*solution2*/
	.banner-black {
		height: 210px;
	}
	.banner-black .banner-title h3 {
		font-size: 24px;
		color: #fff;
		margin: 45px 0 15px 0;
	}
	.banner-black .banner-little {
		display: none;
	}
	.business-public {
		padding: 30px 0 0 0;
	}
	h4.md-32-black {
		font-size: 24px;
		line-height: 24px;
		margin-bottom: 35px;
	}
	.business-img {
		width: 100%;
		float: none;
	}
	.business-text {
		margin: 10px 0 20px 0;
		width: 100%;
		float: none;
	}
	.business-part2 .bg-ragb .work-form,
	.business-part2 .bg-ragb .work-text {
		width: 100%;
		float: none;
	}
	.business-part2 .bg-ragb .work-form,
	.business-part2 .bg-ragb .work-text {
		min-height: 180px;
	}
	.business-part3 .container .bes-img {
		width: 100%;
		padding: 0 15px 60px 15px;
	}
	.business-part4 P.little-title {
		line-height: 24px;
		font-size: 12px;
		padding: 0 15px;
	}
	.business-part4 .b-part4-img {
		padding: 10px 10px;
	}
	/*solution3*/
	.s-part-img {
		margin: 0 15px 20px 15px;
		padding: 0;
	}
	
	
	
	
	
	/*solustion4*/
	.banner-black .banner-title p {
		line-height: 16px;
	}
	.intelligent-public {
		padding: 30px 0;
	}
	.intelligent-part1 .i-part1-all {
		margin: 0 15px;
		padding: 20px 0;
	}
	.intelligent-part4 .i-part4-all {
   margin: 0 15px;
    }
	
	
	.intelligent-part1 .i-part1-all .i-part1-img {
		width: 100%;
		float: none;
		padding: 0 20px;
	}
	.intelligent-part1 .i-part1-all .i-part1-text {
		width: 100%;
		padding: 0 15px;
	}
	.intelligent-part2 .i-part2-all {
		margin: 0 15px;
		padding: 0;
	}
	.intelligent-part2 .i-part2-all .i-part2-text,
	.intelligent-part2 .i-part2-all .i-part2-img {
		width: 100%;
		float: none;
		padding: 0 15px 30px 15px;
	}
	.intelligent-part4 .i-part-4 {
		padding: 0 15px;
	}
	.intelligent-part3 .i-part3-all {
	 margin: 0 15px;
	}
	;
	
	.focus-buy {
		height: auto;
		padding: 35px 0 30px 0;
	}
	.min-wid {
		width: 32.33%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		float: none;
		padding-bottom: 30px;
	}
	.part-2,
	.part-3,
	.part-4,
	.part-5,
	.part-6 {
		padding: 30px 0;
	}
	.part-2 .min-size {
		margin-top: 15px;
		float: none;
		width: 100%;
	}
	.part-3 .model-img {
		padding: 40px 0 30px;
	}
	.part-3 .model-img .part-3-img {
		width: 100%;
		padding: 0 10px;
	}
	.bg-ragb .work-form {
		width: 100%;
		float: none;
	}
	.bg-ragb .work-text {
		width: 100%;
		float: none;
	}
	.bg-ragb .work-text .pro-1 {
		margin-bottom: 20px;
	}
	.part-5 .unify-padding .unify-text{
		min-height: 0;
		margin-bottom: 20px;
	}
	.part-6 .tabs-content .pane{
		padding: 10px 15px;
	}
	.part-6 .lf-con {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.part-6 .lf-con img{
		max-width: 80%;
	}
	.part-6 .con-inner {
		margin-top: 5px;
	}
	.part-6 .rt-con {
		width: 100%;
		float: none;
	}
	.part-6 .con-inner {
		padding: 0 10px;
	}
	.part-6 .pane img{
		text-align: center;
	}
	.part-6 .tabs .pane-1 .pane-lf {
		width: 100%;
		text-align: center;
	}	
	.part-6 .tabs .text-wrap {
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
}
.part-6 .pane-2 .pane-rt {
    width: 100%;
	text-align: center;
}
.part-6 .pane-lf{
	margin-bottom: 20px;
	text-align: center;
}
.part-6 .pane-2 .pane-lf {
    width: 100%;
}

.part-6 .pane-3 .pane-lf {
    width: 100%;
	text-align: center;
}
.part-6 .pane-3 .pane-rt {
    width: 100%;

}
}


.bg_color-f{background-color: #fff;}