﻿body{
	font-family: SF Pro SC,HanHei SC,SF Pro Text,Myriad Set Pro,SF Pro Icons,PingFang SC,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
}

*,
a {
	list-style: none;
	margin: 0;
	padding: 0;
	text-decoration: none !important;

}
.adv-bg{
	height: 118px;
	background: url(../images/advertisement.png) top center no-repeat;
	background-size: cover;
	display: none;
}
.banner {
	/*width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding-top: 80px;
	padding-bottom: 40px; */
}
.banner .container-fluid .input-group a{
	/* font-size: 18px; */
}
.input-group a{
	font-size: 18px !important;
}
.index-banner-svg img{
	width: 700px;
	height: 430px;
}
.banner .container-fluid .form-control,.subscribe-box .form-control{
	width: 530px;
	height: 56px;
	border-radius: 50px;
	border-color: transparent;
	box-shadow: 0px 0px 27px 0px rgba(6, 0, 1, 0.1);
	padding-right: 200px;
	padding-left: 20px;
}
.banner .container-fluid #basic-addon2,.subscribe-box #basic-addon3{
	position: absolute;
	z-index: 100;
	width: 200px;
	height: 56px;
	border-radius: 50px;
	color: #fff;
	line-height: 56px;
	right: 0px;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 0px;
	background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
}
.banner .container-fluid #basic-addon2 img,.subscribe-box #basic-addon3 img{
	width: 18px;
	/* height: 21px; */
	margin-right: 10px;
}
.top-banner-svg {
	width: 100%;
	height: 100%;
}
.banner-h {
	margin-top: 10%;
}

.banner-h h1 {
	margin-top: 20px;
	font-size: 42px;
	color: #0e1421;
	font-weight: 500;
}

.banner-h h4 {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #0e1421;
}

.btn-box {
	display: flex;
	margin-top: 50px;
}

.btn-box a {
	text-decoration: none;
	width: 110px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	border-radius: 3px;
	cursor: pointer;
	text-align: center;
}
.btn-box a:nth-child(2) {
	margin-left: 20px;
}

.btn-box span {
	padding-right: 5px;
}
.banner-bottom{
	background: #ededfe;
}
.banner-bottom ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0px 50px;
}
.banner-bottom ul>li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.banner-bottom ul>li .l-area{
	width: 72px;
	height: 72px;
	display: inline-block;
}
.banner-bottom ul>li .l-area img{
	width: 100%;
}
.banner-bottom ul>li .r-area{
	padding: 2px 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.banner-bottom ul>li .r-area .text-top{
	color: #727171;
	font-size: 14px;
	width: 100%;
	font-weight: 700;
}
.banner-bottom ul>li .r-area .text-bottom{
	color: #727171;
	font-size: 14px;
	position: relative;
	width: 100%;
}
.banner-bottom ul>li .r-area .text-bottom::after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 80px;
	height: 1px;
	background: #727171;
	bottom: 0px;
	left: 0px;
}
.banner-bottom ul>li:nth-of-type(1) .r-area .text-bottom::after{
	background: #fc8c7a;
}
.banner-bottom ul>li:nth-of-type(2) .r-area .text-bottom::after{
	background: #a69af7;
}
.banner-bottom ul>li:nth-of-type(3) .r-area .text-bottom::after{
	background: #6cd7f4;
}
.banner-bottom ul>li:nth-of-type(1) .r-area .text-bottom{
	color: #fc8c7a;
}
.banner-bottom ul>li:nth-of-type(2) .r-area .text-bottom{
	color: #a69af7;
}
.banner-bottom ul>li:nth-of-type(3) .r-area .text-bottom{
	color: #6cd7f4;
}

.banner-bottom ul>li .r-area .text-bottom:hover{
	color: #e151d0 !important;
}
.banner-bottom ul>li .r-area .text-bottom:hover::after{
	background: #e151d0;
}
.banner-bottom .container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner-bottom .container .content:nth-child(1) {
	background-image: url('../images/bg1.png');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	transition: all .3s;
}

.banner-bottom .container .content:nth-child(2) {
	background-image: url('../images/bg2.png');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	transition: all .3s;
}

.banner-bottom .container .content:nth-child(3) {
	background-image: url('../images/bg3.png');
	background-size: contain;
	background-position: right;
	background-repeat: no-repeat;
	transition: all .3s;
}

.banner-bottom .container .content {
	margin-top: -10px;
	display: inline-block;
	width: 350px;
	height: 150px;
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 0px 40px 0 rgb(153 169 191 / 30%);
	text-align: left;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	background-position: center -20px;
	background-repeat: no-repeat;
	background-size: 430px auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner-bottom .container .content:nth-child(1) .title {
	color: #7E8BE7;
	font-size: 14px;
	position: relative;
	font-weight: 500;
}

.banner-bottom .container .content:nth-child(1) .title::after {
	content: ' ';
	width: 10px;
	height: 2px;
	background: #7E8BE7;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.banner-bottom .container .content:nth-child(2) .title::after {
	content: ' ';
	width: 10px;
	height: 2px;
	background: #5FE0F7;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.banner-bottom .container .content:nth-child(3) .title::after {
	content: ' ';
	width: 10px;
	height: 2px;
	background: #FF9B4D;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.banner-bottom .container .content:nth-child(2) .title {
	color: #5FE0F7;
	font-size: 14px;
	position: relative;

}

.banner-bottom .container .content:nth-child(3) .title {
	color: #FF9B4D;
	font-size: 14px;
	position: relative;

}

.banner-bottom .container .content .text {
	color: #575757;
	font-size: 18px;
	font-weight: 500;
}

.banner-bottom .container .content:nth-child(1) .download-btn .glyphicon {
	width: 16px;
	height: 16px;
	background: #7E8BE7;
	border-radius: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	margin-left: 5px;
}

.banner-bottom .container .content:nth-child(1) .download-btn .d-text {
	font-size: 14px;
	font-weight: 400;
	color: #7E8BE7;
}

.banner-bottom .container .content:nth-child(2) .download-btn .glyphicon {
	width: 16px;
	height: 16px;
	background: #5FE0F7;
	border-radius: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	margin-left: 5px;
}

.banner-bottom .container .content:nth-child(2) .download-btn .d-text {
	font-size: 14px;
	font-weight: 400;
	color: #5FE0F7;
}

.banner-bottom .container .content:nth-child(3) .download-btn .glyphicon {
	width: 16px;
	height: 16px;
	background: #FF9B4D;
	border-radius: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 16px;
	margin-left: 5px;
}

.banner-bottom .container .content:nth-child(3) .download-btn .d-text {
	font-size: 14px;
	font-weight: 400;
	color: #FF9B4D;
}

.banner-bottom .container .content:nth-child(1):hover {
	/* background-color: #7E8BE7; */
	background-color: rgb(126, 139, 231, 0.6);
	transform: translateY(-15px);
}

.banner-bottom .container .content:nth-child(1):hover p,
.banner-bottom .container .content:nth-child(1):hover .d-text {
	color: #fff !important;
}

.banner-bottom .container .content:nth-child(1):hover .glyphicon,
.banner-bottom .container .content:nth-child(1):hover p::after {
	background-color: #fff;
	color: #7E8BE7
}

.banner-bottom .container .content:nth-child(2):hover {
	background-color: rgba(95, 224, 247, 0.6);
	transform: translateY(-15px);
}

.banner-bottom .container .content:nth-child(2):hover p,
.banner-bottom .container .content:nth-child(2):hover .d-text {
	color: #fff !important;
}

.banner-bottom .container .content:nth-child(2):hover .glyphicon,
.banner-bottom .container .content:nth-child(2):hover p::after {
	background-color: #fff;
	color: #5FE0F7
}

.banner-bottom .container .content:nth-child(3):hover {
	background-color: rgba(255, 155, 77, 0.6);
	transform: translateY(-15px);
}

.banner-bottom .container .content:nth-child(3):hover p,
.banner-bottom .container .content:nth-child(3):hover .d-text {
	color: #fff !important;
}

.banner-bottom .container .content:nth-child(3):hover .glyphicon,
.banner-bottom .container .content:nth-child(3):hover p::after {
	background-color: #fff;
	color: #FF9B4D
}

/* tab */
.tab-box {
	height: auto;
	background: #907af9;
	padding: 40px 0px 60px;
}

.tab-box h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 54px;
	color: #fff;
}

.tab-box h6 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	line-height: 32px;
	padding-bottom: 50px;
}

.tab-box .container-fluid {
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 30px;
}

.tab-bar {
	display: flex;
	justify-content: space-between;
}

.bar-item img {
	width: 30px;
	height: 30px;
}

.bar-item {
	display: flex;
	cursor: pointer;
	font-size: 18px;
	width: 32%;
	background: #A69Af7;
	text-align: center;
	height: 80px;
	line-height: 80px;
	justify-content: center;
	color: #fff;
}

.bar-item div:nth-child(2) {
	width: 75%;
	text-align: center;
}
.hover{
	background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
}
.tab-item {
	margin-top: 30px;
	background-repeat: no-repeat;
}
.tabSwiper {
	margin-top: 0px !important;
}
.tab .right .title {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	line-height: 25px;
}

.tab .right .desc {
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	line-height: 24px;
	margin-bottom: 30px;
}

.tab .left img{
	height: 370px;
}

.tab ul {
	margin-top: 30px;
	color: #fff;
}

.tab ul li {
	font-size: 14px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 25px;
	margin-bottom: 6px;
}

.tab ul li span{
	position: absolute;
	top: -2px;
	left: 0px;
	
}
.tab ul li span img{
	width: 15px;
}

.tab .right .tab-btn {
	display: flex;
	font-size: 16px;
	margin-top: 20px;
}

.tab .right .tab-btn div {
	width: 180px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-radius: 3px;
}

.tab .right .tab-btn div:nth-child(1) {
	color: #FFFFFF;
	background: #A69AF7;
	border-radius: 5px;
}
.tab .right .tab-btn div:nth-child(1):hover{
	background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
}
.tab .right .tab-btn div:nth-child(2) {
	color: #fff ;
	border-radius: 5px;
	background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
}
.tab .right .tab-btn div a.tab-btn-a{
	color: #fff;
}
.tab .right .tab-btn div:nth-child(2):hover{
	color: #6969FF !important;
	background: #E4EAFF !important;
}
.tab .right .tab-btn div:hover a{
	color: #6969FF;
}
/* grid */
.grid {
	padding-top: 80px;
	/*padding-bottom: 80px;*/
	background: #fff;
}


.grid h1 {
	font-size: 32px;
	font-weight: 700;
	color: #0e1421;
	line-height: 54px;
}

.grid h6 {
	font-size: 18px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 32px;
	padding-bottom: 50px;
}

.grid-box .box {
	height: 140px;
	background: #fff;
	margin: 10px auto;
	padding: 15px 20px 10px 20px;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	transition: all .3s;
	box-shadow: 9px 9px 4px 1px rgba(248, 240, 255,0.55);
}

.grid-box .box .box-animate {
	transform: translateY(0);
	transition: inherit;
	position: relative;
}
.grid-box .box .box-animate .box-img-area{
	display: flex;
	margin-bottom: 18px;
	align-items: end;
}

.grid-box .box img {
	/* width: px; */
	height: 52px;
	margin-right: 10px;
}

.grid-box .box:hover {
	background: #F2F3FF;
	border: 1px dashed #6969FF;
}

.grid-box .box:hover .box-animate {
	transform: translateY(-70px);
}
.grid-box .box:hover .bth-out {
	display: block;
}

.grid-box .box .bth-out {
	margin-top: 20px;
	display: none;
	text-align: center;
}
.grid-box .box .bth {
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #6969FF;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
}
.grid-box .box .bth:hover{
	background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
}
.grid-box .box p {
	font-size: 20px;
	color: #262626;
	padding: 5px 0;
	margin: 0;
	font-weight: 700;
}

.grid-box .box span {
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #9fA0A0;
}

/* sub-banner */
.sub-banner {
	background: #907af9;
	padding: 40px 40px 50px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.sub-banner h1 {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	line-height: 54px;
}
.sub-banner .sub-num {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sub-banner li {
	text-align: center;
	margin-top: 35px;
}

.sub-banner li p {
	display: inline-block;
	position: relative;
	font-size: 60px;
	font-weight: 800;
	font-family: DIN Condensed;
}

.sub-banner li .left:before {
	content: '>';
	color: #F97A7A;
	font-size: 36px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: bolder;
	line-height: 36px;
	position: absolute;
	top: -0px;
	left: -110px;
}

.sub-banner li p:before {
	content: '+';
	color: inherit;
	font-size: 36px;
	font-family: DINAlternate-Bold, DINAlternate;
	font-weight: bolder;
	line-height: 36px;
	position: absolute;
	top: 0px;
	right: -24px;
}

.sub-banner li div {
	color: #fff;
	font-size: 16px;
}

.bbs-box{
	background-color: #ededfe;
}
.bbs-box h1 {
	margin-top: 80px;
	font-size: 32px;
	font-weight: 700;
	color: #0e1421;
	line-height: 54px;
}

.bbs-box h6 {
	font-size: 18px;
	font-weight: 400;
	color: #8C8C8C;
	line-height: 32px;
	padding-bottom: 50px;
}

.swiper {
	margin-top: 40px;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.bbs-box .swiper-slide {
	width: 376px;
	height: 550px;
	margin-right: 30px !important;
}

.swiper-slide .page {
	width: 100%;
	height: 410px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 20px 30px 0 rgb(153 169 191 / 30%);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.swiper-slide .page .name-box {
	padding: 10px 24px 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.swiper-slide .page .name-box .detail {
	cursor: pointer;
	width: 50px;
	height: 20px;
	font-size: 13px;
	text-align: center;
	line-height: 20px;
	background: #EBE4F5;
	color: #6969FF;
	border-radius: 30px;
}

.swiper-slide .page .name-box img {
	width: 45px;
	height: 45px;
	background: #D6D4FF;
	border-radius: 100%;
	padding-top: 4px;
}

.swiper-slide .page .name-box .title {
	display: flex;
	justify-content: space-between;
}

.swiper-slide .page .name-box .title div {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 10px;
}

.swiper-wrapper {
	justify-content: space-between;
}

.compony-name,
.compony-name img {
	/* width: 230px; */
	width: 100%;
	height: 154px;
}

.swiper-slide .page .board {
	height: 180px;
	padding:20px 24px;
	font-size: 14px;
	line-height: 25px;
	color: #3B3B3B;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:6;
}

.swiper-slide .page:hover{
	background: rgba(169,124,254,0.8);
}
.swiper-slide .page:hover .board{
	color: #fff;
}
.swiper-slide .page:hover .title span{
	color: #fff !important;
}
.swiper-slide .page:hover .detail{
	color: #A97CFE;
	background-color: #fff;
}

.line {
	height: 2px;
	background: #EDE3FF;
	margin-top: 80px;
}

.partner h1 {
	font-size: 32px;
	font-weight: 700;
	color: #0e1421;
	line-height: 54px;
	padding-top: 60px;
}

.partner h6 {
	font-size: 18px;
	font-weight: 400;
	color: #8C8C8C;
	margin-bottom: 40px;
	line-height: 32px;
}

.subscribe-box {
	margin-top: 20px;
	padding: 60px 0 70px;
	background-image: url('../images/subscribe.png');
	background-size: cover;
	background-repeat: no-repeat;
}

.subscribe-box h1 {
	font-size: 32px;
	font-weight: 700;
	color: #0e1421;
	line-height: 54px;
}

.subscribe-box h6 {
	font-size: 18px;
	font-weight: 400;
	color: #646464;
	line-height: 32px;
	padding-bottom: 30px;
}

.subscribe-btn {
	margin: 20px auto;
	width: 210px;
	height: 42px;
	background-color: #6969FF;
	border-radius: 8px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
}
.subscribe-btn:hover{
	background: linear-gradient(to right, #E050D8 0%, #F65D53 100%);
}
.input-group #toTrailPhone1{
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.subscribe-box .subscribe-btn-out {
	display: flex;
	justify-content: space-around;
}
.hide-pc {
	display: none;
}
#show-client-logo-pc li{
	border-top: 1px solid #D4D4D4;
	/*padding: 25px 0px;*/
	margin:10px 0px;
	display: flex;
	justify-content: space-between;
}
#show-client-logo-pc .client-title{
	font-size: 20px;
	line-height: 50px;
	padding-left: 10px;
	padding-top: 17px;
	color: #9FA0A0;
}
#show-client-logo-pc .client-logs-out{
	display: inline-block;
	width: calc(100% - 150px);
}
#show-client-logo-pc .client-logs-out .client-logs-inner{
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
#show-client-logo-pc .client-logs-out .client-logs-inner div{
	width: 25%;
	display: inline-block;
}
#show-client-logo-pc .client-logs-out .client-logs-inner div img{
	width: 90%;
	/* border: 1px solid #C5C5C5; */
	border-radius: 10px;
	/*padding: 0px 10px;*/
	margin:10px 0px;
	box-shadow: 1px 3px 10px 6px rgba(0,0,0,0.05);
}
#show-client-logo-pc .client-logs-out .client-logs-inner div img:hover{
	/* border: 0px solid #C5C5C5!important;
	box-shadow: 1px 3px 10px 2px rgba(0,0,0,0.05); */
}
.tabSwiper .swiper-slide{
	width: 100% !important;
}
.right{
	padding-left: 40px;
}
*[data-swipe="swiper-outer"] {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 130px;
    margin-right: 120px;
    flex-shrink: 1;
    max-width: calc(100% - 80px - 56px);
}
*[data-span-t="TEXTSPAN"] {
  font-size: 15px;
	color: #575757;
}
*[data-span-t1="TEXTSPAN1"] {
  font-size: 13px; 
	color: #8C8C8C;
}

/*超大型屏幕pc ≥1920px屏幕 */

@media screen and (min-width: 1920px) {
	.foldpanel {
		display: none
	}

}

/*大型屏幕pc 1920>=pc>=1200 超大屏*/

@media screen and (min-width:1200px) and (max-width: 1920px) {
	.foldpanel {
		display: none
	}
}
@media screen and (min-width:1200px) and (max-width: 1450px){
	.banner-h h1 {
		font-size: 34px;
	}
	.banner-h h4{
		font-size: 16px;
	}
	.banner .container-fluid .form-control, .subscribe-box .form-control {
	    width: 450px;
	    height: 46px;
	    padding-right: 200px;
	}
	.banner .container-fluid #basic-addon2, .subscribe-box #basic-addon3 {
	    width: 160px;
	    height: 46px;
	    line-height: 46px;
	}
}

/*中型屏幕/平板 1200>=pc>=992 超大屏*/

@media screen and (min-width: 992px) and (max-width: 1200px) {
	.hide-phone {
		display: none;
	}

	.hide-pc {
		display: block;
	}

	.banner-h {
		text-align: center;
	}

	.btn-box {
		justify-content: center
	}
	.banner-h h1 {
		font-size: 28px;
	}
	.banner-h h4{
		font-size: 13px;
	}
}

/* 平板 */

@media screen and (min-width: 480px) and (max-width: 1199px) {

	.banner-h {
		text-align: center;
	}

	.btn-box {
		justify-content: center
	}

	.banner-bottom .container .content {
		width: 100%;
	}

	.banner-bottom .container {
		flex-direction: column;
		align-items: center;
	}

	.tab .right {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.bar-item img {
		display: none;
	}

	.hide-phone {
		display: none;
	}

	.hide-pc {
		display: block;
	}
	#show-client-log-mb {
		display: flex;
		flex-wrap: wrap;
		justify-content: start;
	}
	#show-client-log-mb li.client-logo{
		width: 25%;
		text-align: center;
		border-bottom: 1px solid #F3F3F3;
	}
	#show-client-log-mb li.client-logo img{
		height: 42px; 
		width: auto;
	}
	.banner-bottom ul>li a{
		margin-bottom: 20px;
	}
	.sub-banner{
		padding-left: 0px;
		padding-right: 0px;
	}
	*[data-swipe="swiper-outer"] {
		margin-left: 30px;
		margin-right: 0px;
		max-width: calc(100% - 0px - 56px);
	}
}


/* 手机端 */

@media screen and (max-width: 480px) {
	.banner{
		padding-top: 60px;
	}
	.index-banner-svg img{
		width: 100%;
		height: 200px;
	}
	.banner-h h1 {
		font-size: 28px;
	}
	.hide-phone {
		display: none;
	}
	.tab-item{
		margin-top: 0px;
	}
	.hide-pc {
		display: block;
	}
	.client-logo{
		height: 44px;
	}
	.banner .container-fluid .form-control,.subscribe-box .form-control{
		width: 100%;
		height: 36px;
		line-height: 36px;
		padding-right: 80px;
		border: 1px solid #F5F5F5;
	}
	.banner .container-fluid .input-group {
	    width: 100%;
	}
	.banner .container-fluid #basic-addon2,.subscribe-box #basic-addon3{
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.banner .container-fluid #basic-addon2 img,.subscribe-box #basic-addon3 img{
		width: 14px;
		margin-right: 4px;
	}
	.adv-bg{
		height: 80px;
	}
	.banner-bottom .container {
		flex-direction: column;
		align-items: center;
	}

	.banner-h {
		text-align: center;
	}

	.banner-h h4 {
		line-height: 28px;
	}

	.btn-box {
		justify-content: center;
		margin: 30px 0px;
	}

	.bar-item img {
		display: none;
	}

	.bar-item div:nth-child(2) {
		/*width: 100px;*/
		font-size: 14px;
	}

	.tab .left {
		display: flex;
	}
	.tab .left img {
		flex: 1;
		width: 100%;
		height: 180px;
		margin-bottom: 20px;
	}

	.tab .right {
		display: flex;
		flex-direction: column;
		align-items: center
	}

	.banner-bottom .container .content {
		width: 100%;
		margin-bottom: 20px;
	}

	.grid {
		padding-top: 20px;
	}

	.tab-box h1,.grid h1,.sub-banner h1,.bbs-box h1,.partner h1,.subscribe-box h1{
		line-height: 32px;
		font-size: 20px;
	}
	.hover .light-icon{
		display: none;
	}

	.tab-box h6,.grid h6,.partner h6,.subscribe-box h6,.bbs-box h6{
		line-height: 24px;
		font-size: 14px;
		margin: 0px 14px;
	}
	.subscribe-btn{
		width: 120px;
		height: 32px;
		font-size: 16px;
		line-height: 32px;
	}
	
	.grid-box .col-xs-6 {
		width: 100%;
	}
	#show-client-log-mb {
		display: flex;
		flex-wrap: wrap;
		margin-top: 20px;
		justify-content: space-between;
	}
	#show-client-log-mb li.client-logo{
		width: 48%;
		text-align: center;
		/* border-bottom: 1px solid #F3F3F3; */
		border: 1px solid #C5C5C5;
		border-radius: 10px;
		margin-bottom: 20px;
	}
	#show-client-log-mb li.client-logo img{
		height: 42px; 
		width: auto;
	}
	.nav-log img{
		height: 28px !important;
	}
	.sub-banner li p{
		font-size: 40px;
	}
	.sub-banner li .left:before{
		left: -70px;
	}
	.grid-box .box p{
		font-size: 17px;
	}
	*[data-swipe="swiper-outer"] {
	    margin-top: 0;
	    margin-bottom: 0;
	    margin-left: 14px;
	    margin-right: 14px;
	    flex-shrink: 1;
	    /* max-width: calc(100% - 80px - 56px); */
			max-width: 100%;
	}
	.bbs-box .swiper-slide{
		width: 70vw;
		height: 440px;
	}
	.swiper-slide .page{
		height: 320px;
	}
	.compony-name, .compony-name img{
		height: 100px;
	}
	.swiper-slide .page .board{
		height: 140px;
		padding: 14px;
		font-size: 13px;
	}
	.swiper-slide .page .name-box{
		padding: 14px;
	}
	*[data-span-t="TEXTSPAN"] {
		font-size: 14px;
	}
	*[data-span-t1="TEXTSPAN1"] {
		font-size: 12px;
	}
	.swiper-slide .page .name-box img{
		height: 40px;
		width: 40px;
	}
	.swiper-slide .page .name-box .detail{
		font-size: 12px;
	}
	.sub-banner li{
		width: 40%;
	}
	.banner-bottom ul{
		padding-bottom: 20px;
	}
	.banner-bottom ul>li{
		margin-bottom: 20px;
	}
}
.swiper-button {
	width: 150px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 90%;
}

.bbs-box .swiper-button .swiper-button-prev,
.bbs-box .swiper-button-next,
.bbs-box .swiper-container-rtl .swiper-button-prev {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #fff;
	box-shadow: 0 0px 12px 0 rgb(0 0 0 / 30%)
}

.bbs-box .swiper-button-prev:after,
.bbs-box .swiper-container-rtl .swiper-button-next:after,
.bbs-box .swiper-button-next:after,
.bbs-box .swiper-container-rtl .swiper-button-prev:after {
	width: 50px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	color: #8B8B8B;
}

.bbs-box .swiper-button-next.swiper-button-disabled,
.bbs-box .swiper-button-prev.swiper-button-disabled {
	color: #8B8B8B;
}






