.probox {
	width: 100%;
}

.proall {
	padding: 60px 0;
	width: 1300px;
	margin: 0 auto;
}

.protit {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.proentit {
	font-size: 32px;
	color: #d0d0d0;
}

.procntit {
	font-size: 36px;
	font-weight: 600;
}

.proconall {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pro-seltit {
	padding: 0 0 20px 0;
	display: flex;
	justify-content: center;
}

.pro-seltitone {
	padding: 40px 80px;
	border: 1px solid #eee;
	border-radius: 5px;
	margin-right: 20px;
	font-size: 24px;
}

.pro-seltitact {
	position: relative;
	background-color: #d04b41;
	color: #fff;
}

.pro-seltitact::after {
	content: '';
	    display: block;
	    position: absolute;
	    bottom: -15px;
	    width: 0;
	    height: 0;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
	    border-top: 15px solid #d04b41;
	    /* opacity: 0; */
	    transition: all .3s ease;
}

.index-probox {	
	position: relative;
	height: 600px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.index-proall {
	position: absolute;	
	top: 0px;
	transition: 0.5s ease;

}

.pro-selpic {
	width: 1000px;
	height: 600px;
}

.proconone {
	display: flex;
	justify-content: space-between;
	padding: 45px 30px;
	background-color: #f8f8f8;
	width: 49%;
	margin-top: 20px;
}

.prooneinfo {
}

.peoonename {
	font-size: 24px;
	
}

.peoonedesc {
	padding-top: 30px;
	color: #7e7e7e;
}

.peoonemore {
	padding: 5px;
	color: #c92f24;
}

.arror {
	margin-left: 5px;
	display: inline-block;
	color: #fff;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #c92f24;
	text-align: center;
}

.proimg {
	display: flex;
	padding-top: 150px;
	flex-direction: column-reverse;

}

.proimg img {
	width: 252px;
	height: 178px;
	object-fit: contain;
}

.promoreall {
	margin-top: 30px;
	text-align: center;
}

.probtn {
	background-color: #fff;
	padding: 10px 30px;
	border-radius: 30px;
	border: 2px solid #d04b41;
	color: #d04b41;
}

.probtn:hover {
	background-color: #d04b41;
	color: #fff;
}

.aboutbox {
	width: 100%;
}

.aboutall {
	padding-top: 50px;
	width: 1300px;
	margin: 0 auto;
}

.aboutcont {
	padding: 50px 0;
	text-align: center;
}

.aboutimg {
	display: flex;
	justify-content: space-between;
}

.aboutbtnbox {
	text-align: center;
	padding: 20px 0 50px 0;
}

.aboutbtn {
	background-color: #c92f24;
	border: 0;
	color: #fff;
	padding: 10px 30px;
}

.applibox {
	background-repeat: no-repeat;
	width: 100%;
}

.appliall {
	padding: 100px 0;
	width: 1300px;
	margin: 0 auto;
}

.applitit {
	color: #fff;
	text-align: center;
}

.applicn {
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 30px;
}

.titunderw {
	/* color: #948b89; */
}

.prowrapperall {
	padding: 80px 50px;
	position: relative;
}

.pro-button-prev1 {
	position: absolute;
	left: 0;
	z-index: 1;
}

.pro-button-next1 {
	z-index: 1;
}

.prowrapper {
	width: 1200px;
}

.proslide {
	width: 20%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.probanner:hover {
	background-color: #c92f24;
	border-radius: 50%;
}

.oneproname {
	padding-top: 20px;
}

.oneprodesc{
	/* color: #948b89; */
	width: 150px;
	text-align: center;
	margin-top: 30px;
}
ul,li {
	list-style: none;
}

/* 技术支持 */
.part6 {
	width: 1300px;
	margin: 0 auto;
  padding: 40px 0 80px;
}

.newtitle>h3 {
	font-weight: 600;
	color: #c92f24;
}

.part6Main {
  display: flex;
  justify-content: space-between;
}

.part6 .left {
  width: 570px;
}

.part6 .title h3 {
  text-align: left;
  margin-bottom: 5px;
}

.part6 .left>p {
  height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  font-size: 18px;
  color: #333;
  position: relative;
}

.part6 .left>p::after {
  height: 1px;
  width: 320px;
  background: #cdcdcd;
  content: '';
  position: absolute;
  right: 0;
}

.part6 .left .hot {
  background: #f8f8f8;
  padding: 38px;
}

.part6 .left .hot span {
  color: #999;
  font-size: 26px;
  margin-bottom: 25px;
}

.part6 .left .hot h4 a {
  font-size: 18px;
  color: #333;
}

.part6 .left .hot h4 {
  margin: 15px 0;
}

.part6 .left .hot .img {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.part6 .left .hot .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease all;
}

.part6 .left .hot .img:hover img {
  transition: 0.4s ease all;
  transform: scale(1.07);
}

.part6 .left .hot .desc {
  margin-top: 20px;
  font-size: 15px;
  color: #666;
  line-height: 30px;
}

.part6 .left .hot a.more {
  background: #c92f24;
  color: #fff;
  width: 155px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 10px;
  margin-top: 20px;
}

.part6 .right {
  width: 605px;
}

.part6 .right .newsNav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.part6 .right .newsNav li {
  width: 24%;
  border: 1px solid #999;
  height: 50px;
}

.part6 .right .newsNav li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
}

.part6 .right .newsNav li.active a {
  color: #fff;
  background: #c92f24;
  box-shadow: 0px 0px 5px #c92f24;
}

.newsList{
	width: 100%;
}

.part6Main .right .news .newsList li {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 210.6px;
  border-top: 1px solid #cbcbcb;
  transition: all .2s linear;
}

.part6Main .right .news .newsList li:hover {
  transform: translate3d(0, -2px, 0);
  transition: all .2s linear;
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
}

.part6Main .right .news .newsList li:hover>div>h4>a {
	color: #c92f24;
}

.part6Main .right .news .newsList .itemLeft {
  width: 80%;
}

.part6Main .right .news .newsList .itemLeft h4 {
  margin-bottom: 20px;
}

.part6Main .right .news .newsList .itemLeft h4 a {
  font-size: 18px;
  color: #333;
  position: relative;
  padding-left: 25px;
  display: flex;
  align-items: center;
}

.part6Main .right .news .newsList .itemLeft h4 a::after {
  position: absolute;
  width: 9px;
  height: 9px;
  background: #333;
  border-radius: 50%;
  content: '';
  left: 0;
}

.part6Main .right .news .newsList .itemLeft span {
  padding-left: 25px;
  line-height: 30px;
  letter-spacing: 1px;
}

.part6Main .right .news .newsList .itemRight .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #999;
  font-style: 16px;
}

.part6Main .right .news .newsList .itemRight .time i {
  font-style: inherit;
  font-size: 26px;
}

.partnerbox{
	padding: 80px 0;
	width: 100%;
	background-color: #f5f5f5;
}

.prooneslide {
	width: 20%;
}

.onepropic {
	width: 100%;
}

.swiper-banner2 {
	margin-top: 30px;
}





#foot {
  background: #1f1e1f;
  padding-top: 60px;
}

#foot .footTop {
  display: flex;
  justify-content: space-between;
}

#foot .footTop h2 {
  font-size: 27px;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}

#foot .footTop .menu {
  width: 32%;
}

#foot .footTop .contact {
  width: 26%;
}

#foot .footTop .ewm {
  width: 22%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#foot .footTop .menu ul {
  display: flex;
  flex-wrap: wrap;
}

#foot .footTop .menu ul li {
  width: 25%;
  margin-top: 40px;
}

#foot .footTop .menu ul li a {
  color: #fff;
  font-size: 14px;
}

#foot .footTop .contact .contactCon {
  margin-top: 40px;
  color: #fff;
}

#foot .footTop .contact .contactCon p {
  margin-bottom: 15px;
}

#foot .footTop .ewm span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

#foot .footTop .ewm span img {
  width: 123px;
  height: 123px;
  margin-bottom: 25px;
}

.footBot {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 45px;
  height: 50px;
}

.footBot a {
  color: #fff;
}


.videobox {
	width: 32%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

.videomask {
	position: absolute;
	top: -220px;
	width: 420px;
	height: 220px;
	background: rgba(0,0,0,0.3);
	z-index: 5;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
}

.invideo video {
	width: 100%;
}

.videobox:hover .videomask {
	transition: 0.5s ease;
	top: 0;
}

.videomask>a {
	display: flex;
	padding: 0 10px;
	font-size: 22px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fa.fa-cog {
	font-size: 25px;
	margin-top: 10px;
}

@media (min-width: 1200px){
.container {
    width: 1300px;
}
}

@media (max-width: 1200px){ 
	
	.probox{
		width: 1300px;
	}
	
	.aboutbox {
		width: 1300px;
	}
	
	.applibox{
		width: 1300px;
	}
	
	.partnerbox{
		width: 1300px;
	}
}