.swiper-button-prev:after {
	display: none;
}

.swiper-button-next:after {
	display: none;
}

.plate-1 {
	margin-top: -1px;
}

.plate-1 .buttonPrev2 {
	position: absolute;
	top: 90%;
	left: 11%;
}

.plate-1 .buttonNext2 {
	position: absolute;
	top: 90%;
	right: 11%;
}

.plate-1 .textBox {
	position: absolute;
	left: 8%;
	top: 33%;
	text-align: left;
}

.plate-1 .textBox h1 {
	font-size: 48px;
	width: 400px;
	color: #fff;
}

.plate-1 .textBox p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 32px;
	width: 260px;
	color: #fff;
}

/* 商用展示 */
.plate-3 {
	overflow: hidden;
}

.aboutText {
	width: 820px;
	height: 500px;
	box-shadow: 0 0px 20px #e3e2e2;
}

.aboutText {
	position: absolute;
	left: 8%;
	margin-top: 12%;
	background: #fff;
	z-index: 10;
}

.aboutText h1 {
	padding: 10% 10% 0 10%;
	color: 46px;
	color: #1645f4;
	font-weight: 900;
}

.aboutText p {
	line-height: 32px;
	font-size: 16px;
	color: #333333;
	padding: 20px 10%;
}

.aboutImg {
	float: right;
}

.more {
	float: left;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #1645f4;
	margin-left: 10%;
	margin-top: 20px;
}

.plate-3 .yjt {
	position: absolute;
	right: -52px;
	bottom: 0;
}

/* 关于我们 */
.plate-4 {
	padding: 3% 0;
	background: url(../img/aboutBjt.png) no-repeat;
	background-size: 100% 100%;
}

.plate-4 {
	overflow: hidden;
}

.aboutBox {
	padding: 0 12%;
}

.plate-4 .text {
	color: #fff;
}

.plate-4 .title {
	font-size: 64px;
	color: #1645f4;
	text-align: left;
	font-weight: 900;
}

.aboutList {
	margin-top: 25%;
	overflow: hidden;
	width: 80%;
	margin-left: 20%;
}

.aboutList li {
	text-align: center;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 45%;
	height: 220px;
	float: left;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
}

.aboutList li:hover {
	background: rgba(34, 38, 58, 0.8);
}

.aboutList li p {
	margin-top: 30px;
	font-size: 72px;
	color: #fff;
	font-weight: 900;
}

.aboutList li span {
	font-size: 16px;
}

.plate-4 .more {
	margin-left: 0;
}

/* 新闻 */
.plate-5 {
	margin-top: -1px;
	padding-top: 3%;
	overflow: hidden;
	background: url(../img/newsBj.png) no-repeat;
	background-size: 100% 100%;
}

.newsBox {
	padding: 0 12%;
}

.plate-5 .rotationBox {
	position: relative;
	width: 100%;
	float: right;
	text-align: left;
}

.news-list {
	overflow: hidden;
	margin-left: 5px;
	text-align: left;
}

.news-item—box {
	height: 175px;
}

.news-item {
	height: 0;
	overflow: hidden;
	padding: 0 20px;
	transition: .6s;
	background: #fff;
}

.news-item span {
	padding-top: 26px;
	display: block;
	padding-bottom: 6px;
	font-size: 14px;
	color: #666666;
}

.news-item p {
	margin-top: 10px;
	color: #666666;
	line-height: 24px;
	font-size: 14px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0;
	overflow: hidden;
}

.news-item img {
	margin-top: 10px;
	padding-bottom: 20px;
}

.news-list:hover .news-item {
	height: 178px;
}

.plate-5 .buttonPrevs1 {
	top: 30%;
	left: -50px;
}

.plate-5 .buttonNexts1 {
	top: 30%;
	right: -50px;
}

.plate-6 {
	padding: 3% 8%;
	background: url(../img/out.png) no-repeat;
	background-size: 100% 100%;
}

.advantage {
	text-align: center;
}

.advantage div {
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
	font-weight: 900;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 0;
	overflow: hidden;
}

.advantage p {
	margin-top: 20px;
	font-size: 12px;
	line-height: 25px;
	color: #6b6b6b;
	padding: 0 40px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	margin-bottom: 0;
	overflow: hidden;
}


.cont {
	padding: 0 12%;
}

.usBox {
	background: url(../img/us.png);
	padding:3% 15px 0 3%;
}
.usBox ul {margin: 0;}
.usBox ul li{
    display: block;
    line-height: 32px;
}
.usBox ul li a:hover {color:#3f65f5;text-decoration: underline;}
.dtImg img {
	width: 100%;
}

.us {
	margin-top: 5%;
}

.us .inputBox input {
	background: #3f65f5;
	color:#fff;
}

.us .inputBox textarea {
	background: #3f65f5;
	color:#fff;
}

.us .formBox {
	width: 80%;
	margin: 0 auto;
}

.us span {
	color: #000;
}

.us .submit {
	background: #3f65f5;
	color: #fff;
}


.proNav {
	position: relative;

}

.accordion {
	margin-top: 0;
	background: #fff;
	background-size: 100% 100%;
	padding: 0 10px;
	padding-left: 0;
	width: 100%;
	min-height: 469px;
}

.accordion li {
	display: block;
	border-bottom: 1px solid #f6f6f6;
	overflow: hidden;
}

.submenu {
	width: 100%;
	padding-left: 0;
}

.submenu a {
	padding: 10px 30px;
	padding-top: 0;
	float: left;
	width: 100%;
	color: #000;
	background: url(../img/sj.png) no-repeat 15px 6px;
}

.submenu a:hover {
	color: #1645f4 !important;
}

.accordion .default1 {
	background: none;
	color: #1645f4;
}

.link {
	position: relative;
	padding: 15px 15px;
}

.link a {
	color: #000;
	font-weight: 900;
}

.accordion li:hover .link a {
	color: #1645f4 !important;
}

.accordion li i {
	display: block;
	position: absolute;
	right: 0;
	top: 0px;
	background: url(../img/rig.png) no-repeat center center;
	width: 40px;
	height: 100%;
	cursor: pointer;
}

.accordion li .open i {
	background: url(../img/up.png) no-repeat center center;
	width: 40px;
	height: 100%;
}

.sub2-list {
	position: relative;
	margin-bottom: 25px;
}

.sub2-img {
	padding: 0 30px;
}

.sub2-img img {
	display: block;
	margin: 0 auto;
}

.proList li a {
	padding: 20px;
	float: left;
	overflow: hidden;
	background: #fff;
	margin-bottom: 30px;
}

.pro-item span {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 28px;
	color: #333333;
	font-weight: 900;
}

.pro-item p {
	font-size: 16px;
	color: #9f9f9f;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	margin-bottom: 0;
	overflow: hidden;
}

.pro-more {
	float: right;
	font-size: 14px;
	color: #9f9f9f;
	margin-top: 20px;
}

.pro-xq-title {
	font-size: 36px;
	color: #000;
	font-weight: 900;
	padding-bottom: 30px;
	background: url(../img/bt.png) no-repeat 10px 50px;
}

.xqBox {
	background: url(../img/pro-Xq.png) no-repeat;
	background-size: 100% 100%;
}

.xqBox {
	padding: 3% 0;
}

.xqBox h1 {
	color: #fff;
	text-align: center;
}

.xqBox p {
	color: #fff;
	text-align: center;
}

.proText {
	padding: 20px;
	background: #f9f9f9;
}

.abBox {
	background: url(../img/nyaboutBj.png) no-repeat;
	background-size: 100% 100%;
}

.abBox {
	padding-top: 3%;
}

.aboutListBox {
	margin-top: 3%;
	padding-bottom: 15%;
}

.aboutListBox>div {
	margin-bottom: 20px;
}

.about-item {
	padding: 15% 0;
	text-align: center;
	background: #3e3e3f;
}

.about-item:hover {
	background: #1645f4;
}

.about-item p {
	font-size: 72px;
	font-weight: 900;
	color: #fff;
}

.about-item span {
	font-size: 16px;
	color: #fff;
}

.title h1 {
	font-weight: 900;
	font-size: 64px;
	color: #1645f4;
}

.aboutBoxBj {
	padding: 3% 0;
	background: url(../img/aboutImg.png);
	overflow: hidden;
}

.aboutBox {
	padding: 0 8%;
}

.aboutImgLb {
	margin-right: 30px;
	float: left;
	width: 45%;
}

.nyOut {
	background: url(../img/outImg.png) no-repeat 10% 0;
}

.nyOut .row {
	margin-top: 8%;
}

.nyOut .row>div:hover {
	background: #1645f4;
	color: #fff;
}

.nyOut .row>div:hover .advantage div {
	color: #fff;
}

.nyOut .row>div:hover .advantage p {
	color: #fff;
}

.nyOut .row>div:hover .advantage span {
	background: #fff;
	color: #1645f4;
}

.advantage span {
	font-weight: 900;
	font-size: 22px;
	display: block;
	width: 50px;
	height: 50px;
	background: #000;
	color: #fff;
	border-radius: 50px;
	margin: 0 auto;
	line-height: 50px;
}

.factoryBox {
	padding: 0 8%;
}

.factoryBox img {
	width: 100%;
}

.factoryBox .row>div {
	padding: 2px;
}

.teamList {
	padding-top: 8%;
	background: url(../img/team.png) no-repeat 50% 96px;
}

.solutionBox {
	position: relative;
}

.solutionTextBox {
	position: absolute;
	top: 20%;
	left: 60px;
}

.solutionTextBox h1 {
	color: #fff;
	font-size: 36px;
	font-weight: 900;
}

.solutionTextBox div {
	color: #fff;
	font-size: 16px text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 0;
	overflow: hidden;
}

.solutionTextBox1 {
	position: absolute;
	right: 60px !important;
}

.solutionTextBox1 h1 {
	text-align: right;
	color: #000;
	font-size: 36px;
	font-weight: 900;
}

.solutionTextBox1 p {
	color: #000;
	font-size: 16px;
	text-align: right;
}

.solution {
	padding: 0 8%;
}

.solution .row>div {
	padding: 0;
}

.solution .row>div img {
	width: 100%;
}

.solution a:nth-child(3) .solutionTextBox h1 {
	color: #000;
}

.solution a:nth-child(3) .solutionTextBox p {
	color: #000;
}

.solution-text {
	padding: 0 12%;
}

.solution-xq {
	padding: 0 12%;
	height: 418px;
	margin-bottom: 135px;
	background: #1b3884;
}

.solution-xq h1 {
	padding: 3% 0;
	font-size: 40px;
	color: #fff;
}

@media screen and (max-width:1720px) {
	.aboutBox {
		padding: 6%;
	}
}

@media screen and (max-width:1470px) {
	.aboutList {
		margin-left: 0;
		width: 100%;
	}

	.left {
		width: 60%;
	}

	.right {
		width: 40%;
	}
}

@media screen and (max-width:965px) {
	.yjt {
		display: none;
	}
}

@media screen and (max-width:1400px) {
	.aboutBox {
		padding: 0 6%;
	}

	.left {
		width: 60% !important;
	}

	.right {
		width: 40% !important;
	}

	.aboutList {
		width: 100%;
		margin-left: 0;
	}
}
@media screen and (max-width:1340px) {
	.solution-xq{
		height: 265px;
	}
}

@media screen and (max-width:1200px) {
	.left {
		width: 100% !important;
	}

	.right {
		width: 100% !important;
	}

	.aboutList {
		margin-top: 0;
	}

	.aboutImgLb {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {

	.plate-1 .textBox h1 {
		font-size: 28px;

	}

	.plate-1 .textBox p {
		font-size: 14px;
		width: 300px;
	}

	.aboutText {
		width: 100%;
		padding-bottom: 20px;
		height: auto;
		margin-top: 0;
		position: inherit;
		overflow: hidden;
	}

	.aboutText h1 {
		text-align: center;
	}

	.aboutText p {
		padding: 20px;
	}

	.more {
		margin-left: 20px;
		margin-top: 0;
	}

	.foot {
		flex-wrap: wrap;
	}

	.footLogo {
		width: 100%;
	}

	.footList {
		width: 50%;
		padding-left: 0;
	}
	.solution-xq{
		height: 160px;
	}
}

@media screen and (max-width: 750px) {
	.plate-1 .textBox {
		top: 2%;
	}

	.right {
		padding: 0%;
	}

	.aboutList {
		margin-top: 15px;
	}

	.aboutList li {
		margin-left: 15px;
	}

	.footList span {
		margin-bottom: 15px;
	}

	.footLogo {
		margin-bottom: 15px;
	}

	.formBox {
		width: 100%;
	}

	.advantage p {
		padding: 0;
	}

	.cont {
		padding: 0 2%;
	}

	.solutionTextBox {
		top: 10px;
		padding: 0 20px;
		position: absolute;
		left: 0;
		width: 100%;
	}

	.solutionBox h1 {
		text-align: center;
	}

	.solutionBox p {
		text-align: left;
	}
	.solution-text{
		padding: 0 5%;
	}
	.solution-xq{
		padding: 0 5%;
	}
	.solution-xq{
		height: auto !important; 
		margin-bottom: 0;
	}
	.solution-xq .row div{
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1300px) {
	.container {
		padding: 0 3%;
	}

	.advantageList {
		border: none;
	}

	.advantageList div {
		margin-top: 20px;
	}
}
