/* .banner{
	overflow: hidden;
	height: 600px;
	min-width: 1250px;
	position: relative;
}

.banner-box{
	height: 600px;
	width: 1250px;
	margin: 0 auto;	
	width: 100%;
}
.banner-info{
	position: absolute;
	margin-top: 188px;
}	
.banner-title{
	color: #ffffff;
	font-size: 60px;
	text-align: left;
	width: 1250px;
}
.banner-font{
	color: #ffffff;
	font-size: 34px;
	width: 571px;
	text-align: left;
}
.imgbox{
	width: 100%;
	height: 600px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
}

.banner-btn{
	position: relative;
	z-index: 99;
	margin: 372px auto 0 auto;
	width: 1250px;
}
.banner-btnstyle{
	background: #ffffff;
	border-radius: 2px;
	height: 40px;
	width: 140px;
	border: 1px solid #fff;
	color: #F46728;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	margin-left: 50px;
} */

@media only screen and (min-width: 768px) {
	.banner {
		position: relative;
		min-width: 1250px;
	}

	.imgbox {
		width: 100%;
		height: auto;
		min-height: 344px;
		background-image: url('../images/indexbanner2x.png');
		background-size: 100% auto;
		background-repeat: no-repeat;
		position: relative;
	}

	.imgbox::after {
		content: "";
		display: block;
		/*图片的宽高比计算得出*/
		padding-top: 30%;
	}

	.banner-box {
		/* background-color: green; */
		/*居中盒子*/
		position: absolute;
		/* top:100px; */
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 100%;
		height: 100%;
	}

	.banner-content {
		/* background: red; */
		/* min-width: 1250px; */
		margin: 0 auto;
		background-size: 100% auto;
		width: 57.3%;
		margin-top: 19.4%;
	}

	.indexbanner-btn {
		width: 140px;
		height: 40px;
		background: #FFFFFF;
		border-radius: 2px;
		color: #FE742E;
		font-size: 16px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.content {
		width: 100%;
		min-width: 1250px;
		/* background-color: #666; */
		position: absolute;
		text-align: center;

	}

	.content-title {
		font-size: 40px;
		color: #333333;
		margin-top: 120px;
		font-weight: 300;
		text-align: center;
	}

	.new-content-title {
		font-size: 40px;
		color: #333333;
		margin-top: 120px;
		font-weight: 300;
		text-align: center;
	}

	.new-content-showlogo {
		width: 320px;
	}

	.new-content-showlogo img {
		width: 320px;
	}

	.content-info {
		width: 100%;
		/* position: relative; */
		margin-top: 82px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		/* flex-direction: row-reverse; */
	}

	.content-smallbox {
		width: 200px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		/* position: relative; */
	}

	.content-logo {
		display: flex;
		justify-content: center;
		font-size: 80px;
	}

	.content-smallbox-title {
		font-size: 18px;
		color: #282828;
		margin-top: 20px;
		/* margin-top: 10px; */
		height: 28px;
		line-height: 28px;
		margin-bottom: 5px;
		display: flex;
		justify-content: center;
		width: 200px;
	}

	.content-smallbox-info {
		/* margin: 10px auto 10px auto; */
		color: #999999;
		font-size: 14px;
		width: 180px;
		margin: 0 auto;
		height: 20px;
		line-height: 20px;
		display: flex;
		justify-content: center;
		text-align: center;
	}

	.content-showlogo {
		/* position: absolute; */
		/* margin: 0 auto; */
		margin-top: 82px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.content-showlogo-img {
		/* float: left; */
		/* margin-right: 123px; */
	}

	.new-content-showlogo {
		margin-top: 82px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.content-box1 {
		margin-top: 100px;
		/* height: auto; */
		/* position: relative; */
	}

	.bigbox1 {
		/* display: flex; */
		margin: 0 15px;
	}

	.showinfo-box {
		/* width: 50%; */
		/* background: red; */
		/* position: absolute; */
		/* float: left; */
	}

	.showinfo-imgbox {
		/* width: 50%; */
		/* position: absolute; */
		/* background: blue; */
		/* float: left; */
	}

	.showinfo-title {
		font-size: 28px;
		color: #333333;
		text-align: left;
	}

	.showinfo-underline {
		margin-top: 30px;
		width: 22px;
		border-bottom: 3px solid #2684FF;
	}

	.showinfo-detail {
		margin-top: 40px;
		/* width: 400px; */
		font-size: 18px;
		color: #6D6C6D;
		text-align: left;
		height: 30px;
		line-height: 30px;
		display: flex;
		justify-content: center;
	}

	.tool-name {
		font-size: 20px;
		margin-top: 16px;
		height: 28px;
		line-height: 28px;
		color: #333333;
		display: flex;
		justify-content: center;
	}

	.tool-showsmallbox {
		display: flex;
		justify-content: space-between;
		margin-top: 80px;
	}

	.tool-info {
		margin-top: 5px;
		color: #666666;
		font-size: 14px;
		margin-top: 6px;
		display: flex;
		justify-content: center;
		/* text-align: left; */
	}

	.content-smalltitle {
		color: #6D6C6D;
		font-size: 20px;
		margin-top: 10px;
		display: flex;
		justify-content: center;
	}

	.show-tool {
		width: 200px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.plan-box {
		/* width: 1250px; */
		display: flex;
		justify-content: space-between;
		/* flex-direction: column; */
		margin-top: 82px;
	}

	.plan-smallbox {
		/* width: 200px; */
		display: flex;
		justify-content: center;
		align-items: center;
		/* flex-direction: column; */
	}

	.plan-font {
		color: #333333;
		display: flex;
		justify-content: center;
		flex-direction: column;
		margin-left: 20px;
	}

	.plan-font span {
		font-size: 17px;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		text-align: left;
		color: #333333;
	}

	.technology-box {
		margin: 81px 50px 0 50px;
		display: flex;
		justify-content: space-between;
	}

	.technology-font {
		/* flex: 1; */
		/* padding: 0 70px; */
		color: #333333;
		font-size: 18px;
		margin-top: 12px;
		display: flex;
		justify-content: center;
	}

	.technology-smallbox {
		position: relative;
		/* width: 150px; */
		/* margin-right: 70px; */
	}

	.technology-smallbox:not(:last-child)::after {
		position: absolute;
		right: -45px;
		top: 0;
		content: '';
		width: 1px;
		height: 80px;
		background: #EFEFEF;
	}

	.toolimgbox {
		width: 70px;
		height: 70px;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		margin: 0 auto;
	}

	.swiper-container {
		width: 100%;
		height: auto;
		min-height: 344px;
		position: relative;
	}


	.swiper-wrapper img {
		width: 100%;
		height: auto;
		min-height: 344px;
	}

	.new-content-box {
		min-width: 1250px;
	}

	.new-content-box .title {
		margin-top: 106px;
		text-align: center;
		font-size: 40px;
		font-family: PingFangSC, PingFangSC-Light;
		font-weight: 300;
		text-align: center;
		color: #333333;
		margin-bottom: 106px;
	}

	.new-content-box .process_box {
		display: flex;
		justify-content: center;
	}

	.new-content-box .process_box .process {
		/* padding-left: 82px;
		 */
		/* margin-right: 97px; */
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.new-content-box .process_box .process:nth-of-type(3n) {
		margin-right: 0;
	}

	.new-content-box .process_box .process img {
		max-width: 220px;
		max-height: 480px;
		margin-bottom: 11px;
	}

	.new-content-box .process_box .process .triangle_box {
		position: absolute;
		width: 180px;
		height: 440px;
		left: 269px;
		top: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.new-content-box .process_box .process .triangle_box img {
		width: 51px;
		height: 84px;
	}

	.new-content-box .process_box .process .numbers {
		font-size: 24px;
		font-family: PingFangSC, PingFangSC-Semibold;
		font-weight: 600;
		color: #0fc161;
		margin-bottom: 11px;
		padding-left: 105px;
		width: 100%;
	}

	.new-content-box .process_box .process .introduction {
		font-size: 18px;
		font-family: PingFangSC, PingFangSC-Medium;
		font-weight: 600;
		text-align: left;
		color: #000000;
		margin-bottom: 8px;
		padding-left: 105px;
		width: 100%;

	}

	.new-content-box .process_box .process .introduction_text {
		font-size: 14px;
		font-family: PingFangSC, PingFangSC-Regular;
		font-weight: 400;
		text-align: left;
		color: #636362;
		width: 300px;
		padding-left: 14px;
		margin-bottom: 131px;
		position: relative;
		height: 57px;
	}

	.new-content-box .process_box .process .introduction_text .texts {
		width: 282px;
		height: auto;
		position: absolute;
		left: 53px;
	}

	.new-content-box .process_box .process .introduction_text .triangle_boxs {
		position: absolute;
		width: 228px;
		height: 132px;
		display: flex;
		align-items: center;
		left: 42px;
		top: 56px;
		justify-content: center;
	}

	.new-content-box .process_box .process .introduction_text .triangle_boxs img {
		width: 51px;
		height: 84px;
	}

	.new-content-box .process_img_box {
		display: flex;
		align-items: center;
		margin-bottom: 11px;
		justify-content: center;
	}

	.new-content-box .process_img_box .imgboxs {
		max-width: 240px;
		height: auto;
	}

	.new-content-box .process_img_box img {
		max-width: 240px;
		height: auto;
	}
	.big_phone{
		display: none;
	}
	.big_phone_banner{
		display: none;
	}
}


/* .toolimgbox img{
	display: flex;
	justify-content: center;
	align-items: center;
}
 */

