body,html,div,h1,h2,h3,h4,h5,h6,p,span,a,img,button,input,textarea,ul,li,i,button {
	border: 0;
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #000;
}
a:hover,a:active {
	color: #000;
}
img {
	display: block;
}

.flex {
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
}

@font-face {
	font-family: 'PingFang Regular';
	src:url('../fonts/pingfang regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	/*font-family: "微软雅黑";*/
	/*font-family: 'PingFangSC-Regular, sans-serif';*/
	font-family: 'PingFang SC','微软雅黑','Helvetica Neue',Helvetica,STHeitiSC-Light,WOL_SB,'Segoe UI Semibold','Segoe UI',Tahoma,Helvetica,sans-serif;
}
button {
	outline: none;
}
.rel {
	position: relative;
}
.abs {
	position: absolute;
}
.fix {
	position: fixed;
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.align {
	text-align: center;
}
.top-banner .swiper-pagination-bullet {
	background: #fe9c7e;
	width: 12px;
	height: 4px;
	border-radius: 2px;
	margin: 0 8px;
	opacity: 1;
}
.top-banner .swiper-pagination-bullet-active {
	width: 18px;
	/*background: #fff;*/
}
/*公用title*/
.title {
	padding: 80px 0 50px 0;
	text-align: center;
}
.title h3 {
	font-size: 26px;
	color: #3b426b;
	padding-bottom: 20px;
	font-weight: 500;
}
.title p {
	font-size: 18px;
	color: #5d6494;
}
.title div {
	margin: 30px auto;
	background: linear-gradient(120deg,#2f6df7,#3bdae8);
	font-size: 16px;
	color: #fff;
	width: 126px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	border-radius: 23px;
	transition: all .2s;
}
.title div:hover {
	box-shadow: 0 10px 14px 0 rgba(23,57,126,.15), 0 4px 8px 0 rgba(30,62,124,.15);
	margin-top: 28px;
	margin-bottom: 32px;
}
.none {
	display: none!important;
}
/*头部脚部*/
.header li {
	color: #3b426b;
	padding: 0 22px;
	line-height: 32px;
	font-size: 14px;
}
.header .top-li {
	line-height: 80px;
	color: #3b426b;
}
.header .top-li.active {
	color: #fb6638;
}
.marginauto {
	margin: 0 auto;
	width: 1200px;
}
.head-menu {
	position: relative;
}
.header {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
	align-items: center;
}
.header li:hover {
	color: #fb6638;
}
.header li:hover .top-li {
	color: #fb6638;
}
.header li:hover .submenu {
	display: flex;
	flex-wrap: wrap;
}
.header li .submenu {
	position: absolute;
	top: 80px;
	left: 0;
	width: 600px;
	background: #fff;
	font-size: 12px;
	padding: 34px 20px 14px 20px;
	z-index: 99;
	border-radius: 4px;
	box-shadow: 0 0 24px rgba(0,0,0,0.1);
	display: none;
}
.header li .submenu li {
	width: 200px;
	box-sizing: border-box;
	padding: 0 0 20px 0;
}
.header li .submenu .head-subtit {
	color: #7d88a2;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 180px;
}
.header li .submenu .head-tit {
	font-size: 14px;
	color: #3b426b;
	padding-bottom: 20px;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 180px;
}
.header li .submenu .head-tit:after {
	content: '';
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 36px;
	height: 2px;
	background: #fb6638;
}
.loginBtn {
	align-items: center;
}
.loginBtn div {
	width: 76px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px;
	font-size: 14px;
	box-sizing: border-box;
	margin-left: 12px;
}
.login {
	background: #fb6638;
	color: #fff;
}
.login:hover {
	background: #f0501f;
}
.register {
	color: #fb6638;
	border: 1px solid #fb6638;
}
.register:hover {
	background: #fb6638;
	color: #fff;
}
#chat {
	position: fixed;
	right: 10px;
	top: 60%;
	padding-left: 60px;
	z-index: 160;
    cursor: pointer;
}
/*#chat>img{
	display: none;
}*/
.chat-one {
	position: fixed;
	right: 10px;
	top: 50%;
	width: 200px;
	height: 464px;
	background: #fff;
	text-align: center;
	display: block;
	flex-direction: column;
	box-shadow: 0 0 24px rgba(218,217,231,.6);
	z-index: 160;
}
.chat-one .icon-close {
    position: absolute;
    font-size: 36px;
    color: #3b426b;
    right: -10px;
    top: -10px;
    cursor: pointer;
    z-index: 1;
}

.chat-one p,.chat-one a p {
	font-size: 14px;
	color: #3b426b;
}
.chat-one .bor-b {
	position: relative;
}
.chat-one .bor-b:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 16px;
	right: 16px;
	height: 1px;
	background: #f7f7f7;
	display: block;
}
.chat-one .chat-tit {
	line-height: 66px;
	font-size: 16px;
	color: #3b426b;
}
.chat-name {
	line-height: 54px;
}
.chat-one img {
	padding-bottom: 14px;
	width: 126px;
	height: 126px;
	margin: 0 auto;
}
.chat-one .chat-tel {
	padding: 20px 0 10px 0;
}
.chat-one .chat-mobile {
	color: #fb6638;
	font-weight: 500;
	flex: 1;
	font-size: 16px;
}
.backtop {
	line-height: 56px;
}
.chat-name .iconfont {
	color: #fb6638;
	vertical-align: middle;
}

.top-banner {
	/*background-color: #fd6b3e;*/
	color: #fff;
	width: 100%;
	height: 480px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.top-banner .swiper-container {
	height: 100%;
}
.bannerItem {
	align-items: center;
	height: 480px !important;
}
.bannerItem img {
	margin-left: 100px;
}
.top-banner .swiper-wrapper {
	margin-left: 40px;
}
.bannerItem h2 {
	font-size: 30px;
	margin: 50px 20px 28px 0;
	font-weight: 500;
}
.bannerItem p {
	font-size: 18px;
	width: 500px;
	line-height: 36px;
	margin-bottom: 30px;
}
.copyright {
	font-size: 12px;
	color: #5f5f5f!important;
	text-align: center;
	line-height: 80px;
	border-top: 1px solid #252525;
	padding: 0!important;
}

.video-de {
	justify-content: center;
	text-align: center;
}
.video-de p {
	padding-top: 20px;
	color: #7D88A2;
	font-size: 14px;
}
.video-de video {
	width: 326px;
	margin: 0 40px;
	height: 580px;
	border-radius: 6px;
	box-shadow: 2px 0px 20px #eee;
}

/** 分页 Pager **/
.es-pager {
	position: relative;
	display: inline-block;
	margin: 0;
	margin-top: 10px;
	padding: 0; }
.es-pager li {
	float: left;
	margin-left: 6px;
	font-size: 12px;
	color: #7D88A2;
	list-style: none;
	line-height: 30px;
	height: 30px;
	border-radius: 4px;
	width: 30px;
	text-align: center;
	border: 1px solid #ccc;
}
.es-pager li a {
	display: inline-block;
	color: #7D88A2;
	text-decoration: none;
	width: 100%; }
.es-pager li a span {
	font-size: 14px;
	vertical-align: middle; }
.es-pager li:hover:not(.splitter):not(.active):not(.record-info):not(.page-info) {
	background: #fb6638;
	border: 1px solid #fb6638;
}
.es-pager li:hover:not(.splitter):not(.active):not(.record-info):not(.page-info) a {
	color: #fff; }
.es-pager li:active:not(.page-info):not(.record-info), .es-pager li.active {
	background: #fb6638;
	border: 1px solid #fb6638;
}
.es-pager li:active:not(.page-info):not(.record-info) a, .es-pager li.active a {
	color: #7D88A2; }
.es-pager li.active a {
	color: #fff; }
.es-pager.round li:first-child {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px; }
.es-pager.round li:last-child {
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px; }
.es-pager .splitter, .es-pager .record-info, .es-pager .page-info {
	padding: 0 8px;
	line-height: 30px;
	border: none;
	width: auto; }
.es-pager .pager-info {
	height: 30px;
	line-height: 30px; }
.es-pager select, .es-pager input {
	outline: none; }
.es-pager .currentpage {
	width: 30px;
	height: 30px;
	margin: 1px;
	margin-left: 8px;
	padding: 0 5px;
	text-align: center;
	border: 1px solid #f2f2f2;
	border-radius: 4px;
	color: #7D88A2;
}
.es-pager .pagecount {
	float: left;
	height: 30px;
	line-height: 30px;
	padding: 0 5px; }
.es-pager .pagesize {
	border: none; }
.es-pager.success li:active:not(.page-info):not(.record-info), .es-pager.success li.active {
	background-color: #54c952; }
.es-pager.warning li:active:not(.page-info):not(.record-info), .es-pager.warning li.active {
	background-color: #ff6e1e; }
.es-pager.danger li:active:not(.page-info):not(.record-info), .es-pager.danger li.active {
	background-color: #fc5768; }



.top-banner.sell-solution {
	background: #008aff;
}
.top-banner.social-solution {
	background: #5060e6;
}
.relation {
	background: #f5fbff;
	height: 656px;
}
.relation img {
	margin: 0 auto;
	height: 420px;
}
.tradition img {
	margin: 0 auto;
	margin-bottom: 50px;
}
.store {
	background: url(../es/bg.png) no-repeat;
	padding-bottom: 50px;
	background-size: 100% 100%;
}
.store-title {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}
.store-container {
	justify-content: center;
}
.store-item {
	width: 290px;
	height: 360px;
	background: rgba(255,255,255,0.2);
	padding: 80px 30px 0 30px;
	color: #fff;
	text-align: center;
	margin: 0 38px;
}
.store .iconfont {
    width: 70px;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 500;
    color: transparent;
    background: linear-gradient(90deg,#70b5fa,#1576fb);
    -webkit-background-clip: text;
    display: block;
}
.store-tit {
	font-size: 20px;
	padding: 44px 0 24px 0;
}
.store-subtit {
	font-size: 14px;
	line-height: 34px;
}
.member {
	align-items: center;
	padding-top: 50px;
}
.member-left {
	padding-left: 40px;
	width: 440px;
}
.member-right {
	padding-left: 160px;
}
.member-tit {
	font-size: 26px;
	color: #3b426b;
	padding-bottom: 24px;
}
.member-subtit {
	line-height: 30px;
	font-size: 18px;
	color: #5d6494;
}
.commission {
	background: url(../img/solution/free.png) no-repeat;
	background-size: 100% 100%;
	height: 240px;
	text-align: center;
	padding-top: 50px;
	box-sizing: border-box;
	color: #fff;
}
.commission a {
	display: block;
	color: #fff;
}
.commission-tit {
	font-size: 28px;
	padding-bottom: 16px;
}
.commission .free {
	width: 116px;
	height: 36px;
	line-height: 36px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #fff;
	margin: 0 auto;
	margin-top: 8px;
}
/*社交电商解决方案*/
.relationship {
	background-color: #f5fbff;
	padding-bottom: 60px;
}
.relationship .marginauto {
	padding: 76px 154px;
	display: flex;
	justify-content: space-between;
	background: url(../es/social-low.png) no-repeat;
	background-position: center;
	box-sizing: border-box;
	position: relative;
}
.relationship .rela-item {
	width: 200px;
	font-size: 16px;
	color: #3B426B;
	line-height: 30px;
	position: relative;
}
.relationship .rela-tit {
	font-size: 24px;
	padding-bottom: 4px;
	font-weight: 500;
	color: #3b426b;
}
.relationship .rela-item:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #5a81ff;
	left: -20px;
	top: 10px;
}
.rela-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 318px;
}
.relationship .rela-img {
	position: absolute;
	left: 363px;
    top: 160px;
}
.social-main {
	justify-content: space-around;
	font-size: 22px;
	color: #3b426b;
	padding-bottom: 50px;
}
.poster {
	background: #f5fbff;
}
.poster-container {
	padding-bottom: 50px;
	justify-content: center;
}
.poster-subtit {
	font-size: 14px;
	color: #5d6494;
	text-align: center;
	padding-top: 28px;
}
.poster-item {
	margin: 0 30px;
}
.social-mem {
	background: #f5fbff;
	padding-top: 0;
}
.social-mem .marginauto {
	height: 460px;
	align-items: center;
}
.commission-three {
	justify-content: center;
}
.three-item {
	background: url(../es/threebg.png) right bottom no-repeat;
	width: 240px;
	height: 260px;
	padding: 0 22px;
	box-sizing: border-box;
	box-shadow: 0 0 16px rgba(148, 165, 198, .3);
	margin: 50px 25px;
	font-size: 14px;
	color: #5d6494;
	line-height: 28px;
}
.three-item img {
	padding-top: 40px;
}
.three-tit {
	font-size: 16px;
	font-weight: 500;
	padding: 30px 0 10px 0;
	color: #3b426b;
}
.commission-money {
	height: 786px;
	background: #f8f9fd;
}
.commission-money img {
	margin: 0 auto;
}
.commission-special {
	background: url(../es/specialbg.png) no-repeat;
	background-size: 100% 100%;
	height: 600px;
}
.special-title {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding: 68px 0;
}
.special-container {
	justify-content: center;
}
.special-item {
	text-align: center;
	width: 210px;
	height: 250px;
	margin: 0 25px;
	font-size: 16px;
	color: #3B426B;
	background: #fff;
	border-radius: 4px;
}
.special-item img {
	margin: 0 auto;
	padding-top: 38px;
}
.special-item:nth-of-type(2n) {
	margin-top: 60px;
}
.special-item p {
	padding-bottom: 10px;
}
.commission-page {
	justify-content: center;
	font-size: 16px;
	color: #5D6494;
	text-align: center;
	padding-bottom: 20px;
}
.commi-cerate {
	padding-bottom: 10px;
	margin: 0 auto;
}
.comm-case {
	margin: 20px auto;
}
.develop-banner{
    height:480px;
}
.develop-banner .swiper-container .ani {
    color:white;
}
.develop-banner .swiper-container .ani h2{
    font-size: 48px;
    font-weight: 600;
    margin-botom:28px;
}
.develop-banner .swiper-container .ani p{
    font-size: 28px;
    width:600px;
}
.develop-title {
    padding: 60px 0 50px 0;
}
.develop-title h3 {
    font-size: 34px;
    font-weight: 600;
    color: #3b426b;
}
.develop-title p {
    margin-top:15px;
    font-size: 22px;
    color: #5b6494;
}
.develop-icon {
    display: flex;
    justify-content: space-between;
}

.develop-icon .item {
    /*flex: 0 0 260px;*/
    text-align: center;
    background: #fff;

    height: 300px;
    width: 250px;
    box-shadow: 0 0 24px 0 rgba(184,195,211,0.35);
    box-sizing: border-box;
    position: relative;
}
.develop-icon .item:hover .hover{
    opacity: 1;
}

.develop-icon .item img {
    margin: 0 auto;
    padding-top:28px;
    padding-bottom: 36px;
    /*width:100%;*/
    /*height:100%;*/
    height:150px;
}

.develop-icon .item h4 {
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    color: #5b6494;

}

.develop-icon .item p {
    line-height: 1;
    font-size: 16px;
    color: #7d88a2;
    margin-bottom: 36px;
}
.develop-icon .item .hover {
    position: absolute;
    width: 100%;
    top: 0;
}

.develop-member .item span {
    font-size: 28px;
    font-weight: 600;
    color:#3b426b;
}
.develop-member right{
    float:right;
}
.develop-member left{
    float:left;
}
.develop-member .item img {
 position: relative;
    right:20px;
    bottom:-24px;
}
.develop-member .item p {
    width:496px;
    margin-top: 18px;
    font-size: 16px;
    line-height: 36px;
    color:#5d6494;
    margin-bottom: 32px;
}
.develop-worker {
    width:1120px;
    margin:0 auto;
}
.develop-worker .item {

    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height:84px;
    height: 84px;
    width: 250px;
    margin-right: 38px;
    margin-bottom: 40px;
    box-shadow: 0 4px 20px 0 rgba(146,181,234,0.2) ;
}
.develop-worker .item  img{
    margin:0 auto;
}
 .line-item{
    text-align: center;
    justify-content: space-around;
    margin-right:78px;
    padding-bottom:60px;

}
 .line-all {
    position: relative;
    left:12px;

}
 .out_container{
     width:100%;
     position: relative;
     height:440px;

 }
/*輪播*/
 .swiper-container {
    height: 442px;
     width:1120px;
     box-sizing: border-box;
     overflow: hidden;
}
.swiper-wrapper{
    width:346px;
    height: 442px;
}
 .anli {
    height: 442px;
    background: #f8f9ff;
    width: 346px;
    margin-right:40px;
}
.anli img{
    margin:0 auto;
}
.anli .wenzi {
    height:192px;
    padding:24px 18px ;
    box-sizing: border-box;
}
.anli .wenzi .lun-title{
    font-size: 18px;
    font-weight: 600;
    color:#3b426b;

}
 .anli .wenzi .line {
    height:4px;
    width: 24px;
    background: #3087ff;
    margin:20px 0;
}
.anli .wenzi .lun-type{
    font-size: 14px;
    color:#5D6494;
    margin-bottom: 3px;
}
.anli .wenzi .lun-content{
    font-size: 14px;
    color:#5D6494;
    line-height: 20px;
}
.out_container .swiper-button-prev {
    height:50px;
    width: 30px;
    position: absolute;
    left:300px;
    top:245px;
}
.out_container .swiper-button-next {
    height:50px;
    width: 30px;
    position: absolute;
    right:300px;
    top:245px;
}
.diy {
    text-align: center;
}
.diy .diy-title{
   font-size: 24px;
    color:#3B426B;
    padding-bottom: 18px;
}
.diy .diy-intro{

    font-size: 18px;
    color:#5d6494;
}
.diy-box{

    justify-content: center;
}
.diy-box .box-content{
    width:292px;
    margin-right: 110px;
    box-shadow: 0 4px 24px 0 rgba(205,231,255,0.65);
}
.box-content .box-title{
    height:60px;
    background: #f4f8ff;
    line-height: 60px;
}
.box-content .box-intro{


    height:284px;
    padding:36px 36px 25px;
    box-sizing: border-box;
}

.box-content .box-intro div{
  padding-top:40px;
    width:220px;
    font-size: 14px;
    color:#5d6494;
}
