@charset "utf-8";

/*------------------------重置样式开始------------------------*/

::-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）颜色*/
}

* {
	-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: "Microsoft Yahei",Arial, "Lucida Grande", Verdana, Lucida, Helvetica,  sans-serif;
	border: 0px;
	font-weight: normal;
	border-collapse: collapse;
	word-wrap: break-word;
	outline: none;
}

a:link,
a:visited,
a:hover,
a:active{
	background-color: transparent;
}

.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(../images/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: #fd7521;
	border-radius: 50px;
}

.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: #fd7521;
	transition: color .2s;
}
/* 
.head_nav_right > ul > li > dl {
	min-width: 148px;
	display: none;
	transform: translateX(-50%);
	background-color: #fff;
	border-radius: 5px;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 1;
}

.head_nav_right > ul > li > dl > dd > a {
	height: 42px;
	line-height: 42px;
	padding: 0 18px;
	font-size: 14px;
	color: #333;
	display: block;
	transition: all .2s;
}

.head_nav_right > ul > li:hover > dl {
	display: block;
}

.head_nav_right > ul > li > dl > dd.active > a,
.head_nav_right > ul > li > dl > dd:hover > a {
	color: #fd7521;
	background-color: #f5f5f5;
} */

.head_nav_right > ul > li:hover .head_subnav_content {
	display: block;
}

.head_subnav_content {
	width: 100%;
	display: none;
	background-color: rgba(255, 255, 255, .8);
	position: fixed;
	top: 70px;
	left: 0;
	z-index: 50;
}

.head_subnav_content > dl {
	width: 1200px;
	height: 180px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	margin: 0 auto;
}

.head_subnav_content > dl > dd {
	padding: 0 16px;
}

.head_subnav_content > dl > dd > a {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	color: #333;
	transition: all .2s;
}

.head_subnav_content > dl > dd > a > span {
	width: 110px;
    height: 70px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
    margin-top: 10px;
    border: 5px solid #fff;
    background-color: #ff8d01;
	transition: all .2s;
}

.head_subnav_content > dl > dd > a:hover {
	color: #ff8d01;
}

/* .head_subnav_content > dl > dd > a:hover > span {
	border-color: #b7d300;
} */

.base_bottomad_content {
	width: 100%;
	background-image: url(../images/bottom_ad_bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.base_bottomad_box {
	width: 1200px;
	height: 110px;
	padding-top: 31px;
	margin: 0 auto;
}

.base_bottomad_box > h2 {
	margin-top: 3px;
	font-size: 30px;
	color: #fff;
	float: left;
}

.base_bottomad_box > a {
	width: 140px;
	height: 48px;
	line-height: 46px;
	margin-left: 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	float: right;
	border: 1px solid #fff;
	border-radius: 50px;
}

.base_bottomad_box > a:last-child {
	color: #fd7521;
	background-color: #fff;
}

/*------------------------头部导航结束------------------------*/

/*--------------------------首页开始--------------------------*/

/* banner */

.home_banner_content {
	min-width: 1200px;
}

.home_banner_content img {
	width: 100%;
}

/* 货便利智慧订货系统能帮你解决什么问题？ */

.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);
}

/* 满足不同行业需求，为企业提供专属订货解决方案 */

.home_suit_content {
	padding: 60px 0 80px;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.home_suit_content img {
	max-width: 100%;
}

.home_suit_content > img:nth-child(2) {
	margin-top: 50px;
}

.home_suit_content > ul {
	padding-top: 50px;
	margin: 0 -1.5%;
}

.home_suit_content > ul > li {
	width: 12.5%;
	display: inline-block;
}

.home_suit_content > ul > li > img {
	width: 120px;
	height: 120px;
}

.home_suit_content > ul > li > h3 {
	margin-top: 15px;
	font-size: 18px;
	color: #666;
}

.home_suit_content > ul > li > p {
	margin-top: 4px;
	font-size: 12px;
	color: #999;
}

.home_suit_content > ul > li > a {
	width: 100px;
	height: 32px;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #fd7521;
	display: inline-block;
	border: 1px solid #fd7521;
	border-radius: 2px;
	transition: all .2s;
}

.home_suit_content > ul > li > a:hover {
	color: #fff;
	background-color: #fd7521;
}

/* 货便利，让企业及客户各环节全面提升 */

.home_ordergoods_content {
	padding: 65px 0 85px;
	position: relative;
}

.home_ordergoods_box {
	padding: 15px 0;
	position: initial;
}

.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(../images/icon_swiper_left.png);
	left: -114px;
}

.home_ordergoods_box .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/icon_swiper_right.png);
	right: -114px;
}

.home_ordergoods_main {
	background-color: #fff;
	border-radius: 6px;
	transition: all .2s;
}

.home_ordergoods_main:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.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_describe > p {
	line-height: 32px;
	margin-top: 10px;
	font-size: 14px;
	color: #808080;
}

/* 系统核心功能 */

.home_core_content {
	padding: 80px 0 50px;
	text-align: center;
}

.home_core_content > a {
	width: 150px;
	height: 48px;
	line-height: 48px;
	margin-top: 50px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	background: -webkit-linear-gradient(to left, #fd7521 , #fe5722);
	background: linear-gradient(to left, #fe5722, #fd7521);
	border-radius: 50px;
}

.home_core_content > ul {
	font-size: 0;
}

.home_core_content > ul > li {
	width: 25%;
	height: 212px;
	padding-top: 20px;
	display: inline-block;
	border-top: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}

.home_core_content > ul > li:nth-child(1),
.home_core_content > ul > li:nth-child(2),
.home_core_content > ul > li:nth-child(3),
.home_core_content > ul > li:nth-child(4) {
	border-top: none;
}

.home_core_content > ul > li:nth-child(4n) {
	border-right: none;
}

.home_core_content > ul > li > h3 {
	margin-top: 20px;
	font-size: 18px;
	color: #333;
}

.home_core_content > ul > li > p {
	margin-top: 13px;
	font-size: 14px;
	color: #999;
}

/* 货便利为您提供私有化部署订货系统解决方案 */

.home_scheme_content {
	padding: 80px 52px 100px;
}

/*--------------------------首页结束--------------------------*/

/*------------------------订货系统开始------------------------*/

/* banner */

.ordergoods_banner_content {
	width: 100%;
	height: 600px;
	background-image: url(../images/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: #fd7521;
}

.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(../images/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: #fd7521;
}

.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(../images/solution_swiper_left.png);
}

.solution_swiper_content .swiper-button-next,
.solution_swipertwo_content .swiper-button-next {
	background-image: url(../images/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: #fd7521;
	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(../images/solution_orderprocess_arrow.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: -101px;
	z-index: 1;
}

.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: #fd8e31;
	z-index: 1;
}

.solution_orderprocess_content ul li span::after{
	right: -10px;
	background-color: #fb582f;
	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(../images/solution_swipertwo_img01.png);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(2) {
	background-image: url(../images/solution_swipertwo_img02.png);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(3) {
	background-image: url(../images/solution_swipertwo_img03.png);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(4) {
	background-image: url(../images/solution_swipertwo_img04.png);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(5) {
	background-image: url(../images/solution_swipertwo_img05.png);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(6) {
	background-image: url(../images/solution_swipertwo_img06.png);
}

.solution_swiper_pagination .swiper-pagination-bullet:nth-child(7) {
	background-image: url(../images/solution_swipertwo_img07.png);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(1) {
	background-image: url(../images/solution_swiperjxc_img01.png);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(2) {
	background-image: url(../images/solution_swiperjxc_img02.png);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(3) {
	background-image: url(../images/solution_swiperjxc_img03.png);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(4) {
	background-image: url(../images/solution_swiperjxc_img04.png);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(5) {
	background-image: url(../images/solution_swiperjxc_img05.png);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(6) {
	background-image: url(../images/solution_swiperjxc_img06.png);
}

.solution_swiper_pagination.jxc .swiper-pagination-bullet:nth-child(7) {
	background-image: url(../images/solution_swiperjxc_img07.png);
}

/*------------------------解决方案结束------------------------*/