.bannerWap {
	height: auto;
	width: 100%;
	padding-top: 4.37rem;
}
.banner {
	position: relative;
	overflow: auto;
	text-align: center;
}
.banner ul li {
	float: left;
}
.banner li {
	list-style: none;
}
#banner #ar {
	right: 15px;
}
#banner .arrow {
	position: absolute;
	top: 30%;
	height: 80px;
	width: 50px;
}
#banner #al {
	left: 15px;
}

#banner .arrow {
	position: absolute;
	top: 30%;
	height: auto;
	width: 50px;
}

.container-fluid {
	width: 100%;
	padding-bottom: 10px;
}
.textOverflow {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.carect {
	position: relative;
	width: 0;
	height: 0;
	margin-left: 5px;
	margin-bottom: 2px;
	border-top: 6px solid;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-radius: 10px;
	display: inline-block;
}

.swiper-container {
	z-index: 0!important;
}

/*
    导航组件
*/

nav {
	max-width: 1200px;
	height: 60px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0;
	background: #258aff;
	margin: auto;
}

nav li,
nav a {
	text-decoration: none;
	list-style: none;
}

nav .nav-logo {
	width: auto;
	height: 100%;
	margin-left: 20px;
	float: left;
}

nav .nav-logo a,
nav .nav-logo li,
nav .nav-logo ol,
nav .nav-logo span,
nav .nav-logo p {
	font-size: 30px;
	font-weight: bold;
	list-style: none;
	color: #1f79ec;
	text-decoration: none;
}

nav .nav-logo img {
	max-width: 100%;
	max-height: 100%;
}

nav ::-webkit-scrollbar {
	display: none;
}

nav .nav-list {
	/*nav-list*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	margin-right: 20px;
}

@media (max-width: 1200px) {
	nav .nav-list {
		position: fixed;
		height: 100%;
		top: 0;
		padding-top: 10px;
		width: 60%;
		background: #000;
		left: -60%;
		-webkit-transition: 1s;
		transition: 1s;
		-webkit-box-shadow: 3px 0px 10px #f0eded;
		box-shadow: 3px 0px 10px #f0eded;
		z-index: 10;
		display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	align-items: center;
	-moz-box-align: center;
		
	}
}

nav .nav-list>li {
	position: relative;
	list-style: none;
	float: left;
	text-align: center;
}

@media (max-width: 1200px) {
	nav .nav-list>li {
		width: 100px;
		margin: 0;
		overflow: hidden;
		clear: both;
	}
	
	nav .nav-list>li {
		margin-bottom: 15px;
	}
	
}

nav .nav-list>li .active {
	color: #fff;
	background: #094fb7;
}

nav .nav-list>li a {
	color: white;
	display: inline-block;
	line-height: 32px;
	padding: 1px 15px;
	margin: 0 10px;
	font-size: 15px;
	border-radius: 5px;
	text-decoration: none;
	margin: 0px;
}

@media (max-width: 1200px) {
	nav .nav-list>li a {
		width: 100%;
		border-radius: 0;
		margin: 0;
		padding: 0;
	}
}

nav .nav-list>li a:hover {
	color: #fff;
	background-color: #094fb7;
}

nav .nav-list>li .menu {
	min-width: 100px;
	background: #fff;
	-webkit-box-shadow: 0 2px 10px #ccc;
	box-shadow: 0 2px 10px #ccc;
	position: absolute;
	border-radius: 5px;
	white-space: nowrap;
	left: 0;
	height: 0;
	overflow: hidden;
	-webkit-transition: 1s;
	transition: 1s;
}

@media (max-width: 1200px) {
	nav .nav-list>li .menu {
		position: relative;
		width: 100%;
		text-align: center;
		border-radius: 0;
		-webkit-box-shadow: 0 -1px 7px #ccc inset;
		box-shadow: 0 -1px 7px #ccc inset;
	}
}

nav .nav-list>li .menu li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

nav .nav-list>li:hover .menu {
	height: auto;
}

nav .nav-menu {
	display: none;
	z-index: 999;
	background: #fff;
	cursor: pointer;
}

@media (max-width: 1200px) {
	nav .nav-menu {
		display: block;
		float: right;
		padding: 8px 5px;
		position: relative;
		border: 1px solid #ccc;
		border-radius: 5px;
		margin-right: 15px;
	}
	nav .nav-menu span {
		height: 2px;
		width: 25px;
		display: block;
		background: #CCC;
		border-radius: 10px;
	}
	nav .nav-menu span+span {
		margin-top: 6px;
	}
}

nav .open {
	left: 0%;
	overflow: auto;
}

.zixunBtn,
.shiyongBtn {
	border: solid 1px #eee;
	border-radius: 6px;
	background: none;
	margin-left: 20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right:7%;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left:7%;
}

.max-row {
	width: 100%;
}

.container {
	width: 1200px;
	margin: auto;
}
/***/

.modeTtitle {
	font-size: 32px;
	color: #292929;
	text-align: center;
	padding: 20px 0;
	font-weight: bold;
}

.modeTtitle small {
	font-size:20px;
	color: #595961;
	font-weight: 100;
}

.joiningtop{
	margin: 50px auto;
}
.m-row {
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
	align-items: center;
	-moz-box-align: center;
}

.modelicon{
	margin: 20px auto 20px auto;
	color: white;
	border-radius: 100%;
	text-align: center;
	height:160px;
	width: 160px;
	line-height: 160px;

}

.Sure{
	margin: 50px 0px;
}

.m-column {
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
	align-items: center;
	-moz-box-align: center;
}

.scTitle {
	font-size: 24px;
	color: #060606;
	text-align: center;
}

.scDesc {
	font-size: 16px;
	color: #595961;
	margin-top: 10px;
	text-align: center;
}
.scDescwidth {
	font-size: 12px;
	color: #999;
	margin-top: 10px;
	text-align: center;
	width: 70%;
	margin:auto;
}

.modeitem1 {
	border: 1px #eee solid;
	margin: 0px 30px;
	border-radius: 4px;
	padding:10px;
	box-shadow: 0 0 5px 1px #eee;
	width: 25%;
	padding-bottom: 20px;
}

.modeitem1:hover{
	box-shadow: 0 0 10px 5px #e9e9e9;
	cursor: pointer;
}


/*市场*/
.markettop{
	width:80%;
	margin: 50px auto;
}

.market{
	padding: 0px 30px;
	height: auto;
}

.marketicon{
	margin: 20px auto;
	font-size: 48px;
	color: white;
	background: #07c3af;
	text-align: center;
	height:120px;
	width: 120px;
	line-height: 120px;
}

.marketborder{
	height: 160px;
	width: 4px;
	background:#999;
}
.industrytop{
	margin: 50px auto;
}

.imgbox{
	overflow: hidden;
	height: 100%;
}

.industry {
	margin: 0px 0px;
	box-shadow: 0 0 10px 1px #eee;
	margin:0px 20px;
	cursor: pointer;
	overflow: hidden;
}

.industry:hover {
	box-shadow: 0 0 20px 2px #999;
}

.imganimat{
	position:relative;
	animation:bkmymove 0.65s forwards;
	-webkit-animation:bkmymove 0.65s  forwards;
	animation-timing-function: ease-in-out;
	-webkit-animation:bkmymove 0.65s  forwards ;
	-webkit-animation-timing-function: ease-in-out;
	transition: all 0.35s;
}

.industry:hover .imganimat{
	position:relative;
	animation:mymove 0.65s forwards;
	-webkit-animation:mymove 0.65s  forwards;
	animation-timing-function: ease-in-out;
	-webkit-animation:mymove 0.65s  forwards ;
	-webkit-animation-timing-function: ease-in-out;
	transition: all 0.35s;
}

@keyframes bkmymove
{
	0%{
		transform: scale(1.05);  /*开始为原始大小*/
	}
	100%{
		transform: scale(1);
	}
}

@-webkit-keyframes bkmymove /*Safari and Chrome*/
{
	0%{
		transform: scale(1.05);  /*开始为原始大小*/
	}
	100%{
		transform: scale(1);
	}
}

@keyframes mymove
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
	}
	100%{
		transform: scale(1.05);
	}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
	0%{
		transform: scale(1);  /*开始为原始大小*/
	}
	100%{
		transform: scale(1.05);
	}
}

.industry .scTitle{
	font-size: 24px;
	padding: 20px 0px;
	
}
.joiningtop{
	margin:3rem auto 6rem auto;
}
.joining .scTitle{
	margin-top: 30px;
	
}

@media (max-width: 1200px) {
	
.container {
	width:95%;
	margin: auto;
}

.modeTtitle {
	font-size: 30px;
	margin:auto;
	padding-top:30px;
}

.modeTtitle small {
	font-size: 22px;
	margin-top:0px;
	margin-bottom:20px;
	display: inline-block;
}
.scTitle {
	font-size: 18px;
	margin-top:0px;
}
.scDesc {
	font-size:14px;
	margin-top: 0rem;
}

}

/**/
.toptitle{
	background:#89abda;
	padding: 10px 0px;
}

.toptitle .scTitle{
	font-size: 22px;
	color: white;
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin-right:10%;
}

.toptitleicon{
	padding-left:10px;

}

.Brightspot .scDesc{
	font-size: 16px;
	color: black;
	margin:20px 10px;
}
.borderBspot{
	border: solid 1px #999;
	width: 80%;
	margin: 10px auto;
	position: relative;
	box-sizing: border-box;
	
}
.flex-start {
	align-items: flex-start !important;
	-moz-box-align: flex-start !important;
}

.Supporttop{
	margin-top: 50px;
}

.Support{
	margin: 0px 0px;
	padding: 0px 20px;
	width: 33.333%;
	height:auto;
	margin-top: 0.4rem;
}
.Support .scDesc{
	margin:10px;
	line-height: 1.6;
	font-size: 18px;
	color: #444444;
	text-align: justify;
}

.Supportborder{
	height: 4px;
	position: absolute;
	display: block;
	width: 50%;
	background: #999;
	left: 25%;
	top: -2px;
}

.tjTitle p{
	font-size: 24px;
	text-align: center;
	border-bottom: 1px solid #999;
	padding: 15px 0px;
	cursor: pointer;
}
.hovercolor p {
    border-color: #439aff;
}
.hovercolor{
	color: #439aff;
}

.tjTitle.tjtwo p{
	font-size: 24px;
	text-align: center;
	padding: 15px 0px;
	cursor: pointer;
	border-bottom: 1px solid #999;
}

.tjTitle div{
	padding: 15px 0px;
	display: block;
	width: 60%;
	margin:auto;
	text-decoration: none;
	font-size: 18px;
}


.tjTitle.tjtwo div{
	width: 60%;
	padding: 15px 0px;
	margin:auto;
	text-decoration: none;
	font-size: 18px;
}

/*footer*/ 
.footer .last {
    width: 91.5%;
    margin: 0 auto;
    text-align: center;
    line-height: 20px;
    color: #7E8985;
    font-size: 12px;
    padding: 20px 0;
    background: #eee;
}
.footer a i {
    display: inline-block;
    width: 14px;
    height: 16px;
    margin-right: 6px;
    background: url() 0 0 no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}

.bggray{
	background: #eee;
	padding:50px 0px;
}

.bgwhite{
	background: white;
	padding:50px 0px;
}