

/*------------------------重置样式开始------------------------*/

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background: #ccc;
}

::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.2) scroll repeat 0% 0% !important;
	border-radius: 5px;
}

::scrollbar {
	width: 0px;
}

html,
body {
	scrollbar-face-color: #a3a3a3;
	/*滚动条3D表面（ThreedFace）的颜色*/
	scrollbar-highlight-color: #ccc;
	/*滚动条3D界面的亮边（ThreedHighlight）颜色*/
	scrollbar-shadow-color: #ccc;
	/*滚动条3D界面的暗边（ThreedShadow）颜色*/
	scrollbar-3dlight-color: #ccc;
	/*滚动条亮边框颜色*/
	scrollbar-arrow-color: #ccc;
	/*滚动条方向箭头的颜色 */
	scrollbar-track-color: #ccc;
	/*滚动条的拖动区域(TrackBar)颜色*/
	scrollbar-darkshadow-color: #ccc;
	/*滚动条暗边框（ThreedDarkShadow）颜色*/
	color: #081E42;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html{
	border: 0px;
}

body,
ul,
li,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
table,
thead,
tbody,
tfoot,
th,
td,
tr,
dl,
dd,
dt,
p,
input,
button,
textarea,
form,
select,
button,
strong{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	list-style: none;
	font-family:PingFangSC,"Microsoft Yahei",Helvetica,Tahoma,Arial,"Hiragino Sans GB","Hiragino Sans GB W3",STXihei,STHeiti,Heiti,SimSun,sans-serif!important;
	border: 0px;
	border-collapse: collapse;
	word-wrap: break-word;
	outline: none;
	font-weight: 400;
}

a:link,
a:visited,
a:hover,
a:active{
	background-color: transparent;
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear::after{
	content: '';
	display: table-cell;
	clear: both;
}

.hide{
	display: none;
}

.swiper-wrapper,.swiper-slide {
	height: auto;
}

.base_main_content {
	width: 100%;
}

.base_main_content.bgfa {
	background-color: #fafafa;
}

.base_main_content.bggray {
	background-color: #353a42;
}

.base_main_content.bglightyellow {
	background-color: #fdf9f5;
}

.base_main_content.bgtj {
	background-image: url(../image/ordergoods_tj_bg.png);
	background-position: center top;
	background-repeat: no-repeat;
}

.base_main_content.padt110 {
	padding-top: 110px;
}

.base_main_box {
	width: 1200px;
	margin: 0 auto;
}

.base_title_content {
	padding: 72px 60px 0;
	text-align: center;
}

.base_title_content.padt30 {
	padding-top: 30px;
}

.base_title_content > h2 {
	font-size: 36px;
	color: #333;
}

.base_title_content > p {
	margin-top: 20px;
	line-height: 30px;
	font-size: 16px;
	color: #808080;
}

.base_title_content.white > h2,
.base_title_content.white > p {
	color: #fff;
}

.base_title_content > span.base_title_sign {
	height: 54px;
	line-height: 54px;
	margin-top: 30px;
	display: inline-block;
	position: relative;
}

.base_title_content > span.base_title_sign::before,
.base_title_content > span.base_title_sign::after {
	content: '';
    width: 54px;
    height: 54px;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
}

.base_title_content > span.base_title_sign::before {
    left: -18px;
    background-color: #fd8e31;
    z-index: 1;
}

.base_title_content > span.base_title_sign::after {
    right: -18px;
    background-color: #fb582f;
    z-index: 2;
}

.base_title_content > span.base_title_sign > small {
	font-size: 30px;
	color: #fff;
	display: inline-block;
	position: relative;
	z-index: 3;
}

.base_img_content {
	padding: 46px 0 90px;
	text-align: center;
	font-size: 0;
}

.base_img_content > img {
	max-width: 100%;
}

/*------------------------重置样式结束------------------------*/

/*------------------------头部导航开始------------------------*/

.head_nav_content {
	width: 100%;
	height: 70px;
}

.head_nav_box {
	width: 100%;
	height: 70px;
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 99;
}

.head_nav_main {
	width: 1200px;
	margin: 0 auto;
}

.head_nav_left {
	float: left;
	font-size: 0;
}

.head_nav_left img {
	height: 40px;
	margin-top: 15px;
}

.head_nav_right {
	float: right;
}

.head_nav_right > ul,
.head_nav_right > ul > li,
.head_nav_right > a {
	 float: left;
 }

.head_nav_right > a {
	width: 90px;
	height: 32px;
	line-height: 32px;
	margin-top: 19px;
	margin-left: 30px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #2A75ED;
	border-radius: 50px;
}
.head_nav_right > ul > li  a .ibonfont {
	margin-left: 5px;
	font-size: 14px;
}
.head_nav_right > ul > li {
	height: 70px;
	padding: 0 15px;
	position: relative;
}

.head_nav_right > ul > li:last-child {
	/*padding-right: 0;*/
}

.head_nav_right > ul > li > a {
	line-height: 70px;
	font-size: 16px;
	color: #666;
}

.head_nav_right > ul > li.active > a,
.head_nav_right > ul > li > a:hover {
	color: #2A75ED;
	transition: color .2s;
}
.head_nav_right > ul > .h-login-btn,.head_nav_right > ul > .h-register-btn{
	width: 83px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-top: 16px;
	margin-left: 30px;
}
.head_nav_right > ul > .h-login-btn{
	background:linear-gradient(135deg, #2A75ED 0%, rgb(15, 175, 237) 100%);
}
.head_nav_right > ul > .h-register-btn{
	border:1px solid #2A75ED;
}
.head_nav_right > ul > .h-login-btn > a{
	line-height: 38px;
	color: #ffffff;
	font-size: 14px;
}
.head_nav_right > ul > .h-register-btn > a{
	line-height: 38px;
	font-size: 14px;
	color: #2A75ED;
}
.head_nav_right > ul > .h-login-btn > a:hover {
	color: #ffffff;
}




.nav-in-content .product-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 60px;
	width: 100%;
	min-width: 1200px;
	height: 420px;
	background: #fff;
	cursor: default;
}
.nav-in-content .product-list {
	font-weight: 400;
	max-height: 0;
	-webkit-transition: max-height .3s ease-in-out;
	transition: max-height .3s ease-in-out;
	z-index: 200;
	overflow: hidden;
}


.head_nav_right > ul > li:hover .product-list {
	max-height: 500px;
	border-bottom: 1px solid #E2E4EE;
}
 .nav-in-content .product-list .product-item {
	width: 300px;
	margin: 20px 0 0;
	padding: 0 0 0 39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.nav-in-content .product-list .product-item__sp {
	padding: 0 20px 0 68px;
	height: 281px;
	border-right: 1px solid #E2E4EE;
}
.nav-in-content .product-list .product-item__title {
	line-height: 17px;
	font-size: 12px;
	color: #415070;
	padding: 0 0 0 12px;
	margin: 0 0 12px;
}
.nav-in-content .product-list .product-item__yunying {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 48px;
	font-size: 0;
	padding: 12px 0 12px 12px;
}
.nav-in-content .product-list .product-item__yunying-img {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 0 16px 0 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
}
.nav-in-content .product-list .product-item__yunying-img1 {
	background-image: url(../picture/icon-daohang-1.svg);
}
.nav-in-content .product-list .product-item__yunying-img2 {
	background-image: url(../picture/icon-daohang-2.svg);
}
.nav-in-content .product-list .product-item__yunying-img3 {
	background-image: url(../picture/icon-daohang-3.svg);
}
.nav-in-content .product-list .product-item__yunying-img4 {
	background-image: url(../picture/icon-daohang-4.svg);
}
.nav-in-content .product-list .product-item__yunying-img5 {
	background-image: url(../picture/icon-daohang-5.svg);
}
.nav-in-content .product-list .product-item__yunying-text {
	color: #081E42;
	font-size: 14px;
}
.nav-in-content .product-list .product-item__func {
	display: block;
	overflow: hidden;
	padding: 0 0 0 12px;
}
.nav-in-content .product-list .product-item__name {
	line-height: 20px;
	font-size: 14px;
	color: #081E42;
	margin: 12px 0 5px;
}
.nav-in-content .product-list .product-item__tip {
	line-height: 17px;
	font-size: 12px;
	color: #9196A0;
	margin: 0 0 12px;
}
/*------------------------头部导航结束------------------------*/

/*--------------------------首页开始--------------------------*/

/* banner */
.home_banner_content {
        min-width: 1200px;
        position: relative;
}
.home_banner_content .swiper-pagination{
        position: absolute;
        bottom: 110px;
}

.home_banner_content img {
        width: 100%;
        display: block;
}
.banner-div{
	position: relative;
}
.banner-div  .hd {
	height: 100px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}
.banner-div .hd .w {
	overflow: hidden;
	zoom: 1;
	height: 100px;
	width: 1200px;
	margin: 0 auto;
}
.banner-div  .hd .w li {
	position: relative;
	float: left;
	width: 24.9%;
	height: 100px;
	padding-top: 30px;
	border-right: 1px solid #e8e8e850;
	line-height: 14px;
	cursor: pointer;
	color: #fff;
}
.banner-div  .hd .w li:hover{
	background-color: rgba(255,255,255,0.2);
}
.banner-div  .hd .w li .one {
	margin-left: 93px;
	font-size: 18px;
	color: #fff;
}
.banner-div  .hd .w li .two {
	margin-left: 93px;
	color: #fff;
	font-size: 14px;
	margin-top: 13px;
}
.banner-div  .hd .w li img {
	position: absolute;
	left: 35px;
	top: 29px;
	width: 45px;
}
/*新零售电商生态系统与服务提供商*/
.container {
	padding-top: 60px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.w1100 {
	width: 1100px;
	margin: 0 auto;
}

.container .title {
	max-width: 1210px;
	padding-bottom: 10px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.container .desc {
	max-width: 1210px;
	padding-bottom: 20px;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
	text-align: center;
}
.prodcut-wrap .tab {
	padding: 30px 0 45px;
	text-align: center;
}

.prodcut-wrap .tab li {
	position: relative;
	display: inline-block;
	width: 150px;
	margin: 0 10px;
	font-size: 16px;
	line-height: 40px;
	color: #333;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	border-radius: 30px;
	transition: all .3s;
}
.prodcut-wrap .tab li.active {
	color: #fff;
	background: #1069f5;
}
.m-l-0 {
	margin-left: 0 !important;
}
.prodcut-wrap .product-list {
	height: 460px;
	padding-top: 20px;
}

.prodcut-wrap .product-list .item {
	position: relative;
	float: left;
	width: 235px;
	padding-bottom: 30px;
	margin-top: 20px;
	overflow: hidden;
	border: 1px solid #eee;
	border-right: none;
	box-sizing: border-box;
	transition: width .3s ease-in, margin-top .3s ease-in;
}

.prodcut-wrap .product-list .product-title {
	/*height: 140px;*/
	padding: 30px 0 30px;
	text-align: center;
	/*overflow: hidden;*/
	background: #f5f6f7;
}
.prodcut-wrap .product-list .product-title .ibonfont {
	font-size: 58px;
	line-height: 1.4;
	/*margin-bottom: 5px;*/
	color: #1069f5;
}
.prodcut-wrap .product-list .product-title h3 {
	font-weight: bold;
	font-size: 19px;
	color: #333;
}
.prodcut-wrap .product-list .product-title p {
	font-size: 14px;
	color: #666;
}
.prodcut-wrap .product-list .product-content {
	margin: 20px 30px;
	padding: 35px 0 20px;
}
.prodcut-wrap .product-list .product-content h3 {
	line-height: 32px;
	color: #666;
	text-align: center;
	font-size: 14px;
}
.prodcut-wrap .product-list .product-content p {
	position: relative;
	display: none;
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 12px;
	line-height: 2;
	color: #333;
	white-space: nowrap;
}
.prodcut-wrap .product-list .btn-wrap {
	position: relative;
	display: none;
	padding: 20px 0 0 45px;
	margin-bottom: 10px;
}
.btn {
	display: inline-block;
	height: 30px;
	min-width: 80px;
	padding: 0 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	color: #666;
	text-align: center;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
	background: #f6f6f6;
	/*border: 1px solid #ccc;*/
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.prodcut-wrap .product-list .btn {
	/*float: left;*/
	width: 130px;
	height: 38px;
	padding: 0;
	font-size: 14px;
	line-height: 38px;
	color: #1069f5;
	cursor: pointer;
	background: #fff;
	border-color: #1069f5;
	border-radius: 0;
	transition: all .3s;
}
.prodcut-wrap .product-list .btn:nth-child(2) {
	margin-left: 20px;
}
.prodcut-wrap .product-list .item.active {
	width: 380px;
	margin-top: 0;
	border: 1px solid #1069f5;
}
.prodcut-wrap .product-list .item.active .product-title {
	background: #1069f5;
}
.prodcut-wrap .product-list .item.active .product-title .ibonfont, .prodcut-wrap .product-list .item.active .product-title h3, .prodcut-wrap .product-list .item.active .product-title p {
	color: #fff;
}
.prodcut-wrap .product-list .item.active .product-content {
	padding: 20px 0 0;
}
.prodcut-wrap .product-list .item.active .product-content h3 {
	display: none;
}
.prodcut-wrap .product-list .item.active .product-content p {
	display: block;
}
.prodcut-wrap .product-list .item.active .btn-wrap {
	display: block;
}
.prodcut-wrap .product-list .product-content p:after {
	content: '';
	position: absolute;
	top: 8px;
	left: -15px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ccc;
}
.prodcut-wrap .tab li:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	z-index: -1;
	display: block;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top-color: #1069f5;
	opacity: 0;
	filter: alpha(opacity= 0);
	transition: all .3s;
}
.prodcut-wrap .tab li.active:after {
	bottom: -16px;
	opacity: 1;
}
/* 安菲云商智慧订货系统能帮你解决什么问题？ */

.home_solve_content > ul {
	padding: 60px 0 90px;
	font-size: 0;
}

.home_solve_content > ul > li {
	width: 33.3333%;
	padding: 14px 14px 0 0;
	display: inline-block;
}

.home_solve_content > ul > li > img {
	max-width: 100%;
	transition: all .2s;
	cursor: pointer;
}

.home_solve_content > ul > li > img:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.floor_one .list_one{
	padding-top: 40px;
}
.floor_one .list_one li {
	text-align: center;
	width: 380px;
	height: 546px;
	float: left;
	margin-right: 29px;
	box-shadow: 0px 5px 10px 0px rgba(135, 135, 135, 0.1);
	border-radius: 15px 15px 0px 0px;
	background-color: #fff;
}
.floor_one .list_one li .li_header {
	height: 115px;
	background: linear-gradient(135deg, rgba(42,197,253,1) 0%, rgba(19,150,251,1) 100%);
	border-radius: 6px 6px 0px 0px;
	padding-top: 15px;
	box-sizing: border-box;
}
.floor_one .list_one li .li_header .text_top {
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	line-height: 53px;
}
.floor_one .list_one li .li_header .text_bottom {
	font-size: 14px;
	color: #ffffff;
	opacity: 0.8;
}
.floor_one .list_one li .li_main {
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 40px;
	text-align: center;
	height: 430px;
}
.floor_one .list_one li .li_main p {
	margin-top: 32px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}

.floor_one .list_one li:last-child {
	margin-right: 0;
}
/* 助力各行业客户成功 */
.gain .gain-content{
	text-align: center;
	width: 1200px;
	margin: 0 auto
}
.gain .gain-tips {
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	margin: 20px 0 40px;
	color: #42516E;
}
.gain-content .example-list {
	margin-right: -18px;
}
.gain-content .example-list .example-item {
	float: left;
	width: 286px;
	height: 355px;
	overflow: hidden;
	margin: 0 18px 18px 0;
	text-align: center;
	background: #fff;
	position: relative;
	transition: all 0.2s;
}
.gain-content .example-list .example-item .img {
	width: 286px;
	height: 180px;
}
.gain-content .example-list .example-item .small_ewm {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	z-index: 9;
	opacity: 0;
	transition: 0.3s;
}
.gain-content .example-list .example-item .small_ewm .small_ewm_img{
	width: 206px;
}
.gain-content .example-list .example-item .small_ewm .case_name{
	font-size: 16px;
	color: #333333;
	padding-top: 30px;
}
.gain-content .example-list .example-item .small_ewm .small_ewm_info{
	font-size: 14px;
	color: #666666;
	padding-top: 10px;
}
.gain-content .example-list .example-item .example-item-a{
	transition: 0.3s;
}
.gain-content .example-list .example-item .info {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #fff;
	transition: all 0.2s;
	height: 350px;
}
.gain-content .example-list .example-item .logo {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 80px;
	transition: all 0.2s;
}
.gain-content .example-list .example-item .logo img{
	height: 100%;
}
.gain-content .example-list .example-item .case_name {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}
.gain-content .example-list .example-item .cate {
	font-size: 13px;
	color: #646466;
	margin-bottom: 20px;
}
.gain-content .example-list .example-item .intro {
	font-size: 14px;
	color: #666;
	padding: 0 30px;
	text-align: left;
	line-height: 1.8;
}
.gain-content .example-list .example-item:hover {
	box-shadow: 0 7px 39px rgba(0, 0, 0, 0.1);
}
.gain-content .example-list .example-item:hover .example-item-a {
	opacity: 0;
}
.gain-content .example-list .example-item:hover .small_ewm {
	opacity: 1;
}
/*--------------------*/
.home_ordergoods_content {
	padding: 65px 0 0;
	position: relative;
}
/* 安菲云商为您提供私有化部署订货系统解决方案 */

.home_scheme_content {
	padding: 80px 52px 100px;
}

.home_ordergoods_box {
	padding: 15px 0;
	position: initial;
}
.swiper-wrapper, .swiper-slide {
	height: auto;
}
.home_ordergoods_main {
	background-color: #fff;
	border-radius: 6px;
	transition: all .2s;
}
.home_ordergoods_img > img {
	width: 100%;
	height: 200px;
}
.home_ordergoods_body {
	height: 220px;
	padding: 0 10px;
	font-size: 0;
}
.home_ordergoods_list {
	width: 50%;
	padding: 0 10px;
	display: inline-block;
}
.home_ordergoods_title > h3 {
	padding: 20px 0 12px;
	font-size: 16px;
	color: #666;
	border-bottom: 1px solid #e6e6e6;
}
.home_ordergoods_title > h3.active {
	color: #fd7521;
	border-bottom-color: #fd7521;
}
.home_ordergoods_list {
	width: 50%;
	padding: 0 10px;
	display: inline-block;
}
.home_ordergoods_describe > p {
	line-height: 32px;
	margin-top: 10px;
	font-size: 14px;
	color: #808080;
}
.home_ordergoods_box .swiper-button-next, .home_ordergoods_box .swiper-button-prev {
	width: 64px;
	height: 64px;
	background-size: cover;
}
.home_ordergoods_box .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../image/icon_swiper_left.png);
	left: -114px;
}
.home_ordergoods_box .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../image/icon_swiper_right.png);
	right: -114px;
}
/*--------------------------首页结束--------------------------*/

/*------------------------订货系统开始------------------------*/

/* banner */

.ordergoods_banner_content {
	width: 100%;
	height: 600px;
	background-image: url(../image/ordergoods_banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.ordergoods_banner_box {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.ordergoods_banner_box > h2 {
	margin-top: 180px;
	font-size: 64px;
	color: #fff;
}

.ordergoods_banner_box > p {
	margin-top: 24px;
	font-size: 24px;
	color: #fff;
}

.ordergoods_banner_link {
	padding-top: 57px;
	font-size: 0;
}

.ordergoods_banner_link > a {
	width: 160px;
	height: 50px;
	line-height: 48px;
	margin: 0 10px;
	text-align: center;
	font-size: 18px;
	display: inline-block;
	border-radius: 50px;
}

.ordergoods_banner_link > a:nth-child(1) {
	color: #fff;
	background-color: #2A75ED;
}

.ordergoods_banner_link > a:nth-child(2) {
	color: #333;
	background-color: #fff;
}

/* 安菲云商为您提供私有化部署订货系统解决方案 */

.ordergoods_scheme_content,
.ordergoods_perfect_content {
	padding: 80px 0;
}

.ordergoods_scheme_content > ul,
.ordergoods_perfect_content > ul {
	text-align: center;
	font-size: 0;
}

.ordergoods_scheme_content > ul > li,
.ordergoods_perfect_content > ul > li {
	width: 25%;
	display: inline-block;
}

.ordergoods_scheme_content > ul > li > h3,
.ordergoods_perfect_content > ul > li > h3 {
	margin-top: 20px;
	font-size: 24px;
	color: #333;
}

.ordergoods_scheme_content > ul > li > p,
.ordergoods_perfect_content > ul > li > p {
	margin-top: 13px;
	font-size: 16px;
	color: #808080;
}

.ordergoods_perfect_content > ul > li {
	width: 20%;
}

/*------------------------订货系统结束------------------------*/

/*------------------------解决方案开始------------------------*/

.solution_banner_content {
	width: 100%;
	background-image: url(../image/solution_banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.solution_banner_box {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	position: relative;
}

.solution_banner_top {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 90px 28px 0 50px;
}

.solution_banner_topl {
	height: 364px;
	font-size: 0;
}

.solution_banner_topc {
	width: 150px;
	height: 184px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 15px;
	background-color: #fff2e9;
}

.solution_banner_topc img {
	width: 120px;
	height: 120px;
}

.solution_banner_topc span {
	font-size: 20px;
	color: #333;
}

.solution_banner_topr h2 {
	font-size: 48px;
	color: #fff;
}

.solution_banner_topr h2 span {
	color: #faf080;
}

.solution_banner_topr p {
	/* width: 360px; */
	line-height: 34px;
	margin-top: 16px;
	font-size: 24px;
	color: #fff;
}

.solution_banner_bottom {
	height: 200px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 44px 0 24px;
	position: absolute;
	left: 14px;
	right: 14px;
	bottom: -92px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 10px 10px rgba(0, 0, 0, .05);
}

.solution_banner_consult {
	width: 120px;
	height: 120px;
	flex-grow: 0;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-image: -webkit-linear-gradient(to bottom, #ff8d1d, #fe5722);
	background-image: -moz-linear-gradient(to bottom, #ff8d1d, #fe5722);
	background-image: linear-gradient(to bottom, #ff8d1d, #fe5722);
}

.solution_banner_consult span {
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
}

.solution_banner_bottoml {
	width: 10px;
	flex-grow: 1;
	flex-shrink: 1;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 80px;
}

.solution_banner_bottoml > img {
	margin-right: 44px;
}

.solution_banner_describe h2 {
	font-size: 36px;
	color: #333;
}

.solution_banner_describe h2 span {
	color: #2A75ED;
}

.solution_banner_describe p {
	line-height: 24px;
	margin-top: 14px;
	font-size: 18px;
	color: #666;
	word-break: break-all;
}

.solution_swiper_content {
	padding: 40px 80px 0;
	position: relative;
}

.solution_swiper_content .swiper-container {
	padding: 20px 0;
}

.solution_swiper_content .swiper-button-prev,
.solution_swiper_content .swiper-button-next,
.solution_swipertwo_content .swiper-button-prev,
.solution_swipertwo_content .swiper-button-next {
	width: 60px;
	height: 120px;
	margin-top: -100px;
	background-size: contain;
}

.solution_swiper_content .swiper-button-prev,
.solution_swipertwo_content .swiper-button-prev {
	background-image: url(../Applets/solution_swiper_left.png);
}

.solution_swiper_content .swiper-button-next,
.solution_swipertwo_content .swiper-button-next {
	background-image: url(../Applets/solution_swiper_right.png);
}

.solution_swiper_list {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
}

.solution_swiper_list > li {
	width: 284px;
	height: 476px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 40px 16px 0;
	text-align: center;
	border-radius: 30px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.solution_swiper_title > h3 {
	margin-bottom: 14px;
	font-size: 24px;
	color: #333;
}

.solution_swiper_title > span {
	line-height: 20px;
	margin-bottom: 32px;
	font-size: 14px;
	color: #666;
}

.solution_swiper_list > li > img {
	width: 225px;
	height: 342px;
}

.solution_swiper_content .solution_swiper_pagination {
	padding: 40px 0 60px;
	text-align: center;
	font-size: 0;
}

.solution_swiper_content .solution_swiper_pagination .swiper-pagination-bullet {
	width: 90px;
	height: 6px;
	margin: 0 12px;
	background-color: #2A75ED;
	border-radius: 50px;
}

.solution_about_content {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	padding: 90px 0;
}

.solution_about_content.reverse {
	flex-direction: row-reverse;
}

.solution_about_txt {
	width: 530px;
}

.solution_about_txt h3 {
	font-size: 32px;
	color: #ff8d1d;
}

.solution_about_txt p {
	line-height: 28px;
	margin-top: 32px;
	text-align: justify;
	font-size: 18px;
	color: #333;
	word-break: break-all;
}

.solution_table_content {
	padding: 40px 0 60px;
}

.solution_table_content table {
	width: 100%;
}

.solution_table_content table td {
	height: 50px;
	line-height: 22px;
	padding: 10px 30px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	vertical-align: middle;
}

.solution_table_content table thead tr td {
	text-align: center;
	font-size: 18px;
}

.solution_table_content table thead tr td:nth-child(1) {
	color: #fff;
	background-color: #fb8e3e;
}

.solution_table_content table thead tr td:nth-child(2) {
	background-color: #e6e6e6;
}

.solution_table_content table tbody tr td:nth-child(2) {
	color: #999;
	font-weight: normal;
}

.solution_orderprocess_content ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 60px 0;
}

.solution_orderprocess_content ul li {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.solution_orderprocess_content ul li::after {
	content: '';
	width: 202px;
	height: 14px;
	background-image: url(../image/solution_orderprocess_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -101px;
	z-index: 1;
}
.solution_orderprocess_content ul li img{
	width: 180px;
}
.solution_orderprocess_content ul li:last-child::after {
	display: none;
}

.solution_orderprocess_content ul li span {
	margin-bottom: 10px;
	position: relative;
}

.solution_orderprocess_content ul li span::before,
.solution_orderprocess_content ul li span::after {
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	opacity: .6;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
}

.solution_orderprocess_content ul li span::before {
	left: -10px;
	background-color: #0fafed;
	z-index: 1;
}

.solution_orderprocess_content ul li span::after{
	right: -10px;
	background-color: #2A75ED;
	z-index: 2;
}

.solution_orderprocess_content ul li span small {
	font-size: 18px;
	color: #fff;
	position: relative;
	z-index: 3;
}

.solution_orderprocess_content ul li h3 {
	margin-top: 16px;
	font-size: 16px;
	color: #666;
}

.solution_orderprocess_content ul li img {
	margin-top: 30px;
}

.solution_swipertwo_content {
	padding: 60px 110px 0;
	position: relative;
}

.solution_swipertwo_list {
	height: 564px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	background-color: #fd8d31;
	border-radius: 50px;
}

.solution_swipertwo_list img {
	width: 876px;
}

.solution_swipertwo_title {
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}

.solution_swipertwo_title h3 {
	font-size: 36px;
	color: #fff;
}

.solution_swipertwo_title p {
	line-height: 28px;
	margin-top: 20px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	word-break: break-all;
}

.solution_swipertwo_content .solution_swiper_pagination {
	padding: 40px 0 88px;
	font-size: 0;
	text-align: center;
}

.solution_swipertwo_content .swiper-pagination-bullet {
	width: 92px;
	height: 54px;
	margin: 0 2px;
	background-color: #fd8d31;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 85%;
	border-radius: 4px;
}

.solution_swipertwo_content .swiper-pagination-bullet-active {
	width: 108px;
    height: 62px;
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(1) {
	background-image: url(../image/solution_swipertwo_img01.html);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(2) {
	background-image: url(../image/solution_swipertwo_img02.html);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(3) {
	background-image: url(../image/solution_swipertwo_img03.html);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(4) {
	background-image: url(../image/solution_swipertwo_img04.html);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(5) {
	background-image: url(../image/solution_swipertwo_img05.html);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(6) {
	background-image: url(../image/solution_swipertwo_img06.html);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(7) {
	background-image: url(../image/solution_swipertwo_img07.html);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(1) {
	background-image: url(../image/solution_swiperjxc_img01.html);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(2) {
	background-image: url(../image/solution_swiperjxc_img02.html);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(3) {
	background-image: url(../image/solution_swiperjxc_img03.html);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(4) {
	background-image: url(../image/solution_swiperjxc_img04.html);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(5) {
	background-image: url(../image/solution_swiperjxc_img05.html);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(6) {
	background-image: url(../image/solution_swiperjxc_img06.html);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(7) {
	background-image: url(../image/solution_swiperjxc_img07.html);
}

/*------------------------解决方案结束------------------------*/
/*------------------------可实化------------------------*/
.video-cont{
	background:linear-gradient(0deg,rgba(52,118,253,1),rgba(8,175,233,1))
}
.video-cont .title{
	color: #ffffff;
}
.video-cont .desc{
	color: #ffffff;
}
.video-div{
	float: left;
}
.video-div video{
	width: 291px;
	border-radius: 10px;
}
.video-div .mac-video{
	margin-left: 20px;
	width: 889px;
	margin-top: 70px;
}
/*------------------------可实化------------------------*/
/*------------------------新闻动态 start------------------------*/
.floor_five{
	margin-top: 40px;
}
.floor_five .news-wrap {
	background: #fff;
	padding: 42px 0;
}
.floor_five .news-item {
	width: 340px;
	margin: 0 26px 0 32px;
	float: left;
}
.floor_five .news-title {
	font-size: 24px;
	margin-bottom: 26px;
}

.floor_five .news-list {
	margin-bottom: 17px;
}
.floor_five .news-list dt {
	height: 180px;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.floor_five .news-list dt img {
	width: 340px;
	height: 180px;
	transition: all 0.4s;
}
.floor_five .news-list dt img:hover {
	transform: scale(1.05);
}
.floor_five .news-list dt .text {
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	bottom: 10px;
	font-size: 15px;
	padding: 0 24px;
	line-height: 1.5;
	height: 44px;
	overflow: hidden;
	transition: all 0.2s;
}
.floor_five .news-list dd {
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.floor_five .news-list dd a {
	font-size: 14px;
	color: #909499;
}
.floor_five .news-item .more{
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #bbbbbb;
	line-height: 18px;
	zoom: 1;
}
.floor_five .news-item .more .ibonfont{
	float: right;
}
.floor_five .news-list dd a:hover{
	color: #2A75ED;
}
/*------------------------新闻动态 end------------------------*/
/*--------------------- 合作伙伴 ------------------------*/
.cooperative-partner li {
	float: left;
	width: 160px;
	height: 70px;
	margin: 0 0 30px 28px;
	background: url(../picture/cooperative-partner.jpg) no-repeat;
}
.cooperative-partner .partner1 {
	background-position: 0 0;
}
.cooperative-partner .partner2 {
	background-position: -160px 0;
}
.cooperative-partner .partner3 {
	background-position: -320px 0;
}
.cooperative-partner .partner4 {
	background-position: -480px 0;
}
.cooperative-partner .partner5 {
	background-position: -640px 0;
}
.cooperative-partner .partner6 {
	background-position: -800px 0;
}
.cooperative-partner .partner7 {
	background-position: -960px 0;
}
.cooperative-partner .partner8 {
	background-position: 0 -70px;
}
.cooperative-partner .partner9 {
	background-position: -160px -70px;
}
.cooperative-partner .partner10 {
	background-position: -320px -70px;
}
.cooperative-partner .partner11 {
	background-position: -480px -70px;
}
.cooperative-partner .partner12 {
	background-position: -640px -70px;
}
/*强劲研发实力  贴心客户服务*/
.safe .safe-list {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 30px 22px 0;
	/*margin: 0 0 100px;*/
	text-align: center;
}
.safe .safe-item {
	width: 164px;
}
.safe .safe-img {
	width: 160px;
	height: 160px;
	border-radius: 50%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 130px;
}
.safe .safe-img__skill {
	background-image: url(../picture/skill.png);
}
.safe .safe-name {
	line-height: 25px;
	color: #081E42;
	font-size: 18px;
	margin: 10px 0 4px;
}

.safe .safe-tip {
	line-height: 20px;
	color: #081E42;
	font-size: 14px;
}

.safe .safe-img__safe {
	background-image: url(../picture/safe.png);
	background-size: 110px;
}
.safe .safe-img__service {
	background-image: url(../picture/service.png);
	background-size: 110px;
}
.safe .safe-img__good {
	background-image: url(../picture/good.png);
}
.safe .safe-img__convenient {
	background-image: url(../picture/convenient.png);
}
/*------------*/
.city-partner {
	width: 100%;
	height: 480px;
	background: url(../picture/city-partner-bg.jpg) no-repeat center top;
}
.w1100 {
	width: 1100px;
	margin: 0 auto;
}
.city-partner ul li {
	position: relative;
	float: left;
	width: 183px;
	height: 480px;
	color: #fff;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.city-partner ul .item1 {
	background: url(../picture/city-partner1.jpg) no-repeat center top;
}
.city-partner ul li .ibonfont {
	display: block;
	margin-top: 175px;
	font-size: 70px;
	line-height: 1.1;
}
.city-partner ul li h3 {
	font-size: 18px;
	color: #fff;
}
.city-partner ul li .text {
	position: absolute;
	top: 480px;
	right: 0;
	left: 0;
	height: 480px;
	padding: 0 17px;
	color: #fff;
	background: #1069f5;
	transition: 0.3s;
}
.city-partner ul li .text p{
	color: #fff;
}
.city-partner ul li:hover .text{
	display: block;
	top: 0;
}
.city-partner ul li h3 {
	font-size: 18px;
}
.city-partner ul li .text h3 {
	padding: 120px 0 25px;
}

.city-partner ul li .text p {
	font-size: 14px;
	line-height: 24px;
}
.city-partner ul .item2 {
	background: url(../picture/city-partner2.jpg) no-repeat center top;
}
.city-partner ul .item3 {
	background: url(../picture/city-partner3.jpg) no-repeat center top;
}
.city-partner ul .item4 {
	background: url(../picture/city-partner4.jpg) no-repeat center top;
}
.city-partner ul .item5 {
	background: url(../picture/city-partner5.jpg) no-repeat center top;
}
.city-partner ul .item6 {
	background: url(../picture/city-partner6.jpg) no-repeat center top;
}
/*注册提醒*/
.register-tip-div { width: 100%; padding: 48px 0; color: #d81313; text-align: center; background: #299cf8 url(../duomendian/register-bg.png) no-repeat center center;}
.register-tip-div .title { margin-bottom: 10px;}
.register-tip-div .desc { padding-bottom: 25px; font-size: 14px;}
.register-tip-div .btn { width: 158px; height: 38px; padding: 0; margin: 0 13px; font-size: 14px; line-height: 38px; color: #fff; border: 1px solid #fff;}
.register-tip-div .btn-primary { color: #299cf8; background: #fff;}

/*新零售电商生态系统与服务提供商*/

.product-main-div{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.product-li{
	width: 270px;
	height: 240px;
	background: rgba(255,255,255,1);
	border-radius: 5px;
	margin-right: 40px;
	margin-bottom: 40px;
	cursor: pointer;
	position: relative;
	box-shadow: 0 0 10px #eeeeee;
	transition: 0.3s;
}
.product-li .hot {
	position: absolute;
	right: 0;
	display: block;
	top: 0;
}
.product-li .topimg {
	width: 56px;
	height: 56px;
	display: block;
	margin: 20px auto;
}
.product-li  h4 {
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.product-li .p-deac {
	font-size: 14px;
	color: #666;
	line-height: 18px;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
	height: 36px;
	overflow: hidden;
}
.product-li .more-bth {
	width: 100px;
	height: 32px;
	background: #F2F2FA;
	border-radius: 3px;
	line-height: 32px;
	color: #999;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	margin-top: 18px;
	transition: .2s;
	text-align: center;
}
.product-li .more-bth i{
	font-size: 14px;
}
.product-li:hover{
	transform: translateY(-20px);
}
.product-li:hover .more-bth{
	background: #006CFF;
	color: #fff;
}
.product-main-div .product-li:nth-child(4n) {
	margin-right: 0;
}
