* {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #6e6e6e;
}

img {
	border: none;
	vertical-align: top;
}

.clearfix:after,
.col-extra:after,
.col-sub:after,
.layout:after,
.main-wrap:after,
.tb-module:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.clearfix,
.col-extra,
.col-sub,
.layout,
.main-wrap,
.tb-module {
	*zoom: 1
}

li.last-child {
	margin-right: 0;
}

.layout {
	width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.layout-grid-0 {
	width: 100%;
}

.site-nav .site-nav-bd {
	width: 1190px !important
}

.layout-grid-0 .body {
	height: 540px;
	background: url("../img/bg.png") no-repeat;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

.grid-0 .container h2 {
	color: #ffffff;
	font-size: 30px;
	padding: 44px 0 30px 0;
	text-align: center;
}

.grid-0 .container p {
	color: #ffffff;
	font-size: 32px;
	text-align: center;
}

.grid-1 .container h2,
.grid-1 .container p,
.grid-1 .container h3,
.grid-3 .title p,
.grid-4 .title p {
	color: #222222;
	text-align: center;
}

.grid-1 .container h2,
.grid-3 .title h2,
.grid-4 .title h2 {
	font-size: 24px;
	padding: 54px 0 10px 0;
	text-align: center;
	color: #000;
}

.layout-grid-0 .container h3 {
	color: #ffffff;
	text-align: center;
}

.grid-0 .container p,
.grid-3 .title p,
.grid-4 .title p {
	font-size: 16px;
	margin: 15px 0 25px;
}

.layout-grid-1 .container p {
	font-size: 14px;
	margin-bottom: 50px;
	color: #383e4b;
}

.layout-grid-0 .container .content {
	width: 1200px;
}

.layout-grid-0 .container .content li {
	width: 300px;
	float: left;
	height: 400px;
	overflow: hidden;
}

.container .content .item-content {
	position: absolute;
	left: 0;
	top: 130px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	text-align: center;
}

.container .content a {}

.container .content .item-con {
	display: block;
	position: relative;
}

.container .content .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container .content .mask .bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	background: #161A1D;
	opacity: 0.55;
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(60));
}

.container .content .mask .bg.other-bg {
	background: #161A1D;
	opacity: 0.85;
	filter: alpha(opacity=85);
}



.container .content li:hover .item-content {
	top: 30px;
}

.mask .item-content h3 {
	font-size: 20px;
	line-height: 45px;
}

.mask .item-content h4 {
	font-size: 16px;
	line-height: 18px;
	color: #ccc;
	margin-bottom: 12px;
}

.mask .item-content p {
	height: 88px;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
	padding: 0 30px;
	filter: alpha(opacity=0);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
	text-align: left;
}

.container .content li:hover .des {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
	height: 88px;
	text-align: left;
}

.mask .item-content .item-link {
	display: inline-block;
	width: 94px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-top: 62px;
	background: rgb(89, 102, 157);
	text-align: center;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.mask .item-content .item-link:hover {
	color: #26346c;
	margin-top: 62px;
	background: #fff;
	text-align: center;
}

/*社交电商引流*/
.grid-1 {
	width: 1200px;
	margin: 0 auto;
}

.grid-1 .title {
	margin-bottom: 30px;
	margin-top: 35px;
}

.grid-1 .title h2,
.plan .title h2 {
	text-align: center;
	font-size: 24px;
	line-height: 70px;
}

.grid-1 .title p,
.plan .title p {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #6e6e6e;
}

.grid-1 .contact {
	height: 240px;
	margin-top: 50px;
}

.grid-1 .contact li {
	float: left;
	width: 100px;
	margin-right: 29px;
	perspective: 400px;
}

.grid-1 .contact .item {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.grid-1 .contact .item a {
	display: block;
	line-height: 30px;
	border: 1px solid #0a6dee;
	text-align: center;
	border-radius: 5px;
	margin-top: 20px;
	transition: all 0.2s ease-in;
	opacity: 0;
	cursor: pointer;
	filter: alpha(opacity=0);
}

.grid-1 .contact li:hover .item {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
}

.grid-1 .contact li:hover a {
	opacity: 1;
	filter: alpha(opacity=100);
}

.grid-1 .contact li:last-child {
	margin-right: 0;
}

.grid-1 .contact .p1 {
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	font-weight: 600;
}

.grid-1 .contact .p2 {
	font-size: 12px;
	line-height: 20px;
	color: #6E6E6E;
	height: 80px;
}

.grid-1 .contact img {
	width: 100px;
	height: 100px;
}

/*解决方案*/
.plan {
	width: 1200px;
	margin: 40px auto;
}

.plan li {
	float: left;
	width: 232px;
	margin-right: 10px;
}

.plan .plan-list {
	height: 270px;
}

.plan .plan-list li {
	position: relative;
	overflow: hidden;
}

.plan-list .bg {
	width: 101%;
	height: 100%;
	position: absolute;
	top: 250px;
	left: 0;
	background: #0a6dee;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.plan-list .bg h2 {
	text-align: center;
	font-size: 18px;
	color: #fff;
	line-height: 55px;
}

.plan-list .bg p {
	color: #fff;
	padding: 10px;
	line-height: 22px;
}

.plan-list .bg span {
	position: absolute;
	width: 85px;
	height: 35px;
	border-radius: 5px;
	bottom: 20px;
	left: 50%;
	margin-left: -42.5px;
	background: #fff;
	color: #0a6dee;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
}

.plan-list li:hover .bg {
	top: 0;
}

.plan-list li:hover h3 {
	color: #343434;
}

.plan .plan-list h3 {
	height: 72px;
	line-height: 72px;
	background: #343434;
	text-align: center;
	color: #fff;
}

.plan li:last-child {
	margin-right: 0;
}

.plan .title {
	position: relative;
	top: 70px;
}

/*service*/
.grid-2 .service {
	margin: 15px auto;
	overflow: hidden;
	position: relative;
	background: url("../img/service-bg.png") no-repeat;
	height: 140px;
}

.grid-2 .service p {
	text-align: center;
	line-height: 140px;
	color: #fff;
	font-size: 16px;
}

.grid-2 .service p strong {
	color: #fb642d;
	font-size: 42px;
	font-weight: normal;
	display: inline-block;
	margin: 0 30px;
}

.grid-2 .service img {
	width: 100%;
	height: 100%
}

/*客户案例*/
.grid-3 {
	/*margin-top:30px;*/
}

.grid-3 .case {
	padding-bottom: 58px;
}

.footer {
	background: #06141e !important;
}

/* .side-menu .li1 p{
    background:url(../images/index/phone2.png)no-repeat!important;
} */
.side-menu .free-phone p {
	background: url(../img/mian-bg.png)no-repeat !important;
}

.grid-3 .case-list li {
	width: 218px;
	height: 200px;
	float: left;
	border: 1px solid #f2f2f2;
	margin-top: 20px;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding-bottom: 20px;
}

.grid-3 .case-list li a {
	cursor: default;
}

.grid-3 .case-list li:hover {
	box-shadow: 0 2px 20px #e6e5e5;
}

.grid-3 .case-list li img {
	transition: all 0.3s ease-in;
}

.grid-3 li.last,
.grid-4 .partner li.last {
	margin-right: 0;
}

.grid-3 .title p a {
	color: #25497d;
	margin-left: 25px;
}

/*合作伙伴*/
.grid-4 {
	background: #f0f4f8;
	padding-bottom: 78px;
}

.grid-4 .partner li {
	float: left;
	margin-right: 35px;
	width: 210px;
	height: 65px;
	transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid-4 .partner li.list1 {
	background: url("../img/0.png") no-repeat;
}

.grid-4 .partner li.list2 {
	background: url("../img/1_2.png") no-repeat;
}

.grid-4 .partner li.list3 {
	background: url("../img/2_2.png") no-repeat;
}

.grid-4 .partner li.list4 {
	background: url("../img/3_2.png") no-repeat;
}

.grid-4 .partner li.list5 {
	background: url("../img/4_1.png") no-repeat;
}

.grid-4 .list {
	margin-top: 40px;
}

.grid-5 {}

.free {
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	min-height: 272px;
	background-size: 100%;
	width: 100%;
	max-width: 1920px;
}

.grid-5 .free div {
	position: absolute;
	left: 45%;
	top: 66%;
	width: 10%;
	height: 10%;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	overflow: hidden;
	min-height: 30px;
}

.grid-5 .free img {
	width: 100%;
	height: 100%
}

/*   */
.grid-6 .open {
	/*margin: auto;overflow: hidden;margin-left: -960px;left: 50%;position: relative;*/
	margin: auto;
	overflow: hidden;
	text-align: center;
	position: relative;
	background: url("/images/duoshanghu/background2_2.png") center no-repeat;
	height: 210px;
	background-size: 100% 100%;
}

.grid-6 .open h2 {
	font-weight: bold;
	color: #333232;
	text-align: center;
	font-size: 33px;
	line-height: 80px;
	margin-top: 20px;
}

.grid-6 .open img {
	width: 100%;
	height: 100%
}

.grid-6 .open div.btn a {
	display: inline-block;
	width: 214px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	margin-top: 20px;
	height: 50px;
	background: #0994FF;
	border-radius: 25px;
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 400;
}

.flexslider {
	margin: 0 auto;
	position: relative;
	width: 100%;
	overflow: hidden;
	zoom: 1;
	height: auto;
}

.flexslider li {}

.flexslider .img {
	min-width: 1200px;
	height: 526px;
}

.flexslider .img img {
	width: 100%;
	height: auto;
	min-height: 450px;
}

.flexslider .img a {
	display: block;
	width: 100%;
	height: 100%;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}

.flexslider .slides {
	zoom: 1;
}

.flex-direction-nav a {
	width: 60px;
	height: 90px;
	line-height: 99em;
	overflow: hidden;
	margin: -60px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
}

.flex-direction-nav .flex-next {
	background-position: 0 -90px;
	right: 0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 82px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	list-style: none;
}

.flex-control-paging li a {
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

/* .flex-control-paging li a{background:url(../images/index/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;} */
.flex-control-paging li a.flex-active {
	background-position: 0 0;
}


#m1 {
	height: 750px;
}

.content {
	width: 1200px;
	margin: 0 auto;
	height: 521px;
	text-align: center;
}

.content h1 {
	font-size: 32px;
	margin: 85px 0 40px 0;
	color: #222220;
}

.content p {
	font-size: 14px;
	margin-left: 130px;
	margin-bottom: 58px;
	width: 956px;
	color: #222220;
}

#classification {
	height: 520px;
}

#classification dl:nth-of-type(1) {
	box-shadow: none;
	margin: 0;
}

#classification dl {
	float: left;
	width: 280px;
	height: 266px;
	box-shadow: 0 0 10px 1px #ebebeb;
	margin: 0 18px 18px 0;
	position: relative;
}

#classification dl:hover .box1 {
	/*width: 230px;*/
	/*height: 88px;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	transition: 1s;
}

#classification dl:last-child {
	margin-right: 0;
}

#classification dl:nth-last-of-type(5) {
	margin-right: 0;
}

#classification dl dt {
	height: 120px;
	width: 120px;
	margin: 24px 0 25px 75px;
}

#classification dl dt img {
	height: 100%;
}

#classification dl>dd {
	margin-bottom: 10px;
}

#classification dl dd b {
	font-size: 16px;
}

#classification dl span {
	font-size: 14px;
}

#classification dl dd .box1 {
	width: 252px;
	height: 188px;
	color: #fff;
	font-size: 16px;
	background: rgba(0, 0, 0, 0.6);
	padding: 42px 14px 37px 14px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}

#classification dl dd .box1>p {
	width: 230px;
	height: 88px;
	margin: 0;
	color: #fff;
	margin-left: 14px;
	margin-bottom: 56px;

}

#classification dl dd .box1 a {
	color: #fff;
	background: #f8345d;
	padding: 4px 24px;
	border-radius: 14px;
}

#classification dl:nth-last-of-type(7) dd .box1 a {
	background: #50af2f;
}

#classification dl:nth-last-of-type(6) dd .box1 a {
	background: #d8bd2e;
}

#classification dl:nth-last-of-type(5) dd .box1 a {
	background: #e87b32;
}

#classification dl:nth-last-of-type(4) dd .box1 a {
	background: #2eb1ed;
}

#classification dl:nth-last-of-type(3) dd .box1 a {
	background: #3886e1;
}

#classification dl:nth-last-of-type(2) dd .box1 a {
	background: #46489d;
}

#classification dl:nth-last-of-type(1) dd .box1 a {
	background: #24d099;
}

/*=======================.m2==============================*/
.mrap {
	position: relative;
}

#background {
	background: red;
	/*width: 10000px;;*/
	height: 777px;
	position: absolute;
	left: 0;
	top: 0;
	/*z-index: -1;*/
}

#duoshanghu-part2 {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}

#platform {
	width: 1189px;
	height: 239px;
	background: #3ca1c8;
	border-radius: 10px;
	margin: 0 auto;
	padding: 11px;
	padding-top: 20px;
}

#platform1>h1 {
	margin: 98px 0 40px 0;
}

#platform1 h1 {
	font-size: 32px;
	margin: 30px 0 40px 0;
	text-align: center;
}

#platform1>p {
	font-size: 16px;
	margin-bottom: 67px;
	text-align: center;
}

#platform dl {
	float: left;
	margin: 0 8px;
	width: 126px;
	height: 168px;
	background: #fff;
	border-radius: 8px;
	padding: 32px 13px;
	text-align: center;
}

#platform dl:first-child {
	margin-left: 18px;
}

#platform dl dt {
	margin: 0 0 16px 0;
}

#platform dl dd:last-child {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#platform dl:nth-of-type(2) dd:last-child {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#platform dl:nth-of-type(3) dd:last-child {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#platform dl:nth-of-type(4) dd:last-child {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#platform dl:nth-of-type(5) dd:last-child {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#platform dl:nth-of-type(6) dd:last-child {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#platform dl:nth-of-type(7) dd:last-child {
	margin: 0;
	color: #000;
	font-weight: normal;
	font-size: 12px;
}

#platform dl>dd {
	margin: 0 0 11px 0;
	font-weight: bold;
	color: #4ea2ea;
}

#platform dl:nth-of-type(2)>dd {
	color: #1abad2;
}

#platform dl:nth-of-type(3)>dd {
	color: #55a30e;
}

#platform dl:nth-of-type(4)>dd {
	color: #20c79a;
}

#platform dl:nth-of-type(5)>dd {
	color: #e87441;
}

#platform dl:nth-of-type(6)>dd {
	color: #886aa6;
}

#platform dl:nth-of-type(7)>dd {
	color: #45a9dd;
}

/*-------------------------------wrap------------------------------*/
.wrap {
	width: 100% !important;
	padding-bottom: 70px;
	background: #F2F3F4;
	margin-top: 63px;
}

/*------------------tab----------------------------------------*/
#platform1 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 1px;
	margin-bottom: 70px;
}

#platform1>ul {
	height: 66px;
}

#platform1>ul li:last-child {
	margin-right: 0;
}

#platform1>ul li {
	float: left;
	width: 224px;
	height: 46px;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	background: #e0e4e7;
	margin: 14px 20px 0 0;
}

#platform1>ul li:hover a {
	color: #fff;
}

#platform1>ul li:first-child {
	background: #3ec5d1;
	color: #fff;
}

.tab {
	height: 402px;
	border: 2px solid #0fcdde;
	display: none;
}

.tab .img {
	float: left;
	width: 554px;
	height: 402px;
}

.tab .img img {
	height: 100%;
}

.tab .tab2 {
	height: 402px;
	float: left;
}

.tab .tab2 .subtitle {
	width: 632px;
	height: 103px;
	text-align: center;
}

.tab .tab2 .subtitle>h1 {
	margin: 70px 0 40px 0;
	font-size: 20px;
}

.tab .tab2 .subtitle p {
	font-size: 14px;
}

.tab .tab2 .more {
	height: 207px;
}

.tab .tab2 .more ol ul {
	padding-left: 0;
	width: 200px;
	margin-right: 20px;
}

.tab .tab2 .more ul {
	float: left;
	width: 144px;
	padding-left: 60px;
}

.tab .tab2 ul li {
	position: relative;
	margin: 15px 0;
}

.tab .tab2 ul li img {
	position: absolute;
	width: 22px;
	left: -38px;
	top: 0;
}

.tab .tab2 ul li a {
	font-size: 15px;
	color: #000;
}

.tab .tab2 p {
	text-align: center;
}

.tab .tab2 p a {
	padding: 12px 30px;
	font-size: 17px;
	border-radius: 20px;
	color: #fff;
	background-image: -webkit-linear-gradient(to top, #4cbfca, #25b1be 50%);
	background-image: -moz-linear-gradient(to top, #4cbfca, #25b1be 50%);
	background-image: -ms-linear-gradient(to top, #4cbfca, #25b1be 50%);
	background-image: -o-linear-gradient(to top, #4cbfca, #25b1be 50%);
	background-image: linear-gradient(to top, #4cbfca, #25b1be 50%);
}

.tab:nth-of-type(2) {
	border: 2px solid #5393ff;
}

.tab:nth-of-type(2) .tab2 p a {
	background-image: -webkit-linear-gradient(to top, #52a4ef, #2b90eb 50%);
	background-image: -moz-linear-gradient(to top, #52a4ef, #2b90eb 50%);
	background-image: -ms-linear-gradient(to top, #52a4ef, #2b90eb 50%);
	background-image: -o-linear-gradient(to top, #52a4ef, #2b90eb 50%);
	background-image: linear-gradient(to top, #52a4ef, #2b90eb 50%);

}

.tab:nth-of-type(3) {
	border: 2px solid #54ca91;
}

.tab:nth-of-type(3) .tab2 p a {
	background-image: -webkit-linear-gradient(to top, #4fcb8f, #28bf76 50%);
	background-image: -moz-linear-gradient(to top, #4fcb8f, #28bf76 50%);
	background-image: -ms-linear-gradient(to top, #4fcb8f, #28bf76 50%);
	background-image: -o-linear-gradient(to top, #4fcb8f, #28bf76 50%);
	background-image: linear-gradient(to top, #4fcb8f, #28bf76 50%);

}

.tab:nth-of-type(4) {
	border: 2px solid #f98f31;
}

.tab:nth-of-type(4) .tab2 p a {
	background-image: -webkit-linear-gradient(to top, #faa254, #f98f31 50%);
	background-image: -moz-linear-gradient(to top, #faa254, #f98f31 50%);
	background-image: -ms-linear-gradient(to top, #faa254, #f98f31 50%);
	background-image: -o-linear-gradient(to top, #faa254, #f98f31 50%);
	background-image: linear-gradient(to top, #faa254, #f98f31 50%);
}

.tab:nth-of-type(5) {
	border: 2px solid #ef666d;
}

.tab:nth-of-type(5) .tab2 p a {
	background-image: -webkit-linear-gradient(to top, #f28287, #ef666d 50%);
	background-image: -moz-linear-gradient(to top, #f28287, #ef666d 50%);
	background-image: -ms-linear-gradient(to top, #f28287, #ef666d 50%);
	background-image: -o-linear-gradient(to top, #f28287, #ef666d 50%);
	background-image: linear-gradient(to top, #f28287, #ef666d 50%);
}

/*----------------------------------m4-------------------------*/
#m4 {
	height: 684px;
	padding-top: 2px;
	text-align: center;
	background: #f2f3f4;
}

#m4>h1 {
	font-size: 31px;
	text-align: center;
	margin: 70px 0 40px 0;
}

#m4 p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

#m4 img {
	height: 330px;
	margin-top: 30px;
}

#m5 {
	text-align: center;
	margin-bottom: 40px;
}

#m5 h1 {
	font-size: 32px;
	margin: 70px 0 40px 0;
	text-align: center;
}

#m5>p {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}

#m5 img {
	width: 978px;
	height: 516px;
}

#m6 {
	background: #f7f8f9;
	padding-top: 10px;
	text-align: center;
}

#m6 h1 {
	font-size: 32px;
	margin: 70px 0 40px 0;
	text-align: center;
}

#m6 p {
	padding: 0 130px;
	text-align: center;
	font-size: 16px;
}

#m6 .ico-4 {
	padding-bottom: 54px;
	margin: 55px 0;
}

#m6 .ico-4 img {
	margin: 0 13px;
	margin-bottom: 52px;
}

#m6 img {
	height: 279px;

}

#m6 .icxo {
	height: 73px;
}

#m7 {
	text-align: center;
	height: 680px;
	margin-bottom: 37px;
}

#m7 h1 {
	font-size: 30px;
	text-align: center;
	margin: 70px 0 40px 0;
}

#m7 p {
	font-size: 16px;
	text-align: center;
}

#m7 p:nth-of-type(2) {
	margin-bottom: 60px;
}

#m7 img {
	height: 438px;
}

.m8 {
	margin-bottom: 85px;
}

#m8 {
	border-radius: 30px;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 45px;
}

#m8 h1 {
	font-size: 30px;
	text-align: center;
	margin: 70px 0 40px 0;
}

#m8 p {
	font-size: 16px;
	margin: 0 auto;
	margin-bottom: 68px;
	width: 975px;
	text-align: center;
}

#distribution img {
	box-shadow: 0 1px 2px #ccc;
}

#distribution img {
	float: left;
}

#distribution img:nth-of-type(2) {
	float: right;
}

#m18 {
	border-radius: 30px;
	padding-top: 1px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}

#m18 h1 {
	font-size: 30px;
	text-align: center;
	margin: 70px 0 40px 0;
}

#m18 p {
	margin: 0 auto;
	margin-bottom: 28px;
	width: 900px;
	font-size: 16px;
	text-align: center;
}

.m19 {}

.mx19 {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.th1 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 26px;
}

.mx19 p {
	font-size: 16px;
	margin-bottom: 63px;
}

.mx19 a {
	display: inline-block;
	text-align: center;
	line-height: 34px;
	width: 184px;
	height: 34px;
	background: #13C2FF;
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
	border-radius: 5px;
}

.duoshanghu-part11{
    width: 100%;
    background: url(/images/duoshanghu/duoshanghu_bg6.jpg);
    height: 600px;
}

.duoshanghu-part11-title {
	width: 1250px;
	margin: 0 auto;
	text-align: center;
	height: 600px;
	margin-bottom: 70px;
	padding-top: 70px;
}

.duoshanghu-part11-title>p {
	font-size: 16px;
	width: 1250px;
	margin: 0 auto;
	margin-bottom: 32px;
	color: #fff;
}

.duoshanghu-part11-title>h2 {
	font-size: 30px;
	margin-bottom: 28px;
	color: #fff;
}

.duoshanghu-part11-title ul{
    padding-top: 40px;
}

.duoshanghu-part11-title ul li {
	float: left;
}

.duoshanghu-part11-title ul li:nth-of-type(2) {
	padding-left: 116px;
	/*padding-top: 24px;*/
	width: 600px;
}

.duoshanghu-part11-title ul li img {
	display: none;
	width: 534px;
	height: 330px;
}

.duoshanghu-part11-title ul li h1 {
	font-size: 24px;
	margin-bottom: 30px;
}



.text p {
	height: 80px;
}








.box_list {
	text-align: left;
}

.box_list span {
	width: 280px;
	display: inline-block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #E9E9E9;
	color: #434343;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 18px;
	font-size: 14px;
}

.box_list span:nth-child(4n) {
	margin-right: 0;
}

.box_list span:first-child {
	background: #39ABE8;
	color: #fff;
}

/*==========================================================*/

.image_box {
	position: relative;
	width: 1070px;
	overflow: hidden;
	height: 288px;
	box-shadow: 1px 0 24px 1px rgba(0, 0, 0, 0.1);
}

.Left {
	position: absolute;
	left: -54px;
	top: 68.5%;
	font-size: 40px;
	font-family: Simsun;
	height: 31px;
	color: #398AEF;
	line-height: 31px;
	font-weight: bold;
	z-index: 10;
	user-select: none;
	cursor: pointer;
}

.Right {
	position: absolute;
	right: 75px;
	top: 68.5%;
	font-size: 40px;
	font-family: Simsun;
	height: 31px;
	color: #398AEF;
	line-height: 31px;
	font-weight: bold;
	z-index: 10;
	user-select: none;
	cursor: pointer;
}

.list {
	width: 4800px;
	height: 330px;
	overflow: hidden;
	position: relative;
	transition: 1s;
	transition-timing-function: linear
}

.libox {
	width: 1200px;
	float: left;
	height: 330px;
	transition: 1s;
	cursor: pointer;
	background: #fff;
	transition-timing-function: linear;
}

.libox>ul img {
	width: 100%;
	height: 100%;
	margin-right: 20px;
}

.libox ul {
	float: left;
	width: 480px;
	height: 288px;
	overflow: hidden;
}

.tad {
	font-size: 16px !important;
	font-weight: bold;
}

.libox ol {
	width: 516px;
	float: left;
	height: 219px;
	padding: 17px 31px 52px 43px;
}

.libox ol li {
	color: #535353;
	font-size: 12px;
	text-align: left;
}

.libox ol li:nth-of-type(1) {
	font-size: 24px;
}

.libox ol li:nth-of-type(1) img {
	width: 85px;
	height: 35px;
	vertical-align: bottom;
	margin-right: 20px;
}

.libox ol li:nth-of-type(2) {
	padding: 28px 0 23px 0;
	font-size: 14px;
	font-weight: bold;
}

.libox ol li:last-child span {
	margin-left: 34px;
}

.libox ol li:last-child span img {
	margin-right: 9px;
	vertical-align: bottom;
}

.libox:nth-of-type(1) ol li:nth-of-type(2) {}

.libox ol li:nth-of-type(3) {
	margin-bottom: 19px;
}

.libox:nth-of-type(1) ol li:nth-of-type(4) {
	margin-bottom: 21px;
}

.box_list2 {
	position: absolute;
	width: 454px;
	right: 86px;
	bottom: 16px;
	height: 10px;
	z-index: 10;
	cursor: pointer;
}

.box_list2 span {
	display: inline-block;
	width: 58px;
	height: 4px;
	background: #b6d8f7;
	margin: 0 1px;
	cursor: pointer;
}

.box_list2 span:first-child {
	background: #078afe;
}

.box_list2 span:hover {
	background: #078afe;
}

.flexslider {
	margin: 0 auto;
}

.flexslider .img {
	height: 620px;
}

.flexslider .img1 {
	background: url("/images/duoshanghu/banner3.jpg") no-repeat center center;
}

.flexslider .img2 {
	background: url("/images/duoshanghu/banner_01.jpg") no-repeat center center;
}

.flex-control-nav {
	bottom: 50px;
}

.flex-control-nav li a {
	width: 80px;
	height: 2px;
	background-color: #bbb;
	border-radius: 0;
}

.flex-control-nav li a.flex-active {
	background-color: #fff;
}

.tab1 {
	float: left;
	position: absolute;
	width: 1250px;
	margin: 0 auto;
	padding-top: 39px;
	opacity: 1;
	display: none;
	transition: 0.8s;
}

.tab1.on {
	/*opacity: 1;*/
	display: block;
}

.tab1 img.fl {
	width: 600px;
}

.tab1 div.fl {
	width: 580px;
	margin-left: 68px;
}

.tab1 h3 {
	color: #fff;
	font-size: 26px;
}

.tab1 p {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin: 20px 0 40px
}

.tab1 li {
	float: left;
	width: 128px;
	height: 32px;
	line-height: 30px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	margin: 0 15px 13px 0;
	cursor: pointer;
}

.tab1 li:nth-child(4n) {
	margin: 0 0 13px;
}

.tab1 a {
	display: block;
	width: 150px;
	height: 50px;
	color: #fff;
	line-height: 48px;
	font-size: 16px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #fff;
	text-align: center;
	margin-top: 26px;
}

.tab1 a:hover {
	background: linear-gradient(45deg, #8939A4, #3F63BA);
	border-color: transparent;
}

.duoshanghu-part3{
    width: 100%;
}

.duoshanghu-part3-title{
    width: 1250px;
    margin: 0 auto;
}

.duoshanghu-part3-title h2{
    padding-top: 60px;
	padding-bottom: 10px;
	color: #343434;
	font-size: 28px;
	text-align: center;
}

.duoshanghu-part3-title p{
    width: 1250px;
	color: #666666;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 10px auto 0;
}

.duoshanghu-part3-title img{
    display: block;
	margin: 20px auto 0;
	width: 1250px;
	height: 430px;
}

.duoshanghu-part4{
    width: 100%;
    background: url("/images/duoshanghu/bg2.jpg") no-repeat center;
    height: 700px;
}

.duoshanghu-part4-title{
    width: 1250px;
    margin: 0 auto;
}

.duoshanghu-part4-title h2{
    padding-top: 60px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 28px;
	text-align: center;
}

.duoshanghu-part4-title p{
    width: 1250px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 10px auto 0;
}

.duoshanghu-part5{
    width: 100%;
    background: url(/images/duoshanghu/O2O_bg.jpg) no-repeat center;
    height: 700px;
}

.duoshanghu-part5-title{
    width: 1250px;
    margin: 0 auto 0 auto;
    padding-top: 20px;
}

.duoshanghu-part5-title h2{
    padding-top: 60px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 28px;
	text-align: center;
}

.duoshanghu-part5-title p{
    width: 1250px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 10px auto 0;
}

.duoshanghu-part5-title ul{
    width: 1250px;
	height: 75px;
	margin: 30px auto 0;
	text-align: center;
}

.duoshanghu-part5-title ul li{
    float: left;
	margin: 0 51.25px;
	width: 210px;
	height: 75px;
}

.duoshanghu-part5-title ul li img{
    width: 100%;
	height: 100%;
	margin: 0;
}

.duoshanghu-part5-title img{
    width: 100%;
    margin-bottom: 40px;
    margin-top: 20px;
}

.duoshanghu-part6{
    width: 100%;
    height: 700px;
    background: url(/images/duoshanghu/bg3.jpg) center no-repeat;
}

.duoshanghu-part6-title h2{
    padding-top: 60px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 28px;
	text-align: center;
}

.duoshanghu-part6-title p{
    width: 1250px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 10px auto 0;
}

.duoshanghu-part7{
    width: 100%;
    /*background: url(/images/duoshanghu/bg1.jpg);*/
}

.duoshanghu-part7-title{
    width: 1250px;
    margin: 0 auto;
    height: 600px;
}

.duoshanghu-part7-title h2{
    padding-top: 60px;
	padding-bottom: 10px;
	color: #343434;
	font-size: 28px;
	text-align: center;
}

.duoshanghu-part7-title p{
    width: 1250px;
	color: #343434;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 10px auto 0;
}

.duoshanghu-part7-des{
    width: 1250px;
    height: 380px;
    margin-top: 20px;
}
.duoshanghu-part7-des img{
    width: 760px;
    margin-top: 20px;
    float: left;
}

.duoshanghu-part7-des p{
    width: 400px;
	color: #666666;
	text-align: left;
	font-size: 16px;
	line-height: 50px;
	padding: 30px 0;
	float: left;
	margin-left: 90px;
}

.duoshanghu-part8{
    width: 100%;
    height: 710px;
    background: url(/images/duoshanghu/bg4.jpg) center no-repeat;
}

.duoshanghu-part8-title{
    width: 1250px;
    margin: 0 auto;
}

.duoshanghu-part8-title h2{
    padding-top: 50px;
	padding-bottom: 10px;
	color: #fff;
	font-size: 28px;
	text-align: center;
}

.duoshanghu-part8-title p{
    width: 1250px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 10px auto 0;
}

.duoshanghu-part9{
    width: 100%;
}

.duoshanghu-part9-title{
    width: 1250px;
    margin: 0 auto;
    text-align: center;
}

.duoshanghu-part9-title h2{
    padding-top: 60px;
	padding-bottom: 10px;
	color: #343434;
	font-size: 28px;
	text-align: center;
}

.duoshanghu-part9-title p{
    width: 1250px;
	color: #666666;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 10px auto 0;
}

.duoshanghu-part9-title img{
    width: 1030px;
    margin: 0 auto 40px auto;
	text-align: center;
}

.duoshanghu-part10{
    width: 100%;
    background: #F9F9F9;
    height: 560px;
}

.duoshanghu-part10-title{
    width: 1250px;
    margin: 0 auto;
}

.duoshanghu-part10-title h2{
    padding-top: 60px;
	padding-bottom: 10px;
	color: #000;
	font-size: 28px;
	text-align: center;
}

.duoshanghu-part10-title p{
	color: #666;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	margin: 10px auto 0;
}

.duoshanghu-part10-des{
    width: 1250px;
    margin: 60px auto 0 auto;
}

.duoshanghu-part10-li{
    float: left;
    width: 200px;
    margin:0 25px;
    padding-bottom: 30px;
}

.duoshanghu-part10-up1{
    width: 200px;
    text-align: center;
    height: 140px;
    background: #7272f7;
    border-radius: 10px 10px 0 0;
}

.duoshanghu-part10-up2{
    width: 200px;
    text-align: center;
    height: 140px;
    background: #3987f5;
    border-radius: 10px 10px 0 0;
}

.duoshanghu-part10-up3{
    width: 200px;
    text-align: center;
    height: 140px;
    background: #f8c725;
    border-radius: 10px 10px 0 0;
}

.duoshanghu-part10-up4{
    width: 200px;
    text-align: center;
    height: 140px;
    background: #fc9033;
    border-radius: 10px 10px 0 0;
}

.duoshanghu-part10-up5{
    width: 200px;
    text-align: center;
    height: 140px;
    background: #f86e3d;
    border-radius: 10px 10px 0 0;
}

.duoshanghu-part10-up1 img{
    padding-top: 30px;
    text-align: center;
    width: 70px;
    height: 70px;
}

.duoshanghu-part10-up2 img{
    padding-top: 30px;
    text-align: center;
    width: 70px;
    height: 70px;
}

.duoshanghu-part10-up3 img{
    padding-top: 30px;
    text-align: center;
    width: 70px;
    height: 70px;
}

.duoshanghu-part10-up4 img{
    padding-top: 30px;
    text-align: center;
    width: 70px;
    height: 70px;
}

.duoshanghu-part10-up5 img{
    padding-top: 30px;
    text-align: center;
    width: 70px;
    height: 70px;
}

.duoshanghu-part10-down{
    width: 200px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    height: 140px;
    text-align: center;
}

.duoshanghu-part10-down a{
    width: 200px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
}

.duoshanghu-part10-down span{
    line-height: 24px;
    font-size: 14px;
    padding:0 5px;
}

.duoshanghu-part11-title ul li>p {
	margin-bottom: 35px;
	text-align: left;
	padding-left:10px;
}

.duoshanghu-part12{
    width: 100%;
}

.duoshanghu-part12-title{
    width: 1250px;
    margin: 0 auto;
    text-align: center;
}

.duoshanghu-part12-title h2{
    font-size: 30px;
	margin-bottom: 28px;
	margin-top: 60px;
	text-align: center;
}

.duoshanghu-part12-title p{
    font-size: 16px;
	width: 1250px;
	margin: 0 auto;
	margin-bottom: 32px;
	text-align: center;
}

.duoshanghu-part12-title img{
    width: 1030px;
    margin: 0 auto 40px auto;
	text-align: center;
}

.duoshanghu-part13{
    width: 100%;
}

.duoshanghu-part13-title{
    width: 1250px;   
    margin: 0 auto;
}

.duoshanghu-part13-title h2{
    font-size: 30px;
	margin-bottom: 28px;
	margin-top: 60px;
	text-align: center;
}

.duoshanghu-part13-title p{
    font-size: 16px;
	width: 1250px;
	margin: 0 auto;
	margin-bottom: 32px;
	text-align: center;
}

.duoshanghu-part13-main {
	width: 1250px;
	height: 455px;
	margin: 20px auto 0;
}

.duoshanghu-part13-main img.fl,
.duoshanghu-part13-main img.fr {
	width: 434px;
	height: 455px;
}

.duoshanghu-part13-main ul {
    float: left;
    padding: 0 63.5px;
	padding-top: 90px;
}

.duoshanghu-part13-main li {
	width: 229px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: #fff;
	font-size: 12px;
	margin: 0 13px 35px;
	background: url("/images/duoshanghu/sec12.png") no-repeat center center;
}

.duoshanghu-part13 a {
	display: block;
	width: 184px;
	height: 34px;
	margin: 17px auto 111px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	line-height: 34px;
	background: url("/images/duoshanghu/sec13.png") no-repeat center center;
}

.duoshanghu-part14{
    width: 100%;
    height: 520px;
    background: #F9F9F9;
}

.duoshanghu-part14-title{
    width: 1250px;
    margin: 0 auto;
    text-align: center;
    height: 520px;
}

.duoshanghu-part14-title img{
    float: left;
    width: 750px;
    height: 350px;
}

.duoshanghu-part14-right{
    float: left;
    width: 500px;
    height: 350px;
}

.duoshanghu-part14-title h2{
    width: 1250px;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    text-align: center;
    padding-top: 60px;
    color: #343434;
}

.duoshanghu-part14-title p{
    line-height: 50px;
    width: 1250px;
    height: 50px;
    font-size: 16px;
    color: #666;
}

.duoshanghu-part14-right p{
    width: 500px;
    height: 80px;
    line-height: 24px;
    font-size: 16px;
    text-align: left;
}

.duoshanghu-part14-right-des{
    width: 500px;
    height: 210px;
    text-align: center;
}

.duoshanghu-part14-right-des-f1{
    text-align: center;
    float: left;
    width: 125px;
    height: 210px;
    display: block;
}

.duoshanghu-part14-right-des-f1 img{
    width: 72px;
    height: 72px;
    padding-left: 26px;
}

.duoshanghu-part14-right-img{
    width: 125px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.duoshanghu-part14-right-des-f1 p{
    width: 125px;
    height: 70px;
    text-align: center;
}

.duoshanghu-part0{
    width: 100%;
}
.duoshanghu_title{
    width: 1250px;
    margin: 0 auto;
}

.duoshanghu_title h1 {
	color: #333333;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	margin: 60px 0 10px;
}

.duoshanghu_title>p {
	width: 1124px;
	color: #666;
	font-size: 16px;
	margin: 0 auto;
	text-align: center;
	line-height: 32px;
	font-weight: lighter;
}

.duoshanghu_title ul {
	width: 1250px;
	height: 130px;
	margin: 60px auto 40px;
}

.duoshanghu_title ul li {
	float: left;
	width: 250px;
	text-align: center;
}

.duoshanghu_title ul li img {
	width: 66px;
	height: 66px;
}

.duoshanghu_title ul li p {
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
}

.duoshanghu-part1 {
	width: 100%;
	height: 500px;
	background: url("/images/duoshanghu/yingke.png") center no-repeat;
}

.duoshanghu-part1 h2 {
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 60px;
	text-align: center;
}

.duoshanghu-part1 p {
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	text-align: center;
	margin-top: 15px;
}

#duoshanghu-part2 h2 {
	color: #343434;
	font-size: 28px;
	margin-top: 60px;
	text-align: center;
}

#duoshanghu-part2 .duoshanghu-part2-content>p {
	color: #868585;
	font-size: 16px;
	font-weight: lighter;
	margin-top: 20px;
	text-align: center;
	
}

.duoshanghu-part2-content{
    width: 1250px;
    margin: 0 auto;
}

#duoshanghu-part2 .duoshanghu-part2-platform {
	position: relative;
	width: 1250px;
	margin: 50px auto 0;
	padding-bottom: 50px;
}

.duoshanghu-part2-platform ul{
    width: 1250px;
    margin: 0 auto;
}

.duoshanghu-part2-platform ul li {
	float: left;
	width: 208.33px;
	text-align: center;
	transition-timing-function: linear;
	transition: 0.6s;
	cursor: pointer;
}

.duoshanghu-part2-platform li img {
	width: 66px;
	height: 66px;
}

.duoshanghu-part2-platform li p {
	color: #333333;
	font-size: 16px;
	margin-top: 18px;
	line-height: 1;
}

.duoshanghu-part2-platform .jiantou {
	transition-timing-function: linear;
	transition: 0.6s;
	position: absolute;
	width: 200px;
	height: 10px;
	bottom: 20px;
	left: 0;
}

.duoshanghu-part2-platform-list {
	width: 100%;
	height: 500px;
	background: url("/images/duoshanghu/bg1.jpg") no-repeat center;
}

.duoshanghu-part2-platform-list-tab{
    width: 1250px;
    margin: 0 auto;
    height: 100%; 
    overflow: hidden;
    position: relative;
}

.duoshanghu-part2-platform-list .tab1 {
	padding-top: 94px;
	box-sizing: border-box;
}

.contents{
    width: 100%;
}

.banner{
    background: url(/images/duoshanghu/duoshanghu_banner.png) no-repeat center;
    height: 500px;
}

.banner-title{
    width: 100%;
    height: 150px;
    padding-top: 150px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.banner p{
    text-align: center;
}

.banner-button{
    width: 100%;
    margin-top: 80px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.banner-button a{
    background: #fff;
    color: #5931D1;
    padding: 8px 25px;
    border-radius: 10px;
}

.banner-button a:hover{
    background: #5931D1;
    color: #fff;
    padding: 8px 25px;
    border-radius: 10px;
}

