/* index必要布局样式css */

.aui-flexView {
	width: 100%;
	/*height: 100%;*/
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.aui-scrollView {
	width: 100%;
	height: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

.m-slider {
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

.slider-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	position: relative;
	z-index: 1;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.slider-item {
	width: 100%;
	height: 100%;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #f6f6f6;
}

.slider-item img {
	width: 100%;
	height: auto;
	display: block;
	border: none;
}

.slider-pagination {
	text-align: right;
	position: absolute;
	width: 100%;
	z-index: 2;
	right: 0;
	bottom: 10px;
	pointer-events: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slider-pagination>.slider-pagination-item {
	margin: 0 .25rem;
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background-color: rgba(255, 255, 255, 0.4);
}

.slider-pagination>.slider-pagination-item.slider-pagination-item-active {
	background-color: #fff;
	border-radius: 100%;
}

.aui-palace {
	padding: 0.8rem 0;
	position: relative;
	overflow: hidden;
}

.aui-palace-grid {
	position: relative;
	float: left;
	padding: 1px;
	width: 20%;
	box-sizing: border-box;
	padding-top: 1rem;
}

.aui-palace-grid-icon {
	width: 35px;
	height: 35px;
	margin: 0 auto;
}

.aui-palace-grid-icon img {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.aui-palace-grid-text {
	display: block;
	text-align: center;
	color: #333;
	font-size: 0.85rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-top: 0.2rem;
}

.aui-palace-grid-text h2 {
	font-size: 1.1rem;
	font-weight: normal;
	color: #7f7f7f;
}

.aui-image-text {
	position: relative;
	overflow: hidden;
	padding: 1rem 11px;
}

.aui-image-text .aui-flex {
	width: 50%;
	float: left;
	padding: 10px 10px;
}

.aui-flex-box h2 {
	font-size: 1.5rem;
	font-weight: bold;
	color: #3e3e3e;
	margin-bottom: 0.3rem;
}

.aui-flex-box p {
	font-size: 1.1rem;
	color: #999999;
}

.aui-shrink-img {
	width: 60px;
	height: 60px;
}

.aui-shrink-img img {
	width: 60px;
	height: 60px;
	border: none;
	display: block;
}

.aui-image-text .aui-flex:not(:nth-child(2n)):before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: 0;
	height: 100%;
	border-right: 1px solid #D9D9D9;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.aui-arrow {
	text-align: right;
	color: #808080;
	padding-right: 13px;
	position: relative;
}

.aui-arrow:after {
	content: " ";
	display: inline-block;
	height: 8px;
	width: 8px;
	border-width: 2px 2px 0 0;
	border-color: #999;
	border-style: solid;
	-webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	position: relative;
	top: -2px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 2px;
	border-radius: 1px;
}


/*导航*/

.menu {
	width: 100%;
	height: 70px;
	background-color: #090b1a;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 99;
}

.menu2 {
	margin-left: 378px;
}

.menu_logo {
	float: left;
}

.menu_daohag {
	margin-left: 20%;
}

.dropbtn {
	background-color: #090b1a;
	color: white;
	padding: 20px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	height: 70px;
}

.dropbtn a {
	color: #FFFFFF;
	text-decoration: none
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #171a32;
	min-width: max-content;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1000;
}

.dropdown-content a {
	color: white;
	padding: 12px 10px;
	text-decoration: none;
	display: block;
	text-decoration: none;
	font-size: 14px;
}

.dropdown-content a:hover {
	background-color: #262b50
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #171a32;
}

.logoyd {
	width: 100%;
	height: 48px;
	background-color: #222222;
}

.logoyd img {
    height: 34px;
    margin: 7px;
}

.jumbotron {
	background-color: white;
}

.fx-head {
	text-align: center;
	margin-top: 10px;
}

.fx-head h2 {
	font-size: 36px;
	line-height: 60px;
	color: #555;
	letter-spacing: 2px;
}

.fx-head h2 span {
	color: #4381ff;
	font-weight: 800;
}

.fx-head p {
	font-size: 18px;
	line-height: 35px;
	color: #666;
	margin-top: 10px;
}

.fx-head p span {
	color: #e67728;
	font-weight: 600;
}

.font2 {
	margin-bottom: 80px;
}

.font2>h2 {
	font-size: 35px;
	color: #4f5b6c;
	letter-spacing: 2px;
	text-align: center;
}

h2 {
	font-weight: normal;
	line-height: 1;
}

.font2 h2>span {
	color: #ef3f3f;
}

.font2>p {
	font-size: 18px;
	line-height: 3rem;
	color: #545454;
	text-align: center;
	height: 2rem;
}

.dimback {
	background: #000;
}

input,
img {
	vertical-align: middle;
}

.group_a {
	border: 1px solid #fff;
	border-radius: 0.3rem;
	width: 5rem;
	text-align: center;
	float: right;
	display: none;
	transition: transform 5s ease;
	line-height: 30px;
	font-size: 1rem;
	color: #fff;
}

a {
	text-decoration: none;
	cursor: pointer;
}


/*免費使用*/

.bannerr-foot {
	position: absolute;
	height: 80px;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, .3);
	margin-top: -80px;
    position: relative;
}

.bannerr-foot .bannerr-foot-list {
	height: 100%;
}

.bannerr-foot .bannerr-foot-list li:first-child {
	border-left: 1px solid #7eb4e3;
	width: 228px;
}

.bannerr-foot .bannerr-foot-list li {
	float: left;
	width: 229px;
	height: 100%;
	border-right: 1px solid #7eb4e3;
	overflow: hidden;
}

.bannerr-foot .bannerr-foot-list li .img {
	float: left;
	margin: 20px 20px 0px 20px;
	width: 46px;
}

.bannerr-foot .bannerr-foot-list li .img .icon {
	margin: 0 auto;
	display: block;
	width: 46px;
}

.bg-b_f_03 {
	width: 46px;
	height: 46px;
	background: url(../image/index_icon3.png) -203px -558px;
}

.bannerr-foot .bannerr-foot-list li .text {
	padding: 8px 16px 9px;
}

.bannerr-foot .bannerr-foot-list li h3 {
	color: #ffffff;
	font-weight: 800;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 4px;
}

.bannerr-foot .bannerr-foot-list li p {
	color: #d4d2d3;
	line-height: 18px;
}

.bg-b_f_04 {
	width: 46px;
	height: 46px;
	background: url(../image/index_icon3.png) -375px -555px;
}

.bg-b_f_05 {
	width: 46px;
	height: 46px;
	background: url(../image/index_icon3.png) -676px -98px;
}

.bg-b_f_01 {
	width: 46px;
	height: 46px;
	background: url(../image/index_icon3.png) -289px -558px;
}

.bg-b_f_02 {
	width: 46px;
	height: 46px;
	background: url(../image/index_icon3.png) -680px -20px;
}


/*分销模式*/

.jl-ms {
	background-repeat: no-repeat;
	background-position: center;
	background: #fff;
}

.col {
	padding: 20px 0;
	overflow: hidden;
}

.col .title {
	text-align: center;
}

.col .title h2 {
	font-size: 36px;
	line-height: 60px;
	color: #555;
	letter-spacing: 2px;
}

.col .title span {
	color: #4381ff;
}

.col .title p {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	padding: 10px;
}

.jl-ms .list {
	text-align: center;
	font-size: 0;
}

.wrp1150 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

ul {
	list-style: none;
}

.jl-ms .list li {
	display: inline-block;
	width: 160px;
	/* height: 160px; */
	text-align: center;
	border-radius: 10px;
	background: #fff;
	margin: 15px;
	vertical-align: top;
	font-size: 18px;
	/* overflow: hidden; */
	transition: .2s;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
}

.bg-jz_01 {
	width: 100px;
	height: 100px;
}

.icon {
	margin: 0 auto;
	display: block;
	width: 160px;
	margin: 0px 0px 26px 0px;
}

.icon img {
	/*position: absolute;*/
	top: 0;
}

.icon img:hover {
	-webkit-animation: mymove 0.5s infinite;
	/* Chrome, Safari, Opera */
	animation: mymove 0.5s infinite;
}


/* Chrome, Safari, Opera */

@-webkit-keyframes mymove {
	50% {
		top: 20px;
	}
}


/* Standard syntax */

@keyframes mymove {
	50% {
		top: 20px;
	}
}

strong,
em,
i {
	font-style: normal;
	font-weight: normal;
}

.jl-ms .list li .text {
	padding-bottom: 10px;
}

div {
	display: block;
}


/*强大的智能电商分销系统*/



.col {
	padding: 20px 0;
	overflow: hidden;
}


.col .title h2 {
	font-size: 36px;
	line-height: 60px;
	color: #555;
	letter-spacing: 2px;
}

h1,
h2,
h3 {
	font-weight: normal;
	line-height: 1;
	color: #373a41;
}

.zn-col .title span {
	color: #FF9800;
}

.wrp1150 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.zn-col .list {
	margin-bottom: 40px;
}

.zn-col .list .item {
	float: left;
	width: 33.3333344%;
}
.zn-col .list .item .box {
	margin: 20px;
	text-align: center;
}

.zn-col .list .item .box .img {
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	height: 250px;
	line-height: 250px;
}
.zn-colll .list .item .box .img {
	border-radius: 4px;
	border: 1px solid #ccc;
	text-align: center;
	height: 250px;
	line-height: 250px;
}
.zn-col .list .item .box .h3 {
	font-size: 20px;
	color: #555;
	margin: 20px 0 10px;
	font-weight: 800;
}
.zn-colll .list .item .box .h3 {
	font-size: 20px;
	color: #555;
	margin: 20px 0 10px;
	font-weight: 800;
}
.wrp1150 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.zn-col .list.zn-ms {
	width: 1130px;
	height: 165px;
	background: url(../image/bg.png) center center;
	margin: 0 auto 40px;
}

.zn-col .list.zn-ms .item {
	width: 20%;
}
.zn-col .list.zn-ms .item .box {
	margin: 24px 9px 9px 9px;
}
.zn-col .list .item .box {
	margin: 9px;
	text-align: center;
}
.zn-colll .list .item .box {
	margin: 9px;
	text-align: center;
}
.zn-col .list.zn-ms .item .box .icon {
	width: 70px;
	height: 64px;
	margin: 0px 60px 20px 72px;
}
.bg-zn_01 {
	width: 67px;
	height: 65px;
	background: url(../image/zn-sprites.png) -250px -3px;
}
.bg-zn_02 {
	width: 80px;
	height: 60px;
	background: url(../image/zn-sprites.png) -344px 1px;
}
.bg-zn_03 {
	width: 60px;
	height: 59px;
	background: url(../image/zn-sprites.png) 2px 0px;
}
.bg-zn_04 {
	width: 64px;
	height: 64px;
	background: url(../image/zn-sprites.png) -165px -3px;
}
.bg-zn_05 {
	width: 63px;
	height: 63px;
	background: url(../image/zn-sprites.png) -82px -1px;
}
.icon {
	margin: 0 auto;
	display: block;
	margin: 0px 0px 30px;
}
.zn-col .list.zn-ms .item .box .p {
	margin: 0px 20px;
	font-size: 16px;
}
.btn-mianfei {
	width: 100%;
	margin-left: 41%;
}
.zn-col .btn-group {
	text-align: center;
	margin: 0 auto;
	padding: 40px;
}
.zn-col .btn-group .btn {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	width: 118px;
	/*height: 38px;*/
	line-height: 38px;
	border: 1px solid #FF9800;
	background: #FF9800;
	color: #fff;
	margin: 0 10px;
}
.modal-headerr {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
/*五网合一，全网裂变，全网分销*/
.qw-col .text {
	padding: 20px 40px;
	color: #666;
	font-size: 16px;
	border-radius: 10px;
	border: 1px dashed #838484;
	margin: 20px 0;
}
.qw-col .text .span {
	font-weight: 800;
	float: left;
	line-height: 1.6;
	font-size: 20px;
}
.qw-col .text .p {
	overflow: hidden;
	line-height: 2.2;
}
/*强大的技术团队、一对一客服服务*/
.dis_con01,
.dis_con02,
.dis_con03,
.dis_con04,
.dis_con05,
.dis_con07,
.dis_con08,
.dis_con09,
.dis_con10 {
	width: 100%;
}
.dis_con01_banner,
.dis_con02_m,
.dis_con03_m,
.dis_con04_m,
.dis_con05_m,
.dis_con07_m,
.dis_con08_m,
.dis_con09_m,
.dis_con10_m {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.font2 {
	margin-top: 80px;
	margin-bottom: 40px;
}

.font2>h2 {
	font-size: 36px;
	color: #4f5b6c;
	letter-spacing: 2px;
	text-align: center;
}

.wrp1150 {
	/* width: 100%; */
	margin-left: auto;
	margin-right: auto;
}

.wrp1150 {
	width: 1265px;
}

.banner-foot-list {
	display: flex;
	flex-direction: row;
}

.banner-foot-list li {
	float: left;
	flex: 0.3;
	margin-left: -50px;
	text-align: center;
}

strong,
em,
i {
	font-style: normal;
	font-weight: normal;
}

.banner-foot-list li div h3 {
	color: #fff;
	font-size: 28px;
}

.banner-foot-list li div p {
	color: #fff;
	font-size: 15px;
}

.dis_con09_down {
	margin: 0 auto;
	width: 29px;
	height: 29px;
	margin-bottom: 4px;
}

.dis_con09_con {
	overflow: hidden;
	width: 1160px;
	height: 612px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	margin: 25px 20px;
}

.dis_con09_tit {
	display: block;
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.dis_main09 {
	overflow: hidden;
}

.dis_main09_list {
	float: left;
	width: 33.33%;
}

.dis_main09_list span {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.dis_main09_list em {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333333;
	padding-bottom: 5px;
}

strong,
em,
i {
	font-style: normal;
	font-weight: normal;
}

.dis_main09_list font {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	width: 180px;
	margin: 0 auto;
}


/*多种合作方式*/

.col .title h2 {
	font-size: 36px;
	line-height: 60px;
	color: #555;
	letter-spacing: 2px;
}


.wrp11501 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.hezuo li {
	float: left;
	width: 25%;
}

.hezuo li .way {
	display: block;
	text-align: center;
	margin: 10px;
	height: 340px;
	padding: 25px;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	position: relative;
	top: 0;
}

.hezuo li:nth-child(1) .way h3,
.hezuo li:nth-child(1) .way span {
	color: #3bd4c5;
}

.hezuo li .way h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	padding-top: 10px;
}

.hezuo li:nth-child(1) .way h3,
.hezuo li:nth-child(1) .way span {
	color: #3bd4c5;
}

.hezuo li .way span {
	font-weight: 800;
	font-style: italic;
	font-size: 18px;
}

.hezuo li .way p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
}

.hezuo li:nth-child(2) .way h3,
.hezuo li:nth-child(2) .way span {
	color: #c06bff;
}

.hezuo li .way h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	padding-top: 10px;
}

.hezuo li:nth-child(2) .way h3,
.hezuo li:nth-child(2) .way span {
	color: #c06bff;
}

.hezuo li .way span {
	font-weight: 800;
	font-style: italic;
	font-size: 18px;
}

.hezuo li:nth-child(3) .way h3,
.hezuo li:nth-child(3) .way span {
	color: #57beff;
}

.hezuo li .way h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	padding-top: 10px;
}

.hezuo li:nth-child(3) .way h3,
.hezuo li:nth-child(3) .way span {
	color: #57beff;
}

.hezuo li .way span {
	font-weight: 800;
	font-style: italic;
	font-size: 18px;
}

.hezuo li:nth-child(4) .way h3,
.hezuo li:nth-child(4) .way span {
	color: #eda82f;
}

.hezuo li .way h3 {
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	padding-top: 10px;
}

.hezuo li:nth-child(4) .way h3,
.hezuo li:nth-child(4) .way span {
	color: #eda82f;
}

.hezuo li .way span {
	font-weight: 800;
	font-style: italic;
	font-size: 18px;
}


/*结尾*/

.fatfooter {
	height: auto;
	background: #101429;
	width: 100%;
	float: left;
}

.fatfooter,
.ind-banner,
.hyfa-sale1.bg_2 {
	min-width: 1150px;
}

.fatfooter {
	height: auto;
	background: #101429;
	width: 100%;
	float: left;
}

.wrp1150 {
	width: 1150px;
	margin-left: auto;
	margin-right: auto;
}

.botnav_top {
	float: left;
	height: auto;
	width: 100%;
	border-bottom: 1px solid #26293D;
}

.botnav_top>li {
	float: left;
	height: 80px;
	line-height: 80px;
	width: 20%;
	margin: 0 2.5%;
	text-align: center;
	color: white;
	font-size: 16px;
}

.botnav_top>li>i {
	position: relative;
	left: -8px;
	top: 26px;
}

.bg-f_01 {
	width: 32px;
	height: 26px;
	display: inline-block!important;
	background: url(../image/main-icon.png) -485px -278px;
}

.bg-f_02 {
	width: 25px;
	height: 26px;
	display: inline-block!important;
	background: url(../image/main-icon.png) -87px -408px;
}

.bg-f_03 {
	width: 24px;
	height: 28px;
	display: inline-block!important;
	background: url(../image/main-icon.png) -20px -475px;
}

.bg-f_04 {
	width: 27px;
	height: 27px;
	display: inline-block!important;
	background: url(../image/main-icon.png) -20px -408px;
}

.bottom_concent {
	float: left;
	height: auto;
	padding: 20px 20px 10px 20px;
}

.bconcent_left {
	text-align: center;
	float: left;
	height: 160px;
	width: 220px;
	color: white;
	border-right: 1px solid #26293D;
}

.bconcent_left>i {
	font-weight: 600;
}

.bconcent_left>i,
.bconcent_left>span,
.bconcent_left>a {
	width: 100%;
	display: block;
	font-size: 16px;
}

.bg-f_05 {
	width: 82px!important;
	height: 82px;
	margin: 0 auto;
	display: inline-block;
	background: url(../image/main-icon.png) -191px -20px;
	margin: 0px 70px 10px 70px;
}

.bconcent_left>span {
	padding: 10px 0;
}

.bconcent_left>i {
	font-weight: 600;
}

.bconcent_con {
	float: left;
	width: 600px;
	height: 160px;
}

.bconcent_con>ul {
	width: 100%;
	height: 100%;
}

.bconcent_con>ul>li {
	width: 30%;
	float: left;
	margin-left: 3%;
	text-align: center;
}

.bconcent_con>ul>li>span {
	width: 100%;
	float: left;
	height: 30px;
	color: white;
	font-size: 18px;
}

.bconcent_con>ul>li>a {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #CCCCCC !important;
}

.bconcent_right {
	float: left;
	text-align: center;
	padding-left: 50px;
	width: 230px;
	height: 160px;
}

.bconcent_right>i,
.bconcent_right>span {
	width: 100%;
	float: left;
	font-size: 18px;
	color: white;
	margin-bottom: 5px;
}

.bconcent_right img {
	width: 120px;
	height: 120px;
}

.bconcent_right>span:last-child {
	font-size: 14px !important;
}

.bconcent_right>i,
.bconcent_right>span {
	width: 100%;
	float: left;
	font-size: 18px;
	color: white;
	margin-bottom: 5px;
}

.fatfooter1 {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.fatfooter1 {
	/* height: 70px; */
}

.bord1-top {
	border-top: 1px solid #26293D;
}

.wrp1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.yqlj {
	padding: 20px 0 10px;
	float: left;
	width: 100%;
	/* display: none; */
}

.yqlj>a {
	float: left;
	display: block;
	color: #505153;
	margin-left: 20px;
}

.bah {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}

.bottom_img {
	padding: 30px 0 30px;
	text-align: center;
	float: left;
	width: 100%;
}


/*======================移动端==============================*/

.menus {
	height: auto;
	overflow: hidden;
	border-bottom: 12px solid #ebebeb;
}

.menus a {
	color: #000000;
}

.menus a:nth-child(1) {
	background-image: url(../image/icons_02.png);
}

.menus a:nth-child(2) {
	background-image: url(../image/icons_06.png);
}

.menus a:nth-child(3) {
	background-image: url(../image/icons_03.png);
}

.menus a:nth-child(4) {
	background-image: url(../image/icons_04.png);
}

.menus a {
	display: block;
	width: 20%;
	border-right: 1px solid #E5E5E5;
	height: 70px;
	float: left;
	text-align: center;
	padding-top: 45px;
	background-position: center 10px;
	font-size: 16px;
	background-size: 30px;
}

.imaga_a {
	overflow: hidden;
	float: left;
	width: 50%;
	/* margin: 0 1%; */
	color: #fff;
}

.imaga_a .imag_a {
	cursor: pointer;
	transition: all 0.6s;
}

.imag_a {
	width: 60%;
	margin: 0 auto;
	background: url(../image/30_03.png) no-repeat center;
	background-size: 100%;
}

.font {
	text-align: center;
	height: 170px;
	margin: 0 auto;
	font-size: 12px;
	padding-top: 48px;
	width: 90%;
}

.font1 {
	color: #fff;
	font-size: 11px;
}

.title {
	font-size: 15px;
	text-align: center;
	line-height: 1rem;
	padding: 30px 0 15px 0;
}

.title b {
	font-size: 20px;
	font-weight: 400;
	display: block;
	padding-bottom: 18px;
}

.light {
	color: #ef6816;
	font-style: normal;
}

.home_page .moshi ul {
	flex-wrap: wrap;
}

.flex_box {
	display: flex;
	display: -webkit-flex;
}

.home_page .moshi ul li {
	text-align: center;
	width: 33.333%;
	padding: .25rem;
}

.home_page .moshi ul li div {
	padding: 12px;
}

.home_page .moshi ul li a {
	display: block;
	padding: .25rem;
	font-size: 14px;
	color: #000000;
}

.home_page .moshi ul li img {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.home_page .jieshao {
	text-align: center;
}

.home_page>section {
	border-bottom: 10px solid #ebebeb;
}

.dis_content {
	margin-top: 0px;
}

.dis_con09 {
	height: auto;
	padding-bottom: 1px;
}

.dis_con09_down {
	margin: 0 auto;
	width: 29px;
	height: 29px;
}

.dis_con09_cons {
	height: auto;
}

.dis_con09_cons {
	overflow: hidden;
	height: 590px;
	background: #ffffff;
	border-radius: 20px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	margin: 25px 20px;
}

.dis_tit09max {
	display: block;
	text-align: center;
	font-size: 22px;
	color: #333333;
	padding-top: 15px;
}

.home_page .jieshao p {
	text-indent: 0;
}

.home_page .jieshao p {
	font-size: 12px;
	margin-bottom: 1rem;
	line-height: 1rem;
	color: white;
}

p {
	opacity: 1;
	color: #333;
	color: rgb(64, 64, 64);
}

.dis_tit09max {
	display: block;
	text-align: center;
	font-size: 22px;
	color: #333333;
	padding-top: 15px;
}

.dis_main09 {
	overflow: hidden;
}

.dis_main09_listt {
	height: 220px;
}

.dis_main09_listt {
	float: left;
	width: 30%;
	margin-left: 10px;
	height: 250px;
}

.dis_main09_listt span {
	display: block;
	width: 60px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.dis_main09_listt em {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #333333;
	padding-bottom: 5px;
}

em {
	font-style: normal;
}

.dis_main09_listt font {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	margin: 0 auto;
}

b {
	font-weight: 1;
}

.img {
	width: 100%;
	border: none;
	display: block;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.new_tag ul li {
	width: 50%;
	float: left;
}

.new_tag li>div {
	text-align: center;
	margin: 10px;
	/* height: 290px; */
	/* padding: 0 5px; */
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	position: relative;
	top: 0;
}

.imgs {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}

.new_tag li:nth-child(1) div h5 {
	color: #FC6964;
}

h5 {
	font-size: 16px;
	font-weight: 800;
	line-height: 30px;
	padding-top: 10px;
}

.new_tag li:nth-child(1) div span {
	color: #FC6964;
}

.new_tag li>div>p {
	padding: 10px;
}

.new_tag p {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 10px;
}

.new_tag li:nth-child(2) div h5 {
	color: #91C519;
}

.new_tag li:nth-child(2) div span {
	color: #91C519;
}

.new_tag li:nth-child(3) div h5 {
	color: #03C4AF;
}

.new_tag li:nth-child(3) div span {
	color: #03C4AF;
}

.new_tag li:nth-child(4) div h5 {
	color: #FF9D00;
}

.new_tag li:nth-child(4) div span {
	color: #FF9D00;
}

.footer {
	background: #333333;
	padding-bottom: 3.5rem;
	margin-top: 20px;
}

.footer h2 {
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	color: #fff;
	padding-top: 20px;
}

.footer .phone {
	color: #a3a3a3;
	font-size: .6rem;
	text-align: center;
	padding-top: .75rem;
	line-height: .9rem;
}

.footer .phone span {
	text-align: center;
}

.footer .phone span {
	font-size: 12px;
	display: block;
	background-position-x: left;
	width: 50px;
	text-align: right;
	margin: 0 auto;
	line-height: 1.3rem;
	background-size: 1rem;
}

.footer .phone a {
	color: #ef6816;
	font-size: 28px;
	font-weight: bold;
	line-height: 30px;
}

.footer .cp {
	color: #7d7d7d;
	line-height: .8rem;
	font-size: 12px;
	text-align: center;
	padding-top: .6rem;
}